/*css for SuchFahrschule.ch*/

/*basic start*/
body {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background: url(graphics/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html {
	margin-left: 0px;
	margin-right: 0px;
}

/*basic end*/


/*form start*/
input.disabled {
	font-family: Verdana;
	font-size: 12px;
	background-color: grey;
	border-color: transparent;
}

input.normal {
	font-family: Verdana;
	font-size: 12px;
}

/*text-decorations start*/
.linethrough {
	text-decoration: line-through;
}

.bold {
	font-weight: bold;
}

.selected {
	color: #1762a7;
}

.canvas-bg {
	background: -webkit-canvas(animation) no-repeat 50% 50%;
}

input[type=submit] {
	background: -webkit-linear-gradient(bottom, #1762a7 0%, #A2C0DB 100%);
	color: white;
}


.jumbotron {
	padding: 2px !important;
	margin: 2px !important;
	background-color: #E0ECF8 !important;
}

.img-responsive {
	margin: 0 auto;
}

.ui-datepicker-month {
	z-index: 9151 !important;
}

.rating-wrapper {
	overflow: hidden;
	display: inline-block;
}

.rating-input {
	top: -50px;
	display: none;
}

.rating-star:hover,.rating-star:hover  ~ .rating-star {
	background-position: 0 0;
}

.rating-wrapper:hover .rating-star:hover,.rating-wrapper:hover .rating-star:hover 
	~ .rating-star,.rating-input:checked  ~ .rating-star {
	background-position: 0 0;
}

.rating-star,.rating-wrapper:hover .rating-star {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: url('graphics/stars.png') 0 -16px;
}

#copytext {
	color: #FFFFFF;
	position: fixed;
	left: 0;
	bottom: 0;
	transform: rotate(270deg);
	float: right;
	width: 12px;
	font-size: 11px;
	white-space: nowrap;
}


#copytext a, a:hover {
	color: #FFFFFF;
}

/*Hilfe*/
#wrap {
	min-height: 100%;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

#footer {
	height: 60px;
}

.actionButtons {
	text-align: right;
	padding: 2px;
	width: 100%;
}

.container {
	width: 100% !important;
	margin-bottom: 0 !important;
	max-width: 2140px !important;
}

#accordion {
	width: 100%;
}

.panel-default>.panel-heading {
	background: #00B4FF;
}

.panel-heading {
	padding: 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-title a {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	display: block;
	padding: 0px 0px;
	font-size: 14px;
	font-family: Verdana;
	outline: none;
}

.panel-title a:hover,.panel-title a:focus,.panel-title a:active {
	text-decoration: none;
	outline: none;
}

.moveCursor {
	cursor: move !important;
}

.curPointer {
	cursor: pointer;
}

.hilfe {
	display: none;
}

.dragged {
	position: relative !important;
	opacity: 0.0;
	z-index: 2000;
}

.shadow {
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.19) !important;
}

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

ul.sortable li.placeholder {
	position: relative;
	/** More li styles **/
}

ul.sortable li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

.toggle-handle {
	border: 1px solid #a1a1a1 !important;
	border-radius: .25rem !important;
}

.toggle-off.btn {
	border: 1px solid #a1a1a1 !important;
	border-radius: .25rem !important;
}

.toggle-on.btn {
	border: 1px solid #007bff !important;
	border-radius: .25rem !important;
}

.starColor {
	color:#f2b01e;
}

.oneButton {
	width: 48px;
}

.twoButtons {
	width: 94px;
}

.threeButtons {
	width: 141px;
}

.dateTime {
	width: 130px;
}

.table td {
	white-space: nowrap;
}

.lableAus {
	min-width: 60px;	
}

