﻿html {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: normal;
	background-color: #FFF;
	list-style-image: url(../images/bullet.png) !important;
}

.list-style {
	list-style-image: url(../images/bullet.png) !important;
}
img {
	text-align: center;
}

nav {
	background: rgba(256, 256, 256, 0.7);
	border: 0px solid #999;
	color: #0079C2;
	position: relative;
}
.phone-menu {
	background: rgba(0, 109, 217);
	border: 0px solid #999;
	position: relative;
	z-index: 10;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 5px;
	padding-left: auto;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 60px;
}
.uk-navbar-toggle {
    color: #fff;
}

section {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
input, textarea {
	width: 100%;
}
fieldset {
	border: 0px;
}
p {
	text-align: justify;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a {
	color: #0079C2;
}
a:visited {
	color: #0079C2;
}
a:hover {
	color: #0079C2;
}
a:active {
	color: #0079C2;
}
a.uk-contrast {
	color: #fff;
}
a:visited.uk-contrast {
	color: #fff;
}
a:hover.uk-contrast {
	color: #fff;
}
a:active.uk-contrast {
	color: #fff;
}


footer{
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	background-color: #0079C2;
	margin: 0px;
}
footer a{
	color: #FFE495;
	text-decoration: none;
}
footer a:visited{
	color: #FFE495;
	text-decoration: none;
}
footer a:hover{
	color: #FFC106;
	text-decoration: none;
}
header {
	color: #000000;
    background: linear-gradient(to right, #0079C2 50%, #0079C2 50%);
}
.yellow {
    background: #FFD24D;
    }
.header-small {
    background: linear-gradient(to bottom, #0079C2 50%, #FFD24D 50%);
    }


nav {
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	color: #000!important;
	background-color: #FFF!important;
}
nav a{
	font-size: 18px !important;
	text-decoration: none !important;
}
nav a:hover{
	color: #FFF !important;
	background-color: #0079C2 !important;

}
nav a:active{
	color: #FFF !important;
	background-color: #005E95 !important;
	
}

section {
	position: relative;
	margin-bottom: 30px;
}

label {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


h1 {
	color: #0079C2;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #0079C2;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-top: 1px;
}

h3 {
	font-size: 26px;
	font-weight: bold;
	color: #0079C2;
	text-align: center;
	padding: 10px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #0079C2;
	text-align: left;
	padding: 10px;
}
h5 {

}

ul {
}
.uk-text-large { font-size: 26px !important; }
.uk-heading-large {
	font-size: 30px !important; 
}
.slider {
	background-color: #EFEFEF;
}
.yellow {
	background-color: #FFD24D;
}

.grey {
	background-color: #EFEFEF;
}

.stage {
	font-size: 20px;
	line-height: normal;
}

.image {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #0079C2;
	display: block;
	height: 100%;
	max-height: 400px;
	width: auto;
	left: auto;
	right: auto;
}

.recall {
	border: 1px solid #0079C2;
	background-image: url(../images/quote.png);
	background-repeat: repeat-y;
	-moz-background-size: 100%; /* Firefox 3.6+ */
	-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
	-o-background-size: 100%; /* Opera 9.6+ */
	background-size: 100%; /* Современные браузеры */
}

.hand {	cursor: pointer;}
.normal {
	font-weight: normal;
}



.header-text-white {
	text-align: left;
	color: #FFF;
	font-size: 14px;
}

.header-text {
	text-align: left;	
}
.header-text img {
	padding-top: 5px;
}
.menu {
	text-align: center;
	width: 1000px;
}
.menu-user a{ 
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 28px;
}
.menu-user a:visited{ 
	color: #FFF;
}
.main {
	position: relative;
	z-index: 1;
	min-height: 600px;
	background-color: #FFF;
}
.partner img {
	display: inline;
	text-align: center;
}
.contact {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	right: 0px;
	bottom: 0px;
	height: 30px;
}

.big {
	font-size: 30px;
}


.error {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #F30;
	display: block;
}

.items-row {
	display: block;
	clear: both;
	float: none;
}
.fn {
	font-size: 16px;
}

.btn {
	color: #0079C2 !important;
	font-size: 1.2em;
	line-height: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	display: inline-block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 47%;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	border: 2px solid #0079C2;
}

.uk-button-primary {
    background-color: #0079C2;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px ;
	border: 2px solid #0079C2 ;	
}

.btn-primary, input.submit {
	color: #fff !important;
	font-size: 1.2em;
	line-height: 0.8em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0079C2;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	border: 2px solid #0079C2 !important;
	display: inline-block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 47%;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.blog a.btn {
	color: #666666 !important;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-transform: none;
	transition: ease-in-out;
	border: 2px solid #CCC;
	text-decoration: none;
}
.blog a.btn:hover {
	color: #000 !important;
	border: 2px solid #000;
}
a.button {
	color: #fff !important;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0079C2;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	font-size: 12px;
	font-weight: bold;
}
.shablonCheck { cursor: pointer; }
a.button:hover {
	background-color: 393185;
	text-decoration: none;
}
#my-id .moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}
#my-id .unstyled li {
	display: inline-block;
	width: 30%;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}
#my-id #form-login-remember {
	display: none;
}
form label, .abonent-mailing-spisok-area-label {
	font-size: 14px;
	color: #888;
	position: relative;
	left: 10px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 90%;
}

.lang {
	color: #666;
	background-color: #eee;
	height: 30px;
	width: 100%;
}
.main {
	position: relative;
	z-index: 1;
	min-height: 530px;
}
dt {
	color: #666 !important;
}
#breadcrumps {
	text-align: left;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	position: relative;
	z-index: 0;
}
.breadcrumb li {
	display: inline-block;
	list-style-type: none;
}
.big {
	font-size: 24px;
	font-weight: bold;
}
.relative {
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
} 
li.toclink {
	display: none;
}
.dividerr {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0079C2;
	border-right-color: #0079C2;
	border-bottom-color: #0079C2;
	border-left-color: #0079C2;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.divider-water {
	background-image: url(../images/kaplya.png) !important;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#system-message {
	position: relative;
	}
.alert {
	color: #000;
	background-color: #e4f3fa;
	padding: 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 30px 0px #666;
	width: 300px;
	font-size: 1em;
	position: absolute;
	top: auto;
	right: 0;
	bottom: auto;
	left: 0;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	overflow: auto;
	z-index: 500;
}
.alert p {
	text-align: center;
	text-indent: 0;
}
a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 1.5em;
}
a.close:hover {
	text-decoration: none;
	color: #000;
}
#checkout a {
	color: #FFF;
	background-color: #000;
	padding: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.notice {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
}
.notice ul {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
.menu {
	display: block;
	margin: 0px;
	text-align: left;
	position: relative;
}
.menu li {
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #0079C2;
	border: 4px none #C00;
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.menu a:visited {
	color: #0079C2;
}
.menu a:hover {
	color: #000000;
}
.menu .active  a {
	color: #0079C2;
}
.menu li ul {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 78px;
	width: 100%;
	z-index: 10;
	text-align: left;
	background: rgba(256, 256, 256, 0.7);
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 10px;
}
.menu li li {
	display: inline-block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu li li a {
	background-color: transparent !important;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #666 !important;
	border: 1px solid #CCC;
	margin: 7px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.menu li li a:visited {
	color: #666;
}
.menu li li a:hover {
	color: #000 !important;
	text-decoration: none;
	border: 1px solid #333;
}
.menu .nav-child .active a {
	color: #0079C2 !important;
	border: 1px solid #0079C2;
}
.uk-offcanvas-bar { background: #0079C2 !important;}

.menu-m a {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 5px !important;
	padding-right: 0px;
	padding-bottom: 5px !important;
	padding-left: 0px;
}
.menu-m a:visited {
	color: #fff !important;
}
.menu-m .nav-child a {
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
}
a.gotop {
	margin-right: 10px;
	text-align: right;
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: rgba(0, 109, 217, 0.9);
	z-index: 10;
	color: #FFF;
	padding: 15px;
	line-height: 1em;
}
.login-greeting {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.actions{
	text-align: right;
	list-style-image: none;
	list-style-type: none;
}
ul.pagenav{
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #666666;
	width: 100px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 10px;
	border: 1px solid #FFF;
}
ul.pagenav a{
	color: #FFF;
}
#content-main div.icons, #content-main div.addattach {
	display: none;
}
#registration {
	display: none;
}
.counter{
	color: #000;
}
.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	padding: 10px;
	background-color: #999999;
	text-align: center;
	margin: 10px;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px 0px #999;
	border-radius: 5px 5px 5px 5px;
	background-image: none;
	cursor: point;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}
.pagination a:link {
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #FFF;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #999999;
	text-decoration: none;
}
.pagenavcounter {	font-size: 12px;
	color: #999999;}
.pager {
	display: none;
}
.text-alert {
	color: #000;
	font-size: 1em !important;
	line-height: 1em !important;
	text-align: center;
	text-transform: none;
	text-decoration: none;
}
.blog .uk-grid {
	margin: 0px !important;
}
.uk-form input {
	background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.04)) !important;
}
.uk-form textarea {
	background-image: linear-gradient(to top, transparent 90%, rgba(0, 0, 0, 0.03));
}
.sorting_1 {
	color: #000;
	background-color: #dcebfa !important;
}
.uk-table tbody tr.uk-active {
	background-color: #0079C2;
	color: #FFF;
}
.uk-table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #E6F2FF;
}
.uk-table-hover tbody tr:hover {
	background-color: #0079C2 !important;
	color: #FFFFFF !important;
}
.uk-table-hover tbody tr:hover td.sorting_1 {
	background-color: #0079C2 !important;
	color: #FFFFFF !important;
}
.uk-table td{
	font-size: smaller;
	border: 1px solid #016dd9;
}
.uk-table-noborder .uk-table td{
	font-size: smaller;
	border: 0px solid #016dd9;
}
.uk-table th {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	background-color: #0079C2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: xx-small !important;
font-weight: bold !important;
text-transform: uppercase !important;
}
.dataTable td { border-right: 1px solid #ddd !important; }
.uk-hidden-new { display: none; }
.uk-panel-box {
	background-color: #ddd !important;
}
.items-row {
	display: block;
	clear: both;
	float: none;
}
input, textarea {
	padding: 5px !important;
}
.uk-block-muted {
    background: #eee !important;
}
.jn{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.jn-small{
	font-size: 11px;
	color: #0079C2;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.jn img {
	padding: 5px;
	float: left;
}
.jn h4 {
	font-size: 16px;
	text-transform: none;
	line-height: 18px;
	font-weight: bold;
}
.jn {
	display: block;
	min-height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.jn-all a{
	color: #fff !important;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0079C2;
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	font-size: 14px;
	width: 150px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.jn-all a:hover{
	background-color: #0079C2;
	text-decoration: none;
}
dt.article-info-term {
	display: none;
}
dl.article-info {
	font-size: medium !important;
	color: #999 !important;
}
.latestnews li{
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/bullet.png) !important;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left 12px;
}
.latestnews a{
	font-size: 21px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: normal;
}
a.news-all {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
}
.tags {
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.tags li {
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
.tags a {
	font-size: 11px;
	color: #FFF;
	background-color: #0079C2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 7px;
	vertical-align: top;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}
.tags a:visited {
	background-color: #0079C2;
}
.tags a:hover {
	background-color: #0079C2;
}
.tags a:active {
	background-color: #0079C2;
}

.uk-button-default {
    background-color: #f0f0f0;
}

.uk-button-danger {
    background-color: #da314b;
}

.uk-modal-title {
font-size: 27px;
line-height: 27px;
}

.dataTables_wrapper {
	overflow: auto;
-webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
	margin-right: 7px;
}

div.dt-buttons {

    margin-top: 10px;
}

/* Styles for lists of attachments */

#main div.attachmentsContainer,
div.attachmentsContainer {
    clear: both;
    margin: 0 0 0.5em 0;
    background: transparent;
}

#main div.attachmentsList table,
div.attachmentsList table {
    background: transparent;
    border: 0px solid #C0C0C0;
    clear: both;
    font-size: 90%;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 4px;
}

#main div.attachmentsList caption,
div.attachmentsList caption {
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    margin-top: 4px;
	color: #0079C2;
}

#main div.attachmentsList thead tr,
div.attachmentsList thead tr {
    background-color: #DADADA;
}

#main div.attachmentsList tbody,
div.attachmentsList tbody {
    background: transparent;
}

#main div.attachmentsList tbody tr,
div.attachmentsList tbody tr {
    background: transparent;
}

#main div.attachmentsList tbody tr.odd,
#main div.attachmentsList table tbody tr.odd td,
div.attachmentsList tbody tr.odd,
div.attachmentsList table tbody tr.odd td
{
    background: transparent;
}

#main div.attachmentsList tbody tr.even,
#main div.attachmentsList tbody tr.even td,
div.attachmentsList tbody tr.even td,
div.attachmentsList tbody tr.even
{
    background-color: #EEE;
}

#main div.attachmentsList  tr.unpublished,
#main div.attachmentsList  tr.unpublished td,
div.attachmentsList  tr.unpublished,
div.attachmentsList  tr.unpublished td 
{
    background-color: #AAA;
}

#main div.attachmentsList table thead th,
div.attachmentsList table thead th {
    vertical-align: middle;
    background: transparent;
    border: 1px solid #D0D0D0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
    padding-bottom: 0;
}

#main div.attachmentsList table tbody td,
div.attachmentsList table tbody td {
    background: transparent;
    vertical-align: middle;
    padding: 5px 7px 5px 7px;
}

#main div.attachmentsList table tbody tr.even td,
div.attachmentsList table tbody tr.even td {
    background-color: #EEE;
}

#main div.attachmentsList table tbody tr.unpublished td,
div.attachmentsList table tbody tr.unpublished td {
    background-color: #AAA;
    color: #333;
}


#main div.attachmentsList table a,
div.attachmentsList table a {
    font-weight: bold;
}

#main div.attachmentsList table img,
div.attachmentsList table img {
    vertical-align: middle;
    border: 0;
    margin: 0;
}

#main div.attachmentsList table a.modal-button,
div.attachmentsList table a.modal-button {
    background: transparent;
    border: 0;
}

div.attachmentsList table td.at_edit a.modal-button {
    float: none;
    /* display: inline; */
}

div.attachmentsList table td.at_edit a.modal-button img {
    float: none;
    /* display: inline; */
}

#main div.attachmentsList img.link_overlay,
div.attachmentsList img.link_overlay {
    margin-left: -16px;
}

#main div.attachmentsList a.at_icon, 
div.attachmentsList a.at_icon {
    padding-right: 4px;
}

div.attachmentsList a.at_icon:link    { text-decoration: none; }
div.attachmentsList a.at_icon:visited { text-decoration: none; }
div.attachmentsList a.at_icon:hover   { text-decoration: none; color: #F00; background: transparent; }
div.attachmentsList a.at_icon:active  { text-decoration: none; }

div.attachmentsList a.at_url { background: none;  background-color: transparent; }
div.attachmentsList a.at_url:link     { text-decoration: none; }
div.attachmentsList a.at_url:visited  { text-decoration: none; }
div.attachmentsList a.at_url:hover    { text-decoration: underline; color: #F00; background: transparent; }
div.attachmentsList a.at_url:active   { text-decoration: none; }

div.attachmentsList th.at_filename,
div.attachmentsList td.at_filename { text-align: left; }

div.attachmentsList td.at_file_size { text-align: right; }

div.attachmentsList th.at_downloads { text-align: center; }
div.attachmentsList td.at_downloads { text-align: center; }

div.attachmentsList th.at_edit { text-align: center; }
div.attachmentsList td.at_edit { text-align: center; background: transparent; }


/* Style for the 'Add Attachment' link */

#main div.addattach,
div.addattach { 
    margin-top: 4px; 
    background: transparent;
}


div.addattach img,
div.addattach a img {
    background: transparent;
    padding-right: 0;
    border: 0;
}

div.addattach a {
    background: transparent;
    border: 0;
}

div.addattach a:hover {
    background: transparent;
    color: #F00;
    border: 0;
}

div.addattach a img { vertical-align: text-bottom; }

div.addattach a.at_icon { background: transparent; border-width: 0; }
div.addattach a.at_icon:link    { text-decoration: none; }
div.addattach a.at_icon:visited { text-decoration: none; }
div.addattach a.at_icon:hover   { text-decoration: none; background: transparent; }
div.addattach a.at_icon:active  { text-decoration: none; }

div.addattach a { background: transparent; border-width: 0; }
div.addattach a:link    { color: red; text-decoration: none; }
div.addattach a:visited { color: red; text-decoration: none; }
div.addattach a:hover   { color: red; text-decoration: underline; color: #F00; background: transparent; }
div.addattach a:active  { color: red; text-decoration: none; }

div.addattach a.modal-button { 
    background: transparent; 
    border-width: 0 !important; 
    padding: 2px !important; 
}
div.addattach a.modal-button:link { background: transparent; }
div.addattach a.modal-button:visited { background: transparent; }
div.addattach a.modal-button:hover { color: #F00; background: transparent; }
div.addattach a.modal-button:active { background: transparent; }


/* ---- Misc ----- */

div#main div.requestLogin h1 {
    color: #135cae;
    font-size: 150%;
    line-height: 150%;
}

div#main div.requestLogin h2 {
    margin: 0;
    padding: 4px 0 0 20px;
    font-size: 100%;
    line-height: 100%;
}

div#main div.requestLogin h2 a {
    font-size: 100%;
    font-weight: bold;
}

/* Styles for warnings */
div.uploadAttachmentsPage div.warning
{
    margin-left: 20px;
    margin-top: 10px;
}

div.uploadAttachmentsPage div.warning h1 {
    line-height: normal;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: red;
}

div.uploadAttachmentsPage div.warning h2 {
    line-height: normal;
    font-size: 150%;
    font-weight: bold;
}
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0079C2;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,0,0,.7);
}
#offer, #offerarc, #offerall {
	display: none;
}
#abonent {
	display: none;
}
#abonent-f {
	display: none;
}
#administrator {
	display: none;
}
#abonent-download, #abonent-upload { display: none; }
#naselen-download, #naselen-upload { display: none; }
#off-moment {
	font-size: 14px;
	line-height: 16px;
}
#off-moment li{
	min-height: 50px;
}
.offbutton a {
	font-size: 18px !important;
	line-height: 18px;
	display: inline-block;
	margin-right: 15px !important;
	margin-left: 15px !important;
	color: #999 !important;
	font-weight: normal;
}
.offbutton li.uk-active a {
	color: #0079C2 !important;
}
.offbutton a:hover {
	color: #0079C2 !important;
}
input.main-filter {
	padding: 9px;
	font-size: 0.9em;
	color: #444;
	font-weight: bold;
}

.controls input:read-only {
    color: #999 !important;
   }
.control-label {
	color: #666;
	margin-top: 10px;
	font-size: small;
   }
   
.my-pay {

}

.schetfacturapdf {
	cursor: pointer;
}
table.dataTable thead th { font-size: xx-small !important; font-weight: bold !important; text-transform: uppercase !important; }
table.dataTable tfoot th { font-size: xx-small !important; font-weight: bold !important; text-transform: uppercase !important; }

#archive-table input::-moz-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#archive-table input::-webkit-input-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#archive-table input:-ms-input-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#archive-table input::-ms-input-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#archive-table input::placeholder { font-size: xx-small !important; font-weight: bold !important; }
#money-table input::-moz-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#money-table input::-webkit-input-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#money-table input:-ms-input-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#money-table input::-ms-input-placeholder { font-size: xx-small !important; font-weight: bold !important; }
#money-table input::placeholder { font-size: xx-small !important; font-weight: bold !important; }
   
/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.styleCheckQuest {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.styleCheckQuest + label {
  cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
.styleCheckQuest:not(checked) {
  position: absolute;
  opacity: 0;
}
.styleCheckQuest:not(checked) + label {
	position: relative; /* оставляем слева от label место под псевдочекбокс */
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	display: block;
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.styleCheckQuest:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.styleCheckQuest:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
.styleCheckQuest:checked + label:before {
  background: #0079C2;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.styleCheckQuest:checked + label:after {
  left: 26px;
}
/* Показываем получение фокуса. */
.styleCheckQuest:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,0,0,.5);
}

/* Make sure the table background is white in forms in the back end */
form.attachmentsBackend + div.attachmentsList table {
    background-color: #FFF;
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}



