clear{float:none;}

h1,h2{color:#000}

h4{
    border-top:2px solid #e47b1e;
    padding:0em;
}

h6, .tab{
    padding-bottom: 0px;
    font-size: 12px;
    margin: 3px 0;
}

.tab {padding-left: 14px;}

.wrapper {
	min-width: 1280px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.content1{
    border-radius: 1px 1px 0 0;
	width: 1280px;
	margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.content2{
	width: 1280px;
	margin: 0 auto;
    background: #d57a2f;
    padding: 2px 10px;
    height: 25px;
    background: linear-gradient(to right bottom, #f9a860, #e47b1e);
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 0 0 5px 5px;
}

.tel{
    float:right;
}

.interval{
    margin-bottom: 10px;
}

.div7{
    border-bottom:2px solid #e47b1e;
    padding-bottom: 10px;
    font-size: 12px;
}

.overflow {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 67px;
    margin-bottom: 1px;
}

h1,h2,h3,h4,h5{
    text-align: center;
    margin: 3px;
    margin-bottom: 1 px;
}

h5{
    border-bottom:2px solid #e47b1e;
    padding-bottom: 15px;
}

.block1{
    height:220px;
}

form{
    margin:0 20px 20px 0;
}

table {
    margin: 2px 0;
    width: 400px;
}

td {
    padding: 3px;
    font-size: 11px;
    font-family: Verdana;
	color: #000000;
}

.footer .pull-left, .pull-right{
    padding-top: 3px;
}

.response_style {
    background-color: #f9a860;
    width: 100%;
    border-spacing: 27px 11px;
}

.response_style2 {
    background-color: #f9a860;
    width: 100%;
    border-spacing: 27px 11px;
}

.response_style2 td {
    width: 16%;
    height: 1px;
    text-align: center;
/*     border-left: 2px solid #ffffff; */
    font-size: 16px;
    color: #000000;
}

.mes_to_user{
    margin: 5px 20px;
    font-size: 12px;
}

.response_style td {
    width: 16%;
    height: 1px;
    text-align: center;
    border-left: 2px solid #ffffff;
    font-size: 10px;
    color: #000000;
}

.response_style_valid {
    background-color: #e9eff5;
    width: 100%;
    border-spacing: 27px 11px;
}

.response_style_valid td {
    width: 16%;
    height: 15px;
    text-align: center;
    border-left: 2px solid #ffffff;
    font-size: 10px;
    color: #000000;
}

.response_style_invalid {
    background-color: #FFCBDB;
    width: 100%;
    border-spacing: 27px 11px;
}

.response_style_invalid td {
    width: 16%;
    height: 15px;
    text-align: center;
    border-left: 2px solid #ffffff;
    font-size: 10px;
    color: #000000;
}

.FIO_style{
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.ERR_style{
    font-size: 10px;
    font-weight: bold;
    margin-left: 20px;
}

#ch_ot{float:left;}

.label_ot{
    font-family: Verdana;
    margin-top: 10px;
    font-size: 12px;
}

.btn1{
    float: LEFT;
}

/*Далее для кнопки справки*/
.container > .button {
margin: 12px;
}
/* Кнопки */
.button {
position: relative;
display: inline-block;margin: 12px;
font-weight: bold;
padding: 0 20px;
height: 36px;
border: 1px solid;
border-radius: 3px;
background-clip: padding-box;
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
color: white;
vertical-align: top;
text-align: center;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
font-size: 10px;
line-height: 35px;
cursor: pointer;
}

.button-red {
border-color: #ae3623 #ae3623 #992f1f;
background: #d57a2f;
background-image: -webkit-linear-gradient(top, #f9a860, #d57a2f 66%, #e47b1e);
background-image: -moz-linear-gradient(top, #f9a860, #d57a2f 66%, #e47b1e);
background-image: -o-linear-gradient(top, #f9a860, #d57a2f 66%, #e47b1e);
background-image: linear-gradient(to bottom, #f9a860, #d57a2f 66%, #e47b1e);
}
.button-red:active {
border-color: #e47b1e #d57a2f #c77828;
background: #da9948;
}

/* Базовые стили слоя затемнения и модального окна  */
.overlay {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
visibility: hidden;
/* фон затемнения */
background-color: rgba(0, 0, 0, 0.7);
opacity: 0;
position: fixed; /* фиксированное поцизионирование */
cursor: default; /* тип курсара */
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay:target {
visibility: visible;
opacity: 1;
}

/* стили модального окна */
.popup {
top: 0;
right: 0;
left: 0;
font-size: 10px;
z-index: 10;
display: block;
visibility: hidden;
margin: 0 auto;
width: 90%;
min-width: 320px;
max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
position: fixed;
padding: 15px;
border: 1px solid #383838;
/* скругление углов */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background-color: #FFFFFF;
/* внешняя тень */
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
-ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
/* полная прозрачность окна, появление при клике */
opacity: 0;
/* эффект перехода (появление) */
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}
.overlay:target+.popup {
top: 20%;
visibility: visible;
opacity: 1;
}
/* формируем кнопку закрытия */
.close {
position: absolute;
top: -10px;
right: -10px;padding: 0;
width: 20px;
height: 20px;
border: 2px solid #ccc;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
background-color: rgba(61, 61, 61, 0.8);
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
text-align: center;
text-decoration: none;
font-weight: bold;
line-height: 20px;
-webkit-transition: all ease .8s;
-moz-transition: all ease .8s;
-ms-transition: all ease .8s;
-o-transition: all ease .8s;
transition: all ease .8s;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
font-size: 10px;
}
.close:hover {
background-color: rgba(252, 20, 0, 0.8);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.popup p, .popup div {
margin-bottom: 10px;
}
/*Окончание блока для кнопки справки*/

