/*--------------------------------------*/
/*------ORIGINAL STYLES OVVERRIDE-------*/
/*--------------------------------------*/


/*----------------HEADER----------------*/

#header {
    /*background-image: url('../new_img/tempus+background.png');*/
    background: linear-gradient(to right, #344647,#344647, #168287 30%);
    padding-right: 16px;
}

.top-nav {
    margin-right: 5px;
}

    .top-nav li a {
        color: #e8e8e8 !important;
        font-size: 15px;
    }

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
    color: #fff !important;
    border: none;
}

.minifyme {
    background: #006064 !important;
}

.narrowHeader > li {
    border-left: 1px solid white;
}

.narrowHeader, .narrowFooter {
    display: none;
}


/*-------------LEFT MENU---------------*/

#left-panel {
    background: #344647;
}

#logo img {
    width: 160px;
    padding-left: 15px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: rgba(216, 216, 216, 0.10) !important;
}

nav ul ul {
    /*background:#454545 !important;*/
    background: #344647 !important;
}

    nav ul ul li > a:focus, nav ul ul li > a:hover {
        background: rgba(216, 216, 216, 0.10) !important;
    }
/*--------------FOOTER-----------------*/
.page-footer {
    background: #168287;
    position: fixed;
    height: 51px;
    padding-top: 0px;
}

.nav.footer-nav {
    margin-bottom: 50px !important;
    height: 36px;
}

    .nav.footer-nav > li > a {
        color: #eee;
    }

        .nav.footer-nav > li > a:hover {
            background-color: #256e77;
            color: #afb1b5;
        }

.narrowFooter {
    margin-top: 17px;
    padding-right: 150px;
}

/*---------------MAIN-----------------*/

#main {
    margin-top: 50px !important;
    padding-right: 20px;
}


/*.minified #main{
    margin-left: 100px;
}*/

.panel-body i {
    font-size: 40px;
}

.panel-primary > .panel-heading {
    background-color: #ab344f !important;
    border-color: #344647 !important;
}

/*----------MEADIA QUERIES-------------*/

@media (min-width: 1200px) {
    #header {
        background: linear-gradient(to right, #344647,#344647, #168287 30%);
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #header {
        background: linear-gradient(to right, #344647,#344647, #168287 40%);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #header {
        background: linear-gradient(to right, #344647,#344647, #168287 45%);
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #header {
        background: linear-gradient(to right, #344647,#344647, #168287 70%);
    }
}

@media ( max-width : 479px ) {
    #header {
        background: linear-gradient(to right, #344647,#34b4bb, #d4531b 90%);
    }
}

@media (max-width: 767px) {
    .narrowFooter {
        display: block;
    }

    .narrowHeader {
        display: block;
        height: 50px !important;
        margin-top: 0px !important;
    }

        .narrowHeader > li {
            float: left;
            height: 50px !important;
        }

            .narrowHeader > li > a {
                padding: 15px !important;
            }

    .wideHeader, .wideFooter {
        display: none;
    }
}
