/* For Popup */
.popup h3 {
  color: #777;
  font-family: Francois One,sans-serif;
}
/* Frame Start */
.panel-vrldashboard-outLayer{
	padding: 5px;
    box-shadow: 0px 0px 5px 5px rgba(121, 123, 145, 0.18);
	max-width:1100px;
}
.panel-vrldashboard-innerLayer{
    background-color: #f5f5f5;
}
.panel-vrldashboard-innerLayer a{
    text-decoration: none;
}
@media (min-width:992px) {
	.panel-vrldashboard-outLayer{
		margin-left: auto;
  		margin-right: auto;
  		margin-bottom: 0px;
	}
	.panel-vrldashboard-innerLayer{
		padding: 40px 70px;
		margin-bottom: 0px;
	}
}
@media (max-width:992px) {
	.panel-vrldashboard-outLayer{
		margin-left: -15px;
    	margin-right: -15px;
    	margin-bottom: 0px;
	}
	.panel-vrldashboard-innerLayer{
    	padding: 10px 10px;
    	margin-bottom: 0px;
	}
}
.panel-vrldashboard-real{
	max-width: 1024px;
    margin: auto;
}
.vrldashboard-row{
	padding-left: 0px;
	padding-right: 0px;
}
.vrldashboard-section{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
}
/*Frame End*/
/*Comon Start*/
.vrldashboard-subheader{
	font-family: Francois One,sans-serif;
    font-size: 22px;
    padding-left: 0px;
	padding-top: 15px;
    padding-bottom: 15px;
}
.vrldashboard-label-p{
	font-size: 14px;
    color: #797a91;
	margin-bottom: 5px;
}
.vrldashboard-label-p-big{
	padding-top:15px;
	padding-left:15px;
    font-size: 16px;
    font-weight: bold;
    color: #212349;
    margin-bottom: 5px;
}
.vrldashboard-content-p{
	font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
/*Common End*/
/* Dashboard Note Sectionh Start */
.accordion-header {
  color: #fff!important;
  background-color: #222349!important;
  border-radius: unset;
}
.accordion-header {
  position: relative;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-header:hover {
  background: #3f4fa0!important;
}

.dt-section-title h3 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.accordion-header:after {
  content: "\F196";
  position: absolute;
  right: 10px;
  top: 5px;
  margin: auto;
  padding-top: 0;
  font-family: FontAwesome;
  color: #fff;
  transition: -webkit-transform .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  cursor: pointer;
  pointer-events: all;
}
.accordion-header:after {
  content: "\F078"!important;
  right: 10px;
  top: 20px;
  margin: auto;
  padding-top: 3px;
  color: #fff;
}
.accordion-header.collapsed:after {
  content: "\F078"!important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.panel-collapse {
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
/* Dashboard Note Sectionh End */
/*Notification Start*/
.vrldashboard-notification{
    background-color: #FFFFFF;
    padding: 0px 30px;
}
.vrldashboard-notification-inner{
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
.vrldashboard-notification-notice-section{
	padding:0;
}
.vrldashboard-notification-p{
	font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 34px;
}

.vrldashboard-notification-button-section{
	padding:0;
}
.vrldashboard-notification-button{
	background: #fecd20 !important;
    box-shadow: none !important;
    color: #333 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 8px 20px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    margin-top: 0px !important; 
    margin-bottom: 5px !important;
}
button.vrldashboard-notification-button:hover {
    background: #e5bb1f !important;
}
@media (min-width:992px) {
	.vrldashboard-notification-button-section{
		text-align:right;
	}
	.vrldashboard-notification-button{
		display: inline-block !important;
	}
}
@media (max-width:992px) {
	.vrldashboard-notification-button-section{
		text-align:center;
	}
	.vrldashboard-notification-button{
		width:100% !important;
	}
}
/*Notification End*/
/*Vehicle Start*/
/*Vehicle loader Start*/
.vrldashboard-vehicleTab-overlay{
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    background:#000;
    opacity:.5;
    z-index: 1;
    margin-left: -15px;
}
.vrldashboard-vehicleTab-loader{
  margin: auto;
  margin-top:50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #fecd20;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Vehicle loader End*/
/*Vehicle Frame Start*/
@media (min-width:992px) {
	.vrldashboard-subheader-vehilesFloat{
		float:left;
	}
}
/*Vehicle Frame End*/
/*Vehicle Nav Start*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fecd20 !important;
}
.nav-tabs > li > a {
    margin-top: 0;
    border-radius: 7px;
    border: 1px solid #a1a1b1;
    margin: 0 5px;
    background-color: #d1d1d1;
    padding-top: 10px !important;
    padding-bottom: 10px !important;   
}
.nav-tabs > li.active > a{
    background-color: #fecd20 !important;
    border: 1px solid #fecd20;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 15px !important;
    padding-bottom: 25px !important;
}
@media (max-width:550px) {
	.vrldashboard-vehicleTabHead{
		display:none !important;
	}
}
@media (min-width:550px) {
	.vrldashboard-vehicleTabHead-dropdown{
		display:none !important;
	}
}
/*Vehicle Nav End*/
/*Vehicle Tab Start*/
.vrldashboard-tab-head{
	padding-bottom: 15px !important;
    padding-top: 15px  !important;
}
.vrldashboard-vehicleTab{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border-top: solid 3px;
    border-top-color: #fecd20 !important;
}
/*dataTable start*/
table.vehicleTable tr th, table.vehicleTable tr td{
	border: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.vehicleTable-panel-heading{
	background-color: #000!important;
    color: #fff!important;
}
.dataTables_wrapper .row .col-sm-6:first-child{
  	/*Hide the wrapper 5,10,25,100 option if needed*/
  	/*display:none;*/
}
.dataTables_filter{
	/*Force search box to align left*/
	/*text-align: left !important;*/
}

.vehicle-search-icon{
	margin-top: 0;
    border-radius: 7px;
    border: 1px solid #a1a1b1;
    margin: 0 5px;
    background-color: #38468e;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 60px;
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #38468e !important;
    border-color: #38468e !important;
}

.pagination>li>a, .pagination>li>span {
	padding: 6px 8px;
}
/*dataTable end*/
.vrldashboard-vehicleTab-section1{
	padding-left: 0px;
    padding-right: 0px;
}
.vrldashboard-vehicleTab-section2{
	padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    border:solid 4px #dddddd;
}
.vrldashboard-vehicleTab-section2-1{
	background-color:#dddddd;
	vertical-align: top;
}
@media (min-width:992px) {
	.vrldashboard-vehicleTab-section1-link{
		padding-top: 20px;
		text-align:right;
	}
	.vrldashboard-vehicleTab-section2{
		display: table;
	}
	.vrldashboard-vehicleTab-section2-1{
    	width: 33%;
		display: table-cell;
	}
	.vrldashboard-vehicleTab-section2-2{
		width: 67%;
		display: table-cell;
	}
	.vrldashboard-vehicleTab-section2-2-sub{
		padding-top: 15px;
	}
	.vrldashboard-vehicleTab-section2-2-link{
		padding-top: 20px;
		padding-bottom: 10px;
		text-align:right;
	} 
}
@media (max-width:992px) {
	.vrldashboard-vehicleTab-section1-link{
		text-align:left;
	}
	.vrldashboard-vehicleTab-section2-2-link{
		text-align:left;
	}
}
.vrldashboard-vehicleTab-section2-2-subNote {
	background: #ddd;
	padding: 10px;
}
/*Vehicle Tab End*/
/*Vehicle End*/
/*Profile Start*/
.vrldashboard-profile{
	background-color: #FFFFFF;
    padding: 0px 15px;
}
.vrldashboard-profile-inner{
	padding: 15px 0;
}
/*Profile End*/

.vrl .font-small .vrldashboard-notification-p,
.vrl .font-small .vrldashboard-content-p {
	font-size: 14.4px;
}
.vrl .font-small-2 .vrldashboard-notification-p,
.vrl .font-small-2 .vrldashboard-content-p {
	font-size: 12.8px;
}
.vrl .font-small-3 .vrldashboard-notification-p,
.vrl .font-small-3 .vrldashboard-content-p {
	font-size: 11.2px;
}
.vrl .font-small-4 .vrldashboard-notification-p,
.vrl .font-small-4 .vrldashboard-content-p {
	font-size: 9.6px;
}
.vrl .font-small-5 .vrldashboard-notification-p,
.vrl .font-small-5 .vrldashboard-content-p {
	font-size: 8px;
}
.vrl .font-large .vrldashboard-notification-p,
.vrl .font-large .vrldashboard-content-p {
	font-size: 17.6px;
}
.vrl .font-large-2 .vrldashboard-notification-p,
.vrl .font-large-2 .vrldashboard-content-p {
	font-size: 19.2px;
}
.vrl .font-large-3 .vrldashboard-notification-p,
.vrl .font-large-3 .vrldashboard-content-p {
	font-size: 20.8px;
}
.vrl .font-large-4 .vrldashboard-notification-p,
.vrl .font-large-4 .vrldashboard-content-p {
	font-size: 22.4px;
}
.vrl .font-large-5 .vrldashboard-notification-p,
.vrl .font-large-5 .vrldashboard-content-p {
	font-size: 24px;
}
.vrl .font-large-6 .vrldashboard-notification-p,
.vrl .font-large-6 .vrldashboard-content-p {
	font-size: 25.6px;
}
.vrl .font-large-7 .vrldashboard-notification-p,
.vrl .font-large-7 .vrldashboard-content-p {
	font-size: 27.2px;
}
.vrl .font-large-8 .vrldashboard-notification-p,
.vrl .font-large-8 .vrldashboard-content-p {
	font-size: 28.8px;
}
.vrl .font-large-9 .vrldashboard-notification-p,
.vrl .font-large-9 .vrldashboard-content-p {
	font-size: 30.4px;
}
.vrl .font-large-10 .vrldashboard-notification-p,
.vrl .font-large-10 .vrldashboard-content-p {
	font-size: 32px;
}

.vrl .font-small .vrldashboard-label-p {
	font-size: 12.6px;
}
.vrl .font-small-2 .vrldashboard-label-p {
	font-size: 11.2px;
}
.vrl .font-small-3 .vrldashboard-label-p {
	font-size: 9.8px;
}
.vrl .font-small-4 .vrldashboard-label-p {
	font-size: 8.4px;
}
.vrl .font-small-5 .vrldashboard-label-p {
	font-size: 7px;
}
.vrl .font-large .vrldashboard-label-p {
	font-size: 15.4px;
}
.vrl .font-large-2 .vrldashboard-label-p {
	font-size: 16.8px;
}
.vrl .font-large-3 .vrldashboard-label-p {
	font-size: 18.2px;
}
.vrl .font-large-4 .vrldashboard-label-p {
	font-size: 19.6px;
}
.vrl .font-large-5 .vrldashboard-label-p {
	font-size: 21px;
}
.vrl .font-large-6 .vrldashboard-label-p {
	font-size: 22.4px;
}
.vrl .font-large-7 .vrldashboard-label-p {
	font-size: 23.8px;
}
.vrl .font-large-8 .vrldashboard-label-p {
	font-size: 25.2px;
}
.vrl .font-large-9 .vrldashboard-label-p {
	font-size: 26.6px;
}
.vrl .font-large-10 .vrldashboard-label-p {
	font-size: 28px;
}