@charset "utf-8";
/* CSS Document */
/*@import url(https://fonts.googleapis.com/css?family=Exo+2&subset=latin,cyrillic);*/
@font-face {
    font-family: "Helvetica";
    src: url("font/HelveticaHeavy.eot");
    src: url("font/HelveticaHeavy.eot?#iefix")format("embedded-opentype"),
    url("font/HelveticaHeavy.woff") format("woff"),
    url("font/HelveticaHeavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: "Helvetica";
    src: url("font/HelveticaBold.eot");
    src: url("font/HelveticaBold.eot?#iefix")format("embedded-opentype"),
    url("font/HelveticaBold.woff") format("woff"),
    url("font/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Helvetica";
    src: url("font/HelveticaRegular.eot");
    src: url("font/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("font/HelveticaRegular.woff") format("woff"),
    url("font/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Helvetica";
    src: url("font/HelveticaLight.eot");
    src: url("font/HelveticaLight.eot?#iefix")format("embedded-opentype"),
    url("font/HelveticaLight.woff") format("woff"),
    url("font/HelveticaLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Helvetica";
    src: url("font/HelveticaThin.eot");
    src: url("font/HelveticaThin.eot?#iefix")format("embedded-opentype"),
    url("font/HelveticaThin.woff") format("woff"),
    url("font/HelveticaThin.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "Helvetica";
    src: url("font/HelveticaUltraLight.eot");
    src: url("font/HelveticaUltraLight.eot?#iefix")format("embedded-opentype"),
    url("font/HelveticaUltraLight.woff") format("woff"),
    url("font/HelveticaUltraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}


html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, dfn, em, img small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Helvetica;
	vertical-align: top;
	transition:all 0.3s ease;
	
}
body {
	background-color: rgba(246, 246, 246, 0.48);
	font-family:Helvetica;
	font-weight: 400;
}
label{
	cursor:pointer;
}
#map{
	padding-top:10px;
	width: 100%; 
	height: 350px; 
	margin: 0;
	padding-left: 0%!important;
	padding-right: 0%!important;
	padding-bottom: 2%!important;
}
.way{
	width:100%;
	text-align:center;
	}
.way_desc{
    text-align: justify;
}
.pvz{
    padding-top: 20px;
}
input{
	font-family:Helvetica;
}
a {
    color: #656565 !important;
    text-decoration: none;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
}
.popup div.title .img{
	z-index:10000; 
    -webkit-animation-name: scale_dude;
    -webkit-animation-duration: 1300s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: scale_dude;
    -moz-animation-duration: 1300ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -ms-animation-name: scale_dude;
    -ms-animation-duration: 1300ms;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease;
 
    animation-name: scale_dude;
    animation-duration: 1300ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}
@media screen and (max-width: 768px) {
	@-ms-keyframes scale_dude {
    from {
        width:18%;
    }
    to {
		width:100%;
    }
}
@-moz-keyframes scale_dude {
    from {
        width:18%;
    }
	
    to {
		width:100%;
    }
}
@-webkit-keyframes scale_dude {
    from {
        width:18%;
    }
	
    to {
		width:100%;
    }
}
@keyframes scale_dude {
    from {
        width:18%;
    }
	
    to {
		width:100%;
    }
}

div div .hidden{
	display:none!important;
}
.header, .order_info, .order_info>div, .content, .history, navigation, .delivery_date, .delivery_adress, .items, .order_number>div {
	min-width: 320px!important;
	display: block!important;
	width: 100%!important;
	text-align: center!important;/*padding: 1.5%*/
	padding:0px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
input[action=logout], input[action=logout_m]{
	    margin-left: -16px!important;
    margin-top: 1px!important;
    width: 70px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 4px!important;
}
.navigation ul{
	height:35px!important;
}
.navigation ul>li {
    width: 44%!important;
    display: inline-block!important;
    margin:0px!important;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
navigation ul>li .nav{
	padding-bottom: 9px!important;
}
#container {
	border:0!important;
    border: none!important;
    box-shadow: none!important;
}
.history {
	padding-right: 0!important;
	width: 100%!important;
	border: 0!important;
}
.history_data {
	padding-right: 0!important;
}
.items {
	padding-right: 0!important;
	width: 100%!important;
	border: 0!important;
}
.items_data {
	padding-right: 0!important;
	width:100%!important;
}
.pl {
	padding-left: 0!important;
}
.content {
	width: 100%!important;
	min-width: 320px!important;
	border: 0!important;
	border-bottom: none!important;
	border-radius: 0!important;
	margin-bottom: 0!important;
}
.store_contacts {
	display: block!important;
	width: 100%!important;
	margin-top: 20px!important;
	text-align: center!important;
}

.login{
	margin-top: 25%!important;
}
.login_form>input{
	width:100%!important;
	margin-left:0!important;
	margin-right:0!important;
}
.input_login{
	border: none!important;
    border-top: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important;
}
.button_login{
	border: none!important;
    border-top: 1px solid #9F2628!important;
    border-bottom: 1px solid #9F2628!important;
}
.sign{
	margin-top: 20px;
}
.way_desc{
	display: inline-block!important;
    width: 90%!important;
}
.pvz_img .map{
	margin-top: 0px;
	padding-top: 0px!important;
	padding-left: 0%!important;
	padding-right: 0%!important;
	}
.pvz_txt{
	margin-top: 0px;
	padding-top: 0px!important;
	padding-left: 0%!important;
	padding-right: 0%!important;
	}
.logo img {
    width: 68px!important;
    margin-left: 9px!important;
    margin-top: 16px!important;
}
.row>div {
    display: block!important;
    width: 100%!important;
    text-align: center!important;
}
.poll_row>div{
	width:100%!important;
}
.poll_row>div>div>div{
	width: 47%!important;
}
.poll_row>div>div>div:nth-child(n+2) {
    background: rgb(207, 80, 100);
}
.poll_row>div>div>div>input[type=button] {
    background: rgb(120, 165, 88)!important;
}
.q_more input[type=button] {
	width:68%!important;
}
.q_more input[type=text]{
	font-size: 15px!important;
}
.q_more input[type=button].close {
	width:28%!important;
	background:#7D7D7D!important;
}
.arrow_ok::after{
    width: 45px!important;
    height: 45px!important;
    bottom: 19px!important;
    margin-left: 10px!important;
}
.poll_row .q_more input[action=save_poll]{   
	background: rgb(207, 10, 44)!important;
}
.popup div.title .img {
	    margin-top: 15px;
}
.popup,.sign_popup{
    width: 100%!important;
    margin-left: -50%!important;
	overflow:scroll;
}
.sign_popup img{
	width:90%;
	padding-top:5%;
}
.button_poll{
	height:42%!important;
}
.popup_text .text{
	   height: 45%!important;
    font-size: 25px!important;
    padding-top: 24px!important;
    min-height: 50px!important;
	}
.popup div.title {
    height: 65%!important;
}
.row_n{
	display: block!important;   
}
.r_50 {
     width: 100%!important; 
}
.row_4_stat>div:nth-child(5){
	display:none!important;
}
.row_4_stat>div:nth-child(2){
	width:32%!important;
}
.row_4_stat>div:nth-child(3){
	width:20%!important;
}
}

#container {
	font-family: Helvetica;
	position: relative;
	margin: 0 auto 0;
	display: block;
	min-width: 320px;
	max-width: 945px;
	box-shadow: 0px 1px 5px #ccc;
	background-color: #F6F6F6;
	padding: 0;
	padding-top: 0;
	font-size: 17px;
	touch-action: pan-y;
}
.header {
	width: 100%;
	height: 80px;
	padding-top: 18px;
}
.order_info {
	width: 100%;
	padding-top: 11px;
	text-align: justify;
	background: rgb(246, 246, 246);
}
.navigation {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -2px;
	border-bottom: 4px solid rgb(62, 62, 62);
}
.content {
	font-size: 15px;
	border-radius: 3px;
	font-family: Hevletica;
	font-weight: 400;
	margin-bottom: 20px;
}
.history {
	display: inline-block;
	width: 56%;
	padding: 2%;
}

h1 {
	font-size: 32px;
	font-weight: 900;
}
.page_name {
    width: 58%;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    font-weight: 900;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page_adm_name {
    width: 58%;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter_poll{
	background-color:#dcdcdc; 
	padding:15px;
	}
.table_filter{
	width:100%;
	}
.filter_period{
	transition:none!important;
	}
.period_inp{
	border: 1px solid #000; 
	padding:2px; 
	margin-top:2px; 
	text-align:center; 
	transition:none!important;
	}
.param_inp{
	border: 1px solid #000; 
	padding:2px; 
	margin-top:2px; 
	transition:none!important;
	width:40%; 
	min-width:200px; 
	text-align:left;
	}
.td_filt{
	padding-top:10px;
	}
.select_filt{
	border: 1px solid #000; 
	padding:2px; 
	margin-top:2px; 
	text-align:left;
	}
.ans_adm{
	padding-top:5px; 
	font-size:16px; 
	opacity:0.8;
}
.td_filt_center{
	text-align:center;
	}
.filter_button{
    border: 1px solid rgb(81 81 81);
    background-color: rgb(81 81 81);
    border-radius: 2px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 27px;
    outline: none;
    text-decoration: none;
    width: 80%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.filter_button:hover, input[action=logout]:hover,input[action=logout]:hover, input[action=logout_m]:hover,.button_login:hover,input[action=close_ad].button_poll:hover{
	cursor: pointer;
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
	outline:none;
	text-decoration:none
	}
.popup_cross:hover{
	color:rgba(220,7,42,1);
}
.res_1{
	margin-top:15px;
	}
.yes_no{
	margin-top:20px;
	}
.z_tabl{
	text-align:center; 
	font-size:18px; 
	font-weight:bold; 
	padding:10px;
	}
.ques_z{
	background-color:#afafaf; 
	}
.col_z{
	background-color:#7ab8d5;
	}
.yes_col{
	background-color:#8fb683;
	}
.no_col{
	background-color:#b16c6c;
	}
.not_found{
	text-align:center;
	font-size:18px; 
	font-weight:bold;
	margin-top:30px;
	}
.foot_txt_red{
	color:#cf0a2c;
	}
.td_grey{
	background-color:#dcdcdc;
	}
.td_bot10{
	padding:10px;	
	}
.bott_10{
	padding-bottom:10px;
	}
ul {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: justify;
	height: 35px;
}
.store_contacts {
	text-align: center;
	display: inline-block;
}
.navigation ul li {
	display: inline-block;
	text-align: center;
	background: rgb(120, 120, 120);
	border-radius: 1px 1px 0 0;
}
.history_title, .items_title {
	display: block;
	text-align: center;
}
.navigation ul li.selected {
	background-color: rgb(62, 62, 62);
	margin-top: 0px;
	border-bottom: 4px solid rgb(62, 62, 62);
	text-align: center;
	height: 22px;
    padding-top: 10px;
}
center {

	width: 100%;

}
.header .header-right {
	display: inline-block;
	text-align: right;
	width: 16%;
	cursor: pointer;
	padding-top: 16px;
}
.header .logo {
    width: 20%;
    display: inline-block;
    text-align: left;
    vertical-align: inherit;
    margin-top: -3px;
}
.order_info .client_name {
	display: block;
	text-align: center;
	font-size: 25px;
	padding: 30px!important;
}
.order_info .order_number {
	display: block;
	text-align: center;
	background: rgb(220, 220, 220);
}
.order_number>div{
	width: 47%;
	display:inline-block;
	vertical-align: middle;
}

.delivery_info>div {
	display: block;
	box-sizing: content-box;
	text-align: center;
}
.content>div {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin-top: 3%;
	text-align: center;
	width: 48.565%;
}
.history {
	padding-right: 2%;
}
.history_data {
	/* padding-right: 2%; */
}
.items {
	width: 49%;
	padding-right: 2%;
}
.items_data, order_data {
	text-align: center;
	width: 100%;
	padding-right: 0px;
}
.items_data {
	margin-bottom: 10px;
}
.items_recieved .items_data table tbody tr {
	background: rgb(210, 247, 198);
}
.items_return .items_data table tbody tr {
	background: rgb(247, 201, 203);
}
.history table tbody tr {
	margin-top: 2px;
}
.history table tbody tr:nth-child(2n+3) {
	background: rgba(204, 204, 204, 0.42);
}
.history table tbody tr:first-child, .items_data table tbody tr:first-child {
	background: rgb(220, 220, 220);
	min-width: 50px;
	text-align: center;
	height: 38px;
}
.items table tbody tr td:nth-child(2n+2) {
	min-width: 94px;
	text-align: center;
}

.items table tbody tr td:nth-child(2n+3) {
	min-width: 50px;
	text-align: center;
}
.store_contacts_inner a{
	letter-spacing: 0px;
	word-break: break-all;
}
.order_info .items_title {
	display: inline-block;
}
.check table tbody{
	width: 100%;
	display: inline-table;
}
.check table tbody tr:last-child {
	background: rgb(220, 220, 220);
	height: 38px;
}
.order_info>div {
	padding: 1%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}
.check table {
	display: inline-block;
}
.check table tbody tr {
	text-align: left;
}
.b {
	font-weight: 600;
	font-family: Helvetica;
}
.b2 {
	font-weight: 900
}
h2 {
	font-weight: 900;
	text-align: center;
	margin-bottom: 10px;
	font-family: Helvetica;
}
td {
	vertical-align:middle;
	padding: 5px;
	font-family: Helvetica;
	font-weight: 300;
}
table {
	border-collapse: separate;
	text-align: left;
	border-spacing: 0px;
	width: 100%;
}
tr {
	border-top: 1px solid;
}
.pl {
	padding-left: 3%;
}
.pr {
	padding-right: 3%;
}
.pr_1 {
	padding-right: 1%;
}
.pb {
}
.order_num {
	font-size: 30px;
	color: #656565 !important;
	display: block;
	margin-top: 15px;
}
.large {
	font-weight: 700;
	font-size: 24px;
	font-weight: 900;
}
.under {
	text-decoration: underline;
}
.title {
	padding-bottom: 9px;
	display: inline-block;
}
.header-right a {
	text-decoration: none;
	color: #515151
}
.header-right a:hover {
	text-decoration: underline;
	color: #000000
}
.login {
	width: 100%;
	background: rgb(246, 246, 246);
	text-align: center;
	position: relative;
}
.login_form {
	width: 100%;

	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.footer_login {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
}
.input_login {
    width: 50%;
    font-size: 27px;
    border-radius: 1px;
    outline: none;
    border: 1px solid #ccc;
    padding-top: 4px;
	padding-bottom: 4px;
    margin-top: 6px;
	margin-bottom: 6px;
    color: #000000;
    text-align: center;
}
.button_login {
	margin-top: 8px;
	color: #FFFFFF;
	outline: none;
    border: 1px solid rgb(124, 124, 124);
    background-color: rgb(124, 124, 124);
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 26px;
	width: 50.2%;
}
.error,.thanks,.thanks_error {
	color: #9F2628;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: -15px;
	font-size: 24px;
	font-weight: 600;
}
.footer_login{
	padding-left:20px;
	padding-right:20px;
}
.hidden{
	display:none!important;
}
.sign{
	margin-top: 5px;
}
.sign img{
	width: 100%;
    max-width: 320px;
	min-width: 320px;
	padding-top: 15px;
}
.pvz_img .map{
	padding-top: 0px!important;
	padding-left: 0%!important;
	padding-right: 0%!important;
	padding-top: 20px;
	}
.pvz_txt{
	padding-top: 0px!important;
	margin-top: 0px;
	padding-left: 0%!important;
	padding-right: 0%!important;
	}
.pvz_img img{
	width: 100%;
	min-width: 320px;
	padding-top: 15px;
}
.map img{
	width: 100%;
	max-width: 600px;
	min-width: 320px;
	max-height: 350px;
	padding-top: 0px;
}
input[action=logout], input[action=logout_m]{
	width: 100%;
	cursor: pointer;
    border: 1px solid rgb(120, 120, 120);
    background-color: rgb(120, 120, 120);
	border-radius: 2px;
	color: #fff;
	outline: none;
	font-size: 18px;
	padding: 8px;
	margin-left: -15px;
	font-weight: 700;
}
input[action=inp_comm]{
	width: 210px;
	margin-top:10px;
	cursor: pointer;
	border: 1px solid rgba(207, 10, 44, 1);
	background-color: rgb(207, 10, 44);
	border-radius: 2px;
	color: #fff;
	outline: none;
	font-size: 14px;
	padding: 8px;
	margin-left: 0px;
	font-weight: 700;
	}
input[action=inp_comm]:hover{
	border: 1px solid rgba(207, 10, 44, 0.85);
    background-color: rgba(207, 10, 44, 0.85);
		}
input[action=inp_work]{
	width: 210px;
	margin-top:10px;
	cursor: pointer;
	border: 1px solid rgba(19,92,151,1.00);
	background-color: rgba(19,92,151,1.00);
	border-radius: 2px;
	color: #fff;
	outline: none;
	font-size: 14px;
	padding: 8px;
	margin-left: 0px;
	font-weight: 700;
	}
input[action=inp_work]:hover{
	border: 1px solid rgba(19,92,151,0.85);
    background-color: rgba(19,92,151,0.85);
		}
input[action=inp_comm_yes]{
	width: 220px;
	margin-top:10px;
	cursor: pointer;
	border: 1px solid rgba(38,140,30,1.00);
	background-color: rgba(38,140,30,1.00);
	border-radius: 2px;
	color: #fff;
	outline: none;
	font-size: 14px;
	padding: 8px;
	margin-left: 0px;
	font-weight: 700;
	}
input[action=inp_comm_yes]:hover{
	border: 1px solid rgba(38,140,30,0.85);
    background-color: rgba(38,140,30,0.85);
}

.req{
box-shadow: inset 0px 0px 10px #E24C4C!important;
}
.loadmask,.sign_loadmask{
    position: fixed;
	z-index:9999;
    width: 4000px;
    height: 4000px;
    margin-left:50%;
    top: 0;
    left:-2000px;
    overflow: hidden;
    text-align: center;
    background: rgba(62, 62, 62, 0.79);
}
.loadmask .logo{
    margin-top: 125px;
}
.loadmask .logo img{
	z-index:10000; 
    -webkit-animation-name: scale;
    -webkit-animation-duration: 800s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: scale;
    -moz-animation-duration: 800ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: scale;
    -ms-animation-duration: 800ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: scale;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes scale {
    from {
        -ms-transform:scale(1.0);
    }
	
	50% {
        -ms-transform:scale(3.0);
    }
	
    to {
		-ms-transform:scale(1.0);
    }
}
@-moz-keyframes scale {
    from {
        -moz-transform:scale(1.0);
    }
	
	50% {
        -moz-transform:scale(3.0);
    }
	
    to {
		-moz-transform:scale(1.0);
    }
}
@-webkit-keyframes scale {
    from {
       -webkit- transform:scale(1.0);
    }
	
	50% {
        -webkit-transform:scale(3.0);
    }
	
    to {
		-webkit-transform:scale(1.0);
    }
}
@keyframes scale {
    from {
        transform:scale(1.0);
    }
	
	50% {
        transform:scale(3.0);
    }
	
    to {
		transform:scale(1.0);
    }
}

/* анимация в попапе */
@media screen and (min-width: 769px) {
@-ms-keyframes scale_dude {
    from {
        width:20%;
    }
	
    to {
		width:100%;
    }
}
@-moz-keyframes scale_dude {
    from {
        width:20%;
    }
	
    to {
		width:100%;
    }
}
@-webkit-keyframes scale_dude {
    from {
        width:20%;
    }
	
    to {
		width:100%;
    }
}
@keyframes scale_dude {
    from {
        width:20%;
    }
	
    to {
		width:100%;
    }
}
}

.logo img {
    width: 96px;
    margin-left: 26px;
    margin-top: -1px;
}
.row{
	    padding-top: 20px;
}
.row>div {
	display:inline-block;
	width:49%;
}
.row>div:nth-child(n+2) {
	text-align:left;
}
.row>div:nth-child(1) {
	text-align:right;
}
.navigation {
	padding-left: 0px!important;
	padding-right: 0px!important;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navigation ul>li {
    width: 47.5599%;
    display: inline-block;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-weight: 900;
	height: 26px;
    padding-top: 9px;
	padding-left: 1%;
    padding-right: 1%;
	transition-property: background;
}

.navigation ul::after {
    content: '';
    display: inline-block;
    width: 100%;
}
.nav{
	cursor:pointer;
}
.nav:hover{
	background: rgb(188, 188, 188)
}


 .order info.poll{
	 width:100%;
	 padding:0;
 }
.poll .poll_row{
    position: relative;
    display: inline-block;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 98%;
    border-bottom: rgb(232, 116, 136);
    padding-top: 10px;
 }
 
.poll_row{
    text-align: justify;
    width: 100%;
    display: block;
    vertical-align: middle;
}
.poll_row::after{
	content:'';
	display:inline-block;
	width:100%;
}
.poll_row>div::after{
	/*content:'';
	display:inline-block;
	width:100%;
	height:10px;*/
}
.poll_row>div>div{
	width:100%;
}
.poll_row>div>div>div {
    width: 20%;
    height: 50px;
    background: rgb(207, 125, 140);
    margin: 0.5%;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    display:inline-block;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 900;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .poll_row>div>div>div>input[type=button] {
     border-radius: 3px;
     width: 100%;
     height: 100%;
     padding: 0;
     margin: 0;
     background: rgb(158, 199, 128);
     border: 0;
     outline: none;
     cursor: pointer;
     display:inline-block;
     color: #fff;
     font-weight: 700;
     font-size: 16px;
     font-weight: 900;
}
 .poll_row>div>div>div>input[type=button]:hover {
 	background: rgb(120, 165, 88);
 }
.poll_row>div>div>div:nth-child(n+2):hover{
	background: rgb(207, 80, 100);
}
.q_more input[type=text]{
	width: 96%;
	border: 0;
	height: 75%;
	border-radius: 3px 3px 0 0;
	padding: 5px;
	margin: 0;
	outline:none;
	color:#000;
	background-color: #E8E8E8;
	z-index:50;
	webkit-input-placeholder:#c0392b;
	moz-placeholder:#c0392b;
	moz-placeholder:#c0392b;
	ms-input-placeholder:#c0392b;
	font-size: 20px;
	padding: 2%;
	padding-bottom: 0;
	padding-top: 0;
	box-shadow: inset 0 0 3px 1px #949494;
}
.q_more input[type=text]:placeholder{
	color:c0392b;
}
.comment{
	padding-top:20px;
	}
.comment input[type=text]{
	width: 98%;
	min-width: 320px;
	border: 0;
	border-radius: 3px;
	margin: 0;
	outline:none;
	color:#000;
	background-color: #E8E8E8;
	z-index:50;
	webkit-input-placeholder:#c0392b;
	moz-placeholder:#c0392b;
	moz-placeholder:#c0392b;
	ms-input-placeholder:#c0392b;
	font-size: 15px;
	padding: 10px;
	box-shadow: inset 0 0 3px 1px #949494;
}
.td_filt_40{
	padding:10px; 
	padding-bottom: 40px!important;
	}
.comment input[type=text]:placeholder{
	color:c0392b;
}
.poll_row .q_more input[type=button]{
    width: 20%;
    outline: none;
    border: 0;
    cursor: pointer;
    padding-bottom: 26px;
    padding-top: 10px;
    height: 24px;
    border-radius: 0 0 3px 3px;
    float: left;
    z-index: 61;
    background: rgb(62, 62, 62);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-top: -3px;
    vertical-align: text-top;
}
 .poll_row .q_more input[type=button]:hover{   
 background: rgb(207, 10, 44);
 }
.poll_row .q_more{
  min-height: 175px;
	width: 100%;
	display: block;
}
.poll .poll_title{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
}
.q_more input[type=button].close {
	float:right;
	background:#A9A9A9;
}
.q_more input[type=button].close:hover {
background:#7D7D7D!important;
}

.ared{
	color:#cf0a2c!important;
	/*font-size:18px;*/
}
.small{
    font-size: 14px;
    font-weight: 300;
    margin-top: 0!important;
    padding-top: 0!important;
    color: rgb(207, 10, 44);
	padding-left: 7%!important;
    padding-right: 7%!important;
}
.disabled{
	cursor: auto!important;
	background:#A9A9A9!important;
}
.disabled:hover{
	background:#A9A9A9!important;
}
.arrow_ok::after{
	content: '';
    background: url(img/arrow_ok.png);
    position: absolute;
    width: 62px;
    height: 72px;
    bottom: 3px;
    margin-left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.poll_buttons div input.pgreen{
   		background: rgb(120, 165, 88)!important;
   		cursor: auto!important;
}
.poll_buttons .pred{
	
	    background: rgb(207, 125, 140);
		cursor:auto;
}
.popup,.sign_popup{
    z-index: 10000;
    display: inline;
    position: fixed;
    color: #fff;
    width: 40%;
    height: 100%;
    top: 0;
    margin-left: -20%;
    text-align: center;
    background: rgb(167, 187, 61);
}
.sign_popup{
	background: none;
}
.popup div.title{
    padding-bottom: 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 70%;
}
.popup div.title .img{
background: url(img/dude.png);
    display: inline-block;
    height: 100%;
    max-width: 369px;
    width: 100%;
	background-repeat: no-repeat;
    box-sizing: content-box;
    background-size: contain;
    background-position: center top;
}
.poll {
    padding-top: 40px;
}
.text {
    font-size: 30px;
    font-weight: 800;
    height: 40%;
    /* min-height: 180px; */
    vertical-align: middle;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    min-height: 85px;
}
.popup_cross, .sign_popup_cross{
    font-size: 60px;
    top: 0;
    text-align: right;
    padding-right: 19px;
    color: #812528;
    background: transparent;
    cursor: pointer;
    width: 100%;
    outline: none;
    z-index: 10002;
    position: absolute;
}
.sign_popup_cross{
	color:#FFF!important;
}
.button_poll{
	font-size: 28px;
	font-weight: 900;
	width: 100%;
	margin-bottom: 20%;
	/* margin-top: 10%; */
	height: 35%;
	vertical-align: middle;
	background-color: rgb(207, 10, 44);
	color: #FFFFFF;
	outline: none;
	display: inline-block;
	cursor: pointer;
}
.popup_text {
    height: 30%;
}
.sign:last-child{
	cursor:pointer;
}
.discount{
	font-size:15px; 
	margin-top:-2px; 
	color:#cf0a2c; 
	font-weight: 300;
}
.align-center-box{
	display:inline-block;
	text-align:center;
}
.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}
.t_center{
	text-align:center;
}
.center{
	text-align:center!important;
}

textarea.field {
    width: 96%;
    resize: vertical;
    border: 0;
    height: 105px;
    border-radius: 3px 3px 0 0;
    padding: 5px;
    margin: 0;
    outline: none;
    color: #000;
    background-color: #E8E8E8;
    z-index: 50;
    webkit-input-placeholder: #c0392b;
    moz-placeholder: #c0392b;
    moz-placeholder: #c0392b;
    ms-input-placeholder: #c0392b;
    font-size: 20px;
    padding: 2%;
    padding-bottom: 10px;
    padding-top: 15;
    box-shadow: inset 0 0 3px 1px #949494;
    outline-offset: 0;
    margin-bottom: 0px !important;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    padding: 7px;
    border: none;
}

::-webkit-scrollbar-thumb {
    height: 16px;
    border: 4px solid rgba(0, 0, 0, 0);
    border: none;
    background-clip: padding-box;
    outline: none;
   	border-radius: 3px;
    background-color: rgb(169, 169, 169);
    box-shadow: transparent 0 0 0 0;
}

::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    outline: none;
    width: 4px;
}

.header.admin{
	height: 110px;
}
pre{
	word-wrap: break-word;
	position: relative;
    display: inline-block;
    max-width: 900px;
}
.settings_top{
	margin-top:30px;
	background-color:#dcdcdc; 
	padding:15px;
}
.input_field {
	width:80%;
	font-size: 27px;
	border-radius: 1px;
	outline: none;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	/* margin-top: 6px; */
	margin-bottom: 6px;
	color: #000000;
	text-align: center;
}
.zabor>.row {
    width: 100%;
}

.red{
	/*font-weight:900; */
	color:#cf0a2c!important;
}
.blu{
	font-weight:900;
	color: rgb(93, 62, 255)!important;
}

.row_2{
	padding-top: 0px;
	width: 85%!important;
}

.row_2>div:nth-child(1) {
	display:inline-block;
	width: 24%;
	text-align:left;
	font-weight:900;
	padding:4px;
	padding:4px;
	padding-top: 11px;
	padding-left: 1%;
}
.row_2>div:nth-child(2) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 71%;
}
.row_3{
	padding-top: 20px;
	width: 85%!important;
}

.row_3>div:nth-child(1) {
	display:inline-block;
	width: 40%;
	text-align:left;
	font-weight:900;
	padding:4px;
}
.row_3>div:nth-child(2) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 18%;
}
.row_3>div:nth-child(3) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 38%;
}

.row_5{
	    padding-top: 5px;
}
.row_5>div:nth-child(1) {
	display:inline-block;
	width: 25%;
	text-align:left;
	font-weight:900;
	padding:4px;
}

.row_5>div:nth-child(2) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 11%;
}
.row_5>div:nth-child(3) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 9%;
}
.row_5>div:nth-child(4) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 37%;
}
.row_5>div:nth-child(5) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 13%;
}

.row_4{
	    padding-top: 10px;
}
.row_4>div:nth-child(1) {
	display:inline-block;
	width: 16%;
	text-align:left;
	font-weight:900;
	padding:4px;
}
.row_4>div:nth-child(2) {
	text-align:left;
	padding:4px;
	padding-top: 5px;
	display:inline-block;
	width: 11%;
}
.row_4>div:nth-child(3) {
	text-align: justify;
	padding:4px;
	display:inline-block;
	width: 53%;
}
.row_4>div:nth-child(4) {
	text-align: center;
	padding:4px;
	padding-top: 0;
	display:inline-block;
	width: 15%;
}
.row_top{
	margin-top: 5px;
	font-weight:900;
	color:#000;
}

.row_4_stat{
	    padding-top: 10px;
}
.row_4_stat>div:nth-child(1) {
	display:inline-block;
	width: 16%;
	text-align:left;
	font-weight:900;
	padding:4px;
}
.row_4_stat>div:nth-child(2) {
	text-align:left;
	padding:4px;
	display:inline-block;
	width: 21%;
}
.row_4_stat>div:nth-child(3) {
	text-align: justify;
	padding:4px;
	display:inline-block;
	width: 25%;
}
.row_4_stat>div:nth-child(4) {
	text-align: left;
	padding:4px;
	display:inline-block;
	width: 15%;
}

.row_4_stat>div:nth-child(5) {
	text-align: justify;
	padding:4px;
	display: inline-block;
	width: 18%;
}



input[type=checkbox] {
    height: 28px;
    width: 28px;
}
.row_n{
    width:100%;
    box-sizing:border-box;
    text-align:center;  
	display: inline-block;   
}
.row_n::after {
    content: '';
    width: 100%; 
    display:inline-block;
}

.row_n>div{
    display:inline-block;
    min-width:100px;
    margin-left:0.5%;
    margin-right:0.5%;
    margin-top: 5px;
    /* height: 100px; */
}
.date_input{
    width: 100%;
    font-size: 21px;
    border-radius: 1px;
    outline: none;
    border: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000000;
    text-align: center;
    min-width: 215px;
}
.r_15{
	width:9%;
}
.r_25{
	width:18%!important;
}
.r_35{
	width:27%;
}
.r_50{
	width:42%;
}
.r_65{
	width:65%;
}
.r_75{
	width:56%!important;
}
.r_100{
	width:98%!important;
	min-height: 50px;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.justify{
	text-align:justify;
	word-wrap: break-word;
}
.row_pad{
	/* padding-top: 4px!important; */
}
.num, .nowrap{
	white-space: nowrap!important;
}
.wide{
	width:100%!important;
}
.pointer{
	cursor:pointer;
}
.problem{
}
.problem:hover{
	background: rgb(224, 224, 224);
}
.regional_comapies>div>.track_init:hover{
	background: rgb(224, 224, 224);
	
}
.track:hover{
	background:none!important;
}
.opt_selector{
border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 229px!important;
    max-width: 229px;
    text-align: center;
    font-size: 27px;
    outline: none;
    text-decoration: none;
    /* width: 80%; */
    margin-left: 1.5%;
    margin-right: 1.5%;
    background: rgb(207, 125, 140);
    cursor: pointer;
}
.opt_selector:hover{
/*	background: rgb(120, 165, 88); */
}

.opt_selector_selected{
	background:rgb(158, 199, 128)!important;
}
.opt_selector_selected:hover{
	/*background: rgb(207, 80, 100)!important;*/
}
.h_35{
	height:35px;
}


.arrow_stat::after {
    content: '';
    background: url(img/arrow_ok.png);
    /* position: absolute; */
    width: 20px;
    height: 20px;
    bottom: 3px;
    /* margin-left: -87px; */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.arrow_asc::after{
	content: '';
    background: url(img/arrow_asc.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -3px;
}
.arrow_desc::after{
	content: '';
    background: url(img/arrow_desc.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -3px;
}
.sort_init{
	cursor:pointer;
}
.tt-menu {
    background: #fff;
	width: 100%;
}
.twitter-typeahead{
	width:100%;
}
.tt-suggestion.tt-selectable {
    padding: 5px;
	cursor:pointer;
}
.tt-suggestion.tt-selectable:hover{
	background: rgb(224, 224, 224);
}

.typehead_input  {
	width:100%;
	font-size: 27px;
	border-radius: 1px;
	outline: none;
	padding-top: 4px;
	padding-bottom: 4px;
	/* margin-top: 6px; */
	margin-bottom: 6px;
	color: #000000;
	text-align: center;
}
.tt-hint{
	color:#fff;
}
.row_border{
	border-right: 1px solid #ccc;
}
.doc_select:hover{
	cursor:pointer;
	background:#FF6969;
}

.doc_selected{
	background:#FF6969;
}
.dt_selected{
	background:#FF6969!important;
}
.dt_select:not(.not_active):hover:after{
	content: attr(desc);
    background: #ddd;
    position: absolute;
    width: 240px;
    height: 41px;
    margin-left: 57px;
    font-size: 12px;
    text-align: justify;
    vertical-align: middle;
    padding: 5px;
}
#container > center > div:nth-child(2) > div.responce_financial.sign > div > div:nth-child(4) > div.row_n.r_65 > div:nth-child(2n+1){
	background:#e8e8e8;
	height: 5px;
}
#container > center > div:nth-child(2) > div.responce_financial.sign > div > div:nth-child(4) > div.row_n.r_65 > div:nth-child(2n){
	background: #dedede;
	height: 5px;
}
#container > center > div:nth-child(2) > div.responce_financial.sign > div > div:nth-child(4) > div.row_n.r_65 > div:nth-child(2n+1):hover,#container > center > div:nth-child(2) > div.responce_financial.sign > div > div:nth-child(4) > div.row_n.r_65 > div:nth-child(2n):hover{
	background:#FF6969;
	cursor:pointer;
}

.finance_mt{
	margin-top: 6px!important;
    vertical-align: middle;
}
.finance_checkbox{
	margin-top: 10px!important;
    vertical-align: middle;
}
.padding_top_medium{
	padding-top:30px;
}
div.admin table tbody tr{
	height:50px;
	background-color:#dcdcdc;
}
div.admin table tbody tr:nth-child(2n+1){
	background-color:#e7e7e7;
}