﻿html {
    height: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(1deg, #005AA8 0, #000F2E 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 1deg, color-stop(0, 005AA8), color-stop(100%, 000F2E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(1deg, #005AA8 0, #000F2E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(1deg, #005AA8 0, #000F2E 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(1deg, #005AA8 0, #000F2E 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(1deg, #005AA8 0, #000F2E 100%); /* W3C */
    background-color: #2b2b2a;
    background-image: url("/images/Backgroud/chalkboard04.jpg");
}

body {
    background-color: transparent;
    padding: 55px 0 30px 0;
    color: #EDEDED;
}

header {
    margin-bottom: 15px;
}

footer {
}

table {
    background-color: #ffffff;
}

.panel-body
.modal-dialog,
.modal-body,
.table {
    position: relative;
    color: #424242;
}

.page-header,
.page-header a {
    color: #ffffff;
    font-family: 'Architects Daughter', cursive;
    letter-spacing: 0.125em;
    margin-bottom: 15px;
    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: #ffffff;
        text-decoration: underline;
    }

.page-footer {
    font-family: 'Architects Daughter', cursive;
    padding: 15px 25px;
    border: 2px groove #ddd;
    border-radius: 4px;
    margin-top: 15px;
    background-color: transparent;
    color: #ddd;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #424242;
    background-image: url("/images/Backgroud/chalkboard.jpg");
    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 {
        font-family: 'Architects Daughter', cursive;
        color: #ddd;
        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: #ddd;
            text-decoration-style: solid;
        }

.chosen-search,
.chosen-results {
    color: darkslategrey;
}

.panel-search-container {
    display: none;
}

.aspNetDisabled {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

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";
    }

div.container-fluid > form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#navSelectionMenu > ul > li.dropdown > ul.dropdown-menu {
    min-width: 225px;
}

.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;
    }

.panel-body {
    background-color: #ffffff;
    color: #424242;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #EDEDED;
}
/*.panel-primary > .panel-body,
            .panel-info > .panel-body{
                color:#337ab7;
            }*/

.popover-title {
    font-weight: bold;
}

/* Popover Body */
.popover-content {
    color: #31708f;
    font-style: italic;
}

.tooltip {
}

    /* Tooltip */
    .tooltip > .tooltip-inner {
        background-color: #ffffff !important;
        color: #31708f !important;
        border: 1px solid #31708f !important;
        padding: 6px 12px;
        font-size: small;
        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);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)"; /*IE 8*/
        -moz-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.7); /*FF 3.5+*/
        -webkit-box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.7); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.7); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
    }

    /* Tooltip arrow */
    .tooltip.top > .tooltip-arrow,
    .tooltip.bottom > .tooltip-arrow,
    .tooltip.left > .tooltip-arrow,
    .tooltip.right > .tooltip-arrow {
        border-top: 5px solid #31708f !important;
    }

#loadingModal_master {
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

#loadingImage_master {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("/images/icons-gif/loading.gif");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px;
}

.ajs-dialog {
    border-color: #ebccd1;
}

.ajs-header {
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.ajs-footer {
    /*padding: 10px 15px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.ajs-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    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);
}

    .ajs-button.ajs-cancel {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        text-shadow: 0 1px 0 #fff;
        background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
        background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
        background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #dbdbdb;
        border-color: #ccc;
    }

    .ajs-button.ajs-ok {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
        background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
        background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #245580;
    }

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;
}