﻿html {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/bg.png") repeat-x left top #c3beb6;
    color: #333;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
a {
    color: #9e150f;
}

a:visited {    
    color: #012341;
}


a:hover {
    color: #9e150f;
}

a:focus {
    outline: 0;
    color: #9e150f;
    text-decoration: none;
}

h1 {
    font-family: Arial;
    font-size: 1.6em;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
}

h2 {
    font-family: Arial;
    font-size: 1.2em;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

h5.sub {
    margin-top: 30px;
    font-size: 1em
}

.content-section h1 {
    margin-bottom: 15px
}

.bg1 {
    background-color:#eee
}

.content-section ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style-type: none;
}

.content-section .list-group-item.active {
    text-transform: uppercase;
    background: #004370;
    border-color: #004370;
    font-weight: 600
}

.content-section .list-group-item.active > .glyphicon {
    margin-right: 3px
}

.info-blocks .list-group-item:not(.active) {
    padding-left: 35px;
    background: url(../images/arrow.png) no-repeat 22px 15px;
    text-decoration: none!important; 
}

.hidden-links {
    display: none;
}

.content-section ul li {
    margin: 0;
    padding: 0 0 4px 12px;
    background: url("../images/arrow.png") no-repeat 4px 5px;
}

.page-title-login {
    font-size:1.8em;
    margin-bottom:15px
}

.alert ul {
    margin:0;
    padding:0
}

.alert ul li {
    list-style:none
}

.top-action-links form {
    display:inline-block
}

.lang a:first-child {
    display:inline-block;
    border-right:1px solid #999;
    padding:0 5px;
    margin:0;
    line-height:1
}

.navbar-default .navbar-nav > .open > a {
    background-color:#fff!important;
}

.dropdown-menu {
    border:none;
    box-shadow:0 1px 2px rgba(0,0,0,0.175)!important;
    border-radius:0
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background:#e7e7e7;
    color:#777
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff
}


.navbar-header {
    float: none;
}

.navbar-brand {
    height: auto;
    padding: 32px 0 21px 0px;
}

/*.nav.navbar-nav.sm {
    margin: 0 25px;
}*/

.navbar-nav > li {
    border-bottom: 1px solid #38617d;
    background: #004370;
}

.navbar-nav > li ul li, .navbar-nav > li ul li ul li {
    border-bottom: 0;
}

.navbar-nav > li ul li ul li {
    background: url("../images/arrow4.gif") no-repeat 23px 16px;
}

.navbar-nav > li:last-child {
    border:none
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 1.4em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    padding: 13px 28px 14px 28px;
}

.navbar-nav > li > a.home-icon {
    padding: 11px 28px 16px 28px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: none !important;
    color: #fff;
}

.header-right {
    float: right;
}

.header-right ul {
    list-style: none;
    padding: 0;
    margin: 29px 0 0 0;
}

.header-right li {
    float: right;
    list-style: none;
    padding: 0 5px;
    margin: 0;
}

.header-login {
    padding: 55px 0 0 0 !important;
}

.header-login li {
    float: right;
    list-style: none;
    padding: 0 0 0 9px;
    margin: 0;
}

.login {
    background: url("../images/login.png") no-repeat;
    padding: 0 0 0 24px !important;
}

.logout {
    background: url("../images/logout.png") no-repeat;
    padding: 0 0 0 24px !important;
    margin-left: 12px !important;
    display: inline-block !important;
}

.header-login li a {
    color: #000;
}

.leftsection {
    background: #fff;
    min-height: 450px;
    height: 100%;
    display: table-cell;
}

#footer {
    background: url("../images/bgfooter.png") no-repeat center top;
    padding: 20px 0;
    text-align: center;
}

.content-section {
    background: #fff;
    padding-bottom: 20px;
}

.filter {
    background: #fff;
    padding: 10px 0;    
}

.filter a {
    text-decoration: underline;
}

.filter a:hover {
    text-decoration: underline;
    /*color: #af130b;*/
}

.filter input[type="text"], .filter input.form-central, .filter input.form-central2 {
    width: 100%;
    background: #f1f1f1;
    line-height: 1.8em;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e5e5e5;
}

.filter select.form-central {
    width: 100%;
}

.filter .advanced-search {
    color: #000000;
    padding-left: 12px;
    display: block;
    padding-top: 6px;
    background: url("../images/advancedsearch.png") no-repeat 0 12px;
}

.extended-search {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f7f7f7;
}

.btn {
    color: #fff !important;
    background: #032c4a;
    width: 100%;
    font-weight: bold;
    border: 0;
    padding: 7px 0 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    outline: 0 none
}
    .btn.btn-default.btn-back {
        color: #fff !important;
        background: #032c4a !important;
    }

    .btn.btn-default.btn-back {
        color: #fff !important;
        background: #032c4a !important;
    }

.btn-primary {
    background: #af130b;
}

.btn.btn-link {
    background: none;
    color: #000000;
    text-transform: none
}

.btn-link > .glyphicon {
    font-size: 9px;
    top: 0;
    margin-right: 3px
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
    color: #fff;
}

.btn-link:hover, .btn-link:focus, .btn-link.focus, .btn.btn-link.fn-extended {
    color: #000000!important;
}

.btn:focus, .btn:focus:active, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: 0 none
}


/*.btn.btn-default {
    background: #fff;
    border: 1px solid #c3beb6;
    color: #ada9a2
}*/

.table th .btn {
    background: none;
    border: none;
    color: #000
}

.table th .btn:hover,
.table th .btn:focus {
    background: none;
    box-shadow: none
}

.btn-small {
    color: #fff;
    background: #032c4a;
    width: 100%;
    font-weight: bold;
    font-size: 0.9em;
    border: 0;
    display: block;
    padding: 5px 0 4px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-small:hover {
    text-decoration: none;
    color: #fff;
}

.table th {
    background: #eceae6;
    border-bottom: 1px solid #d0cecc;
    padding: 0;
    color: #000;
}


.table th a {
    border: 0;
    color: #000 !important;
    padding: 0;
    font-size: 1.0em;
    text-transform: none;
    font-weight: bold;
    background: none;
}

.table th a.active.asc {
    background: url("../images/arrow_top.png") no-repeat right 5px #eceae6;
    border-radius: 0;
    padding-right: 13px;
    box-shadow: 0 0;
    outline: 0 none;
}

.table th a.active.desc {
    background: url("../images/arrow_bottom.png") no-repeat right 5px #eceae6;
    border-radius: 0;
    padding-right: 13px;
    box-shadow: 0 0;
    outline: 0 none;
}


.table td {
    border-bottom: 1px solid #e4e2de;
}

.breadcrumb {
    background-color: #f2f2f2;
    border-radius: 0;
    list-style: outside none none;
    margin: 0 0 20px 0 !important;
    padding: 15px 15px !important;
}

.breadcrumb li {
    background:none !important;
    padding: 0 !important;
}

.breadcrumb span {
    color: #9a9a9a;
}


.breadcrumb a {
    color: #636363;
}

.listing .right {
    margin-top: 15px
}

.content-section ul.pagination {
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;    
}

.content-section .pagination > li {
    background: none!important;
    padding: 0!important;
}

.content-section .pagination > li > a {
    background-color: transparent;
    border: 0;
    color: #000;
    line-height: 1.42857;
    margin-left: 0;
    padding: 2px 8px 1px;
    display: inline-block;
    float: none
}

.content-section .pagination > li > a:hover {
    background: none;
}

.content-section .pagination > li > span {
    background-color: transparent!important;
    border: 1px solid #ceccca;
    color: #000;
    margin-left: 0;
    padding: 2px 8px 1px;
    float: none;
    display: inline-block;   
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #fff !important;
    border-color: #ceccca;
    color: #000;
    cursor: default;
    z-index: 2;
}

.content-section .pagination li.first a,
.content-section .pagination li.last a,
.content-section .pagination .first span,
.content-section .pagination .last span, 
.content-section .pagination li.previous a,
.content-section .pagination li.next a,
.content-section .pagination .previous span,
.content-section .pagination .next span {
    display: inline-block;
    width: 8px;
    text-indent: -999em;
    border:none;
    background-color: transparent;
    _line-height: 0;
    _font-size: 0;
}

.content-section .pagination li.first a,
.content-section .pagination li.last a,
.content-section .pagination .first span,
.content-section .pagination .last span {
    width: 12px;
}

.pagination li.previous a,
.pagination li.previous a:hover,
.pagination li.previous a:focus,
.pagination li.previous span,
.pagination li.previous span:hover,
.pagination li.previous span:focus {
    background: url(../images/prev.gif) no-repeat 0 center!important;
    padding-right: 12px;
}

.pagination li.next a,
.pagination li.next a:hover,
.pagination li.next a:focus,
.pagination li.next span,
.pagination li.next span:hover,
.pagination li.next span:focus {
    background: url(../images/next.gif) no-repeat right center!important;
    padding-left: 12px;
}

.pagination li.first a,
.pagination li.first a:hover,
.pagination li.first a:focus,
.pagination li.first span,
.pagination li.first span:hover,
.pagination li.first span:focus {
    background: url(../images/first.gif) no-repeat 0 center!important;
    padding-right: 12px;
}

.pagination li.last a,
.pagination li.last a:hover,
.pagination li.last a:focus,
.pagination li.last span,
.pagination li.last span:hover,
.pagination li.last span:focus {
    background: url(../images/last.gif) no-repeat right center!important;
    padding-left: 12px;
}

.content-section .pagination .previous span,
.content-section .pagination .next span, 
.content-section .pagination .first span,
.content-section .pagination .last span {
    opacity: 0.3
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: none!important;
    color: #000
}

.checkbox-list input {
    margin-left: 0 !important;
    position: relative !important;
}

.checkbox-list label, .radio-list label {
    padding-left: 4px;
    padding-right: 16px;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.input-validation-error {
    border-color:red!important
}

.form-row {
    padding: 4px 0;
    margin-bottom: 5px
}

.checkbox-list label {
    font-weight: normal;
}

.navbar-brand {
    width: 75%;
}

.navbar-brand img {
    max-width: 100%;
}

.navbar-toggle {
    margin-right: 0
}

.navbar-toggle .icon-bar {
    background-color: #af130b;
    margin-top: 25px;
}

label {
    margin-bottom: 0;
    margin-top: 3px;
}

.sitemap {
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2)
}

.content-section .sitemap ul li {
    list-style: none!important;
    background: none;
    padding: 0;    
}

.content-section .sitemap > ul {
    margin:0;
    padding: 0;
}

.content-section .sitemap ul ul {
    padding: 0;
    margin: 0
}

.content-section .sitemap a:hover {
    color: #af130b
}

.content-section .sitemap > ul > li > div {
    background: #F9E2E1;
    padding: 10px 15px;
    line-height: 1.5rem; 
    border-bottom: 1px solid #E4B1AF; 
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.925em    
}

.content-section .sitemap .level-2 > li > div {
    background: #EADFDE;
    padding: 6px 15px 6px 30px;
    border-bottom: 1px solid #fff; 
    display: block
}

.content-section .sitemap .level-3 {
    border-bottom: 1px solid #fff;
    padding: 3px 0;
    background: #F2EFEF
}

.content-section .sitemap .level-3 > li > div {
    padding-left: 40px;
    background: #F2EFEF;
    border:none;
    padding: 3px 15px 3px 45px;
    display: block;
    background: url(../images/square.gif) no-repeat 35px 10px;
}

.home-top-section {
    text-align: center;
    margin-top: 10px
}

.home-top-section a {
    display: block;
    height: 165px;
    color: #fff;
    font-size: 1.333em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    text-decoration: none!important
}

.home-top-section a:hover {
    text-decoration: none;
}

.home-top-section a > span {
    display: block;
    padding-top: 135px
}

.home-top-section .object1 {
    background: url(../images/object1.png) no-repeat center 15px;
}

.home-top-section .object2 {
    background: url(../images/object2.png) no-repeat center 5px;
}

.home-top-section .object3 {
    background: url(../images/object3.png) no-repeat center 22px;
}

.home-top-section .object4 {
    background: url(../images/object4.png) no-repeat center 5px;
}

.home-quick-links {
    margin-top: 26px;
    border-top: 1px solid #ad4538;
    padding-top: 24px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 1.100em;
    line-height: 1.333em;
    font-weight: bold    
}

.home-quick-links ul {
    margin: 0;
    padding: 0
}

.home-quick-links a {    
    color: #fff
}

.home-quick-links a:visited {    
    color: #000;
}

.home-quick-links div p {
    margin: 0;
    padding: 0 57px 0 28px
}

.home-quick-links div > ul > li {
    display: block;
    margin: 0 0 0 55px;
    padding: 0 0 0 13px;
    list-style: none;
    float: left;
    width: 20%;
}

.home-quick-links div > ul > li.block1 {
    margin-left: 15px;    
}

.home-quick-links div > ul > li.block3 {
    margin-left: 35px;    
    width: 22%;
}

.home-quick-links ul > li ul {
    margin: 10px 0 0 4px;
    list-style: none
}

.home-quick-links ul > li ul li {
    line-height: 1.125em;
    padding-bottom: 0.333em;
    padding-left: 10px;
    background: url(../images/arrow_fff.gif) no-repeat 0 6px;
}

.home-quick-links ul > li ul li a {
    font-size: 0.825em;
    font-weight: normal;
}

.home-quick-links ul > li ul li a:visited {
    color: #fff;
}

.home-quick-links ul li:last-child {
    margin-right: 0;
}

.home-news {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin-bottom: 30px;
}

.home-news .right {
    float: right;
    padding: 42px 0 0 0;
}

.home-news .right a {
    float: right;
    padding: 0 0 0 9px;
    background: url(../images/arrow.png) no-repeat 0 6px;
}

#footer a img {
    margin-left: 18px;
}

#footer {
    margin-top: 15px;
}

.home-news h2 {
    color: #01213c;
    text-transform: none;
    padding: 35px 0 16px;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #b0aca5;
    font-size: 1.692em;
    line-height: 1.182em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-weight: normal
}


.home-news li {
    list-style: none;
    font-size: 1.077em;
    line-height: 2.571em
}

.home-news span {
    color: #626262;
    display: block;
}

.home-news .date {
    font-size: 14px
}

.home-news a {
    color: #01213c;
}

.home-news a:visited {
    color: #9e150f;
}

.home-icon {
   padding-right: 0 !important;
   padding-left: 22px;
}

.text-control a {
    color: #040404;
    font-family: Arial, sans-serif;    
}

.text-control a:focus,
.text-control a:active {
    text-decoration: none;
}

.text-control a.active {
    text-decoration: underline;
} 

.ts {
    font-size: 12px!important;
    padding: 0 6px;
    background: url(../images/divider.gif) no-repeat right 2px;
}

.tm {
    font-size: 15px!important;
    padding: 0 7px 0 4px;
    background: url(../images/divider.gif) no-repeat right 5px;
}

.tl {
    font-size: 18px!important;
    padding: 0 10px 0 5px;
}

.navbar-collapse {
    background: none;
}


.navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0 
}


.pagination .previous span, .pagination .next span {
    color: #af130b;
}

fieldset {
    border: 2px solid #e4e2de;
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.75em 0.75em;
}

fieldset legend {
    background: #e4e2de;
    font-size: 14px;
    font-weight: bold;
    padding:2px 14px 4px 14px;
    width: auto;
    margin: 0 0 6px 0;
    border: 0;
}

fieldset span {
    padding-top: 3px;
    display: inline-block;
}

.form-control {
    border-radius: 0;
}

fieldset fieldset {
    border: none;
    padding: 0
}

fieldset fieldset fieldset {
    border: 2px solid #e3e3e3;
}

fieldset fieldset fieldset legend {
    background: #e3e3e3;
    color: #000;
}

/*input::-webkit-calendar-picker-indicator{
    display: none;
}
input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}*/

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0c5789;
    border: 0;
}

.dropdown-menu {
    background-color: #0c2c4d;
}   

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:hover {
    background: none;
    color: #bbcee2;
}

/*

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    border-radius:0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
*/
.navbar-nav > li > .dropdown-menu {
    border-radius: 0 !important;
}

.dropdown-menu > li > a {
    padding: 3px 15px;
}


.btn-right {
    background: url("../images/iko_sluzba_informacna.png") no-repeat 17px 15px #122c40;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 24px 12px 54px;
    display: block;
    margin-bottom: 1px;
}

.btn-right-form {
    background: url("../images/iko_sluzba_transakcna.png") no-repeat 17px 15px #122c40;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 24px 12px 54px;
    display: block;
    display: flex;
    align-items: center;
    min-height: 60px;
    margin-bottom: 1px;
}

.btn-right-form:hover, .list-persons:hover {
    color: #fff;
    text-decoration: none;
}

.right-section, .right-section2 {
    background-color:#efefef;
    padding: 12px 10px;
    margin-bottom: 10px;
}

.right-section2 {
    background-color:#fff;
}

.right-row:not(:last-of-type) {
    border-bottom: 1px dotted #989ba2;
    margin-bottom: 12px;
}

.delim {
    color: #e4e2de;
    padding: 0 3px;
}
.right-sub span {
    font-size: 18px;
    font-weight: bold;
}

.right-sub {
    margin: 0 0 6px;
}

.right-section h3 {
    color: #040404;
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 7px;
    padding: 0;
    text-transform: uppercase;
}

.right-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.right-section ul li {
    margin: 0;
    padding: 0 0 4px 12px;
    background: url("../images/arrow.png") no-repeat 4px 5px;
}

.changes {
    background: url("../images/changes.png") no-repeat;
    color: #fff;
    text-decoration: none!important;
    width: 163px;
    height: 32px;
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-right: 10px;
}

.changes span {
    padding: 8px 0 0 32px;
    display: block;
}

.changes:hover {
    color: #fff;
    text-decoration: none;
}

.ta-btn {
    text-align: right;
    margin-bottom: 10px;
}

.btn-add {
    background: url("../images/plus.png") no-repeat 12px 11px #af130b;
    color: #fff;
    text-decoration: none;
    width: 163px;
    height: 31px;
    display: block;
    float: right;
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.btn-add span {
    padding: 7px 0 0 31px;
    display: block;
}

.btn-add:hover {
    color: #fff;
    text-decoration: none;
}


.loginrequired {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.loginrequired img {
    margin-bottom: 15px;
}


.loginrequired h1 {
    color: #af130b;
    font-size: 1.425em;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.loginrequired p {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.link-toupvs a,
.link2-toupvs a {
    text-decoration: none!important;
    width: 300px;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 0.9em
}

.link-toupvs a {
    background: #af130b;
    color: #fff;
    font-size: 1.2em;    
}

.link2-toupvs a {
    background: #fff;
    color: #b21300;
    border: 1px solid #ecc4c1
}

.link2-toupvs:hover {
    color: #b21300;
    text-decoration: none;
}

.link-toupvs:hover {
    color: #fff;
    text-decoration: none;
}

.article-row2, .article-row {
    margin-bottom: 1.5em;
}

.article-row2 p, .article-row p {
    margin-bottom: 0.5em;
    text-decoration: none;
}

.article-row a, .article-row2 span {
    font-size: 1.1em;
    font-weight: bold;
}

.article-row2 span {
    display: block;
}

.article-row span {
    color: #696969;
}

.article-row.rss a {
    background: url("../images/rss2.png") no-repeat 0 2px;
    padding: 1px 0 1px 39px;
    display: inline-block;
}

.article-row.xml a {
    background: url("../images/xml.png") no-repeat 0 2px;
    padding: 1px 0 1px 39px;
    display: inline-block;
}

.article-row a.xsd {
    background: url("../images/xsd.png") no-repeat 0 2px;
    padding: 1px 0 1px 39px;
    display: inline-block;
}

.article-row2 a {
    background: url("../images/arrow.png") no-repeat 0 4px;
    padding: 0 10px 0 8px;
}

.btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-submit {
    background: #af130b;
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.btn-submit:hover {
    color: #fff;
    text-decoration: none;
}

.btn-danger {
    background: #af130b;
    color: #fff;
}

.btn-clear {
    background: #b4b4b4;
    color: #fff;
    text-decoration: none;
    width: 200px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.btn-clear:hover {
    color: #fff;
    text-decoration: none;
}


.buttons {
    background: #e8e8e8;
    margin: 10px 0;
    padding: 10px;
}

.backtolist a {
    border: 1px solid #c3beb6;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #ada9a2;
    text-decoration: none!important
}

.filter input[type="checkbox"] {
    width: auto !important;
}

.filter input.form-small {
    width: 90px;
}

.filter textarea {
    width: 700px;
}

.txt-display, hr {
    display: none;
}

.related {
    padding: 15px 0;
}

.related .title {
    padding: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.related .title span {
    background: #dedede;
    padding: 6px 15px 5px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.related .row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.related .col-md-4 {
    text-align: right;
}

.list-title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none!important
}

.ta-right {
    text-align: right;
}

.ta-left {
    text-align: left;
}


@media print {
    .top {
        height: auto;
    }

    .home-top-section a {
        height: auto !important;
        padding-top: 0 !important;
        font-size: 12px;
        background-image: none !important;
    }

    .home-top-section a > span {
        padding-top: 0 !important;
    }

    .home-top-section .col-sm-3 {
        float: left !important;
    }

    .home-quick-links div > ul > li {
        margin: 0 0 0 25px;
        width: 20%;
    }

    .changes {
        float: none;
        font-size: 1em;
        font-weight: bold;
        height: auto;
        width: auto;
    }

}










@media (min-width: 760px) {
    
    .navbar-brand {
      width: 45%;
      padding-left: 19px;
    }

    .navbar-toggle {
       margin-right: 0
    }

    .navbar-nav > li {
       border-bottom: none;
       background: none transparent !important;
    }

}

input[type=text], input[type=password], select {
    max-width: 670px;
    padding: 3px 6px;
    height: 34px
}

.material-table .btn {
    white-space: normal;
}

.negotiationnumber {
    font-size: 1.4em;
    font-weight: bold;
    color: #01223e;
}

.padd-r-15 {
    padding-right: 15px;
}

.form-icon select, .form-icon input {
    width: 95% !important;
}

.table a,.main-content a {
    text-decoration:underline;
}

@media (max-width: 480px) {
    .home-top-section > div > a {
        background-size: 64px!important;
        height: 135px
    }

    .home-top-section a > span {
        padding-top: 85px
    }

    .home-news h2 {
        padding-top: 20px;
        padding-bottom: 10px
    }

    .home-news .right {
        padding-top: 25px
    }
}

@media (max-width: 767px) { 

    body {
        background: /*url("../images/bg.png") repeat-x scroll left -102px */#c3beb6;
    }

    h1 {
        font-size: 1.425em;
    }

    .filter-advanced > .col-sm-12 {
        padding-bottom: 40px
    }
    
    .bottom-xs-position {
        position: absolute;
        bottom: 0;
        width: 100%;        
    } 

    .table-responsive {
        position: relative;
        background: -moz-linear-gradient(left, rgba(255,255,255,0.2) 96%, rgba(0,0,0,0.1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.2) 96%,rgba(0,0,0,0.1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0.2) 96%,rgba(0,0,0,0.1) 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cecac1',GradientType=1 );*/
    }

    .main-content > form + .content-section {
        padding-top: 5px
    }

    .related div.ta-right {
        text-align: left!important
    }

    .cookiebanner {
        padding-bottom: 53px!important
    }

    .cookiebanner-close {
        position: absolute;
        z-index: 100;
        bottom: 5px;
        left: 10px;
        right: 10px;    
    }

    .header {
        background-color: #fff
    }

    header.navbar {
        border-color: #9e150f;
    }

    .listing {
        text-align: center;
    }

    .extended-search {
        padding-top: 5px;
        margin-top: 5px;        
    }

    .changes {
       font-size: 0.813em;
       width: 146px;;
       border-top-right-radius: 5px;
       border-bottom-right-radius: 3px;
    }
    .changes span {
        padding: 9px 0 0 28px;
    }

    .breadcrumb {
        display: none;
    }

    .breacrumb-wrap {
        background: #fff;
        padding-top: 15px;        
    }

    .btn-breadcrumb .btn:not(:last-child):after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent;
      border-left: 10px solid white;
      position: absolute;
      top: 50%;
      margin-top: -17px;
      left: 100%;
      z-index: 3;
    }
    .btn-breadcrumb .btn:not(:last-child):before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent;
      border-left: 10px solid rgb(173, 173, 173);
      position: absolute;
      top: 50%;
      margin-top: -17px;
      margin-left: 1px;
      left: 100%;
      z-index: 3;
    }

    .btn-breadcrumb .btn {
      padding:6px 12px 6px 24px;
      width: auto;
      text-transform: none;
      border-radius: 4px;
      font-size: 11px;
      font-weight: normal;
      color: #af130b;
      line-height: 1.75    
    }
    .btn-breadcrumb .btn:active, .btn-breadcrumb .btn-default:focus, .btn-breadcrumb .btn-default:active:focus {
        background-color: #f1f1f1;
        box-shadow: none;
        border-color: #c3beb6
    }
   
    .btn-breadcrumb div.btn {
         color: #040404;
    }

    .btn-breadcrumb .btn:first-child {
      padding:6px 6px 6px 10px;
    }
    .btn-breadcrumb .btn:last-child {
      padding:6px 18px 6px 24px;
      background-color: #f1f1f1;
      color: #040404
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
      border-left: 10px solid #fff;
    }
    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
      border-left: 10px solid #ccc;
    }
    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
      border-left: 10px solid #ebebeb;
    }
    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
      border-left: 10px solid #adadad;
    }

    /* The responsive part */

    .btn-breadcrumb > * > div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;    
    }

    /*.btn-breadcrumb > *:nth-child(n+2) {
      display:none;
    }

    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } */
    .btn-breadcrumb > * div {
        max-width: 105px;
    }

    .home-nav .navbar-nav {
        margin-top: 0;
    }
    
    .home-nav .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

    .home-nav .navbar-nav .sub-arrow,
    .home-nav .navbar-nav .collapsible .sub-arrow {
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .navbar-nav > li ul li {
        padding-left: 15px;             
    }

    .navbar-nav > li ul li:not(:last-child) {
        border-bottom: 1px solid #3a6f92;
    }

    .navbar-nav > li ul li:first-child {
        border-top: 1px solid #3a6f92;
    }

    .home-top-section .object1 {
        background: url(../images/object1.png) no-repeat center 15px;
    }

    .home-top-section .object2 {
        background: url(../images/object2.png) no-repeat center 5px;
    }

    .home-top-section .object3 {
        background: url(../images/object3.png) no-repeat center 22px;
    }

    .home-top-section .object4 {
        background: url(../images/object4.png) no-repeat center 5px;
    }
    
    .navbar {
        margin-bottom: 0
    }

    .btn-back {
        margin-bottom: 10px;
    }

    .content-section {
        padding-top: 20px;        
    }

    .filter select {
        width: 100%;
    }

    .form-row div[class^="col-"] input,
    .form-row div[class^="col-"] select {
        margin-bottom: 10px;
    }
    
    .flex {
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       justify-content: space-between;
    }

    .flex > .flex-item {
        flex: 1;
        margin: 0!important;
    }

    footer .flex > a > img {
        max-width: 100%;
        margin: 0!important;
    }

    /*.navbar-collapse {
        margin-top: 12px
    }*/

    .navbar-nav .open .dropdown-menu {
        padding: 0 0 0 10px;
        background: #0c5789;     
    }   

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none;        
    }

    .home-nav .navbar-nav > li > a {
        color: #b4e1ff
    }

    .home-nav .navbar-nav .open > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        text-decoration: none
    }

    /*.home-nav .navbar-nav .open .dropdown-menu {
        background: #af130b
    }*/

    .home-top-section a {
        font-size: 1.138em;
    }

    .home-top-section {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #841912;
    } 

    .navbar-brand {
         padding: 22px 10px 15px 28px;
         width: 200px;
    }

    .navbar-brand img {
        width: 75%;
    }

    .no-gutter-xs {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .dropdown-menu {
        border: medium none;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    }

    #footer .ta-left, #footer .ta-right {
        text-align: center !important;
    }

    .filter .btn {
        padding: 5px 8px;
        /*border-bottom: 1px solid #fff !important;*/
    }

    .form-icon select, .form-icon input {
        width: 100% !important;
    }

    .rightsection {
        width: 100% !important;
        margin-top: 15px;
    }

    .filter .btn {
        height: 34px
    }
}

@media (max-width: 992px) {

    .form-row input + img,
    .form-row select + img,
    .form-row label + img,
    .form-row span + img {
        display: none
    }

}

@media (min-width: 768px) and (max-width: 992px) { 
    .navbar-nav > li > a {
        font-size: 1.2em;
        padding: 13px 10px;
        background: none transparent !important;
    }    

     .navbar-collapse.bs-navbar-collapse {
        margin-top: 20px;
    } 
     
     .home-quick-links div > ul > li {
        margin: 0 0 0 25px;
    } 

     .navbar-nav > li {
        border-bottom: 1px solid #004370;
    }

     .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #031d35;
        border-color: #337ab7;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .navbar-nav > li > a {
        font-size: 1.3em;
        padding: 13px 15px;
        background: none transparent !important;
    }

    .navbar-collapse.bs-navbar-collapse {
        margin-top: 10px;
    }   

    .home-quick-links div > ul > li {
        margin: 0 0 0 35px;
    }
     .navbar-nav > li {
        border-bottom: 1px solid #004370;
    }

     .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #031d35;
        border-color: #337ab7;
    }

    
}

@media (min-width: 768px) { 

    .main-content {
        min-height: 374px;
    }

    .top {
        height: 354px; 
    }

    .header {
        height: 178px;
    }

    fieldset {
        padding: 0.35em 1.75em 0.75em;
    }
    
    fieldset legend {
        margin: 0 0 6px -14px        
    }

    fieldset fieldset {
        border: 1px solid #e3e3e3;
        padding: 0.75em 1em 0.35em;
        margin-top: 10px
    }

    input[type=text], input[type=password], select {
        height: 28px
    }

    .loginrequired {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .loginrequired h1 {
        font-size: 1.7em;        
    }

    .loginrequired p {
        font-size: 1.4em;        
    }

    .label-align {
        padding-top: 3px;
    }

    .filter {
       margin-bottom: 14px;
    }

    .listing .right {
        text-align: right;
        margin-top: 0
    }
      
     .navbar-nav > li {
        border-bottom: 0;
    }

     .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #031d35;
        border-color: #337ab7;
    }

     .navbar-nav > li ul li ul li {
        background: none;
    }

    .changes {
        float: right;
    }

}

@media (min-width: 992px) {
    
    .home-news span {
        text-align: right;
    }

    .filter select {
        width: 220px;
    }

    .home-top-section a {
        font-size: 1.538em;
    }
}

.field-validation-error {
    display: block;
    color: red;
}

@media (min-width: 1200px) {
    .navbar-brand {
        width: auto;
    }

    .content-section > .col-md-12,
    .content-section > .col-sm-12,
    .breadcrumb {
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .right-section, .right-section2 {
        padding-left: 20px;
        padding-right: 20px
    }

    .lg-no-right-offset {
        margin-right: 0;
        padding-right: 0
    }
}

@media print {
  a[href]:after {
    content: none !important;
  }

  footer {
    display: none !important;
  }
}


@media print {

[class*="col-sm-"] {
	float: left;
}

[class*="col-xs-"] {
	float: left;
}

.col-sm-12, .col-xs-12 { 
	width:100% !important;
}

.col-sm-11, .col-xs-11 { 
	width:91.66666667% !important;
}

.col-sm-10, .col-xs-10 { 
	width:83.33333333% !important;
}

.col-sm-9, .col-xs-9 { 
	width:75% !important;
}

.col-sm-8, .col-xs-8 { 
	width:66.66666667% !important;
}

.col-sm-7, .col-xs-7 { 
	width:58.33333333% !important;
}

.col-sm-6, .col-xs-6 { 
	width:50% !important;
}

.col-sm-5, .col-xs-5 { 
	width:41.66666667% !important;
}

.col-sm-4, .col-xs-4 { 
	width:33.33333333% !important;
}

.col-sm-3, .col-xs-3 { 
	width:25% !important;
}

.col-sm-2, .col-xs-2 { 
	width:16.66666667% !important;
}

.col-sm-1, .col-xs-1 { 
	width:8.33333333% !important;
}
  
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left !important;
}

body {
	margin: 0;
	padding: 0 !important;
	min-width: 768px;
}

.container {
	width: auto;
	min-width: 750px;
}

body {
	font-size: 11px;
}

a[href]:after {
	content: none;
}
}

.negotiationnumber2 {
	font-size: 37px;
}

.cookiebanner {
    box-shadow: -2px 0 5px rgba(0,0,0,.4)
}

.btn:focus, .btn.focus {
    color: #fff !important;
}