/* general css */
body{
	color: #000;
}

html {
	position: relative;
	min-height: 100%;
}

input{
	font-size: 13px;
	line-height: 16px;
	font-family: "Helvetica Neue LT W01_47 Lt Cn";
	border: none;
	border-bottom: 2px solid #000;
	outline: none;
    padding-left: 5px;
}

input[type=submit].red{
	font-size: 15px;
	background-color: #ed0000;
	color: white;
	padding: 5px 10px;
	float: right;
	margin: 10px 0 20px 0;
	border: none;
	line-height: 18px;
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
	min-width: 150px;
}

h1{
	font-family: "Helvetica Neue LT W01_67 Md Cn";
	font-size: 28px;
	line-height: 32px;
}

h2{
	font-family: "Helvetica Neue LT W01_67 Md Cn";
	font-size: 22px;
	line-height: 26px;
	margin: 10px 0;
}

h2 .page-info{
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 20px;
	line-height: 24px;
}

h3{
	font-family: "Helvetica Neue LT W01_47 Lt Cn";
	font-size: 20px;
	line-height: 24px;
	margin-top: 0;
}

h6{
	font-family: "Helvetica Neue LT W01_67 Md Cn";
	font-size: 14px;
	line-height: 15px;
}

ol{
	list-style-position: inside;
	display: block;
	padding: 0;
}

a{
	color: #000;
}

a:hover, a:focus, a:active{
	text-decoration: none;
}

p {
	font-family: "Helvetica Neue LT W01_57 Cond";
}

p.title{
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 20px;
	line-height: 20px;
	margin: 0;
}

.checkbox {
	margin-bottom: 5px;
	margin-top: 5px;
}

.checkbox-inline, .radio-inline{
	padding-left: 0;
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 15px;
	line-height: 18px;
}

.font-white{
	color: #fff;
}

.font-black{
	color: #000;
}

.font-red{
	color: #ed0000;
}

.font-grey{
	color: #808080;
}

.font-green{
	color: #008246;
}

.font-orange{
	color: #eb8200;
}

.dark-btn{
	background-color: #000;
	color: white;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 10px;
	margin: 20px 0;
	display: inline-block;
	float: right;
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
}

.dark-btn:hover, .dark-btn:focus, .dark-btn:active{
	color: #fff;
	text-decoration: none;
}

.view-cal{
	float: initial;
}

.dark-btn i{
	margin-left: 5px;
}

/* header part*/
.mitsu-nav{
	border: none;
	background-color: white;
	margin-bottom: 0;
}

.nav-left{
	float: left;
    height: 70px;
}

p.nav-left{
	padding: 15px;
}

.navbar-header{
	float: left;
}

.navbar-right{
	margin-right: 15px;
	text-align: right;
    float: right;
    font-size: 12px;
    padding-top: 4px;
}

.nav-right{
	font-size: 12px;
	line-height: 16px;
	font-family: "Helvetica Neue LT W01_57 Cond";
	display: block;
	margin: 2px 0;
}

.nav-right input {
	border-radius: 0;
}

.nav-right a{
	color: #ed0000;
}

.nav-right input{
	width: 190px;
}

.nav-right input[type=submit]{
	border-bottom: none;
	background-color: #000;
	color: #fff;
	width: 90px;
	margin-left: -4px;
	font-size: 11px;
    line-height: 17px;
    font-family: "Helvetica Neue LT W01_57 Cond";
    border-bottom: 1px solid #000;
	height: 20px;
}

.time{
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
}

.header-nav{
	background-color: #f2f2f2;
	height: 26px;
}

.nav-options{
	float: right;
	margin-left: 20px;
	font-size: 14px;
    line-height: 17px;
    font-family: "Helvetica Neue LT W01_57 Cond";
    margin-top: 5px;
	text-transform: uppercase;
}

.nav-options:hover{
	color: #ed0000;
}

@media(max-width: 640px) {
	.deskversion {
		display: none;
	}

	.mobileversion {
		display: block;
	}

	.nav-options{
		line-height: 26px;
		width: 28px;
		height: 26px;
		border-left: 1px solid white;
		text-align: center;
		margin:0;
	}

	.mobileversion button {
		width: 28px;
		height: 26px;
		background-color: black;
		color: white;
		border: none;
		outline: none;
		margin-left: -3px;
		padding: 0;
	}

	.mobileversion .nav-right {
		float: right;
		margin: 0;
		width: calc(100% - 168px);
	}

	.mobileversion .nav-right input {
		line-height: 22px;
		width: calc(100% - 28px);
		padding: 1px 3px;
	}
	span.nav-right>a {
		display: block;
	}

	.nav-left.title {
		font-size: 12px;
		line-height: 16px;
		padding: 10px;
	}
	.navbar-right {
		padding-top: 0;
	}
	.nav-left {
		height: 55px;
	}
}

@media(min-width: 641px) {
	.deskversion {
		display: block;
	}

	.mobileversion {
		display: none;
	}
}

/*footer part*/
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer-nav{
	background-color: #333333;
	height: 26px;
}

.mitsu-footer{
	background-color: #000;
	padding: 20px 0;
}

.mitsu-footer img{
	width: 18px;
	margin-top: -5px;
}

.copy-desc{
	color: #bfbfbf;
	font-size: 12px;
	line-height: 14px;
	font-family: "Helvetica Neue LT W01_57 Cond";
}

.footer-right{
	float: right;
	margin-right: 15px;
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.footer-right a, .footer-right span{
	display: block;
	text-align: right;
	font-size: 12px;
}

.pp{
	margin-top: 5px;
}

/*dash board*/
.add-new{
	float: right;
	margin-top: 30px;
}

@media(max-width: 767px){
	.add-new {
		float: left;
		margin-top: 10px;
	}
}

.dash-events{
	overflow: hidden;
}

.dash-events hr{
	border-top: 2px solid #000;
	margin: 10px 0;
}

.swap-btn{
	float: right;
}

.swap-btn img{
	width: 10px;
	margin-right: 10px;
}

.hamm{
	min-height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
}

.slick-arrow {
	display: none !important;
}

.status{
	overflow: hidden;
	padding: 5px;
	margin: 5px 0;
}

.status.emergency{
	background-color: #fef2f2;
}

.status > div{
	float: left;
}

.cus-info {
	width: calc(100% - 85px);
}

.itop{
	text-align: center;
	display: block;
	padding: 2px 5px;
	font-size: 10px;
	line-height: 12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 75px;
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
	margin-right: 10px;
}

.ibottom{
	display: block;
    padding: 2px 2px;
    font-size: 9px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 13px;
	line-height: 15px;
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
    width: 75px;
}

.tred{
	color: #ed0000;
	border: 1px solid #ed0000;
}

.bred{
	color: #fff;
	background-color: #ed0000;
}

.tgreen{
	color: #008246;
	border: 1px solid #008246;
}

.bgreen{
	color: #fff;
	background-color: #008246;
}

.torange{
	color: #eb8200;
	border: 1px solid #eb8200;
}

.borange{
	color: #fff;
	background-color: #eb8200;
}

.tgrey{
	color: #808080;
	border: 1px solid #808080;
}

.bgrey{
	color: #fff;
	background-color: #808080;
}

.cus-info span{
	display: block;
	font-size: 13px;
	line-height: 16px;	font-family: "Helvetica Neue LT W01_47 Lt Cn";
	word-wrap: break-word;
}

.cus-info .cusname{
	font-size: 18px;
	line-height: 20px;
	font-family: "Helvetica Neue LT W01_57 Cond";
	color: #000;
}

.cusname i{
	margin-right: 2px;
	font-size: 12px;
}

.cus-info .cus-model{
	font-size: 14px;
	line-height: 17px;
	font-family: "Helvetica Neue LT W01_57 Cond";
	color: #000;
}

.flag-desc{
	margin-bottom: 12px;
	overflow: hidden;
}

.flag-desc span{
	font-size: 12px;
	float: left;
	margin-right: 15px;
	padding: 2px;
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
}

.flag-desc img{
	margin-top: -2px;
	margin-right: 5px;
}

/* add new customer */
hr.divide-line{
	border-top: 2px solid #f2f2f2;
	margin: 10px 0;
}

.form-group label{
	font-size: 15px;
	line-height: 18px;
	font-family: "Helvetica Neue LT W01_57 Cond";
	margin-bottom: 0;
	padding-top: 7px;
}

.form-group input:not([type=radio]):not([type=checkbox]), .form-group select{
	border: none;
	background-color: #f2f2f2;
	border-bottom: 2px solid #000;
	border-radius: 0;
	outline: none;
	font-family: "Helvetica Neue LT W01_47 Lt Cn";
	font-size: 14px;
	line-height: 16px;
}

.form-group select{
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

.form-group input[readonly]{
	border-bottom: 2px solid #bfbfbf;
}

input[type=checkbox], input[type=radio]{
	margin-right: 3px;
	font-size: 16px;
	margin-top: 2px;
	border: none;
	outline: none;
}

.form-group textarea{
	background-color: #f2f2f2;
	border: none;
	border-bottom: 2px solid #000;
	font-size: 11px;
	border-radius: 0;
	outline: none;
	resize: none;
}

.date .form-control{
	width: 80%;
	display: inline-block;
}

.date.input-group{
	padding: 0 15px;
}

.date .input-group-addon{
	border: none;
	background-color: transparent;
	display: inline-block;
	font-size: 34px;
    padding: 0;
    margin-left: 5px;
    color: #000;
    line-height: 25px;
}

span.fa, span.fas {
	font-size: 28px !important;
    margin-top: 3px;
    margin-left: 2px;
    line-height: 30px !important;
	font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
}

.question span{
	font-size: 14px;
	line-height: 17px;
	font-family: "Helvetica Neue LT W01_57 Cond";
	display: block;
}

.question{
	margin-bottom: 10px;
}

/* delivery title*/
.delivery-title{
	float: left;
	margin-right: 10px;
	padding: 10px 0;
}

.title-name{
	font-family: "Helvetica Neue LT W01_67 Md Cn";
	font-size: 30px;
	line-height: 36px;
}

.title-order{
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 20px;
	line-height: 24px;
}

.title-contact{
	font-family: "Helvetica Neue LT W01_47 Lt Cn";
	font-size: 20px;
	line-height: 24px;
}

.accordion-group{
	margin-bottom: 20px;
}

.accordion-heading{
	border-top: 1px solid #000;
	overflow: hidden;
}

.complete-time{
	border-top: 2px solid #f2f2f2;
	overflow: hidden;
	padding: 10px;
	margin: 0 15px;
}

.complete-time span{
	display: block;
	float: right;
	color: #000;
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 14px;
	line-height: 17px;
}

.header-part{
	display: none;
	padding: 10px 0;
	border-top: 1px solid #bfbfbf;
	margin: 0 10px;
}

.folded .header-part{
	display: block;
}

.folded{
	background-color: #f2f2f2;
}

.accordion-body{
	padding-bottom: 10px;
}

.collapse-status-green{
	margin: 0 0 10px 0;
	border-top: 4px solid #008246;
	width: 100px;
}

.collapse-status-red{
	margin: 0 0 10px 0;
	border-top: 4px solid #ed0000;
	width: 100px;
}

.accordion-toggle{
	font-size: 30px;
	color: black;
	line-height: 36px;
	font-family: "Helvetica Neue LT W01_67 Md Cn";;
	display: block;
	padding: 10px;
}

.accordion-inner {
	padding: 0 10px;
}

.accordion-toggle:hover, .accordion-toggle:focus{
	color: black;
	text-decoration: none;
}

.accordion-toggle .collapse-switch{
	float: right;
	font-size: 16px;
	line-height: 16px;
	color: #bfbfbf;
}

.cus-title {
	margin-bottom: 5px;
}

.cus-title span{
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 14px;
	line-height: 17px;
	color: #000;
	display: block;
}

.cus-title .cusname{
	font-size: 22px;
	line-height: 26px;
}

.cus-title .cusedit, .cusedit{
	color: #ed0000;
	font-family:"Helvetica Neue LT W01_47 Lt Cn";
	font-size: 13px;
	line-height: 16px;
}

label.pred{
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 15px;
	line-height: 18px;
	color: #000;
	margin: 0;
}

.oct7{
	opacity: 0.5;
}

.checklist .checkbox label{
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 15px;
	line-height: 18px;
}

.checkbox ul{
	padding-left: 25px;
	margin-bottom: 0;
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 12px;
	line-height: 15px;
}

@media( max-width: 767px) {
	.title-name {
		font-size: 26px;
		line-height: 28px;
	}
}

/* schedule part*/
.schedule-title-link{
	margin-right: 10px;
	display: inline-block;
	line-height: 20px;
}

.schedule-title-month{
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}

.page-line{
	border-top: 2px solid #000;
	margin: 0 0 10px 0;
}

.calendar-row{
	margin-left: -3px;
	margin-right: -3px;
	overflow: hidden;
}

.calendar{
	width: 14.28%;
	padding: 3px;
	float: left;
}

.calendar-date{
	font-size: 18px;
	font-family: "Helvetica Neue LT W01_67 Md Cn";
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
}

.calendar-detail{
	min-height: 60px;
	border-bottom: 2px solid #000;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}

.calendar-twolines{
	min-height: 94px;
}

.calendar-threelines{
	min-height: 140px;
}

.calendar-unit{
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 12px;
	font-family: "Helvetica Neue LT W01_57 Cond";
}

.calendar-unit .calendar-time {
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
}

.calendar-unit .calendar-car {
	font-size: 10px;
}

.show-more-btn {
	font-family: "Helvetica Neue LT W01_57 Cond";
	font-size: 9px;
	line-height: 9px;
	color: white;
	background-color: #333333;
	width: 100%;
	display: block;
	text-align: left;
	border: none;
	padding: 5px;
}

.show-more-btn .fa {
	float: right;
}

.calendar-status {
	font-size: 12px;
	line-height: 14px;
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
}

@media screen and (max-width: 767px){
	.calendar{
		width: 100%;
	}
	.calendar-no{
		display: none;
	}
}

/* Archives */
.function-desc{
	color: #ed0000;
	display: block;
	font-family: "Helvetica Neue LT W01_57 Cond";
}

.over-right-title {
	text-align: right;
}

@media (max-width: 767px) {
	.over-right-title {
		text-align: left;
	}
}

.table-view{
	overflow-x: scroll;
}

.mitsu.table{
	min-width: 738px;
	font-family: "Helvetica Neue LT W01_57 Cond";
	-webkit-border-vertical-spacing: 10px;
	-webkit-border-horizontal-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
}

.table>thead>tr>th{
	font-size: 11px;
	line-height: 11px;
	color: white;
	background-color: #000;
	border-bottom: 2px solid #ed0000;
}

.table>tbody>tr>td{
	font-size: 13px;
	line-height: 17px;
	border: none;
}

.table .tname{
	text-decoration: underline;
}

.table-desc{
	font-family: "Helvetica Neue LT W01_47 Lt Cn";
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}

/*overview*/
.table-4{
	width: 25%;
	font-family: "Helvetica Neue LT W01_67 Md Cn";
}

.table-1{
	width: 6.25%;
	font-family: "Helvetica Neue LT W01_57 Cond";
}

tr{
	border-top: 1px solid #ddd;
}

tr.table-gap-one{
	height: 10px;
	border: none;
}

tr.table-gap-two{
	height: 20px;
	border: none;
}

tr.table-first-level{
	border: 1px solid #000;
	border-bottom: 2px solid #ed0000;
}

.table-first-level .table-4 {
	color: #ed0000;
}

.table-first-level td {
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
}

.table-first-level .col-back {
	color: #ed0000;
}

tr.table-second-level{
	background-color: #bfbfbf;
}

td.col-back{
	font-family: "Helvetica Neue LT W01_77 Bd Cn";
	padding: 0 15px !important;
}

.signature-pad{
	background-color: #f2f2f2;
	border: 2px solid #000;
	width: 100%;
    height: 136px;
}

.sig-desc{
	font-size: 12px;
	line-height: 15px;
	color: #808080;
	font-family:"Helvetica Neue LT W01_57 CnObl";
	float: left;
}

.sig-clear {
	float: right;
}

.sig-div{
	padding-top: 40px;
}

.sig-wrapper{
	overflow: hidden;
}

.sig-btn{
	font-size: 15px;
	line-height: 18px;
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
	color: #fff;
	background-color: #000;
	width: 300px;
    height: 50px;
    display: block;
    border: none;
    margin-top: 10px;
    float: right;
}

/************************EXTRA***************************/
.spacer { min-height: 49px; }

.calendar-push-1{
	margin-left: 14.28%;
}

.calendar-push-2{
	margin-left: 28.59%;
}

.calendar-push-3{
	margin-left: 42.84%;
}

.calendar-push-4{
	margin-left: 57.42%;
}

.calendar-push-5{
	margin-left: 71.40%;
}

.calendar-push-6{
	margin-left: 85.68%;
}

.sig-desc {
    font-size: 12px;
    line-height: 15px;
    color: #808080;
    font-family: "Helvetica Neue LT W01_57 CnObl";
    float: left;
    display: block;
    width: 100%;
}

.sig-btn-right {
	display: block;
	margin-right: 5px;
	float:right;
	width: auto;
    font-size: 15px;
    margin-top: 7px;
}

.clear-sig {
	margin-right: 15px;
}

.accordion-group{
	overflow: hidden;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

@keyframes blink-animation {
  from {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.status.emergency .fa-flag {
  	animation: blink-animation 1s steps(5, start) infinite;
  	-webkit-animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}



.col-back .highlight {
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    height: 35px;
    line-height: 35px;
}


tr.bg-dark-grey { background-color: darkgray; }
tr.bg-dark-grey td { font-family: "Helvetica Neue LT W01_77 Bd Cn"; }
.table-gap-one .col-back .highlight { height: 20px;}

.form-group label { font-size: 14px; }

small {	font-size: 70%; }

input[type=submit].black { background-color: black; }
input[type=submit].red.black { margin-right:  15px; }

.signature-pad img {
	width: 100%;
    height: 134px;
}

img.midelivery {
	display: block;
	position: absolute;
	width: 280px;
    left: 75px;
    top: 7px;
}

.fixed-top {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 10000;
}

#customer-info.fixed-top {
	top: 96px;
	background-color: white;
}

#bos-main.push-top
{
	margin-top: 176px;
}

.row.section-group { margin-left: 0; margin-right: 0; }
table.mitsu-header-only thead.fixed-top {
	display: table;
	width: 98%;
	top: 0;
}

table.mitsu tbody.push-top tr.table-gap-one:first-child
{
	height: 62px;
}

.cal-sales {
	display: block;
	position: relative;
	margin-top: -15px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.cal-sales small { font-size: 80%; }

@media (max-width: 767px) and (min-width: 640px) {
	img.midelivery {
	    width: 210px;
		float: left;
		display: block;
		position: absolute;
		left: 100px;
		top: 13px;

	}
}

@media (max-width: 640px) {
	img.midelivery {
	    width: 150px;
		float: left;
		display: block;
		position: absolute;
		left: 80px;
		top: 15px;
	}

	#customer-info.fixed-top {
		top: 82px;
	}

	#bos-main.push-top
	{
		margin-top: 154px;
	}
}

.indented-question { margin-left: 25px; }
.bg-darkgrey { background-color: darkgray; }
.edit-service-datetime { color: red; font-size: 10px; }
.col-back.unconfirmed .highlight { background-color: rgba(235, 130, 0, 0.10); }
.col-back.fully-confirmed .highlight{ background-color: rgba(0, 130, 70, 0.10); }
.green-txt { color: green; }
.orange-txt {color: orange; }
.btn.red, .btn.red:hover {
	color: white;
    background-color: red;
    border-color: white;
}

a.done-sig { display: none !important; }

.nav-right.deskversion.fr input[type=submit]{
	width: 115px;
}

.phev-question { display: none; }
.phev-vehicle .phev-question { display: block !important; }
.label-red { color: red; font-size: 14pt; }
#vin-scanner {
	display: block;
	background: black;
	text-align: center;
	padding: 7px 0;
	color: white;
	font-weight: bold;
}

#vin-scanner-wrapper {
	margin-top: 40px;
}

.red-asterisk { display: inline !important; color: red; }
