﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: whitesmoke;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*.headerstyle {
    color: #FFFFFF;
    border: 1px solid #000000 !important;
    border-bottom-color: #000000;
    background-color: #a8a8a8;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
}*/
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 992px) {
    #formDiv {
        width: 70%;
    }
}

@media only screen and (max-width: 992px) {
    #formDiv {
        width: 100%;
        vertical-align: middle;
        line-height: 30px;
    }

    .table {
        width: 100% !important;
    }
}

@media only screen and (max-width: 486px) {
    #btnBack {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 120px) and (max-width:768px) {
    .fixed-box {
        width: 100% !important;
    }

    #Login {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    #Login {
        width: 50%;
    }
}

label.error {
    color: red;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
    display: inline-flex;
}

.TitleJumbotron {
    text-align: center;
    color: #ffffff;
    background-color: #6dbdf7;
    font-size: 24px;
    text-shadow: initial;
    font-weight: bold;
}

fieldset {
    border: 1px solid whitesmoke;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
}

    fieldset legend {
        font-size: 9pt;
        color: black;
        font-weight: bold;
    }

/*.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    background-color:transparent;
}*/

.TableHeading {
    text-align: center;
    color: #ffffff;
    height: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

.minimumwidth {
    min-width: 200px;
}

.TitleForms {
    text-align: center;
    color: black;
    height: 50px;
    width: 100%;
    font-weight: bold;
    background-color: #a7aaaa;
    padding-top: 14px;
    overflow: hidden;
    font-weight: bold;
    font-size: medium;
}

.UserHeader {
    text-align: left;
    padding-left: 20px;
    color: black;
    height: 40px;
    width: 100%;
    font-weight: bold;
    background-color: #a7aaaa;
    padding-top: 10px;
    overflow: hidden;
    font-weight: bold;
    font-size: 12px;
}

.AnswerSpan {
    float:right;
    text-align:right;
    margin:10px;
    display:inline;
}

.Header3 {
    text-align: center;
    color: black;
    height: 50px;
    width: 100%;
    font-weight: bold;
    background-color: #a7aaaa;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}

.fixed-box {
    width: 250px; /*just for preview*/
    height: 40px; /*just for preview*/
    background: #000000; /*just for preview*/
    position: fixed;
    top: 52px;
    right: 0px;
    color: white;
    z-index: 99999;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}

.RoundCorner10 {
    /* Default For All */
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;
    border-radius: 12px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
}

.RoundCorner5 {
    /* Default For All */
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.RoundCorner4 {
    /* Default For All */
    border-radius: 4px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 4px;
    height: 29px;
    width: 180px;
    border: 1px solid #c7c5c5;
    height: 30px;
    padding-left: 5px;
    overflow: hidden;
}

.HeightTableRow35 {
    height: 20px;
}

.OpacityDiv {
    height: 100%;
    opacity: 0.4;
    background-color: black;
}

.red {
    content: "*";
    color: red;
    font-size: 10pt;
}

.circularImage {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background-repeat: no-repeat;
    margin: 0px auto 10px auto;
    /*background-image: url('../Images/Lock-icon.png');*/
}

.Innershadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.Oneedgeshadow {
    -webkit-box-shadow: 0 15px 13px -8px black;
    -moz-box-shadow: 0 15px 13px -8px black;
    box-shadow: 0 15px 13px -8px black;
}

#countdowntimer1 {
    border: none;
}

.Hide {
    display: none;
}

.ShowErrorLabel {
    display: block;
    font-size: smaller;
    font-weight: normal;
    color: red;
    height: 14px;
    width: 100%;
}

body {
    background: #eee !important;
}

.wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-signin {
    max-width: 100%;
    padding: 15px 35px 45px;
    margin: 0 auto;
    height: auto;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        top: 0px;
        left: 0px;
    }

.OuterDiv {
    min-height: 400px;
    width: 80%;
    margin: 0px auto;
    /*border: 1px solid #ff0000;*/
    text-align: center;
    background-color: whitesmoke;
}

.TopMargin {
    margin-top: 10px;
}

.GridviewDiv {
    font-size: 100%;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helevetica, sans-serif;
    color: #303933;
}

/*.headerstyle {
    color: #FFFFFF;
    border-right-color: #abb079;
    border-bottom-color: #abb079;
    background-color: #df5015;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
}*/

.noLRpadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/********************SPINNER STYLES******************************/
.spinnerOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9) url("../Images/loader.gif") center no-repeat;
    /* background: rgba(255,255,255,0.9) url("../../images/logo/loader3.gif") center no-repeat; */
}

.loading-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    height: 100%;
    font-size: larger;
    font-weight: bold;
    color: #0094ff;
}



.spinnerOverlay.loading:before {
    content: "";
    height: 90px;
    width: 90px;
    margin: -15px auto auto -15px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    border-width: 8px;
    border-style: solid;
    border-color: #2180c0 #ccc #ccc;
    border-radius: 100%;
    animation: rotation .7s infinite linear;
}