@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

main > .container {
    padding: 70px 15px 20px;
}

main > .wrapper-content {
    padding-right: 15px;
    padding-left: 0px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-label{
    margin-bottom: 0 !important;
}

#data1c-form{
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    background: #F8F8F8;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.select-company-bx24, .select-user-bx24{
    height: 40px;
    font-size: 15px;
}

.select-company-bx24 > div, .btn-select-user, .selected-user-bx24{
    padding: 0 10px;
}

.select-company-bx24 div:hover, .select-user-bx24 div:hover{
    cursor: pointer;
}

.selected-co-bx24, .selected-user-bx24{
    background: #84eeff;
    color: #333;
    border-radius: 2px;
}

.wp-selected-user-bx24 > div > div{
    margin-right: 5px !important;
}

.wp-selected-user-bx24 > div > div:last-child{
    margin-right: 0 !important;
}

.selected-co-bx24 > i, .selected-user-bx24 > i{
    margin-left: 20px;
}

.unselected-co-b24 > i, .btn-select-user i{
    margin-right: 10px;
}

#filter-form label, #filter-form input, #filter-form button{
    font-size: 15px;
}

#filter-form input, #filter-form button{
    height: 40px;
}

.mutual-settlements-table{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 11px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.mutual-settlements-table > thead{
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.mutual-settlements-table > thead > tr > td{
    padding: 15px 35px !important;
}

.mutual-settlements-table tr{
    border-bottom: 1px solid #cdcdcd8a;
}

.mutual-settlements-table td{
    padding: 15px 10px;
    border-right: 1px solid #cdcdcd8a;
}

.mutual-settlements-table td:last-child{
    border-right: none !important;
}

.mutual-settlements-table > tbody > tr:last-child{
    border-bottom: none !important;
}

.active-span:hover{
    background: #84eeff;
    cursor: pointer;
    padding: 4px 5px;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.up-details{
    transform: rotate(90deg);
    transition: all 0.5s ease;
}

.close-details{
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.details-row{
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
    box-sizing: content-box !important;
}

.details-row > td{
    padding: 30px 10px;
}

.details-row table{
    width: 100%;
}

.details-row table tr{
    border-bottom: 1px solid #cdcdcd8a !important;
}

.active-details-row{
    background: #e6fff4 !important;
}

.mutual-settlements-table > tbody > tr:nth-child(4n -1), .mutual-settlements-sub-table > tbody > tr:nth-child(odd){
    background: #f9f9f9;
}

.mutual-settlements-table input{
    font-size: 14px;
}

.filter-wrapper{
    padding: 25px 0;
}

.fly-cloud{
    position: sticky;
    top: 0;
    background: #f9f9f9;
    width: 100%;
    max-width: inherit;
    padding-right: 15px !important;
    padding-left: 15px !important;
    z-index: 99999;
}

.fly-cloud td{
    border-right: none !important;
}

.mutual-settlements-table > thead.fly-cloud{
    top: 90px;
}

.selected-row{
    background: #ebecff !important;
}

.task-table thead{
    position: sticky !important;
    top: 180px;
    background: #fff;
}

.sub-task-row{
    background: #f0f9fd !important;
}

.sub-task-row table > tbody > tr:nth-child(odd){
    background: #ddf2fb !important;
}

.toolbar{
    display: none;
    margin-top: 25px;
}

input[readonly]{
    background: #f9f9f9 !important;
}

.options-report{
    display: none;
    margin-top: 15px;
}

.payment-row{
    background: #dbfff0 !important;
}

.zero-balance{
    background: #f4e6ff !important;
}

.details-row h1{
    font-size: 18px !important;
    text-transform: uppercase;
}

.details-row h1 span{
    padding: 10px;
}

.it-service-task{
    /*color: #37558c !important;
    background: #8fb6fd !important;
    padding: 5px 8px;
    border-radius: 4px;*/
    font-weight: 700;
}

.has-license-renewal i.valid-balance{
    color: #1cbeef !important;
}

.active-balance i.valid-balance{
   color: #bdbdbd !important;
}

.separator-responsible > td{
    border-bottom: 2px solid #b1b1b1 !important;
}

.offcanvas{
    z-index: 999999;
}

.logs{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.logs > li{
    border-bottom: 1px solid #b9bbbe;
    padding: 5px 8px;
}

.logs > li i{
    margin-right: 5px;
}

.logs .author-name{
    font-weight: 600;
}

.logs .text{
    font-weight: 400;
}

.btn-legend i{
    color: #fff !important;
}

/*
.payment-task{
    color: #717171 !important;
    background: #bcf5e2 !important;
    padding: 5px 8px;
    border-radius: 4px;
}

.it-service-task:hover, .other-service-task:hover, .payment-task:hover{
    color: #0c0c0c !important;
    transition: all 0.5s ease;
    padding: 6px 9px;
}

.it-service-task:hover{
    background: #84eeff !important;
}

.other-service-task{
    color: #717171 !important;
    background: #e0e0e0 !important;
    border-radius: 4px;
    padding: 5px 8px;
}

.pay-period{
    padding: 10px 0 0 5px;
    font-size: 12px;
    margin: 0 !important;
}
*/


.burger {
    cursor: pointer;
    font-size: 16px;
}

.menu {
    display: none;
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
}

.menu a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.menu a:hover {
    background: #eee;
}

.nomenclature-toolbar i{
    opacity: 0.5;
}

.nomenclature-toolbar i.active, .nomenclature-toolbar i:hover{
    opacity: 1;
}

.nomenclature-toolbar i:hover{
    cursor: pointer;
}
