﻿@font-face {
	font-family: 'gothic';
	
	src: url('../Fonts/GOTHIC.eot');
	src: local('☺'), url('../Fonts/GOTHIC.ttf') format('truetype');
}
@font-face {
	font-family: 'gothic_b';
	
	src: url('../Fonts/GOTHICB.eot');
	src: local('☺'), url('../Fonts/GOTHICB.ttf') format('truetype');
}

body
{
    /*min-width: 550px;*/
    /*width: auto !important;*/
    font-family: Arial;
}

.table > thead > tr[align=center] > th { text-align: center; }
.table > thead > tr > th[align=center] { text-align: center; }
.table > thead > tr > th[align=left] { text-align: left; }
.table > thead > tr > th[align=right] { text-align: right; }

label.error { color: red; }

.GridviewControl { display: inline-block; }

.MarksLoadingImage { height: 19px; border: 0; vertical-align: bottom; }

.MarksWarningImage { height: 20px; border: 0; vertical-align: bottom; }

.MarksSuccessImage { height: 20px; border: 0; vertical-align: bottom; }

.no-padding { padding: 0 !important; }

.no-margin { margin: 0 !important; }

.row-margin-bottom { margin-bottom: 10px; }

.ItemSelected { background-color: #dff0d8; }


#header { background-color: #21498A; padding: 20px 0; font-size: 17pt; font-weight: bold; color: white; }
.site-title-xs {/*margin-left:5px;*/}
.site-title {/*margin-top:13px; margin-left:10px;*/}
.site-logo {}
/*.navbar-default {background-color: #21498A; border-color: #21498A; color:#fff !important;}*/

/**************************   header   *********************************/
.header {background-color:/*#242426*/#fff; /*min-height:170px;*/ color:#242426; /*padding-top:10px;*/ border-bottom:5px solid #36448d;}
.top-logo {margin-bottom:15px;}

.header .conf-logo {margin-bottom:10px;}
.header .conf-logo a {}
.header .conf-logo img {width:150px;}

.header .titles {font-size:11pt; font-weight:bold; color:#36448d; /*float:left; padding-top:22px; margin-right:50px;*/ margin-bottom:10px; }
.header .titles a {color:#36448d;}
.header .titles a:hover {text-decoration:none;}

.header .titles .site-title{font-family:'gothic' !important; font-size:22pt;}
.header .titles .site-desc{font-family:'gothic' !important; font-size:12pt; margin-top:10px;}
.header .conf-date{font-size:16pt; /*margin-right:60px;*/ margin-top:20px; margin-bottom:10px; color:#36448d; text-align:center; font-weight:bold;}

.header .main-logos {padding-top:5px;}
.header .main-logos img{}

.header .partners-logos {padding-top:20px;}
.header .partners-logos img{padding:5px 0;}
@media (min-width: 576px) {
    .header .partners-logos img{height:80px;}
}
/**************************   header   *********************************/

.footer{background-color:#36448d !important; color:#fff !important; padding:5px 0;}

.chb{font-size:15px;}
.chb input[type='checkbox']{margin-right:7px;}
.chb label{}

.rbl { margin-top: 7px; }
.rbl input[type='radio'] { margin-right: 5px; }
.rbl label { margin-right: 15px; }

.clear {clear:both;}

label{font-weight:unset !important;}