

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

}



h1 {
  font-weight: 300;
}

#main-container {
  background: #eaedf2;
  width: 100%;
  height: 100%;
  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: 18px;
    text-decoration: none;
}

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

.dark-menu a.active {
  color: white;
  border-left: solid #cf000f 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: #e11818;
  color: #fff;
  border-radius: 2px 0 0 0;
}


.top-menu {
    background: #fff;
    width: 100%;
    height: 65px;
    float: left;
    margin-left: -1px;
    margin-top: -7px;
    overflow: hidden;
    position: fixed;
    z-index: 5;
    box-shadow: 0 0 23px #ccc;
}

#page_title {
  background: #fff;
  padding: 11px 35px 11px 20px;
  float: left;
  font-size: 25px;
  margin: 11px 0 0 79px;

}

nav {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  float: left;
  position: relative;
}

nav a {
  position: relative;
  display: inline-block;
  color: #757c8f;
  text-decoration: none;
  position: relative;
  padding:23px 17px 23px 17px;
  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::before {
  content: ''; /* To generate the box */
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -10;
  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;
  box-shadow: inset 0px 0px 10px #dadce0;
  height: 79px;
  margin-top: -14px;
}

.active-tab {
  color: #5e9cf7;
  padding: 1.9em 3em 1.2em 1em;
  margin-right: -10px;
  margin-left: 1px
}

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

.table-content {
  width: 100%;
  margin-top: 20px;
}


.m-content {
  background: #fff;
  width: 100%;
  box-shadow: #dcdee3 0px 0px 10px;
  border:1px solid #ddd;
  border-radius: 4px;
  padding: 11px 0;
}

.clear {
  clear: both;
}

.m-content h3 {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  cursor: pointer;
  user-select: none;
  color:#757e92;
}

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



.table-content table {
  width: 100%;
  border-radius: 4px;
  box-shadow: #dcdee3 0px 0px 10px;
  background-color:#fff;
}

.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:not(.shine-row):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;
}

.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: #6c7a89;
}

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

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;
  width:400px;
  left:calc(50% - 200px);
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}

.loginContainer{
  margin-top: 60px;
  width:100%;
}

.logoContainer{
  text-align: center;
}

.loginLogo{
  margin:31px;
    width:300px;
}

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

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

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

#loginBox input{
  padding-left: 20px;
  box-shadow:none;
}

#loginBox .form-group i{
  position: absolute;
  top: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);
}


.loading-close{
    position: absolute;
    top:50px;
    right:50px;
    cursor: pointer;
}

.loading-close span{
    font-size: 40px;
    color:#fff;
}


.hidden-input{
  display: none;
}

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

.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:#757e92;
}

.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{
  width:100%;
  padding-left: 30px;
  height:38px;
  outline:none;
  border:1px solid #ddd;
  border-radius: 4px;
  box-shadow: #dcdee3 0px 0px 10px;
}

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

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

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

.box-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width:100%;
  height:90px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  margin-bottom: 15px;
  border-radius: 4px;
  padding:14px;
  background-color: #fff;
}

.box-item > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-item > div:nth-child(1) > div:nth-child(1) span{
    font-weight: 600;
    font-size: 25px;
    color:#64697a;
}

.box-item > div:nth-child(1) > div:nth-child(2) span{
    color: #757e92;
}

.box-item > div:nth-child(2) i{
    font-size: 35px;
    color:#757e92;
}



.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;
}

.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:#757e92;
  font-size:14px;
}

.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;
  color:#757e92;
  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;
}

.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{

  .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;
  }

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

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

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

  .table-options{
    display: none;
  }

  td:last-child{
    display: none;
  }

}

@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:17px;
  height:17px;
  font-weight: bold;
  font-size: 13px;
  color:#fff;
  background-color: red;
  border-radius: 100%;
}

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

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

.menu-notification{
  right:0;
  left:unset;
  min-width:450px;
  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 span:not(.time){
    white-space: pre-wrap;
    width:calc(100% - 95px);
}

.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{
  position: absolute;
  right: 0;
  z-index: 1000;
}

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

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

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

.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: 60px !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:62px;
}

.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;
}

.badge-orange{
  background-color:darkorange !important;
}

.top-time{
  display:flex;
  position: absolute;
  font-weight: bold;
  width:740px;
  font-size:16px;
  top:17px;
  left:640px;
  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 {
  .row-color{
    page-break-after: always;
  }
  .close , .modal-footer{
    display: none;
  }
  .modal-dialog{
    width:100% !important;
    margin:0;
    padding:0;
  }
}

.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;
}

.userbar{
  padding-top:15px;
}

.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;
}

.diagram-head{
  background-color: #c11419;
  color:#fff;
}

.diagram-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0;
  min-height:42px;
}

.diagram-label{
  font-size:13px;
  text-align: center;
  min-width:200px;
}


.dark-menu a ul{
  top:0;
  left:45px;
  border-radius: unset;
  box-shadow: unset;
  border:none;
  background-color: #33353c;
}

.dark-menu a ul li{
  padding:7px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.dark-menu a ul li a{
  color:#fff;
  font-weight: 500;
  font-size: 14px;
}

.dark-menu a ul li a:hover{
  background-color: unset;
  color:#eaedf2
}

.export-list{
  display: unset !important;
  padding: unset !important;
  margin: unset !important;
}

.export-list > li > a{
  color:#76838c !important;
}

.panel-instructor .panel-body div{
    border:1px solid #ddd;
    border-radius: 5px;
    padding:5px;
    margin-bottom: 15px;
}


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

.shine-item{
    border-radius: 20px;
}

.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;
    }
}

.progress-loading {
    width:100%;
    position: fixed;
    display: flex;
    z-index:9999;
    overflow: hidden;
    height: 5px;
    border-radius: 50px;
    background-color: red;
}
.progress-loading-bar {
    width:100%;
    overflow: hidden;
    text-align: center;
    border-radius:inherit;
    background-color: #c11419 !important;
}
.progress-loading-bar {
    position:relative;
}
.progress-loading-bar::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:inherit;
    background:linear-gradient(to right,transparent,rgba(255, 255, 255, 0.7));
    transform:translateX(-100%);
    animation: progress-bar-shine 1s infinite;
}
@keyframes progress-bar-shine {
    to {
        transform:translateX(0);
        opacity:0.1;
    }
}


.form-control.is-invalid{
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    -moz-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336;
    border-bottom: solid 1px #f44336;
}

label.is-invalid{
    color:#f44336;
}

button.is-invalid{
    border: solid 1px #f44336 !important;
}

pre{
    white-space: pre-wrap;
}

.shine-item{
    height:100%;
}


.clock-wrapper{
    position: absolute;
    right:140px;
    top:25px;
}

.clock-wrapper .clock-numbers{
    font-weight: bold;
    font-size: .9rem;
    color:#757c8f;
}

.panel-default{
    background-color: #fff;
}

.panel-default > .panel-heading , .panel-default > .panel-footer{
    background-color: #fff;
    color:#64697a;
}

.panel-default > .panel-heading .badge{
    background-color: #64697a;
}

.panel-default > .panel-body input[type="checkbox"]{
    accent-color:#64697a;
}

.panel-default .panel-body ul li b{
    color:#64697a;
}

.panel .btn-default{
    background-color: #fff;
    color:#64697a;
    border:1px solid #ddd !important;
}

.alert.alert-default{
    background-color: #fff;
    color:#64697a;
    border:1px solid #ddd;
}


.btn-success{
    background-color: #6c7a89 !important;
    border-color: #6c7a89 !important;
}

.bootstrap-select .btn:not(.is-invalid){
    border:1px solid #ddd !important;
}

.form-control:focus{
    border-bottom: solid 2px #6c7a89 !important;
}

nav.left a {
    position: relative;
    display: inline-block;
    color: #757c8f;
    text-decoration: none;
    padding: 23px 17px 23px 17px;
    font-size: 13px;
    font-weight: 600;
    line-height: 33px;
}

nav.left .active-tab{
    color: #000 !important;
    padding: 23px 20px 17px;
    margin-right: -10px;
    margin-left: 1px;
    display: inline !important;
    width: auto;
    position: relative;
    background: #eee;
    border-bottom: 5px solid red;
    text-align: center;
    margin-top: -9px;
}



div[class="table-content "] table .btn-group button{
    color:#757c8f;
    font-size: 13px;
}

table .dropdown-menu > li > a{
    color:#757e92;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}

table .dropdown-menu > li > a > i{
    padding-right: 3px;
}

input[type="checkbox"]{
    accent-color:#757e92 !important;
}

.modal-title{
    color:#757e92 !important;
}

.form-check{
    display: flex;
    align-items: center;
}

.form-check label{
    margin:0;
    padding-left:3px;
}


nav.left a:only-child{
    line-height: 75px !important;
}

a{
    cursor:pointer;
}

a , p , h1 , h2 , h3 , h4 , h5 , h6 , .bootstrap-select button{
    color:#6c7a89;
}

#search-btn{
    position: fixed;
    width:70px;
    z-index:10;
}

.dark-menu{
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dark-menu::-webkit-scrollbar{
    display: none;
}

.dark-menu a:nth-child(2) {
    margin-top: 58px;
}

.dark-menu .open ul{
    position: fixed !important;
    top:auto;
    left:70px;
    margin-top:-30px;
    box-shadow: 0 0 1px 0px #000;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.all-classes-offer .list-group-item{
    margin-bottom: 16px !important;
}

.all-classes-offer .list-group-item > b{
    font-weight: 600;
}

b , .badge{
    font-weight: 600 !important;
}

.panel-primary{
    border-color:#757c8f !important;
}

.panel-primary > .panel-heading{
    background-color: #757c8f !important;
    border-color: #757c8f !important;
}


.swal-text{
    max-height: 8em;
    overflow-y: auto;
    width: 100%;
}

nav.left{
    width: calc(100% - 520px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}


nav.left::-webkit-scrollbar {
    display: none;
}

.nav-menu-arrow{
    position: fixed;
    top: 23px;
    right: 305px;
    cursor: pointer;
}

.nav-menu-arrow i{
    font-size: 20px;
    color:#6c7a89;
}

.swal-modal{
  width:598px;
}