body {
    --primary: #006400;
    background-color: #edf0fa;
}

.container-white {
    background-color: white;
    padding: 40px;
}

.footer {
    /*position: fixed;
    bottom: 0;
    width: 95%;
    overflow: visible;*/
    clear: both
}

.title-div {
    text-align: center;
    font-size: xx-large;
    padding: 20px;
}

/*Для родительского контейнера плиток common-actionlink-area*/
.common-actiontiles-root-centered-container {
    max-width: 1020px;
    margin: auto;
    display: block;
    min-height: 120px;
    text-align: center;
}

/*Контейнер для common-actionlink-area*/
.common-actiontiles-child-container {
    text-align: left;
    min-width: 25%;
    margin: auto;
    align-content: space-around;
    display: inline-block;
}

/*подложка под actionlink*/
.common-actionlink-area {
    float: left;
    height: 90px;
    width: 260px;
    color: white;
    font-weight: 600;
    background: var(--primary);
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding: 15px 20px 15px 20px;
    display: inline-block;
    margin: 8px;
    text-align: center;
    border-radius: 6px;
}

    .common-actionlink-area:hover, .common-actionlink-area:focus {
        color: black;
        background: rgb(220, 220, 220);
        border: solid 1px rgba(255,255,255,0.3);
        transition: ease-out all 0.2s;
        -webkit-transition: ease-out all 0.2s;
        -moz-transition: ease-out all 0.2s;
        -o-transition: ease-out all 0.2s;
        -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
    }

.act-title {
    font-size: 1.09375rem;
    font-weight: 500;
    line-height: 1.2;
}

.auth-icons {
    position: relative;
    top: 26px;
    text-align: center;
}

.auth-header-div {
    background-color: var(--primary);
    color: white;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.125);
    padding: 10px 10px 6px 10px;
    text-align: center;
    font-weight: 900;
}

.auth-div {
    color: var(--primary);
    /*color: #204b9a;*/
    border-radius: 30px !important;
    border: 1px solid rgba(0,0,0,0.125);
    padding-top: 30px;
    padding-bottom: 40px;
}

    .auth-div > form > div {
        margin-bottom: 30px;
    }

.auth-header-div-left > h4 {
    color: #204b9a;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 900;
}

.auth-div-left > h1 {
    color: #204b9a;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 3rem;
    font-weight: 600;
}

.auth-div-left :first-child {
    color: #6088d4;
}

.auth-div-left :last-child {
    color: #2a416b;
}

.auth-bottom-row > a {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    min-width: 180px;
}

.auth-bottom-row :first-child {
    margin-left: 10px;
}

.auth-bottom-row :last-child {
    margin-right: 10px;
}

.title-header {
    padding: 10px;
}

.title-act-fields {
    width: 30%;
}

.table-act-fields td {
    border-top: none !important;
}

.maitenance-text {
    color: dark-blue;
    font-size: large;
    font-weight: 700;
    margin: 8px;
}

.btn-top {
    font-size: 0.7rem;
    padding: 3px;
    width: 100px;
    border: 1px solid #204b9a
}

.table-stats {
    border-collapse: collapse;
    border: 1px solid #AAAAAA;
    font-weight: 600;
    margin: 0 auto;
}

    .table-stats > thead {
        display: table-header-group;
        text-align: center;
        position: sticky;
        top: 0;
    }

    .table-stats > tbody {
        background-color: #d6e2ef;
    }

    .table-stats tr {
    }

    .table-stats > tbody > tr:nth-child(even) > td {
        background-color: #eff3f7;
    }

    .table-stats > thead > tr {
        background-color: var(--primary);
        color: white;
    }

    .table-stats > tbody > tr > td {
        min-width: 120px;
        border: 1px solid #AAAAAA;
        padding: 5px 10px 5px 10px;
    }


fieldset, legend {
    all: revert;
    border-radius: 8px;
    border-color: rgba(0, 0, 0, 0.2);
}

.reset {
    all: revert;
}

/* END THEMES **********************/
.btn-primary {
    background-color: var(--primary);
    border-color: #0d2044;
    color: white !important;
}

.btn-sm {
    display: inline-block;
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: #0d2044;
}

.form-control {
    font-size: var(--font-size)
}

.form-center .form-group .form-control {
    min-width: 350px;
    max-width: 100%;
}

.form-center-450 .form-group .form-control {
    min-width: 450px;
}

.form-center .dropdown.bootstrap-select.form-control {
    min-width: 350px;
    max-width: 100%;
}

.img-preview {
    height: 100px;
    width: 100px;
}

.bg-transparent-lg {
    background-color: var(--accent-background)
}

@media (min-width:992px) {
    .bg-transparent-lg {
        background-color: transparent !important
    }
}


.input-group-text {
    font-size: var(--font-size)
}

.table-responsive {
    overflow-x: auto;
    display: block;
    width: 100%
}

.dropdown.bootstrap-select.form-control {
    max-width: 400px
}
.dropdown-menu {
   font-size:inherit;
}

.dropdown-item {
    color: #000000;
}

.navbar-dark {
    background-color: darkgray;
    border: 0 1px 4px 1px solid;
    border-color: lightgray;
}

/*.dropdown-menu {
    max-height: 500px;
    max-width: 400px
}

.bs-searchbox input[type=text] {
    max-width: none
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #ced4da
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }*/

.popup_frame {
    overflow: hidden;
    height: 100%;
    min-height: 640px;
    width: 100%;
    position: relative;
    background: url("../images/preloader.svg") center center no-repeat;
    background-size: 140px;
}

.field-validation-error {
    color: red
}

.field-validation-valid {
    display: none
}

.input-validation-error {
    border: 2px solid red;
    color: red
}

.validation-summary-errors {
    font-weight: 700;
    color: red
}

.validation-summary-valid {
    display: none
}

@keyframes no-valid {
    0% {
        background-color: rgba(255, 0, 0, 0.5);
    }

    100% {
        background-color: none;
    }
}

@keyframes info {
    0% {
        background-color: rgba(102, 193, 252, 0.6);
    }

    100% {
        background-color: none;
    }
}