body, table {
    font-size: 13px;
}
*:focus {
	box-shadow: none !important;
	outline: 0 !important;
}
.has-error .help-block {
    color: red;
    display: block;
    float: left;
    width: 100%;
}
.bg-blue {
	background-color: #0058a3 !important;
}
.blue {
	color: #0058a3 !important;
}
.bg-black {
	background-color: #343a40 !important;
}
.black {
	color: #000 !important;
}
.white {
	color: #fff !important;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn-sm1, button#page-header-user-dropdown {
    height: 33.5px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-default {
    color: #545454;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
}
.btn.block-header {
	font-weight: normal;
}
.btn-outline {
	color: #0058a3;
	  background-color: transparent;
	  border-color: #0058a3;
}

/*
	DASHBOARD
========================= */

.dashboard-page .card .btn.block-header:after {
    content: "";
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.dashboard-page .card * {
	font-size: .9375rem;
}
.table thead th {
    color: #8094AE;
    background-color: #F5F6FA!important;
  padding: 10px!important;
  text-align: left!important;
  font-weight: normal!important;
  font-family: PoppinsMedium!important;
  font-size: 14px!important;
}
.table thead th, .table tbody td {
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.5rem;
}
.dashboard-page .block-title small {
    font-size: 80%;
}
.dashboard-page .block-content {
	padding: 1.25rem;
}

.dataTables_wrapper .bg-body-light.py-2.mb-2 {
    background: transparent !important;
}
.dashboard-page .badge-pill {
    position: absolute;
    right: 60px;
    font-size: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.dashboard-page .badge-pill:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    /* height: 25px; */
    /* width: 25px; */
    z-index: -1;
    border-radius: 50%;
    border: 5px solid #d26a5c;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.bg-body-light>.content.content-full {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 312px;
    height: 32px;
}
.breadcrumb {
	padding: 0;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    height: 30px;
}
.select2-container--default .select2-selection--single {
        background-color: #f5f5f5;
        border: 0;
}


/*
    DRIVER APPLICATION
========================= */

ul.driver-ul {
    list-style: none;
    padding-left: 20px;
}
ul.driver-ul li {
    padding: 5px 0;
    font-weight: 600;
}
ul.driver-ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: green;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

@media (min-width: 1024px) {
    .dataTables_wrapper .col-sm-12>div.bg-body-light {
        padding: 0 !important;
        margin: 0 !important;
    }
	.dataTables_wrapper .dt-buttons {
	    position: absolute;
	    right: 15px;
	    top: 0px;
	    z-index: 99;
	}
	div.dataTables_wrapper div.dataTables_filter {
	    text-align: right;
	    margin-right: 180px;
	}
    .emp-tabs .nav-tabs-block li {
        flex: 0 0 16.66%;
        text-align: center;
    }
    .driver-block {
       /* position: sticky;
        top: 15px;*/
    }
}
@media (max-width: 767px) {
    .dashboard-page .card * {
        text-align: left;
    }
    .dashboard-page .block-content {
        padding: 10px;
    }
    .dashboard-page .card .btn.block-header:after {
        right: -12px;
        position: relative;
    }
    .dashboard-page .badge-pill {
        position: absolute;
        right: 35px;
    }
    .login-page .block-options {
        -ms-flex: auto;
        flex: auto;
        padding-left: 0;
        margin-left: auto;
        text-align: right;
    }
}
#countdowntimer{
    color:#2AD3EE;
    }
    #ms_counter{
    color:red;
    font-size: 15px;
    }
    .red-font{
    color:red;
    font-size: 15px;
    }
