﻿body {
    background-color: #ffffff;
    color: #313131;
    margin: 0;
    padding: 55px 0 30px 0;
    font-family: "Segoe UI","Microsoft Sans Serif", "Arial";
    font-size: 10pt;
}

table,
.panel-body {
    background-color: #ffffff;
}

.aspNetDisabled {
    cursor: not-allowed !important;
    opacity: .5;
}

div.loadingDiv {
    z-index: 2147483647;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5) !important;
}

    div.loadingDiv > div {
        width: 110px;
        background-color: transparent !important;
        position: absolute;
        border-radius: 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
    }

        div.loadingDiv > div > img {
            width: 80px;
            height: 80px;
            display: block;
            margin: auto;
        }

.dropdown,
.dropdown-submenu {
    position: relative;
}

.panel-heading a[data-toggle="collapse"] {
    display: block;
    position: relative;
}

    .panel-heading a[data-toggle="collapse"]:after {
        content: "\e113";
        position: absolute;
        right: 0;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .panel-heading a[data-toggle="collapse"].collapsed:after {
        content: "\e114";
    }

/*#globalnav > li.dropdown > ul.dropdown-menu{
                overflow-y:auto;
            }*/

ul.nav.nav-pills > li.dropdown > a {
    position: relative;
    padding-right: 23px !important;
}

    ul.nav.nav-pills > li.dropdown > a::after {
        content: "\e114";
        position: absolute;
        /* float: right; */
        top: 8px;
        right: 8px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

ul.nav.nav-pills > li.dropdown.open > a::after {
    content: "\e113";
}

.server-name {
    font-family: Courier New, Courier, monospace;
    color: #ccc;
    padding: 0 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .server-name:hover {
        color: #31708f;
    }

.page-header,
.page-header a {
    color: #31708f;
    font-family: 'Architects Daughter', cursive;
    letter-spacing: 0.125em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .page-header a:hover {
        color: #31708f;
        text-decoration: underline;
    }

.page-footer {
    /*font-family:Papyrus;*/
    /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: smaller;
    padding: 15px 25px;
    border: 2px groove #ddd;
    border-radius: 4px;
    margin-top: 15px;
    background-color: transparent;
    color: #313131;
    background-color: #efefef;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#cccccc)"; /*IE 8*/
    text-shadow: 0 0 2px rgba(204,204,204,0.8); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#cccccc); /*IE 5.5-7*/
}

    .page-footer a {
        color: #313131;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    }

        .page-footer a:hover {
            color: #000;
            text-decoration-style: solid;
        }

.backtotop {
    width: 107px;
    left: calc(50vw - 53.5px);
    right: auto;
    transform: scale(0.7);
    bottom: 0px;
}

.PageSection {
    min-height: 50vh;
}

a.link-backtodw {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

    a.link-backtodw:hover {
        text-decoration: none;
    }

.page-processing {
    background-image: url("/images/icons-gif/loading.gif");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 128px;
}

.hide-container {
    position: absolute;
    top: 16px;
    right: 10px;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .hide-container:hover {
        opacity: 1;
    }

.scrollx-auto {
    overflow-x: auto;
}

a.btn {
    text-decoration: none;
    cursor: pointer;
}

    a.btn:hover {
        text-decoration: none;
    }

a.btn-info, a.btn-danger, a.btn-success, a.btn-primary {
    color: #ffffff;
}

button,
input[type=button],
input[type=submit],
a.btn {
    outline: none !important;
}

.aspNetDisabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .65 !important;
}

.disabled,
.aspNetDisabled {
    cursor: not-allowed !important;
}