﻿body {
    background-color: #F6FAFB;
}

.header-holder .nav {
    margin-right: 0px;
}

@media (min-width: 720px) {
    .top-bar {
        right: 53px;
    }

    .search-form {
        right: 60px;
    }
}

@media (min-width: 992px) {
    .top-bar {
        right: 53px;
    }

    .search-form {
        right: 60px;
    }
}

.owner-link {
    text-align: center;
    padding: 20px;
    min-height: 120px;
    line-height: 120px;
}
    .owner-link a:hover {
        opacity: 0.75;
    }
    .owner-link img {
        max-height: 50px;
        max-width: 250px;
        vertical-align: middle;
    }

    .owner-link.nss img {
        max-height: 75px;
    }

    #footer .logo {position:initial;}


.header-holder .nav .drop .drop2 li:hover,
.news-sec .news-header h2 span,
.widget-links h2 span,
.document-links h2 span,
.index-area h2 span,
.table tr.row-break td,
.widget-posts h2 span,
.block-sec h2 span {
    background: #F6FAFB;
}

@media (max-width: 373px) {
    .table-turnover-last-week tr.row-header th {
        background-color: #F6FAFB;
    }
}

.table tr.row-break td {
    border-color: #F6FAFB;
}

.header-holder .navbar-toggle .icon-bar,
.header-holder .nav li.hover > a, .header-holder .nav li:hover > a,
.header-holder .nav li a:focus, .header-holder .nav li a:hover,
.header-holder .nav li.active > a,
.header-holder .nav li.active > a:focus, .header-holder .nav li.active > a:hover,
.slideshow .pagination ul li a:focus, .slideshow .pagination ul li a:hover,
.slideshow .pagination ul li.active a,
.btn-default,
.btn-default2,
.btn-info2:focus, .btn-info2:hover,
.link-wrp-compact .video-link:focus, .link-wrp-compact .video-link:hover,
.detail-wrp .child-content-news ul:before {
    background: #1a315d;
}

.msg-sec .list-group li,
.header-holder .nav li a,
.header-holder .nav .drop .drop2 li a,
.languages li a,
.opener-form,
.search-form .btn-default,
.nss-form.form-horizontal .form-group-summary label.control-label,
.feature-list li a,
.feature-list li a:focus, .feature-list li a:hover,
.news-sec .tfoot .view-more,
.news-block h2,
.news-block h2 a,
.widget-links ul li h3 a,
.document-links ul li h3 a,
.breadcrumb > li:after,
.btn-info2,
.widget-posts .post h2,
.widget-posts .post h2 a,
.link-wrp-compact .video-link,
.detail-wrp-full .detail a:focus, .detail-wrp-full .detail a:hover,
.detail-wrp .detail a:focus, .detail-wrp .detail a:hover,
.social-area .social-networks li a,
.list-feature li a,
.list-feature li a:focus, .list-feature li a:hover,
.panel-info > .panel-heading {
    color: #1a315d;
}

.slideshow .pagination ul li a,
.btn-info2,
.index-area h2:before,
.link-wrp-compact .video-link {
    border-color: #1a315d;
}


.search-form .form-control,
.search-form .btn-default,
.panel-info,
.panel-info > .panel-heading {
    border-color: #99ccff;
}

.msg-sec .list-group li,
.list-tags li,
.table tr.row-header th,
.table tbody tr td:first-child:not(.no-xs-hdr),
.table tbody tr td span.fa-stack i,
.nss-data-table .colored,
.wizard-step,
.wizard-active-step,
.wizard-step-container .activity-registration .row.row-header,
.btn-default2:focus, .btn-default2:hover, .btn-default2.focus,
.btn-default:focus, .btn-default:hover, .btn-default.focus,
.panel-info > .panel-heading,
.btn-default:active:hover,
.panel-default > .panel-heading {
    background: #99ccff;
}

.header-holder .nav li a.extranet,
.logged-in-msg,
.news-block .date,
.widget-links ul li .date,
.document-links ul li i,
.document-links ul li .date,
.table-auctions td.status span.red,
.widget-posts .post .date,
.publish,
.link-btn-wrp .wrp-left,
.expired,
.text-danger {
    color: #9b1512;
}

.btn-danger,
.header-holder .nav li:hover > a.extranet {
    background: #9b1512;
}

#map-canvas {
    width: 100%;
    height: 600px;
}

@media (min-height: 568px) {
    #map-canvas {
        height: 290px;
    }
}

@media (min-height: 640px) {
    #map-canvas {
        height: 360px;
    }
}

@media (min-height: 667px) {
    #map-canvas {
        height: 380px;
    }
}

@media (min-height: 732px) {
    #map-canvas {
        height: 450px;
    }
}

@media (min-width: 992px) {
    #map-canvas {
        height: 600px;
    }
}