@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300|Roboto+Condensed:400');

* {
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
	color: #444;
	box-sizing: border-box;
}

body {
    line-height: 1.7;
    font-size: 16px;
    padding: 0;
    margin: 0px;
    color: #444;
	background-color:#f6f6f6;
}

.logoImage img {
	display:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1B93C7;
    font-family: 'Roboto Condensed', sans-serif;
}

.confirmForm {
    background-color: #f6f6f6;
}

td.contentLable, 
.contentLable, 
td.contentLableError, 
.contentLableError {
	font: normal 16px 'Roboto Condensed', sans-serif;
	font-size: 16px;
    height: auto;
    padding: 0 8px 0 0;
    white-space: nowrap;
    vertical-align: middle;
}

.mainTableFilter, 
.mainTableContent, 
.mainTableLeft {
    border-color: #fff;
}
.mainTableFilter,
.infoBoxContent {
	padding: 15px;
}
.mainTableLeft {
    border-right: 1px solid #fff;
    width: 60%;
}

input[type="text"],
input.inputText, 
input.inputTextFocus, 
input.inputText:focus {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.inputText:focus, 
textarea.inputTextFocus, 
input.inputText:focus, 
input.optionInputTextFocus, 
select.inputText:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.button, 
.buttonRollover {
    border: none;
}
.buttonContent,
.buttonContentRollover {
	background: #027AAE;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #027AAE 0%, #00b2ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #027AAE), color-stop(100%, #00b2ff));
    background: -webkit-linear-gradient(top, #027AAE 0%, #00b2ff 100%);
    background: -o-linear-gradient(top, #027AAE 0%, #00b2ff 100%);
    background: -ms-linear-gradient(top, #027AAE 0%, #00b2ff 100%);
    background: linear-gradient(to bottom, #027AAE 0%, #00b2ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#027AAE', endColorstr='#00b2ff', GradientType=0);
    display: inline-block;
    color: #fff;
	font: normal 20px 'Roboto Condensed', sans-serif;
	padding: 5px 10px;
	white-space: nowrap;
	border-radius: 4px;
}
.helpText {
	position: relative;
    top: -25px;
}
.optionDiv {
    height:500px !important;
}

.resulTable {
    padding:15px;
}
.markerLeft, .markerRight {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    line-height: 1.3;
}
.resultHeader {
    color: #1B93C7;
	font: normal 16px 'Roboto Condensed', sans-serif;
	margin-top: 5px;
    display: inline-block;
}



/*.filterbox_table td {border:1px solid #000;}*/