/*@font-face {*/
/*    font-family: myFirstFont;*/
/*    src: url(sansation_light.woff);*/
/*}*/
body {
    background-color: #FEFEFF !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 100%; /* Повна висота екрану */
    margin: 0;
}
.h6 {
    font-size: 1.1em;
}
.header {
    background-color: transparent;
}
.layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main {
    flex: 1 0 auto; /* Розтягується на всю доступну висоту */
}
.font-weight-bold {
    font-weight: 600 !important;
}
.container-xxl {
    max-width: 1320px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
/*.ellipsis span {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
.container_main {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    font-weight: 500;
    font-size: 1.05em;
}
.table tr td {
    padding: 4px;
    color: #202020;
    /* font-size: 0.85em; */
    border: 1px solid #d3d3d3;
    /*text-align: center;*/
    vertical-align: middle;
    font-weight: normal;
}
td.cel_active, .bg-light-grey.cel_active {
    background: #cceeff !important;
}
.table-datatable th {
    font-weight: normal;
    /* font-size: 0.80em; */
    text-align: center;
}
.page-link {
    border: 1px solid #dddfeb;
}
/* .ellipsis span.text-success {
    color: #3BAEE2 !important;
} */
.footer {
    border: none !important;
}
#logo {
    width: 100px;
    position: relative;
    /*margin-left: 1.5rem;*/
}
#period {
    background: #EFF1F7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    justify-content: space-between;
    width: 100%;
}
#month-list {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 17px;
    margin: 0 17px;
    justify-content: space-between;
    width: 80%;
}
#month-list a {
    padding: 0 13px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
#month-list span {
    width: 2px;
    height: 100%;
    color:  #6B96CB;
}
#month-list span:last-child {
    display: none;
}
#month-list a.text-success {
    color: #007bff!important;
}
#month-list a:last-child {
    border-right: none;
}
#period_prev, #period_next {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #007bff!important;
}
#period_prev:hover, #period_next:hover, #month-list a:hover {
    text-decoration: none;
    color: #5997e9 !important;
}
#period .fa-chevron-left, #period .fa-chevron-right {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(69, 169, 222, 1) 0%, rgba(98, 155, 207, 1) 100%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 17px;
    padding-right: 3px;
    font-size: 16px;
}
#period .fa-chevron-right {
    margin-right: 0;
    margin-left: 17px;
    padding-left: 5px;
}
h2 {
    color: #4071b9;
    margin: 0 0 20px;
}
h3 {
    color: #4071b9;
    /*margin: 0 0 20px;*/
}.table-datatable {
    font-size: 18px;
    /* max-height: 600px;
    overflow-y: auto; */
}
/* #table_body tr td:first-child {
    background: #EDEFF7;
} */
.table-datatable th {
    background: #F8F9FD !important;
    color: #666666;
}
.table thead th {
    vertical-align: middle;
    border: 1px solid #DFE1EB !important;
    font-size: 14px;
    color: #4071b9;
    font-weight: 500;
}
.table thead tr {
    border: 1px solid #DFE1EB !important;
}
.table thead, .table tbody {
    /* width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: table; */
}
.table thead.act {
    position: sticky;
    top: 0px;
}
.text-primary {
    color: #4c9df3 !important;
}
.table-datatable input, .table-datatable select {
    background: #EDEFF7;
}
.table-datatable input::-webkit-scrollbar { width: 0 !important }
.table-datatable input { -ms-overflow-style: none; width: 100%;}
.table-datatable input { overflow: -moz-scrollbars-none; }
.table-datatable input {
    -moz-appearance: textfield;
}
.table-datatable input::-webkit-inner-spin-button { 
    display: none;
}
.table-datatable input:focus {
    outline: none;
    border: none;
}
#menu-table {
    background: #e2e4ed;
    color: #000;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#menu-table a {
    padding: 8px 20px;
    /* border-right: 1px solid #B3B3B3; */
    color: #888888;
    font-size: 19px;
}
/* Якщо буде клас активної кнопки */
#menu-table a.act {
    background: #1d3c6a;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 15px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: inset 0px 0px 15px -10px rgb(0 0 0 / 75%);
    box-shadow: inset 0px 0px 15px -10px rgb(0 0 0 / 75%);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#menu-table a:last-child {
    border-right: 0;
}
#menu-table a:hover {
    text-decoration: none;
    background: rgb(88 160 212) 100%;
    color: #fff;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.info-factory {
    width: 19%;
}
.info-factory i {
    font-size: 32px;
    float: left;
    margin-right: 23px;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #B3B3B3;
}
.info-factory p {
    /*font-size: 18px;*/
    line-height: normal;
}
.m2 {
    padding:0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.m2 > div > div {
    display: flex;
}
.m2 > div > div:first-child {
    padding-left: 0;
}
.m2 > div > div:last-child {
    padding-right: 0;
}
.m2 a {
    color: #0056b3;
    padding: 0.5rem !important;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: normal;
    background: #e2e4ed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    justify-content: center;
    width: 100%;
}
.m2 a i {
    font-size: 24px;
    margin-right: 10px;
}
.m2 a:hover {
    color: #fff;
    background: #1d3c6a;
    text-decoration: none;
}
.m2 a:hover i {
    color: #fff;
} 
.m2 .dropdown-item.active, .m2 .dropdown-item:active {
    color: #fff;
    background: #1d3c6a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.m2 .dropdown-item:hover, .m2 .dropdown-item:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu {
    padding: 0 !important;
}
.block-ico {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
    position: initial;
}
.block-ico > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.block-ico a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    color: #000 !important;
    padding: 2px;
    margin: 0 5px;
    font-size: 18px;
}
.block-ico i {
    width: 37px;
    height: 37px;
    color: #B3B3B3;
    font-size: 28px;
    padding: 7px;
    background: #EFF1F7;
    border: 1px solid #DFE1EB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-ico #calc-row i, .block-ico #calc-error i {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.block-ico a:hover {
    background: linear-gradient(135deg,  rgba(33,187,239,1) 0%,rgba(107,150,203,1) 100%);
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.block-ico a:hover > i {
    color: #3BAEE2;
}
.child {
    display: none;
    position: absolute;
    top: 80px;
    width: 280px;
    background: #EFF1F7;
    border: 1px solid #DFE1EB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 1;
    line-height: normal;
    margin: 0;
    list-style: square;
    padding: 10px 10px 10px 40px;
}
.block-ico > div > div:hover .child {
    display: block;
}
.block-ico .child li {
    padding: 0;
    position: relative;
}
.block-ico .child a {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #eff1f7;
}
.block-ico .child a:hover {
    background: transparent;
    border-bottom: 2px dotted #519aff;
    color: #025ddd !important;
    text-shadow: 0px 0px 3px #4266ab;   
}
.block-ico .child-sub {
    display: none;
    position: absolute;
    top: 0;
    right: -70%;
    background: #EFF1F7;
    border: 1px solid #DFE1EB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3); 
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    padding: 10px 10px 10px 40px;
    z-index: 1;
}
.block-ico .child li:hover .child-sub {
    display: block;
}
.list-dot {
    font-size: 8px;
    padding-left: 5% !important;
    color: #B3B3B3;
}
.list-dot1 {
    font-size: 8px;
    padding-left: 8% !important;
    color: #B3B3B3;
}
.list-dot2 {
    font-size: 8px;
    padding-left: 11% !important;
    color: #6fcaff;
}
.list-dot1 span, .list-dot2 span, .list-dot3 span, .list-dot4 span, .list-dot5 span, .list-dot6 span, .list-dot7 span  {
    font-size: 16px;
}
.list-dot3 {
    font-size: 8px;
    padding-left: 14% !important;
    color: #42aaef;
}
.list-dot4 {
    font-size: 8px;
    padding-left: 17% !important;
    color: #428def;
}
.list-dot5 {
    font-size: 8px;
    padding-left: 20% !important;
    color: #256AC5;  
}
.list-dot6 {
    font-size: 8px;
    padding-left: 23% !important;
    color: #113f7b;  
}
.list-dot7 {
    font-size: 8px;
    padding-left: 26% !important;
    color: #000000;   
}
.copy-paste {
    color: #256AC5 !important;
}
.bd-highlight .itemrow i, .main i {
    color: #256AC5;
}
.bd-highlight .itemrow.active i, .main.active i, .itemrow.active {
    color: #B3B3B3;
}
.bg-light-grey {
    background: #E2E5F0 !important;
}
/*td input, td.p-0 {*/
/*    background: #D6E4FC !important;*/
/*    border: 0;*/
/*    text-align: center;*/
/*}*/
td.cel-active {
    background: #97b0db !important;
    border: 0;
    text-align: center;
}
.zag {
    font-size: 28px;
    color: #08254f;
    font-weight: 700;
}
#period_cur {
    color: #08254f;
    font-size: 24px;
}
#cont, #cont a {
    color: #808080;
    font-size: 1.0em;
    padding: 0;
    line-height: normal;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}
#cont a:hover {
    background: transparent;
    color: #256AC5;
}
#cont > div {
    margin-bottom: 20px;
}
#cont > div i {
    width: 26px;
    height: auto;
    font-size: 20px;
    padding: 0;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.iblock {

}
.iblock > a {
    /*width: 32%;*/
    min-height: 180px;
    max-height: 270px;
    border: 1px solid #DFE1EB;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex; 
    text-decoration: none;
}
.iblock > a > div div {
    display: flex;
    align-items: center;
    font-size: .9rem;
    word-break: break-word;
    justify-content: center;
    text-align: center;
    line-height: normal;
}
.iblock > a i {
    font-size: 36px;
    color: #fff;
}
.iblock .blone {
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 40%;
    line-height: normal;
    flex-direction: column;
}
.iblock > a > div > div:last-child {
    width: 60%;
}
#datatable_info {
    color: #808080;
    font-weight: normal;
}
.book > div:last-child {
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.book .m2 {
    align-items: flex-start
}
.book h4 {
    background: #e2e4ed;
    padding: 10px;
}
#report_info a {
    color: #0056b3;
}
#report_info a:hover {
    color: #2385ed;
}
.modal {
    background: #33333338 !important;
}
.modal-content{
    -webkit-box-shadow: 0px 0px 50px 1px #00000073;
    box-shadow: 0px 0px 50px 1px #00000073;
}
@media screen and (min-width:769px) and (max-width: 1710px) {
    .block-ico a {
        font-size: 16px;
        line-height: normal;
    }
    #cont a {
        word-break: break-all;
    }
    .container_main > div:first-child {
        flex-direction: column !important;
    }
    .container_main > div .m2 {
        margin-bottom: 10px;
    }
    .info-factory {
        width: 25%;
    }
}
@media screen and (min-width:769px) and (max-width: 1330px) {
    /* #cont > div:first-child {
        width: 50%;
    } */
}
@media screen and (min-width:320px) and (max-width:768px) {
    header > div > div.flex-row {
        flex-direction: column !important;
    }
    header > div > div #logo {
        position: initial;
    }
    header > div > div > div.mr-4 {
        margin-right: 0 !important;
    }
    .info-factory {
        width: 100%;
    }
    .block-m {
        display: block;
        margin: 0;
    }
    .m2 {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 10px;
    }
    #menu-table br {
        display: none;
    }
    #menu-table a {
        padding: 10px 28px;
        border-right: none;
        width: 100%;
    }
    .block-ico {
        height: auto;
        padding: 0;
        max-width: 100%;
    }
    .container_main {
        max-width: 100%;
    }
    .container_main > div {
        display: flex;
        flex-direction: column !important;
    }
    #period {
        width: 100%;
        overflow: scroll;
    }
    #calc-row, #calc-error, #cont {
        display: none;
    }
    .m2 a:first-child {
        margin-right: 10%;
    }
}