﻿/*Search bar style*/

#formSearchBar {
    /*padding-left: 25%;
    padding-right: 25%;*/
}

#magnifierStyle {
    width: 20px;
    height: 20px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#navbarSearch {
    height: auto !important;
}

#navbar {
    background-color: #162e49;
}

/*Sidebar left styles*/

.wrapper {
    width: 100%;
}

#sidebar {
    width: 20%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: rgba(22, 46, 73, 0.9);
    color: #fff;
    transition: all 0.3s;
    margin-top: 90px;
    min-width: 220px;
}

.sidenav {
    display: inline-block;
    width: 100%;
}

.nav-header {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(22, 46, 73, 0.9);
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    font-size: 15px;
}

    .nav-header:hover {
        background-color: #555;
    }

    .nav-header:after {
        content: '▼'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: white;
        float: right;
        margin-left: 5px;
    }

    .nav-header.active:after {
        content: "▲"; /* Unicode character for "minus" sign (-) */
    }

    .nav-header:hover, .nav-header:focus {
        color: #fff;
        text-decoration: none;
        background-color: rgba(22, 46, 73, 0.5);
    }

    .nav-header.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: rgba(22, 46, 73, 0.8);
    }

    .nav-header.disabled, .nav-header:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

    .nav-header[data-group] {
        display: block;
    }

    .nav-header[data-group = "_"].active:after {
        content: " ";
    }

    .nav-header[data-group = "_"]:after {
        content: " ";
    }

.dropdown-item {
    color: white;
}

/*Path bar style*/
.breadcrumb {
    /*position: fixed;*/
    width: 100%;
    z-index: 1030;
    padding-bottom:0;
}

/*Generic Styles*/

.footer {
    width: 80%;
    right: 0;
    white-space: normal;
}

.font-white {
    color: white;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

ul > li > ul > li > a {
    margin-left: 10%;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

li > a {
    display: inline-block;
}

/*Sidebar right styles*/
#main-section {
    right: 0;
    padding-top: 0.1px;
    /*padding-left: 20%;*/
}

.bootstrap {
    padding-top: 3%;
}

#content {
    margin-left: 0px !important;
}

.doc-label {
    margin-top: 8px;
    font-size: 1.5vw;
}

ul.nav.nav-tabs.nav-tabs-examples > li > a {
    display: table-cell;
}

article > br{
    display:none;
}


/* Footer */

body {
    margin-bottom: 0px !important;
}

.footer-producer {
    /*padding-left: 20%;*/
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0 !important;
}

.footer {
    width: 100%;
    right: 0;
}

.icon-social-footer {
    font-size: 45px !important;
}

ul.list-inline i:hover {
    color: #5C88C7 !important;
}


h3.copyright {
    color: #5C88C7;
    font-size: 14px;
    padding-top: 25px;
}

/* */

.footer-list {
    padding-top: 10px;
}

    .footer-list li {
        padding-left: 10px;
        padding-right: 10px;
    }

        .footer-list li a {
            position: relative;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
        }


            .footer-list li a:hover {
                color: #5C88C7;
            }

/* */

.footer-light-blue {
    background-color: #5C88C7;
}

    .footer-light-blue h3.footer-tracker-copyright {
        color: #162e49;
        font-size: 13px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.footer-list li {
    position: relative;
    width: auto;
    line-height: 35px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}


    .footer-list li > a {
        text-decoration: none;
        z-index: 1;
        padding-bottom: 5px;
    }

        .footer-list li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: 0;
            left: 0;
            background: #5C88C7;
            visibility: hidden;
            border-radius: 5px;
            transform: scaleX(0);
            transition: .25s linear;
        }

        .footer-list li > a:hover:before,
        .footer-list li > a:focus:before {
            visibility: visible;
            transform: scaleX(1);
        }

/*Generic styles*/

@media only screen and (max-width: 1060px) {
    #sidebar {
        display: none;
    }

    #main-section {
        width: 100%;
        padding-left: 0;
    }

    .footer {
        width: 100%;
    }

    .footer-producer {
        padding-left: 0%;
    }


    h1 {
        max-width: 100%;
    }

    .breadcrumb {
        width: 100%;
    }

    .bootstrap {
        margin-top: 13px;
    }
}

@media only screen and (max-width: 574px) {
    .has-search .form-control {
        padding-left: 2.375rem;
        width: 93%;
        position: absolute;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        padding-left: 2.375rem;
    }

    .has-search .form-control-feedback {
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #sign-up {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .bootstrap {
        margin-top: 13%
    }
}