/* DEBUGGGER */
#nb_os_loading_overlay{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #111;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
filter: alpha(opacity=50); /* IE 5-7 */
-moz-opacity: 0.5; /* Netscape */
-khtml-opacity: 0.5; /* Safari 1.x */
z-index: 1000;
display: none;
}

#nb_os_loading_window{
position: fixed;
top: 200px;
left: 50%;
width: 300px;
margin-left: -150px;
background-color: #FFF;
z-index: 1010;
display: none;
}

#nb_os_loading_window_LoadingBar{
margin: 20px 0px 20px 20px;
height: 8px;
width: 20px;
overflow: hidden;
background-color: #147CCC;
border: 1px solid #1664A0;
box-shadow: inset 0px 0px 1px #FFF;
-moz-box-shadow: inset 0px 0px 1px #FFF;
-webkit-box-shadow: inset 0px 0px 1px #FFF;
-ms-box-shadow: inset 0px 0px 1px #FFF;
-o-box-shadow: inset 0px 0px 1px #FFF;
}

#nb_os_DebugWindow{
position: fixed;
top: 0px;
right: 10px;
width: 400px;
height: auto;
border: 1px solid #999;
background-color: #FFF;
color: #111;
z-index: 1000;
padding: 10px;
text-align: left;
}

#nb_os_DebugWindowContent{
overflow-y: auto;
max-height: 300px;
}
/* END DEBUGGER */

body {
	position:relative;
	background-color: #F1F1F1;
	text-align: center;
	font-size: 12pt; 
	font-family: 'Open Sans', sans-serif;
	margin: auto;
}

p , div, ul, li, a, td, span, input, textarea, label {
	font-family: 'Open Sans', sans-serif;
	text-align:left;
}

a:link, a:visited { color: #4a89dc; cursor: pointer; text-decoration: none; }
a:hover { color: #2c63a5; text-decoration: none; }
a img { border: none; }

h1{
	color: #009DE9;
}

h2{
	color: #009DE9;
}

h3{
	color: #009DE9;
}

.pointer{cursor: pointer;}

li {
	margin-bottom: 10px;
}

.stretch{
	width: 100%;
}

div.frontend_page_wrap{
	margin: auto;
	width: 1200px;
}

div.frontend_header{
	margin: auto;
	width: 1200px;
	
}

div.footer{
	
}

div.content_wrapper{
	background-color: #FFF;
}

div.teaser{
	position: relative;
	width: 100%;
	height: 150px;
	background-image: url(/public/images/teaser.png);
	background-repeat: no-repeat;
	background-size: cover;
}

div.page_teaser{
	position: relative;
	width: 100%;
	background: rgb(0,183,234);
	background: -moz-linear-gradient(-45deg,  rgba(0,183,234,1) 0%, rgba(0,158,195,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	background: linear-gradient(135deg,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=1 );
	padding: 20px;
	color: #FFF;
	font-style: italic;
	font-size: 30pt;
	font-weight: 300;
}

div.before_teaser{
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 14pt;
	color: #666;
}

div.content{
	padding: 20px 10px;
}

div.hey{
	margin: 0 -15px;
	margin-top: -10px;
}

div.text_smaller *{
	font-size: 10pt;
}

div.info{
	background-color: #fcf4ae;
	border: 1px solid #e2d885;
	padding: 20px 10%;
	margin: 10px 0;
}

div.boxed-white{
	background-color: #FFF;
	padding: 15px;
	margin: 10px 0;
}

.center{
	text-align: center;
}

div.button1{
	margin: 15px 0;
	width: auto;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-color: #6a937c;
	color: #FFF;
	text-shadow: 1px 1px 1px #486654;
	text-align: center;
	font-weight: bold;
	padding: 0 15px;
	cursor: pointer;
}

div.button1:hover{
	background-color: #7eaf94;
	transition: 0.1s;
	transition-timing-function: ease-in;
}

div.button1:active{
	background-color: #486654;
	transition: 0;
}

input.login{
	color: #0075bf;
	padding: 7px;
	border: 1px solid #0075bf;
	width: 30%;
}

div.error{
	background-color: #efc6ce;
	border: 1px solid #ba2e43;
	padding: 20px 10%;
	margin: 10px 0;
}


/* BUTTONS */
.mvs_ui_btn{
	padding: 0 20px 1px;
	cursor: pointer;
	border-radius: 2px;
	font-size: 13px;
	line-height: 31px;
	display: inline-block;
	outline: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	font-family: inherit;
	-webkit-appearance: button;
	margin-right: 5px;
}



.mvs_ui_btn_submit{
	color: #FFF;
	border: 1px solid #276ecc;
	background: #4a89dc;
}

.mvs_ui_btn_submit:hover{
	box-shadow: inset 0px 0px 16px #3472ba;
}

.mvs_ui_btn_cancel{
	color: #333;
	background: #EEE;
	border: 1px solid #DDD;
}

.mvs_ui_btn_cancel:hover{
	box-shadow: inset 0px 0px 16px #DDD;
	border: 1px solid #CCC;
}
/* END BUTTONS */


/* FORMS */
label{
	z-index: 1;
	font-size: 13px;
	line-height: 17px;
	color: #555;
	font-weight: 700;
}
input.text,
select.text,
textarea.text {
	color: #333;
	box-sizing: border-box;
	resize: vertical;
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 7px;
	margin-bottom: 7px;
	font-family: 'Open Sans', sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
  
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: +#999;
  
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
  
}

/* END FORMS */


/* TABLE AND ROWS */
table.nb_os_table{ border: 1px solid #DDD; border-bottom: 2px solid #DDD; border-collapse: collapse; }
table.nb_os_table tr:hover{ background-color: #F9F9F9; }
td.nb_os_table_header{ font-size: 10pt; color: #111; text-shadow: 1px 1px 1px #999; padding: 7px 10px 7px 5px;	border-bottom: 1px solid #CCC; vertical-align: bottom; background-color: #EEE; }
td.nb_os_table_header_sub{ font-size: 8pt; font-weight: bold; color: #999; border-bottom: 2px solid #DDD; padding: 6px 7px 2px 7px; }
td.nb_os_table_row{ padding: 4px 5px 4px 5px; border-bottom: 1px solid #DDD; vertical-align: top; }

@media only screen and (max-width: 600px) {
	table{
		overflow: scroll;
	}
}

div.table{
	margin-left: auto;
	margin-right: auto;
	display: table;
	background-color: #FFF;
}

div.tr {
	display: table-row;
}

div.td {
	display: table-cell;
}

div.th{
	display: table-cell;
	font-size: 10pt;
	font-weight: bold;
	color: #777;
	border-bottom: 1px solid #CCC;
}

div.th, div.td{
	padding: 8px 5px;
}

div.tr:nth-child(2n) {
	background: #F7F7F7;
}

div.tr:hover{
	background: #eaf3f7;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
/* END TABLE */


/* MODAL */
div.calc_modal{
	position: relative;
	border-radius: 0;
	background: #FFF;
	width: 900px;
	padding: 20px;
	padding-top: 70px;
}

div.calc_modal_title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	background: #EEE;
	padding: 0 10px;
	font-weight: 600;
	color: #444;
}
/* END MODAL */

/* jquery autocomplete */
li.autocomplete_result_li{
	border-bottom: 1px solid #CCC;
}

div.autocomplete_result{
	
}

div.autocomplete_result_title{
	font-weight: 600;
}

div.autocomplete_result_sub1{
	font-size: 10pt;
	display: inline-block;
	padding-right: 15px;
}

div.autocomplete_result_sub1 span{
	
	color: #666;
}

.ui-autocomplete {
    z-index: 99999;
}
/* END jquery autocomplete */