﻿/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
    overflow-x: hidden;
    height: 100%;
    
}

@media (min-width: 767px) {

    body {
        /* default is 1rem or 16px */
        font-size: 14px;
    }
}
#sidebar-wrapper {
    margin-top: 67px;
    margin-left: -15rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background-image: linear-gradient(0deg, #021d40, #021d40);
}

        #sidebar-wrapper .sidebar-heading {
            padding: 0.5rem 1.25rem;
        }

        #sidebar-wrapper .list-group {
            width: 15rem;
        }

    #page-content-wrapper {
        width: 100vw;
        height: 92vh;
    }

    .page-content {
        min-height: 90%;
    }

    #wrapper {
        margin-top: 67px;
    }

    #sidebar-shadow {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: black;
        opacity: 0.5;
    }

    #sidebar-wrapper {
        overflow-y: auto;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0;
    }


    .navbar-default {
        background: #3285D1;
        border-color: #3285D1;
    }

        .navbar-default .navbar-nav > li > a {
            color: #FFF;
        }

    .nav > li > a {
        margin: 15px;
        font-size: 17px;
        color: #FFF;
    }

        .nav .open > a, .nav .open > a:hover,
        .nav .open > a:focus,
        .nav > li > a:hover, .nav > li > a:focus {
            background-color: transparent !important;
        }


    .navbar-toggle {
        margin-top: 20px !important;
    }

    .dropdown-menu {
        background: #fff !important;
    }

    .navbar-login-session {
        padding: 10px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .icon-size {
        font-size: 87px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        margin: -5px;
    }

    @media only screen and (max-width: 400px) {
        .navbar-login {
            width: 100%;
            padding: 10px;
            padding-bottom: 0px;
            display: block;
        }
    }

    @media only screen and (min-width: 400px) {
        .navbar-login {
            width: 350px;
            padding: 10px;
            padding-bottom: 0px;
        }
    }

    .list-group-item.active {
        background-image: linear-gradient(#e78048 10%, #dd4f05 90%);
    }

    .tricolor-strip {
        background: linear-gradient(to right, #ffc61e 25%, #DD4F05 25% 55%, #16162e 55%);
        height: 10px;
        width: 100%;
    }

    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .pace-inactive {
        display: none;
    }

    .pace .pace-progress {
        background: #f77b00;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px;
    }

    .btn-primary {
        background-image: linear-gradient(#e78048 10%, #dd4f05 90%);
        border-color: #bcbcbc;
    }

    .btn-outline-primary {
        color: #e78048;
        border-color: #dd4f05;
    }

        .btn-outline-primary:hover {
            background-image: linear-gradient(#e78048 10%, #dd4f05 90%);
            border-color: #dd4f05;
        }

    ul.breadcrumb {
        list-style: none;
        margin: 0px;
        padding: 10px 15px;
        background-color: white !important;
    }

        ul.breadcrumb li {
            display: inline;
        }

            ul.breadcrumb li + li:before {
                padding: 8px;
                color: black;
                content: "/\00a0";
            }

            ul.breadcrumb li a {
                color: #0275d8;
                text-decoration: none;
            }

                ul.breadcrumb li a:hover {
                    color: #01447e;
                    text-decoration: underline;
                }

    .center {
        text-align: center;
    }

    .pagination {
        display: inline-block;
    }

    .pagination-button {
        color: black;
        /*float: left;*/
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
    }

        .pagination-button:hover:not(.disabled) {
            background-color: #f58d57;
            transform: scale(1.2);
        }

    .page-footer {
        
        background-color: #021d40;
        width: 100%;
    }

    @media only screen and (max-width: 400px) {
        .colspan-xs-30 {
            width: 30% !important;
        }

        .colspan-xs-50 {
            width: 50% !important;
        }

        .colspan-xs-70 {
            width: 70% !important;
        }
    }

.bg-darkblue {
    background-color: #021d40;
}

.text-theme-yellow {
    color: #fdd302;
}