

/* Start:/bitrix/components/bitrix/system.auth.form/templates/.default/style.min.css?1638369773424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/bitrix/components/bitrix/system.auth.form/templates/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/bitrix/components/bitrix/system.auth.form/templates/.default/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/elkat/styles.css?16414845392842*/
table {
    font-size: 10px;
    text-align: center;
}

th {
    border: 1px solid #ced4da !important;
}

td {
    border: 1px solid #ced4da !important;
}
.center{
    text-align: center;
}

#footer{
    position: absolute;
    bottom: 0;
    left: 0;
}
/*печать*/
@media print {
    /* здесь будут стили для печати */
    .noPrint {
       display: none;
    }
    #panel{
        display: none;
    }
    table {
        font-size: 8px;
    }
    th {
        border: 1px solid black !important;
    }

    td {
        border: 1px solid black !important;
    }
    header{
        display: none;
    }
}
/*попап*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #0d6efd;
}
.popup .content {
    min-height: 30%;
    overflow: auto;
    padding-top: 20px;
}

@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .popup{
        width: 70%;
    }
}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}
.nav-link {
    font-size: .875rem;
}

.modal-content.rounded-6.shadow:hover {
    background-color: #0000001a;
}

.modal-content {
    text-align: center;
    min-height: 85%;
    margin: 20px 0px;
    color: white;
    background: linear-gradient(#818cf8, #6366f1);
}
.modal-content-del {
    background: linear-gradient(#ff1b9d, #63229f);
}
.card-body{
    font-size: 0.9em;
}

.modal-body {
    padding-bottom: 0px !important;
}

/*цвета заливки*/
.modal-content.green {
    background: linear-gradient(#32d343, #11831f) !important;
    border: none;
}
.modal-content.reds {
    background: linear-gradient(#e34545, #6e0303) !important;
    border: none;
}
.noDecor{
    text-decoration: none;
}

/*попап js*/
.overlay_popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9;
    min-height: 100px;
}

/* End */
/* /bitrix/components/bitrix/system.auth.form/templates/.default/style.min.css?1638369773424 */
/* /local/templates/elkat/styles.css?16414845392842 */
