
/*------------------------LOGO-----------------------------*/
#logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 70px;
	margin-top: 3px;
	position: relative;
	text-indent: -999em;
	background: url(/custom/logo.png) no-repeat left bottom;
}

@media only screen and (max-width: 479px){
#logo {
    background: url(/custom/logo.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
}



@media only screen and (max-width: 999px) and (min-width: 768px){
.logo.two a#logo {
    margin-top: 12px;
}
}



@media only screen and (max-width: 639px){
#logo {
    background: url(/custom/logo.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
}


.logo{
	margin: 0 0 5px 0;
	float: left;
	width: 35%;
	padding:1px 0 0 0;

}

@media only screen and (max-width: 1169px) and (min-width: 1000px){
	.logo {
		width: 35%;
		padding: 0 0 0;
		}
}

@media only screen and (max-width: 999px) and (min-width: 768px){
.logo.two {
    margin-bottom: 0;
		}
.logo.two {
    margin: 0 0 5px 0;
		}
}

@media only screen and (max-width: 999px) and (min-width: 768px){
.logo, .menu_bgmain.one .logo {
    width: 35%;
    padding: 0 0 0 0;
	}
}


@media only screen and (max-width: 767px) and (min-width: 640px){
	.logo {
		width: 45%;
		}
}


@media only screen and (max-width: 639px){
	.logo {
    width: 100%;
	}
}

#footer{
	margin: auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 80px;
}

#main{
	padding-bottom: 80px;
}

.CssClass_QuestionDetCheckBox{
	margin-right:5px;
}

.t-row{
	margin-top: 10px !important;
	font-weight: bold;

}

input[type="checkbox"] {
	margin-right:8px;
}

.rtsOut{
	font-weight: bold;
}

.rtsIn{
	font-weight: bold;
}

.rtsLevel{
	margin-top: 20px !important;
}

.rtsSelected{
	color:#153589 !important;
}

.t-row label{
	font-weight: normal !important;
}


.t-row-wrap:has(.t-row) .t-row{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-weight: normal !important;
}