﻿header {
    background: #fff;
    margin: 0 auto;
    padding: 0;
 
    width: 100%;
    top: 0;
    border-bottom: 3px solid #2d0897;
    z-index: 9;
    box-shadow: 4px 5px 10px;

}
body{
    background-image:url("../img/bg33.jpg")
}

.navbar-slogan {
    font-size: 30px;
    color: #1e1083;
    font-family: fantasy;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}
h5.sub-title {
    font-family:Tahoma;
}


a.logo {
    font-size: 48px;
    color: #42a5f5;
    line-height: 1;
}

.alert_req {
    color: red;
}

legend {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 20px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

p {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #3f51b5 !important;
}

label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

table.tblgrd th {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px 0px 5px 0px;
    border: 1px #B8B8B8 solid;
    font-size: 14px;
    height: 20px;
    cursor: pointer;
    vertical-align: central;
}

table.tblgrd td {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px 0px 5px 0px;
    border-top: 1px #B8B8B8 solid;
    border-bottom: 1px #B8B8B8 solid;
    border-right: 1px #B8B8B8 solid;
    border-left: 1px #B8B8B8 solid;
    font-size: 14px;
    height: 20px;
    cursor: pointer;
    vertical-align: central;
}

.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
    margin-top: 5px;
}

/*.radioButtonList label {
            width: auto;
            display: inline;
            float: left;
            font-size: 0.7rem;
            color: #0367B2 !important;
            font-style: italic;
        }*/
.radioButtonList label {
    display: inline;
    float: left;
    color: #000;
    cursor: pointer;
    text-indent: 10px;
    white-space: nowrap;
    line-height: 10px;
    margin-right: 20px;
    font-size: 1rem;
}


.legendtext {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #143114;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #4f89c7;
    color: white !important;
    font-weight: 200;
    font-style: italic;
}

.form-control {
    color: #000000 !important;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ff9b9b !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ff9b9b !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ff9b9b !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ff9b9b !important;
}
.logo, .logo1{
    text-align:center;
}


table.tbllist {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background-color: #F0F0F0;
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.tbllist td {
        color: #000;
        padding: 4px;
        border: 1px #B8B8B8 solid;
    }

    table.tbllist th {
        background-color: #6C696E;
        color: #fff;
        padding: 4px;
        border-bottom: 1px #CADDEE solid;
        border-right: 1px #CADDEE solid;
        border-left: 1px #CADDEE solid;
        font-size: 14px;
        font-weight: bold;
    }

.UnAuth_section {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #980606;
    color: white;
    /* border-radius: 1em; */
    padding: 1em;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 25%;
    height: 30vh;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

    .UnAuth_section a {
        text-decoration: none;
        color: #CCC;
    }

@media (max-width: 1440px){

}
@media (max-width: 1024px) {
    .navbar-slogan {
        font-size: 28px;
        
    }
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 768px) {
    .navbar-slogan {
        font-size: 21px;
    }
    h5.sub-title {
        font-size: 1rem;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .navbar-slogan {
        font-size: 15px;
        color: #1e1083;
        font-family: fantasy;
        padding-top: 7px;
        margin: 0 auto;
    }
    h5.sub-title {
        font-size: 12px;
        text-align: center;
    }
    .logo1{
        display:none;
    }

    a.logo img {
        width: 38px;
    }
}