

@font-face {
    font-family: 'titr';
    src: url('../fonts/b_titr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    height: 100%;
    background: #eaedf2;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    user-select: none !important;
}



h1 {
    font-weight: 300;
}

#main-container {
    background: #eaedf2;
    width: 100%;
    height: -webkit-fill-available;
    margin:0;
    border-radius: 4px 2px 2px 4px;
    overflow-x: hidden;
}

.dark-menu {
    background: #33353c;
    width: 70px;
    height: 100%;
    border-radius: 2px 0 0 2px;
    text-align: center;
    float: left;
    position: fixed;
    left: 0;
    z-index:100;
}

.dark-menu a {
    color: #76838c;
    display: block;
    padding: 22px;
    text-decoration: none;
}

.dark-menu a:hover {
    color: #fff;
}

.dark-menu a.active {
    color: white;
    border-left: solid #3088ff 3px;
}

.light-menu {
    width: 120px;
    height: 100%;
    float: left;
    margin-right: -9px;
    position: absolute;
    left: 70px;
}

.light-menu a {
    color: #85899b;
    display: block;
    padding: 10px 10px 10px 22px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.light-menu a:hover {
    color: #333;
}

.light-menu a.active {
    color: #33353c;

}

.active-icon {
    margin-left: -3px;
}

#search-btn {
    background: #3088ff;
    color: #fff;
    border-radius: 2px 0 0 0;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    height: 58px;
}


.top-menu {
    background: #fff;
    width: 100%;
    height: 58px;
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
}

#page_title {
    background: #fff;
    padding: 0 20px 0 0;
    float: left;
    font-size: 25px;
    margin: 0 0 0 90px;
}

nav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 30px;
}

nav a {
    position: relative;
    display: inline-block;
    color: #757c8f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
/*
nav a:hover::before {
	position: absolute;
	top: 0; right: 0; bottom: .5em; left: 0;
	z-index: -1;
	border-bottom: none;
	border-radius: 5px 2px 0 0;
	background: #eaedf2;
	box-shadow: 0 2px hsla(0,0%,100%,.5) inset;
	transform: perspective(5px) rotateX(2deg);
	transform-origin: bottom left;
}
*/


.active-tab {
    color: #3088ff;
    background-color: rgba(48, 136, 255, .2);
    border-radius: 4px;
    padding: 10px 30px;
}

#content {
    background: #eaedf2;
    height: calc(100% - 120px);
    float: right;
    position: relative;
    z-index: 10;
    width: calc(100% - 110px);
    margin-right: 19px;
    margin-top: 19px;
}

.table-content {
    background: #fff;
    width: 100%;
    margin-top: 20px;
    box-shadow: #dcdee3 0px 0px 10px;
}


.m-content {
    background: #fff;
    width: 100%;
    box-shadow: #dcdee3 0px 0px 10px;
    padding: 11px 0;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.clear {
    clear: both;
}

.m-content h3 {
    padding: 0 35px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    user-select: none;
}

.m-content h3 i{
    float:right;
}



.table-content table {
    width: 100%;
}

.table-content thead {
    background: #f2f3f5;
}

.table-content thead tr td {
    color: #757e92;
    font-size: 10px;
    text-transform: uppercase;
    padding: 14px 10px;
}

.table-content tbody tr td {
    padding: 14px 10px;
    border-bottom: #eaecee solid 1px;
}

.table-content tbody tr:hover {
    background: #fefaf2;
}

.name-td {
    font-size: 13px;
    font-weight: 600;
}

.desc-td {
    font-size: 13px;
    color: #64697a;
}

.date-td {
    text-align:left;
    font-size: 14px;
}


.checked {
    background: #fefaf2;
}

#credit {
    color: #76838c;
    width: 300px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}




.section-title {
    font-weight: normal;
    font-size: 13px;
    padding-left: 5px;


}


.section-title .fa-home {
    margin-right: 5px;
}


.airline-row-logo {
    width: 23px;
    height:23px;
    margin: 0 5px 2px 0;
}

.big-container .table-content td span:not(.badge) , .airline-row{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.datepicker-plot-area .datepicker-day-view .table-days td span {

    font-size: 11px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #3088ff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3088ff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#loginBox{
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

#loginBoxWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.loginContainer{
    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#loginImage {
    padding: 0;
    height: 100%;
}

#loginImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logoContainer{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.loginLogo{
    width:80%;
}

.loginBtnContainer{
    text-align: center;
    margin-bottom: 0;
}

.loginBtn{
    border-radius: 100px !important;
    width:100%;
    height:40px;
    background-color: #3088ff !important;
    border-color: #3088ff !important;
}

.loginBtn .fa{
    position: relative;
    font-size: 22px;
    top:2px;
    right:4px;
}

#loginBox input{
    padding-left: 25px;
}

#loginBox .form-group i{
    position: absolute;
    top:8px;
    left:8px;
    color:#cccccc;
}

a , button:active , a , button:focus , a , button:hover{
    outline: none !important;
}

.anim2{
    position: relative;
    animation: anim2;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-delay: 1s;
}

.anim1{
    position: relative;
    animation: anim1;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes anim2 {

    from{
        top:40px;
        opacity:0;
    }
    to{
        top:0px;
        opacity: 1;
    }

}

@keyframes anim1 {

    from{
        opacity:0;
    }
    to{
        opacity: 1;
    }

}

.btn-submit{
    width:48%;
    margin-right: 5px;
    height:34px;
}

.btn-reset{
    width:43%;

}

.loading-wrapper{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.8);
    z-index:10000;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}

.loading-wrapper button{
    margin-top: 15px;
    width:200px;
    height:40px;
    background-color: transparent;
    border-radius: 5px;
    border:2px solid #fff;
    color:#fff;
}

.loading-wrapper button:hover{
    background-color: #fff;
    color:rgba(0,0,0,.8);
}

.hidden-input{
    display: none;
}

.paginate-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:150px;
    height:38px;
    background-color: #fff;
    user-select: none;
    border-radius: 4px;
}

.paginate-wrapper .prev , .paginate-wrapper .next{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:35px;
    height:100%;
    cursor: pointer;
}

.paginate-wrapper i{
    font-size:24px;
    color:#3088ff;
}

.paginate-wrapper .data{
    width:80px;
    height:100%;
    color:#757e92;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.table-options{
    display: flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
    margin-top: 10px;
}

.table-options  > div{
    display: flex;
    align-items:center;
}

.table-content{
    margin-top:10px;
}

.search-input{
    padding-left: 30px;
    height:38px;
    outline:none;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.search-input:focus{
    outline:none;
}

.search-icon{
    position: absolute;
    top:10px;
    left:10px;
    color:#757e92;
}

.box-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom:10px;
}

.box-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom:10px;
    height:80px;
    padding:0;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.box-item div{
    display: flex;
    align-items: center;
}

.box-item div:nth-child(2){
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width:170px;
    height:100%;
    padding-left: 10px;
}

.box-item div:nth-child(2) span:nth-child(2){
    font-size:24px;
    font-weight:400;
    color:#fff;
}

.box-item div:nth-child(2) span:nth-child(1){
    font-size:15px;
    color:#fff;
}

.box-item div:nth-child(1) i{
    font-size:50px;
    color:#fff;
}

.box-item div:nth-child(1){
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:80px;
    height:100%;
    background-color: rgba(0,0,0,.12);
}

.animate-list{
    display: flex;
    flex-direction: column;
}

.animate-list-item{
    display:flex;
    align-items: center;
    width:100%;
    height:45px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    padding: 15px;
    z-index:100;
}

.animate-list-item div{
    text-align: center;
}

.animate-list-item div[class*="col-"]{
    padding: 0;
}

.animate-list-item img{
    width:40px;
    height:40px;
}

.animate-list .image{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animate-list-item .number{
    font-weight:bold;
    color:#0078c1;
    font-size:16px;
}

.animate-list-item .aircraft{
    font-weight: bold;
    font-size: 14px;
}

.animate-list-item .route{
    font-weight:bold;
    font-size:14px;
}

.animate-list-item .date{
    font-weight: bold;
    font-size:14px;
}

.animate-list-item .status{
    font-weight: bold;
    font-size:14px;
}


.animate-list-item .time span{
    font-weight: bold;
    font-size:12px;
    padding:6px;
}


.chart-content{
    width:100%;
    margin-bottom: 30px;
    margin-left: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.tether-element{
    z-index:100000 !important;
}

.report-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
}

.report-container .table-report3{
    margin-bottom: 30px;
}

.table-report-small{
    width:calc(30% - 15px);
}

.table-report-big{
    width:calc(70% - 15px);
}

.table-report td{
    text-align: center;
}

.table-report thead tr:nth-child(1){
    height:50px;
}

.table-report thead tr:nth-child(2) , .table-row-num , .table-row-sum{
    height:30px;
}

.table-report thead tr:nth-child(2) td , .table-row-num td , .table-row-sum td{
    font-size:14px !important;
    font-weight: bold;
}

.table-report thead tr:nth-child(1) td{
    font-weight:bold;
}

.table-report tbody tr{
    height:26px;
}

.table-report tbody tr td{
    font-size:14px;
}

.bold-td{
    font-weight: bold;
}

.table-row-num{
    background-color: #000;
    color:#ffffff;
}

.table-row-space{
    width:5% !important;
}

.table-report2 td{
    text-align: center;
}

.table-report2 thead tr.title {
    height:35px;
}

.table-report2 thead tr.date{
    height: 30px;
    font-size: 13px;
}

.table-report2 thead tr.info{
    height:35px;
    font-size: 13px;
}

.table-report2 thead tr.head{
    height:30px;
    font-size: 13px;
}

.table-report2 thead tr.section{
    height:50px;
    font-size: 15px;
}

.table-report2 tbody tr{
    height:26px;
}

.table-report2 tbody tr td{
    font-size:12px;
}

@media print{

    .column-invoice-report td, .invoice-footer td:not(:empty){
        background-color: #d7d7d7 !important;
    }

    .table-report3 tbody tr:nth-last-of-type(-n + 2) td:last-child {
        background-color: #fff !important;
    }

    .top-menu{
        display: none;
    }

    .dark-menu{
        display: none;
    }

    .m-content:nth-child(1){
        display: none;
    }

    .m-content:nth-child(2){
        background: none !important;
        padding:0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }

    #content{
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }

    .table-report thead tr:nth-child(1){
        height:40px;
    }

    .table-report thead tr:nth-child(2) td , .table-row-num td , .table-row-sum td{
        font-size:11px !important;
    }

    .table-report tbody tr td{
        font-size:10px;
    }

    .table-report2 tbody tr td{
        font-size:10px;
    }

    .table-report2 thead tr.date{
        height: 25px;
        font-size: 11px;
    }

    .table-report2 thead tr.section{
        height:30px;
        font-size: 13px;
    }

    .table-report2 thead tr.info{
        height:25px;
        font-size: 12px;
    }

    .table-report2 thead tr.head{
        height:20px;
        font-size: 11px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .table-report2 td , th , .table-report3:not(.tbl-bordered) td , th{
        border: 2px solid #000;
        font-weight: bold;
    }

    .table-report2 thead td[colspan="5"] , .table-report2 tbody td:nth-child(5) , .table-report2 thead td:nth-child(5){
        border-right:3px solid #000;
    }

    #main-container , #content{
        height:auto !important;
    }

    .m-content:nth-child(2) .btn{
        display: none;
    }

    .tbl-colored .section td , .tbl-colored .section2 td{
        background-color: #f2f2f2 !important;
    }

    .tbl-colored .title td:nth-child(1) , .tbl-colored .date td , .tbl-colored .info td{
        background-color: #5dffff !important;
    }

    .tbl-colored .head td:nth-child(1) , .tbl-colored tbody td:nth-child(1){
        background-color: #db9693 !important;
    }

    .tbl-colored .head td:nth-child(2) , .tbl-colored tbody td:nth-child(2){
        background-color: #ccbfdb !important;
    }

    .tbl-colored .head td:nth-child(3) , .tbl-colored tbody td:nth-child(3){
        background-color: #c4d898 !important;
    }

    .tbl-colored .head td:nth-child(4) , .tbl-colored tbody td:nth-child(4){
        background-color: #b6dee9 !important;
    }

    .tbl-colored .head td:nth-child(5) , .tbl-colored tbody td:nth-child(5){
        background-color: #fbbf8b !important;
    }

    .tbl-colored .head td:nth-child(6) , .tbl-colored tbody td:nth-child(6){
        background-color: #db9693 !important;
    }

    .tbl-colored .head td:nth-child(7) , .tbl-colored tbody td:nth-child(7){
        background-color: #c4d898 !important;
    }

    .tbl-colored .head td:nth-child(8) , .tbl-colored tbody td:nth-child(8){
        background-color: #ccbfdb !important;
    }

    .tbl-colored .head td:nth-child(9) , .tbl-colored tbody td:nth-child(9){
        background-color: #f2f2f2 !important;
    }

    .tbl-colored .head td:nth-child(10) , .tbl-colored tbody td:nth-child(10){
        background-color: #b6dee9 !important;
    }

    .tbl-colored .head td:nth-child(11) , .tbl-colored tbody td:nth-child(11){
        background-color: #fbbf8b !important;
    }

}

@font-face {
    font-family: 'yekan';
    src: url('../fonts/Yekan-modified.eot');
    src: url('../fonts/Yekan-modified.eot#iefix') format('embedded-opentype'),
    url('../fonts/Yekan-modified.woff') format('woff'),
    url('../fonts/Yekan-modified.ttf') format('truetype'),
    url('../fonts/Yekan-modified.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}


.right .dropdown-menu li a:hover{
    background: none !important;
}

.badge-notification{
    position: absolute;
    top:0;
    right:8px;
    padding: 2px;
    width:16px;
    height:16px;
    font-weight: bold;
    font-size: 11px;
    color:#fff;
    background-color: red;
    border-radius: 100%;
}

.btn-notification{
    border:0 !important;
}

.icon-notification{
    color:#757c8f;
    font-size: 20px;
}

.menu-notification{
    right:0;
    left:unset;
    min-width:600px;
    padding-top: 10px;
}

.menu-notification .foot{
    display:flex;
    justify-content: center;
    padding:5px;
}

.item-notification{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: bold !important;
    top:0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color:#4183d7 !important;
}

.item-notification .time{
    font-size: 10px;
    color:gray;
    font-weight: bold;
}

.item-notification .img{
    width:30px;
    height:30px;
    padding-right: 5px;
}

.top-menu{
    overflow: visible;
}

nav.right{
    margin-left: auto;
    margin-right: 20px;
    z-index: 13;
}

nav.right a{
    cursor: pointer !important;
}

.bottom-line{
    width:100%;
    height:1px;
    background-color: #f8f8f8;
    clear:both;
}

.role-group{
    display: flex;
    flex-direction: row;
}

.role-group-title{
    margin-bottom: 10px;
}

.badge{
    border-radius: 2px !important;
}

.status-danger{
    color:#c0392b;
}

.status-default{
    color:#7f8c8d;
}

.status-success{
    color:#16a085;
}

.message{
    width:250px;
    border-radius:10px;
    background-color: #0078c1;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.message p{
    margin:0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#fff;
    font-size: 12px;
}

.message div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.message div span{
    color:#ececec;
    font-size: 10px;
}

.back-from{
    background-color: #0fb980;
}

.modal-dialog{
    margin-top: 40px !important;
}

.message-container{
    margin-left: 0;
    margin-right: 0;
    height: 270px;
    overflow: scroll;
}

nav.right a:nth-child(1):hover{
    color: #757c8f !important;
}

.table-sort{
    padding-left: 20px;
    display: block !important;
}

.table-sort a{
    font-size:14px;
}

.table-sort button{
    height:37px !important;
}

.profile-img{
    width:40px;
    height:40px;
    border-radius: 50%;
    border:2px solid #ccc !important;
}

.profile-info{
    text-align: center;
}

.profile-username{
    color: #0078c1;
    font-size: 15px;
}

.profile-date{
    color:gray;
    font-weight: bold;
    font-size: 13px;
}

.profile-menu-item{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    top:0 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    color:gray !important;
}

.table-report3 th , td{
    text-align: center;
    font-size: 12px;
    padding:3px;
}

.report-heading{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.report-heading .center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.report-heading .center p{
    font-family: yekan;
    font-size: 14px;
    text-align: center;
}

.report-heading img{
    width:65px;
    height:65px;
}

.sort-table-icon{
    font-size: 15px;
    padding-left: 6px;
    cursor: pointer;
}

body{
    -webkit-print-color-adjust: exact !important;
}

.dp-input{
    margin-left: 6px;
    width:90px !important;
    padding:0;
    padding-left: 6px;
    font-size:14px;
}

.comparison p{
    margin:0 !important;
    font-size: 13px;
}

.tbl-bordered td{
    border:2px solid #000;
    font-size:10px !important;
}

.m-content > .row{
    padding:0 20px;
    padding-top: 0;
}

.btn-container{
    display: flex;
    justify-content: space-around;
    padding-top:26px;
}

.btn-container .btn{
    width:50% !important;
}

.comparison .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    font-family: yekan;
}

.comparison .header .first{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(90% - 10px);
    height: 100%;
    border: 2px solid #000;
    border-radius: 20px;
    background-color:#ececec;
}

.comparison .header .first .side{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    height: 100%;
    border-right: 2px solid #000;
}

.comparison .no-border{
    border-right:none !important;
}

.comparison .header .first .side .head-column{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35%;
    border-bottom: 2px solid #000;
}

.comparison .header .first .side .head-column-wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 65%;
}

.comparison .header .first .side .head-column-wrapper .column-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border-right: 2px solid #000;
}

.comparison .header .first .side .head-column-wrapper .column-container .column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison .header .first .side .head-column-wrapper .column-container .size1{
    width:50%;
    height:100%;
}

.comparison .header .first .side .head-column-wrapper .column-container .size2{
    width:100%;
    height:50%;
}

.comparison .border {
    border-right: 2px solid #000;
}

.comparison .border2 {
    border-bottom: 2px solid #000;
}

.comparison .header .second{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 20px;
    background-color:#ececec;
}

.comparison .body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    font-family: yekan;
    margin-top: 10px;
}

.comparison .body .first{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(90% - 10px);
    height: 100%;
    border: 2px solid #000;
    border-radius: 20px;
}

.comparison .body .first .column-container , .comparison .footer .first .column-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 30px;
}

.comparison .body .first .column-container .column , .comparison .footer .first .column-container .column{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.comparison .body .second{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 20px;
}

.comparison .body .second .column-container {
    width: 100%;
    height: 30px;
}

.comparison .body .second .column-container .column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.comparison .footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    font-family: yekan;
}

.comparison .footer .first{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(90% - 10px);
    height: 100%;
    border: 2px solid #000;
    border-radius: 20px;
    background-color:#ececec;
}

.comparison .footer .second{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 34px;
    border: 2px solid #000;
    border-radius: 20px;
    background-color:#ececec;
}

.m-content div h4{
    margin-top: 20px;
}

.monitorBox{
    position: relative;
    width:calc(25% - 20px);
    height:270px;
    cursor:pointer;
    overflow: hidden;
}

.monitorBox .name{
    text-align:center;
}

.monitorBox .time-remain{
    position:absolute;
    width:100%;
    bottom:0;
    text-align:center;
    font-weight:bold;
}

.monitorBox .button-switch-right{
    position: absolute;
    right: 10px;
    bottom: 33px;
}

.monitorBox .button-switch-left{
    position: absolute;
    left: 35px;
    bottom: 33px;
}

.monitor-frame{
    width: 2680px;
    height: 1540px;
    border: 0;
    border-radius: 90px;
    -ms-transform: scale(0.13);
    -moz-transform: scale(0.13);
    -o-transform: scale(0.13);
    -webkit-transform: scale(0.13);
    transform: scale(0.13);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.monitorBox2 .information-flight{
    position: relative;
    width:100%;
    height:200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #002d4f;
    border-radius: 5px;
}

.monitorBox2 .information-flight h3{
    color:#fff;
    font-weight:bold;
    margin:0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.50vw;
}

.monitorBox2 .information-flight h3 img{
    width:48px;
    height:48px;
    margin-right:10px;
}

.monitorBox2 .information-flight h2{
    color:#fff200;
    font-weight:bold;
    font-family: 'yekan' , 'Open Sans';
    margin:0;
    font-size:1.40vw;
    padding-bottom:10px;
}

.monitorBox2 .information-flight h1{
    color:#fff;
    font-weight:bold;
    margin:0;
    font-size:1.30vw;
    margin-right:30px;
}

.monitorBox2 .information-flight > div{
    text-align: center;
    color: #fff200;
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 0.6vw;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 10px 5px 10px;
    border-radius: 100%;
}

@media print{
    .report-container .report-container{
        display: none !important;
    }

    td div{
        margin-top: -5px !important;
    }

}

.big-container tbody td {
    padding: 2px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-bottom:1px solid #4c4c4c !important;
    color:#000 !important;
}

.big-container tbody td .badge{
    font-size:18px !important;
    background-color: #000;
    width:70px;
}

.fixed-head{
    overflow:auto;
}

.big-container tbody td:nth-child(2){
    text-align: left !important;
}

.badge-blue{
    background-color: #0078c1 !important;
}

.badge-red{
    background-color:red !important;
}

.top-time{
    display:flex;
    position: absolute;
    font-weight: bold;
    width:740px;
    font-size:16px;
    top:17px;
    left:680px;
    white-space: nowrap;
}

.top-time p{
    padding-left:16px;
    padding-right:16px;
    white-space: nowrap;
}


.bootstrap-select{
    font-family:yekan , 'Open Sans';
    display: block !important;
}


@media print {
    .report-complications .row-color:not(:last-child){
        page-break-after: always;
    }
    .close , .modal-footer{
        display: none;
    }
    .modal-dialog{
        width:100% !important;
        margin:0;
        padding:0;
    }

    #report-foot-label:not(.last-page-full){
        margin-top: 50px !important;
    }

    .last-page-full{
        margin-top:100px !important;
    }

}

.table-errorlist td , .table-errorlist th{
    font-size: 12px !important;
}

.btn-cancel-flight{
    display:none;
}

#head-fdd1 , #head-fdd2{
    margin:0 !important;
    padding: 0 !important;
    text-align: center;
}

.foot-calendar{
    padding-top:15px;
}

.btn-today{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 20px 3px 20px;
}

.m-content:nth-child(2){
    margin-top: 20px;
}

div[class="table-content "] table .btn-group{
    position: absolute !important;
}

.report-description{
    font-family: yekan;
    font-size:14px;
    direction: rtl;
}

.fixed-head thead{
    position: relative;
    z-index:999;
}

.monitor-overlay{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
}

.monitorBox2{
    /*width:250px !important;*/
    height:210px !important;
    padding-left:5px;
    padding-right:5px;
}

.monitorBox i{
    font-size: 40px;
    color: red;
}

.fixed-head thead tr td{
    font-size:12px;
}

.monitor-container{
    /*width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;*/
    margin-bottom:60px;
}

.white-span-column{
    border:none;
}

.spaced-column{
    width:60px;
    font-size:18px;
    font-weight:bold;
    color:red;
    border:none;
}

.rotate {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(
            180deg
    );
    white-space: nowrap;
}

.monitor-column-type {
    font-weight:bold;
    font-size: 25px;
    width:40px;
    background-color: #fff;
}

.monitor-column-number{
    width:12px;
    font-weight: bold;
    font-size:18px;
    border:none;
}

.monitor-column-empty , .monitor-column-data{
    width:48px;
    height:58px;
    border:none;
}

.table-monitoring tr:nth-child(2n + 1){
    background-color: rgba(0,0,0,.1);
}

.heading-large{
    font-size:18px;
    font-weight: bold;
}

#report-foot-label{
    display: flex;
    flex-direction: row;
    width:100%;
    margin-top: 20px;
}


.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.invoice-footer td{
    font-weight: bold;
    font-size: .8rem;
}

.heading-invoice-report td{
    font-size: 1rem !important;
}

@media print {

    .m-content:nth-child(1){
        display: none;
    }

    .table-options{
        display: none;
    }

    .table-content{
        display: none;
    }

    .dark-menu{
        display: none;
    }

    .top-menu{
        display: none;
    }

    .modal-header{
        display: none;
    }

    .modal-body{
        height: 1000px !important;
        overflow: unset !important;
        padding: 0 !important;
    }

    #content{
        margin: 0 !important;
        padding: 0 !important;
    }

    .modal-dialog{
        margin: 0 !important;
        padding: 0 !important;
        transform: unset !important;
    }

    body{
        margin: 0;
        padding: 0;
    }

    .tbl-ghcn-note tbody td{
        font-weight: bold;
        font-size: 11px;
    }

    .tbl-ghcn-note thead td{
        font-size: 15px;
    }

    .modal-content{
        background: transparent !important;
        box-shadow: unset !important;
        border: none !important;
    }

    .ghcn-circle , .ghcn-square-active{
        background-color: #000 !important;
    }



}


.action-menu-container button {
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
}

.highlight-container {
    display: block;
    margin: 0 auto;
    transform: translateZ(0);
    -webkit-text-size-adjust: none;
    width:100%;
}

.highlight-backdrop {
    position: absolute;
    z-index: 1;
    border: 2px solid #685972;
    background-color: #fff;
    overflow: auto;
    pointer-events: none;
    transition: transform 1s;
    width:100%;
}

.highlight-container .highlights {
    white-space: pre-wrap;
    word-wrap: break-word;
    color: transparent;
    text-align: left;
}

.highlight-container textarea {
    display: block;
    position: absolute;
    z-index: 2;
    margin: 0;
    border: 2px solid #74637f;
    border-radius: 0;
    color: #444;
    background-color: transparent;
    overflow: auto;
    resize: none;
    transition: transform 1s;
}

mark {
    border-radius: 3px;
    color: transparent;
    padding: 0;
}

.mark-red{
    background-color: rgba(255, 0, 0, .4);
}

.mark-blue{
    background-color: #b1d5e5;
}

.mark-red:has(.mark-blue) .mark-blue{
    background-color: rgba(255, 0, 0, .4) !important;
}

.mark-blue:has(.mark-red) .mark-red{
    background-color: #b1d5e5 !important;
}

.highlight-container textarea, .highlight-container .highlights{
    padding: 10px;
    font: 13px / 28px 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.modal-tablet .modal-dialog , .modal-tablet .modal-content {
    margin: 0 !important;
    height: 100% !important;
}

.modal-report td{
    font-weight: bold;
    font-size: .9rem;
}

@media screen and (max-width: 801px){

    .search-input{
        width:120px;
    }

    .table-content tr td{
        font-weight: bold !important;
        font-size: 11px !important;
    }

    .dark-menu{
        width:50px !important;
    }

    .dark-menu a{
        margin: 0 auto !important;
        padding: 22px 0;
    }

    #content{
        width: calc(100% - 70px) !important;
        margin: 19px 10px 0 10px !important;
    }

}

.modal-report input.form-control, .modal-report textarea.form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.modal-report textarea.form-control, .modal-report input.form-control{
    padding: 10px;
}

.modal-report input.form-control:disabled,
.modal-report input.form-control[readonly],
.modal-report textarea.form-control:disabled,
.modal-report textarea.form-control[readonly]{
    background: inherit;
    border: 1px solid #ccc;
}
.modal-report input.form-control:disabled:hover,
.modal-report input.form-control[readonly]:hover,
.modal-report input.form-control:disabled:focus,
.modal-report input.form-control[readonly]:focus,
.modal-report textarea.form-control:disabled:hover,
.modal-report textarea.form-control[readonly]:hover,
.modal-report textarea.form-control:disabled:focus,
.modal-report textarea.form-control[readonly]:focus{
    border: 1px solid #ccc;
    box-shadow: none;
}

.modal-report input.form-control:not(:disabled):not(:read-only):focus, .modal-report textarea.form-control:not(:disabled):not(:read-only):focus{
    border:1px solid #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.time-input-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.number-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-input-group i{
    font-size: 20px;
}

.number-input-group i{
    font-size: 15px;
}

.time-input-group:has(input.form-control):focus-within i, .number-input-group:has(input.form-control):focus-within i{
    color:#66afe9;
}

.modal-report .has-error input.form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.modal-report .has-error i{
    color:#a94442 !important;
}

.modal-report .has-error input.form-control:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
}

.modal-report .has-success input.form-control {
    border-color: #3c763d !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.modal-report .has-success i{
    color:#3c763d !important;
}

.modal-report .has-success input.form-control:focus {
    border-color: #2b542c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 !important;
}

.modal-report input[time] {
    border: none !important;
    outline: none !important;
    font-weight: bold !important;
    color: #000;
}

.modal-report label{
    color:#000;
    font-weight: bold;
}

.modal-report .nav-tabs > li > a{
    font-weight: bold !important;
}

.modal-report .has-error.bootstrap-select button{
    border:1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.modal-report .time-input-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.time-input-wrapper input , .modal-report .table-check-list input:not([role]) {
    max-width: 70px;
    min-width: 70px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 950px;
    }
}

.center-column{
    display: flex;
    align-items: center;
    justify-content: center;
}

td:has(.center-column){
    vertical-align: middle !important;
}

.table-total-station{
    background-color: #fff;
}

.table-total-station td{
    font-size: 15px;
}

.table-options .bootstrap-select .btn{
    border:none !important;
    height: 37px;
    border-radius: 4px;
}

.btn-group.open .dropdown-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transform: none;
}

.btn-group .dropdown-menu {
    display: block !important;
    opacity: 0;
   
    visibility: hidden;
    transform: scale(0.75, 0.5625);
    border-radius: 10px !important;
    transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1), transform 80ms cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}

.menu-notification li {
    padding: 9px 0 !important;
    border-bottom: 1px solid #F0EFF2;
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0px 0px 13.2px 0px #00000026 !important;
    padding: 5px 0 !important;
}

.dropdown-menu li{
    padding: 2px;
}

table .dropdown-menu{

}

.btn.has-error{
    border:1px solid #a94442;
    color:#a94442;
    background-color: #fff;
}

.has-error .filter-option{
    color: #a94442;
}

.table-documents tbody tr td{
    vertical-align: middle;
}

.shine-row td div{
    border-radius:50px;
}

.shine-row td div , .shine-row button , .shine-item{
    width:100%;
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

.shine-row td div{
    height:30px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.m-content, .counter-box, .chart-container, .counter-box-detail span:nth-child(2), .poll-content, .active-service-item, .income-card-content b, .counter-box2 .counter-box-detail span:nth-child(2) span, .custom-tooltip, .attendance-card {
    opacity: 0;
    animation: fadeIn .5s forwards; /* 2s duration */
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.m-content tbody tr:not(:has(.shine-row)){
    animation: fadeIn .5s forwards;
}

.form-signature {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.signature-clear {
    background-color: #ececec;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}

.signature-save {
    background-color: #48bb78e6;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}

.signature-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.signature-footer {
    position: absolute;
    bottom: 13px;
    right: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.img-signature {
    width: 100%;
    height: 200px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 15px;
}

.description-report-text {
    font-family: 'Open Sans', 'yekan';
}

.toggle-input-wrapper {
    text-align: left;
    padding-left: 22px;
    display: flex;
}

label.switch{
    margin-bottom: 0px;
}

.remarks-text{
    font-family: 'Open Sans', 'yekan';
}

.dp-wrapper {
    position: relative;
}

.dp-wrapper i {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 12px;
    color: #8c8c8c;
    cursor: pointer;
    font-size: 18px;
}

nav .menu-notification li:not(.divider){
    padding: 4px !important;
    border:0 !important;
}

nav .menu-notification .divider{
    padding: 0 !important;
    background-color: #f8f8f8 !important;
}

.column-invoice-report td, .invoice-footer td:not(:empty){
    background-color: #d7d7d7;
}

.table-report3 tbody tr:nth-last-of-type(-n + 2) td:last-child {
    background-color: #fff !important;
}