/*css for SuchFahrschule.ch*/

/*basic start*/
body {
	font-family: Verdana;
	font-size: 12px;
	font-color: #000000;
	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-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

/*basic end*/

/*links start*/
th a {
	text-decoration: none;
	color: #FFFFFF;
}

th a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

div {
	text-decoration: none;
	color: #000000;
}

/*links end*/

/*table start*/
table.border {
	border: 2;
}

table.ui-datepicker-calendar {
	border-color: #FFFFFF;
}

td.adresse {
	height: 52px;
	width: 150px;
}

th {
	background-color: #1762a7;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !important;
	border-width: 0px;
	border-style: solid;
	border-color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	height: 17px;
	white-space: nowrap;
	valign:middle;
}

th.right {
	background-color: #1762a7;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !important;
	border-width: 0px;
	border-style: solid;
	border-color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
	height: 17px;
	white-space: nowrap;
}

label {
	font-weight: bold;
}

hr {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

.totalRow > td {
	font-weight: bold;
}

/*table 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%;
}

th {
	background: -webkit-linear-gradient(bottom, #1762a7 0%, #A2C0DB 100%);
}

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

/*login mask */
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.account-wall {
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
/*END**/
.jumbotron {
	padding: 2px !important;
	margin: 2px !important;
	background-color: #E0ECF8 !important;
}

.img-responsive {
	margin: 0 auto;
}

.table>tbody>tr>td {
	vertical-align: middle !important;
}

.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;
}


/*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%;
}

.twoButtons {
	width: 102px;
}

.container {
	width: auto;
	margin-bottom: 0 !important;
	height: 90%;
}

#accordion {
	width: 100%;
}

#hilfe {
	position: fixed;
	right: 10;
	top: 62;
	max-width: 450px;
	display:none;
	
}

#hilfeCape {
	
	color: #FFFFFF;
	position: fixed;
	right: 0;
	top: 62;
	width: 16px;
	font-size: 20px;
	
}

.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;
}

-
-sortable
body.dragging,body.dragging * {
	cursor: move !important;
	position: fixed !important;
}

.moveCursor {
	cursor: move !important;
}

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

.pointer {
	cursor: pointer !important;
}

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

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

