﻿body {
    padding-bottom: 0;
    height: 100vh;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.footer {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #334;
    ;
    color: #efefef;
    width: 100%;
    display: flex;
    min-height: 15px;
}

.body-content {
    margin-left: 10px;
    padding-top: 30px 0 0 0;
}

.content {
    background-color: #fff;
    height: 93vh;
}

.form-content {
    margin-top: 15%;
    margin-left: 10%;
    margin-right: 20%;
    text-align: center;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 15px;
}

.sidebar {
    padding-top: 3%;
    padding-left: 12px;
    color: #efefef;
}

    .sidebar > li {
        color: #fff;
        list-style-type: none;
    }

        .sidebar > li > a {
            color: #ccc;
            text-decoration: none;
        }

            .sidebar > li > a:hover {
                color: #fff;
                text-decoration: none;
            }

.listhead {
    font-size: 1.3em;
}

.navbar {
    min-height: 75px;
}

table#MainContent_LoginForm {
    width: 100%;
}

.navbar-inverse {
    background-color: #169;
    border-color: #169;
}

.navbar-right > li {
    color: #eee;
}

.navbar-inverse .navbar-nav > li > a {
    color: #eee;
}

.footer-a {
    color: #99f;
}

td {
    padding: 2px;
}

.tabmenu {
    background-image: url('/Images/navigation-bg.jpg');
    background-repeat: no-repeat;
}

    .tabmenu ul li {
        color: azure;
        font-weight: bold;
    }

.stdmenuitem {
    color: azure;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.selecttabmenu {
    background-image: url('/Images/navigation-hover.png');
    background-repeat: repeat-x;
    color: royalblue;
    padding-left: 5px;
    padding-right: 5px;
}

.padpanel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nopad {
    padding:0px;
}

.padleft30 {
    padding-left: 30px;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #ccc;
    font: 14px/20px "Trajan Pro", "Times New Roman", Times, serif;
    color: #430400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.error-page-wrap {
    width: 340px;
    height: 340px;
    margin: 155px auto;
}

    .error-page-wrap:before {
        box-shadow: 0 0 200px 150px #fff;
        width: 340px;
        height: 340px;
        border-radius: 50%;
        position: relative;
        z-index: -1;
        content: '';
        display: block;
    }

.error-page {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    top: -310px;
    position: relative;
    margin: 0px 45px auto 45px;
    text-align: center;
    background: #d36242;
    background: -moz-linear-gradient(top, #d36242 0%, darkred 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36242), color-stop(100%, darkred));
    background: -webkit-linear-gradient(top, #d36242 0%, darkred 100%);
    background: -o-linear-gradient(top, #d36242 0%, darkred 100%);
    background: -ms-linear-gradient(top, #d36242 0%, darkred 100%);
    background: linear-gradient(to bottom, #d36242 0%, darkred 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$firstColor', endColorstr='$secondColor',GradientType=0 );
}

    .error-page:before {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        box-shadow: 3px 25px 0 5px #C95439;
        content: '';
        z-index: -1;
        display: block;
        position: relative;
        top: -19px;
        left: 44px;
    }

    .error-page:after {
        width: 310px;
        height: 17px;
        margin: 0 auto;
        top: 25px;
        content: '';
        z-index: -1;
        display: block;
        position: relative;
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(59%, rgba(35, 26, 26, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(35, 26, 26, 0) 59%, rgba(60, 44, 44, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#003c2c2c',GradientType=1 );
    }

    .error-page h1 {
        color: rgba(255, 255, 255, 0.94);
        font-size: 100px;
        margin: 0px auto 0 auto;
        text-shadow: 0px 0 7px rgba(0, 0, 0, 0.5);
    }

        .error-page h1:before {
            width: 260px;
            height: 0px;
            position: relative;
            margin: 0 auto;
            content: '';
            display: block;
            background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
            background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c',GradientType=1 );
        }

        .error-page h1:after {
            width: 260px;
            height: 0px;
            content: '';
            display: block;
            opacity: 0.2;
            margin: 0 auto;
            top: 10px;
            position: relative;
            background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
            background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff',GradientType=1 );
        }

    .error-page h2 {
        margin: 5px 0 5px 0;
        font-size: 17px;
        color: rgba(255, 255, 255, 0.94);
    }

    .error-page h3 {
        padding: 0 30px 0 30px;
        margin: 10px 10px 10px 10px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.94);
    }

    .error-page h2:before {
        width: 130px;
        height: 0px;
        position: relative;
        margin: 0 auto;
        top: 31px;
        content: '';
        display: block;
        background: -moz-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(111, 25, 25, 0.65)), color-stop(70%, rgba(75, 38, 38, 0)), color-stop(100%, rgba(60, 44, 44, 0)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
        background: radial-gradient(ellipse at center, rgba(111, 25, 25, 0.65) 0%, rgba(75, 38, 38, 0) 70%, rgba(60, 44, 44, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a66f1919', endColorstr='#003c2c2c',GradientType=1 );
    }

    .error-page h2:after {
        width: 130px;
        height: 0px;
        content: '';
        display: block;
        opacity: 0.2;
        margin: 0 auto;
        top: 11px;
        position: relative;
        background: -moz-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247, 173, 148, 0.65)), color-stop(99%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
        background: radial-gradient(ellipse at center, rgba(247, 173, 148, 0.65) 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f7ad94', endColorstr='#00ffffff',GradientType=1 );
    }

.error-back {
    text-decoration: none;
    color: #a39490;
    font-size: 15px;
}

    .error-back:hover {
        color: #EB957D;
        text-shadow: 0 0 3px black;
    }

.chkbox {
    padding-left:-20px;
    margin-left:30px;
    padding-bottom:0px;
    margin-bottom:-12px;

}
.btn-primary.disabled, :disabled.btn-primary {
    background-color:#B0B0B0;
}
.floatl{
    float:left;
}
.hid {
    display: none;
}

.vis {
    display: block;
}

.backDropDisabled {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: not-allowed;
    width: 100%;
    height: 100%;
    background-color: #808080;
    opacity: .4;
    margin: auto;
}

.resDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    width: 400px;
    height: 225px;
    border: solid 2px #808080;
    border-radius: 5px;
    background-color: white;
    font-size: 14pt;
    color: black;
}

.busyIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    width: 128px;
    height: 128px;
    font-size: 14pt;
    color: black;
    opacity: 1;
}

.dialogHeading {
    font-size: 24px;
    color: #000000
}

.dialogBody {
    position: absolute;
    top: 40px;
    width: 100%;
    vertical-align: middle;
    font-size: 18px;
    color: #000000;
}
.preventClick{
    pointer-events:none;
}
.radioButtonList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radioButtonList.horizontal li {
    display: inline;
}

.radioButtonList label {
    display: inline;
}

