@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700,900&display=swap');

/*
 *
 *   TINT - Responsive Frontend Theme
 *   version 1.0
 *
*/
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f4050;
    font-size: 1em;
    color: #000;
}
.ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin-top: 5px;
    margin-bottom: 0;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
.red-text{
  color:#F00;
}
#onboarding a {
  color: #555555;
}
/* ONBOARDING STYLES */
#onboarding #wrapper {
  background-image: url(/assets/frontend/images/sleek-car-rt.jpg), linear-gradient(rgb(219, 166, 166), rgb(0, 0, 172));
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#onboarding .page-wrapper {
  margin: 10% 0 0;
}
.logo {
  max-width: 100%;
}
#onboarding .navbar-static-side {
  z-index: 2001;
   width: 23%;
   background: rgba(255,255,255,0.85);
}
#onboarding .side-content {
    padding: 2em 1em 2em 2em;
}
body.app .nav-header, #onboarding .nav-header {
    padding: 33px 25px;
    background-color: rgba(255,255,255,0.85);
    background-image: none;
}
body.app .nav-header a {
    color: #444;
}
#onboarding .ibox-content {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center center;
    background-size: initial;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
#onboarding h1 {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
#onboarding h2 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}
#onboarding .wizard > .content > .body {
    position: relative;
}

#steps-nav{
  display:block;
  margin-top: 20px;
  margin-left: 10px;
}

#steps-nav ul{
    list-style: none !important;
    padding: 0;
    margin: 0;
}
#steps-nav > ul > li{
  float: left;
  display: block;
  padding: 0;
  min-width: 15%;
}
#steps-nav > ul > li .current-info{
  position: absolute;
  left: -999em;
}

#steps-nav > ul > li a, #steps-nav > ul > li a:hover, #steps-nav > ul > li a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 2px 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #eee;
  color: #555555;;
  cursor: default;
}
#steps-nav > ul > li.current a{
  background: #33A64B;
  color: #FFF;
  cursor: default;
}
#steps-nav > ul > li.done a{
  font-weight: bold;
  background: #72BF75;
  color: #FFF;
}

.onboard-content {
  display: block;
  margin: 5px 5px 10px 5px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.on-step-content{
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.p-button{
  background: #48881F;
  color: #FFF !important; 
  border-radius: 5px;
  padding: 5px 10px;
}
.p-button:hover {
  color: #FFF; 
}
.n-button{
  background: #48881F;
  color: #FFF !important; 
  border-radius: 5px;
  padding: 5px 10px;
}
.n-button:hover {
  color: #FFF; 
}
input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4 !important;
  color: #8a1f11;
}
label.error{
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
  font-weight:bold;
}

#tn-lookup-btn {
  font-size: 135%;
}
#tn-lookup-err .btn-primary.btn-onboarding, .btn-primary.btn-onboarding {
  background-color: rgba(0,179,201,1);
  border-color: rgba(0,179,201,1);
}
.btn-primary.btn-onboarding-yellow {
  background-color: rgba(247,179,52,1);
  border-color: rgba(247,179,52,1);
}
.wizard-big input.form-control {
  background: #f1f1f1 !important;
}
#onboarding .wizard > .steps .current a, #onboarding .wizard > .steps .current a:hover, #onboarding .wizard > .steps .current a:active {
    background: #33A64B;
    /*background: rgb(239,118,34);*/
    color: #FFF;
    cursor: default;
}
#onboarding .wizard > .actions a, #onboarding .wizard > .actions a:hover, #onboarding .wizard > .actions a:active {
    background: #48881F;
    color: #FFF;
}
#onboarding .wizard > .actions .disabled a, #onboarding .wizard > .actions .disabled a:hover, #onboarding .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
#onboarding .wizard > .steps .done a, #onboarding .wizard > .steps .done a:hover, #onboarding .wizard > .steps .done a:active {
    font-weight: bold;
    background: #72BF75;
    color: #FFF;
}
#tn-lookup-err {
  font-size: 110%;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  padding-left: 10px;
  color: #000;
}
.tn-onboarding-form .alert-warning {
  background: #d1d1d1;
  border-color: #777;
  font-size: 110%;
  border-width: 5px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
#tn-lookup-err .btn-primary {
  background-color: #33A64B;
  border-color: #33A64B;
  font-size: 1.2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.wizard > .content > .body label {
  font-weight: 600;
}
.footer {
    z-index: 10000;
}
/* NAV ITEMS */
.dashboard {
  color: #a7b1c2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
body.canvas-menu.mini-navbar nav.navbar-static-side {
    display: block;
    width: 30%;
}

.header-date{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

/* SHOP ADMIN TEMPLATE STYLES */
.dark-bg {
    background: #383838;
}
.app #top-search {
    font-size: 1.6rem;
}
.navbar-form-custom {
    width: 400px;
}
.page-heading, .page-title {
    padding: 10px 20px;
}
h4.page-heading {
    font-size: 1.5rem;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.tabs-container .panel-body {
    background: transparent;
    border: 0 solid;
    border-radius: 0;
    padding: 0;
}
.variations label{
    margin-bottom:0px;
}
.product-sub-var-options-div label{
    margin-bottom:0px;
}
.app .tabs-container .nav-tabs {
    border-bottom: none;
    margin: .5em 0px 1.5em 2px;
    width: 100%;}
.app .nav-tabs .nav-link {
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    color: #495057;
    padding: 13px 50px;
    font-weight: 700;
    font-size: 1.75rem;
    text-transform: uppercase;
    background-color: #DDDDDD;
    border: none;
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-color: transparent;
    border-radius: 0;
}
.app .nav-tabs a.nav-link:hover {
    color: #000;
    border-bottom-color: #a5a5a5;
  }
.app .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-bottom-color: #FFC400;
}
.app .ibox-content {
  background: #e0e0e0;
  padding: .5em;
}
.app .lotbox-content{
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
.ibox .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bolder;
}
.ibox-content h3 {
  padding-left: .5em;
}
.orange {
  color: #DD7114;
  font-weight: 700;
  font-size: 1.4rem;
}
#open h2 {
  margin-top: 5px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: -1px;
}
h5.identification {
  /*float: left!important;
  margin: 0;
  color: #6c757d;*/
  padding: 15px 0 0;
  line-height: 1;
  font-weight: 700;
  font-size: 1rem;
}
h5.identification .license, h5.identification .vin {
  color: #000;
  padding-left: 1em;
}
h4.times .badge {
  font-size: 0.6rem;
  font-weight: bold;
}
h4.times sup {
  position: relative;
  font-size: 50%;
  top: -1em;
}
.clockpicker h4.times .form-control {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    color: #000;
    display: inline-block;
    padding: 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    max-width: 60px;
    padding: 0;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1;
    max-height: 20px;
}
.clockpicker h4.times .input-group-addon {
    background-color: transparent;
    border: 0 none;
    border-radius: 1px;
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    text-align: center;
}
a {
  color: #000;
}
h2.service {
  font-size: 1.0em;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 1em;
  margin-bottom: 0;
  display: block;
}
p.service {
  letter-spacing: 0;
  padding: 0 1.5em;
  margin: 0 1em;
  margin-bottom: 0;
  display: block;
  font-weight:bold;
}

.ibox-section p.service {
  letter-spacing: 0;
  padding: 0 0 5px 0;
  margin: 0 1.5em 0 1.5em;
  margin-bottom: 0;
  display: block;
}

h2.service.inactive {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: #777;
}

.bigbutton, .tube {
    position: absolute;
    right: 0;
    top: -17px;
}
.bigbutton i, .tube i {
  color: #ffffff65;
  font-size: 100px;
}
.app .ibox-title {
    padding: 0 5px;
}
.app .ibox-title .name{
  font-size:16px;
}
.app .ibox-times{
  font-size:13px;
  font-weight:bold;
  background:#dddddd;
}
.app .ibox-times .times-container{
  white-space:nowrap;
  display:inline-block;
  width:49%;
}
.app .ibox-buttons{
  background:#dddddd;
}
.app .ibox-drivers{
  background:#dddddd;
}
.times-container{
  font-size:13px;
  font-weight:bold;
}
.eft-time{
  text-align: right;
  font-size:13px;
  font-weight:bold;
}

.app .btn-quad {
  border-radius: 8px;
  padding: .5rem .5rem;
  line-height: 1;
  float: left;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  width: 3em;
  /*margin: 4px;*/
}
.app .btn-quad.btn-primary.t {
  background-color: #48881f;
}
.app .btn-quad.btn-primary.e {
  background-color: #DD7114;
}
.app .btn-quad.btn-primary.p {
  background-color: #097CB9;
}
.app .btn-quad.btn-primary.d {
  background-color: #460098;
}
.app .btn-quad.btn-primary.pending {
  opacity: 0.5;
}
.app .inactive {
  display: none;
}
.app .btn-quad h3 {
  margin: 0 4px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  padding: 0;
}
.app .startjob .btn-lg {
  margin: 0.8em 0 0 0;
  padding: 0.5rem 0.8rem;
}
.ui-state-highlight { 
	height: 1.5em; 
	line-height: 1.2em; 
}
select.form-control {
  padding: 6px;
}
/* SHOWROOM TABS */
.app .tabs-container .tabs-left .tab-pane .panel-body,
.app .tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
  border-top: 0 none;
}
.app .tabs-container .tabs-below > .nav-tabs,
.app .tabs-container .tabs-right > .nav-tabs,
.app .tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.app .tabs-container .tabs-left .panel-body {
  position: static;
}
.app .tabs-container .tabs-left > .nav-tabs,
.app .tabs-container .tabs-right > .nav-tabs {
  width: 15%;
}
.app .tabs-container .tabs-left .panel-body {
  width: 85%;
  margin-right: 15%;
}
.app .tabs-container .tabs-right .panel-body {
  width: 85%;
  margin-right: 15%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.app .tabs-container .tabs-left > .nav-tabs > li,
.app .tabs-container .tabs-right > .nav-tabs > li {
  float: none;
  word-break: break-word;
  width: 100%;
}
.app .tabs-container .tabs-left > .nav-tabs > li > a,
.app .tabs-container .tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.app .tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.app .tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.app .tabs-container .tabs-left > .nav-tabs a.active,
.app .tabs-container .tabs-left > .nav-tabs a.active:hover,
.app .tabs-container .tabs-left > .nav-tabs a.active:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
}
.app .tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.app .tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.app .tabs-right .nav-tabs .nav-link {
    padding: 10px 20px;
}

/* showroom products */
.showroom-page{
  background-color: #000000;
  background-image: url(/assets/frontend/images/background-black-car.png);
  background-position: top center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

#rm-product-list > li {
	margin-bottom: 10px;
	border: solid 2px #e1e1e1;
	border-radius: 7px;

}
#rm-product-list li a {
	display: block;
	font-size: 20px;
	padding: 10px 10px 10px 50px;
	background: transparent url(/assets/img/check-box.png) 10px center no-repeat;
}

#rm-product-list li a.opened {
	background: transparent url(/assets/img/check-box-green.png) 10px center no-repeat;
	color: #238C00;
}
#rm-product-list > li > a, #rm-product-list h4.sub-cat-heading > a {
  background: transparent url(/assets/img/arrow-right.png) 10px center no-repeat;
}
#rm-product-list > li > a.opened, #rm-product-list h4.sub-cat-heading > a.opened {
  background: transparent url(/assets/img/arrow-down.png) 10px center no-repeat;
}

#rm-product-list .products {
	display: none;
}
.rm-level > label {
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 0;
  font-weight: 700;
}
.rm-level-options > label {
  margin-bottom: 0;
}
.product-options-div .rm-level-header h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
#rm-product-list li ul li {
	border-bottom: solid 1px #e1e1e1;
}
#rm-product-list li ul li:last-child {
	border-bottom: none;
}
#rm-product-list li ul li a {
	font-size: 16px;
	padding: 10px 10px 10px 70px;
	background: transparent url(/assets/img/check-box.png) 20px center no-repeat;
}
#rm-product-list li ul li a:hover {
	background-color: #f1f1f1;
}
#rm-product-list li ul li a.checked {
	background: transparent url(/assets/img/check-box-green.png) 20px center no-repeat;
	color: #238C00;
}
#rm-product-list li ul li a.checked:hover {
	background-color: #f1f1f1;
}

.sub-cat-block {
  display: none;
}
.sub-cat-block ul {
  display: none;
}
.modal-title {
  font-size: 21px;
  font-weight: bold;
}
#tn-search-results select {
  margin-bottom: 5px;
}
#tn-label label {
  margin-bottom: 0;
}
/* end showroom products */
/* ONBOARDING INSPECTION */
.inspection form {
  margin: 0 auto;
}
.inspection .vehicle {
  background: url(/assets/img/vehicle-sedan.jpg) left no-repeat;
  background-size: 660px;
  background-position: center;
  margin: 0 auto;
  overflow: visible;
  padding: 2em 0;
}
table.vehicletop {
  max-height: 500px;
  margin: 4em auto;
}
.vehicletop tbody {
  margin: 4em 0 4em;
}
.vehicletop td {
  margin: 1em;
  padding: 1em 2em;
}
.app .vehicletop label {
    margin-bottom: 0;
  }
.vehicletop h3 {
  position: absolute;
  float: right;
  padding: 1em 1.5em;
}
.vehicletop .initial h3 {
  position: absolute;
  float: right;
  padding: 20px 5px;
  width: 80px;
  text-align: center;
  white-space: normal;
  font-size: 15px;
}
.vehicletop .icheckbox_square-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 88px;
    background: transparent url(/assets/img/redbox.png) 0 center no-repeat;
}
.vehicletop .icheckbox_square-green.hover {
    background-position: -88px 0;
}
.vehicletop .icheckbox_square-green.checked {
    background-position: 0 0;
}
.vehicletop .numb {
    float: left;
    position: absolute;
    padding: 1em 1.3em;
}
.signature-wrapper {
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 260px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#signature-pad, #signature-pad2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height:200px;
  background: #f5f5f5;
}
/* SHOWROOM */
.showroom .job-column {
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-right: 0px;
    margin-left: 0px;
}
.service.category {
    font-weight: bold;
}
.showroom .ibox-footer .btn-sm {
  padding-top:0.1rem;
  padding-bottom: 0.1rem;
}

.job-list-footer{
  padding:0px;
  background:#fff;
  font-size: 90%;
}
.job-list-footer .bay-notes{
  padding-left:8px;
  background:#f5f9ff;
  font-size: 90%;
}

.qc-headline{
  color:#fff;
  font-weight:bold;
  font-size:2rem;
}
.yellow-row{
  background:#ffc515;
  color:#000;
  padding:5px;
}
.services-box{
  background: #fff;
}
.install-section{
  color:#575757;
  font-size: 14px;
}
.install-section strong{
  text-transform:uppercase;
  color:#000;
  text-decoration:underline;
  font-size: 16px;
}

/* BAY FUNCTIONS */
/* Bay main: ALL TABS */
.app .baymain .sidebar .btn-quad {
    height: 40px;
    width: 40px;
    padding: .3em;
    /*margin: 4px;*/
    float: left;
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    position:relative;
}
.app .baymain .sidebar .btn-quad.bay-yb{
  border-color: #ff0;
  color:#ff0;
}

.app .baymain .sidebar.bay-sidebar .btn-quad {
  margin: 4px;
}

.btn-quad .bay-qc-tag{
    position:absolute;
    width:20px;
    height:20px;
    right:-10px;
    top:-10px;
    color: #fff;
    font-weight:bold;
    font-size:11px;
    line-height:20px;
    text-align:center;
    background: #ff007a;
    border: solid 1px #fff;
    border-radius: 18px;
}
.btn-quad .bay-complete-tag{
  position:absolute;
  width:20px;
  height:20px;
  right:-10px;
  top:-10px;
  color: #fff;
  font-weight:bold;
  font-size:11px;
  line-height:20px;
  text-align:center;
  background: #4dcd80;
  border: solid 1px #fff;
  border-radius: 18px;
}

/*
.baymain .agile-list.sortable-list {
    padding: 10px 0 0;
}
*/

.baymain .show-working .jobcard{
  background:#fff;
}

.baymain .jobcard {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    background: #dddddd;
    border-radius: 2px;
}
.baymain .ibox-content {
    background: transparent;
    padding: 0;
    border-style: none;
}
.baymain .ibox-section {
  background: transparent;
  padding: 0;
  border-style: none;
}
.baymain .ibox-content .job-overview {
  padding: .5em .5em .5em 0;
  background:#dddddd;
}
.baymain .ibox-section .job-overview {
  padding: 0px 0 5px 5px;
}

.app .baymain .ibox-title {
    padding: 5px 15px 1px 15px;
    background: #ffc515;
    min-height: 2em;
}
.app .baymain .jobcard .ibox-title {
    padding: 5px;
    background: #fff;
}
.app .baymain .jobcard .ibox-footer {
    border-radius: 2px;
    position:relative;
}

.baymain .ibox-tools a {
    margin-right: 10px;
    color: #c4c4c4;
}
.baymain .ibox-tools a .fa {
    font-size: 1.5em;
}
.baymain .identification .license {
    padding: 5px;
    border: 1px solid;
}
.baymain .columns {
  float: left!important;
}
.sidebar .startjob {
  z-index: 100 !important;
}
h3.vehicle {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1.2em;
    font-weight: 900;
    margin: 0;
    padding: .2em 0;
}
h3.vehicle .doors,
h3.vehicle .submodel{
  font-size: .8em
}

.baymain .agile-list li {
    background: transparent;
    border: 0 none;
    margin: 0 0 30px 0;
    padding: 0;
}
.baymain.working .agile-list li:hover {
  background: transparent;
}
.baymain .agile-list li.success-element {
    border-left: 8px solid #ffc515;
}
.baymain .agile-list li.success-element.bay-complete {
  border-left: 8px solid #1ab394;
}
.baymain .agile-list li.success-element.success-movement {
  border-left: 25px solid #1ab394;
  position:relative;
}
.baymain .agile-list li.success-element.success-movement.o-fail {
  border-left: 25px solid #c34444;
}
.baymain .agile-list li.show-working{
  background:#fff;
}

.job-overview ul.a_notes, 
ul.a_notes{
  list-style:disc;
  list-style-image: url(/assets/img/prod-notes-icon-sm.png);
  list-style-position: ;
  margin-bottom:0px;
  margin-top:8px;
  font-weight: normal;
  font-size: 11px;
  letter-spacing:normal;
}
.job-overview ul.a_notes li, ul.a_notes li{margin-bottom:0px;}


.baymain .o-fail .job-qc-exclam{
  position: absolute;
  width: 25px;
  height: 25px;
  left: -33px;
  bottom: -5px;
  color: #d80000;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  background: #ffc0c0;
  border: solid 1px #d80000;
  border-radius: 18px;
}

.qc-error{
  min-width:800px;
  color:#fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.qc-error .qc-circle{
  display:inline-block;
  width: 35px;
  height: 35px;
  color: #d80000;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  background: #ffc0c0;
  border: solid 3px #d80000;
  border-radius: 18px;
  margin-right:10px;
}

.baymain .agile-list li.qc-element {
    border-left: 8px solid #ffc515;
}
.baymain .agile-list li.alert-element {
    border-left: 8px solid #ed5565;
}
.baymain .agile-list li.pending-element {
    border-left: 8px solid #23c6c8;
}
.baymain .agile-list li.completed {
  opacity: 0.5;
}
.agile-list li > div.no-results {
  background-color: #fff;
  padding: 10px;
}

.app .btn-circle.btn-lg {
  width: 55px;
  height: 55px;
  padding: 10px 13px;
  border-radius: 100px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.33;
  margin: .3em 0 0;
}
.baymain .tube .btn-circle.btn-lg {
  background: #000;
  border-color: #000;
  border-width: 3;
  color: #fff;
}

.baymain.working .tube {
  position: absolute;
  right: -17px;
  top: -20px;
}
.baymain.working .tube .btn-circle.btn-lg {
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 7px 15px;
  border-radius: 100px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.33;
  background: #000;
  border-color: #FFF;
  border-width: 3px;
  color: #fff;
}

.new-tube{
  position: absolute;
  right: -35px;
  top: -20px;
  z-index: 10;
  cursor:pointer;
}
.new-tube .btn-circle.btn-lg{
  color:#fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  border:solid 3px #fff;
  background:#000;
  box-shadow:0 .5rem 1rem rgba(0,0,0,1);
}
.new-tube .btn-circle.btn-lg.btn-green{
  background:#4dcd80;
  font-size: 19px;
  padding-top: 13px;
}
.new-tube .btn-circle.btn-lg span{
  font-size:20px;
}

.box-selection{
  position:absolute;
  left: -19px;
  top: 5px;
}

.vin-holder{
  position:relative;
  overflow:hidden;
}
.vin-holder .vin-hover{
  display:none;
  position:absolute;
  z-index:10;
  top:-10px;
  background:#2f4050;
  padding:5px 10px;
  border-radius:10px;
  color:#fff;
  
}
.vin-holder:hover, 
.vin-holder:hover .vin-hover{
  display:block;
  overflow:visible;
}

/* WORKING TAB */
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.baymain.working .identification {
    padding: .5em 0;
    line-height: 1;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    text-overflow: ellipsis;
    float: right;
}
.baymain.working .identification .license, .baymain.working .identification .vin {
  color: #000;
  padding-left: 1em;
}
.working .prodcard h4 {
    font-size: 1.3em;
}
.working .prodcard .m-l-sm {
    margin-left: 0;
    margin-right: 5px;
}
.baymain.working .columns.left {
   padding: 0 1em 0 0;
}
/*.bays .baymain.working .columns.left {
    padding-right: 15px;
    padding-left: 15px;
}*/
h3.work-date {
  text-align: right;
}
.baymain.working .columns.right {
  padding: 0 0 0 1.5%;;
}


.job-list h2.service {
  /*margin: 1em 1em 0 1em;*/
}

.bay-service-notes{
  font-size: 11px;
  font-weight:normal;
}

.qc-bay-service-notes{
  font-size: 14px;
  font-weight:normal;
}

.vl-prod-header{
  font-weight:bold;
  font-size: 16px; 
}


.baymain .job-list .columns, .baymain #completed .columns {
  padding: 0;
  position:relative;
}
.baymain .job-list .tube , 
.baymain #completed .tube,
.baymain .job-list .vin, 
.baymain #completed .vin,
#completed .btn-quad h3,
.job-list .adj-timeout, 
#completed .adj-timeout,
.job-list .input-group-addon, 
#completed .input-group-addon {
  display: none;
}
.baymain .job-list .jobcard .ibox-footer, .baymain #completed .jobcard .ibox-footer {
    padding: .5em 0 0 0;
}
.bay-indicators, .show-bay-indicators {
  min-width: 100px;
  overflow:visible;
}
/*
.baymain .job-list .sidebar .btn-quad, .baymain #completed .btn-quad {
    border-radius: 2em;
    padding: 0;
    line-height: 1;
    float: left;
    color: #fff;
    border-color: #fff;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.2rem;
}
*/
.baymain #working .columns.right h4.times {
    margin-bottom: 0;
}
.baymain #working .columns.right h4.times .badge {
    font-size: 1.3rem;
    font-weight: 900;
}
.baymain .badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.baymain h4.times sup {
    position: relative;
    top: -1em;
    color: grey;
    text-transform: uppercase;
}
.baymain h4.times sup {
    font-size: 70%;
}
.baymain .ibox-footer .clockpicker {
    padding: 5px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.clockpicker h4.times .input-group-addon {
    color: #ffc107;
}
.baymain .job-list h2.service {
    
}
.baymain .job-list h4.times {
  padding-left: 5px;
  margin: 0;
}
.baymain .job-list h4.times sup {
  display: none;
}
.baymain .job-list h4.times .timein {
  margin-top: 5px;
}
.job-list h5.identification {
  padding: 5px 0 2px;
  display:inline-block;
}

#list-order-bays .bay-item{
  width:100%;
  background: #c4c4c4;
  margin-bottom:15px;
  position:relative;
  padding-left:30px;
  border-radius:4px;
} 
#list-order-bays .box-selection{
  left: 0px;
  top: 0px;
  background: #aaaaaa;
  height: 44px;
  width: 20px;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#list-order-bays .bay-item .btn-quad{
  width:2.5em;
  font-weight:bold;
  cursor:default;
}
#list-order-bays .bay-item .bay_name{
  display: inline-block;
  padding-left: 10px;
  padding-top: 6px;
  font-size: 20px;
  font-weight:bold;
}


#list-order-bays .bay-item.hide-bay-item{
  height:0px;
  margin:0px;
  display:none;
}

/* COMPLETED STYLES */
.agile-list li {
    background: #FAFAFB;
    margin: 0 0 10px 0;
    padding: 5px;
}
#completed .btn-xs {
    margin-top: -6px;
}

/* START JOB */
/*.app .startjob .ibox-title, .app .startjob .jobcard .ibox-title {
    padding: 15px 15px 8px 15px;
    background: #ffc515;
}
.app .startjob .jobcard .ibox-title {
  background: #fff;
}
.app .startjob .jobcard .ibox-content .ibox-title {
    padding: 0;
    min-height: 0;
}*/
.app.bays .nav-tabs .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
.bay-letters{
  color:#000;
  text-transform:uppercase;
  font-size:12px;
  padding-left:5px;
}
.app .startjob .bay-indicators {
    margin-bottom: 2em;
    padding-right:1px;
}
.app .startjob .jobcard {
    margin: 15px 0;
    width:100%;
}
.app .startjob .jobcard .ibox-content {
    background: transparent;
    padding: 15px;
}
.app .startjob .ibox-title {
    padding: 15px 15px 8px 15px;
    background: #ffc515;
}
.app .startjob .ibox-title.overview h3 {
    margin: 0 0 5px;
}
.app .startjob .ibox-title.id {
    background: #fff;
}
.app .startjob .ibox-title.bay-ident {
    padding: 0;
    min-height: 0;
}
.alert-danger .qc-info{
    color:#000000;
}
.app .startjob .ibox-title .columns {
    padding: 5px;
}
.app .startjob .ibox-title h3 {
    padding-left: .5em;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
}
.app .startjob .jobcard .ibox-content .ibox-title .columns.bay {
    background: #ffc515;
}
.app .startjob .jobcard .service {
    margin-top: .4em;
    margin-bottom: .5em;
    padding: 1em;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}
.app .startjob label {
    margin-top: .5rem;
    margin-bottom: 0;
    white-space: nowrap;
}
.app .startjob .jobcard .prodcard {
    padding: 1em;
    margin: 0.5em 0;
    background: lightgrey;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}
.app.bays .startjob .tab-pane .inner {
  margin: 0;
}
.product-service-map .vehicle-view, 
.jobcard .vehicle-view {
  background: url(/assets/img/vehicle-sedan.jpg) left no-repeat;
  background-size: 100%;/* 660px;*/
  margin: 0 auto;
  overflow: visible;
  padding: 2em 0;
  max-width: 650px;
}
.jobcard .notes {
  margin: 0 auto;
  overflow: visible;
  padding: 2em 0;
}
.bays .jobcard table.vehicletop {
     margin: 4em auto 4em 8em;
}
.bays .jobcard .vehicletop td {
    margin: 0;
    padding: 3px;
    position:relative;
}
.bays .jobcard .vehicletop label {
    margin-bottom: 0;
}
.vehicletop .assign-box{
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: 15px;
  right: 7px;
  width: 22px;
  height: 22px;
  line-height: 21px;
  border: solid 2px #676a6c;
  border-radius: 5px;
  color: #676a6c;
  text-align: center;
  background: #dddddd;
  z-index: 100;
  opacity:75%;
}

.vehicletop .assign-box .fa{
  font-size: 15px;
  font-weight: normal;
}


/* BY TABS - CHECKIN */
#install-check-list > li {
  margin-bottom: 10px;
  border: solid 2px #e1e1e1;
  border-radius: 7px;
  background: #fff;

}
#install-check-list li a {
  display: block;
  font-size: 20px;
  padding: 10px 10px 10px 50px;
  background: transparent url(/assets/img/check-box.png) 10px center no-repeat;
}

#install-check-list li a.checked {
  background: transparent url(/assets/img/check-box-green.png) 10px center no-repeat;
  color: #238C00;
}

.bay-select-item{
  margin-bottom: 10px;
  border: solid 2px #e1e1e1;
  border-radius: 7px;
  background: #fff;
  padding: 10px 15px;
}


/* car photo upload */
.quote-imgs-thumbs {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding: 0.75rem;
}
.quote-imgs-thumbs--hidden {
  display: none;
}
.img-preview-thumb {
  background: #fff;
  border: 1px solid #777;
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
  margin-right: 1rem;
  max-width: 140px;
  padding: 0.25rem;
}

.qc-initials{
  background:#8f8f8f;
  color:#fff;
  text-align:center;
  line-height:30px;
  border-radius:15px;
  width:30px;
  height:30px;
}

.fail-box{
  background:#f7cccc;
  font-size:11px;
  margin-top:5px;
  padding:10px 15px 5px 10px;
  border-radius:10px;
}
.fail-box textarea{
  width:100%;
  border:solid 1px #d8d8d8;
}

/* barcode scanner */
#scanner-wrapper {
  height: 480px;
  position: relative;
  overflow: hidden;
}  
 
#canvas {
  position: absolute;
}

/* new design v2 */
.panel-heading > span {
  font-size: 60%;
}

.panel-details-title{
  display:inline-block;
  line-height: 24px;
  padding-top: 6px; 
}
.panel-details{
  display:inline-block;
  line-height: 24px;
}
.panel-details.pt-dealership{
  font-size:70%;
}
.panel-details.pt-dealership .pd-sub-details{
  font-size:90%;
}
.panel-order-num{
  font-size:80%;
}
.panel-order-num .checkbox{font-size:13px;}

.lot-row{font-size:85%;margin-top:5px;}
.lot-row .lot-row-r{border-right:solid 1px #000;}
.lot-row .lot-row-r:last-child{border-right:none;}
.lot-row .lot-row-ppf{margin-top:0.8rem;}
.lot-row .lot-row-ppf:first-child{margin-top:0rem;}

.lot-row-col .form-control.lot-nums{
  display: inline;
  width: 65%;
}

a.add_ppf_lot_button{ 
  position: absolute;
  right: 30px;
  top: 25px;
  background: #4dcd80;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff !important;
  border-radius: 15px;
  cursor:pointer;
}

a.minus_ppf_lot_button{
  position: absolute;
  right: 30px;
  top: 25px;
  background: #ff0000;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff !important;
  border-radius: 15px;
  cursor:pointer;
}

.ico-retail{
  font-size:10px;
  border:solid 2px #5f1cb5;
  color:#5f1cb5;
  padding: 1px 5px;
  text-transform:uppercase;
}
.ico-dealership{
  font-size:10px;
  border:solid 1px #4e83c2;
  color:#4e83c2;
  padding: 1px 5px;
  text-transform:uppercase;
}

.panel-heading .panel-details .lfont{
  font-weight:normal;
}
.startjob-wrapper {
  background-color: #000000;
  background-image: url(/assets/frontend/images/background-black-car.png);
  background-position: top center;
  background-repeat: no-repeat;
  /*
  background: rgba(0,0,0,0.5) url(/assets/img/startjob-bg.jpg) center center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  */
}
#tn-service-options .panel-body {
  padding-bottom: 0;
}
#tn-service-options .bg-grey {
  background-color: #e1e1e1;
  padding-top: 5px;
}
.panel-warning.panel-custom {
  border: none;
  margin-bottom: 5px;
}
.panel-warning.panel-custom .panel-heading {
  background-color: #FFC515;
  border-color: #FFC515;
  font-weight:700;
  font-size: 24px;
  color: #000;
}
.panel-warning.panel-services {
  border: none;
  background-color: transparent;
}
.panel-warning.panel-services > .panel-body {
  background-color: #fff;
}
.tn-note {
  font-weight: normal;
}

.fsize90{font-size:90%;}
.fsize70{font-size:70%;}
.fsize60{font-size:60%;}
.fsize50{font-size:50%;}

.cart-link{
  font-size: 16px;
  padding-right: 5px;
}

#tn-start-order {
  background: #000;
  color: #fff;
  border-color: #000;
  padding-top: 20px; padding-bottom: 20px;
}
#tn-start-order .btn-warning {
  color: #000;
  background-color: #FFC515;
  border-color: #FFC515;
  padding-left: 30px; padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
}
#tn-start-order .btn-primary {
  color: #FFF;
  background-color: #1ab394;
  border-color: #1ab394;
  padding-left: 30px; padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
}

#tn-cart-div .panel-body p {
  margin-bottom: 0;
}
#tn-cart-div .panel-body p > span {
  font-size: 30px;
  font-weight: 700;
}
.grand-total, .order-total{
  font-size: 30px;
  font-weight: 700;
}

.wizard > .actions a, 
.wizard > .actions a:hover, 
.wizard > .actions a:active {
  padding: 0.2em 0.75em !important;
}
.wizard > .steps > ul > li {
  min-width: 15% !important;
  width: auto !important;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  padding: 2px 8px !important;
}
.wizard > .steps {
  background: #fff;
  padding: 10px;
}
#onboarding .ibox-content {
  padding: 0 0 20px;
}
.wizard > .content {
  background: transparent !important;
  padding-top: 20px;
}
.wizard > .actions > ul {
  padding-top: 10px !important;
}
#onboarding .ibox {
  background-image: url(/assets/frontend/images/sleek-car-rt.jpg), linear-gradient(rgb(219, 166, 166), rgb(0, 0, 172));
}
#tn-lookup-result {
  background: #f1f1f1;
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
#tn-lookup-result p {
  margin-bottom: 0.5rem;
}
#tn-lookup-result .btn {
  font-size: 105%;
}
.wizard-big.wizard > .content {
  min-height: 250px !important;
}
#onboading-header {
  align-items: center !important;
}

@media (max-width: 1380px) {
  .app .ibox-times .times-container{ 
    width:100%;
  }
}

@media (max-width: 991px) {
  .lot-row .lot-row-r{border-right:none;}
} 

@media (max-width: 930px) {
  .lot-row-col .form-control.lot-nums{
    width: calc(100% - 35px);
  }
  a.add_ppf_lot_button{
    position:relative;
    right:0px;
    top:0px;
    padding: 2px 6px; 
  }
  a.minus_ppf_lot_button{
    position:relative;
    right:0px;
    top:0px;
    padding: 2px 4px;
  }
}

@media (max-width: 650px) {
  body.canvas-menu.mini-navbar nav.navbar-static-side{width:50%;}
}
@media (max-width: 500px) {
  body.canvas-menu.mini-navbar nav.navbar-static-side{width:60%;}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
  .app .baymain.todo .ibox-title, .app .baymain.completed .ibox-title {
    padding: 0 5px;
    min-height: 2em;
  }
  .baymain.working .columns.right {
    padding: 0;
  }
  .app .baymain.startjob .sidebar.columns.right {
    padding: 1em 0;
  }
  .app .baymain .bay-indicators {
      padding-left: 10%;
  }
}

.options_div .rm-level-options label{
  display: block !important;
}