﻿body {
}

.cursor{cursor:pointer}

.laodingWrapper{ 
    /*height: 100%;
  min-height: 100%;
  background: rgba(0,0,0,.4);
  position: absolute; 
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  z-index: 1100;*/
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1201;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;

  }

/*.laodingWrapper .loadingSpinner{margin: 0;position: absolute;top: 45%; transform: translateY(-50%);left: 45%;font-size: 100px; color: #ff6a00;}*/

.mt-20{
    margin-top:20px;
}

.mb-20{
    margin-bottom:20px;
}
  .wrapper{
    min-height: 100%;
    background-color: #00000014;
  }

  .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    padding: 2.5rem;
    box-sizing: border-box;
    background: #fff;
    /* border-radius: 0.625rem; */
  }

  .mat-elevation-z8 {
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}
  
  .box h2 {
    margin: 0 0 1.875rem;
    padding: 0;
    color: #fff;
    text-align: center;
  }
  
  .box .inputBox {
    position: relative;
  }
  
  .box .inputBox input {
    width: 100%;
    padding: 0.625rem 0;
    font-size: 1rem;
    /* color: #fff; */
    letter-spacing: 0.062rem;
    margin-bottom: 1.875rem;
    border: none;
    border-bottom: 0.065rem solid #c2c2c2;
    outline: none;
    background: transparent;
  }
  
  .box .inputBox label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.625rem 0;
    font-size: 1rem;
    color: #a9a9a9;
    pointer-events: none;
    transition: 0.5s;
  }
  .inputIcon{
    padding: 10px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
  }
  
  .box .inputBox input:focus ~ label,
  .box .inputBox input:valid ~ label,
  .box .inputBox input:not([value=""]) ~ label {
    top: -1.125rem;
    left: 0;
    color: #a9a9a9;
    font-size: 0.75rem;
  }
  
  .btn-login {
      width: 100%;
    border: none;
    outline: none;
    color: #fff;
    background-color: #FF671F;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    border-radius: 0.312rem;
    font-size: 1rem;
  }
  
  .box input[type="submit"]:hover {
    background-color: #f88048;
  }
  
  .logo{
      text-align: center;
      margin-bottom: 15px;
  }

  .navbar{
    padding: 0 !important;
    border-bottom: thin solid #ccc;
}

.navbar img{
    margin-left:25px ;
}

.navbar .nav-item  {
    margin-left: 20px;
 
}

.navbar .nav-item .nav-link{ 
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #575557;
}

.navbar .menu .nav-item .nav-link:hover,.navbar .menu .nav-item .nav-link.active{
    color: #FF671F;
    border-bottom: 2px solid #FF671F;   
}

.navbar .menu .nav-item .dropdown-menu{padding:0;}

.dropdown-item{
  padding: 10px 0 10px 5px;
  color: #575557;
}

.dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover{
  color: #FF671F;
  background: transparent;
}


.dp{
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

.dp:hover {
     color: #000000; 
     text-decoration: none; 
}

.dp .round{
    height: 45px;
    width: 45px;
    border: .2rem solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.navbar-nav .dp {
     padding-top: 0px !important; 
     padding-bottom: 0px !important; 
}

  .form-header{
    margin-bottom: 16px;
    padding: 8px 6px 8px 6px;
    display: flex;
    flex-wrap: wrap;
  }

      .mar-b-8{
        margin-bottom: 8px;
    }
    .heading {
    display: flex;
    font-size: 18px;
    font-weight: 500;    
  }
    .btn{
        font-size:14px !important;
        /*padding:2px !important;*/
    }

    .btn-orange{
    background-color: #ffffff;
    border-color: #FF671F #FF671F #FF671F;
    color: #FF671F
}

.btn-orange:hover{
    background-color: #FF671F;
    border-color: #FF671F #FF671F #FF671F;
    color: #ffffff
}
    
.btn-blue{
    background-color: #ffffff;
    border-color: #440099 #440099 #440099;
    color: #440099
}

.btn-blue:hover{
    background-color: #440099;
    border-color: #440099 #440099 #440099;
    color: #ffffff
}

.btn-pdf{
    background-color: #ffffff;
    border-color: #FA0F00;
    color:#FA0F00
}

.btn-pdf:hover{
    background-color: #FA0F00;
    border-color: #FA0F00;
    color:#ffffff
}

.btn-red{
    background-color: #ffffff;
    border-color: #dc3545 #dc3545 #dc3545;
    color:#dc3545
}

.btn-red:hover{
    background-color: #dc3545;
    border-color: #dc3545 #dc3545 #dc3545;
    color:#ffffff
}

.btn-green{
    background-color: #ffffff;
    border-color: #2e7d32;
    color:#2e7d32
}

.btn-green:hover{
    background-color: #2e7d32;
    border-color: #2e7d32;
    color:#ffffff
}

.btn-tertiary{
  background-color: #ffffff;
  border-color: #2baab1;
  color:#2baab1
}

.btn-tertiary:hover{
  background-color: #2baab1;
  border-color: #2baab1;
  color:#ffffff
}

.btn-comp{
  background-color: #ffffff;
  border-color: #5bc0de;
  color:#5bc0de
}

.btn-comp:hover{
  background-color: #5bc0de;
  border-color: #5bc0de;
  color:#ffffff
}

.blue{
    color: #440099;
 }
 .green{
    color: #2e7d32;
 }
 .orange{
    color: #FF671F;
 }
.red{
   color: #FA0F00;
}

fa.blue:hover{
  color: #fff;
}
fa.green:hover{
  color: #fff;
}
fa.orange:hover{
  color: #fff;
}
fa.red:hover{
 color: #fff;
}

.label-orange{
    color: #FF671F;
    cursor: pointer;
    background:transparent;
}

.pointer {cursor: pointer;}

.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 50px; display: flex;align-items:center} 
.modal-dialog-slideout .modal-header h5 {float:left;}
.modal-header .close{font-size:30px; font-weight:600; opacity:1;color:#dc3545; }

.form-group,.form-control {font-size:13px}

.card-body {padding:10px !important;}
  
.req{ border-left: 3px solid #ff6358 !important;}
.has-error input[type="text"],.has-error input[type="password"],.has-error input[type="number"], .has-error input[type="email"],.has-error input[type="date"],.has-error input[type="datetime-local"],.has-error input[type="time"],.checkbox-list.has-error, .has-error select { border: 1px solid #ff6358;}
.validation-alert-msg{color: #ff6358; font-size: 12px; }

.tblClass th{color: White; background-color: #440099; padding: 6px 3px 6px 3px !important}
.tblClass th, .tblClass td{ border: 1px solid #e9ecef; font-size:12px;}
.tblClass td{padding: 3px !important}
.tblClass tr:nth-child(even) { background-color: #dfdfdf; color: #000000;}
.tblClass tr:hover {background-color: #616161; color:white}

.dataTables_wrapper{padding:10px;}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: white;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even {
    background-color:#dfdfdf; color: #000000;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #616161; color:white;
}

table.tblClass a:hover {
    background-color: #616161; color:white;
}

table.dataTable.no-footer {
     border-bottom: 0; 
}

.table-top-sec .dataTables_filter{ /*width: 100% !important;*/ /*text-align: left !important;*/  display:none;}
.table-bottom-sec{ margin-top:15px;}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    background:#fff !important;
    color:#ff6a00 !important;
}
.table-bottom-sec .paginate_button{
           
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:#440099 !important;
    color:#fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background:#440099 !important;
    color:#fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    background:#fff !important;
    color:#ff6a00 !important;
    opacity:.5;
}

.dataTables_filter{
    float:left !important;
}
.dataTables_filter input{
    width:100% !important;
}

.dataTables_length label{display:flex}

.checkbox-list{margin-left:16px;}

.checkbox-list .checkbox-inline, .radio-inline {padding-right: 20px; margin-bottom: 0; font-weight: 400;vertical-align: middle; cursor: pointer;}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.table_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.table_paginate_button{
    background: #fff !important;
    color: #ff6a00 !important;
}

.table_paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
}

.table_paginate_button:hover, .table_paginate_button.current:hover {
    background: #440099 !important;
    color: #fff !important;
}

.table_paginate_button.disabled, .table_paginate_button.disabled:hover, .table_paginate_button.disabled:active {
    background: #fff !important;
    color: #ff6a00 !important;
    opacity: .5;
}

.tblBookingST{width: 100%; background-color: #cfc6ffbf;}
.tblBookingST th{color: White; background-color: #440099;padding: 6px 6px 6px 6px !important}
.tblBookingST th, .tblBookingST td{ border: 1px solid #e9ecef;font-size:10px;}
.tblBookingST td{padding: 6px 0px 6px 10px !important}
.tblBookingST tr td:hover {color:black; cursor:pointer}

.totalBooking{background-color:#7D87A7;color: #fff;}
.upcoming{background-color:#cfc6ffbf;color: #000000;}
.onTime{background-color:#009688cc;color: #fff;}
.aboutTime{background-color:#00968866;color: #fff;}
.overTime{background-color: #f4433666;color: #fff;}
.noAction{ background-color:#f44336cc; color: #fff;}
.exception{ background-color:#393723; color: #fff;}
.counter{color:#f44336; margin-left:8px;margin-top:4px;}

.circle{width: 40px; height: 40px;border-radius: 50%; font-size: 11px;}

.summaryBox{ display:flex; border: 1px solid #c4c1c1; border-radius: 3px; color: rgba(0, 0, 0, 0.87); background: #fff; padding: 6px; margin: 4px 2px;}
.summaryBox .header{ font-size:14px; font-weight:600}

.center { justify-content: center; display: flex;align-items: center;}
.statusBox {height:530px; overflow-y:auto;}

.tableStatus { border-collapse: collapse; font-size:12px; width:100%;}
.tableStatus thead tr  { background: #7D87A7; color:#ffffff;}
.tableStatus thead th  {border-top: 1px solid #C9C9C9; border-left: 1px solid #C9C9C9; border-right: 1px solid #C9C9C9; background: #7D87A7;position:sticky;top:0}
.tableStatus tbody tr:last-child {border-bottom: 1px solid #C9C9C9;  color: #000000;}
.tableStatus tbody tr td { border-left: 1px solid #C9C9C9; border-right: 1px solid #C9C9C9;}
.tableStatus tr, td ,th { padding: 5px;}
.tableStatus tbody tr:nth-child(even) {background-color: #dddddd; color: #000000;}
.tableStatus tbody tr:nth-child(odd) {background-color: #ffffff; color: #000000;}
.tableStatus tr td{ box-sizing: border-box;overflow: hidden;transition: max-height 0.3s, padding 0.3s;}
.tableStatus tr.active td { max-height: 100px; padding: 10px 10px;transition: max-height 0.6s, padding 0.6s;}

.city_total{color:#7D87A7;font-weight: bold;}
.city_ontime{color:#009688; font-weight:bold;}
.city_aboutTime{color:#05d1be; font-weight:bold;}
.city_overTime{color:#f4433666; font-weight:bold;}
.city_noAction{color:#f44336cc; font-weight:bold;}



::-webkit-scrollbar { width: 8px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 2px grey;  /*border-radius: 2px;*/}
::-webkit-scrollbar-thumb {  background: #939393ad;   /*//border-radius: 2px;*/ }
::-webkit-scrollbar-thumb:hover { background: #939393;   /*border-radius: 2px;*/}

@keyframes ldio-tf9u6iojqn-o {
    0%    { opacity: 1; transform: translate(0 0) }
   49.99% { opacity: 1; transform: translate(80px,0) }
   50%    { opacity: 0; transform: translate(80px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes ldio-tf9u6iojqn {
    0% { transform: translate(0,0) }
   50% { transform: translate(80px,0) }
  100% { transform: translate(0,0) }
}
.ldio-tf9u6iojqn div {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  left: 20px;
}
.ldio-tf9u6iojqn div:nth-child(1) {
  background: #440099;
  animation: ldio-tf9u6iojqn 0.8928571428571428s linear infinite;
  animation-delay: -0.4464285714285714s;
}
.ldio-tf9u6iojqn div:nth-child(2) {
  background: #ff671f;
  animation: ldio-tf9u6iojqn 0.8928571428571428s linear infinite;
  animation-delay: 0s;
}
.ldio-tf9u6iojqn div:nth-child(3) {
  background: #440099;
  animation: ldio-tf9u6iojqn-o 0.8928571428571428s linear infinite;
  animation-delay: -0.4464285714285714s;
}
.loadingio-spinner-dual-ball-hd74m6cu9k {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  /*background: #ffffff;*/
}
.ldio-tf9u6iojqn {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-tf9u6iojqn div { box-sizing: content-box; }

.tblDashboard{width: 100%; background-color: #cfc6ffbf;}
.tblDashboard th{color: White; background-color: #440099;padding: 3px !important; text-align: center;}
.tblDashboard th, .tblDashboard td{ border: 1px solid #e9ecef;font-size:10px;}
.tblDashboard td{padding: 3px !important}
.tblDashboard tr td:hover {color:black; cursor:pointer}
.tblDashboard td {text-align: right;}
.tblDashboard td:first-child { text-align: left;}​
