html, body {
	color: #000000;
	font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

html, body {
	/*background: rgba(255,255,255,1);*/
}

body {
	margin: 0px;
}

html:after, body:after {
	clear: both;
	content: " ";
}

* {
	box-sizing: border-box;
}

.max_width {
	max-width: 1150px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	
	position: relative;
}

.message_success {
	color: #0c4594;
}
.widescreen .max_width {
	width: 98%;
	max-width: none;
	
}

.header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 100px;
	display: block;
}

.center {
	margin-left: auto;
	margin-right: auto;	
}



.nav_logo {
	width: 100%;	
	margin-left: 5px;
}

#footer {
   bottom: 0;
}

#footer_img {
	margin-left: -4px;
	width: 100%;
	min-height: 60px;
	min-width: 1047px;
}

header img {
	width: 100%;
}

.content {
	/*overflow: hidden;*/
	padding-top: 15px;
	min-height: 200px;
	padding-bottom: 50px;
}

fieldset {
	clear: both;
	margin-bottom: 10px;
	border: 0px;
	padding: 0px;
}

label {
	clear: both;
	/*display: inline-block;*/
	font-weight: 400;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 15px;
	
}
.settings_mode .box_100 {
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	float: none;
}

.text_note {
	font-size: 12px;	
}

a {
	text-decoration: underline;	
	color: #0c4594;
}

a,a:visited {
	color: #000000;	
}

a:hover {
	color: #055ed2;
}

.submit_button_container {
	text-decoration: none;	
}

textarea {
	min-height: 200px;
}

.warning {
	/*color: #f30000;
	font-weight: bold;	*/
}

.title_container {
	/*position: relative;*/
	/*border-bottom: 1px solid #000000;*/
	height: 50px;	
}

.title_container_left {
	display: inline-block;
	float: left;
}

.title_container_right {
	display: inline-block;
	/*float: right;*/
	margin-top: 22px;
	position: absolute;
	right: 25px;
}

.query_link {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
}

.new_query_counter {
	font-size: 80%;
	padding: 0.25em;
	font-weight: 800;
	color: #ffffff;
	background: rgb(255,5,46);
	float: right;
	position: relative;
	z-index: 100;
	border-radius: 50%;
	margin-top: -3em;
	right: -0.5em;
	min-width: 1.6em;
	text-align: center;
	background: -moz-linear-gradient(-45deg, rgba(255,5,46,1) 0%, rgba(196,0,42,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,5,46,1)), color-stop(100%,rgba(196,0,42,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	background: linear-gradient(135deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff052e', endColorstr='#c4002a',GradientType=1 );
}


.logged_in_as {
	font-size: 75%;
	margin-right: 10px;
}

.div_col3_container {
	min-width: 320px;
	min-height: 30px;	
}

.div_col3 {
	float: left;
	width: 33%;
	height: 30px;
}


bold, b {
	font-weight: 500;
}

.all {
	min-height: 90vh;
	padding-top: 100px;
}

.msg_warning {
	color: rgba(230,0,0,1);
	font-weight: 400;
}
hr {
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border: none;
}

.grey_text {
	color: rgba(0,0,0,0.3);
}

.button_print_form_violet {
	display: none;
}

.field_confirmed_disable{
	pointer-events: none;
	opacity: 0.5;
}
#questiondivleft {
	width:50%;
	float:left;
}

.force_show {
	display: block !important;
}

.buildinfo {
	color: rgba(150,150,150,1);
	font-style: italic;
}   