/** Remove outline **/
a:focus {
    outline: 0;
}

.hidden {
    display: none;
}

.blind {
    display: none;
}

.blue {
    color: #337ab7;
}

body {
    background: url('../img/body_bg.png') repeat-x #fefeff;
    color: #4c5259;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
}

h1, h2, h3, h4 {
    margin-top: 0;
}

h1 {
    color: #ec1f27;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

h2 {
    color: #4c5259;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 16px;
}

h3 {
    color: #6495d5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
}

h4 {
    color: #4c5259;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
}

p {
    font-size: 13px;
    margin-bottom: 15px;
}

ol {
    padding-left: 25px;
}

ul {
    list-style: none;
    padding-left: 25px;
}

ul > li {
    position: relative;
}

ul li:before {
    content: '\2022';
    position: absolute;
    top: 1px;
    left: -12px;
}

.content > ul {
    margin-bottom: 30px;
}

p > img {
    border: 1px solid #e3e6ec;
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
}

table {
    margin-bottom: 40px;
}

td {
    padding-right: 14px;
}

hr {
    border-top: 1px solid #cdcdcd;
}

.bg-blue-dark,
.bg-news-1,
.bg-link-0 {
    background: #284b78;
}

.bg-blue-light,
.bg-news-2,
.bg-link-1 {
    background: #6495d5;
}

.bg-red,
.development.bg-red,
.bg-news-0,
.bg-link-2 {
    background: #ec1f27;
}

.bg-gray,
.bg-news-3,
.bg-link-3 {
    background: #97a1ad;
}

.bg-white {
    background: #fff;
}

.red {
    color: #ec1f27;
}

.alert {
    border-radius: 0;
}

.well {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.zend_form {
    margin-bottom: 0;
}

/** Form **/
.form-horizontal {
    color: #4c5259;
}

.form-horizontal .form-control,
.form-vertical .form-control,
.form-grid .form-control {
    background: #f2f3f6;
    border: 2px solid #f2f3f6;
    padding: 4px 10px;
    box-shadow: none;
    font-size: 13px;
    outline: none;
}

.form-grid .form-control {
    font-size: 11px;
    height: 32px;
    padding: 2px 5px;
}

.form-vertical label {
    font-weight: normal;
}

.form-grid select.form-control,
.form-horizontal select.form-control,
.form-vertical select.form-control {
    border: 2px solid #f2f3f6;
    border-radius: 0;
    background: url('../img/arrow_down_icon-2.png') no-repeat right 10px #f2f3f6;
    padding-right: 37px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-grid select.form-control {
    background: url('../img/arrow_down_icon.png') no-repeat right 10px #f2f3f6;
    padding-right: 16px;
}

select::-ms-expand {
    display: none;
}

.form-control {
    border-radius: 0;
}

.description {
    font-size: 11px;
    padding-top: 2px;
    display: inline-block;
}

.form-control:focus,
.form-grid select.form-control:focus,
.form-horizontal select.form-control:focus,
.form-vertical select.form-control:focus{
    border: 2px solid #87bafd;
    padding: 4px 37px 4px 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    padding-right: 10px;
}

.form-grid .form-control:focus {
    padding: 2px 5px;
}

.form-grid select.form-control:focus{
    padding: 2px 17px 2px 5px;
}

.has-error .form-control,
.form-horizontal .has-error select.form-control,
.form-vertical .has-error select.form-control {
    border: 2px solid #ec1f27;
    padding: 4px 37px 4px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus,
.form-horizontal .has-error select.form-control:focus,
.form-vertical .has-error select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox-in-cell {
    margin-top: 0;
}

.checkbox {
    padding-left: 45px;
}

.checkbox label {
    color: #4d4d4d;;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0px 4px 5px;
    position: relative;
    vertical-align: middle;
}

.checkbox label::before {
    content: " ";
    color: #284b78;
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
    margin-left: -30px;
    padding-left: 5px;
    padding-top: 3px;
    border: none;
    border-radius: 0px;
    background: #f2f3f6;
}

input[type="checkbox"]:focus {
	outline:none;	
}

input[type="checkbox"] + label.checkbox2::after {
    content: " ";
    color: #284b78;
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 25px;
    margin-left: 15px;
    padding-left: 5px;
    padding-top: 3px;
    border: none;
    border-radius: 0px;
    background: #f2f3f6;
}

input[type="checkbox"]:focus + label.checkbox2::after,
label.checkbox2:focus::after {
    border: 2px solid #87bafd;
    padding-left: 3px;
    padding-top: 1px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label::before, input[type="checkbox"]:checked + label.checkbox2::after {
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background: #ebebeb;
    cursor: not-allowed;
}
.checkbox-in-cell.checkbox label::before {
    border: 2px solid #b7b7b7;
    padding-left: 3px;
    padding-top: 1px;
}

.date-group .input-group-addon {
    background: #f2f3f6;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget li:before {
    content: '';
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.asterisk {
    color: #ec1f27;
    font-weight: bold;
    padding-left: 2px;
}

.errors {
    font-size: 11px;
    color: #ec1f27;
    font-weight: bold;
    padding-top: 2px;
}
.errors ul {
    padding-left: 24px;
}

.input-group-btn button {
    border-radius: 0;
    padding: 8px 20px 7px;
}

.btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px 7px;
    text-transform: uppercase;
    white-space: normal;
}
.btn .fa-lg {
    vertical-align: -4%;
    margin-left: -9px;
    margin-right: 2px;
}
.btn-group {
    margin-bottom: 12px;
}
.btn.btn-fa i {
    vertical-align: -4%;
    margin-left: -9px;
    margin-right: 2px;
    width: 1.28571429em;
    text-align: center;
    font-size: 1.33333333em;
    line-height: .75em;
}
.fa-btn {
    padding-left: 25px;
}
.fa-btn:before {
    font-family: FontAwesome;
    font-weight: normal;
    vertical-align: -4%;
    margin-left: -9px;
    margin-right: 9px;
    width: 1.28571429em;
    text-align: center;
    font-size: 1.33333333em;
    line-height: .75em;
}

.btn-red {
    background: #ec1f27;
    color: #ffffff;
    border-color: #ec1f27;
}

.btn-red:focus,
.btn-red:hover,
.btn-red:active {
    background: #C00912;
    border-color: #C00912;
    color: #ffffff;
}

.btn-primary {
    background: #87bafd;
    border-color: #87bafd;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    background: #07346E;
    border-color: #07346E;
}

.btn-group-space > .btn {
    margin-right: 14px;
}
.btn-group > .btn {
    margin-right: 10px;
    margin-bottom: 12px;
}
span.btn {
    cursor: default;
}
*::-webkit-input-placeholder {
    color: #cfcfcf;
}

*:-moz-placeholder {
    /* Firefox 18- */
    color: #cfcfcf;
}

*::-moz-placeholder {
    /* Firefox 19+ */
    color: #cfcfcf;
}

*:-ms-input-placeholder {
    color: #cfcfcf;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.bg-danger {
    background-color: #f2dede !important;
}

/** Header **/
.header {
    background: url('../img/header.png') top center #284b78 no-repeat;
    min-height: 200px;
    margin-bottom: 16px;
}

.header .top-nav {
    height: 42px;
}

.header .head {
    height: 64px;
    margin-bottom: 42px;
}

.header .nav {
    display: table;
    width: 100%;
    height: 52px;
}

.header .nav > li {
    background: #152234;
    vertical-align: middle;
    border-left: 1px solid #304b6f;
    display: table-cell;
    float: none;
    text-align: center;
    cursor: pointer;
}

.header .nav li:before {
    content: '';
}

.header .nav li a {
    background: none;
    color: #e8e8e8;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 20px 7px;
}

.header .nav li.home {
    background: #23364f;
    border-left: none;
    position: relative;
    overflow: visible;
    width: 45px;
    z-index: 50;
}

.header .nav li.home:before {
    content: '';
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid #23364f;
    position: absolute;
    left: 45px;
    top: 0px;
}

.header .nav li:nth-child(2) {
    padding-left: 12px;
    min-width: 110px;
}

.header .nav li.home a {
    padding: 0px;
    width: 45px;
    padding-left: 12px;
}

.header .nav li.active:before,
.header .nav li:hover:before,
.header .nav li:focus:before {
    border-left: 26px solid #6495d5;
}

.header .nav li.hover,
.header .nav li.active,
.header .nav li:hover,
.header .nav li:focus {
    background: #6495d5;
}

/** Hover effect **/
.mega-menu-container {
    position: relative;
}

.mega-menu {
    width: 100%;
    background: #fff;
    border-top: 4px solid #87bafd;
    box-shadow: 0px 3px 20px #cbcbcb;
    padding: 30px 0;
}

.mega-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.header .language {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.header .language span {
    color: #87bafd;
    display: inline-block;
    padding: 12px 4px 10px;
}

.header .language a {
    color: #fff;
    display: inline-block;
    padding: 12px 4px 10px;
}

.header a.blind-man {
    background: #5e7ea8;
    display: inline-block;
    padding: 6px 5px 5px 7px;
    margin-left: 4px;
}

.header .search-box {
    padding-top: 18px;
}

/*.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 10px;
}
.breadcrumb a,
.breadcrumb span {
    display: inline-block;
    padding: 0 13px;
}
.breadcrumb a:first-child {
    padding-left: 0px;
}*/

.breadcrumb {
    background: none;
    color: #4c5259;
    padding: 0;
    margin-bottom: 10px;
}

.breadcrumb ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
    float: left;
    font-size: 11px;
    padding: 0px 13px;
}

.breadcrumb li:before {
    content: '>';
    font-family: "Open Sans", Sans-Serif;
    left: -1px;
}

.breadcrumb li:first-child {
    padding-left: 0px;
}

.breadcrumb li:first-child:before {
    content: '';
}

.breadcrumb a {
    color: #304b6f;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
    color: #ec1f27;
    text-decoration: none;
}

/** Content **/
.content-inner-wrapper {
    padding: 12px 0 12px;
    position: relative;
}

.content-inner-wrapper .go-back {
    position: absolute;
    right: 18px;
    top: 28px;
    color: #337ab7;
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
}

.content-inner-wrapper .go-back:hover,
.content-inner-wrapper .go-back:active,
.content-inner-wrapper .go-back:focus {
    color: #4C5259;
    text-decoration: none;
}

.content-inner-wrapper .go-back i {
    font-size: 13px;
    margin-right: 5px;
}

.page-wrapper {
    display: inline-block;
    margin-bottom: 32px;
    width: 100%;
}

.content {
    background: #fff;
}

aside {
    background: #f2f3f6;
}

.aside-inner-wrapper {
    display: inline-block;
    padding: 28px 0px 20px 20px;
}

.row-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.row-table.separator {
    table-layout: auto;
}

.row-table > div,
.row-table > aside {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.table > thead > tr > th {
    border: none;
    color: #ec1f27;
    font-weight: bold;
}

.table > tbody > tr > td {
    border: none;
}

.table.table-hover tbody tr {
    cursor: pointer;
}

.table.table-info th,
.table.table-info td {
    border: none;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 8px 13px 10px;
    vertical-align: middle;
}

.table.table-info th {
    padding-left: 14px;
    width: 140px;
}

.table.table-info tbody tr:nth-child(odd) {
    background: #f2f3f6;
}

.table.table-info tbody tr:nth-child(even) {
    background: #fafafb;
}

.table.table-info .number {
    font-weight: bold;
    text-align: center;
}

.table.table-info p {
    margin-bottom: 0;
}

.table.table-info thead tr th {
    color: #4c5259;
}

.table.table-info thead tr {
    background: #fafafb;
}

.table.table-data th {
    padding: 14px 5px;
    vertical-align: top;
}

.table.table-data td {
    padding: 7px 5px;
    font-size: 11px;
}

.table.table-data td p {
    margin-bottom: 0;
    font-size: 11px;
}

.table.table-data .btn {
    padding: 4px 10px 3px;
}
.table.table-data .btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.table.table-data .btn i {
    margin: 0;
}

.table.table-data.private td {
    height: 45px;
    vertical-align: middle;
}
.table.table-data.private .actions {
    text-align: right;
    white-space: nowrap;
}
.table.table-data .table-filter td {
    padding: 7px 5px 7px 0;
}
.table.table-data .table-filter td:last-child {
    padding: 7px 6px 7px 5px;
    text-align: right;
    white-space: nowrap;
}
.table.table-data .table-filter .btn {
    height: 32px;
    margin-left: 1px;
}
a.show-hide-heading {
    display: block;
    padding-right: 30px;
    position: relative;
}

a.show-hide-heading > h2 > small {
    font-size: 14px;
    font-weight: bold;
}

a.show-hide-heading:hover,
a.show-hide-heading:active,
a.show-hide-heading:focus {
    text-decoration: none;
}

a.show-hide-heading:after {
    color: #337ab7;
    content: '\f068';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 3px;
}

a.show-hide-heading.collapsed:after {
    content: '\f067';
}

a.show-hide-heading-filter {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

a.show-hide-heading-filter:hover,
a.show-hide-heading-filter:active,
a.show-hide-heading-filter:focus {
    text-decoration: none;
}

a.show-hide-heading-filter:before {
    color: #337ab7;
    content: '\f068';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    left: 4px;
    top: 1px;
}

a.show-hide-heading-filter.collapsed:before {
    content: '\f067';
}

/** Banners **/

.info-banner-wrapper {
    margin-bottom: 22px;
}
.info-banner-wrapper img {
    margin-top: 5px;
}
.info-banner-wrapper a {
    display: inline-block;
}

.separator {
    position: relative;
}

.separator .heading {
    width: 10px;
    padding: 0 20px;
}

.separator hr {
    border-top: 1px solid #cdcdcd;
}

.separator .separator-heading {
    display: inline-block;
    color: #363d45;
    font-size: 15px;
    font-weight: bold;
    margin-top: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}

/** Aside **/
.nav.navbar-left a,
.mega-menu .menu a {
    font-weight: bold;
    text-decoration: none;
}

.nav.navbar-left > li > a,
.mega-menu .menu > li > a {
    color: #304b6f;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px 5px 0px;
    text-transform: uppercase;
}

.nav.navbar-left li:before,
.mega-menu .menu li:before {
    content: '';
}

.nav.navbar-left > li ul,
.mega-menu .menu > li ul {
    padding-left: 0px;
}

.nav.navbar-left > li > ul > li {

}

.nav.navbar-left > li > ul > li > a,
.mega-menu .menu > li > ul > li > a {
    color: #6495d5;
    display: inline-block;
    border-left: 1px solid #6495d5;
    padding: 5px 10px;
}

.nav.navbar-left > li > ul > li > ul > li a,
.mega-menu .menu > li > ul > li > ul > li a {
    border-left: 1px solid #6495d5;
    color: #98a0af;
    display: inline-block;
    padding: 5px 10px 5px 22px;
    font-style: italic;
    position: relative;
}

.nav.navbar-left > li > ul > li > ul > li a:before,
.mega-menu .menu > li > ul > li > ul > li a:before {
    content: '>';
    font-family: "Open Sans", Sans-Serif;
    left: 10px;
    position: absolute;
    top: 5px;
}

.nav.navbar-left > li.active,
.nav.navbar-left > li a:hover,
.nav.navbar-left > li a:active,
.nav.navbar-left > li a:focus,
.mega-menu .menu > li.active,
.mega-menu .menu > li a:hover,
.mega-menu .menu > li a:active,
.mega-menu .menu > li a:focus {
    color: #ec2d35;
    background: none;
}

.nav.navbar-left.private-menu > li.active > a {
    color: #ec2d35;
    background: none;
}

.nav.navbar-left > li > ul > li a.active,
.nav.navbar-left > li > ul > li a:hover,
.nav.navbar-left > li > ul > li a:focus,
.nav.navbar-left > li > ul > li a:active,
.mega-menu .menu > li > ul > li a.active,
.mega-menu .menu > li > ul > li a:hover,
.mega-menu .menu > li > ul > li a:focus,
.mega-menu .menu > li > ul > li a:active {
    border-left: 1px solid #ec2d35;
    color: #ec2d35;
    text-decoration: none;
}

.nav.navbar-left > li > ul > li > ul > li a.active,
.nav.navbar-left > li > ul > li > ul > li a:hover,
.nav.navbar-left > li > ul > li > ul > li a:focus,
.nav.navbar-left > li > ul > li > ul > li a:active,
.mega-menu .menu > li > ul > li > ul > li a.active,
.mega-menu .menu > li > ul > li > ul > li a:hover,
.mega-menu .menu > li > ul > li > ul > li a:focus,
.mega-menu .menu > li > ul > li > ul > li a:active {
    border-left: 1px solid #707a8d;
    color: #707a8d;
}

/** Footer **/
footer {
    color: #fff;
    font-size: 12px;
}

footer img {
    margin-bottom: 20px;
}

.footer-inner-wrapper {
    background: #284b78;
    padding: 25px 30px 18px;
    margin-bottom: 12px;
}

.footer-info {
    display: inline-block;
    font-size: 11px;
    margin-left: 15px;
    width: 100%;
}

footer ul.nav-links li {
    margin-bottom: 8px;
}

ul.contact {
    list-style: none;
}

ul.contact li.envelope:before {
    color: #fff;
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 10px;
    left: -24px;
    top: 0px;
}

ul.contact li.building:before {
    color: #fff;
    content: "\f1ad";
    font-family: "FontAwesome";
    font-size: 10px;
    left: -24px;
    top: 0px;
}

ul.contact a {
    color: #73aefb;
}

ul.nav-links li {
    cursor: default;
    display: inline-block;
    float: left;
    padding-bottom: 2px;
}

ul.nav-links li:before {
    content: '';
}

ul.nav-links a {
    color: #fff;
    position: relative;
}

ul.nav-links a.link:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: -12px;
}

ul.nav-links a:hover,
ul.nav-links a:focus,
ul.nav-links a:active {
    color: #73aefb;
    text-decoration: none;
}

.footer-copyright p {
    color: #3e628f;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

/** Links **/
a.pdf,
a.jpg {
    display: inline-block;
    padding: 4px 0px 4px 40px;
    position: relative;
    font-weight: bold;
}

a.pdf:before,
a.jpg:before {
    position: absolute;
    border: 2px solid #284b78;
    border-radius: 6px;
    left: 0;
    line-height: 14px;
    padding: 1px 4px;
    text-align: center;
    top: 2px;
    width: 35px;
}

a.pdf:before {
    content: 'PDF';
}

a.jpg:before {
    content: 'JPG';
}

a.pdf span,
a.jpg span {
    color: #4c5259;
}

/** News vetical slider **/

.home_actuality {
    position: relative;
    top: 0;
    left: 0;
}

.home-actuality-description-wrapper {
    position: absolute;
    bottom: 0px;
    background: transparent url("../img/home-actuality-description-bg.png") 0 0;
    width: 100%;
}

.home-actuality-description-wrapper h2 {
    color: #fff;
}

.home-actuality-description {
    color: #87bafd;
}

.home-actuality-list-wrapper {
    padding-bottom: 1.5em;
}
.home-actuality-list-wrapper > div {
    padding: 0 26px;
}

.home-actuality-list-wrapper h2 {
    color: #ec1f27;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 21px;
}

.home-actuality-list-wrapper h3 {
    color: #363d45;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 13px 0;
    word-wrap: break-word;
}

.home-actuality-list-wrapper p {
    word-wrap: break-word;
}

.home-actuality-list-wrapper .icon {
    color: #fff;
    margin-bottom: 1em;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
}


span.home-actuality-day {
    font-size: 16px;
    font-weight: bold;
}

.news-wrapper {
    height: 291px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news {
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: top;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.news > div {
    display: block;
    min-height: 108px;
    overflow: hidden;
    position: relative;
}

.news .mobile-date {
    color: #919191;
    display: inline-block;
    font-size: 11px;
}

.news a {
    color: #363d45;
}

.news article {
    display: inline-block;
    padding-top: 5px;
}

.news article p {
    text-align: justify;
}

.news .icon {
    display: inline-block;
    width: 65px;
    padding: 15px 0px;
    position: absolute;
    top: 7px;
    left: 0;
}

.news .icon > a {
    color: #fff;
    display: inline-block;
}

.news > div a:hover,
.news > div a:active,
.news > div a:focus {
    text-decoration: none;
}

.news-arrow-up,
.news-arrow-down {
    color: #bfc4c8;
    display: block;
    font-size: 16px;
    padding: 15px;
    position: absolute;
}

.news-arrow-up {
    top: 0px;
    right: 0px;
}

.news-arrow-down {
    bottom: 0px;
    right: 0px;
}

.news-arrow-up:hover,
.news-arrow-down:hover,
.news-arrow-up:focus,
.news-arrow-down:focus,
.news-arrow-up:active,
.news-arrow-down:active {
    color: #dee0e4;
}

.news-all {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.4;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 26px 7px;
    text-transform: uppercase;
}
.news-all:hover,
.news-all:active,
.news-all:focus {
    text-decoration: none;
}


/** Articles List **/
.articles  .article {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}
.articles  .article:last-child {
    border-bottom: none;
}
.articles  .article a {
    color: #4c5259;
}
.articles  .article a:hover,
.articles  .article a:active,
.articles  .article a:focus {
    text-decoration: none;
}
/** Article Detail **/
.article-detail {
    background: #fff;
    /*padding: 24px 40px;
    margin-bottom: 35px;*/
}

.article-content {
    display: inline-block;
    padding-left: 80px;
    position: relative;
    min-height: 150px;
}

.article-detail .icon {
    color: #fff;
    display: inline-block;
    left: 0px;
    padding: 16px 0px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 70px;
}

.article-detail .go-back {
    color: #337ab7;
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
}

.article-detail .go-back:hover,
.article-detail .go-back:active,
.article-detail .go-back:focus {
    color: #4C5259;
    text-decoration: none;
}

.article-detail .go-back i {
    font-size: 13px;
    margin-right: 5px;
}

/** Home Slider **/
main.container > .row.home-tile-container {
    margin: 0 -4px 19px;
}

.home-tile-container > div {
    height: 89px;
    display: table;
    margin: 10px 0;
    padding: 0 10px;
}

.home-tile-container > div > a {
    vertical-align: middle;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: table-cell;
    padding: 10px;
    text-transform: uppercase;
}

.row-table-fluid {
    display: table;
    width: 100%;
}

.row-table-fluid > div,
.row-table-fluid > aside {
    display: table-cell;
    float: none;
    vertical-align: top;
}

/* carousel */
.carousel-inner .item img {
    width: 100%;
}

.carousel-inner .item h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 14px;
}

.carousel-inner .item small {
    color: #87bafd;
    font-size: 13px;
    text-align: justify;
}

.carousel-inner .item small:before {
    content: '';
}

.carousel-inner .item a:hover,
.carousel-inner .item a:active,
.carousel-inner .item a:focus {
    text-decoration: none;
}

.item .thumbnail {
    margin-bottom: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    color: #fff;
    background: #ec1f27;
}

.carousel-control {
    background: #ddd;
    color: #999;
    width: 26px;
    top: auto;
    left: auto;
    bottom: 0;
    opacity: 1;
    text-shadow: none;
    padding: 4px 0;
}

.carousel-control.right {
    right: 0px;
    bottom: 20px;
    width: 30px;
    height: 30px;
}

.carousel-control.right:focus, .carousel-control.left:focus,
.carousel-control.right:hover, .carousel-control.left:hover {
    background: #284b78;
}

.carousel-control.left {
    right: 30px;
    bottom: 20px;
    width: 30px;
    height: 30px;
}

#myCarousel .item {
}

#myCarousel blockquote {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-left: none;
}

#myCarousel blockquote > div {
    padding: 1.75em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent url("../img/home-actuality-description-bg.png") 0 0;
}

#myCarousel blockquote > div > h2 {
    margin: 0 0 1em 0;
}

#myCarousel blockquote > div > h2 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.3em;
}

#myCarousel blockquote > div > small {
    color: #87bafd;
}

#myCarousel blockquote > div > small:before {
    content: "";
}

main.container > .row.interesting-box {
    margin: 10px -6px 19px;
}

.home-actuality-interesting-box {
    padding: 0 6px;
    margin-bottom: 10px;
}

.home-actuality-interesting-box article {
    padding: 26px;
}

.home-actuality-interesting-box h3 {
    color: #363d45;
    font-size: 15px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.home-actuality-interesting-box p {
    text-align: justify;
}

.home-actuality-interesting-box a {
    color: #363d45;
}

.home-actuality-interesting-box a:hover,
.home-actuality-interesting-box a:focus,
.home-actuality-interesting-box a:active {
    text-decoration: none;
}

ul.link-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.link-list li {
    margin-bottom: 12px;
}

ul.link-list li:last-child {
    margin-bottom: 0;
}

ul.link-list li:before {
    content: '';
}

ul.link-list li a {
    color: #363d45;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding-left: 18px;
    position: relative;
    text-transform: uppercase;
}

ul.link-list li a:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: -1px;
    left: 0;
}

ul.link-list li a:focus,
ul.link-list li a:hover,
ul.link-list li a:active {
    color: #6495d5;
}

.padding-left-right-20 {
    padding: 0 20px;
}

.padding-2-em {
    padding: 2em;
}

.padding-x {
    padding: 0 5px !important;
}

main.container > .row {
    margin-left: 0;
    margin-right: 0;

}

/* end carousel */

.home-slide-left {
    padding: 0 6px 0 0;
}

.home-slide-right {
    padding: 0 0 0 6px;
}

/** Search page **/
.content .search-block {
    background: #f6f7fb;
    padding: 23px 18px 23px 23px;
    margin-bottom: 25px;
}

.content .search-block p {
    margin-top: 11px;
    margin-bottom: 0px;
    text-align: right;
}

.content .search-table > thead th,
.content .search-table > tbody td {
    padding: 18px;
    vertical-align: top;
}

.content .search-table > tbody td a {
    word-break: break-all;
}

.content .search-table td {
    word-break: keep-all;
}

.content .search-table td:first-child {
    word-break: normal;
}

.content .search-table > thead th {
    color: #ec1f27;
    font-size: 13px;
    font-weight: bold;
}

.content .search-table > tbody td {
    border-top: 1px solid #f2f3f7;
}

.paggination-block {
    background: #f6f7fb;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 30px;
    padding: 5px 15px;
    width: 100%;
}

.paggination-block select {
    border: none;
    border-radius: 0;
    background: url('../img/arrow_down_icon.png') no-repeat right 7px #fff;
    padding: 0 18px 0 5px;
    height: 22px;
    margin: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.paggination-block > div {
    display: inline-block;
    float: left;
    line-height: 22px;
}

.paggination-block .pag-info {
    width: 140px;
}

.paggination-block .pag-list {
    width: 230px;
}

.paggination-block .pag-arrows {
    float: right;
}

.paggination-block .pag-arrows i {
    padding-top: 4px;
    vertical-align: top;
    text-align: center;
    width: 22px;
}

.paggination-block .pag-arrows .space {
    width: 20px;
    text-align: center;
}

.paggination-block .pag-arrows a,
.paggination-block .pag-arrows span {
    display: inline-block;
}

.paggination-block .pag-arrows a {
    color: #ec1f27;
}

.paggination-block .pag-arrows a:hover,
.paggination-block .pag-arrows a:focus,
.paggination-block .pag-arrows a:active {
    text-decoration: none;
}

.paggination-block.bg-white {
    background: #fff;
    padding: 5px 0;
}

.paggination-block.bg-white select {
    background: url('../img/arrow_down_icon.png') no-repeat right 7px #f2f3f6;
}

.ul-list li > a {

}

.ul-list.root > li {
    font-size: 14px;
}

.ul-list.leaf > li > strong {
    font-size: 13px;
    display: inline-block;
    padding-bottom: 5px;
}

.ul-list li:before {
    content: '';
}

.ul-list {
    padding-bottom: 8px;
}

.ul-list li > a.ul-link {
    padding-bottom: 5px;
    position: relative;
}

.ul-list li > a.ul-link:hover,
.ul-list li > a.ul-link:focus,
.ul-list li > a.ul-link:active {
    color: #23527c;
    text-decoration: none;
}

.ul-list li > a.ul-link:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: -12px;
}

.ul-list li > a.ul-link > span {
    font-size: 12px;
    color: #4c5259;
}

.ul-link-list {
    padding-bottom: 8px;
}

.ul-link-list li:before {
    content: '';
}

.ul-link-list li > a {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}

.ul-link-list > a:hover,
.ul-link-list > a:focus,
.ul-link-list > a:active {
    color: #23527c;
    text-decoration: none;
}

.ul-link-list li > a:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: -12px;
}

.ul-link-list li > a > span {
    font-size: 12px;
    color: #4c5259;
}

a.show-hide-list {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 8px 0;
    position: relative;
}

a.show-hide-list:hover,
a.show-hide-list:active,
a.show-hide-list:focus {
    text-decoration: none;
}

a.show-hide-list:before {
    color: #337ab7;
    content: '\f068';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    left: -20px;
    top: 1px;
}

a.show-hide-list.collapsed:before {
    content: '\f067';
}

/** Table sorting **/
.sortable {
    color: #ec1f27;
    display: inline-block;
    padding-right: 22px;
    position: relative;
}

.sortable:after {
    content: '\f0dc';
    font-family: FontAwesome;
    position: absolute;
    right: 2px;
    top: 1px;
}

.sortable.asc:after {
    content: '\f0de';
}

.sortable.desc:after {
    content: '\f0dd';
}

.sortable:hover,
.sortable:focus,
.sortable:active {
    color: #6495d5;
    text-decoration: none;
}

/** page actions **/
.page-actions {
    background: #6495d5;
    display: inline-block;
    padding: 15px 10px;
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 100;
}

.page-actions a {
    background: url("../img/actions.png") no-repeat 0 0;
    display: block;
    height: 26px;
    margin-bottom: 14px;
    width: 26px;
}

.page-actions a.to-print {
    background: url("../img/actions.png") no-repeat 0 0;
}

.page-actions a.to-print:hover,
.page-actions a.to-print:active {
    background: url("../img/actions.png") no-repeat -26px 0;
    text-decoration: none;
}

.page-actions a.to-mail {
    background: url("../img/actions.png") no-repeat 0 -40px;
}

.page-actions a.to-mail:hover,
.page-actions a.to-mail:active {
    background: url("../img/actions.png") no-repeat -26px -40px;
    text-decoration: none;
}

.page-actions a.to-pdf {
    background: url("../img/actions.png") no-repeat 0 -80px;
}

.page-actions a.to-pdf:hover,
.page-actions a.to-pdf:active {
    background: url("../img/actions.png") no-repeat -26px -80px;
    text-decoration: none;
}

.page-actions a:focus {
    text-decoration: none;
}

.page-actions a:last-child {
    margin-bottom: 0;
}

/** Register **/
.register-form-wrapper,
.lists-form-wrapper {
    margin-bottom: 20px;
}

.nav.nav-tabs li a {
    border-radius: 0;
}

.nav.nav-tabs li:before {
    content: '';
}
.nav.nav-tabs li a {
    font-size: 14px;
    font-weight: bold;
}

.nav.nav-pills,
.nav.nav-tabs {
    margin-bottom: 20px;
}

.nav.nav-pills li a {
    background: #f9f9f9;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
}
.nav.nav-pills>li>a:focus,
.nav.nav-pills>li>a:hover {
    text-decoration: none;
    background: #eee;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #6495d5;
}

.nav.nav-pills li:before {
    content: '';
}

.nav.nav-pills.clear-last > li:last-child {
    clear: both;
    margin-left: 0;
}

.nav-pills > li + li {
    margin: 0 2px 2px 0;
}

.nav-pills > li {
    margin: 0 2px 2px 0;
}

/** Modal **/
.modal-header {
    background: #87bafd;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: .8;
}

.modal-header .close:hover {
    color: #000;
}

.modal-title {
    color: #fff;
    text-transform: uppercase;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    color: #4C5259;
}

.modal-body .result-info {
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
}
/** Information **/
.information .head th {
    border: none;
    color: #6495d5;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.information .text td:first-child {
    text-align: right;
    width: 56px;
    padding-right: 5px;
    font-weight: bold;
}

    /** Notice **/

/*.notice {
    font-family: tahoma; }*/
.notice .width100perc {
    margin-top: 5px;
    width: 100%;
}
.notice .MainHeader {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 0;
}

.notice .categoryname {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

.notice fieldset {
    border: none;
    padding: 0;
    margin-top: 15px;
}

.notice fieldset.fieldset .fieldset > legend {
    color: #4c5259;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-left: 57px;
}

.notice fieldset legend {
    border: none;
    color: #6495d5;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 4px;
}

.notice fieldset > div {
    /* font-size: 1.1em; */
}

.notice fieldset > div > div {
    padding-left: 57px;
    line-height: 18px;
    white-space: normal;
}

.notice fieldset > div div.subtitle {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 6px;
}

.notice fieldset > div .title {
    /*font-size: 1.0em;*/
    font-weight: bold;
}

.notice fieldset > div div.subtitle .code {
    display: table-cell;
    text-align: right;
    width: 56px;
    padding-right: 5px;
    font-weight: bold;
}

.notice fieldset > div div.subtitle .title {
    display: table-cell;
    padding-right: 0;
}
.notice fieldset > div .label {
    display: inline-block;
    text-align: left;
}

.notice fieldset > div .label .title {
    padding-left: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #4c5259;
}

.bold {
    font-weight: bold;
}

.kod {
    vertical-align: top;
}

@media (min-width: 768px) {
    .row-30 {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .row-15 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .content-inner-wrapper {
        padding: 28px 20px 18px;
    }

    .info-banners {
        padding: 0 15px;
    }

    .mobile {
        display: none;
    }

    .news .mobile-date,
    .article-detail .mobile-date {
        display: none;
    }

    .news article {
        padding-left: 15px;
        margin-left: 60px;
    }

    .news-wrapper {
        height: 232px;
    }
}

@media (min-width: 992px) {
    .tablet {
        display: none;
    }

    .navbar-left.collapse {
        display: inline-block;
    }

    .news-wrapper {
        height: 308px;
        margin-bottom: 25px;
    }

    .home-actuality-list-wrapper h2 {
        margin-bottom: 15px;
    }

    .content-inner-wrapper h1 {
        padding-right: 12%;
        /*display: inline-block;
        width: 90%;*/
    }
}

@media (min-width: 1132px) {
    .container {
        width: 1032px;
    }

    .news-wrapper {
        height: 335px;
    }
}

@media (max-width: 767px) {
    #myCarousel blockquote > div {
        padding: 15px 15px 30px 15px;
    }
    .carousel-inner .item h2 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .carousel-inner .item small {
        font-size: 12px;
    }
    .home-actuality-list-wrapper > div {
        padding: 0 15px;
    }

    .news-all {
        bottom: 6px;
        padding-left: 15px;
    }

    p > img {
        width: 100% !important;
        height: auto !important;
    }

    .news-wrapper {
        height: 250px;
    }

    .content-inner-wrapper h1,
    .article-detail h1 {
        margin-bottom: 22px;
        text-align: center;
    }

    .no-mobile {
        display: none;
    }

    .header {
        margin-bottom: 6px;
        min-height: 0;
        background-position: -280px 0px;
    }

    .container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .container > .navbar-header {
        margin: 0;
        height: 66px;
    }

    .navbar-toggle {
        background: #557fb7;
        border-radius: 0;
        color: #fff;
        float: left;
        font-size: 21px;
        margin: 14px 15px 0px 0px;
        padding: 7px 8px 6px 8px;
    }

    .navbar-toggle:hover,
    .navbar-toggle:active,
    .navbar-toggle:focus {
        color: #fff;
    }

    .info-banners {
        display: inline;
    }

    .navbar-header .logo {
        display: inline-block;
        margin-top: 14px;
    }

    .tablet {
        display: none;
    }

    .page-wrapper {
        position: relative;
    }

    .mobile-menu-trigger {
        display: block;
    }

    .row-table > aside {
        display: none;
    }

    main .content {
        display: block;
    }

    .row-table > aside {
        display: block;
        position: absolute;
        padding: 0;
        width: 100%;
        z-index: 50;
    }

    .aside-inner-wrapper {
        display: block;
        padding: 0;
        width: 100%;
    }

    .navbar-left-toggle {
        background: #a3a8b2;
        color: #fff;
        font-size: 21px;
        padding: 7px 8px 7px 8px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 80;
    }

    .navbar-left-toggle:hover,
    .navbar-left-toggle:active,
    .navbar-left-toggle:focus {
        color: #fff;
    }

    .navbar-left {
        width: 100%;
    }

    .navbar-left li {
        width: 100%;
    }

    .nav.navbar-left > li > a,
    .nav.navbar-left > li > ul > li a,
    .nav.navbar-left > li > ul > li > ul > li a {
        border-left: none;
        display: inline-block;
        padding: 9px 42px 9px 38px;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        text-overflow: ellipsis;
    }

    .nav.navbar-left > li > ul > li a {
        background: #f7f8fb;
        padding-left: 70px;
    }

    .nav.navbar-left > li > ul > li a.active,
    .nav.navbar-left > li > ul > li a:hover,
    .nav.navbar-left > li > ul > li a:active,
    .nav.navbar-left > li > ul > li a:focus {
        border-left: none;
    }

    .nav.navbar-left > li > ul > li > ul > li a {
        padding-left: 82px;
    }

    .nav.navbar-left > li > ul > li > ul > li a::before {
        left: 70px;
        top: 8px;
    }

    .nav.navbar-left > li > ul > li > ul > li a.active,
    .nav.navbar-left > li > ul > li > ul > li a:hover,
    .nav.navbar-left > li > ul > li > ul > li a:focus,
    .nav.navbar-left > li > ul > li > ul > li a:active {
        border-left: none;
    }

    .news .icon {
        display: none;
    }

    .news article {
        padding: 0;
    }

    .aktuality-double-box {
        margin-bottom: 29px;
    }

    .home-actuality-list-wrapper h2 {
        margin-top: 13px;
        text-align: center;
    }

    .footer-copyright p {
        font-size: 10px;
    }

    .home-slide-left, .home-slide-right {
        padding: 0;
    }

    .article-detail {
        padding: 15px 15px;
    }

    .article-content {
        padding-left: 0;
    }

    .article-detail .icon,
    .article-detail .go-back {
        display: none;
    }

    .content .search-block {
        padding: 14px 8px 14px 8px;
    }

    .paggination-block .pag-page {
        padding-right: 20px;
        width: auto;
    }

    .paggination-block .pag-info {
        padding-right: 20px;
        width: auto;
    }

    .paggination-block .pag-list,
    .paggination-block .pag-arrows .pag-first,
    .paggination-block .pag-arrows .pag-last {
        display: none;
    }

    .table.table-info th {
        padding-left: 8px;
        width: 120px;
    }

    .home-actuality-interesting-box article {
        padding: 16px;
    }
}

@media (max-width: 993px) {
    .carousel-inner .item h2 {
        font-size: 18px;
        line-height: 24px;
    }

    p > img {
        width: 100% !important;
        height: auto !important;
    }

    .no-tablet {
        display: none !important;
    }

    .header .nav li a {
        font-size: 12px;
        padding: 8px 10px 7px;
    }

    .home-actuality-list-wrapper h3 {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .home-actuality-list-wrapper p {
        font-size: 12px;
    }

    .header .nav li:nth-child(2) {
        min-width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-wrapper {
        position: relative;
    }

    .tablet {
        display: block;
    }

    .row-table > aside {
        display: block;
        position: absolute;
        padding: 0;
        width: 100%;
        z-index: 50;
    }

    main .content {
        display: block;
    }

    .aside-inner-wrapper {
        display: block;
        padding: 0;
        width: 100%;
    }

    .navbar-left-toggle {
        background: #a3a8b2;
        color: #fff;
        font-size: 21px;
        padding: 7px 8px 7px 8px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 80;
    }

    .navbar-left-toggle:hover,
    .navbar-left-toggle:active,
    .navbar-left-toggle:focus {
        color: #fff;
    }

    .navbar-left {
        width: 100%;
    }

    .navbar-left li {
        width: 100%;
    }

    .nav.navbar-left > li > a,
    .nav.navbar-left > li > ul > li a,
    .nav.navbar-left > li > ul > li > ul > li a {
        border-left: none;
        display: inline-block;
        padding: 9px 42px 9px 38px;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        text-overflow: ellipsis;
    }

    .nav.navbar-left > li > ul > li a {
        background: #f7f8fb;
        padding-left: 70px;
    }

    .nav.navbar-left > li > ul > li a.active,
    .nav.navbar-left > li > ul > li a:hover,
    .nav.navbar-left > li > ul > li a:active,
    .nav.navbar-left > li > ul > li a:focus {
        border-left: none;
    }

    .nav.navbar-left > li > ul > li > ul > li a {
        padding-left: 82px;
    }

    .nav.navbar-left > li > ul > li > ul > li a::before {
        left: 70px;
        top: 8px;
    }

    .nav.navbar-left > li > ul > li > ul > li a.active,
    .nav.navbar-left > li > ul > li > ul > li a:hover,
    .nav.navbar-left > li > ul > li > ul > li a:focus,
    .nav.navbar-left > li > ul > li > ul > li a:active {
        border-left: none;
    }

}

@media (max-width: 1133px) {
    .paggination-block .pag-info,
    .paggination-block .pag-list,
    .paggination-block .pag-page {
        padding: 0 20px 0 0;
        width: auto;
    }
}

/** Mobile menu **/
.mm-list a:hover,
.mm-list a:focus,
.mm-list a:active {
    outline: none;
}

.mm-page {
    width: 100%;
}

.mm-header {
    background: #4b73a9;
    height: 66px;
    padding: 15px 6px 0;
}

.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
    padding-top: 72px;
}

.mm-ismenu {
    background: #20436f;
}

.mm-menu.mm-vertical .mm-list li.mm-opened,
.mm-menu.mm-vertical .mm-list li.mm-opened > a,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: #6495d5;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen {
    background: #557fb7;
}

.mm-menu.mm-vertical .mm-list .mm-panel li.mm-opened li.mm-opened,
.mm-menu.mm-vertical .mm-list .mm-panel li.mm-opened li.mm-opened > a,
.mm-menu.mm-vertical .mm-list .mm-panel li.mm-opened li.mm-opened > ul {
    background: #F2F3F6;
    color: #EC1F27;
}

.mm-menu.mm-vertical .mm-list .mm-panel .mm-panel li.mm-opened li.mm-opened,
.mm-menu.mm-vertical .mm-list .mm-panel .mm-panel li.mm-opened li.mm-opened > a,
.mm-menu.mm-vertical .mm-list .mm-panel .mm-panel li.mm-opened li.mm-opened > ul {
    background: #F2F3F6;
    color: #707A8D;
}

.mm-menu.mm-vertical .mm-list li.mm-opened li.mm-opened,
.mm-menu.mm-vertical .mm-list li.mm-opened li.mm-opened > a,
.mm-menu.mm-vertical .mm-list li.mm-opened li.mm-opened > ul {
    background: #F2F3F6;
    color: #6495d5;
}

.mm-list a.mm-subopen {
    width: 32px;
    height: 32px;
    margin: 4px;
    background: none;
}

.mm-panel > a.mm-subopen {
    background: #557fb7;
}

.mm-list > li {
    background: #152234;
    margin-left: 5px;
    margin-right: 7px;
    margin-bottom: 1px;
    color: #e8e8e8;
    font-family: "Open Sans", Sans-Serif;
    font-weight: bold;
    font-size: 13px;
}

.mm-list > li.home {
    background: #23364f;
}

.mm-menu > .mm-list > li:focus,
.mm-menu > .mm-list > li:active,
.mm-menu > .mm-list > li:hover {
    background: #6495d5;
}

.mm-menu > .mm-list > li.subhome:focus,
.mm-menu > .mm-list > li.subhome:active,
.mm-menu > .mm-list > li.subhome:hover {
    background: #152234;
}

.mm-list a.mm-subopen {
    background: #557fb7;
}

.mm-menu > .mm-list > li:focus > a,
.mm-menu > .mm-list > li:active > a,
.mm-menu > .mm-list > li:hover > a {
    background: #6495d5;
}

.mm-menu > .mm-list > li:focus > a.mm-subopen,
.mm-menu > .mm-list > li:active > a.mm-subopen,
.mm-menu > .mm-list > li:hover > a.mm-subopen {
    background: #557fb7;
}

.mm-list .mm-panel a.mm-subopen {
    background: none;
}

.mm-list a.mm-subopen:after {
    content: "\e236";
    font-family: "Glyphicons Halflings";
    background: none;
    font-size: 18px;
    transform: none;
    right: 18px;
    top: 7px;
    bottom: auto;
    font-weight: normal;
}

.mm-list .mm-list a.mm-subopen:after {
    content: "\f078";
    font-family: "FontAwesome";
    background: none;
    font-size: 15px;
    transform: none;
    right: 18px;
    top: 7px;
    bottom: auto;
}

.mm-list > li ul li:before {
    content: '';
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    padding: 0;
}

.mm-list .mm-panel > li {
    background: #f2f3f6;
    margin: 0;
    color: #304b6f;
    text-transform: uppercase;
}

.mm-list .mm-panel > li > ul > li {
    background: #f2f3f6;
    margin: 0;
    color: #6495D5;
    text-transform: none;
}

.mm-list .mm-panel .mm-panel > li > ul > li {
    background: #f2f3f6;
    margin: 0;
    color: #98a0af;
    text-transform: none;
}

.mm-list .mm-panel .mm-panel > li > a {
    padding-left: 32px;
}

.mm-list .mm-panel .mm-panel .mm-panel > li > a {
    padding-left: 44px;
    position: relative;
}

.mm-list .mm-panel .mm-panel .mm-panel > li > a:before {
    content: '>';
    position: absolute;
    top: 10px;
    left: 32px;
}

.mm-menu.mm-vertical .mm-list li.mm-opened li.mm-opened > ul:before {
    content: '';
    border-top: 1px solid #dfe0e4;
    margin-left: 3px;
    display: block;
    width: auto;
}

.mm-list .mm-panel > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    border-bottom-color: #dfe0e4;
    margin-left: 3px;
}

.mm-menu .mm-list > li > a.mm-subopen::after, .mm-menu .mm-list > li > a.mm-subclose::before {
    border: none;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    margin-left: 0;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen::after {
    transform: none;
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border: none;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    transform: none;
    right: 18px;
    top: 7px;
    bottom: auto;
}

.mm-menu.mm-vertical .mm-list .mm-list > li.mm-opened > a.mm-subopen:after {
    content: '\f077';
    transform: none;
    right: 18px;
    top: 7px;
    bottom: auto;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 32px;
}

/**
 * 	Vestnik From
 */

#extendedFilter .form-group input[type="checkbox"] {
	height:14px;
	width: 14px;
	border:#fff solid 1px;
	background-color:#fff;
}

#extendedFilter .form-group input[name="kcpv"],
#extendedFilter .form-group input[name="mdodania"],
#extendedFilter .form-group input[name="procurerCpv"],
#extendedFilter .form-group input[name="procurerNut"],
.with-button > input {
	width:50%;
}

label[for="input-kcpv"],
label[for="input-mdodania"],
label[for="input-procurerCpv"],
label[for="input-procurerNut"],
.with-button > label {
	display:block;
}

input[name="kcpv"],
input[name="mdodania"],
input[name="procurerCpv"],
input[name="procurerNut"],
.with-button > input {
	float:left;
}
input[name="kcpv"] + button,
input[name="mdodania"] + button,
input[name="procurerCpv"] + button,
input[name="procurerNut"] + button,
.with-button > input + button {
	float:right;
}

.clear {
	clear:both;
}

.listContainer > ul {
	list-style-type: none;
}

.listContainer > ul {
	
}

.listContainer > ul li input[type='checkbox'] {
	-webkit-appearance:checkbox;
}


.listContainer > ul li:before {
	content: none;
}
.listContainer > ul li label {
	font-weight: normal;
	font-size: 1em;
	margin-left:10px;
	display: inline;
}

.listContainer > ul li input {
	border:1px solid #000;
	width: 14px;
	height:14px;
}

.listContainer > ul li > span {
	width:10px;
	height:10px;
	/*float:left;*/
	/*margin-right:17px;*/
	margin-top:7px;
	left:0px;
	top:0px;
	position:absolute;
	display:block;
}

#listContainer{
  margin-top:15px;
}
 
#expList ul,
#expList li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
/*
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    background-color:#121212;
}*/

#expList li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 7px;
    padding-left: 20px;
    background-repeat: no-repeat;
}
 
/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(/img/collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(/img/expanded.png);
}

/**
 * 	Vestnik From END
 */

div#object p {
    padding-left: 14px;
}

ul#mm-m0-p0 li.subhome {
    padding-left: 14px;
    padding-top: 12px;
    padding-bottom: 11px;
    background: #97a1ad;
    color: #fff;
}
ul#mm-m0-p0 li.subhome::after {
    border: none;
}

.flag-eu {
    display: inline-block;
    background: url("/img/flag-eu.png") top center no-repeat;
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
}

.development {
    background: #ff9900;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    right: 0;
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    max-width: 250px;
    z-index: 1000;
}
.development table {
    margin-bottom: 10px;
}
.private-info {
    display: inline-block;
}

.private-info a:hover,
.private-info a:focus,
.private-info a:active {
    text-decoration: none;
}

.progress {
    border-radius: 0;
}

ul.nav-links a.footerEmail:link {
    color:#73aefb;
}
ul.nav-links a.footerEmail:hover {
    color:#73aefb;
    text-decoration: underline;
}

.cpvKod {
    white-space: nowrap;
}

.multiselect-wrapper .btn {
    line-height: 19px;
}

.orderClosed {
    color: #ec1f27;
}

.fc table {
    margin-bottom: 0;
}

.navbar-left .show-hide {
    padding-right: 19px !important;
    position: relative;
    width: 100%;
}

.navbar-left .show-hide:after {
    content: "\f077";
    font-family: "FontAwesome";
    background: none;
    font-size: 12px;
    transform: none;
    right: 4px;
    top: 50%;
    bottom: auto;
    position: absolute;
    margin-top: -8px;
}
.navbar-left .show-hide.collapsed:after {
    content: "\f078";
}

.table.table-data .label {
    display: inline-block;
    white-space: normal;
    margin-left: -5px;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table.table-data a.label {
    padding-top: .5em;
}

.dropdown-menu li:before {
	content: none;
}

.table.table-data .dropdown-small {
    font-size: 75%;
    padding: .2em .6em .3em;
}
.dropdown-small:active,
.dropdown-small:focus,
.dropdown-small:hover {
    color: white;
}
.action-evo {
    width: 40px;
    background-color: #d9534f;
    font-size: 75%;
    padding: 4px 5px 3px 5px !important;
    text-align: left;
}

.action-evo-big {
    background-color: #d9534f;
    font-size: 100%;
    padding: 5px 10px 5px 10px !important;
    text-align: left;
}

.label-evo {
    width: auto;
    color: white;
    background-color: #d9534f;
    font-size: 100%;
    padding: 5px 10px 5px 10px !important;
    text-align: center;
}

.label-evo-info {
    float: left;
    line-height: 30px;
}

.action-evo.old {
    width: auto;
}

.btn-common-size {
    width: 200px !important;
}
.row-with-button {
    line-height: 34px !important;
}
.row-with-dns-button {
    line-height: 42px !important;
}
