﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: lavenderblush;*/
}
/*.panel .panel-body {
    background-color: lavender;
}*/

#spinner {
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 35%;
    margin: 0;
}

.testEnv {
    margin-top: 3em;
    background-color: #e5ceb2;
    text-align: center;
    font-family: verdana;
    font-size: 1.25em;
    color: red;
}

.backgroundImg {
    background-image: url('../images/DELRIOPASS_BG.png');
    background-repeat: no-repeat;
    background-position: center;
}

.backgroundImgTop {
    background-image: url('../images/DELRIOPASS_BG.png');
    background-repeat: no-repeat;
    background-position: top;
}

    .backgroundImgTop > .form-group {
        padding-top: 15em;
    }

/*Navbar*/
.navbar-brand > img {
    background-color: white;
    max-width: 200px;
    padding-top: 1em;
    padding-bottom: 1.35em;
}

.navbar-brand {
    height: 80px;
}

.nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-right {
    float: right;
}

.navbar-btn {
    margin-top: 2em;
}

.navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 3em;
    padding: 3em;
}

p {
    text-align: justify;
}

input[type=submit] {
    margin-top: 1em;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea,
.input-group {
    max-width: 600px;
}

.clickable {
    height: 250px;
    width: 100%;
    padding: 0;
}

    .clickable:hover {
        box-shadow: 10px 10px 5px #888888;
    }
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}


.form-group.required .control-label:after {
    content: "*";
    color: red;
}

/*Tooltip - BEGIN*/
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
/*Tooltip - END*/


/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*Report CSS*/
.reportHeader {
    align-content: center;
    text-align: center;
    font: bold 30px arial, sans-serif;
    color: darkblue;
    padding: 1em;
}


    .reportHeader > p {
        text-align: center;
    }

.reportTitle {
    overflow: hidden;
    padding: 15px;
    font: bold 25px arial, sans-serif;
    color: darkblue;
    background-color: #c4c7eb;
    /*--box-shadow-color: #959ad2;
    box-shadow: 10px 10px 0px var(--box-shadow-color);*/
    box-shadow: 10px 10px 0px #959ad2;
}

.reportTags {
    overflow: hidden;
    padding: 5px;
    font: bold 15px arial, sans-serif;
    text-align: right;
    color: darkblue;
    border: solid;
    border-color: #c4c7eb;
    background-color: #ffffff;
    /*--box-shadow-color: #959ad2;
    box-shadow: 10px 10px 0px var(--box-shadow-color);*/
    box-shadow: 10px 10px 0px #959ad2;
    margin-bottom: 2em;
}

.reportText {
    margin-left: 2em;
    color: darkblue;
}

.jumbotron {
    background-color: #cbd2e5;
}


/*side Nave Area*/

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #033c73;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 30px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}
