@font-face {
    font-family: 'a_avanteltlight';
    src: url('../fonts/a_avantelt_light-webfont.eot');
    src: url('../fonts/a_avantelt_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/a_avantelt_light-webfont.woff2') format('woff2'),
    url('../fonts/a_avantelt_light-webfont.woff') format('woff'),
    url('../fonts/a_avantelt_light-webfont.ttf') format('truetype'),
    url('../fonts/a_avantelt_light-webfont.svg#a_avanteltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ebrima';
    src: url('../font/ebrima.ttf') format('truetype');
}

@font-face {
    font-family: 'ebrimabd';
    src: url('../font/ebrimabd.ttf') format('truetype');
}

body {
    padding-top: 150px;
    background: #1E1E1E;
    color: #ebebeb;
    font-family: Arial;
}

a {
    color: #efefef;
}

.text-center {
    padding-top: 20px;
}

/* wrapper for page content to push down footer */
.page-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#sidebar {
    height: 100%;
    padding-left: 0;
    /*padding-top: 20px;*/
    z-index: 99;
}

.affix-top {
    width: 100%; /*100%*/
    padding: 0;
}

.affix {
    width: 25%; /*40%*/
}

#sidebar .affix {
    position: fixed;
    top: 55;
    width: 25%;
}

#sidebar .affix-bottom {
    position: fixed;
    top: 55;
    /*width:220px;*/
}

#sidebar ul {
    padding: 0;
    margin: 0 0 0 10px;
}

#sidebar li {
    cursor: pointer;
    border: 0 #1e1e1e solid;
    border-bottom: 1px solid #252525;
    font-family: ebrimabd;
}

#sidebar li a {
    color: #ebebeb;
    padding-left: 10px;
    background: url(../imgs/arrow.png) no-repeat right 5px top 50% #333333;
    font-family: ebrimabd;
}

#sidebar li a:hover {
    color: #ffce4a;
    background: url(../imgs/arrow_hover.png) no-repeat right 5px top 50% #004570;
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
    }

    .row-offcanvas-left.active {
        padding-left: 36%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 36%;
    }

    .row-offcanvas-left.active #sidebar {
        position: fixed;
        left: 0;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    #sidebar {
        position: fixed;
        left: -40%;
        top: 150px;
        padding-top: 0;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    #sidebar .nav > li {
        color: #ddd;
        background: linear-gradient(#3E3E3E, #383838);
        border-top: 1px solid #484848;
        border-bottom: 1px solid #2E2E2E;
        text-align: left;

        /*padding-left:10px;*/
    }

    #sidebar .nav > li:first-child {
        border-top: 0;
    }

    #sidebar .nav > li > a {
    }

    #sidebar .nav > li > a > img {
        max-width: 14px;
    }

    #sidebar .nav > li > a:hover, #sidebar .nav > li > a:focus {
        text-decoration: none;
    }

    #sidebar .nav .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    #sidebar .nav a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .content {
        background-color: #333333;
    }

    #sidebar .nav {
        width: 95%;
    }
}

.logo {
    text-align: center;
}

.yellow {
    color: #ffce4a;
}

.blue_text {
    color: #1d81bf;
}

.title_label {
    float: left;
    height: 40px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 22px;
    font-family: Ebrima;
}

.navbtn {
    margin: 3px 15px 3px 0 !important;
}

@media (min-width: 768px) {
    .content {
        background-color: #333333;
        margin-left: 25%;
    }

    #sidebar {
        position: fixed;
        width: 25%;
    }

    #sidebar .nav {
        width: 100%;
    }

    .container-fluid {
        border-bottom: 10px solid #1E1E1E;
    }
}

.infocenterlink {
    font-family: Ebrima;
}

.infocenterlink a{
    color: #efefef !important;
}

.infocenterlink a:hover {
    text-decoration: none;
    color: #ffff00;
}


.container-fluid {
    border-bottom: none;
!important
}

.lang {
    cursor: pointer;
    position: absolute;
    right: 0%;
    margin: -25px 65px 0 40px;
    height: 26px;
    width: 37px;
    background: url(../imgs/arrow_down.png) no-repeat right 0px top 13px;
}

.lang ul, .lang ul {
    display: none;
    z-index: 99;
    position: absolute;
    top: 37px;
    left: -50px;
    background-color: #252525;
    border: 1px solid #333333;
    list-style-type: none;
    padding: 0;
    width: 150px;
}

.lang ul, .lang li, .lang ul, .lang li {
    margin: 0;
    line-height: normal;
}

.lang li, .lang li {
    cursor: pointer;
    width: 150px;
    padding: 8px;
}

.lang li:hover, .lang li:hover {
    background-color: #404040;
}

.lang li span {
    padding-left: 5px;
    color: #ebebeb;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .title_label {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .title_label {
        width: auto;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Ebrima;
}
