/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
body {
    margin-top: 50px;
    background-color: #fff;
}

.navbar-nav li a {
    line-height: 0.5;
}

.nav-tabs li a {
    line-height: 8px;
}

.row {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.navbar {
    padding-right: 15px;
}

@media(min-width:769px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:769px) {
    #wrapper {
        padding-left: 150px;
    }

    #page-wrapper {
        padding-left: 175px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px 0 0;
    font-size: 17px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #0a4b76 !important;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

.bottom-nav {
    padding: 0 15px 0 0;
    font-size: 17px;
}

    .bottom-nav > li {
        display: inline-block;
        float: left;
    }

        .bottom-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .bottom-nav > li > a:hover,
            .bottom-nav > li > a:focus,
            .bottom-nav > .open > a,
            .bottom-nav > .open > a:hover,
            .bottom-nav > .open > a:focus {
                color: #fff;
                background-color: #0a4b76 !important;
            }

    .bottom-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .bottom-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/*Fixed Side Nav*/
.side-navfixed {
    position: fixed;
    top: 51px;
    left: 151px;
    width: 166px;
    margin: -1.5px -151px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    /*overflow-y: hidden;*/
    background-color: gray;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
}

    .side-navfixed > li > a {
        width: 151px;
    }

    .side-navfixed li a:hover,
    .side-navfixed li a:focus {
        outline: none;
        background-color: #0a4b76 !important;
    }


#wrapperfixed {
    padding-left: 150px;
}

#page-wrapperfixed {
    padding-left: 175px;
}

/* Side Navigation */

@media(min-width:769px) {
    .side-nav {
        position: fixed;
        top: 50px;
        left: 151px;
        width: 166px;
        margin-left: -151px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        /*overflow-y: hidden;*/
        background-color: gray;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

        .side-nav > li > a {
            width: 151px;
        }

        .side-nav li a:hover,
        .side-nav li a:focus {
            outline: none;
            background-color: #0a4b76 !important;
        }
}


.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        color: #fff;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.btn-nav {
    color: #fff !important;
    background-color: #073756 !important;
    border-color: #073756 !important;
}


/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

/*.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}*/



div#MainImage {
    overflow: auto;
    /*height: 900px;*/
    /*right:180px;*/
    /*width :700px;*/
    /*position: absolute;*/
}

div#imgThumbs {
    text-align: left;
    overflow: auto;
    height: 90%;
    /*right : 2%;*/
    position: absolute;
    text-align: center;
}

div#ctl00_ContentPlaceHolder1_imgThumbs::-webkit-scrollbar {
    width: 0 !important;
}

div#ctl00_ContentPlaceHolder1_MainImage::-webkit-scrollbar {
    width: 0 !important;
}

.LitControls {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}


.button_shade {
    border-radius: 0 !important;
    border: 1px solid #616261;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e)) !important;
}

    .button_shade:hover {
        border: 1px solid #4a4b4a;
        color: white;
        background-color: #646464;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
        background-image: -webkit-linear-gradient(top, #646464, #282828);
        background-image: -moz-linear-gradient(top, #646464, #282828);
        background-image: -ms-linear-gradient(top, #646464, #282828);
        background-image: -o-linear-gradient(top, #646464, #282828);
        background-image: linear-gradient(to bottom, #646464, #282828);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
    }


.Panel_shade {
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    border-radius: 0 !important;
    border: 1px solid #073756;
    border-color: #073756 !important;
    background-image: none !important;
    background-color: #073756 !important;
}


.Side_shade {
    background-color: #7d7e7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#fff));
    background-image: -webkit-linear-gradient(top, #7d7e7d, #fff);
    background-image: -moz-linear-gradient(top, #7d7e7d, #fff);
    background-image: -ms-linear-gradient(top, #7d7e7d, #fff);
    background-image: -o-linear-gradient(top, #7d7e7d, #fff);
    background-image: linear-gradient(to bottom, #7d7e7d, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#fff);
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/Preloader_3.gif) center no-repeat #fff;
}

.loader {
    background: url(images/Preloader_3.gif) center no-repeat #fff;
}

.big-checkbox {
    width: 24px !important;
    height: 24px !important;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.modal-body {
    max-height: calc(85vh - 100px);
    overflow-y: auto;
}

#viewrow {
    width: calc(100vw + 300px);
}

#controlList {
    float: none !important;
    width: auto;
    display: inline-block;
}

    #controlList li {
        /*float: none !important;*/
    }

    #controlList > li > a {
        background-color: #073756;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: -10px 10px 10px 10px;
        padding-top: 10px !important;
        padding: 0px 0px 0px 0px;
    }

        #controlList > li > a > label {
            display: none !important;
        }

        #controlList > li > a:hover,
        #controlList > li > a:focus,
        #controlList > li > a:active {
            cursor: pointer;
            padding: 0px 0px 0px 0px;
        }

        #controlList > li > a *:hover,
        #controlList > li > a *:focus,
        #controlList > li > a *:active {
            cursor: pointer;
            padding: 0px 0px 0px 0px;
        }






#controlList {
    margin-left: auto;
    margin-right: auto;
    /*background: linear-gradient( 89deg, transparent, lightgrey,transparent);*/
    background: white;
    box-shadow: 1px 1px 5px 1px rgb(35 35 35 / 40%);
    border-radius: 24px;
    padding: 0px;
    padding-top: 13px;
    padding-bottom: 3px;
    height: 45px;
}

    #controlList:nth-child(2) > a {
        margin-left: 4px;
        margin-right: 3px;
    }

    #controlList:nth-child(6) > a {
        margin-left: 4px;
        margin-right: 3px;
    }


    #controlList > li > a {
        color: white;
        background-color: #073756;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #controlList {
        border: 1px solid #073756;
    }
}

@media (max-width:400px) {
    .navbar-toggle {
        margin-right: 0px;
    }
}