﻿@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('fonts/roboto-condensed-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-condensed-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-condensed-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-condensed-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-condensed-v13-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
}

/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0976B4;
    font-family: "Roboto Condensed", Helvetica, sans-serif !important;
    font-weight: 500;
    padding: 4px 0;
}

code, kbd, pre, samp, tt, var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    font-size: 1em;
    line-height: 1.84615em;
}

.btn .fa {
    color: #ffffff !important;
}

a:hover, a:focus {
    color: #0976B4;
    outline: 0 !important;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

hr {
    height: 4px;
    margin: 10px 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #F4C537), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #F4C537, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #F4C537, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #F4C537, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #F4C537, rgba(0, 0, 0, 0));
    border: 0;
}

    hr:after {
        display: block;
        content: '';
        height: 10px;
        background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
        background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
        background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    }

.colorgraph {
    height: 7px;
    border-top: 0 none;
    background: #C4E17F linear-gradient(to right, #C4E17F, #C4E17F 12.5%, #F7FDCA 12.5%, #F7FDCA 25%, #FECF71 25%, #FECF71 37.5%, #F0776C 37.5%, #F0776C 50%, #DB9DBE 50%, #DB9DBE 62.5%, #C49CDE 62.5%, #C49CDE 75%, #669AE1 75%, #669AE1 87.5%, #62C2E4 87.5%, #62C2E4) repeat scroll 0 0;
    border-radius: 5px;
}

.colorgraph2 {
    height: 7px;
    border-top: 0px none;
    background: #C4E17F linear-gradient(to right, #C4E17F, #C4E17F 12.5%, #F7FDCA 12.5%, #F7FDCA 25%, #FECF71 25%, #FECF71 37.5%, #F0776C 37.5%, #F0776C 50%, #DB9DBE 50%, #DB9DBE 62.5%, #C49CDE 62.5%, #C49CDE 75%, #669AE1 75%, #669AE1 87.5%, #62C2E4 87.5%, #62C2E4) repeat scroll 0% 0%;
    border-radius: 5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaaaaa;
}

.centered {
    text-align: center;
}

.form-control::-moz-placeholder {
    color: #aaaaaa;
}

.form-control {
    display: block;
    width: 230px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.navbar {
    border: none;
    margin-bottom: 4px;
    min-height: 40px;
}

/* Customizing top most navbar */

.first-top-navbar {
    background: #fff;
    margin-bottom: 0;
    margin-left: 0;
    max-height: 36px;
    padding: 0;
}

    .first-top-navbar .container, .first-top-navbar .row {
        margin-top: 0;
    }

    .first-top-navbar .container {
        margin-top: 0;
    }

    .first-top-navbar .navbar-nav > li > a {
        padding-bottom: 12px;
        padding-top: 12px;
        text-shadow: none !important;
    }

        .first-top-navbar .navbar-nav > li > a i {
            color: #DFB945;
        }

    .first-top-navbar .nav {
        display: table-cell;
    }

        .first-top-navbar .nav li {
            font-size: 1em;
        }

            .first-top-navbar .nav li a {
                color: #469FCF;
                text-align: left;
                font-weight: 600;
            }

                .first-top-navbar .nav li a:hover,
                .first-top-navbar .nav li a:focus {
                    color: #666666;
                }

/* Customizing second top most navbar */

.second-top-navbar {
    background: transparent;
    background-image: url("../Images/second-top-nav.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 156px;
    margin-bottom: 0;
    margin-top: 0;
}

    .second-top-navbar .container {
        margin-top: 0;
    }

        .second-top-navbar .container .navbar-header a img {
            margin-top: -50px;
        }

        .second-top-navbar .container .navbar-header h3 {
            color: #F4C537;
            font-weight: 600;
            margin-top: 12px;
            padding-top: 0;
        }

        .second-top-navbar .container .search form {
            margin-right: -20px;
            margin-top: 20px;
        }

        .second-top-navbar .container .search .advanced-search {
            display: block;
            padding-left: 18px;
            text-align: right;
        }

            .second-top-navbar .container .search .advanced-search a {
                color: #EBC844;
                font-weight: 600;
            }

                .second-top-navbar .container .search .advanced-search a:hover {
                    color: #fff;
                    text-decoration: none;
                }

.third-top-navbar {
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0976B4', endColorstr='#ff265a88', GradientType=0);
    background-image: -webkit-linear-gradient(top, #0976B4 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #0976B4 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0976B4), to(#265a88));
    background-image: linear-gradient(to bottom, #0976B4 0, #265a88 100%);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom: 4px solid #BF9517;
    border-color: #245580;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0976B4', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: 'Roboto Condensed';
    height: 51px !important;
    top: -61px;
}

    .third-top-navbar .navbar-collapse {
        padding-left: 4px;
        padding-right: 4px;
    }

    .third-top-navbar .navbar-nav {
        margin-top: 0 !important;
    }

        .third-top-navbar .navbar-nav > li > a {
            border-bottom: none;
            color: #f4f4f4;
            font-size: 1.275em;
            font-weight: 600;
            margin-bottom: 2px !important;
            margin-top: 0 !important;
            overflow-y: hidden;
            padding: 14px 10px;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        }

            .third-top-navbar .navbar-nav > li > a:hover,
            .third-top-navbar .navbar-nav > li > a:focus,
            .third-top-navbar .navbar-nav > .open > a,
            .third-top-navbar .navbar-nav > .open > a:hover,
            .third-top-navbar .navbar-nav > .open > a:focus,
            .third-top-navbar .navbar-nav li.current > a,
            .third-top-navbar .navbar-nav > li.current > a:hover,
            .third-top-navbar .navbar-nav > li.current > a:focus,
            .third-top-navba .navbar-default .navbar-nav > .open > a,
            .third-top-navba .navbar-default .navbar-nav > .active > a {
                background-color: #265a88;
                color: #EBC850;
            }

        .third-top-navbar .navbar-nav > .dropdown > a .caret {
            border-bottom-color: #fff !important;
            border-top-color: #fff !important;
        }

        .third-top-navbar .navbar-nav li.current > a .caret,
        .third-top-navbar .navbar-nav > li.current > a:hover .caret,
        .third-top-navbar .navbar-nav > li.current > a:focus .caret {
            border-bottom-color: #EBC850 !important;
            border-top-color: #EBC850 !important;
        }

        .third-top-navbar .navbar-nav .caret-up {
            border-bottom: 4px solid #EBC850 !important;
            border-top-width: 0;
            display: inline-block;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            width: 0;
        }

        .third-top-navbar .navbar-nav > li > ul.dropdown-menu {
            border-bottom: 4px solid #2F93BF;
            margin: 0;
            margin-top: 4px;
            overflow: hidden !important;
            -webkit-box-shadow: 0 6px 8px #787878;
            box-shadow: 0 6px 8px #787878;
        }

            .third-top-navbar .navbar-nav > li > ul.dropdown-menu > li {
                min-height: 180px;
                padding: 0 10px;
            }

                .third-top-navbar .navbar-nav > li > ul.dropdown-menu > li.no-list-style {
                    list-style: none !important;
                }

                    .third-top-navbar .navbar-nav > li > ul.dropdown-menu > li.no-list-style ul {
                        margin-left: -30px;
                    }

            .third-top-navbar .navbar-nav > li > ul.dropdown-menu li [class*="col-"] {
                background-color: #ffffff;
                margin-bottom: 5px;
                margin-top: 5px;
            }

            .third-top-navbar .navbar-nav > li > ul.dropdown-menu li h4, .third-top-navbar .navbar-nav > li > ul.dropdown-menu li h5 {
                color: #0976B4;
                font-weight: 300;
                text-align: center;
                border-bottom: 3px solid #eaeaea;
                min-height: 50px;
                padding: 6px 8px;
            }

            .third-top-navbar .navbar-nav > li > ul.dropdown-menu li ul.dropdown-menu-links {
                margin-left: -20px;
                min-height: 120px;
            }

                .third-top-navbar .navbar-nav > li > ul.dropdown-menu li ul.dropdown-menu-links li {
                    background: none;
                    color: #0976B4;
                    font-size: 1em;
                    list-style: disc;
                    padding: 3px 0;
                    text-decoration: none;
                }

                    .third-top-navbar .navbar-nav > li > ul.dropdown-menu li ul.dropdown-menu-links li a {
                        color: #404040;
                        font-size: 0.942em !important;
                        text-decoration: none;
                    }

                        .third-top-navbar .navbar-nav > li > ul.dropdown-menu li ul.dropdown-menu-links li a:hover {
                            color: #0976B4;
                            text-decoration: none;
                        }

#content {
    min-height: 300px;
    padding-bottom: 10px;
    padding-top: 2px;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
}

    #content > .container {
        padding: 0 30px;
    }

        #content > .container > .row {
            background: #fff;
            min-height: 280px;
            padding-bottom: 10px !important;
            padding-top: 0 !important;
            -webkit-box-shadow: 0 6px 10px #999999;
            box-shadow: 0 6px 10px #999999;
        }

#content-wrapper {
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition: transform .3s;
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -o-transition: transform .3s;
    -webkit-box-shadow: 0 0 10px #000000;
    min-width: 240px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform .3s;
    background: url("../Images/bg.png");
    /*background: #ffffff;*/
    box-shadow: 0 0 10px #000000;
    flex: 1;
    transform: translate3d(0, 0, 0);
    transition: transform .3s;
    z-index: 1;
}

    #content-wrapper.isOpen {
        -moz-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

#mobile-screen-menu {
    min-height: 40px;
    padding-top: 20px;
}

#show-mobile-menu {
    padding-left: 10px;
    margin-left: 8px;
    padding-top: 20px;
    font-size: 1.4em;
    color: #ffffff;
}

    #show-mobile-menu:hover,
    #show-mobile-menu:focus {
        background: transparent;
    }

#mobile-menu {
    background: #f6f6f6;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    width: 300px;
    display: none;
}

    #mobile-menu div.mobile-header {
        display: block;
        height: 156px;
        background-image: url("../Images/second-top-nav.png");
        background-repeat: no-repeat;
        margin-top: 40px;
    }

    #mobile-menu div.mobile-header-top {
        padding: 10px 0;
        height: 40px;
    }

    #mobile-menu div.mobile-header-bottom {
        display: block;
        padding: 10px;
    }

        #mobile-menu div.mobile-header-bottom h4 {
            color: #DFB945;
            font-weight: 600;
            margin-top: 10px;
            padding-top: 0;
            margin-left: 20px;
        }

    #mobile-menu ul li {
        padding: 6px;
        list-style: disc;
        color: #006699;
    }

        #mobile-menu ul li ul.mobile-menu-list {
            padding: 6px;
            list-style: disc;
            display: none;
        }

        #mobile-menu ul li a {
            color: #444444;
            font-family: "Roboto Condensed", Helvetica, sans-serif !important;
            font-size: 1.3em;
            font-weight: 500;
            padding: 10px 0;
        }

            #mobile-menu ul li a, #mobile-menu ul li a:visited {
                color: #0976B4;
                text-decoration: none;
            }

                #mobile-menu ul li a:hover, #mobile-menu ul li a:focus {
                    color: #444444;
                }

.home-slider {
    margin: 10px -10px;
}

.featuered-video {
    background: #F6F6F6;
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 376px !important;
}

    .featuered-video video {
        background: #111;
    }

.carousel-inner {
    margin: 5px 5px 0 0;
    width: auto;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        height: 280px;
        line-height: 1;
    }

.carousel-indicators {
    bottom: 6px;
    left: 40px !important;
    list-style: none;
    max-height: 100px;
    padding-left: 0;
    right: auto !important;
    text-align: center;
    z-index: 15;
}

    .carousel-indicators li {
        background: #f6f6f6;
        border-radius: 16px;
    }

    .carousel-indicators li {
        border: 2px solid #fff;
        cursor: pointer;
        display: inline-block;
        height: 14px;
        margin-right: 3px;
        text-indent: -999px;
        width: 14px;
    }

    .carousel-indicators .active {
        background-color: #0976B4;
        height: 14px;
        width: 14px;
    }

.carousel-fade .carousel-inner .item {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.home-top-left-content .recent-documents {
    margin-right: -10px;
    padding: 0 6px 6px 0 !important;
}

.recent-documents {
    background: #E7E7E7;
    padding: 0 0 0 6px;
    height: 100%;
}

    .recent-documents h4 {
        padding: 10px;
        color: #ffffff !important;
        font-weight: 600;
        -webkit-box-shadow: 0 1px 3px #cccccc;
        box-shadow: 0 1px 3px #cccccc;
        margin: 0 -6px;
    }

    .recent-documents .recent-documents-list {
        display: block;
        height: 100%;
    }

        .recent-documents .recent-documents-list ul {
            background: none;
            border-bottom: none;
            list-style: none;
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-top: 4px;
            padding-left: 0 !important;
            width: 100% !important;
        }

            .recent-documents .recent-documents-list ul li {
                background: #FFFFFF;
                border-bottom: 1px dotted #aeaeae;
                margin-top: 2px;
                font-weight: 500;
                padding: 8px 6px;
            }

                .recent-documents .recent-documents-list ul li:hover,
                .recent-documents .recent-documents-list ul li:focus {
                    background: #0976B4;
                    border-left: 3px solid #0976B4;
                }

                    .recent-documents .recent-documents-list ul li:hover a,
                    .recent-documents .recent-documents-list ul li:focus a {
                        color: #ffffff !important;
                    }

                .recent-documents .recent-documents-list ul li a,
                .recent-documents .recent-documents-list ul li a:visited {
                    color: #0976B4;
                    display: block;
                    font-size: 0.96em;
                    font-weight: 600;
                }

                    .recent-documents .recent-documents-list ul li a .upload-date {
                        padding: 0 4px;
                        color: #333333 !important;
                        font-size: 0.98em;
                        font-weight: 500 !important;
                        display: block;
                        opacity: 0.8;
                        text-align: right;
                    }

                .recent-documents .recent-documents-list ul li:hover a .upload-date,
                .recent-documents .recent-documents-list ul li:focus a .upload-date {
                    /*color: #ffffff !important;*/
                }

#treasury-bills-container {
    background: #F6F6F6;
    margin: 10px 4px;
    padding: 4px 10px;
}

    #treasury-bills-container h3 {
        margin-bottom: 0;
    }

    #treasury-bills-container p {
        margin-bottom: 5px;
    }

    #treasury-bills-container .nav-tabs, #inflation-rates-container .nav-tabs {
        /*border-top: 2px solid #0976B4;*/
        padding-top: 0;
    }

    #treasury-bills-container .tab-pane {
        min-height: 160px !important;
    }

#inflation-rates-containerr .tab-pane {
    min-height: 100px;
}

#treasury-bills-container .nav > li > a,
#treasury-bills-container .nav > li > a:hover,
#treasury-bills-container .nav > li > a:focus,
#inflation-rates-container .nav > li > a,
#inflation-rates-container .nav > li > a:hover,
#inflation-rates-container .nav > li > a:focus {
    background: #0976B4;
    color: #ffffff;
    margin-bottom: 6px;
    padding: 8px 8px !important;
    text-decoration: none;
}

#treasury-bills-container .nav > li.active > a,
#treasury-bills-container .nav > li.active > a:hover,
#treasury-bills-container .nav > li.active > a:focus,
#inflation-rates-container .nav > li.active > a,
#inflation-rates-container .nav > li.active > a:hover,
#inflation-rates-container .nav > li.active > a:focus {
    background: none;
    background-color: #f6f6f6 !important;
    background-image: none !important;
    color: #212121;
    text-decoration: none;
}

#treasury-bills-container #auction-results h4,
#treasury-bills-container #auction-notice h4,
#treasury-bills-container #bid-forms h4 {
    font-weight: 500;
}

#treasury-bills-container #auction-results .auction-results,
#treasury-bills-container #auction-notice .auction-notice {
    background: #f6f6f6;
    margin: 0 -5px;
    padding: 10px;
}

.treasury-bills-calculator-notes {
    background: #f6f6f6;
    padding: 10px;
}

    .treasury-bills-calculator-notes ol {
        margin-left: 10px;
        list-style: decimal-leading-zero !important;
    }

        .treasury-bills-calculator-notes ol li {
            margin-bottom: 10px;
        }

#bills-calculator-container table > tbody > tr {
    line-height: 16px;
}

    #bills-calculator-container table > tbody > tr > td {
        padding: 10px !important;
    }

        #bills-calculator-container table > tbody > tr > td:last-child {
            text-align: right;
        }

        #bills-calculator-container table > tbody > tr > td a {
        }

#dynamic-content {
    padding: 10px;
}

    #dynamic-content .dynamic-title, .dynamic_title {
        background-color: #EBEBEB;
        background: url("../Images/banner.png");
        background-repeat: no-repeat;
        font-weight: 500;
        margin: 0 0 10px 0;
        padding: 0;
        height: 120px;
        width: 100%;
    }

        .dynamic-title > h3, .dynamic_title h3, h3.section-header {
            color: #444444 !important;
            font-family: "Roboto Condensed";
            font-weight: 500 !important;
            margin: 6px 10px 6px 0 !important;
            width: auto;
            font-size: 1.7em;
        }

        .dynamic-title > h2, .dynamic_title h2, h2.section-header {
            color: #444444;
            padding: 4px !important;
            margin: 4px !important;
        }

            .dynamic-title > h2, .dynamic_title h2 span, h2.section-header span {
                font-style: italic;
                color: #B08304;
                font-weight: 300 !important;
                font-size: 0.8em;
            }

    #dynamic-content .dynamic-content-List, .dynamic-content-List {
        display: none;
        padding: 10px;
        -webkit-box-shadow: 0 0 3px 1px #eee;
        background: #f6f6f6;
        border: 1px solid #dedede;
        box-shadow: 0 0 3px 1px #eee;
    }

        .dynamic-content-List table a {
            color: #0976B4 !important;
            font-size: inherit;
            line-height: 1.8em;
            font-weight: 600;
        }

            .dynamic-content-List table a:hover, .dynamic-content-List table a:focus {
                color: #666666 !important;
                text-decoration: none;
            }

    #dynamic-content h5 {
        color: #121212;
        text-decoration: underline;
    }

.dataTables_empty {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.list-group-item {
    padding: 12px 10px;
}

    .list-group-item:first-child {
        border-radius: 0;
    }

    .list-group-item a {
        cursor: pointer;
    }

.date {
    color: #B08304;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 500;
    padding-top: 4px;
}

h3 .date, h4 .date, h3 .date {
    font-size: 0.764em !important;
}

.home-top-left-content {
    margin: 0 -10px;
}

.home-right-container {
    background: #F6F6F6;
    padding: 10px;
}

.home-rates-container {
    background: #ffffff;
    padding: 10px 0 0 0;
}

.home-rates {
    margin: 0 0 10px 0;
    background: #e7e7e7;
    padding: 10px;
}

    .home-rates h4 {
        /*color: #666666 !important;*/
        margin-top: 0;
        padding: 4px 0;
    }

    .home-rates .table {
        -webkit-box-shadow: 0 1px 3px #cccccc;
        box-shadow: 0 1px 3px #cccccc;
        margin-bottom: 0;
    }

    .home-rates table > tbody > tr > td {
        background: #f6f6f6;
        border: none !important;
    }

    .home-rates thead tr th {
        background: #f6f6f6;
        text-align: center;
    }

    .home-rates tbody tr td {
        font-size: inherit;
        padding: 6px;
    }

.home-online-services {
    -webkit-box-shadow: 0 1px 3px #8A6B20;
    box-shadow: 0 1px 3px #8A6B20;
    background: #ffffff;
    bottom: 0;
    margin-top: 20px;
    padding: 10px;
}

    .home-online-services ul {
        margin-bottom: 10px;
        margin-left: -36px;
        color: #0976B4 !important;
    }

        .home-online-services ul li {
            background: #f6f6f6;
            border-bottom: 2px dotted #f6f6f6;
            border-left: 2px solid #B08304;
            font-weight: 500;
            list-style: none;
            margin-bottom: 3px;
            margin-right: 0;
        }

    .home-online-services > ul > li > a,
    .home-online-services > ul > li > a:active,
    .home-online-services > ul > li > a:visited {
        color: #0976B4 !important;
        display: block;
        padding: 8px 6px;
    }

    .home-online-services > ul > li:hover,
    .home-online-services > ul > li:focus {
        background: #0976B4 !important;
    }

        .home-online-services > ul > li:hover a,
        .home-online-services > ul > li:focus a {
            color: #ffffff !important;
            background: #0976B4 !important;
        }

    .home-online-services > ul > li > a:hover,
    .home-online-services > ul > li > a:focus {
        color: #ffffff !important;
        background: #0976B4 !important;
    }

.treasury-note-bond-container {
    margin: 0 4px;
}

.panel-body {
    padding: 15px 8px;
}

.panel-title {
    font-size: 1.6em;
    margin-bottom: 0;
    margin-top: 0;
}

    .panel-title:hover {
        cursor: pointer;
    }

.bonds thead tr th {
    background: #4E80BD;
    color: #212121;
    text-align: left;
}

.bonds tbody tr td {
    text-align: left;
    text-indent: 15px;
}

.daily-reports {
    background: #286091;
    background-image: -webkit-radial-gradient(30px 60px, #4E80BD, #286091);
    background-image: -moz-radial-gradient(30px 60px, #4E80BD, #286091);
    background-image: radial-gradient(30px 60px, #4E80BD, #286091);
    margin-top: 14px;
    padding: 6px;
}

    .daily-reports a {
        color: #ffffff;
        font-weight: 600;
    }

        .daily-reports a:hover {
            text-decoration: underline;
        }

    .daily-reports h4 {
        color: #fff;
        font-size: 1.6em;
        font-weight: 600;
        margin-left: -10px;
        margin-right: -10px;
        padding: 8px 6px 8px 10px;
        text-align: left;
    }

    .daily-reports .table tbody > tr > td {
        color: #fafafa;
        padding: 4px;
    }

        .daily-reports .table tbody > tr > td > a {
            color: #ffffff;
            font-weight: 600;
        }

.white-content-container {
    -webkit-box-shadow: 0 0 3px 1px #000000;
    box-shadow: 0 0 3px 1px #000000;
    margin: 4px -10px 20px -10px;
    min-height: 280px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

    .white-content-container h3 {
        border-bottom: 2px solid #BF9517;
        margin-bottom: 0;
    }

    .white-content-container p {
        margin-bottom: 5px;
    }

    .white-content-container ul.nav-tabs {
        padding-top: 0;
    }

    .white-content-container .tab-pane {
        min-height: 200px;
    }

    .white-content-container .nav > li > a,
    .white-content-container .nav > li > a:hover,
    .white-content-container .nav > li > a:focus {
        background-color: #BF9517;
        color: #ffffff;
        padding: 8px 14px !important;
        text-decoration: none;
    }

    .white-content-container #auction-results h4,
    .white-content-container #auction-notice h4,
    .white-content-container #bid-forms h4 {
        border-bottom: 1px solid #999;
        font-weight: 500;
    }

    .white-content-container #auction-results .auction-results,
    .white-content-container #auction-notice .auction-notice {
        background: #f6f6f6;
        margin: 0 -5px;
        padding: 10px;
    }

    .white-content-container .nav > li.active > a,
    .white-content-container .nav > li.active > a:hover,
    .white-content-container .nav > li.active > a:focus {
        background-color: #FAFAFA !important;
        color: #212121;
        text-decoration: none;
    }

.EventsLibraryTable {
    display: none;
    padding: 10px;
}

table#EventsLibraryTable thead {
    display: none;
}

.table-borderless {
    border: 0 !important;
}

    .table-borderless > tbody > tr > td {
        border: 0 !important;
        color: #fafafa;
    }

        .table-borderless > tbody > tr > td > a {
            border: 0 !important;
            color: #ffffff;
            font-size: inherit;
            font-weight: 400;
        }

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 5px 8px;
}

    table.dataTable tbody th p,
    table.dataTable tbody td p {
        margin-bottom: 10px;
    }

.social-icons {
    margin-top: 6px;
}

    .social-icons i {
        background: #3071AA;
        color: #fff;
        height: 24px;
        margin: 0 6px;
        width: 24px;
    }

.treasury-note {
    background: #CFA219;
    min-height: 220px;
}

.treasury-note-bond-container .panel-default > .panel-heading h4 {
    font-weight: 500;
}

.celebrations-container {
    border-top: 2px solid #B08304;
    padding-top: 6px;
}

.celebrations-image {
    background: #fff;
    border-top: 2px solid #B08304;
    padding-top: 6px;
}

.celebrations {
    background: url("../Images/50-Celebration.png");
    background: #fff;
    background-repeat: no-repeat;
    min-height: 146px;
    padding: 10px;
    width: auto;
}

    .celebrations h2 {
        color: #787878;
        font-size: 2.8em;
        font-weight: 600;
        line-height: 30px;
        text-shadow: 3px 3px 0 #fff, 3px 4px 0 #666;
    }

.daily-reports .view-more {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 10px 0;
}

.daily-reports p.view-more {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.daily-reports .view-more a {
    background: none;
    color: #FFCD38;
    font-weight: 600;
    padding: 8px;
}

    .daily-reports .view-more a i {
        color: #FFCD38;
    }

    .daily-reports .view-more a:hover {
        background: none;
        color: #fff;
        text-decoration: none;
    }

.read-more-blue {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 4px 0;
}

    .read-more-blue p {
        height: 20px;
        line-height: 20px;
    }

    .read-more-blue a {
        background: none;
        border-radius: 2px;
        color: #0976B4;
        font-weight: 600;
        padding: 8px;
    }

        .read-more-blue a i {
            color: #0976B4;
        }

        .read-more-blue a:hover {
            background: none;
            color: #212121;
            text-decoration: none;
        }

.home-graph {
    background: #4E80BD;
    text-align: center;
}

.quick-links {
    -webkit-box-shadow: 0 8px 20px 0 #ccc;
    background: none;
    box-shadow: 0 8px 20px 0 #ccc;
    margin-top: 20px;
    Padding: 10px 0 20px 0;
}

    .quick-links h3, .quick-links h4 {
        color: #3d3d3d;
        font-size: 2em;
        font-weight: 500;
        padding-left: 10px;
    }

    .quick-links ul {
        list-style: none;
        margin: 8px 8px 8px -40px;
    }

        .quick-links ul li {
            margin: 2px 0 0 0;
            padding: 10px 8px;
        }

            .quick-links ul li:before {
                color: #666;
                content: '\f101';
                font-family: 'FontAwesome';
                font-size: 1.4em;
                margin: 0 5px 0 5px;
            }

            .quick-links ul li a {
                color: #4199D3;
                font-weight: 500;
            }

                .quick-links ul li a:hover {
                    color: #666;
                    text-decoration: none;
                }

footer {
    background: #212121;
    color: #dedede;
    font-weight: 300;
}

    footer .container {
        height: 100%;
    }

        footer .container .row .top-footer-container {
            background: #121212;
            height: 100% !important;
            display: block;
        }

        footer .container .footer-column {
            width: 300px;
            padding-left: 10px;
            text-align: center;
        }

            footer .container .footer-column .last-column {
                border-right: none;
            }

            footer .container.footer-column ul {
                list-style: none;
            }

            footer .container .footer-column h2 {
                font-weight: 300;
                font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
                list-style: none;
                text-align: center;
                margin-left: 30px;
            }

            footer .container.footer-column ul li {
                color: #999999;
                font-size: 1.2em;
                list-style: disc;
                padding: 4px 0;
                text-align: left;
                text-indent: 0;
            }

                footer .container .footer-column ul li a,
                footer .container.footer-column ul li a:visited {
                    color: #999999;
                    font-weight: 300;
                    text-align: left;
                    text-decoration: none;
                    font-size: 1.1em;
                }

                    footer .container .footer-column ul li a:hover,
                    footer .container .footer-column ul li a:focus {
                        color: #17B6EC;
                        text-decoration: none;
                    }

.footer-bottom .container {
    background: none;
    color: #eaeaea;
    margin-top: 5px;
    padding-bottom: 10px;
    border-top: 1px solid #484848;
}

    .footer-bottom .container a {
        font-weight: 500;
        padding-left: 6px;
        padding-right: 6px;
        text-align: left;
        color: #999999;
    }

        .footer-bottom .container a:hover,
        .footer-bottom .container a:focus {
            color: #0976B4 !important;
        }

.btn {
    color: #fff !important;
    border: none !important;
}

.btn-default, .btn-default .fa {
    color: #444444 !important;
}

.btn-signup {
    display: inline-block;
    margin-bottom: 0;
}

.nav-tabs {
    border-bottom: none;
    display: inline-block;
    font-weight: bold;
    padding-top: 15px;
}

    .nav-tabs > li > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: none;
        border-radius: 0;
    }

.nav-list {
    border-bottom: 2px solid #eee;
}

    .nav-list > li {
        border-left: 1px solid #eee;
        padding: 20px 15px 15px;
    }

        .nav-list > li:last-child {
            border-right: 1px solid #eee;
        }

        .nav-list > li > a:hover {
            text-decoration: none;
        }

        .nav-list > li > a > span {
            display: block;
            font-weight: bold;
            text-transform: uppercase;
        }

/* vertical tab */

div.vertical-tab-container {
    -moz-border-radius: 0;
    -moz-filter: alpha(opacity=97);
    background-clip: padding-box;
    border-left: none;
    border-radius: 0;
    border-top: none;
    filter: alpha(opacity=97);
    margin-left: 0;
    margin-top: 6px;
    opacity: 0.97;
    /*background-color: #f6f6f6;*/
    padding: 0 !important;
    z-index: 10;
}

div.vertical-tab-menu {
    background: #f6f6f6;
    margin-top: 20px;
    padding: 6px 0 6px 6px;
}

    div.vertical-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.vertical-tab-menu div.list-group .list-group-item {
            border: none;
            border-right: 2px solid #0976B4;
            margin-bottom: 4px;
        }

        div.vertical-tab-menu div.list-group > a {
            color: #0976B4;
            display: table-cell;
            display: block;
            font-size: 1em;
            font-weight: 600;
        }

            div.vertical-tab-menu div.list-group > a:hover, div.vertical-tab-menu div.list-group > a:focus {
                color: #267bbc;
            }

            div.vertical-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
            }

            div.vertical-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
            }

            div.vertical-tab-menu div.list-group > a.active,
            div.vertical-tab-menu div.list-group > a.active .glyphicon,
            div.vertical-tab-menu div.list-group > a.active .fa {
                color: #ffffff;
            }

                div.vertical-tab-menu div.list-group > a.active h4 {
                    color: #ffffff;
                }

                div.vertical-tab-menu div.list-group > a.active:after {
                    border-bottom: 13px solid transparent;
                    border-left: 10px solid #3574AC;
                    border-left: 10px solid #3574AC;
                    border-top: 13px solid transparent;
                    content: '';
                    left: 100%;
                    margin-top: -13px;
                    position: absolute;
                    top: 50%;
                }

div.vertical-tab-content {
    padding: 0;
}

    div.vertical-tab-content .nav > li > a,
    div.vertical-tab-content .nav > li > a:hover,
    div.vertical-tab-content.nav > li > a:focus {
        background-color: #006699;
        color: #ffffff;
        padding: 8px 14px !important;
        text-decoration: none;
    }

    div.vertical-tab-content .nav > li.active > a,
    div.vertical-tab-content .nav > li.active > a:hover,
    div.vertical-tab-content .nav > li.active > a:focus {
        background-color: #eeeeee !important;
        color: #404040;
        text-decoration: none;
    }

    div.vertical-tab-content h4 {
        border: none;
        font-size: 1.8em;
        margin-top: 6px;
    }

    div.vertical-tab-content h5, div.vertical-tab-content h4 {
        font-size: 1.5em;
    }

div.vertical-tab div.vertical-tab-content:not(.active) {
    display: none;
}

.container {
    margin-top: 10px;
}

img {
    max-width: 100%;
}

.breadcrumb {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #f6f6f6;
    border-radius: 2px;
    /*border: 1px solid #dedede;*/
    font-size: 1em;
    list-style: none;
    margin: 6px 0 4px 0;
    padding: 8px 15px;
    /*-webkit-box-shadow: 0 0 3px 1px #eee;
-ms-box-shadow: 0 0 3px 1px #eee;
box-shadow: 0 0 3px 1px #eee;*/
}

    .breadcrumb a, .breadcrumb a:visited {
        color: #0976B4;
        font-size: 1.1em;
    }

        .breadcrumb a:hover, .breadcrumb a:focus {
            color: #404040;
        }

.navbar-brand {
    margin-left: 0;
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    border-bottom: none;
    border-top: none;
    margin: 5.5px 0;
    padding: 0 15px;
}

#spiner {
    color: #fff;
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 30;
}

    #spiner i {
        color: #222;
    }

.navbar-header a {
    top: 0;
    z-index: 40;
}

.jqplot-yaxis-label {
    font-size: 0.9em;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
}

#loading {
    left: 46%;
    position: fixed;
    top: 45%;
}

#modal-loading {
    border-radius: 50px;
    opacity: 0.9;
    padding: 10px;
    margin-left: 20px;
}

.modal-content {
    padding: 0 10px 15px;
    border-radius: 0 !important;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#board .row, #management .row {
    margin-bottom: 30px;
}

    #board .row img, #management .row img {
        width: 160px !important;
    }

#ContactRBM .list-group-item {
    padding-top: 15px;
}

dt {
    margin-top: 10px;
}

#loginForm, #register {
    background: #F5F5F5;
    margin-top: 20px;
    padding: 10px;
}

    #loginForm ol, #register ol {
        list-style: none;
        width: 420px;
    }

        #loginForm ol li, #register ol li {
            margin: 14px 0;
        }

    #loginForm input.form-control, #register input.form-control {
        width: 220px;
    }

    #loginForm label, #register ol li > label {
        font-weight: 600;
        margin-bottom: 0 !important;
    }

    #loginForm h3, #register h3 {
        color: #0976B4;
        font-weight: 500;
    }

.field-validation-error {
    background: #FBE3E4;
    border: 1px solid #8A1F11;
    color: #8A1F11 !important;
    display: block;
    font-family: arial, Verdana, Helvetica, Sans-Serif;
    font-size: 0.8em;
    margin-top: 6px;
    max-width: 180px;
    padding: 3px 4px;
}

.application_error h3.error,
.application_error h4.error,
.application_error h5.error,
.application_error h6.error {
    color: #EF2700 !important;
}

li.captcha {
    font-weight: 600;
}

#feedback-modal ul li {
    color: #333333;
    font-size: 1.1em;
    list-style: none;
    margin: 6px 0;
}

#thank-you-modal {
    top: 40%;
}

#feedback-modal {
    margin-top: 20px;
}

    #feedback-modal .top-header {
        background: #dedede;
        border-bottom: 2px solid #c1c1c1;
        height: 40px;
        margin: -30px -10px !important;
        width: auto !important;
    }

    #feedback-modal ul {
        list-style: none;
        margin-left: -20px !important;
    }

    #feedback-modal input.form-control {
        width: 220px;
        border-color: #999999;
    }

    #feedback-modal input#Title, #feedback-modal textarea.comment {
        width: 360px;
        min-height: 60px;
        border-color: #999999;
    }

    #feedback-modal ul li > label {
        font-weight: 600;
        margin-bottom: 0 !important;
    }

    #feedback-modal ul li a {
        color: #0976B4;
        font-weight: 600;
    }

    #feedback-modal h3 {
        color: #212121;
        font-weight: 600;
        font-size: 2.0em;
        margin-top: 40px;
    }

table.dataTable thead .sorting {
    background: none;
}

table.dataTable thead .sorting {
    background-image: none;
}

.gallery-home .caption {
    text-align: center !important;
}

.gallery-home a .caption h5 {
    color: #0976B4;
}

.gallery-home a:hover .caption h5,
.gallery-home a:focus .caption h5 {
    color: #0976B4;
}

.gallery-home .thumbnail {
    height: 280px;
}

    .gallery-home .thumbnail img {
        max-height: 180px;
    }

/** reset lightbox position **/

#lightbox-container-image-data-box {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#lightbox-thumbnails {
    display: block;
    margin-bottom: 10px;
}

    #lightbox-thumbnails ul li {
        float: left;
        height: 300px;
        margin-bottom: 12px;
        margin-right: 26px;
        width: 300px;
    }

.pisu_registered_entities .panel .panel-body ol {
    margin-left: -20px !important;
}

    .pisu_registered_entities .panel .panel-body ol li {
        list-style: decimal;
        margin-bottom: 10px;
        color: #212121 !important;
        font-size: 1.025em;
    }

        .pisu_registered_entities .panel .panel-body ol li a {
            display: block;
        }

            .pisu_registered_entities .panel .panel-body ol li a span {
                color: #121212 !important;
                font-weight: bold;
            }

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #1375A5;
    border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #1375A5;
}

.text-info span {
    color: #0976B4;
}

#pension-fund {
}

    #pension-fund .left-content {
        margin-top: 70px;
    }
        #pension-fund .left-content p {
            padding: 10px;
            text-align: center;
            font-style: italic;
            vertical-align: middle;
        }
        #pension-fund .left-content img{
            width: 200px;
        }

        #pension-fund .left-content h4 {
            color: #454545;
            font-style: italic;
            text-align: center;
            font-weight: 500;
        }
            #pension-fund .left-content h4 span {
                color: #ca9500;
            }

           
    #pension-fund .panel {
        border: none;
        /*border-top: 1px solid #cccccc;*/
    }

    #pension-fund .panel-group {
    }

        #pension-fund .panel-group .panel-heading i {
            font-size: 1.4em;
        }

        #pension-fund .panel-group .panel-heading:hover,
        #pension-fund .panel-group .panel-heading:active {
            color: #0976B4;
        }

        #pension-fund .panel-group .panel-heading h4 {
            font-size: 1.2em;
        }

        #pension-fund .panel-group .panel-heading,
        #pension-fund .panel-group .panel-body {
            background: none;
            border: none;
        }

        #pension-fund .panel-group .panel-collapse {
        }

        #pension-fund .panel-group .panel-body {
            font-size: 1.1em;
            padding: 8px 4px 10px 40px;
            background-color: #0976B4;
            color: #ffffff;
            min-height: 60px;
            vertical-align: middle;
        }
        /*#pension-fund .panel-group .panel-heading [data-toggle="collapse"] {
            color: #0976B4;
        }*/

        #pension-fund .panel-group .panel-heading [data-toggle="collapse"]:before {
            font-family: FontAwesome;
            content: "\f055";
            float: left;
            line-height: 22px;
            margin-right: 10px;
            font-size: 1.4em;
            color: #0976B4;
            /* rotate "play" icon from > (right arrow) to down arrow */
        }

        #pension-fund .panel-group .panel-heading [data-toggle="collapse"].collapsed:before {
            /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
            color: #0976B4;
            font-size: 1.4em;
            font-family: FontAwesome;
            content: "\f055 ";
        }