/* CSS Document */

#bus-detail{}
	#bus-detail th{
		font-weight:normal;
		padding-right:0.2em;
		padding-left:1em;
		}
		#bus-detail th:first-child{
			padding-left:0;
			}

.rawString {
	font-size: 20px;
	}
.form-horizontal.modify .rawString{
	font-weight: bold;
	margin:-5px 0 0 0 !important;
	}
.form-horizontal.confirm table{
	margin:-5px 0 !important;
	}
.form-horizontal.confirm .rawString {
	margin:-5px 0 0 0 !important;
	}

/* form */
main .picker li {
margin-left: 0;
padding: .75em 1.25em;
}
main .picker li + li {
    margin-top: 0em;
}

label{
	position:relative;
	display:inline-block;
	margin-right: 1em;
	}
	input[type=radio],
	input[type=checkbox] {
		display: none;
		margin: 0;
		}
	input[type=radio]+label,
	input[type=checkbox]+label{
		padding: 0 0 0 24px;
		}
	input[type=radio]+label:before,
	input[type=checkbox]+label:before{
		content: "";
		position: absolute;
		top: 50%;
		left: 1em;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
		}
	input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
		}
	input[type=checkbox] + label::before {
		border: 2px solid #ccc;
		}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		}
	input[type=radio]:checked + label::after {
		left: calc(1em + 5px);
		
		width: 8px;
		height: 8px;
		margin-top: -4px;
		
		background: #E71063;
		border-radius: 8px;
		}
	input[type=checkbox]:checked + label::after {
		left: 3px;
		
		width: 16px;
		height: 8px;
		margin-top: -8px;
		
		border-left: 3px solid #E71063;
		border-bottom: 3px solid #E71063;
		
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
	input[type=radio]:focus,
	input[type=text]:focus,
	input[type=checkbox]:focus{
		transition: all 300ms 0s ease;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(255,204,204,1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(255,204,204,1);
		box-shadow: 0px 0px 10px 0px rgba(255,204,204,1);	
		}







@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
#bus-detail{
	display:block;
	}
	#bus-detail tbody,
	#bus-detail tr,
	#bus-detail th,
	#bus-detail td{
		display:block;
		width:100%;
		padding:0;
		}
	#bus-detail th,
	#bus-detail th+td{
		padding:5px 0;
		}
	#bus-detail th{
		position:absolute;
		width:9em;
		}
	#bus-detail td{
		padding-left:9em !important;
		}
}

@media screen and (max-width: 767px) {
.form-horizontal.modify .rawString{
	margin:0 !important;
	}
.form-horizontal.confirm table{
	margin:0 !important;
	}
.form-horizontal.confirm .rawString {
	margin:0 !important;
	}

}

@media screen and (max-width: 320px) {
}



