.head-center{
    text-align:center;
    background-color: #32C5D2 !important;
}
.row-center{
    text-align:center !important;
}
.head-bg-color{
    background-color: #32C5D2 !important;
}
.td-center{
    text-align: center;
}
.td-rowspancenter{
    text-align: center;
    padding-top:40px!important;
}
.td-right{
    text-align: right;
}
.dtr-title, .dt-buttons{
    display:none !important;
}
.sub_hide{
    display: none;
}
.dataTables_filter, .pagination{
    float: right !important;
}
.mt-list-item{
    padding: 0 !important;
}
.list-title{
    font-weight: 400;
}
.list-datetime{
    font-size: 10px;
}
.submit-td{
    margin-top: 15px !important;
}
.td-text{
    width: 60px;
    text-align: right;
}
.td-totaltext{
    width: 170px;
    text-align: right;
}
.td-green{
    background-color: #c6ffb3;
}
.td-yellow{
    background-color: #ffff80;
}
.td-red{
    background-color: #ff3333;
}
.booking-caption{
    cursor: pointer;
}
.hide {
    display: none;
}
.td-rowspan{
    padding-top:35px !important;
    padding-left:55px !important;
}

/* Hirarky Solutions Private Limited */
/* Custom Style  */
.custom_padding_40{
  padding: 40px !important
}
.custom_padding_right_40{
  padding-right: 40px !important
}
.custom_form-control-solid{
   background-color: #dde3ec;
   height: 43px;
   color: #8290a3;
   border: 1px solid #dde3ec;
}
.sharp_corner{
  border-radius: 0px !important;
}
.custom_popup_form-title{
  font-weight: 400 !important;
}
.min_width_92{
  min-width: 92px !important;
}

.card_purple{
  background-color: #8E44AD !important;
}
.card_red{
  background-color: #e7505a !important;
}
.card_blue{
  background-color: #337ab7 !important;
}
.card_white{
  background-color: #ffffff !important;
}

.vendor_card{
  display: flex;
  min-height: 110px !important;
  text-decoration: none !important;
}
.vendor_card .left_col{
  flex: 1;
}

.vendor_card .left_col .head{
  flex: 1;
  transform: rotate(270deg);
  color: #ffffff;
  font-size: 18px;
  margin: 0px;
  text-align: -webkit-center;
  width: 32px;
  font-weight: 400;
}
.margin_top_72{
  margin-top: 72px !important;
}
.margin_top_65{
  margin-top: 65px !important;
}
.margin_top_45{
  margin-top: 45px !important;
}
.margin_top_10{
  margin-top: 10px !important;
}
.margin-top-bottom-25 {
  margin: 25px 0px !important;
}
.vendor_card .right_col{
    flex: 9;
    position: relative;
}

.line_height_100{
  line-height: 100px !important;
}

.line_height_45{
  line-height: 45px !important;
}

.line_height_25{
  line-height: 25px !important;
}

.vendor_card .right_col .card_box{
  display: flex;
  margin: 5px;
  float: right !important;
}

.vendor_card .right_col .card_box span{
  color: #000000;
  font-size: 14px;
  display: block;
}

.vendor_card .right_col .card_box h2{
  font-size: 22px;
  margin: 0px;
  font-weight: 400;
  text-align: right !important;
  margin-left: 2px;
}
.blue{
  color: #3598dc;
}
.red{
  color: #e7505a;
}
.purple{
  color: #8E44AD;
}

.card_value_loader{
    width: 20px !important;
    height: 20px !important;
    margin-left: 2px !important;
}

.table_data_center_align{
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 12px !important;
}
.table_data_left_align{
  text-align: left !important;
  vertical-align: middle !important;
  font-size: 12px !important;
}
.table_data_right_align{
  text-align: right !important;
  vertical-align: middle !important;
  font-size: 12px !important;
}

.padding_right_0{
  padding-right: 0px !important;
}

a{
  text-decoration:  none!important;
  cursor: pointer;
}
.font_14{
  font-size: 14px!important;
}
.padding_10{
  padding: 10px !important;
}

.padding_0{
  padding: 0px !important;
}
.custom_date_picker_style{
  width: 100% !important;
  margin-bottom: 15px !important;
}

.portlet.mob_light{
  padding: 5px !important;
  background-color: #fff !important;
  margin: 0px !important;
}

._pagination .paging_display{
  display: inline !important;
}
._pagination{
  margin-right: -5px !important;
}

.width_25per{
  width: 25% !important;
}
.datepicker.dropdown-menu{
  z-index: 1000000 !important;
}

.text_card {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #9393b9;
    background-color: #fff;
}

.text_card:first-child{
  margin: 0px;
}

.text_card h1{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  padding: 20px;
  text-align: center;
}

.text_card .card_heading{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  padding: 5px;
  border-bottom: solid 1px #000;
}

.text_card .card_head{
  margin: 0px;
  border-bottom: solid 1px #000;
  display: flex;
}

.text_card .card_head .main_heading{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px !important;
  line-height: 30px;
  flex: 1;
  text-align: left;
  margin-left: 5px;
}

.text_card .card_head i{
  font-size: 25px;
  padding: 10px;
}


.text_card .text_center{
  text-align: center !important;
  padding: 15px;
}

.text_card .card_body{
  display: flex;
  border-bottom: solid 1px #ccc;
}
.text_card .card_body .card_container{
  flex: 1;
  font-size: 12px;
  text-align:center;
  padding: 3px;
}
.text_card .card_body .card_container span{
  display: block;
  font-weight: 400;
}

.text_card .table-responsive {
    margin-bottom: 0px;
}

.border_top_purple{
  border-top: solid 2px #8E44AD;
  box-shadow: 1px 2px 3px #ccc;
}

.border_top_red{
  border-top: solid 2px #e7505a;
  box-shadow: 1px 2px 3px #ccc;
}

.border_top_blue{
  border-top: solid 2px #3598dc;
  box-shadow: 1px 2px 3px #ccc;
}

.border_right_grey{
  border-right: solid 1px #ccc;
}
.back_btn{
  text-align: left;
  margin-bottom: 10px;
}
.booking_sheet{
  background-color: #fff;
  padding: 10px;
}

.booking_sheet table{
  width: 100% !important;
}

.booking_sheet .bold_row_main_heading{
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}
.booking_sheet .bold_row_sub_heading{
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

.table_td_40percent{
  width: 40% !important;
  padding:5px;
  vertical-align: text-top;
}
.table_td_3percent{
  width: 3% !important;
  padding:5px;
  vertical-align: text-top;
}

.driver_form table{
  width: 100% !important;
  margin-top: 20px;
}
.driver_form table tr td select{
  width: 100% !important;
  padding: 4px;
  font-size: 13px;
}
.driver_form table tr td input{
  height: 30px !important;
  border-color: rgb(169, 169, 169);
  font-weight: initial;
}
.driver_form table tr td textarea{
  border-color: rgb(169, 169, 169);
  width: 100%;
  resize: none;
}
.driver_form table tr td .inner_table{
  margin-top: 0px;
}
.driver_form table tr td .inner_table tr td{
 padding: 0px 2px 2px 0px !important;
}
.driver_form table tr td .send_msg_checkbox{
  width: 16px;
  font-size: 13px;
}
.driver_form table tr td .form_error{
  color: red;
  font-size: 12px;
  font-weight: 600;
}

.driver_form table tr td .c_margin{
  margin-top: 9px !important;
  margin-left: 5px !important;
}
.driver_form table tr td{
  text-align: left;
  padding: 5px;
  font-size: 13px;
  width: 50%;
  display: inline-flex;
}
.driver_form table tr td:first-child{
  font-weight: bold;
}
.table_split_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  border-radius: 0 !important;
  background: transparent !important;
}
.astrick{
  color: red !important;
}

.font_bold{
  font-weight: bold !important;
}

.assign_driver_modal_datalist_width{
  width : 100%;
}

.connectivity{
    background-image: url(../img/connectivity.jpg);
    background-size: 20px 20px;
    width:20px;
    height:20px;
    margin-right:10px;   
    cursor: pointer;
    margin-top:5px;
    display:table-cell;
}

.google_map{
    background-image: url(../img/map.png);
    background-size: 20px 20px;
    width:20px;
    height:20px;
    margin-right:10px;   
    cursor: pointer;
    margin-top:5px;
    display:table-cell;
    vertical-align:middle;    
}

.spann{
    display:table-cell;
    vertical-align:middle;   
}

/**
 *
 *  Popup CSS
 *
 */
.disbaleScreen{
    position: fixed;
    display:none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00f;
    opacity: 0.3;
    z-index: 990;
}

.detailPop{
    margin:0 auto;
    margin-top:50px;
    margin-bottom:50px;
    padding-bottom: 10px;
    min-height:200px;
    border:solid 2px #000;
    background-color:#EBE7DF;
}

.detailPop .popuphead{
    width:100%;
    height:30px;
    background-color:#EBE7DF;
    color:#000;
    cursor: pointer;
}

.detailPop .popuphead .close_btn{
    float:right;
    margin-right:20px;
    padding-top:5px;
    padding-bottom:5px;
    cursor:hand;
}

.detailPop .popuphead .server_app_km{
    float:left;
    margin-left:20px;
    padding-top:5px;
    padding-bottom:5px;
    /*cursor:hand;*/
}

.detailPop .popupData{
    padding:10px;
    min-height:200px;
    overflow:auto;
    overflow-x:hidden;
}

.popuparea{
    position: absolute;
    display:none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:999;
}

.detailPop .popuphead .close_btn{
    float:right;
    margin-right:20px;
    padding-top:5px;
    padding-bottom:5px;
    cursor:hand;
}

.padding_right_10px{
	padding-right:70px;
}

.padding_left_10px{
	padding-left:100px;
}

.best_cars_drivers{
  /*vertical-align: middle !important;*/
  text-align: center !important;
  vertical-align: middle !important;
}

/* style for dl image crop */

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:500px;
  height:350px;
}
/* edited by bincy*/

.vertical-wrap #accordion {
  list-style:none;
  margin:30px 0;
  padding:0;
  width:980px;
  margin:0 0 0 11px;
  overflow:hidden;
}
.vertical-wrap .panel {
  float:left;
  display:block;
  width:44px;
  overflow:hidden;
  color:#666666;
  text-decoration:none;
  font-size:16px;
  line-height:1.5em
}
.vertical-wrap .panel.active {
  width:848px
}

.vertical-wrap .panelContent {
  padding:15px 15px 15px 55px;
  width:300px;
}
.vertical-wrap .pink {
  width:42px;
  height:120px;
  float:left;
  background:#f980a1;
  border-right:2px solid #ffffff;
  cursor:pointer
}
.vertical-wrap .head-horz h2 {
    transform: rotate(270deg);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 72px !important;
    align-items: baseline;
}

.mob-accord{
  display: none;
}
.page-header.navbar .menu-toggler.responsive-toggler{
  float: left;
}
.modal-body .logo{
    margin-bottom: 20px;
  }
.input-group.date-picker input{
  background-color: #fff !important;
}
.search_button{
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 8px;
}

.nav-tabs li.nav-border {
    border: none;
    border-right: 1px solid #DDD;
    height: 40px;
}

.nav-tabs>li.nav-border-top-info.active {
  border-top: 4px solid #63D3E9;
}
.nav-tabs>li.nav-border>a{
  margin-right: 0px;
}

.nav-tabs>li.nav-border.active>a, .nav-tabs>li.nav-border.active>a:focus, .nav-tabs>li.nav-border.active>a:hover{
  border: none;
  border-bottom-color: transparent;
}
.dropdown button {
    width: 85px;
    height: 25px;
    padding: 0px 5px;
    color: #999;
    text-align: left;
}

.input-group-addon select {
    border-radius: 4px;
    padding-left: 3px;
    min-width: 142px;
    min-height: 24px;
}

.dropdown.open ul.dropdown-menu {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    margin-top: 0px;
}

.dropdown.open ul.dropdown-menu li {
    margin-right: 0px;
    position: relative;
    right: 0px;
    min-width: 233px;
}

.dropdown input {
    min-width: 234px;
    border-radius: 6px;
    border: 1px solid #999;
    padding: 5px;
}
.dropdown button {
    min-width: 204px;
}

.text-excellent a {
    color: green;
}
.text-blue a {
    color: #4988e6;
}
.text-orange a {
    color: #ffbd02;
}
.text-red a {
    color: #f56c4d;
}

.showmore {
    margin: 7px;
    float: right;
}
.dl-validity-td .mdatepicker {
      width: 50%;
}
.table-responsive table tr td {
    text-align: left;
}
.nav-pills>li:last-child {
    border-right: none;
}
ul.nav.nav-pills {
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
section .table-responsive {
    margin-top: 0px;
}
.nav-pills>li.active {
    border-radius: 5px;
}
.nav-pills>li>a {
  border: 1px solid #ccc;
  border-bottom: 0px;
}
.otp_login {
  text-align: center;
}
.otp_login a {
  color: #0235f9;
  font-weight: 600;
}
.text-center{
  text-align:center !important;
}
tr.car-details {
    border-left: 1px solid;
    border-right: 1px solid;
}

tr.car-details-first {
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
}
tr.car-details-last {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.doc_table tbody tr td {
    vertical-align: middle;
    padding: 6px;
}
li.dropdown-user ul.dropdown-menu {
    width: 202px!important;
}
.multi-select .wrapper {
  width: auto;
  position: relative;
  min-width: 175px;
}
.multi-select .wrapper .selected-items-box {
  cursor: pointer;
  border: solid 1px #ddd;
  padding:10px;
  width: 100%;
  overflow-x: auto;
}
.multi-select .selected-items-box .items-list {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.multi-select .selected-items-box .items-list li {
  display: inline;
}
.hidden-list{
  display: none;
}
.multi-select .wrapper .list {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: solid 1px #C7C6C7;
  border-right: solid 1px #C7C6C7;
  border-bottom: solid 1px #C7C6C7;
  z-index: 100;
  position: absolute;
  width: 100%;
}
.multi-select .list .items-list {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.multi-select .list .items-list li {
  margin: 0;
  width: 100%;
  padding: 0;
  border-bottom: solid 1px #C7C6C7;
  padding: 5px;
  background-color: #fff;
}
#update_language .modal-body{
  min-height: 300px;
}
#update_language .modal-content{
  width: 500px;
  left: 25%;
}
table.table-list .list .items-list li {
    list-style-type: none;
    line-height: 2;
    text-align: left;
    border-bottom: solid 1px #C7C6C7;
    padding: 5px;
    background-color: #fff;
}

table.table-list {
    border: 1px solid #ccc;
    width: 100%;
}

span.showMore {
    cursor: pointer;
    margin-left: 5px;
    color: #204cc7;
    font-weight: 600;
}

td.crop-tips {
    font-weight: 600;
    padding-top: 15px;
}

.crop-tips ul {
    list-style-type: none;
}

.modal-dialog-scrollable .modal-body {
    position: relative;
    padding: 20px;
    max-height: 500px;
    overflow-y: scroll;
}

.login-tab span {
    height: 50px;
    color: #fff;
    margin-bottom: 10px;
    background:#afafaf;
    width: 50%;
    font-weight: 600;
    overflow-wrap: break-word;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: grid;
    align-items: center;
}
.login-tab span.active {
    border: 1px solid #1aa6da;
    background: #1aa6da;
}

.page-sidebar .page-sidebar-menu>li.special>a {
    background: #1aa6da;
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.warning>a {
    background: #ffa83c;
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.warning>a>i {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.special>a>i {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li:hover>a>i {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.active>a {
    background: #868080;
    color: #fff;
    border-left: 3px solid #fff!important;
    margin-left: -3px;
}

.page-sidebar .page-sidebar-menu>li.active>a>i {
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.active>a:hover {
    background: #868080;
}

.page-sidebar .page-sidebar-menu>li:hover>a {
    background: #868080;
    color: #fff;
}

.page-sidebar .page-sidebar-menu>li.special:hover>a {	
  background: #868080;	
  color: #fff;	
}

.top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username {
    font-weight: 700!important;
    color: #337ab7!important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:hover {
    background: #fff;
}

.menu-tab .menu-item {
    height: 44px;
    border: 1px solid #1c7dc5;
    background: #1aa6da;
    color: #fff;
    font-size: 14px;
    display: grid;
    width: 33%;
    float: left;
    align-items: center;
    text-align: center;
}

.hidden-lg.menu-tab {
    /* height: 40px; */
    margin: 0px 10px 10px;
}

.menu-tab .menu-item.active {
    background: #5f5e5e;
    border-color: #212020;
}

.menu-icon, .menu-icon:hover{
    padding-left: 30px;
    font-weight: bold;
    color: #1aa6da;
    opacity: 2!important;
}

.menu-icon span, .menu-icon:hover span {
    position: absolute;
    top: -3px;
    color: #337ab7;
}

.smallpopup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.smallpopup .popuptext {
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.smallpopup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.smallpopup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.text-green{
  color: #078a07;;
}

.menu-tab div a:last-child {
    border-radius: 0px 8px 8px 0px;
}

.menu-tab div a:first-child {
    border-radius: 8px 0px 0px 8px;
}

.highlight{
  display: inline!important;
  font-weight: bold!important;
  font-size: 14px!important;
  animation: blinkingText 1.2s infinite;
}
.highlightGreen{
  display: inline!important;
  font-weight: bold!important;
  font-size: 14px!important;
  animation: blinkingTextGreen 1.2s infinite;
}
.highlightRed{
  display: inline!important;
  font-weight: bold!important;
  font-size: 14px!important;
  animation: blinkingTextRed 1.2s infinite;
}
.highlightGreenNormal{
  display: inline!important;
  font-weight: bold!important;
  font-size: 12px!important;
  color: green;
}
.highlightGreenBig{
  display: inline!important;
  font-weight: bold!important;
  font-size: 14px!important;
  color: green;
}
.highlightWhite{
  display: inline!important;
  font-weight: bold!important;
  font-size: 14px!important;
  animation: blinkingTextWhite 1.2s infinite;
}
.highlightBlue{
  display: inline!important;
  font-weight: bold!important;
  font-size: 14px!important;
  animation: blinkingTextBlue 1.2s infinite;
}

.hidden-lg.top-bell {
  display: inline-block;
  top: 25px;
  left: 85px;
  position: absolute;
}

.visible-lg.top-bell {
  display: inline-block;
  top: 30px;
  position: absolute;
}

.upload_dlrc .content {
    width: 700px;
}

.upload_dlrc .logo {
    margin: 10px;
}

.upload_dlrc .content h4.form-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.btn-blue {
    background: #167cd4;
    color: #fff;
    font-weight: 600;
}

.btn-blue:hover {
    background: #848181;
    color: #fff;
}

.btn-green {
    background: green;
    color: #fff;
    font-weight: 600;
}

.btn-green:hover {
    background: #848181;
    color: #fff;
}

.btn-gray {
    background: #848181;
    color: #fff;
    font-weight: 600;
}

.page-header.navbar .top-menu{
  margin: 0px 0px 0px 30px;
}

#agreement-dialog .sub-head {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}
#agreement-dialog .label-div {
    margin: 10px 2px;
    width: 100%;
}
#agreement-dialog .input-div {
    display: inline-block;
    width: 58%;
}
#agreement-dialog .label-div label {
    width: 40%;
    font-weight: 600;
    vertical-align: top;
}
#agreement-dialog .sublabel-div {
    margin: 5px 0px 10px 15px;
}
#agreement-dialog .sublabel-div input {
    margin: 5px 10px;
}
#agreement-dialog .sub-foot input {
    margin-right: 5px;
}
#agreement-dialog .input-div input, #agreement-dialog .input-div textarea {
    width: 100%;
    border-radius: 5px;
    padding: 4px;
}
#agreement-dialog span.hint {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    float: left;
}
.packed tr:first-child td {
    border-top: 3px solid skyblue;
}
.packed tr td:first-child {
    border-left: 3px solid skyblue;
}
.packed tr td:last-child {
    border-right: 3px solid skyblue;
}
.packed tr:last-child td {
    border-bottom: 3px solid skyblue;
}
.packed_div div.text_card:first-child{
    border-top: 3px solid skyblue;
}
.packed_div>div.text_card{
    border-left: 3px solid skyblue;
    border-right: 3px solid skyblue;
}
.packed_div div.text_card:last-child{
    border-bottom: 3px solid skyblue;
}
.packed_msg{
    padding: 5px;
}
.card_head span {
    margin: 5px;
}
div#message-dialog .modal {
    z-index: 10060!important;
}

#whatsapp_opt .modal-title{
  text-align:center;
  font-weight:600;
}
#whatsapp_opt .btn-div{
  text-align:center;
  margin-top:15px;
}

@keyframes blinkingText{
    0%{     color: #ff0017;    }
    49%{    color: #ff0017; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ff0017;    }
}
@keyframes blinkingTextWhite{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}
@keyframes blinkingTextGreen {
    0%{     color: green;    }
    49%{    color: green; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: green;    }
}
@keyframes blinkingTextRed {
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}
@keyframes blinkingTextBlue {
    0%{     color: blue;    }
    49%{    color: blue; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: blue;    }
}

@media only screen and (max-width: 767px) {
  .visible-web{
    display: none!important;
  }
  #web-accord{
    display: none;
  }
  .mob-accord{
    display: block;
  }
  .vertical-wrap .panel.active{
    width: 80% !important;
  }
  .vertical-wrap #accordion{
    margin: 0;
    width: 100%
  }
  .vertical-wrap .panelContent {
      padding: 15px;
      float: right;
  }
  .vertical-wrap .panelContent.p2 {
     display: none;
  }
  .vertical-wrap .panelContent.p3 {
     display: none;
  }
 .vertical-wrap .vendor_card .right_col .card_box {
    display: block;
    margin: 0;
    float: none !important;
    text-align: right;
  }
  .vertical-wrap .vendor_card .right_col .card_box h2, 
  .vertical-wrap .vendor_card .right_col .card_box span{
    display: inline-block;
  }
  .page-header.navbar .page-top{
    clear: none;
    width: auto;
  }
  .page-content-wrapper .page-content .page-title{
    margin-bottom: 0px;
  }
  .page-content-wrapper .page-content{
    padding-top: 0px!important;
  }
  .modal-body .button-group .btn{
    width: 45%;
    font-size: 11px;
    margin: 2px;
  }
  .modal-body .button-group {
    margin-bottom: 4px;
  }
  .nav-tabs>li>a{
    font-size: 12px;
  }
  .dropdown button {
    min-width: 153px;
    overflow-x: hidden;
  }
  .input-group-addon select {
    border-radius: 4px;
    padding-left: 3px;
    min-width: 153px;
    min-height: 24px;
    float: right;
  }
  td.dl-validity-td {
    min-height: 54px;
  }

  .dl-validity-td .mdatepicker {
      width: 100%;
  }
  .dl-validity-td a {
    position: fixed;
    display: flex;
    right: 29px;
    margin: 25px 0px;
  }
  .cropArea{
    width: 100%;
  }
  .tab-body {
    padding: 6px 0px;
  }
  .message_section {
    font-size: 14px;
  }
  .page-header.navbar .page-logo{
    position: relative;
    left: 15%;
    text-align: right;
  }
  .page-header.navbar .menu-toggler.responsive-toggler{
    position: absolute;
    left: 0;
  }
  .vertical-wrap .active .panelContent a {
    margin-bottom: 0px;
  }
  #update_language .modal-content {
    width: 100%;
    left: 0;
  }
  .missed_alert{
    height: 35px;
    padding-top: 5px;
  }
  .missed_alert span{
    font-size: 14px;
    font-style: italic;
    margin-left: 36%;
  }
  #add_new_driver{
    margin-bottom: 40px;
  }
  #add_new_driver .modal-body{
    padding: 0px!important;
  }
  #add_new_driver .driver_form table tr td:first-child {
    width: 35%;
  }
  #add_new_driver .driver_form table tr td {
    padding: 4px 0px;
    font-size: 11px;
    width: 55%;
  }
  #agreement-dialog .modal-footer .btn-sm {
    padding: 5px;
  }
  #agreement-dialog .modal-footer {
    padding: 15px 5px;
  }
}

@media only screen and (max-width: 480px) {
  .vertical-wrap .panelContent {
    padding: 10px 3px;
    width: 80%;
  }
  .vertical-wrap .vendor_card .right_col .card_box h2 {
    font-size: 20px;
  }
  .vertical-wrap .vendor_card .right_col .card_box span{
    font-size: 13px;
  }
}

@media (max-width: 440px){
  .login .content {
    width: 95%;
  }
}

@media only screen and (max-width: 460px) {
  .vertical-wrap .panel.active {
    width: 74% !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-mob{
    display: none!important;
  }
}

.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
    padding: 12px 12px !important;
}
.col-md-12 button#individualDrop {
  width: 100%;
  height: 32px;
  text-align: left;
  padding-left: 12px;
  color: #999;
}
.full-width{
  width: 100%;
}




.pagehead {
    background-color: #1aa9da;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    border: 1px solid #000;
}
.message_div td, .message_div th {
    padding: 5px;
}
.message_div .message {
    color: red;
}
.message_div_list .pagehead {
    text-align: left !important;
}
.message_div_list td {
    padding: 5px;
}

.alarm_message span.note {
    margin: 0px !important;
    border: none;
    padding: 0px;
    color: red;
}
.alarm_message th {
    background-color: #1aa9da;
    color: #fff;
    font-weight: bold;
}
.custom-modal-heading {
    font-size: 18px;
    font-weight: 700;
    border-top: 2px solid #20a8d9;
    border-bottom: 2px solid #20a8d9;
    padding: 4px 35px;
}
.single-border-input {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 0 !important;
    padding: 4px 0!important;
}
.modal-new-form {
    padding: 30px;
}
.modal-new-form .row {
  display: flex;
  margin: 0px !important;
}
.modal-new-form label {
    font-size: 13px;
    font-weight: 700;
    padding: 7px 3px 7px 10px;
    width: 40% !important;
    text-align: left;
}
.modal-new-form .form-group {
    width: 60%;
    padding-left: 3px;
    text-align: left;
    display: inline-flex;
}
.modal-new-form .form-group .form-control {
    width: 100%;
    font-size: 13px;
}
.modal-new-form .form-group label {
    font-size: 13px;
    font-weight: normal;
    padding: 0px 6px;
    margin: auto 0px;
}
.modal-view-details {
  padding: 10px;
}
.modal-view-details table {
    width: 85% !important;
    margin: auto;
}
.modal-view-details table tr td:first-child {
    width: 35% !important;
}
.modal-view-details table td.ng-binding {
    width: 50% !important;
}
.modal-view-details img {
    max-width: 200px;
    max-height: 200px;
}
.modal #inputImage {
    width: 100%;
    height: auto;
}
.no-margin{
  margin: 0px!important;
}
.sav-menu a {
    color: #fff;
    background: #1aa6da;
}
.modal-dialog.screen-fit{
  width: 45%!important;
}
#expiring-documents-dialog .modal .modal-header {
    background: #377db9;
    color: #fff;
}
#expiring-documents-dialog table td {
    font-size: 12px;
}
.half {
    width: 50%!important;
}
.blue-title{
  border: 1px solid #6960e5;
  background: #337ab7;
  color: #fee;
}

.hidden-lg .alert.alert-success {
  font-size: 12px;
  padding: 4px;
}
@media (max-width: 850px) {
    .modal-dialog.screen-fit{
      width: 95%!important;
    }
    .modal-new-form {
        padding: 0px;
    }
    .modal-new-form label {
        font-size: 12px;
        width: 30% !important;
    }
    .modal-new-form .form-group {
        width: 70%;
    }
    .modal-new-form .form-group .form-control {
        font-size: 11px;
    }
    .modal-new-form .form-group label {
        font-size: 12px;
    }
    .modal-new-form .form-group label {
        display: flex;
    }
    .modal-view-details table{
        width: 100% !important;
        margin: 0px;
    }
    .modal-view-details img {
        max-width: 150px;
        max-height: 150px;
    }
}
