﻿
.BackGroundWhite {
    background-color: white !important;
    padding: 0px !important;
}

.BackGroundGray {
    background-color: #d8d4ce;
}

.BannerAcc {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    color: black;
    text-align: center;
    vertical-align: central;
    font-size: 24pt;
    font-weight: 300;
}

.BannerReg {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    color: white;
    text-align: left;
    vertical-align: central;
    font-size: 24pt;
    font-weight: 300;
    background-color: #faa61b;
}

.BannerAccNotSelected {
    background-color: #c6bcb0;
}

.BannerAccSelected {
    background-color: #faa61b;
    font-weight: bold;
}

.MyAccContainer {
    width: 900px;
}


.LoginBox {
    background-color: #e6e7e8;
    /*height:300px;*/
    padding: 20px 40px 0px 40px;
}

.Padding2px {
    padding: 3px !important;
}

.Height60px {
    height: 60px !important;
}

.TextBoxRegular {
    height: 45px !important;
    background-color: white;
}

.NotBottomMargin {
    margin-bottom: 11px !important;
}

.LoginButton {
    margin-top: 10px;
    font-size: 12pt;
    font-family: "Roboto",arial,lucida grande,helvetica,sans-serif;
    font-weight: 300;
    max-width: 180px;
    width: 100%;
    height: 40px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    background-color: #8bc53f;
}

.RegularButton {
    margin-top: 10px;
    font-size: 12pt;
    font-family: "Roboto",arial,lucida grande,helvetica,sans-serif;
    font-weight: 300;
    width: 150px;
    height: 40px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    background-color: #8bc53f;
}

table.ProfileTable {
    width: 100%;
}

    table.ProfileTable td {
        text-align: left;
        vertical-align: middle;
    }


.LineSeparator {
    width: 100%;
    border-top-width: 1px;
    border-top-color: lightgray;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-style: solid;
}


table.SpeedDialTable {
    width: 100%;
    border-spacing: 0px;
}

    table.SpeedDialTable th {
        height: 60px;
        text-align: center;
        vertical-align: middle;
        border-right: 1px rgb(180,180,180) solid;
    }

    table.SpeedDialTable td {
        height: 60px !important;
        text-align: left;
        vertical-align: middle;
        padding: 1px;
        border-right: 1px rgb(180,180,180) solid;
    }


table.SpeedDialListTable {
    width: 100%;
    border-spacing: 0px;
}

    table.SpeedDialListTable th {
        height: 60px;
        text-align: center;
        vertical-align: middle;
        border-right: 1px rgb(180,180,180) solid;
    }

    table.SpeedDialListTable td {
        height: 60px !important;
        text-align: center;
        vertical-align: middle;
        padding: 1px;
        border-right: 1px rgb(180,180,180) solid;
    }


table.HistoryTableList {
    width: 100%;
    border-spacing: 0px;
    border-left:1px rgb(180,180,180) solid;
}

    table.HistoryTableList th {
        height: 60px;
        text-align: center !important;
        vertical-align: middle!important;
        border-right: 1px rgb(180,180,180) solid;
        background-color:rgb(237,235,233);
    }

    table.HistoryTableList td {
        height: 60px !important;
        text-align: center!important;
        vertical-align: middle!important;
        border-right: 1px rgb(180,180,180) solid;
    }


.NoBorderRadius {
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 55px !important;
    border: none;
}


.AuthCodeInfo {
    position: absolute;
    left: 0px;
    right: 0px;
    /*visibility: hidden;*/
    background-color: rgb(214,216,202);
    max-width: 700px;
}

/*-----------------------popup begin ------------------------*/

.thumbnail {
    position: relative;
    display: block;
    border: none !important;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    float:left;
}

    .thumbnail div {
        width: 600px;
        position: absolute;
        left: 25px;
        margin-top: 30px;
        visibility: hidden;
    }


    .thumbnail:hover div {
        visibility: visible;
        left: -2px;
        top: -41px;
        z-index: 5000;
        overflow: hidden;
    }

/*-----------------------popup end ------------------------*/

/*----------------------- Login OR Separator (Begin) ------------------------*/

.DivOR {
    font-weight: 400;
}

    .DivOR div {
        text-align: center;
    }

.DivVerticalLine {
    width:2%;
    height: 130px;
    border-left: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.DivHorizontalLine {
    display: none;
}

.DivORText {
    width: 100%;
    text-align: center;
}


@media screen and (max-width: 992px) {

    .DivOR {
        clear: both;
        width: 100%;
        height: 40px;
        font-weight: 400;
        padding-top: 20px;
        text-align: center;
    }

    .DivVerticalLine {
        display: none;
    }

    .DivHorizontalLine {
        display: block;
        height: 2px;
        width: 43%;
        margin-top:10px;
        border-top: 1px solid white;
        float: left;
    }

    .DivORText {
        width: 12%;
        text-align: center;
        float:left;
        white-space:nowrap;
    }
}

/*----------------------- Login OR Separator (End) ------------------------*/

