.kt-content
{
    /*font-size: 12px*/
    font-weight: 500;
}


.selLocation
{
	width:100%;
}   
.nav-tabs .nav-item .nav-link.active
{
    color: #feb4cd;
    border: 0px;
    border-bottom: solid #feb4cd 2px;
}

.nav-tabs .nav-item .nav-link {
    color: #5A5E6D;
    font-size: 1 rem;
    font-weight: 400;
}

.lblStatus, .lblType
{
	padding-top: 8px;
}

.kt-subheader-controller .btn
{
	margin: 0px;
    height: 38px !important;
}

/*#kt-subheader-controller
{
	  height: 0px;
    padding-bottom: 42px;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-left: 24px;
}
*/
.croutes-refreshprepend
{
    padding-right: 0px;
    margin-right: 0px;
    padding-left: 12px;
    background: #ffffff;
    border-right: none;
}
.flaticon-more
{
    padding: 0px !important;
}

#refreshInterval
{
    border-left: 0px;
}

.sprinthub .form-control:focus {
    border-color: #e2e5ec;
}

#kt-subheader-controller .col-md-2
{
    height: 36px !important;
}

.kt-subheader--solid .kt-subheader
{
    min-height: 46px;
}

/*.btnToggleMore
{
    padding: 8px !important;
    text-align: center;

}*/

.routesTab
{
    overflow-x: auto;
}

.input-group-prepend
{
    margin-right: 0px !important;
}

/*.btnContainerHeader
{
    padding: 0px !important;
    width: 210px;
}*/

.routes-filter-container
{
    padding-bottom: 12px;
    padding-top: 0px;
}

/*.ui-table-thead > tr > th 
{
    background: #ffffff !important;
}*/

.ui-table-tbody > tr 
{
    border-bottom: solid #f4f2fe 1px;
    border-top: solid #f4f2fe 1px;
    /*font-size: 12px*/;
}

/*.ui-table .ui-table-tbody > tr:nth-child(even)
{
    background: #ffffff !important;
}*/


.kt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

  .fa-lock
  {
    color: #DFDCED;
  }

  .kt-portlet__body
  {
    padding-top: 8px !important ;
    padding-left: 10px !important ;
  }

  
.search-button-filter
{
    flex-wrap: nowrap;
}
.routes-filter-container
{
    display: flex;
}
.search-button-container
{
    width: 100%;
}
.search-button-filter 
{
    margin-left: 10px
}
.btnToggleMore
{
    width: 40px;
}

.routes-filter-container .search-button-container .input-group .input-group-prepend .btn-secondary 
{
    border-right: none !important ;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-color: rgb(226, 229, 236) !important;
}
/*.routes-filter-container .search-button-container .input-group .form-control
{
    border-left: 0px;
    padding-left: 0px;
    margin-left: -14px;
    z-index: 2;
}*/

.nav-tabs
{
    margin-bottom: 20px !important;
}

/*.btnControllerMenu
{
    width: 72%;
    text-align: center;
    padding-left: 14px !important;
}*/

.filter-location, .filter-date-range
{
  float:  left;
}

.filter-location, .filter-date-range
{
    
    padding-top: 1px;
    padding-left: 4px;
    padding-bottom: 4px;
}
.filter-interval, .filter-button
{
    
    padding-top: 1px;
    padding-left: 4px;
    padding-bottom: 4px;
}

#dateRangeFilter
{
  height: 37px;
}

#tblRoutes
{
  margin-top:32px;
}
.antach-calls-modal
{
    width: 25%;
}

.modal-dialog
{
  width: 60% !important;
  //max-width: 60% !important;
}

#routesTrackingModal .modal-body{
    max-height: 60vh;
    overflow: auto;
    min-height: 400px;
}
.frm-refresh
{
    width: 230px;
}

.filter-location .select2 
{
  width: 230px;
}

// #tblRoutes .primeng-datatable-container
// {
  //overflow-x: auto;
// }
// .kt-subheader .input-group i
// {
//   color: #ffffff;
// }


.filter-controller-location > .select2-container--default .select2-selection--multiple, .filter-controller-location > .select2-container--default .select2-selection--single
{
    border: none;
    font-size: 1.2rem;
    font-weight: 500;
}
#refreshIcon{
    color:white;
}