﻿/** 
{

    color: #555555;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
}
html, form
{
	height:100%;
}

body 
{
	height:100%;
	margin:0;
    background-color:#bbe0f5;
	background-image:url('/images/new/bg.jpg');
    background-repeat:repeat-x;
    vertical-align:top;
}

hr
{
	border:1px solid #3578b1;width:500px;float:left;
}

.everything
{
	min-height:100%;
	margin-top:-40px;

}

.mainarea
{
	padding-top:40px;
	padding-bottom:40px;
	width:952px;
	margin:0 auto;
}
.headerarea
{
    background-image:url('/images/new/masthead.png');
    background-repeat:no-repeat;
    height:121px;
    vertical-align:top;
    padding-right:20px;
}
.contentarea
{
	position:relative;
    
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #ababab;
    
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}*/

/*.footer
{
	background-image:url('images/60.png');
	width:100%;
	height:40px;
	clear:both;
	
	color:#fff;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;	
}
.footer div
{
	color:#fff;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;	
}
.footer a, .footer a:hover, .footer a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}*/

/*h1
{

	font-family:Arial, Helvetica, sans-serif;
	font-size : 26px;
	color : #005ce6;
	line-height:30px;
	font-weight:normal;
}

h2
{

	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 19px;
	color : #444444;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
    color:#3b7b1b;
    font-size:15px;
    font-weight:bold;
}

h4
{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#00788A;
}

li
{
	padding:5px 0;
}

p, .body, li
{

    font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #555555;
	line-height:19px;
}

p a, p a:hover, li a, li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #005ce6;
	text-decoration:none;
}

.headerarea h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size : 40px;
	color : #005ce6;
	line-height:normal;
	font-weight:bold;
    padding:0px;
    margin:0px;
}*/

/*.button
{
	padding:5px 10px;
	font-family:Arial;
	font-size:16px;
	background-color:#fff;
	border:1px solid #3d93a0;
	color:#3d93a0;
	text-decoration:none;
	outline:none;
}

.button:hover
{
	padding:5px 10px;
	font-family:Arial;
	font-size:16px;
	background-color:#c6e8ed;
	border:1px solid #00788a;
	color:#00788a;
	text-decoration:none;
	
}

.header-row
{
	font-family:Arial;
	font-size:13px;
	text-align: left;
}
.item-row
{
	font-family:Arial;
	font-size:13px;
}
.lang-toggle-wrapper
{
    margin-bottom: 20px;
}
.lang-toggle-wrapper a
{
    color: #3578b1;
    text-decoration: none;
}*/

.hide
{
    display:none!important;
}

/*.SemiTransparentBg
{
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: -1;
}*/

.watermarked {
    font-family: 'Muli', sans-serif; 
    font-size : 14px;
    font-style: italic;
    color:#737373;
    vertical-align: middle;
}

div.content .insideContent.noleftmenu {
    margin-left: 0 !important;
    width: 100% !important;
}

input[type=text] {
    max-width: 270px;
}
@media(min-width:450px) {
    div.content .insideContent.noleftmenu {
        padding-top: 20px;
    }
    input[type=text] {
        max-width:none;
    }
}
@media(min-width:1000px) {
    div.content .insideContent.noleftmenu {
        padding: 30px;
    }
}

.header-col {
position: absolute;
right: 100px;
width: 100%;
}

.row-section .twelve.columns .row {
padding: 4px;
}

.row-section .twelve.columns .row .columns:first-child {
    padding-top: 10px;
}

.ajax__calendar_container{
    z-index:99999;
}

#ctl00_ContentPlaceHolder1_ctl00_cbReceiptByEmail ~label{
    margin-left:10px;
}

#ctl00_ContentPlaceHolder1_ctl00_pnlStep1 ol li{
    margin-bottom:8px;
    margin-left:10px;
    text-indent:0;
}

.insideContent ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
    padding-left: 25px;
}
.insideContent ol>li::before {
    content: counter(num) ''; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    color: #fff;
    background-color: #1e49ae;
    border-radius: 50%;
    display: inline-block;
    width: 21px;
    line-height: 21px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    /*position: absolute;
    left: 28px;*/

        /*position: absolute;
    top: 6px;
    left: -25px;*/
}

fieldset{
    border:0;
}

input[type=radio] {
    margin-left: 20px;
}
input[type=radio] ~ label{
    margin-left:10px;
}

@media (min-width: 768px) {
    .three.columns {
        width: 23.5%;
    }

    .nine.columns {
        margin-left:0;
        width: 75.5%;
    }
}

@media (min-width: 1000px){
    div.logo {
        position: absolute;
        top: 10px;
        width: 25%;
        background: #ffffff;
        text-align: center;
        z-index: 9;
    }
}

#btn_submit:hover{
    background-color:#EBEFF5!important;
}
legend,
.label-hidden{
    width:0;
    height:0;
    overflow:hidden;
}