/* here you can put your own css to customize and override the theme */

.visible-false {
    display: none;
}

.page-overlay-loader {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed !important;
    z-index: 9999;
    left: inherit !important;
    /*top: inherit !important;*/
    top: 0 !important;
    background: url(../../../img/bg-opacity.png) repeat scroll 0 0;
}

.loader {
    background: url('../../../img/loader-ring3.gif') no-repeat scroll 50% 50%;
    width: 100%;
    height: 100%;
}

.table-static {
}

    .table-static td {
        border: 1px solid;
        padding: 10px;
    }

table.excel-table {
    border: 1px solid #CCC;
    width: 100%;
}

.excel-table th {
    padding: 10px 4px 10px 4px;
    margin: 3px;
    border: 1px solid #CCC;
}

.excel-table td {
    padding: 4px;
    margin: 3px;
    border: 1px solid #CCC;
}

.input-icon > .form-control {
    padding-left: 15px;
}

.m-10 {
    margin: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.p-10 {
    padding: 10px;
}

.pb-0 {
    padding-bottom: 0;
}

.center {
    text-align: center;
}

.pre-header {
    background: #f3f3f3;
}

.header-main-page {
    margin-bottom: 20px;
}

    .header-main-page, .header-main-page h3 {
        font-weight: 400;
        text-align: center;
        color: #f19000;
        line-height: 30px;
    }

.header-navigation {
    margin-right: -10px;
}

.additional-shop-info, .additional-nav {
    margin-top: 10px;
}

.additional-shop-search ul {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.search-box .input-group-btn a.btn, .search-box .input-group-btn a.btn:hover {
    color: #fff;
}

.header .site-logo img.logo-ministry {
    width: 70px;
}

.header .site-logo img.logo-democracy {
}

.header .top-cart-block {
    margin-top: 25px;
}

.header.reduce-header .top-cart-block {
    margin-top: 10px;
}

.header-navigation > ul > li > .dropdown-menu {
    margin-top: -3px;
}

.pre-footer-col h2 {
    border-bottom: 1px solid #c2c1c1;
    padding-bottom: 10px;
}

.account-page .product-list .date {
    margin-top: 2px;
}

.social-icons span {
    display: block;
}

    .social-icons span i {
        text-indent: 0px;
        font-size: 28px;
        display: block;
        width: 28px;
        height: 28px;
        line-height: normal;
    }


.dropdown-download {
    float: right;
    color: #a8aeb3;
    /*border: 1px #ededed solid;*/
}

    .dropdown-download .btn {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .dropdown-download .btn-default {
        padding-top: 3px;
        padding-bottom: 3px;
        /*border: 1px #ededed solid;
        color: #a8aeb3;*/
        border: 1px #8f9091 solid;
        color: #8f9091;
    }

        .dropdown-download .btn-default:hover {
            color: #fff;
        }

.dropdown-menu li > a.color-excel {
    /*color: #217346;*/
}

.dropdown-menu li > a.color-pdf {
    /*color: #e11e00;*/
}

.dropdown-menu li > a.color-csv {
    /*color: #217346;*/
}


.dropdown-menu li > a.color-excel i {
    color: #217346;
}

.dropdown-menu li > a.color-pdf i {
    color: #e11e00;
}

.dropdown-menu li > a.color-csv i {
    color: #217346;
}

.header, .title-wrapper {
    margin-bottom: 0;
}

.header {
    box-shadow: none;
    border-bottom: 2px solid #fc9701;
    background: #f3f3f3;
}

.header-navigation > ul > li > a.first-level, .header-navigation > ul > li > a.first-level:visited {
    padding: 30px 2px 30px 2px;
    background: transparent !important;
    font-weight: 600;
    color: #6197b7;
    font-size: 14px;
}

.header-navigation ul > li.active > a.first-level {
    border-bottom: none;
    background: transparent !important;
    color: #0a547e;
}

.header-navigation ul > li > a.first-level:hover {
    color: #0a547e;
}

.header-navigation li.menu-search span.sep {
    background: #c1c1c1;
}

.site-logo {
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
}

a.site-logo:hover {
    text-decoration: none;
}

.header-navigation li.menu-search {
    top: 28px;
}

.breadcrumb-wrapper {
    box-shadow: 0px 5px 10px -2px #e7e7e7;
}

.breadcrumb {
    margin-bottom: 10px;
    margin-top: 10px;
}

.pre-footer a.link-cm, a.link-cm {
    color: #64aed9;
}

.revolution-slider .tp-bannertimer {
    display: none;
}

.content-page {
    font-size: 14px;
}

    .content-page h3 {
        font-size: 18px;
    }

    .content-page a, .sidebar2 a {
        color: #64aed9;
    }

        .content-page a:hover, .sidebar2 a:hover {
            color: #0a547e;
        }

    .content-page ul {
        margin-top: 15px;
    }

        .content-page ul li {
            margin-top: 5px;
            margin-bottom: 5px;
        }

.tbl-criteria {
    width: 100%;
}

    .tbl-criteria td {
        border: 1px solid #dadada;
        width: 50%;
        padding: 10px;
    }

        .tbl-criteria td p {
            margin: 0;
        }


.page-slider {
    position: relative;
}

    .page-slider .btn {
    }

.btn-submit-app, .btn-submit-app:link, .btn-submit-app:visited {
    position: absolute;
    right: 0;
    z-index: 999;
    background-color: #fc9701;
    color: #fff;
    top: 10px;
    text-transform: none;
    font-weight: 600;
}

    .btn-submit-app:hover {
        background-color: #ed7438;
        color: #fff;
    }

.messages {
}

    .messages p {
        font-style: italic;
        font-size: 13px;
        font-weight: 600;
    }

    .messages .error {
        color: red;
    }

    .messages .success {
        color: green;
    }

.espa-banner {
    display: block;
}

    .espa-banner img {
        width: 100%;
    }

.marqee-wrapper {
    position: absolute;
    right: 0;
    top: 60px;
    color: #032d45;
    z-index: 99;
    width: 20%;
    font-weight: 800;
    color: #012336;
}


#container-marqee {
    position: relative;
    width: 100%;
    height: 200px;
}

.marqee-block-bg {
    background: #efefef;
    filter: alpha(opacity=20);
    /* IE */
    -moz-opacity: 0.8;
    /* Mozilla */
    opacity: 0.8;
    /* CSS3 */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.marqee-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #012336;
}

.marq-item {
    padding: 10px;
    margin: 10px;
}

.marq-header {
    padding: 10px;
    margin: 10px;
    font-size: 15px;
}

.marqee-text ul li {
    margin-bottom: 10px;
}

    .marqee-text ul li a {
        margin-bottom: 10px;
        color: #012336;
    }

.marqee-no-content {
    padding: 10px;
    margin: 10px;
    font-style: italic;
}

/*** START INFO PAGE ***/

.top-info-image-fullwidth {
    
}

    .top-info-image-fullwidth img {
        width: 100%;
        max-width: 100%;
        /*max-height: 350px;*/
    }

.bottom-info-image-fullwidth {
    text-align: center
}

/*.bottom-info-image-fullwidth img{
}*/

.content-paragraph-wrapper {
    margin-bottom: 10px
}

a.content-info-link {
    font-weight: 600;
    color: #6c3c72
}

    a.content-info-link:hover {
        font-weight: 600;
        color: #471472
    }

.right-img-small img {
    width: 100%;
    max-width: 100%;
}

.right-img-logo {
    text-align: center
}

.right-img-logo img {
    width: 100%;
    max-width: 150px;
}

a.btn-info-right-custom {
    color: #fff;
    background-color: #9e76b4;
    text-transform: none;
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px !important
}

a.btn-info-right-custom:hover {
    color: #fff;
    background-color: #5b2e72;
}

.btn-info-right-custom span {
    display: block;
    width: 100%;
    letter-spacing: 0.05em;
}

.btn-info-right-text-sm {
    font-size: 20px;
}

.btn-info-right-text-lg {
    font-size: 28px;
}


/*** END INFO PAGE ***/

@media (min-width: 1025px) {
    .reduce-header .header-navigation li.menu-search {
        top: 28px;
    }
}

@media (max-width: 1024px) {
    .marqee-wrapper {
        display: none;
    }
}
