* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	font-size: 1rem;
	line-height: 1.6;
}

body {
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	background: #fff;
}

a {
  color: #333;
  outline: none;
  text-decoration: none; 
}

a:focus, a:active, a:hover {
  color: #2f3f60;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

a.sort_asc {
	padding-left: 20px;
	background: url('../i/ic_keyboard_arrow_down_black_24px.svg') 0 50% no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
a.sort_desc {
	padding-left: 20px;
	background: url('../i/ic_keyboard_arrow_up_black_24px.svg') 0 50% no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

div.mobile-filters {
	display:none;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom:10px;
}

div.desktop-filters {
	text-align:right;
}

div.mobile-filters a {
	margin:0 5px;
	color: #666;
}

div.desktop-filters a {
	margin-left:10px;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  margin: 0;
  font-family: "Georgia", serif;
  font-weight: normal; }

h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  padding-bottom: 20px; }

h1 span {
	font-size: 0.8rem;
	line-height: 0.9rem;
	text-transform: uppercase;
	color: #666;
	display:block;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem; }

h3 {
  font-size: 1.33rem;
  line-height: 1.66rem; }

h4 {
  font-size: 1rem;
  line-height: 1.38rem; }

p {
	padding-bottom: 15px;
	line-height: 1.6;
}

.loader {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}

.loader_img {
	background: white url('../i/loader.gif') 10px 50% no-repeat;
	height: 50px;
	width: 200px;
	margin: 0 auto;
	line-height: 50px;
	text-indent: 60px;
	color: #2424aa;
	font-weight: 700;
}

.reducer {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

.layout {
	position: relative;
	min-height: 100%;
	min-width: 320px;
	z-index: 2;
}

header {
	padding: 0 0 20px;
	overflow: hidden;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border-bottom: 1px solid rgba(204,204,204,.5);
}

.header_top_container {
	position: relative;
	padding: 7px 20px;
	border: 1px solid rgba(204,204,204,.5);
	border-top: none;
	border-radius: 0 0 5px 5px;
	margin-bottom:20px;
}
.header_top_container:after {
	content: '';
	display: table;
	clear: both;
}

.header_top_container .float_left a {
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	padding-left: 22px;
	font-size: .7777777777777778rem;
	line-height: 1.111111111111111rem;
	text-decoration: none;
	background: url(../i/home.png) no-repeat left 20%;
}
.header_top_container a:hover {
	border-bottom-color: rgba(51, 51, 51, 0.2);
}

.header_top_container .float_right a {
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	font-size: .7777777777777778rem;
	line-height: 1.111111111111111rem;
	text-decoration: none;
}
.header_top_container a:hover {
	border-bottom-color: rgba(51, 51, 51, 0.2);
}


.logo {
	overflow: hidden;
	float: left;
	display: block;
	width:60%;
}

.logo_img {
	height: 80px;
	max-width: 80px;
}

.logo_img, .logo_text {
	float: left;
}

.logo_text {
	margin-left: 30px;
	max-width: 80%;
	line-height: 40px;
	margin-top: 5px;
}

.logo a:hover,
.logo a:active {
	color: #333 !important;
}

.uppercase_text {
	text-transform: uppercase;
	font-size: 18px;
}

.logo_text .middle_text {
	color: #333;
}

/*.nav {*/
	/*float: right;*/
	/*font-size: 16px;*/
	/*overflow: hidden;*/
/*}*/

/*.nav a {*/
	/*margin-left: 165px;*/
	/*margin-bottom:10px;*/
	/*display: inline-block;*/
	/*padding: 10px 0 10px 17px;*/
	/*background:url('../i/new-petition.png') no-repeat left center;*/
	/*font-size: 0.8rem;*/
	/*line-height: 0.9rem;*/
	/*text-transform: uppercase;*/
	/*color: #666;*/
/*}*/

.manage-tab {
    float: right;
    font-size: 16px;
    overflow: hidden;
}

.manage-tab a {
    margin-left: 165px;
    margin-bottom:10px;
    display: inline-block;
    padding: 0 0 0 17px;
    background:url('../i/new-petition.png') no-repeat left center;
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-transform: uppercase;
    color: #666;
}

.list_filter {
	text-transform: uppercase;
	color: #333;
	border-bottom: 2px solid #fc0;
	margin-right:20px;
	font-weight:normal;
}

.novisited.list_filter {
	color: #666;
	border-bottom: 2px solid transparent;
}

section {
	padding: 30px 0;
}

section.fltr {
	padding: 30px 0 0;
}

section.no_padding {
    padding: 0;
}

section.fltr.light-border {
	border-bottom: 1px solid rgba(204,204,204,.5);
	padding: 7px 0;
}

section.fltr.light-border .list_elem_col {
	border:none;
}

/* end of modyfied styles*/


.list_header {
	height: 60px;
	position: relative;
	z-index: 20;
}

.list_header_block {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 100%;
}

.list_header_block.fixed {
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0 0 10px gray;
	-moz-box-shadow: 0 0 10px gray;
	box-shadow: 0 0 10px gray;
}

.list_header_block.fixed .list_elem_col {
	border-bottom: none;
}

.list {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.list_row {
	display: table-row;
}

.list_elem_col {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7e7;
}
.list_elem_col_z80 {
	width: 90%;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7e7;
}
.list_elem_col_z7 {
	width: 7%;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7e7;
}
.list_elem_col_z13 {
	width: 13%;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7e7;
}

.list_elem_col.list_elem_col_head {
	font-weight: 600;
}

.list_elem_col em {
	display: none;
	font-style: normal;
}

.list_elem_title {
	width: 55%;
	padding-left: 5px;
	padding-right: 5px;
}

.list_elem_title h2 {
	font-size: 16px;
}

.list_elem_timer, .list_elem_vote {
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
}

.list_elem_timer span, .list_elem_vote span {
	font-size: 16px;
}

.list_row .homestraight {
	color: #a31f10;
	font-weight: 700;
}

.list_row .done {
	color: #1f802d;
	font-weight: 700;
}

.archive {
	font-size: 14px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.petition_author {
	font-size: 14px;
	padding-top: 20px;
	color: #696969;
}

.petition_status {
	font-size: 12px;
	color: #696969;
	padding-top: 2px;
}

.petition_date {
	font-size: 12px;
	padding-bottom: 15px;
	color: #696969;
	padding-top: 2px;
}

.petition_additional {
	position: absolute;
	width: 250px;
	right: 30px;
	top: 0;
	padding-bottom: 20px;
}

.petition_votes {
	font-size: 16px;
	width: 250px;
	height: 250px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #e3e3e3;
	position: relative;
}

.petition_votes_graph {
	position: relative;
	z-index: 1;
}

.petition_votes_txt {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 90px;
	width: 250px;
	height: 50px;
	text-align: center;
}

.petition_votes span {
	font-size: 36px;
	line-height: 1;
}

.petition_timer {
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}

.petition_timer span {
	font-size: 36px;
}

.petition_btn {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font: 1rem/1rem Georgia, "Times New Roman", Times, serif;
	background: #ffcc00;
	border:1px solid #ffcc00;
	border-radius:23px;
	padding: 15px;
	margin: 20px 0px;
}

.petition_btn.green {
	margin: 0px;
	background: #1f802d;
	font-weight: 400;
	font-size: 14px;
	padding: 7px 15px;
}

.petition_btn.red {
	margin: 0px;
	background: #a3121f;
	font-weight: 400;
	font-size: 14px;
	padding: 7px 15px;
}

.petition_btn.disabled {
	color: #909090;
	cursor: auto;
	background: #cccccc;
	border:1px solid #cccccc;
}

.petition {
	margin-right: 280px;
	word-wrap: break-word;
}

.add_petition_done h2 {
	padding-bottom: 20px;
}

.answer {
	overflow: hidden;
	padding: 20px 0px;
}

.answer_img {
	line-height: 0;
	font-size: 0;
	float: left;
	width: 75px;
	margin-right: -100%;
}

.answer_txt {
/*margin-left: 85px;*/
}

.answer_txt {
/*margin-left: 85px;*/
}

.answer_txt_header {
	font-size: 0.8rem;
	line-height: 0.9rem;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 10px;
}

.petition.red_text,
.petition.red_text .answer_txt_header {
   color:red;
    margin-bottom: 15px;
}

.petition.red_text .right_italic {
   text-align:right;
   font-style:italic;
   margin:10px 0 20px;
}

.voters {
	padding: 20px 0;
}

.voters a {
	font-size: 0.8rem;
	line-height: 0.9rem;
	text-transform: uppercase;
	color: #666;
}

.voters h3 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}

ul li {
	padding-left:20px;
	list-style-position:inside;
}

.voter {
	padding-bottom: 10px;
}

.pagination {
	padding: 10px 0px;
}

.pagination span, .pagination a {
	margin-right: 15px;
}

.filter .tar {
	width: 410px;
}

.error_txt {
	color: #a31f10;
	padding-top: 3px;
	font-style: italic;
}

.txt_area {
	height: 200px;
	width: 100%;
	resize: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(204,204,204,.5);
	border-radius:19px;
	font: 0.8rem/0.9rem Georgia, "Times New Roman", Times, serif;
}

.txt_area_sa {
	height: 50px;
	width: 100%;
	resize: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(204,204,204,.5);
	border-radius:19px;
	font: 0.8rem/0.9rem Georgia, "Times New Roman", Times, serif;
}
.txt_area_sb {
	height: 60px;
	width: 100%;
	resize: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(204,204,204,.5);
	border-radius:19px;
	font: 0.8rem/0.9rem Georgia, "Times New Roman", Times, serif;
}

.txt_area_small {
	height: 38px;
}

.txt_input {
    color: black;
	outline:none;
	height: 38px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid rgba(204,204,204,.5);
	border-radius:19px;
	font: 0.8rem/0.9rem Georgia, "Times New Roman", Times, serif;
}

/*nav .txt_input {*/
	/*width: 300px;*/
/*}*/

.txt_area.error, .txt_input.error {
	border: 1px solid #a31f10;
}

.btn_input {
	min-width: 100%;
	border: 2px solid #fff;
	border-radius: 20px;
	background: 0 0;
	padding: 10px 20px;
	font-size: .77rem;
	line-height: 1.11rem;
	text-transform: uppercase;
	color: #fff;
	font-family: Georgia,serif;
	outline:none;
}

.btn_input.disabled {
	color: #909090;
	cursor: auto;
	border:2px solid #909090;
}

.small {
	padding: 0px 15px;
	height: 30px;
}

.btn_input.search,
.btn_input.search.disabled {
	height:40px;
	margin-left:-34px;
	background:url(/i/search.png) no-repeat left center;
	width:40px;
	min-width:40px;
	border:none;
	cursor:pointer;
}

.btn_input.search:hover,
.btn_input.search:active {
	background:url(/i/search.png) no-repeat -40px center;
	border:none;
}

.form_grid {
	display: table;
	table-layout: fixed;
	margin-top: 15px;
	background: #2f3f60;
	padding:30px;
	min-width:50%;
}

.form_grid.add_petition_form {
	min-width:80%;
}

.form_grid_row {
	display: table-row;
}

.form_grid_cell {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
}

.form_grid_cell label {
	color: #fff;
}

.form_grid_cell,
.form_grid_cell a {
	color: #fff;
}

.form_grid_cell,
.form_grid_cell a,
.btn-section a,
.btn-section {
	color: #fff;
}

.form_grid_cell a,
.btn-section a {
	text-decoration:underline;
}

.form_grid_cell a:hover,
.btn-section a:hover {
	text-decoration:none;
	color: #fff !important;
}

.form_grid_cell.lbl {
	padding-right:20px;
	font-size: .7777777777777778rem;
	line-height: 1.111111111111111rem;
	color: #fff;
	white-space: nowrap;
	width:10px;
}

.btn-section {
	display: table;
	table-layout: fixed;
	background: #2f3f60;
	padding:30px;
	min-width:50%;
	border-top: 1px solid rgba(255,255,255,.2);
}

.btn-section-left {
	display:table-cell;
	vertical-align:top;
	width:300px;
	overflow:hidden;
}

.btn-section-right {
	display:table-cell;
	padding-left:7px;
	vertical-align:top;
}

.btn-section p {
	display:table-row;
}

.footer_spacer {
	height: 60px;
}

footer {
	height: 40px;
	padding: 20px 0 0;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	line-height: 20px;
	font-size: 12px;
	color: #535353;
	border-top: 1px solid rgba(204,204,204,.5);
}

.footer_nav {
	text-align:center;
}

.footer_nav a {
	color: #333;
	white-space: nowrap;
	margin:0 30px;
	font-size:1rem;
}

.footer_nav a:hover {
	border-bottom: 1px solid rgba(51,51,51,.2);
}

.copy {
	margin: 20px 0;
	text-align:center;
}

.copy span {
	display: inline-block;
	padding-left:50px;
	background:url(../i/gerb-sm.png) no-repeat left center;
}

.fade {
	position: fixed;
	z-index: 30;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.popup {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 31;
	width: 100%;
}

.popup_container {
	background: #fff;
	position: relative;
	margin: 0 auto;
	max-width: 600px;
}

.popup_close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	z-index: 2;
	background: #ffcc00;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 28px;
}

.popup_content {
	position: relative;
	z-index: 1;
	padding: 20px;
}

.popup_content h2 {
	padding-bottom: 20px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.vote-pet-title {
	margin-top:10px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align:center;
	margin:14px 0;
}

.share-title {
	margin-top:10px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.share {
	text-align:center;
}



.vote-mssg {
	margin-bottom: 16px;
	margin-top: 25px;
	text-align: center;
	color: #a31f10;
	border:1px solid #a31f10;
	padding:10px;
}

.vote-mssg a {
	color: #a31f10;
	border-bottom:1px dotted #a31f10;
	font-weight:bold;
}

.cc .petition_btn {
	margin:20px 60px;
}

.pagination a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border: 2px solid transparent;
  background: #2f3f60;
  border-radius: 50%;
}

.pagination a.active {
  color: #fc0;
  background: 0 0;
  border-color: #fc0;
}

.pagination a:hover {
	color: #fc0 !important;
}

.pagination .sep-dots {
  opacity: .5;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  color: #cdcdcd;
  border: 2px solid #cdcdcd;
  border-radius: 50%;
}

.prev_next.disabled {
	display:none;
}

@media only screen and (min-width:610px) and (max-width:885px) {
.logo {
  width: 100%;
}

.logo,  .nav {
	float: none;
}

.nav {
	padding-top: 17px;
}

/*.nav a {*/
	/*margin-left: 0px;*/
	/*margin-right: 10px;*/
	/*padding: 5px 10px 5px 17px;*/
/*}*/

.nav .tar {
	text-align:left;
}

.btn-section-right,
.btn-section-left {
	display: block;
}

}
@media only screen and (min-width:830px) and (max-width:950px) {

.txt_area {
	width: 100%;
	max-width: 500px;
}

.float_left {
	float:none;
}

.float_right {
	float:none;
}

.btn-section-right,
.btn-section-left {
	display: block;
}

}
@media only screen and (min-width:610px) and (max-width:829px) {

.list_header {
	display: none;
}

.logo img {
	height: 52px;
}

.logo_img {
	height: 52px;
	width: 60px;
}

.logo_text {
	margin-left: 1px;
	line-height: 10px;
	margin-top: 0;
}

.logo_text p {
	padding-bottom: 10px;
	line-height: 1.3;
}

.list,  .list_row {
	display: block;
}

.list_row {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.list_elem_col {
	display: block;
	border-bottom: none;
	padding: 0 5px;
}

.list_elem_col em {
	display: inline;
}

.list_elem_title {
	width: auto;
	padding-bottom: 2px;
}

.list_elem_timer,  .list_elem_vote {
	text-align: left;
	font-size: 13px;
}

.list_elem_timer {
	padding-bottom: 2px;
}

.list_elem_vote {
	padding-bottom: 5px;
}

.list_elem_timer span,  .list_elem_vote span {
	font-size: 14px;
}

.filter .tar {
	text-align: left;
	width: auto;
}

.filter .tar .txt_input,  .filter .tar .btn_input {
	margin-top: 5px;
}

.petition {
	margin-right: 0;
}

.petition_additional {
	position: relative;
	right: auto;
	margin: 0 auto;
}

.petition_additional.full {
	width: auto;
}

.footer_spacer {
	height: 60px;
}

footer {
	height: 60px;
	padding-bottom: 10px;
}

.footer_nav {
	float: none;
}

.footer_nav a {
	margin-left: 0;
	margin-right: 15px;
}

.btn-section-right,
.btn-section-left {
	display: block;
}

div.mobile-filters {
	display:block;
}
}
@media only screen and (min-width:0px) and (max-width:609px) {

header {
	padding: 10px 0;
}

.logo {
	float: none;
	width:100%;
}

.logo_text {
  padding-top: 0;
}

.list_header {
	display: none;
}

.logo,  .nav {
	float: none;
}

.nav {
	padding-top: 17px;
}

/*.nav a {*/
	/*margin-left: 0px;*/
	/*margin-right: 10px;*/
	/*padding: 5px 10px 5px 17px;*/
/*}*/

.nav .tar {
	text-align:left;
}

.logo img {
	height: 52px;
}

.logo_img {
	height: 52px;
	width:60px;
}

.logo_text {
	margin-left: 1px;
	line-height: 10px;
	margin-top: 0;
}

.logo_text p {
	padding-bottom: 0;
	line-height: 1.3;
}

.list,  .list_row {
	display: block;
}

.list_row {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.list_elem_col {
	display: block;
	border-bottom: none;
	padding: 0 5px;
}

.list_elem_col em {
	display: inline;
}

.list_elem_title {
	width: auto;
	padding-bottom: 2px;
}

.list_elem_timer,  .list_elem_vote {
	text-align: left;
	font-size: 13px;
}

.list_elem_timer {
	padding-bottom: 2px;
}

.list_elem_vote {
	padding-bottom: 5px;
}

.list_elem_timer span,  .list_elem_vote span {
	font-size: 14px;
}

.filter .tar {
	text-align: left;
	width: auto;
}

.filter .tar .txt_input,  .filter .tar .btn_input {
	margin-top: 5px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

.petition {
	margin-right: 0;
}

.petition_additional {
	position: relative;
	right: auto;
	margin: 0 auto;
}

.petition_additional.full {
	width: auto;
}

.form_grid,
.btn-section {
	display: block;
}

.form_grid_row,
.btn-section-right,
.btn-section-left {
	display: block;
}

.form_grid_cell {
	display: block;
}

.form_grid_cell.lbl {
	padding-bottom: 0;
	font-size: 14px;
}

.txt_input,  .txt_area {
	width: 100%;
}

.footer_spacer {
	height: 60px;
}

footer {
	height: 60px;
	padding-bottom: 10px;
}

.footer_nav {
	float: none;
}

.footer_nav a {
	margin-left: 0;
	margin-right: 15px;
}

.pagination span,  .pagination a {
	display: inline-block;
}

.pagination .prev_next {
	display: none;
}
.float_left {
	float:none;
}

.float_right {
	float:none;
}
div.mobile-filters {
	display:block;
}
}
@media only screen and (min-width:0px) and (max-width:350px) {

/*nav .txt_input {*/
  /*width: 230px;*/
/*}*/

.logo_text {
  max-width: 60%;
}

.pagination span,  .pagination a {
	display: inline-block;
}

.pagination .prev_next {
	display: none;
}
/*
	.answer_img {
		margin-right: 10px;
	}
	.answer_txt {
		margin-left: 0px;
	}
	.answer_txt_header {
		height: 75px;
		display: table-cell;
		vertical-align: middle;
		width: 100px;
	}
	*/
}


.share_btn {
	max-width: 120px;
	padding: 0 5px;
	margin: 0 auto 10px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.share_btn span {
	float: right;
}
.share_btn.fb {
	background: #3c5a98;
}
.share_btn.vk {
	background: #48729e;
}
.share_btn.tw {
	background: #00aced;
}
.share_btn.gp {
	background: #c25234;
}



.no_indent {
	padding: 0;
	margin: 0;
}

.c {
	float: right;
	position: relative;
	right: 50%;
}

.cc {
	float: left;
	position: relative;
	left: 50%;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.ovh {
	overflow: hidden;
}

.tar {
	text-align: right;
}

.vat {
	vertical-align: top;
}

/*alexkor*/
.step2_form {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.text_center {
	text-align: center;
}
.form_tabs {
	display: none;
	padding-top: 10px;
}
.form_tabs.active {
	display: block;
}
.form_radio_item {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.label {
	display: inline-block;
	color: #fff;
	border-bottom: 2px solid transparent;
}
.label.act {
	border-bottom-color: #fc0;
}
.label input {
	position: absolute;
	top: 6px;
	left: 0;
	width: 12px;
	height: 12px;
}
.form_col {
	padding-bottom: 10px;
}
.form_col label, .form_col .form_grid_txt {
	color: #fff;
}
.form_col .selectBox-dropdown {
	max-width: 200px;
}
#next_btn {
	position: relative;
	top: 7px;
}
.btn_input:hover {
	border-color: #fc0;
	background: #fc0;
}
.btn_input[disabled="disabled"], .btn_input[disabled="disabled"]:hover, .btn_input[disabled="disabled"]:focus, .btn_input.disabled:hover, .btn_input.disabled:focus {
	border-color: #909090 !important;
	background: transparent !important;
	color: #909090 !important;
}
a.btn_input:focus, a.btn_input:hover {
	color: #fff !important;
}
a.btn_input {
	text-decoration: none;
}
.form_grid_table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.form_grid_table .form_grid_cell.lbl {
	width: 90px;
}
.form_message {
	text-align: center;
}
.form_message, .form_message h2 {
	color: #fff !important;
}
.form_message .txt_input {
	width: auto;
	min-width: 220px;
	text-align: center;
}
.form_grid_cell {
	vertical-align: middle;
}
.form_grid_cell.half .txt_input {
	width: 40%;
}
.user-name {
	font-size: 2.14rem;
	line-height: 1;
	color: #fc0;
}
.forms_btn {
	padding: 20px 0;
	text-align: center;
}
.forms_btn .btn {
	margin-right: 10px;
}
.btn {
	min-width: 100%;
	border: 2px solid #fff;
	border-radius: 20px;
	background: 0 0;
	padding: 10px 20px;
	font-size: .77rem;
	line-height: 1.11rem;
	text-transform: uppercase;
	color: #fef;
	font-family: Georgia,serif;
	outline: none;
	text-decoration: none;
}
.btn:hover, .btn:focus {
	border-color: #fc0;
	background: #fc0;
	color: #fff !important;
}
#form_message_2 {
	display: none;
}

div#error{
	color: red; font-size: 17px; text-align: center
}

div#error a{
	text-decoration: underline;
	cursor: pointer;
}
div#error a:hover{
	text-decoration: none;
}
a{
	cursor: pointer;
}
.form_radio_item {
	margin: 0 5% 2%;
}

.row {
	position: relative;
	margin: 0 -5px;
	box-sizing: border-box;
	/*color: #fff;*/
}
.col-xs-6 {
	float: left;
	width: 50%;
	min-height: 1px;
	padding: 0 5px;
	box-sizing: border-box;
}
.col-xs-12 {
	float: left;
	width: 100%;
	min-height: 1px;
	padding: 0 5px;
	box-sizing: border-box;
}

.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}


.form_row {
	padding: 5px 0;
}
.form_row_label {
	float: left;
	width: 30%;
	min-height: 1px;
}
.form_row_label.short {
	width: 15%;
}
.form_row_input {
	float: left;
	width: 70%;
	min-height: 1px;
}
.form_row_input.short {
	width: 85%;
}
.fluid_text {
	float: right;
	width: 430px;
}
.reducer .btn-section {
	width: 545px;
}
.choise_type {
	margin-top: 20px;
}
.choise_type label {
	font-size: 16px;
}
.error_txt {
	color: #ec4036;
}
.btn_input.search:hover {
	background: url(/i/search.png) no-repeat right center !important;
}

.search_form {
    margin-bottom: 15px;
    background: #2f3f60;
    position: relative;
}

.search_form .col-xs-6 {
    width: 50%;
    float: none;
    min-height: 1px;
    padding: 0 5px;
    box-sizing: border-box;
}

.search_form .col-xs-12 {
    width: 100%;
    float: none;
}

.search_form .search_form_section {
    max-width: 1150px;
    padding: 20px;
    margin: 0 auto;
}

.search_form .row {
    margin-top: 5px;
}

.search_form .search_form_el {
    padding-right: 15px;
    display: inline-block;
}

.search_form_el .btn_input.search {
    margin-left: 0;
    border: 2px solid #fff;
}

.search_form_el .btn_input.search:hover {
    background: url(/i/search.png) no-repeat right center !important;
    margin-left: 0;
    border: 2px solid #fff;
}

/*---------SelectBox---------*/
#grid_bank_field > .selectBox-dropdown {
    width: inherit !important;
}
.selectBox-dropdown {
    width: 100% !important;
    box-shadow: none;
    border-radius: 20px;
    font-family: "Georgia", sans-serif;
    text-transform: none;
    text-align: center;
    cursor: pointer; }
.selectBox-dropdown .selectBox-label {
    padding: 5px 20px 0 10px;
    line-height: 1.45rem; }
.selectBox-dropdown .selectBox-arrow {
    width: auto;
    height: auto;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    background: none;
    border: none;
    font: normal normal normal 14px/25px FontAwesome;
    color: #ffcc00; }
/*.selectBox-dropdown .selectBox-arrow:before {*/
    /*content: "\f107"; */
/*}*/
.selectBox-dropdown.white {
    border: 2px solid #fff;
    background: none;
    color: #fff; }
.selectBox-dropdown.white:hover, .selectBox-dropdown.white:focus {
    color: #fff !important; }

.selectBox-dropdown-menu {
    /*width: 165px !important;*/
    box-shadow: none;
    border: 2px solid rgba(204, 204, 204, 0.5); }
.selectBox-dropdown-menu.white {
    border: 2px solid #fff; }

.selectBox-options LI.selectBox-selected A {
    background: none; }

.selectBox-options LI.selectBox-hover A {
    background: none; }

/*---------SelectBox---------*/


.template_create button.btn {
    background-color: #1f802d;
    float: right;
    min-width: initial;
    border: 2px solid #fc0;
    /*border-radius: 10px;*/
    /*padding: 10px 20px;*/
    /*line-height: 1.11rem;*/
    text-transform: none;
    color: #fff;
    font: 0.9rem/1.0rem Georgia, "Times New Roman", Times, serif;
    /*outline: none;*/
    /*text-decoration: none;*/
    margin-right: 10px;
    
}

.template_create button.btn:hover, button.btn:focus {
    border-color: #fc0;
    background: #fc0;
    color: #fff !important;
}


.modal-dialog .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-transform: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: inherit;
    background: inherit;
}

.modal-dialog .btn:hover,
.modal-dialog .btn:focus,
.modal-dialog .btn.focus {
    color: #333;
    text-decoration: none;
}

.modal-dialog .btn:active,
.modal-dialog .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.modal-dialog .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.modal-dialog .btn-default .badge {
    color: #fff;
    background-color: #333;
}
.modal-dialog .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.modal-dialog .btn-default:hover,
.modal-dialog .btn-default:focus,
.modal-dialog .btn-default.focus,
.modal-dialog .btn-default:active,
.modal-dialog .btn-default.active,
.modal-dialog .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.modal-dialog .btn-default:active,
.modal-dialog .btn-default.active,
.modal-dialog .open > .dropdown-toggle.btn-default {
    background-image: none;
}

#addTemplate {
    display: none;
}
#addTemplate .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-transform: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: inherit;
    background: inherit;
}

#addTemplate .btn:hover,
#addTemplate .btn:focus,
#addTemplate .btn.focus {
    color: #333;
    text-decoration: none;
}
#addTemplate .btn:active,
#addTemplate .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
#addTemplate .btn.disabled,
#addTemplate .btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
#addTemplate .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#addTemplate .btn-default .badge {
    color: #fff;
    background-color: #333;
}
#addTemplate .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#addTemplate .btn-default:hover,
#addTemplate .btn-default:focus,
#addTemplate .btn-default.focus,
#addTemplate .btn-default:active,
#addTemplate .btn-default.active,
#addTemplate .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#addTemplate .btn-default:active,
#addTemplate .btn-default.active,
#addTemplate .open > .dropdown-toggle.btn-default {
    background-image: none;
}

#addTemplate .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#addTemplate button.close {
     -webkit-appearance: none; 
     padding: 0; 
     cursor: pointer; 
     background: 0 0; 
     border: 0; 
}

#addTemplate h3 {
    font-size: inherit;
}

#templates-list .txt_area{
    font: 1.1rem Georgia, "Times New Roman", Times, serif;;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

textarea.form-control {
    height: 250px;
}

.template_rejected_btn {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font: 1rem/1rem Georgia, "Times New Roman", Times, serif;
    background: #ffcc00;
    border:1px solid #ffcc00;
    border-radius:23px;
    padding: 15px;
    margin: 20px 0px;
}

.template_rejected_btn.green {
    margin: 0px;
    background: #1f802d;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 15px;
}

.template_rejected_btn.red {
    margin: 0px;
    background: #a3121f;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 15px;
}

.note_block_container .selectBox-dropdown,
.note_block_container .selectBox-dropdown .selectBox-label {
    width: auto !important;
    min-width: 200px;
    height: 32px;
}


.message-box {
    position: fixed;
    right: 10%;
    top: 0;
    left: 50%;
    z-index: 1050;
    margin: 9px 0;
    padding: 8px 35px 8px 14px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
}

.message-box-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.message-box-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.message-box .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.message-box .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.message-box button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.editable {
    display: none;
}

#user_edit_form .editable.form-control {
    width: 30%;
}

.custom_form td input {
    width: 30%;
}

.custom_form .btn,
.action_btn_group .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-image: none;*/
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: inherit;
    text-transform: none;
}

.note .btn {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    color: #333;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #ccc;
    isplay: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    
    
}

.note .btn.active, .note .btn:active  {
    background-image: none;
}

.note p {
    padding-bottom: 0;
    line-height: 1;
}

.tooltip.fade {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    /*opacity: 0;*/
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    width: inherit;
    height: inherit;
    background: none;
    /*position: absolute;*/
}

.custom_form .btn-primary, .action_btn_group .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.custom_form .btn-warning, .action_btn_group .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.custom_form .btn-success, .action_btn_group .btn-success {
    color: #fff;
    background-color: #5cb85c;
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.custom_form .btn-default, .action_btn_group .btn-default,
.custom_form .btn-primary,.action_btn_group .btn-primary,
.custom_form .btn-success,.action_btn_group .btn-success,
.custom_form .btn-info,.action_btn_group .btn-info,
.custom_form .btn-warning,.action_btn_group .btn-warning,
.custom_form .btn-danger,.action_btn_group .btn-danger {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}

.custom_form .btn-danger, .action_btn_group .btn-danger {
    color: #fff;
    background-color: #d9534f;
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.custom_form .btn-primary.active, .action_btn_group .btn-primary.active,
.custom_form .btn-primary.focus, .action_btn_group .btn-primary.focus,
.custom_form .btn-primary:active, .action_btn_group .btn-primary:active,
.custom_form .btn-primary:focus, .action_btn_group .btn-primary:focus,
.custom_form .btn:hover, .action_btn_group .btn-primary:hover,
.custom_form .open>.dropdown-toggle.btn-primary, .action_btn_group .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background: #286090;
    border-color: #204d74;
}

.action_btn_group .btn-warning.active,
.action_btn_group .btn-warning.focus,
.action_btn_group .btn-warning:active,
.action_btn_group .btn-warning:focus,
.action_btn_group .btn-warning:hover,
.action_btn_group .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background: #ec971f;
    border-color: #d58512;
}

.action_btn_group .btn-success.active,
.action_btn_group .btn-success.focus,
.action_btn_group .btn-success:active,
.action_btn_group .btn-success:focus,
.action_btn_group .btn-success:hover,
.action_btn_group .open>.dropdown-toggle.btn-success {
    color: #fff;
    background: #449d44;
    border-color: #398439;
}

.action_btn_group .btn-danger.active,
.action_btn_group .btn-danger.focus,
.action_btn_group .btn-danger:active,
.action_btn_group .btn-danger:focus,
.action_btn_group .btn-danger:hover,
.action_btn_group .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background: #c9302c;
    border-color: #ac2925;
}


.panel-heading .edit,
.panel-heading .edit a {
    color: #ccc;
}
.panel-heading .save,
.panel-heading .save a {
    color: #1f802d;
}
.panel-heading .save {display: none;}
.panel-heading .cancel,
.panel-heading .cancel a {
    color: #a3121f;
}
.panel-heading .cancel {display: none;}

#user_edit_btn, #user_edit_btn a{
    color: #ccc;
}

#user_save_btn, #user_save_btn a {
    color: #1f802d;
}

#user_cancel_btn {
    display: none;
}

#user_save_btn {
    display: none;
}

#user_cancel_btn, #user_cancel_btn a {
    color: #a3121f;
}

h1#user_detail_name > span  {
    font-size: 10px;
    vertical-align: middle;
    width: inherit;
    display: inline-block;
    padding: 4px 5px;
}

h1#petition_detail_title > span  {
    font-size: 10px;
    vertical-align: middle;
    width: inherit;
    display: inline-block;
    padding: 4px 5px;
}

.custom_form .is_active, 
.custom_form .is_not_active {
    padding: 4px 5px;
}

.user_btn_group {
    padding-right: 5px;
    padding-left: 5px;
}

.list_elem_col .close {
     float: none; 
     font-size: inherit; 
     font-weight: inherit; 
     line-height: inherit; 
}


/***********/
.search_form .catalog_filter .date_td {
    /*width: 65px; */
}
.search_form .catalog_filter .date_td input {
    width: 100%;
    text-align: center;
}
.date_td {
    width: auto; 
}

.blue_icon .ui-datepicker-trigger {
    border-color: #fff;
}
.blue_icon .ui-datepicker-trigger:hover {
    border-color: #ffcc00;
}
.ui-datepicker-trigger:hover {
    background-color: #ffcc00;
}
.ui-datepicker-trigger:hover {
    border-color: #ffcc00;
}
.search_form .datepicker {
    float: right;
    width: 100%;
    /*padding: 0;*/
    color: #fff;
}
.datepicker {
    width: 70%;
    border: none;
    background: 0 0;
    height: auto;
    padding: 0 0 0 15px;
    line-height: 40px;
    color: #333;
}

.search_form .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    margin: 0 auto;
    float: none;
    display: block;
    background-position: -132px 0;
}

.ui-datepicker-trigger {
    /*float: left;*/
    width: 40px;
    height: 40px;
}

.ui-datepicker-trigger {
    /*position: relative;*/
    color:#fff;
    background: none;
    background-color: #2f3f60;
    border: 2px solid #2f3f60;
    border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.ui-datepicker-trigger:before {
    content: "\f073";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -7px;
}
.search_form .catalog_filter {
    padding: 0;
    color: #fff;
}

.search_form .date_td {
    width: auto;
    /*padding: 0 0 0 45px;*/
}

.search_form_section .datepicker {
    width: 100%;
    /*padding: 0;*/
}
/*.search_form_section .separator_date {*/
    /*text-align: center;*/
/*}*/

.separator_date {
    text-align: left;
    width: 30px;
}

.ui-datepicker {
    padding: 0;
    border-radius: 0;
    border: none;
    background: #2f3f60;
    margin-top: 15px;
    margin-left: -188px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .4em 0;
}
.ui-widget-header {
    background: #2f3f60;
    border: none;
    border-radius: 0;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker-calendar {
    border-top: 1px solid rgba(255,255,255,.1);
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-widget-header a {
    color: #222;
}
.ui-datepicker .ui-datepicker-title {
    color: #fff;
    padding: 0;
    font-size: .77rem;
    line-height: 40px;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-widget-header .ui-datepicker-next span, .ui-widget-header .ui-datepicker-prev span {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: 40px;
    height: 40px;
    background: 0 0;
    text-indent: 0;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    /*left: 50%;*/
    margin-left: -8px;
    top: 20%;
    margin-top: -8px;
}
.ui-widget-header .ui-datepicker-prev .ui-icon:before {
    content: "";
}
.ui-widget-header .ui-datepicker-next .ui-icon:before {
    content: "";
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-widget-header .ui-datepicker-next span:before, 
.ui-widget-header .ui-datepicker-prev span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -5px;
    font: normal normal normal 24px/34px FontAwesome;
    color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    color: #666;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-datepicker th {
    width: 40px;
    height: 40px;
    padding: 10px 0 0;
    font-size: .77rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border: 0;
    
}
.ui-datepicker td {
    padding: 0;
}
.ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-active {
    border-color: #fc0;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: 0 0;
    font-size: .77rem;
    line-height: 40px;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    margin: 0 auto;
}
.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
 

}
.ipn_button {
    position: absolute;
    right: 30px;
    top: 27px;
}

.search_no_result {
    padding: 21px;
    color: grey;
}
/***********/

@media (max-width: 1268px) {
    .ipn_button {
        position: absolute;
        right: 75px;
        top: 100px;
    }
} 

@media (max-width: 1140px) {
	.fluid_text {
		float: none;
		width: auto;
		padding-top: 5px;
	}
    .search_form .search_form_section {
        padding: 10px;
    }

    .search_form .search_form_el {
        padding-right: 0;
    }

    .ipn_button {
        position: absolute;
        right: 50px;
        top: 75px;
    }
}

/*@media (max-width: 930px) {*/
    /*.ipn_button {*/
        /*position: absolute;*/
        /*right: 30px;*/
        /*top: 27px;*/
    /*}*/
/*}*/

@media (max-width: 768px) {
	.reducer .form_grid.sm-f, .reducer .btn-section {
		width: 100%;
		box-sizing: border-box;
	}
    
    .search_form .search_form_section {
        padding: 10px;
    }
    
    .search_form .search_form_el {
        padding-right: 0;
    }
}

@media (max-width: 766px) {
	.col-xs-6 {
		width: 100%;
	}
	.form_row_label {
		width: 18%;
	}
	form_row_label.short {
		display: none;
	}
	.form_row_input.short {
		width: 100%;
	}
	#login .form_grid_cell {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.form_grid_cell.lbl {
		padding-bottom: 5px;
	}
	.reducer {
		margin-bottom: 20px;
	}

    .search_form .search_form_section {
        padding: 10px;
    }

    .search_form .search_form_el {
        padding-right: 0;
        margin-right: -1px;
    }
}

@media (max-width: 720px) {
    .search_form .search_form_section {
        padding: 10px;
    }

    .search_form .search_form_el {
        padding-right: 0;
        margin-right: -2px;
    }
    
}

@media (max-width: 640px) {
	.form_row_label, .form_row_input {
		width: 100%;
	}
	.form_row_label {
		padding-bottom: 5px;
	}
	.registration .form_grid_row .form_grid_txt {
		display: block;
		margin-top: 45px;
	}

    .search_form .search_form_section {
        padding: 10px;
    }

    .search_form .search_form_el {
        padding-right: 0;
        display: block;
        width: 100%;
        padding-bottom: 5px;
    }

    .ipn_button {
        margin-top: -50px;
        margin-right: 30px;
        float: right;
        position: relative;
        right: 0;
        top: 0;
    }
}

@media (max-width: 499px) {
	.capcha_cell {
		text-align: center;
	}
	.capcha_cell input {
		width: 100% !important;
		margin-top: 10px !important;
		margin-left: 0 !important;
	}
	.capcha_cell img {
		float: none !important;
		display: inline-block
	}
	.login_bottom_links {
		display: block !important;
		padding-top: 10px;
	}
	.form_grid_row.text_center {
		text-align: left;
	}
	.form_radio_item {
		margin: 0 0 2%;
	}
	.reg_block .selectbox {
		margin-top: 10px;
	}
	.form_grid {
		padding-bottom: 10px;
	}
	.footer_nav a {
		white-space: normal;
	}
    
    .search_form .search_form_section {
        padding: 10px;
        display: block;
    }

    .search_form .search_form_el {
        padding-right: 0;
    }

    .ipn_button {
        margin-top: -50px;
        margin-right: 30px;
        float: right;
        position: relative;
        right: 0;
        top: 0;
    }

}

.recovery_confirm_btn {
    display: inline-block;
    width: 100%;
    max-width: 20.625rem;
    margin: 0;
    padding: 1.125rem 1.375rem;
    border-radius: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.78;
    letter-spacing: 0.1em;
    color: #ececec;
    text-transform: uppercase;
    text-align: center;
    background: #2f3f60;
    box-shadow: none;
    outline: none;
    border: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media print {
    .popup-container {
        display: none;
    }
}
