/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* =============================================
 * Images
 * ============================================= */
.img-fullwidth {
  width: 100%; }

.img-fullheight {
  height: 100%; }

/* =============================================
 * Margin & Padding
 * ============================================= */
.margin-none {
  margin: 0 0 0 0; }

.margin-all {
  margin: 25px; }

.margin-all-2x {
  margin: 50px; }

.margin-all-3x {
  margin: 75px; }

.margin-all-4x {
  margin: 100px; }

.margin-top {
  margin-top: 25px; }

.margin-top-2x {
  margin-top: 50px; }

.margin-top-3x {
  margin-top: 75px; }

.margin-top-4x {
  margin-top: 100px; }

.margin-right {
  margin-right: 25px; }

.margin-right-2x {
  margin-right: 50px; }

.margin-right-3x {
  margin-right: 75px; }

.margin-right-4x {
  margin-right: 100px; }

.margin-bottom {
  margin-bottom: 25px; }

.margin-bottom-2x {
  margin-bottom: 50px; }

.margin-bottom-3x {
  margin-bottom: 75px; }

.margin-bottom-4x {
  margin-bottom: 100px; }

.margin-left {
  margin-left: 25px; }

.margin-left-2x {
  margin-left: 50px; }

.margin-left-3x {
  margin-left: 75px; }

.margin-left-4x {
  margin-left: 100px; }

.padding-none {
  padding: 0 0 0 0; }

.padding-all {
  padding: 25px; }

.padding-all-2x {
  padding: 50px; }

.padding-all-3x {
  padding: 75px; }

.padding-all-4x {
  padding: 100px; }

.padding-top {
  padding-top: 25px; }

.padding-top-2x {
  padding-top: 50px; }

.padding-top-3x {
  padding-top: 75px; }

.padding-top-4x {
  padding-top: 100px; }

.padding-right {
  padding-right: 25px; }

.padding-right-2x {
  padding-right: 50px; }

.padding-right-3x {
  padding-right: 75px; }

.padding-right-4x {
  padding-right: 100px; }

.padding-bottom {
  padding-bottom: 25px; }

.padding-bottom-2x {
  padding-bottom: 50px; }

.padding-bottom-3x {
  padding-bottom: 75px; }

.padding-bottom-4x {
  padding-bottom: 100px; }

.padding-left {
  padding-left: 25px; }

.padding-left-2x {
  padding-left: 50px; }

.padding-left-3x {
  padding-left: 75px; }

.padding-left-4x {
  padding-left: 100px; }

.progress-xs {
  height: 5px; }

.progress-sm {
  height: 10px; }

.progress-md {
  height: 15px; }

.dropdown-menu .progress {
  margin: 0; }

.navbar-brand{
	display:none;
	}


.adept_fuel_track_special_box{
	width:32%; float:right;
	}


.panel-status {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.panel-primary {
  border: none; }
  .panel-primary .panel-heading {
    border-color: #ef4238;
    color: white;
    background-color: #ef4238; }
  .panel-primary a {
    color: #ef4238; }
    .panel-primary a:hover {
      color: #ca1a10; }

.panel-green {
  border: none; }
  .panel-green .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c; }
  .panel-green a {
    color: #5cb85c; }
    .panel-green a:hover {
      color: #3d8b3d; }

.panel-red {
  border: none; }
  .panel-red .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f; }
  .panel-red a {
    color: #d9534f; }
    .panel-red a:hover {
      color: #b52b27; }

.panel-yellow {
  border: none; }
  .panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e; }
  .panel-yellow a {
    color: #f0ad4e; }
    .panel-yellow a:hover {
      color: #df8a13; }

.panel-status {
  overflow: hidden;
  border-bottom: 5px solid transparent !important;
  -moz-transition: border 0.7s ease;
  -o-transition: border 0.7s ease;
  -webkit-transition: border 0.7s ease;
  -ms-transition: border 0.7s ease;
  transition: border 0.7s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .panel-status .panel-status-icon {
    color: #ef4238;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .panel-status:hover {
    color: #ca1a10;
    border-bottom: 5px solid #ef4238 !important; }
    .panel-status:hover .panel-status-icon {
      filter: alpha(opacity=25);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
      -moz-opacity: 0.25;
      -khtml-opacity: 0.25;
      opacity: 0.25;
      -webkit-transform: scale(2.5) rotate(15deg);
      -moz-transform: scale(2.5) rotate(15deg);
      transform: scale(2.5) rotate(15deg); }
  .panel-status.panel-info {
    color: #5bc0de;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .panel-status.panel-info .panel-status-icon {
      color: #5bc0de; }
    .panel-status.panel-info:hover {
      color: #28a1c5;
      border-bottom: 5px solid #5bc0de !important; }
  .panel-status.panel-danger {
    color: #d9534f;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .panel-status.panel-danger .panel-status-icon {
      color: #d9534f; }
    .panel-status.panel-danger:hover {
      color: #b52b27;
      border-bottom: 5px solid #d9534f !important; }
  .panel-status.panel-success {
    color: #5cb85c;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .panel-status.panel-success .panel-status-icon {
      color: #5cb85c; }
    .panel-status.panel-success:hover {
      color: #3d8b3d;
      border-bottom: 5px solid #5cb85c !important; }
  .panel-status.panel-warning {
    color: #f0ad4e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .panel-status.panel-warning .panel-status-icon {
      color: #f0ad4e; }
    .panel-status.panel-warning:hover {
      color: #df8a13;
      border-bottom: 5px solid #f0ad4e !important; }

.box {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.125);
  margin: 20px 0;
  position: relative;
  display: block; }
  .box .row {
    margin: 0; }

.box-primary {
  padding: 20px;
  background: #ef4238;
  border: 1px solid #f36f67;
  color: #fff; }
  .box-primary .text-muted {
    color: #f5857f; }

.box-white {
  padding: 20px;
  background: #fff;
  border: 1px solid #eeeeee; }

.box-border-left {
  border-right: 1px solid #eeeeee; }

/* =============================================
 * Navbar 
 * 
 * @type WebRock Object
 * ============================================= */
.post-social {
  width: 100%;
  /*display: block;*/
  display: inline-block;
  position: relative;
  margin: 0; }
  .post-social .post-social-title {
    display: block;
    position: relative; }
    .post-social .post-social-title.post-social-title-vintage {
      text-align: center;
      margin-bottom: 50px; }
      .post-social .post-social-title.post-social-title-vintage h1, .post-social .post-social-title.post-social-title-vintage h2, .post-social .post-social-title.post-social-title-vintage h3, .post-social .post-social-title.post-social-title-vintage h4, .post-social .post-social-title.post-social-title-vintage h5, .post-social .post-social-title.post-social-title-vintage h6, .post-social .post-social-title.post-social-title-vintage p {
        display: inline;
        position: relative;
        padding: 10px 30px;
        border: 2px solid #fff; }
  .post-social .post-social-subtitle {
    display: block;
    position: relative; }
  .post-social .post-social-image {
    display: block;
    position: relative; }
  .post-social.post-social-xlg {
    padding: 125px 0; }
    @media screen and (max-width: 1199px) {
      .post-social.post-social-xlg {
        padding: 104.16667px 0; } }
    @media screen and (max-width: 991px) {
      .post-social.post-social-xlg {
        padding: 83.33333px 0; } }
    @media screen and (max-width: 767px) {
      .post-social.post-social-xlg {
        padding: 62.5px 0; } }
  .post-social.post-social-lg {
    padding: 100px 0; }
    @media screen and (max-width: 1199px) {
      .post-social.post-social-lg {
        padding: 83.33333px 0; } }
    @media screen and (max-width: 991px) {
      .post-social.post-social-lg {
        padding: 66.66667px 0; } }
    @media screen and (max-width: 767px) {
      .post-social.post-social-lg {
        padding: 50px 0; } }
  .post-social.post-social-md {
    padding: 75px 0; }
    @media screen and (max-width: 1199px) {
      .post-social.post-social-md {
        padding: 62.5px 0; } }
    @media screen and (max-width: 991px) {
      .post-social.post-social-md {
        padding: 50px 0; } }
    @media screen and (max-width: 767px) {
      .post-social.post-social-md {
        padding: 37.5px 0; } }
  .post-social.post-social-sm {
    padding: 50px 0; }
    @media screen and (max-width: 1199px) {
      .post-social.post-social-sm {
        padding: 41.66667px 0; } }
    @media screen and (max-width: 991px) {
      .post-social.post-social-sm {
        padding: 33.33333px 0; } }
    @media screen and (max-width: 767px) {
      .post-social.post-social-sm {
        padding: 25px 0; }
		.col-xs-push-1{
			left:0px;
			}
		
		}
  .post-social.post-social-xs {
    padding: 15px 0 10px; }
 

.post-social-status {
  margin: 0px 0 0; }
  .post-social-status li a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #777777; }
    .post-social-status li a:hover {
      color: #555555;
      text-decoration: none; }

.post-social-wrapper {
  margin-left: -15px;
  margin-right: -15px; }

.post-social-tag {
  color: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .post-social-tag:hover {
    text-decoration: none;
    color: white; }

body {
  background-color: #29282f;
  overflow-x: hidden; }

#wrapper {
  width: 100%; }

#page-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px 15px;
  min-height: 568px;
  background-color: #eeeeee; }

/*body.sidebar-right-open{
    #page-wrapper {
        margin: 0 250px 0 250px;
        @media(max-width:$screen-xs-max) {
            margin: 0 0 0 0;
        }
    }
}*/
@media (min-width: 768px) {
  #page-wrapper {
    margin: 0 0 0 250px;
    padding: 76px 14px 15px;
    border-left: 1px solid #19191d; 
	/*position: absolute;
    top: 66px;*/
	} 
	
.navbar-static-top{
	background-color: #29282f;
    position: fixed;
    width: 100%;
	}	
	
	
	}
.sidebar-right {
  display: none;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #29282f;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeOutRight;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeOutRight;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -o-animation-name: fadeOutRight;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: fadeOutRight;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  margin-top: 51px; }
  .sidebar-right.open {
    visibility: visible;
    display: block;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fadeInRight;
    -moz-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    -o-animation-delay: 0s;
    -o-animation-duration: 0.5s;
    -o-animation-name: fadeInRight;
    -o-animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-name: fadeInRight;
    animation-fill-mode: forwards;
    /* this prevents the animation from restarting! */
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .sidebar-right.open {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        background: #29282f; } }
  .sidebar-right .sidebar-right-content {
    padding: 20px;
    color: #fff; }
    .sidebar-right .sidebar-right-content .sidebar-right-heading {
      padding: 20px;
      margin: 0px -20px 0;
      background: #35343d; }
      .sidebar-right .sidebar-right-content .sidebar-right-heading.sidebar-right-heading-first {
        margin: -20px -20px 0px; }

.sidebar-notification {
  background: #242329;
  margin: 1px -20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidebar-notification a {
    padding: 15px 20px;
    display: block;
    color: #fff; }
    .sidebar-notification a:hover {
      text-decoration: none; }
  .sidebar-notification:hover {
    background: #33313a; }
  .sidebar-notification i {
    color: #ef4238; }

.sidebar-contact-wrapper {
  background: #242329;
  margin: 1px -20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidebar-contact-wrapper .sidebar-contact {
    padding: 15px 20px;
    display: block;
    color: #fff; }
    .sidebar-contact-wrapper .sidebar-contact:hover {
      text-decoration: none; }
  .sidebar-contact-wrapper:hover {
    background: #33313a; }

.navbar-top-links li {
  display: inline-block; }

.navbar-top-links li:last-child {
  margin-right: 15px; }

.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.topnav{
margin:7px;
	}

.browseimages{
	/*background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;*/
	}

.browseimages ul{
	list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
	}

.browseimages li{
	display:none;
	margin-bottom: 6px;
    margin-right: 12px;
	}	
	
.browseimages li:first-child{
   display:inline;
}

.browseimages img{
	border-radius: 7px;
	max-width:100%;
	}	

.car-detail{
	 background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 8px;
    float: left;
    margin-top: 7px;
    padding: 15px 17px 5px;
	}

.car-detail ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	float:left;
	}

.car-detail ul.extra-left{
	margin: 0 0 0 100px;
	}

.car-detail ul li{
	margin-bottom:0px;
	}

.year{
	color: #000;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    min-width: 100px;
	}
	
.year-output{
	color: #666;
    font-size: 15px;
    font-weight: 600;
	min-width:150px;	
	}	

.year-output-edit{
	cursor: pointer;
	font-size: 13px;
    margin-left: 10px;
	}
	
.car-title{
	color:#000;
	font-weight:bold;
	font-size:20px;
	}	
	
.car-buttons{
	
	}	
	
#dataTables-example img{
	
	}
	
.help-block {
    color: #aab2bd;
    margin-bottom: 0;
	font-size: 12px;
}	

.add-text{
	font-size:13px;
	}
	

.btn {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 15px;
    transition: all 200ms ease 0s;
}

.file-input-wrapper input[type="file"], .file-input-wrapper input[type="file"]:focus, .file-input-wrapper input[type="file"]:hover {
    cursor: pointer;
    height: 30px;
    left: -6px;
    opacity: 0;
    outline: 0 none;
    position: absolute;
    top: 0;
    z-index: 99;
}

.file-input-name {
    margin-left: 10px;
}


	
#dataTables-receipt_filter .form-control{
	border-radius: 5px;
    float: right;
    height: 37px;
    width: 87%;
	}	
	
#dataTables-receipt_filter label{
	display: block;
    line-height: 34px;
	font-weight: 400;
	font-size:13px;
	}	
	
#dataTables-receipt_length .form-control{
	height: 37px;
	border-radius: 5px;
	}
	
#dataTables-receipt_length label{
	font-weight: 400;
	font-size:13px;
	}
	
/*second*/	
#dataTables-gloves_filter .form-control{
	border-radius: 5px;
    float: right;
    height: 37px;
    width: 87%;
	}	
	
#dataTables-gloves_filter label{
	display: block;
    line-height: 34px;
	font-weight: 400;
	font-size:13px;
	}	
	
#dataTables-gloves_length .form-control{
	height: 37px;
	border-radius: 5px;
	}
	
#dataTables-gloves_length label{
	font-weight: 400;
	font-size:13px;
	}
/*third*/	

#dataTables-document_filter .form-control{
	border-radius: 5px;
    float: right;
    height: 37px;
    width: 87%;
	}	
	
#dataTables-document_filter label{
	display: block;
    line-height: 34px;
	font-weight: 400;
	font-size:13px;
	}	
	
#dataTables-document_length .form-control{
	height: 37px;
	border-radius: 5px;
	}
	
#dataTables-document_length label{
	font-weight: 400;
	font-size:13px;
	}
/*forth*/
#dataTables-reminders_filter .form-control{
	border-radius: 5px;
    float: right;
    height: 37px;
    width: 87%;
	}	
	
#dataTables-reminders_filter label{
	display: block;
    line-height: 34px;
	font-weight: 400;
	font-size:13px;
	}	
	
#dataTables-reminders_length .form-control{
	height: 37px;
	border-radius: 5px;
	}
	
#dataTables-reminders_length label{
	font-weight: 400;
	font-size:13px;
	}
/*fifth*/
#dataTables-notes_filter .form-control{
	border-radius: 5px;
    float: right;
    height: 37px;
    width: 87%;
	}	
	
#dataTables-notes_filter label{
	display: block;
    line-height: 34px;
	font-weight: 400;
	font-size:13px;
	}	
	
#dataTables-notes_length .form-control{
	height: 37px;
	border-radius: 5px;
	}
	
#dataTables-notes_length label{
	font-weight: 200;
	font-size:13px;
	}
	

/*sixth*/
#dataTables-fuel_filter .form-control{
	border-radius: 5px;
    float: right;
    height: 37px;
    width: 42%;
	}
	
	
#dataTables-fuel_filter label{
	display: flex;
    line-height: 34px;
	font-weight: 200;
	font-size:13px;
	}	
	
#dataTables-fuel_length > label{
	display: block;
    line-height: 34px;
	font-weight: 200;
	font-size:11px;
	}

#dataTables-fuel_length select{
	padding-left: 3px;
	width: 38%;
	}

.adepts_fuel_track_special_box{
 width:32%; float:right; position:absolute; right:140px;
 }
 
.adepts_total_spent{
 padding: 0px 0 0 15px; line-height: 34px; font-weight: 400; font-size:12px;
 }

.adepts_avg_mpg{
 padding:0 5px 0px 0; line-height: 34px; font-weight: 400; font-size:12px; text-align:right;
 }

#Premium {
    background-color: #c4bab5;
 min-width: 100px;
 min-height: 100px;
    font-size:15px;
    line-height:1.4;
    padding-top: 5px;
 text-align: center;
 padding-bottom: 5px;
}	

 .nav-new{
	background-image:url(../img/nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:56px;
	margin-bottom:15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}	


.tab{
background-image: url(../img/nav-bg.jpg);
background-repeat: repeat-x;
background-position: left top;
width: 36%;
height: 40px;
margin-bottom: 15px;
border-radius: 6px;
-webkit-border-radius: 6px;
padding:0;
margin-left: auto;
margin-right: auto;
	
}
	
.tab li{
float: left;
background-repeat: no-repeat;
background-position: right top;
line-height: 39px;
width: 50%;
text-align: center;
list-style-type: none;
color: #fff;
border:1px solid;
font-weight:100;
cursor: pointer;

}


.tab #General{
	font-weight: bold;	
	}
	
/*popup*/
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	/*height: 50%;*/
	border: 3px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
	font-weight: 600;
}	
	

.white_content {
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	width: 50%;
	/*height: 50%;*/
	border: 3px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
	font-weight: 600;
}	

.nav-new ul{
	list-style-type: none;
     margin: 0 0px;
    padding: 0;
	}	
	
/* .nav-new ul li{
	float: left;
	background-image:url(../img/sep.png);
	background-repeat:no-repeat;
	background-position:right top;
	line-height: 57px;
	} */	
	
.nav-new ul li:last-child{
	background-image:none;
	}	
	
.nav-new ul li a{
	color: #fff;
    font-weight: 200;
    line-height: 25px;
    padding: 15px 30px 15px;
	border-radius: 0;
    text-shadow: 0 1px #333;
	}	
	
.nav-new ul li a:hover{
	text-decoration:none;
	background-image:url(../img/nav-bg-hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}	
	
.nav-new ul li a.active{
	background-image:url(../img/nav-bg-hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	font-weight: bold;
	/* border: 1px solid; */
}
	
.nav-new ul li a.active1{
	background: #29282f;
	background-position:left top;
	font-weight: bold;
	/* border: 1px solid; */
	border: 1px;
}

.nav-new ul li:first-child a{
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	}

.panel{
	margin-bottom:5px;
	} 

.navbar-top-links > li > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }
  .navbar-top-links > li > a i {
    font-size: 14px; }
  .navbar-top-links > li > a:hover, .navbar-top-links > li > a:active, .navbar-top-links > li > a:focus {
    background: #fcfcfc;
    color: #ef4238; }

.navbar-top-links .dropdown-menu {
  padding: 0; }

.navbar-top-links .dropdown-menu li {
  display: block; }
  .navbar-top-links .dropdown-menu li.divider {
    margin: 0; }

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
  padding: 7px;
  min-height: 0; }

.navbar-top-links .dropdown-menu li a div {
  white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0; }

.navbar-top-links .dropdown-messages {
  margin-left: 5px; }
  .navbar-top-links .dropdown-messages .dropdown-messages-excerpt {
    font-size: 12px; }

.dropdown-small {
  font-size: 10px;
  text-transform: uppercase; }

.dropdown-button {
  background: #ef4238;
  color: #fff !important; }
  .dropdown-button:hover {
    background: #ed2c20 !important; }

.navbar-top-links .dropdown-tasks {
  margin-left: -59px; }

.navbar-top-links .dropdown-alerts {
  margin-left: -123px; }

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto; }

/*----  New sidebar-inner-icon for img  ------*/

.sidebar-inner-icon{
	display: inline-block;
    margin: 5px 5px 5px 0;
	width:165px;
	}

.sidebar-inner-icon img{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float:left;
	width:65%;
	}

.sidebar-inner-icon .circle-icon {
    background: none repeat scroll 0 0 #b12d29;
    border: 1px solid #900;
    border-radius: 100%;
	color:#FFF;
    font-size: 12px;
    height: 24px;
    /*left: 85px;*/
    padding: 2px;
    /*position: absolute;*/
    text-align: center;
    /*top: 4px;*/
    transition: all 0.5s ease 0s;
    width: 24px;
	margin-bottom:7px;
	float:left;
	margin-left:7px;
	cursor:pointer;
}

.save-btn{
	float: right;
    width: auto;
	margin-left: 15px;
	}


	
.backto{
	float:right;
	}	

.backto1{
	float:left;
	}

.adept-height{
	min-height:22px;
	}



.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.sidebar .sidebar-search {
  padding: 15px; }
  .sidebar .sidebar-search .sidebar-search-button {
    border-radius: 2px;
    padding: 1px 5px;
    position: absolute;
    right: 21px;
    top: 21px;
	}

.garage-add-vehicle {
  margin-bottom: 10px;
}

.sidebar ul li {
  background-color: #29282f;
  min-height: 0px;
  margin-bottom: 2px;
  }
  .sidebar ul li a {
    padding: 15px 0 15px 15px;
    color: #fff;
    background-color: #29282f;
	min-height: 80px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
	
	}
    .sidebar ul li a .sidebar-item-arrow {
      padding-top: 8px; }
    .sidebar ul li a .sidebar-item-icon {
      position: absolute;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .sidebar ul li a .sidebar-item-title {
      font-size: 12px;
      padding-left: 0px;
      text-transform: uppercase;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; 
	  
	  }
	.sidebar ul li a .sidebar-icon {
		float: left;
        padding-right: 15px;
	    width:100px
		}
	  
	.sidebar ul li a .sidebar-right-box{
		
		}
	  
    .sidebar ul li a .sidebar-item-subtitle {
      color: #716e82;
      padding-left: 10px;
      font-size: 10px;
      display: block;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .sidebar ul li a.active {
      background-color: #35343d; }
      .sidebar ul li a.active .sidebar-item-subtitle {
        color: #a6a4b2; }
    .sidebar ul li a:hover, .sidebar ul li a:active, .sidebar ul li a:focus {
      border-left: 5px solid #ef4238;
      background-color: #33313a; }
      .sidebar ul li a:hover .sidebar-item-icon, .sidebar ul li a:active .sidebar-item-icon, .sidebar ul li a:focus .sidebar-item-icon {
        margin-left: 10px;
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
        zoom: 1; }
      .sidebar ul li a:hover .sidebar-item-title, .sidebar ul li a:active .sidebar-item-title, .sidebar ul li a:focus .sidebar-item-title {
        /*padding-left: 50px;*/ }
      .sidebar ul li a:hover .sidebar-item-subtitle, .sidebar ul li a:active .sidebar-item-subtitle, .sidebar ul li a:focus .sidebar-item-subtitle {
        padding-left: 50px;
        color: #8b899a; }

.sidebar-toggle {
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  color: #333333;
  margin-left: 15px; }
  .sidebar-toggle i {
    line-height: 50px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .sidebar-toggle:hover i {
    color: #ef4238;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

.navbar-brand {
  margin-left: 0px;
  font-size: 12px; 
  padding: 10px 5px 5px 10px;
  
  }
  .navbar-brand img {
    /*max-width: 15px;*/
    margin-right: 5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .navbar-brand:hover img {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
	
	
	
	
	
  @media screen and (max-width: 767px) {
    .navbar-brand {
      margin-left: 0; }
	  
	.navbar-brand {
		display:block;
		}  
	  
	/*popup*/
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 10%;
	width: 80%;
	/*height: 50%;*/
	border: 3px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
	font-weight: 600;
}  
	  
	  
.bottons{
	
	}	  
	  
.bottons a {
    margin: 8px;
}

#light2{
	top:5%;
	}

#light2 #transfer_vehicle .panel-body{
	overflow:auto;
	max-height:160px;
	}



#light1{
	top:5%;
	}

#light1 #edit-year-mileage .panel-body{
	overflow:auto;
	max-height:160px;
	}

.adept-left{
	float:left;
	}
	
.sidebar-inner-icon > a {
    float: left;
    width: 100px;
}


	  
	  
	  
	  }

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* STYLES GO HERE */

#light2 #transfer_vehicle .panel-body{
	overflow:auto;
	max-height:160px;
	}


#light1 #edit-year-mileage .panel-body{
	overflow:auto;
	max-height:160px;
	}


.adept-height {
    min-height: 50px;
}

.backto1 {
    float: right;
    left: 29px;
    position: absolute;
    top: 45px;
}

.backto {
    float: left;
    position: absolute;
    top: 15px;
}


.adept_markasc{
	margin-top:0px;
	}


/*.image-browse-button .file-input-wrapper input[type="file"], .image-browse-button .file-input-wrapper input[type="file"]:focus, .image-browse-button .file-input-wrapper input[type="file"]:hover{
	height: 30px;
    left: -6px;
    margin-top: -30px;
    max-width: 0;
    position: relative;
    top: 34%;
	}
*/


#pp_full_res div{
	width:100% !important;
	}
	
.noSel.smooth_zoom_preloader > img{
	width:100% !important;
	}	
	


}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* STYLES GO HERE */

#light2 #transfer_vehicle .panel-body{
	overflow:auto;
	max-height:160px;
	}


#light1 #edit-year-mileage .panel-body{
	overflow:auto;
	max-height:160px;
	}



.adept-height {
    min-height: 50px;
}

.backto1 {
    float: right;
    left: 29px;
    position: absolute;
    top: 45px;
}

.backto {
    float: left;
    position: absolute;
    top: 15px;
}

.adept_markasc{
	margin-top:10px;
	}


.image-browse-button .file-input-wrapper input[type="file"], .image-browse-button .file-input-wrapper input[type="file"]:focus, .image-browse-button .file-input-wrapper input[type="file"]:hover{
	height: 30px;
    left: -6px;
    margin-top: -30px;
    max-width: 0;
    position: relative;
    top: 34%;
	}


#pp_full_res div{
	width:100% !important;
	}
	
.noSel.smooth_zoom_preloader > img{
	width:100% !important;
	}	
	




}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { /* STYLES GO HERE */

#light2 #transfer_vehicle .panel-body{
	overflow:auto;
	max-height:160px;
	}


#light1 #edit-year-mileage .panel-body{
	overflow:auto;
	max-height:160px;
	}
#light1 #edit-year-mileage .panel-heading h4{
	font-size: 16px;
	}

#light2 #transfer_vehicle .panel-heading h4{
	font-size: 16px;
	}

.adept-height {
    min-height: 22px;
}

.backto1 {
    float: left !important;
    left: 29px;
    position: inherit;
    top: 45px;
}

.backto {
    float: right !important;
    position: inherit;
    top: 15px;
}

.adept_markasc{
	margin-top:0px;
	}


#pp_full_res div{
	width:100% !important;
	}
	
.noSel.smooth_zoom_preloader > img{
	width:100% !important;
	}	
	




}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { /* STYLES GO HERE */

#light2 #transfer_vehicle .panel-body{
	overflow:auto;
	max-height: 300px;
	}

#light1 #edit-year-mileage .panel-body{
	overflow:auto;
	max-height: 300px;
	}

#light1 #edit-year-mileage .panel-heading h4{
	font-size: 16px;
	}

#light2 #transfer_vehicle .panel-heading h4{
	font-size: 16px;
	}

.adept-height {
    min-height: 50px;
}

.backto1 {
    float: right;
    left: 29px;
    position: absolute;
    top: 45px;
}

.backto {
    float: left;
    position: absolute;
    top: 15px;
}

.adept_markasc{
	margin-top:10px;
	}


.image-browse-button .file-input-wrapper input[type="file"], .image-browse-button .file-input-wrapper input[type="file"]:focus, .image-browse-button .file-input-wrapper input[type="file"]:hover{
	height: 30px;
    left: -6px;
    margin-top: -30px;
    max-width: 0;
    position: relative;
    top: 34%;
	}

.adept-left{
	float:left;
	}

#pp_full_res div{
	width:100% !important;
	}
	
.noSel.smooth_zoom_preloader > img{
	width:100% !important;
	}	
	
	


}


.sidebar {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidebar .sidebar-profile {
    padding: 60px 15px 45px; }
    .sidebar .sidebar-profile .sidebar-profile-picture {
      position: relative; }
      .sidebar  .sidebar-profile-status {
        top: 4px;
        left: 85px;
        width: 22px;
		padding:2px;
		border:1px solid #900;
        height: 22px;
		font-size:12px;
		text-align:center;
        position: absolute;
        background: #b12d29;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .sidebar .sidebar-profile .sidebar-profile-picture img {
        max-width: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .sidebar .sidebar-profile .sidebar-profile-name {
      text-transform: uppercase;
      margin: 25px 0 15px 0;
      position: relative;
      color: #fff;
      font-size: 14px; }
    .sidebar .sidebar-profile .sidebar-profile-description {
      font-size: 10px;
      position: relative;
      color: #8b899a;
      margin-bottom: 20px; }
    .sidebar .sidebar-profile .sidebar-profile-location {
      position: relative;
      text-transform: uppercase;
      font-size: 10px; }
    .sidebar .sidebar-profile:hover .sidebar-profile-status {
      -webkit-animation-delay: 0;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: flash;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: flash;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0;
      -o-animation-duration: 0.8s;
      -o-animation-name: flash;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0;
      animation-duration: 0.8s;
      animation-name: flash;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */ }
  .sidebar .sidebar-search-collapse {
    display: none; }

.sidebar .arrow {
  float: right; }

.sidebar .fa.arrow:before {
  content: "\f104"; }

.sidebar .active > a > .fa.arrow:before {
  content: "\f107"; }

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important; }

.sidebar .nav-second-level li a {
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 37px;
  color: #dcdbe1;
  background: #1d1c21; }
  .sidebar .nav-second-level li a:hover {
    border-left: 2px solid #ef4238;
    color: #f7f7f8;
    background-color: #222127; }

.sidebar .nav-third-level li a {
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 52px;
  color: #c1c0c9;
  background: #161519; }
  .sidebar .nav-third-level li a:hover {
    border-left: 2px solid #ef4238;
    color: #dcdbe1;
    background-color: #1b1a1e; }

@media (min-width: 768px) {
  .sidebar {
    height: 90%;
    margin-top: 70px;
    overflow: auto;
    position: fixed;
    width: 250px;
    z-index: 1; }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto; } }
@media screen and (min-width: 767px) {
  .sidebar-collapse .sidebar {
    width: 60px;
    z-index: 999; }
    .sidebar-collapse .sidebar .sidebar-search {
      padding: 0;
      margin: 0; }
      .sidebar-collapse .sidebar .sidebar-search .sidebar-search-button, .sidebar-collapse .sidebar .sidebar-search input {
        display: none; }
      .sidebar-collapse .sidebar .sidebar-search .sidebar-search-collapse {
        display: block; }
    .sidebar-collapse .sidebar .sidebar-profile {
      padding: 5px; }
      .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-name, .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-description, .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-location {
        display: none; }
      .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-picture img {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; }
      .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-status {
        top: -15px;
        left: 40px;
        width: 10px;
        height: 10px; }
    .sidebar-collapse .sidebar .sidebar-item-arrow {
      display: none; }
    .sidebar-collapse .sidebar .sidebar-item-subtitle, .sidebar-collapse .sidebar .sidebar-item-title {
      display: none; }
    .sidebar-collapse .sidebar .sidebar-nav > ul > li > a {
      min-height: 60px; }
      .sidebar-collapse .sidebar .sidebar-nav > ul > li > a:hover .sidebar-item-icon {
        margin-left: -2px;
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
        zoom: 1; }
    .sidebar-collapse .sidebar .nav-second-level li a {
      width: 250px; }
  .sidebar-collapse #page-wrapper {
    margin: 0 0 0 60px; } }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-primary.btn-outline {
  color: #ef4238; }

.btn-success.btn-outline {
  color: #5cb85c; }

.btn-info.btn-outline {
  color: #5bc0de; }

.btn-warning.btn-outline {
  color: #f0ad4e; }

.btn-danger.btn-outline {
  color: #d9534f; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white; }

.chat {
  margin: 0;
  padding: 0;
  list-style: none; }

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px; }

.chat li.left .chat-body {
  margin-left: 60px; }

.chat li.right .chat-body {
  margin-right: 60px;
  background: #eeeeee;
  padding: 20px; }

.chat li .chat-body p {
  margin: 0; }

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

.login-panel {
  margin-top: 22%; }

.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome; }

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5); }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important; }

.show-grid {
  margin: 15px 0; }

.huge {
  font-size: 40px; }

.bg-sidebar {
  background: #29282f; }

.text-primary {
  color: #ef4238; }

.text-danger {
  color: #d9534f; }

.text-warning {
  color: #f0ad4e; }

.text-info {
  color: #5bc0de; }

.text-success {
  color: #5cb85c; }

a.text-primary {
  color: #ef4238; }
  a.text-primary:hover {
    color: #e21e12; }

a.text-warning {
  color: #f0ad4e; }
  a.text-warning:hover {
    color: #ec971f; }

a.text-danger {
  color: #d9534f; }
  a.text-danger:hover {
    color: #c9302c; }

a.text-info {
  color: #5bc0de; }
  a.text-info:hover {
    color: #31b0d5; }

a.text-success {
  color: #5cb85c; }
  a.text-success:hover {
    color: #449d44; }

.text-white {
  color: #fff; }
  .text-white a {
    color: #fff; }

.text-info {
  color: #5bc0de; }
  .text-info a {
    color: #5bc0de; }

.btn {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.text-xs {
  font-size: 10px; }

.text-sm {
  font-size: 12px; }

.list-group-item {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

table tr {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  table tr td {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

tr.unread {
  font-weight: bold; }
  tr.unread td {
    background: #eeeeee; }

.mail-box tr a {
  display: block;
  width: 100%; }
  .mail-box tr a:hover {
    text-decoration: none; }

.message-favorite {
  cursor: pointer;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .message-favorite:hover {
    color: #f0ad4e; }
  .message-favorite.message-favorite-active {
    color: #f0ad4e; }

#email-reveal {
  display: none; }

.bg-turquoise {
  background-color: #1abc9c;
  color: #fff; }

a:hover.bg-turquoise {
  background-color: #17a689; }

.text-turquoise, .text-turquoise * {
  color: #1abc9c; }

.bg-green-sea {
  background-color: #16a085;
  color: #fff; }

a:hover.bg-green-sea {
  background-color: #138a72; }

.text-green-sea, .text-green-sea * {
  color: #16a085; }

.bg-emerald {
  background-color: #2ecc71;
  color: #fff; }

a:hover.bg-emerald {
  background-color: #29b765; }

.text-emerald, .text-emerald * {
  color: #2ecc71; }

.bg-nephritis {
  background-color: #27ae60;
  color: #fff; }

a:hover.bg-nephritis {
  background-color: #229955; }

.text-nephritis, .text-nephritis * {
  color: #27ae60; }

.bg-peter-river {
  background-color: #3498db;
  color: #fff; }

a:hover.bg-peter-river {
  background-color: #258cd1; }

.text-peter-river, .text-peter-river * {
  color: #3498db; }

.bg-belize-hole {
  background-color: #2980b9;
  color: #fff; }

a:hover.bg-belize-hole {
  background-color: #2472a4; }

.text-belize-hole, .text-belize-hole * {
  color: #2980b9; }

.bg-amethyst {
  background-color: #9b59b6;
  color: #fff; }

a:hover.bg-amethyst {
  background-color: #8f4bab; }

.text-amethyst, .text-amethyst * {
  color: #9b59b6; }

.bg-wisteria {
  background-color: #8e44ad;
  color: #fff; }

a:hover.bg-wisteria {
  background-color: #7f3d9b; }

.text-wisteria, .text-wisteria * {
  color: #8e44ad; }

.bg-wet-ashpalt {
  background-color: #34495e;
  color: #fff; }

a:hover.bg-wet-ashpalt {
  background-color: #2b3c4e; }

.text-wet-ashpalt, .text-wet-ashpalt * {
  color: #34495e; }

.bg-midnight-blue {
  background-color: #2c3e50;
  color: #fff; }

a:hover.bg-midnight-blue {
  background-color: #233140; }

.text-midnight-blue, .text-midnight-blue * {
  color: #2c3e50; }

.bg-sun-flower {
  background-color: #f1c40f;
  color: #fff; }

a:hover.bg-sun-flower {
  background-color: #dab10d; }

.text-sun-flower, .text-sun-flower * {
  color: #f1c40f; }

.bg-orange {
  background-color: #f39c12;
  color: #fff; }

a:hover.bg-orange {
  background-color: #e08e0b; }

.text-orange, .text-orange * {
  color: #f39c12; }

.bg-carrot {
  background-color: #e67e22;
  color: #fff; }

a:hover.bg-carrot {
  background-color: #d67118; }

.text-carrot, .text-carrot * {
  color: #e67e22; }

.bg-pumpkin {
  background-color: #d35400;
  color: #fff; }

a:hover.bg-pumpkin {
  background-color: #b94a00; }

.text-pumpkin, .text-pumpkin * {
  color: #d35400; }

.bg-alizarin {
  background-color: #e74c3c;
  color: #fff; }

a:hover.bg-alizarin {
  background-color: #e43725; }

.text-alizarin, .text-alizarin * {
  color: #e74c3c; }

.bg-pomegranate {
  background-color: #c0392b;
  color: #fff; }

a:hover.bg-pomegranate {
  background-color: #ab3326; }

.text-pomegranate, .text-pomegranate * {
  color: #c0392b; }

.bg-clouds {
  background-color: #ecf0f1;
  color: #fff; }

a:hover.bg-clouds {
  background-color: #dde4e6; }

.text-clouds, .text-clouds * {
  color: #ecf0f1; }

.bg-silver {
  background-color: #bdc3c7;
  color: #fff; }

input.add-image-button {
  margin-bottom: 0px;
}

a:hover.bg-silver {
  background-color: #afb6bb; }

.text-silver, .text-silver * {
  color: #bdc3c7; }

.bg-concrete {
  background-color: #95a5a6;
  color: #fff; }

a:hover.bg-concrete {
  background-color: #87999a; }

.text-concrete, .text-concrete * {
  color: #95a5a6; }

.bg-asbestos {
  background-color: #7f8c8d;
  color: #fff; }

a:hover.bg-asbestos {
  background-color: #727f80; }

.text-asbestos, .text-asbestos * {
  color: #7f8c8d; }

.bg-white {
  background-color: white;
  color: #fff; }

a:hover.bg-white {
  background-color: #f2f2f2; }

.text-white, .text-white * {
  color: white; }

.bg-black {
  background-color: black;
  color: #fff; }

a:hover.bg-black {
  background-color: black; }

.text-black, .text-black * {
  color: black; }

.bg-gold {
  background-color: #c5ac58;
  color: #fff; }

a:hover.bg-gold {
  background-color: #bea345; }

.text-gold, .text-gold * {
  color: #c5ac58; }

.bg-custom {
  background-color: #123123;
  color: #fff; }

a:hover.bg-custom {
  background-color: #0b1e16; }

.text-custom, .text-custom * {
  color: #123123; }

.bg-default {
  background-color: #ef4238;
  color: #fff; }

a:hover.bg-default {
  background-color: #ed2c20; }
  

.text-default, .text-default * {
  color: #ef4238; }
  
.image-browse-button{
margin: 0% 0 0% 0;
width: 100%;
float: left;
}



.image-browse-button img{
	margin-bottom:6%;
	}
.image-browse-button .file-input-wrapper input[type="file"], .image-browse-button .file-input-wrapper input[type="file"]:focus, .image-browse-button .file-input-wrapper input[type="file"]:hover {
top: 25% ;
position: relative;
height: 30px;
margin-top: -30px;
max-width:0px;
}

.add-image-button{
	max-width:80px!important;
	}


#vehicle_milage{
	text-align:center;}

.finger{
	
	cursor: pointer!important;
background-color: #fff!important;
	}

.empty{
	
margin-left: auto;
margin-right: auto;
width: 60%;
text-align: center;
/*border: 1px solid #ca1a10;*/
border-radius: 15px;
min-height: 200px;
vertical-align: middle;
padding-top: 3%;
}
.message .fa{
	font-size:40px;
}

.list{clear:both;}

.navbar-header{
	margin:7px;
	}

.nav-new .navbar-header{
	margin:0px;
	}
	
.dataTables_info{display:none;}	
#dataTables-example_info{display:block;}	

.white_content .popup-form{
	/*padding:25px;
	text-align: center;*/
	}
.popup-header{
font-size: 30px;
text-align: center;
font-weight: bold;
margin: 0px auto;
border-bottom: 1px solid #000;
background: #cb2027;
padding: 10px;
color: #fff;
}

.transfer_result{
text-align: center;
font-size: 20px;
margin: 10px auto;
}

.aligncenter{
	text-align:center;
	}

#ex3::-webkit-scrollbar{
width:16px;
background-color:#cccccc;
}

#ex3::-webkit-scrollbar-thumb{
background-color:#B03C3F;
border-radius:10px;
}
#ex3::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
#ex3::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
}


.dataTables_paginate {
    text-align: right;
}

.or-contain{
	background-image:url(../img/line-orange.png); background-repeat: repeat-x; background-position: center center; text-align: center; width: 88%; height: 38px; margin:0 auto;
	}

.or-text{
	background-color: rgb(255, 255, 255); 
	color: #d43f3a; 
	display: block; 
	padding: 8px; 
	width: 15%; 
	text-align: center; 
	display: inline-block;
	}

.adept-add{
	
	}

.adept-add-a{
	position:relative;
	z-index:1;
	}


   @media screen and (max-width: 1199px) {
      .post-social.post-social-xs {
        padding: 20.83333px 0; } }
    @media screen and (max-width: 991px) {
      .post-social.post-social-xs {
        padding: 16.66667px 0; } }
    @media screen and (max-width: 767px) {
      .post-social.post-social-xs {
        padding: 12.5px 0; }
		
	  
.image-browse-button{
margin: 15px;
width: 170px;
float: left;
}

.sidebar-inner-icon img {
	width:100%;
	}
	
.sidebar-inner-icon {
	overflow: hidden;
    width: auto;
	margin-right:10px;
	
	}	
	
	
#edit_value{
	float:right;
	}

.adept-vin{
	font-weight: 600;
    margin-top: 15px;
	}

.browseimages ul {
    text-align: center;
}

.dataTables_filter{
	float: left;
    padding: 0 5px;
    width: 98%;
	}
	
.tab{
	width:90%;
	}	
	
.backto{
	float:left;
	}	

.backto1{
	float:right;
	}


.dataTables_filter .form-control{
	width:70%!important;
	}

.dataTables_length{
	float: left;
    line-height: 35px;
    margin: 8px 0;
    width: 98%;
	}

.dataTables_length .form-control {
    border-radius: 5px;
    height: 37px;
    margin: 0 10px;
    width: 40%;
}

.adept-add {
    float: none !important;
    margin: 8px auto 0;
    width: 75%;
}

.dataTables_length .form-control {
    border-radius: 5px;
    float: right;
    height: 37px;
    margin: 0 5px;
    width: 66%;
}

.dataTables_length label {
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin-right: 0px;
	padding-left: 5px;
    width: 100%;
}

.nav-new{
	background-color: #333;
    background-image: none;
	}

.nav-new .navbar-brand {
	font-size: 16px;
	color: #fff;
	}

.navbar-brand {
	padding:15px;
	}

.navbar-header .navbar-toggle {
    border-color: #dddddd;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #888888;
}


.navbar-header .navbar-toggle{
	margin-top:10px;
	}

.nav-new .navbar-nav > li{
	background-image: none;
    float: none;
    line-height: 30px;
	}

#wrapper .nav-new .navbar-nav > li > a {
    line-height: 20px;
	background-image:none;
    background-color: #555555;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #777777;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #333333;
    width: 100%;

}

.nav-new #navbar.navbar-collapse{
	padding-left:0px;
	}

.navbar-collapse{
	position:relative;
	z-index:9;
	padding: 0;
	}

.nav-new ul li:first-child a {
    border: 0 none;
    border-radius: 0;
}

.nav-new .navbar-nav > .active > a, .nav-new .navbar-nav > .active > a:focus, .nav-new .navbar-nav > .active > a:hover {
    background-color: #e7e7e7;
    color: #555;
}

.adept_fuel_track_special_box{
	width:auto;
	margin-top: 20px;
	}




		}


.nav-new #navbar.navbar-collapse{
	padding-left:0px;
	}

