﻿html {
	font-size: 14px !important;
}

body {
	border: 0px;
	margin: 3rem!important;
	scrollbar-face-color: #EEEEEE;
    scrollbar-shadow-color: #243f61;
    scrollbar-highlight-color: #EEEEEE;
    scrollbar-3dlight-color: #243f61;
    scrollbar-darkshadow-color: #EEEEEE;
    scrollbar-track-color: #EEE;
    scrollbar-arrow-color: #24455A;
}

h1 {
	font-size: 2.5rem!important;
	margin-top: 0px!important;
	margin-bottom: 30px!important;
}

h3 {
	font-size: 1.2rem!important;
	font-weight: bold!important;
	background-color: #f5f5f5;
	padding: 0.8rem 10px;
	border-bottom: 1px solid #ddd;
}


table {
	font-size: 1rem!important;
}

.form-control {font-size: 1.1rem !important;}

.signature {
	text-align:right;
}

input:required:valid, textarea:required:valid {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwMpgImBRMAy58QshrNPTzP8+vOLIUInisFQyYjhz98/DB9/fmT48/+35v7H+8KNhE2+WclZd+G0gZmJmYGThUNz1fUVMZtvbWT59eUXG9wGZIWMUPj993eJ5VeWxuy8veM/CzPL3yfvH/9H0QBSBDYZyOVm4mGYfn6q4cory5lYmFh+MrEwM/76/YsR7mk2ZjbWP///WP37/y8cqIDhx58fjvtu7XV6//ndT34G/v8FasUsDjKO/+A2PP3wpGLd+TVsfOz8XH6KAT+nHpokcu7h6d9q/BoMxToVbBYqlt9///+1GO4/WVdpXqY/zMqXn13/+vTjI9mj94/y//v9/3e9ZRObvYbDT0Y2xnm///x+wsfHB3GSGLf41jb3rv0O8nbcR66d+HPvxf2/+YZFTHaqjl8YWBnm/vv37yly5LL8+vuLgYuVa3uf/4T/Kd8SnSTZpb6FGUXwcvJxbAPKP2VkZESNOBDx8+9PBm4OwR1TwmYwcfzjsBUQFLjOxs52A2YyKysrXANAgAEA7buhysQuIREAAAAASUVORK5CYII=");
    background-position: right top;
    background-repeat: no-repeat;
}

input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC");
    background-position: right top;
    background-repeat: no-repeat;
	border-color: red;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.form_table{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	overflow: hidden;
	border-radius: 6px;
}

.form_table a{
	color: #0000CC;
}

.outside a{
	color: #0000CC;
}

.form_table a:visited{
	color: #999999;
}

.outside a:visited{
	color: #999999;
}

.form_shadow_top{
	display: none;
}

.form_shadow_bottom{
	display: none;
}

.segment_header{
	margin: 1px;
	padding: 22px 0 18px 0;
	color: #FFFFFF;
	background: #008DF2;
	width: auto;
	background-repeat: repeat;
	border-radius: 4px;
}

.highlight{
	background: #FFF7C2 !important;
	-moz-transition: background-color .25s ease-out;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out;
}

tr.highlight td{
	background: #FFF7C2 !important;
}

.invalid{
	background: #FFEEEE;
}

.invalid .invalid_message{
	color: #FF0000;
	background: #FFEEEE;
	border: 1px solid #FF0000;
	border-radius: 3px;
}

.form_table.invalid{
	border: 2px solid #FF0000;
}

.invalid .matrix .invalid_row{
	background: #FFEEEE;
}

.selectableDiv {
	word-wrap: break-word;
	background: lightyellow;
	font-family: "Courier New", Courier;
	cursor: pointer;
}

/**
 * Icons
 **/

.logo {background: url("../Images/logo.png") no-repeat; background-size:cover; width:200px; height: 200px; display: inline-block; }

/**
 * Date zone
 */
.date-label {
	margin-right: 40px;
}
 
/**
 * Responsive design
 **/
@media only screen and (max-device-height: 1079px){
}

@media only screen and (max-width: 1199px){
}

@media only screen and (max-width: 959px){
	html {font-size: 12px!important;}
	.form_table{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 767px){
    html, body {font-size: 11px!important} 
	.logo { width:150px; height:150px; }
	.form-control {
		height: 28px!important;
	}
	#MR-presenceTD {
		font-size:0;
	}
}

@media only screen and (max-width: 480px) {
	html, body {font-size: 8px!important;}
	.logo {background-size: 60px;width:60px; height:60px; }
	.form-control {
		height: 24px!important;
	}

}
 
@media only print {
	html, body {
		font-size: 14px!important;	margin: 1rem!important;
	}
	.logo {width:  80% ; height:  80%}
	.verification {display:none}
	input[type=submit] {display:none !important}
	.form-control {
		border-width: 0px!important;
		box-shadow: none!important;
		border: 1px solid #ccc!important;
		border-radius:0px!important;
	}
	h3 { border-bottom: 2px solid black; margin-top: 10px!important;}
	.noprint {display: none;}
	
    ::-moz-placeholder { 
       color: transparent !important;
    }

	::-webkit-input-placeholder  { /* Edge */
       color: transparent!important;
	   display:none!important;
   }
   :-ms-input-placeholder { /* Internet Explorer 10+ */
		color: transparent !important;
		text-shadow:none;
	}
	
	input.form-control::placeholder {
		visibility: hidden;
	}
	
	input.form-control::-webkit-input-placeholder {
		visibility: hidden;
	}
	input.form-control:-ms-input-placeholder {
		visibility: hidden;
	}
	input.form-control::placeholder {
		visibility: hidden;
	}
	
	input:invalid::-webkit-datetime-edit-day-field, input:invalid::-webkit-datetime-edit-year-field, input:invalid::-webkit-datetime-edit-month-field { color: transparent }
	
}

