*{margin: 0;padding: 0;box-sizing: border-box;}
body{
	margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #f5f7fb;
}
a{
    color: inherit;
}
select{
    padding: 0.6rem 0.75rem!important;
}
.icon-2{
    position: absolute;
    top: 42%;
    left: 11px;
    border-right: 1px solid #ccc;
    padding: 12px 11px;
    font-size: 16px !important;
    color: #9f9f9f;
}
.export_icon{
    display: flex!important;
    align-items: center;
    padding-right: 15px;
    font-size: 19px;
    cursor: pointer;
}
.table-border{
    border: 1px solid rgba(0, 40, 100, 0.12)!important;
}
.table-input{
    position: relative!important;
    opacity: 1!important;
}
.icon-1{
    position: absolute;
    top: 45%;
    right: 11px;
    padding: 9px 11px;
    font-size: 16px !important;
    color: #9f9f9f;
    cursor: pointer;
}
.login-form{
    background-color: #fff;
    width: 30%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 40, 100, 0.12);
    margin: 0 auto;
}
.login-form h1{
    text-align: center;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    padding: 10px 0;
    font-size: 25px;
}
.dropdown-menu{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    max-width: 12rem;
    text-align: center;
    position: absolute;
    padding: 0.25rem 1.5rem;
    background: #fff;
    right: 0;
    top: 43px;
    display: none;
}
.show{
    display: block!important;
}
aside{
    display: inline-table;
    width: 49.5%;
}
.table tr td> input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.table tr td> .form-label{
    display: inline-block!important;
    padding-left: 0.5rem;
    position: relative;
}
.table tr td> .form-label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.table tr td> input:checked + .form-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 14%;
  width: 5px;
  height: 10px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.dot{
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .375rem;
    vertical-align: middle;
}
.red{
    background-color: red;
}
.green{
    background-color: green;
}
.login-form>div>.col-box{
    width: 100%;
    margin: 0 auto;
}
.main-container{
	width: 100%;
	overflow-y: hidden;
}
header{
	width: 100%;
	background-color: #fff;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.container-height{
     min-height: 71.75vh;
}
.container{
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
.container {
    /*max-width: 740px;*/
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 992px){
.container {
    max-width: 960px;
}
}
@media (min-width: 1280px){
.container {
    max-width: 1200px;
}
}
.modal {
  display: flex; 
  position: fixed; 
  padding: 6%;
  z-index: 99999; 
  left: 0;
  top: 0;
  width: 100%; 
  visibility: hidden;
  height: 100%;
  overflow: auto; 
 background-color: rgba(0,0,0,.7);  
  /*-webkit-animation-name: animatetop;
  -webkit-animation-duration: 1s;
  animation-name: animatetop;
  animation-duration: 1s;*/
  animation: animatetop ease 3s; 
            animation-iteration-count: 1; 
            animation-fill-mode: forwards;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),
              0 6px 20px 0 rgba(0,0,0,0.19);
 
}
@-webkit-keyframes animatetop {
  0% {
      opacity: 0;
      transform: translateY(-100%);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
@keyframes animatetop {
  0% {
      opacity: 0;
      transform: translateY(-100%);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
.close {
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
}
.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 0 16px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  text-align: left;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  align-items: center;
}
.modal-header h2{
    font-size: 18px;
    width: 97%;
}
.modal-body {
    padding: 20px 16px;
    padding-bottom: 0;
}
.btn-group {
  text-align: center;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
  width: 100%;
 -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.5s;
  animation-name: animatetop;
  animation-duration: 0.5s;
}
.col-box-up{
    width: 49.6%!important;
}
.edit-btn{
    display: flex;
    justify-content: center;
}
.edit-btn>button{
    cursor: pointer;
    outline:none;
    border:none;
    background-color: transparent;
    color: green;
    padding-left: 10px;
}
.edit-btn>button:first-child{
    padding-left: 0;
}
.edit-btn a{
    margin-left: 10px;
    color: green;
}
.toogle-li{
    width: 100%;
}
.toogle-li:last-child{
    width: 9%;
    margin-top: 8px;
}
.header-top{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: flex;
}
.header-top .col-6{
    width: 49.75%;
    display: inline-block;
}
.header-top .col-6 .avtar{
    width: 100%;
    text-align: right;
    cursor: pointer;
    position: relative;
}
.header-top .col-6 .avtar img{
    width: 2rem;
    border-radius: 50%;
    vertical-align: bottom;
}
.header-top .col-6 .logo h1{
    font-size: 1.25rem;
    font-weight: 600;
    transition: .3s opacity;
}
.text-default{
    vertical-align: super;
    color: #495057 !important;
    margin-left: 0.5rem;
}
.bar-icon{
    display: none!important;
}
small{
    color:#9aa0ac !important
}
.header-bottom{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.header-bottom .menu li{
    display: inline-block;
    padding: 0 .75rem; 
    position: relative;
}
.header-bottom .menu li a{
    padding: 1rem 0;
    display: block;
    color: #9aa0ac;
    transition: .3s border;
    /*position: relative;*/
}
.header-bottom .menu>li:hover a{
    color: #467fcf!important;
    border-bottom: 1px solid #467fcf;
    margin-bottom: -1px;
}
.menu-icon{
    font-size: 12px;
    margin-right: .25rem;
}
.header-bottom .menu li.active a{
    color: #467fcf!important;
    border-bottom: 1px solid #467fcf; 
    margin-bottom: -1px;
}
.header-bottom .menu li:hover .dropdown{
    display: block!important;
}
.header-bottom .menu li .dropdown{
    width: 170px!important;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: left;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    z-index: 1;
    display: none;
    transition: all 300ms ease;
}
.header-bottom .menu li .dropdown:before{
    content: '';
    position: absolute;
    top: -7px;
    left: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 40, 100, 0.12);
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.header-bottom .menu li .dropdown:after{
    position: absolute;
    top: -7px;
    left: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}
.header-bottom .menu li .dropdown>li{
    display: block;
}
.header-bottom .menu li .dropdown>li>a{
    color:#6e7687!important;
    padding:.40rem 0;
    border: none!important;
}
.header-bottom .menu li .dropdown>li:hover{
    background-color: #f8f9fa;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;   
}
.header-bottom .menu li .dropdown>li:hover a{
    color: #16181b!important;
}
.page-header{
    width: 100%;
    display: flex;
    align-items: center;
    margin:1.5rem 0 1.5rem;
}
.page-title{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.col-20{
    width: 16.66%;
    display: inline-block;
    padding: 0 .75rem;
}
.col-20:first-child{
    padding-left: 0;
}
.col-20:last-child{
    padding-right: 0;
}
.col-20:nth-child(2){
    padding-right: 0;
    padding-left: 0;
}
.col-20:nth-child(3){
    padding-right: 0;
}
.col-20:nth-child(4){
    padding-right: 0;
}
.col-20:nth-child(5){
    padding-right: 0;
}
.card{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 5px;
}
.card-body{
    text-align: center;
    background-color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 5px;
}
.card-body h1{
    font-size: 2rem;
}
.card-body p{
    color:#9aa0ac !important
}
.vehicle_status{
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 5px;
    margin-bottom: 1.5rem;
    display: table;
}
.card_header{
    background: none;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.company{
   background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1rem;
}
.company-heading{
    margin-bottom: 11px !important
}
.bg-color{
    background-color: #f8f9fa !important;
    font-size: 1.4rem !important;
    width: 100%!important;
    font-weight: 900!important;
}
.red-button{
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
}
.red-button:last-child{
     border-right: 0;
}
.card_title{
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 400;
}
.table-responcive{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.table{
    width: 100%;
    border-collapse: collapse;
    border-top: 0;
}
.table tr{
    border-bottom: 1px solid rgba(0, 40, 100, 0.12); 
    text-transform: uppercase;
}
.table tr:last-child{
    border-bottom: 0;
}
.table tr th,td{
    font-size: 14px;
    padding: .75rem .75rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.font-weight{
    font-weight:600!important;
}
footer{
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    width: 100%;
    background-color: #fff;
    padding: .75rem;
    display: flex;
    align-items: center;
}
footer .footer-inner p a{
    color: #6e7687!important;
}
.page-contant{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.card-contant{
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 5px;
}
.card-header{
    width: 100%;
    display: flex;
    background-color: #f8f9fa !important;
     margin-bottom: 1.5rem;
}
.card-header-title{
    width: 20%;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 1rem;
}
.form-label{
    display: block;
    margin-bottom: .375rem;
    font-weight: 600;
    text-align: left;
    font-size: 0.875rem;
}
.form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.84615385;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}
.col-box{
    width: 33%;
    display: inline-block;
}
.form-group{
    width: 100%;
    padding: 0 .5rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
}
.api-colum{
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    margin-top: 1rem;
}
::placeholder {
  color: #9aa0ac;
  opacity: 5;
  font-size: 14px;
}

:-ms-input-placeholder {
 color: #9aa0ac;
 font-size: 14px;
}

::-ms-input-placeholder {
 color: #9aa0ac;
 font-size: 14px;
}
.form-box{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.submit-btn{
    width: 100%;
    text-align: right;
    padding-top: 6px;
}
.btn{
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out,
                background-color 0.15s ease-in-out,
                border-color 0.15s ease-in-out,
                box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
.btn:hover{
    color: #fff;
    background-color: #316cbe;
    border-color: #2f66b3;
}
.card-option{
    margin-left: auto;
    margin-right: -.5rem;
}
.card-option a{
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
}
.btn-2{
    padding:0.15rem 0.5rem!important;
    font-size: 0.75rem!important;
}
.search-btn-1{
    margin-right: 1.25rem;
    margin-top: 1rem;
}
.search-btn{
    text-align: right;
    margin-right: 1.25rem;
    margin-top: 1rem;
    float: right;
    width: 20%;
}
.search-btn input, .search-btn-1 input{
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 5px!important;
    float: right;
}
.search-btn aside .col-box{
    width: 40%;
}
.btn-3{
    padding: 2px 16px;
    font-size: 12px;
    top: 28px;
    position: relative;
}
.form-filter{
    width: 69%;
}
.form-filter:last-child{
    width: 30%;
}
.table .short th{
    color: #9aa0ac!important;
    font-size:0.875rem!important;
    font-weight: 400!important
}
textarea{
    width: 100%;
}

@media (max-width: 360px) and (min-width: 320px){
    .p-size{
        font-size: 12px;
    }
}

@media (max-width: 500px) and (min-width: 320px){
    .col-20{
        width: 47.6%;
        margin: 0;
        padding: 0;
    }
    .login-form{
        width: 100%;
    }
    .toogle-li{
       width: 100%;
    }
    .toogle-li:last-child{
      width:100%;     
    }
    .col-20:nth-child(odd){
        margin-left: 0;
        margin-right: 7px;
    }
    
    .col-20:nth-child(even){
        margin-right: 0;
        margin-left: 7px;
    }
    .card{
        margin-bottom: .9rem;
    }
    .card-body{
        padding: 10px 0px;
    }
    .table tr th, td{
        padding: .5rem;
        font-size: 13px;
    }
    .header-top .col-6{
        width: 100%;
        display: block;
        text-align: center;
    }
    .header-top .col-6 .avtar{
        text-align: center;
        margin-top: 10px;
    }
    .header-top .col-6 .avtar span{
        display: none;
    }
    .bar-icon{
        display: block!important;
        margin-top: 10px;
        font-size: 16px!important;
    }
    .header-bottom{
        display: none;
    }
    .header-bottom .menu li{
        display: block;
    }
    .card_header{
        padding: .5rem .5rem;
    }
    .header-top .col-6 .avtar img{
        width: 1.5rem;
    }
    .card-header-title{
        width: 100%;
    }
    .col-box{
        width: 100%!important;
    }
    aside{
        width: 100%!important;
        display: block;
    }
    .btn-3{
        top: 0;
    }
    /*.table tr td> input{*/
    /*    left: -40%;*/
    /*}*/
    .mobile-card_header{
        display: block;
    }
    .mobile-card{
        width: 100%;
        display: flex;
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    .mobile-card-btn{
        margin: 0 3px;
        padding: .15rem 0.2rem;
    }
    .table-col-12{
        width: 670px;
    }
    .table-col-5{
        width: 410px;
    }
    .table-col-13{
        width: 1100px;
    }
    .card-option{
        margin-right: 0;
    }
    .btn{
        padding: 0.1rem 0.75rem;
        font-size: .9rem;
    }
    .search-btn{
        margin-right: 0;
        padding: 0 10px;
        width: 100%;
    }
    .container-height{
        min-height: 67.2vh;
    }
    .search-btn input{
        width: 100%;
    }
    .modal-content{
        width: 100%;
    }

}
@media (max-width: 767px) and (min-width: 501px){
    .header-top .col-6{
        width: 49%;
    }
    .login-form{
        width: 90%;
    }
   /* .header-top .col-6 .avtar{
        text-align: center;
        margin-top: 10px;
    }*/
    .modal-content{
        width: 100%;
    }
    .search-btn {
        margin-right: 0;
        padding: 0 10px;
        width: 50%;
    }
    .form-filter:last-child{
        width: 30%;
    }
    .form-filter{
        width: 69.6%;
    }
    .form-filter .col-box{
        width: 40%;
    }
    .header-bottom .menu li{
        display: block;
    }
    .table-col-13{
        width: 1100px;
    }
    .header-top .col-6 .avtar span{
        display: none;
    }
    .card-header-title{
        width: 50%;
    }
    
    .header-bottom{
        display: none;
    }
    .col-box{
        width: 50%;
    }
    .bar-icon{
        font-size: 16px!important;
        vertical-align: text-top;
        margin-left: 10px;
        display: inline-block!important;
    }
    .col-20{
        width: 33.33%;
       /* margin: 0 7px;*/
    }
    .col-20:nth-child(5),.col-20:nth-child(4) {
        padding-right: 0;
        padding-left: 0;
    }
    .col-20:nth-child(3){
        margin-right: 0;
    }
    .col-20:nth-child(4){
        margin-left: 0;
    }
    .p-size{
        font-size: 13px;
    }
    .card{
        margin-bottom: .9rem;
    }
    .card-body{
        padding: 10px 0px;
    }
    .card-header-title{
        width: 50%;
    }
    .col-box{
        width: 100%;
    }
    
}
@media (max-width: 767px) and (min-width: 580px){  
    .col-box{
        width: 49.7%;
    }
}
@media (max-width: 992px) and (min-width: 768px){    
    .col-20{
        width: 18.91%;
        margin: 0 5px;
    }
    .login-form{
        width: 60%;
    }
    .table-col-13{
        width: 1100px;
    }
    .modal-content{
        width: 100%;
    }
    
    .col-20:last-child{
        margin-right: 0;
    }
   /* .col-20:nth-child(4){
        margin-left: 0;
    }*/
    .p-size{
        font-size: 12px;
    }
    .card{
        margin-bottom: .9rem;
    }
    .card-body{
        padding: 10px 0px;
    }
}
@media (max-width : 1280px) and (min-width: 993px){
    .col-20{
        width: 19.14%;
        margin: 0 5px;
    }
    .col-20:last-child{
        margin-right: 0;
    }
    .card{
        margin-bottom: .9rem;
    }
    .card-body{
        padding: 10px 0px;
    }
}