hr {
	margin-bottom: 25px !important;
    margin-top: 25px !important;
}
.user-registration-MyAccount-navigation ul li:hover .submenu {
  visibility: visible !important;
}
.submenu {
  background-color: #824a00 !important;
  visibility: hidden;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.submenu li{
	border: 1px solid yellow;
	width: 100%;
}
.submenu li:hover{
	background-color: #823000 !important;
}
/* .fa {
  font-family: "FontAwesome";
  color: inherit;
  padding-left: 5px;
} */
table.tbl-hint-doc thead{
	background-color: #d2ffd6;
}
table.tbl-hint-doc td, table.tbl-hint-doc th{
	padding: 3px;
	text-align: center;
}
#docs-cont{
	max-height: 200px;
	display: flex;
}
table.tbl-hint-doc{
	margin: 0;
	overflow-y: auto;
	height: auto;
	display: block;
}
.tsn-uchastok p{
	margin-bottom: 0.6em;
}
.tsn-uchastok table{
	font-size: 0.8em;
	color: black;
}
.tsn-uchastok table td{
	padding: 5px;
}
.tsn-uchastok table th{
	text-align: center;
	background-color: #14a90061;
}
.tsn-view table th, .tsn-view table td, .tsn-view table{
	border: 1px solid rgba(0,0,0,.15);
}
.tsn-view th, .tsn-view td{
	padding: 8px;
}
.tsn-uchastok>tbody>tr:nth-child(even), table.tbl-hint-doc>tbody>tr:nth-child(even){
	background-color: #59ff0017;
}
.tsn-uchastok tbody tr:hover, table.tbl-hint-doc>tbody>tr:hover{
	background-color: #85d04a47;
}
.tsn-uchastok tbody tr[class="tsn-dolg"] {
	background-color: #ff0000cf;
}
.tsn-uchastok tbody tr[class='tsn-dolg']:hover{
	background-color: red;
}
.tsn-uchastok tbody tr[class='tsn-dolg-war'] {
	background-color: #f2ff00a8;
}
.tsn-uchastok tbody tr[class='tsn-dolg-war']:hover{
	background-color: #f2ff00e0;
}
.tsn-itog{
	font-size: 1.2em;
	font-weight: 600;
	border: 1px solid #1c3a21bf;
}
.tsn-itog-dolg{
	background-color: #ff2f00;
}
.tsn-itog-pay{
	background-color: #f3f584;
}
.tsn-oplata-action{
    margin: 0px 5px;
    padding: 4px 10px;
    text-decoration: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #25a916;
    text-shadow: none;
    font-weight: 600;
    font-size: 1.2em;
    line-height: normal;
    color: #dcffca;
    cursor: pointer;
    outline: 0;
}
.tsn-itog a{
	color: white;
}
.tsn-itog a:hover{
	color: #9a0000;
}
.tsn-oplata-button{
	min-width: 80%;
    margin: 0px 5px;
    padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #25a916;
    text-shadow: none;
    font-weight: 500;
    font-size: 1.2em;
    line-height: normal;
    color: #dcffca;
    cursor: pointer;
    outline: 0;
}
.real-hint {
	font-size: 0.8em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 10px;
	display: none;
	padding: 4px 8px;
	position: absolute;
	max-width: 250px;
	z-index: 999;
	text-align: center;
}
.real-hint input[type="number"]{
	padding: 3px !important;
	font-size: 1.2em;
}

.real-hint input[type="button"]{
	padding: 3px 18px !important;
	margin-top: 7px;
	margin-bottom: 1px;
	font-size: 1.2em;
}
.real-hint .prm-cross {
	background: url("../ico/cross.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
	cursor: pointer;
	float: right;
	height: 16px;
	margin-top: 3px;
	padding-left: 15px;
	right: 10px;
	width: 16px;
}
.real-hint:after{
	content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-bottom: 10px solid #63e063;
    top: -11px;
}

.tsn-sub-menu{  
    margin: 8px 0 0;
    padding: 0;
    font-size: 0.9em;
    margin-bottom: 8px;
    box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.tsn-view nav ul{
	margin-left: 0;
}
.tsn-view td{
	border-width: 0 1px 1px 0 !important;
}
.tsn-view table{
	table-layout: auto;
}
.tsn-sub-menu li{ 
	list-style: none;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    border: 1px solid yellow;
	position: relative;
	box-shadow: 0 0 0 transparent;
	width: 25%;
	text-align: center;
	background-color: #549800;
}
.tsn-sub-menu .tsn-no-active:hover { 
	background-color: #488200;
}
.tsn-sub-menu li a{
	padding: 6px;
	text-align: center;
	color: white;
	display: block;
}
.tsn-sub-menu .tsn-active{
	background-color: #22481f;
}
@media screen and (max-width: 600px) {
	.tsn-uchastok table {
		overflow-x: auto;
		display: block;
		-webkit-overflow-scrolling: touch;
	}
	.tsn-sub-menu li{ 
		width: 50%;
	}
}
.tsn-pokaz{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	vertical-align: center;
	border: none !important;
	background-color: none;
}
.tsn-pokaz tbody tr td{
	padding: 0px;
	border: none;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	background-color: none;
}
.tsn-pokaz tbody tr td span{
	font-size: 0.8em;
	}
.tsn-pokaz tbody tr:hover{
	background-color: transparent;
}
.tsn-table-view{
	margin: 0px;
	border-collapse: collapse;
	width: auto;
	
	border: none;
	float: left;
	margin-bottom: 5px;	
	margin-right: 5px;
}
.tsn-last-el-info{
	min-width: 50%;
}
.tsn-last-el-info tbody td{
	border: #d5da7e solid 1px;
}
.tsn-last-el-info > tbody tr td:nth-child(2){
	font-weight: bold;
}
.tsn-last-el-info > tbody > tr > td:nth-child(1){
	font-style: italic;
}
.tsn-last-el-info > tbody > tr {
	background-color: #e1fde15c;
}
.tsn-last-el-info > tbody > tr:hover {
	background-color: #5ae00347;
}
.tsn-pok-cont{
	width: 100%;
	height: 100%;
	display: block;
}
.tsn-input-pokaz{
	display: flex
	float: left;
	text-align: center;
}
.tsn-form-pokaz {
	display: none;
}
.tsn-form-pokaz input{
	padding: 3px;
	margin-bottom: 2px;
	
}
.tsn-table-pok{
	width: 100%;
}
.tsn-table-pok tbody td{
	text-align: center;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.tsn-table-pok > tbody > tr:hover {
	background-color: transparent;
}
input[type="submit"][disabled] {
	background-color: #8896897d;
}
.tsn-kvit{
	text-align: center;
	padding: 0px !important;
	margin: 0px !important;
}
button.dis-button, button.dis-button:hover{
	background-color: #bcbcbc;
	cursor: default;
}
#vote-wrap button{
	font-size: inherit;
}
.tvote-q-a ul li, .tvote-q-a ul{
	margin: 0 0 2px 2px !important;
	list-style: none;
	list-style-type: none !important
}
.tvote-dolia{
	border: 1px solid #00ff4d;
	background-color: #dbeed9;
	margin-bottom: 5px;
	padding: 5px;
}
.tsn-vote-rules ol, .tsn-vote-rules ol li{
	line-height: 1.5em;
	margin-bottom: 0 !important;
}
.tsn-vote-rules{
	margin-bottom: 8px;
	padding-bottom: 4px;
}