@CHARSET "UTF-8";

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../img/loader-64x/Preloader_2.gif') center no-repeat #fff;
}
		
.error_list {margin: 0; padding: 0;}
.error, .notice, .success, .warning,.error_list li {padding:.8em;margin: 0 0 0 0;border:2px solid #ddd; list-style: none;}
.error, .error_list li {background:#FBE3E4 ;color:#8a1f11;border-color:#FBC2C4; font-size: 10pt;}
.notice {background:#c1ddfc url('../img/notice_icon.png') center left no-repeat;color:#043061;border-color:#5d9ce3;padding-left:35px;}
.success {background:#E6EFC2 url('../img/success_icon.png') center left no-repeat;;color:#264409;border-color:#C6D880;padding-left:35px;}
.warning {background:#FFF6BF url('../img/warning_icon.png') center left no-repeat;;color:#514721;border-color:#FFD324; font-size: 10pt;padding-left:35px;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.warning a {color:#514721;}
.yes
{
	background:#E6EFC2;color:#264409;border:1px solid #C6D880;
}
.yes  a {color:#264409;}
.no
{
background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;border:1px solid #FBC2C4;
}
.no a{color:#8a1f11;}

.shadow
{
	box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}

.breadcrumb
{
	font-size:0.8em;
	margin-bottom:10px;
	margin-top:10px;
	color:#9cc1d4;
}
.breadcrumb a
{
	
	color:#9cc1d4;
}

a
{
	color:#9cc1d4;
	text-decoration:underline;
}

a:hover
{
	
	text-decoration:none;
}

header h1
{
	font-size:1em;
	
	-moz-text-shadow: none; 
  	-webkit-text-shadow: none;  
 	text-shadow: none;  
}

#menu,
#menu ul {
    list-style: none; 
}
#menu {
    float: left;
    margin:0px;
    height:50px;
    
}
#menu > li {
    float: left;
    list-style-image :none;
    margin:0;
    height:100%;
    display:block;
}

#menu ul {
    position: absolute;
    display: none;
    z-index: 999;
    margin-top: 50px !important;
}

#menu li:hover ul {
    display: block;
    float:left;
    visibility: visible;
    opacity: 1;
    float:left;
    background:white;
    margin-top: 30px;
    margin-left:50px;
    padding:0;
    background: #078cea;
}

#menu li a
{
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
 	padding:15px 5px 10px 5px;
	margin-left:50px;
 	transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-webkit-transition: background 0.4s ease-in-out;
	cursor: pointer;
        height:100%;
}

#menu a:hover
{

 	background:#303e58;
 	
}

#menu li ul li a
{
	margin-left:0;
        width:100%;
        padding:1em;
        font-size: 0.8em;
}


#menu li ul li
{
    list-style: none;
    margin-left: 0;
   text-align:left;
}

.ubber
{
	border:4px solid #fff;
	-moz-box-shadow: 0px 1px 3px #000000; 
  	-webkit-box-shadow: 0px 1px 3px #000000;  
 	box-shadow: 0px 1px 3px #000000;  
 	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.mev
{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#efefef;
	border:1px solid #b7b7b7;
	padding:10px;
	margin-bottom:1em;
}

.button
{
	color:white;
	font-size:1em;
	border:none;
	padding:25px;
	background: #9cc1d4 ;
	text-decoration:none;
	transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
	border-bottom:3px solid #8dadbe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.button:hover
{
	background:#8dadbe;
	color:white;
	cursor:pointer;

}
.button:active
{
    background: #303e58;
}

header .button
{
	color:white;
	font-size:1em;
	border:none;
	padding:5px;
	background: #078cea ;
	text-decoration:none;
	transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
	border-bottom:3px solid #0575c4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

header .button:hover
{
	background:#0575c4;
	color:white;
	cursor:pointer;

}



#footer p
{
	font-size:0.8em;
	line-height:1.4em;
}

#footer a
{
	text-decoration:underline;
	color:white;
}

#footer a:hover
{
	text-decoration: none;
}

#footer div
{
	float:left;
	width:24%;
	margin-left:10px;
}



optgroup
{
    font-style:normal;
}

.field_container input[type='text'], .field_container input[type='password'], select, textarea
{
    width:97%;
}

.field_container input[type='text']:hover, .field_container input[type='password']:hover, select:hover, textarea:hover,
.field_container input[type='text']:focus, .field_container input[type='password']:focus, select:hover, textarea:focus
{
    background: #fff;
}

input, textarea,select
{
    background: #eeeeee;
    padding:10px;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color:#D4D3D5 #E9E8EA #EFEEEF #E9E8EA;
    border-style:solid;
    font-size:1.2em;
}

select
{
   cursor:pointer;
   
}

.field_comment
{
    float:right;
    font-size:0.8em;
    margin-left:2px;
}



table .label
{
    text-align:right;
    width:150px;
	font-weight:bold;
	vertical-align:middle;
}


 label
{
   
    color:#212121;
    cursor:pointer;
}

.hform { display: none; }




.fl{float:left}
.fr{float:right !important}
.w30{width:30%}
.w33{width:33%}
.w40{width:40%}
.w50{width:50%}
.w70 {width:70%}
.w80 {width:80%}
.w85 {width:85%}
.w90 {width:90%}
.w60 {width:60%}
.w14{width:14%}
.w15{width:15%}
.w20{width:20%}
.w100 {width:100% !important}
.h40{height: 40%}
.h100{height: 100%}
.w1050px{width: 1050px}
.h590px{height:590px}
.ml0{margin-left:0px !important;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml5{margin-left:5px;}
.ml50{margin-left:50%}
.ml10p{margin-left:10%}
.ml20p{margin-left:20%}
.ml30p{margin-left:30%}
.ml35p{margin-left:35%}
.ml40p{margin-left:40%}
.ml220{margin-left:220px}
.pl5{padding-left:5px;}
.p5{padding:5px;}
.mt50{ margin-top: 50px }
.mb50{ margin-bottom: 50px }
.mb1em{ margin-bottom: 1em }
.mt2{margin-top: 2em}
.mt150px{margin-top: 150px}
.mt300px{margin-top: 300px}
.mr1em{margin-right:1em}
.mr20px{margin-right:20px}
.mt0{margin-top:0 !important;}
.mt1{margin-top: 1em}
.mt05{margin-top: 0.5em}
.mt10p{margin-top:10% !important;}
.pl20{padding-left:2em}
.bgh{background: none !important;}
.lh20{line-height:2em}
.tac{text-align:center;}
.bgwt08{ background: rgba(255, 255, 255, 0.8) !important; }
.mb0{margin-bottom:0}
.dn{display:none}
.fs08{font-size:0.8em !important;}
.fs06{font-size:0.6em !important;}
.fs04{font-size:0.4em !important;}
.fs02{font-size:0.2em !important;}
.fs12{font-size:1.2em !important;}
.fs16{font-size:1.6em !important;}
.fs18{font-size:1.8em !important;}
.fs20{font-size:2em !important;}
.fs22{font-size:2.2em !important;}
.fs24{font-size:2.4em !important;}
.fs26{font-size:2.6em !important;}
.fs28{font-size:2.8em !important;}
.fs30{font-size:3em !important;}
.fs40{font-size:4em !important;}
.tar{text-align:right}
.fwb{font-weight:700 !important}
.dn{display:none}
.cw{color:white}
.cp{cursor:pointer}


.shadow{
    -moz-text-shadow: 0px 1px 3px #000000; 
    -webkit-text-shadow: 0px 1px 3px #000000;  
    text-shadow: 0px 1px 3px #000000;
}

.fixed
{
	position: fixed;
	margin-right:0;
	margin-bottom:0;
	right: 1em;
	bottom: 1em;
}



.fillfield
{
    width:90%;
}

.fulldiv
{
   float:left; width: 100%;
}

.show_mobile
{
    display:none; 
}


.table1 a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table1 a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table1 a:active,
.table1 a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
        width:90%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table1 th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table1 th:first-child{
	text-align: left;
	padding-left:20px;
}
.table1 tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table1 tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table1 tr{
	text-align: center;
	padding-left:20px;
}
.table1 tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table1 tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table1 tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table1 tr:last-child td{
	border-bottom:0;
}
.table1 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table1 tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table1 tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


#container-main-blue p, #container-main-blue a, #container-main-blue h2
{
    color:#fff;
}

#container-main-headpage h2, #container-main-headpage h1
{
    color:white;
	margin-top: 20%;
	text-shadow: 0px 0px 7px #000000;
	text-transform: uppercase;
	font-size:1.6em;
}

.fancy {
  overflow: hidden;
  text-align: center;
}
 
.fancy span {
  position: relative;
}
 
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #078cea;
  width: 500px;
  height: 7px;
  top: 33%;
  margin-top: -4px;
}
 
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
 
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.centralizer_signin{
    width:600px;
}
