﻿body {
    background: #ebe5d8 url('../images/banner-login.jpg')no-repeat;
    background-size: cover;
    /*background-image: url('/images/banner-login.jpg') no-repeat;*/
}

.loginhead {
    text-align: center;
    color: #C21B17;
    /*margin-bottom: 0px*/
}

.containerWrapper .containerCenter {
    margin: 0 auto;
    width: 30%;
}
.firsttab {
    padding-left: 0px;
}



.lasttab {
    padding-right: 0px;
}


.tooltipDemo {
    position: relative;
    display: inline;
    text-decoration: none;
    left: 5px;
    top: 0px;
}

    .tooltipDemo:hover:before {
        border: solid;
        border-color: transparent rgb(111, 13, 53);
        border-width: 6px 6px 6px 0px;
        bottom: 21px;
        content: "";
        left: 35px;
        top: 5px;
        position: absolute;
        z-index: 95;
    }

    .tooltipDemo:hover:after {
        background: #a81d22;
        border-radius: 5px;
        color: #fff;
        width: 250px;
        left: 40px;
        top: -5px;
        content: attr(alt);
        position: absolute;
        padding: 5px 15px;
        z-index: 95;
        font-size: 12px;
    }
@media screen and (max-width: 768px) {
    .tablestyle {
        width: 100%;
    }

    .prmAmt {
        width: 100%;
    }

    .urPremium .prmBox .prmname {
        float: left;
        padding: 0px 0 0px 10px;
    }


    .headertext {
        font-size: 19px;
        color: white;
        display: block;
        margin-top: 27px;
        margin-left: 5px;
    }

    .containerWrapper .containerCenter {
        margin: 0 auto;
        width: 95%;
    }
    .containerWrapper {
        width: 82%;
        margin: 0 auto;
    }

    .midtab {
       padding:0px;
    }
    .firsttab {
        padding-right: 5px;
    }



    .lasttab {
        padding-left: 5px;
    }

    .tooltipDemo:hover:before {
        border: solid;
        border-color: transparent rgb(111, 13, 53);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #a81d22;
        bottom: 10px;
        content: "";
        left: 0px;
        right: 20px;
        top: 13px;
        position: absolute;
        z-index: 95;
    }

    .tooltipDemo:hover:after {
        background: #a81d22;
        border-radius: 5px;
        color: #fff;
        width: 250px;
        left: -220px;
        top: 21px;
        right: 10px;
        content: attr(alt);
        position: absolute;
        padding: 5px 15px;
        z-index: 95;
        font-size: 12px;
    }
    
}

@media screen and (min-width: 768px) {

    .headertext {
        font-size: 30px;
        color: white;
        display: block;
        margin-top: 20px;
        margin-left: 30px;
    }


    .urPremium .prmBox .prmname {
        float: left;
        padding: 0px 0 0px 10px;
    }

    .containerWrapper .containerCenter {
        margin: 0 auto;
        width: 30%;
    }
    .logout {
        float: right;
        margin-top: 20px;
    }

        .logout input {
            width: 35px;
            height: 35px;
        }
 
}

@media only screen and (max-width: 64em) {
    .containerWrapper .containerCenter {
        margin: 0 auto;
        width: 95%;
    }

    .containerWrapper {
        width: 100%;
        margin: 0 auto;
    }
}

.login-form {
    width: 385px;
    margin: 30px auto;
}

    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

.form-control, .login-btn {
    min-height: 38px;
    border-radius: 2px;
}

.form-control, .login-btn {
    min-height: 38px;
    border-radius: 2px;
}

.input-group-addon .fa {
    font-size: 12px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.boxSectionLogin {
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-top: 20px solid #596d7b;
}


.container {
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 30%;
}



.btn-submit {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
    background-color: #C21B17;
    background-image: -moz-linear-gradient(top, #a51a1a, #a22121);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a51a1a), to(#c32a24));
    background-image: -webkit-linear-gradient(top, #a51a1a, #a22121);
    background-image: -o-linear-gradient(top, #a51a1a, #a22121);
    background-image: linear-gradient(to bottom, #C21B17, #C21B17);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc32a24', endColorstr='#ffc32a24', GradientType=0);
    border-color: #a51a1a #a22121 #821c18;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #a51a1a;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-submit:hover {
        color: #fff;
    }

.padding {
    padding-top: 20%;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-group-addon {
    /*padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #928888;
    text-align: center;
    background-color: #fff;
   
    border-radius: 0px;*/
}

.form-control, .login-btn {
    min-height: 38px;
    border-radius: 2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        box-shadow: 0 0 1px rgba(168, 29, 34, 0.5) inset;
        background-color: rgba(209, 225, 255, 0.61);
        border: 1px solid red;
    }

.dd:focus {
    box-shadow: 0 0 2px rgba(168, 29, 34, .5) inset;
    border: 1px solid rgba(168, 29, 34, .5);
    border-color: red;
}

.dd {
    background: #fff url(../images/downarrow.png) no-repeat 95% 50%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
    height: 38px;
    float: left;
    position: relative;
    width: 100%;
    padding: 9px;
    border: snow;
    background-size: 10px;
    border: 1px solid #ccc;
}

    .dd:focus {
        background-color: transparent;
    }

.field select {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 51px;
    line-height: 51px;
    width: 100%;
    cursor: pointer;
    color: red;
}

.fields {
    margin-top: 20px;
}

.field select:hover {
    background-color: #000;
}

.field option:hover {
    background-color: gray;
}

select {
    color: red;
}

    select option {
        color: black;
    }

.dd:focus > ::selection {
    color: red;
}

.dd option:hover {
    background-color: #f1f1f1;
}

.movedown {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error {
    color: #c32a24;
    text-align: center;
    font-size: 7px;
    line-height: 17px;
    min-height: 0px;
}

.container table {
    height: 40px;
    text-align: center;
    /*background-color: #e5dddd;*/
    width: 100%;
}

    .container table tr td {
        color: #C21B17;
        font-family: Arial, sans-serif;
        font: 12px
    }

.container {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #e5dddd;
}

.icheckbox, .iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url('../images/red.png') no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 5px;
}

    .icheckbox.checked {
        background-position: -40px 0;
    }

.loginimg {
    position: relative;
    top: 30px;
    font-size: 14px;
    vertical-align: middle;
    color: #bbbbbb;
    margin-left: 15px;
}

.logininput {
    padding-left: 40px;
}
@media screen and (min-width: 768px) {
    .headertext {
        font-size: 30px;
        color: white;
        display: block;
        margin-top: 20px;
        margin-left: 30px;
    }
}