﻿.kt-content {
    padding-top: 0px;
}

.hide {
    display: none !important;
}

button i.fa {
    color: #FFF !important;
}

#kt_header {
    z-index: 94;
}

.item-select {
    cursor: pointer;
}

.permittable td, .permittable th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.permittable .checkbox {
    margin: 9px;
}

.Error {
    color: #e74a3b !important;
}

.max-45 {
    max-width: 45px;
    width: 45px;
}

.max-55 {
    max-width: 55px;
    width: 55px;
}

.max-80 {
    max-width: 80px;
    width: 80px;
}

.max-100 {
    max-width: 100px;
    width: 100px;
}

.max-110 {
    max-width: 110px;
    width: 110px;
}

.max-130 {
    max-width: 130px;
    width: 130px;
}

.max-150 {
    max-width: 150px;
    width: 150px;
}

.max-200 {
    max-width: 200px;
    width: 200px;
}

.max-250 {
    max-width: 250px;
    width: 250px;
}

.modal-lg, .modal-xl {
    max-width: 1000px;
}

ol.progtrckr {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

    ol.progtrckr li {
        display: table-cell;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

.menu-width-400 {
    width: 400px !important;
}

.menu-width-250 {
    width: 250px !important;
}

.menu-width-600 {
    width: 600px !important;
}

.txtheadred {
    color: #ff0000 !important;
}

.txtdark {
    color: #000000 !important;
}