.loading{
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	color: #333;
	font-size: 2em;
	background: #FF0;
	text-align: center;
	border-top: 1px solid #555;
	opacity: 0;
}
.loading.on{
	opacity: 1;
}
 /*--- override kanso ---*/
.button{
	margin-bottom: 3px;
}
.button.col2{
	min-width: 145px;
}

 /*--- for common dial ---*/
.dialpopup{
	display: none;
	margin-top: 0px;
	padding: 15px 5px 5px;
	position: absolute;
	border: 3px solid #5B6266;
	background: #999;
	top: 0px;
}

.dialpopup .how{
	display: block;
	color: #5B6266;
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
}

.dialdraggroup{
	display: block;
	width: 252px;
	height: 105px;
	border: 1px solid #777;
	overflow: hidden;
	background: #A2C65C;
	/*background-image: linear-gradient(to bottom, #758 0%, #FFFFFF 35%, #758 100%);*/
	background-image: linear-gradient(to bottom, #9CC352   0%, #FFFFFF 40%, #9CC352  100%);
}
.dialdragdiv {
	display: inline-block;
	height: 105px;
	width: 3px;
	background: #467;
	background-image: linear-gradient(to bottom, #5B6266 0%, #EEE 40%, #5B6266 100%);
	border-left: 1px solid #A5AAAD;
}
.dialdrag {
	display: inline-block;
	position: relative;
	color: #777;
	border-left: 1px solid #A5AAAD;
	top: -35px;
	vertical-align: top;
	cursor: move;
}
.dialdrag.active {
	color: #FFF;
	background: rgba(50, 50, 250, 0.35);
}
.dialdrag > span{
	display: block;
	font-size: 1.2em;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	user-select: none;
}
.dialdrag.fat > span{
	width: 80px;
	font-size: 1.215m;
}
.dialdrag > span.fat{
	width: 80px;
	font-size: 1.215m;
}
.dialdrag > span.now{
	color: #333;
	font-size: 2em;
	/*background: rgba(120,190,10,0.5); */
	background-image: linear-gradient(to bottom, #C1EFFF 15%, #91C9DD 100%);
}

.jqdatedial.change>.dialpopup, .jqtimedial.change>.dialpopup{
	display: block;
}

.jqdatedial button, .jqtimedial button{ 
    border: 1px solid;
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.2em;
	padding: 5px 10px;
}
.jqdatedial button.done, .jqtimedial button.done{
	background-color: #8CC152;
    border-color: #62952B;
	float: right;
}
.jqdatedial button.cancel, .jqtimedial button.cancel{
	background-color: #656D78;
    border-color: #434A54;
	float: left;
}
.jqdatedial input[type='text'], .jqtimedial input[type='text']{
	color: #007CE8;
	font-size: 1.1em;
	font-weight: bold;
	width: 120px;
	text-align: center;
 }
 /*--- for jqtimedial ---*/
.jqtimedial .dialon{
    background: #79BEE8;
 }

 .jqtimedial .dialdraggroup{
	width: 168px;
	background-image: linear-gradient(to bottom, #9CC352   0%, #FFFFFF 40%, #9CC352  100%);
 }
 
 
 /*------------------*/
 
.showui{
    background: #A9D37F;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.8em;
    margin-left: 5px;
    padding: 5px 10px;
    vertical-align: top;
	cursor: pointer;
 }
.jqtimewheel{
    display: inline-block;
}
.jqtimewheel input[type='text']{
	color: #8CB842;
	font-size: 1.1em;
	font-weight: bold;
	width: 120px;
	text-align: center;
 }
.jqcalendar{
    display: inline-block;
}
.jqcalendar input[type='text']{
	color: #007CE8;
	font-size: 1.1em;
	font-weight: bold;
	width: 120px;
	text-align: center;
 }

.ui-modal {
    -moz-box-sizing: border-box;
	position: fixed;
	top: 3%;
	left: 50%;
	width: 270px;
	max-width: 630px;
	min-width: 200px;
	height: auto;
	z-index: 100;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-0%);
	-moz-transform: translateX(-50%) translateY(-0%);
	-ms-transform: translateX(-50%) translateY(-0%);
	transform: translateX(-50%) translateY(-0%);
}

.ui-show {
	visibility: visible;
}

.ui-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 50;
	opacity: 0;
	background: #FFF; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.ui-show ~ .ui-overlay {
	opacity: 0.8;
	visibility: visible;
}

.ui-content {
	color: #333;
	position: relative;
	margin: 0 auto;
}

.ui-content > .bt{
    display: block;
    float: left;
	color: #FFF;
	height: 30px;
    line-height: 30px;
    position: absolute;
    width: 30px;
	text-align: center;
	cursor: pointer;
}
.ui-content > .bt.close{
    float: right;
    background: #333;
	top: 3px;
	right: 3px;
	border-radius: 50%;
	z-index: 200;
	/*border: 2px solid #D00;*/
}
.ui-content > .bt.close:hover{
    background: #F50;
}
.ui-content > .bt.done{
    background: #A9D37F;
}

.ui-content > div {
	padding: 2%;
	margin: 0;
	font-weight: 300;
	font-size: 1em;
	text-align: center;
}

.ui-content.wheel {
	height: 270px;
	border-radius: 50% 17px 50% 50%;
	border: 1px solid #CCC;
	background: #D9EBC3;
}
.ui-content > .watch {
	top: 110px;
	left: 2px;
	position: relative;
	padding: 1%;
	margin: 0;
	font-size: 2.2em;
	text-align: center;
	/*border-bottom: 2px solid #5B6266;
	background: #BBB;*/
}

.unit {
	display: inline-block;
	color: #555;
	padding: 2px 2px;
	margin: 2px;
	font-weight: bold;
	text-align: center;
	/*background: #888;
	border: 1px solid #777;
	border-radius: 3px;*/
	cursor: pointer;
}
.bt {
	background: #A9D37F;
	border-radius: 3px;
	cursor: pointer;
	min-width: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bt:hover {
	background: #6FAB4B;
}

.wheel-group {
	width: 30px;
    height: 30px;
}
.wheel-item {
    background: #CCC;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 30px;
	cursor: pointer;
	color: #333;
	border: 1px solid #AAA;
}
.wheel-item:hover{
    background: #FFF;
}
.wheel-item.now{
	font-weight: bold;
    background: #FF7;
}
.wheel-item.bt {
	background: #79BEE8;
	border: 1px solid #69AEC8;
	border-radius: 3px;
}

.ui-content.grid {
	width: 270px;
    height: 320px;
	font-weight: 300;
	font-size: 1em;
	text-align: center;
	background: #D9EBC3;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.ui-content.grid > .date {
	top: 0px;
	left: 0px;
	position: relative;
	padding: 1%;
	margin: 0;
	font-size: 1.5em;
	/*text-align: center;
	border-bottom: 2px solid #5B6266;
	background: #BBB;*/
}
.grid-group {
	width: auto;
    height: auto;
}
.grid-item {
    background: #CCC;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    width: 40px;
	cursor: pointer;
	color: #333;
	border: 1px solid #D9EBC3;
}
.grid-item.day {
    width: 34px;
    height: 30px;
    line-height: 30px;
	float: left;
}
.grid-item.hday {
	color: #6FAB4B;
    background: transparent;
    width: 34px;
    height: 30px;
    line-height: 30px;
	float: left;
}
.grid-item:hover{
    background: #FFF;
}
.grid-item.now{
    background: #FF7;
}

.ui-container input[type='text']{
	font-size: 1.15em;
    background: #E5EFEF;
    border: 1px solid #CCC;
    color: #555555;
    display: inline-block;
    font-weight: bold;
	max-width: 98%;
}

.ui-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.ui-show .ui-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.ui-label {
    color: #888;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    width: 100px;
	clear: left;
}

.ui-label.w150{width: 150px;}
.ui-label.w200{width: 200px;}
.ui-label.w250{width: 250px;}


input[type='text'].ui-input-req{
    border: 1px solid #FF9900;
}
span.ui-input-req {
    background: #FA0;
    color: #FFF;
    font-size: 0.8em;
    display: inline-block;
	padding: 3px; 
	border-radius: 3px;
}
.ui-input-req.w150{width: 150px;}
.ui-input-req.w200{width: 200px;}
.ui-input-req.w250{width: 250px;}

/*-------------- car book --------------*/
.bookday{
    background: #3BAFDA;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    text-align: center;
    width: 40px;
}
.bookitem{
	display: block;
	position: relative;
	border-bottom: 1px dashed  #999;
	padding: 3px;
	margin-left: 10px;
	left: 0px;
}
.bookitem .mobile_show{
	display: inline-block;
}
.bookitem .mobile_hide{
	display: none;
}
.bookitem:hover{
	left: -5px;
    background: #EEE;
}
.bookitem .date{
	display: block;
    font-size: 0.7em;
    margin-left: 30px;
}
.bookitem .desc{
	display: block;
    font-size: 0.9em;
    margin-left: 30px;
}
.bookitem .desc_pass{
	display: block;
    font-size: 0.9em;
}
.bookitem span{
	height: 1em;
	line-height: 1em;
}
.bookitem .detail{
	margin-left: 25px;
}
.bookitem .dateS{
	color: #3BAFDA;
}
.bookitem .dateE{
	color: #967ADC;
}
.bookitem .dep{
	color: #333;
	font-weight: bold;
}
.bookitem .car{
	color: #2494BE;
	font-weight: bold;
}
.bookitem .goto{
	color: #555;
	font-weight: bold;
}
.bookitem .bullet{	    
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 20px;
	border-radius: 3px;
}
.bookitem.pass {	border-left: 2px solid #8CC152;}
.bookitem.block {	border-left: 2px solid #DA4453;}
.bookitem.wait {	border-left: 2px solid #DDD;}
.bookitem.pass > .bullet{	background: #8CC152;}
.bookitem.block > .bullet{	background: #DA4453;}
.bookitem.wait > .bullet{	background: #DDD;}
.bookitem > .status{	
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 0.8em;
    padding: 3px 15px;
    background: #DDDDDD;
    position: absolute;
    top: -9px;
}
.bookitem > .status.lock{	
	position: relative; 
	top: 0;
	margin: 3px;
}
.bookitem > .status.hide{	
    opacity: 0;
}
.bookitem:hover .status{
	opacity: 1;
}
.bookitem.pass > .status{	background: #8CC152;}
.bookitem.block > .status{	background: #DA4453;}
.bookitem.delete > .status{	font-size: 1.5em; text-align: center;  background: #FA5453;}
.bookitem.wait > .status{	color: #555; background: #F6BB42;}
.bookitem .manage{
    bottom: 10px;
    float: right;
    opacity: 0;
    position: absolute;
    right: 10px;
}
.bookitem:hover .manage{
	opacity: 1;
}

#all_car_type{
	margin: 0px;
}
.cartypeitem{    
    background: #ccc;
    border: 1px solid #777;
    border-bottom: 0px solid transparent;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 2px 12px;
	border-radius: 7px 7px 0 0;
}
.cartypeitem.select{        
	color: #FFF;
	background: #999;
    position: relative;
    top: 1px;
    z-index: 5;
}

.carditem .box{    
	position: relative;
}
.caritem .box{        
	background: none repeat scroll 0 0 #dee9eb;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    height: 45px;
    margin: 5px 3px;
    padding: 5px;
    position: relative;
    text-align: center;
    top: 0;
    transition: top 0.15s ease-in-out 0s;
    vertical-align: top;
    width: 100px;
}
.caritem.driver .box{
    height: 20px;
    width: 160px;
}
.caritem .box:hover{
	top: -7px;
	background: #CED9DB;
}
.caritem .box.select{    
	color: #FFF;
	background: #8CC152;
	border: 1px solid #999;
}
.caritem span{
	display: block;
	height: 1.2em;
}
.caritem .inuse{
	color: #FFF;
	background: #BEC9CB;
	cursor: default;
}
.caritem .box.inuse:hover{
	top: 0px;
	background: #F7C65F;
}

h3.section {
    background: #9bc969;
    border-radius: 3px;
    color: #fff;
	padding: 3px 5px;
}

h3.section select {
    color: #fff;
    background: #55BADF;
	border: 1px solid #2494be;
	font-weight: normal;
}
.ui_select {    
	background: #DEE9EB;
    border: 1px solid #BBB;
    color: #555;
    font-size: 1.1em;
    overflow: hidden;
    width: 100%;
}

.calendar{
    display: block;
	position: relative;
	width:300px;
	float: left;
}
.dayitem{
    display: block;
	width:100%;
}
.dayitem .box{
	background: none repeat scroll 0 0 #dee9eb;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #777;
    cursor: pointer;
    display: inline-block;
	float: left;
    font-size: 0.8em;
    height: 32px;
    margin: 1px;
    padding: 3px;
    position: relative;
    text-align: center;
    top: 0;
    transition: top 0.15s ease-in-out 0s;
    vertical-align: top;
    width: 32px;
}
.dayitem .box.inuse{
	background: #bec9cb;
}
.dayitem .box span.day{
	display: block;
    font-weight: normal;
    color: #888;
	height: 17px;
	line-height: 17px;
	background: #CED9DB;
    border-radius: 3px;
}
.dayitem .box.inuse span.day{
	color: #FFF;
	background: #967adc;
}
.dayitem .box span.action{
	display: block;
    font-weight: blod;
	color: #333;
	background: transparent;
}
.dayitem .box:hover span.day{
    font-weight: bold;
	color: #FFF;
	background: #555;
}
.dayitem .box.blank{
	background: none repeat scroll 0 0 #e5f0f0;
    border: 1px solid #eef9fb;
    cursor: default;
}
.dayaction{
    display: block;
	float: left;
	width:100%;
    vertical-align: top;
}
.dayaction li{
	padding: 5px 15px
}