﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

.bigbutton {
    margin-top: 30px !important;
    padding: 15px !important;
    font-weight: 500 !important;
    font-size: 16pt !important;
}

.bigbuttonreverse {
    margin-top: 30px !important;
    padding: 15px !important;
    font-weight: 500 !important;
    font-size: 16pt !important;
    background-color: #FF009D;
    color: #ffffff !important;
}

    .bigbuttonreverse:hover {
        background-color: #4B4F59;
        color: #ffffff !important;
    }

.NoWrap {
    white-space: nowrap;
}

.Wrap {
    white-space: normal;
}

.publicpage {
    font-family: Montserrat;
}

    .publicpage .publiclogo {
        /*display: inline-block;
    top: 10px;
    position: absolute;
    left: 10px;*/
        display: flex;
        position: relative;
        background-image: none;
        background-image: url(images/logo.png);
        background-repeat: no-repeat;
    }

@media only screen and (max-width: 575px) {
    .publicpage .publiclogo {
        background-size: contain;
        background-position: center center;
        height: 53px;
        width: 100%;
    }

    .publicpage .publicbanner {
        background-size: contain;
        background-position: left center;
        height: 190px;
        width: 100%;
        background-image: url(images/banner1.png);
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 576px) {
    .publicpage .publiclogo {
        background-size: auto 70px;
        height: 70px;
        width: 100%;
    }

    .publicpage .publicbanner {
        background-size: contain;
        background-position: left center;
        height: 300px;
        width: 100%;
        background-image: url(images/banner1.png);
        background-repeat: no-repeat;
    }
}

.publicpage > footer, .publicpage > footer a {
    background-color: #1d1b1b;
    color: #fff;
    font-size: 0.9em;
}

a.publicbutton {
    line-height: 2em;
    margin: 5px 10px;
    padding: 6px 20px;
    font-weight: 500;
    font-family: inherit;
    font-size: inherit;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    display: inline-block;
    letter-spacing: 1px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    font-family: inherit;
}

.publicbutton-dark {
    background-color: #4B4F59;
    color: #ffffff;
    border: 1px solid #4B4F59;
}

    .publicbutton-dark:hover {
        background-color: #ffffff;
        color: #4B4F59 !important;
    }

.publicbutton-light {
    background-color: #FF009D;
    color: #ffffff;
    border: 1px solid #FF009D;
}

    .publicbutton-light:hover {
        background-color: #ffffff;
        color: #FF009D;
    }

@media screen {
    html, body {
        height: 100%;
        margin: 0 auto;
    }

    body {
        /*margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;*/
        font-size: 10pt;
        font-family: 'Noto Sans', sans-serif, Arial;
        color: #4c4c4c;
        background-color: #ffffff;
        line-height: 12pt;
    }

    input:not([type="image"]):not([type="submit"]):not([type="button"]), select, textarea, .CalendarCombo {
        font-family: 'Noto Sans', Tahoma, Arial;
        font-size: 10pt;
        color: #1D1B1B;
        border: 1px solid #9fbe9c;
        background-color: #F3FCF2;
        border-bottom-left-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
        -webkit-border-bottom-left-radius: 8px;
    }

    td > input[type="checkbox"] {
        margin-right: 3px;
    }

    input:focus:not([type=button]):not([type=submit]), select:focus, textarea:focus, .CalendarCombo:focus {
        border: 1px solid #4B4F59;
        background-color: #fff;
    }

    input[type=button]:focus, input[type=submit]:focus {
        background-color: #FF009D;
    }

    a[class=Button]:focus, a[class=Button]:focus {
        background-color: #FF009D;
        color: #ffffff;
    }

    select {
        padding: 5px 5px;
        font-size: 10pt;
    }

    input, button, textarea, .CalendarCombo {
        padding: 8px 12px;
    }

    a {
        color: #1D1B1B;
        text-decoration: underline;
    }

        a:hover {
            color: #FF009D;
        }

    .PrintOnly {
        display: none;
    }

    .group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    * html .group {
        zoom: 1;
    }
    /* IE6 */
    *:first-child + html .group {
        zoom: 1;
    }
    /* IE7 */

    /*
    		* Master Layout
    		*/

    .Master {
        /*border-width: 0px;
        border-spacing: 0px;
        background-color: white;
        /*width: 900px;*/
        /*margin-left: auto;
        margin-right: auto;
        */
    }

    .loginbody {
        margin-left: auto;
        margin-right: auto;
        min-width: 430px;
    }

    @media screen and (max-width: 882px) {
        .loginbody {
            width: 60%;
        }
    }

    @media screen and (min-width: 883px) {
        .loginbody {
            width: 50%;
        }
    }

    .FullWidth {
        width: 100%;
    }

    .FullHeight {
        height: calc(100vh - 245px);
    }

    .Master td {
        vertical-align: top;
    }

    .wrapper {
        height: 100%;
    }

    tr.BodyWrapper {
        min-height: 100%;
        margin-bottom: -70px;
    }

    .MasterFooter, .push {
        height: 70px;
    }

    .Banner {
        padding: 0px;
        height: 90px;
        /*background-image: url(../../Images/BannerBackground.gif );
        background-repeat: repeat-x;*/
        overflow: hidden;
        background-color: #fff;
        /*background-color: #967F60;*/
        color: #ffffff;
    }

    h1.banner {
        margin-top: 40px;
        margin-left: 40px;
        color: #ffffff;
        font-size: 30pt;
        text-transform: uppercase;
        float: left;
    }

    .logo {
        background-image: url(images/logo.png);
        background-repeat: no-repeat;
        background-size: 400px 70px;
        height: 70px;
        width: 400px;
        display: inline-block;
        top: 10px;
        position: absolute;
        left: 10px;
    }

    .BannerLogo {
        height: 90px;
        width: 950px;
        border: 0px;
        overflow: hidden;
    }

    .MasterBody {
        vertical-align: top;
        padding: 15px 30px 15px 30px !important;
    }

    .MasterFooter {
        vertical-align: middle;
        font-size: 9pt;
        color: White;
        background-color: #1D1B1B;
        text-align: center;
        clear: both;
        padding: 20px 50px;
    }

    td.MasterFooter {
        vertical-align: middle !important;
    }

    .MasterFooter a {
        color: #ffffff;
        text-decoration: none;
    }

        .MasterFooter a:hover {
            color: #ffcc99;
            text-decoration: underline;
        }

    .MasterFooter > .advantech {
        text-align: center;
    }

    .LoadingPopup {
        font-size: large;
        font-weight: bold;
    }

    .AdvantechLogo {
        text-align: right;
        background-color: Black;
    }

        .AdvantechLogo a {
            color: #4c4c4c;
            text-decoration: none;
        }

    .PublicLeft {
        width: 283px;
    }

    .GotoControl {
        margin: 30px 30px;
        width: 320px;
        float: right;
        text-align: right;
    }

    /*
    		* Menu
    		*/

    .MasterMenu {
        padding: 0px 2px 0px 30px;
        margin: 0px 0px 0px 0px;
        height: 40px;
        /*background-color: #967F60;*/
        background: #4B4F59; /* fallback for old browsers */
        /*background: -webkit-linear-gradient(to bottom, #9a8478, #1e130c);  /* Chrome 10-25, Safari 5.1-6 */
        /*background: linear-gradient(to bottom, #9a8478, #1e130c);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
        -moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
        box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
    }

    .Menu {
        text-align: left;
        font-size: 7pt;
        font-family: inherit;
    }

    .MenuSpacer {
        /*display: block;
        float: left;
        padding-left: 3px;
        padding-right: 3px;
        height: 1px;*/
    }

    a.MenuItem {
        display: block;
        float: left;
        width: 95px;
        height: 40px;
        /*background-image: url(../../Images/MenuTab.gif);
        background-position: left top;
        background-repeat: no-repeat;*/
        text-decoration: none;
        text-align: center;
        color: White;
        font-weight: bold;
        text-transform: uppercase;
        /*padding: 8px 5px;*/
        font-size: 9pt;
    }

        a.MenuItem > span {
            line-height: 40px;
        }

        a.MenuItem:hover {
            /*background-image: url(../../Images/MenuTabActive.gif);*/
            cursor: pointer;
            background-color: #f4f4f4;
            color: #4B4F59;
        }

    .SubMenu {
        /*margin-top: 2px;*/
        /*border: solid 1px #999999;*/
        /*padding: 5px;*/
        background-color: White;
        text-align: left;
        white-space: nowrap;
        min-width: 150px;
        z-index: 999999;
    }

    a.SubMenuItem {
        display: block;
        color: #4c4c4c;
        /*margin-top: 2px;*/
        padding: 8px 12px;
        text-decoration: none;
        font-size: 10pt;
        background-color: rgba(75, 79, 89, 0.02);
        /*background-color: #F3FCF2;*/
    }

    .SubMenu a.SubMenuItem:not(:last-child) {
        border-bottom: 1px solid #4B4F59;
    }

    a.SubMenuItem:hover, a.SubMenuItem:hover span {
        color: #ffffff;
        background-color: #4B4F59;
        cursor: pointer;
    }

    .table-bordered th {
        color: #ffffff;
    }

    /****************************************************/

    ul.policy li, ol.policy li {
        padding: 8px 5px;
    }

    ul.policy, ol.policy {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        ol.policy li > ol {
            counter-reset: list;
            margin: 0;
        }

            ol.policy li > ol > li {
                list-style: none;
                position: relative;
            }

        ol.policy > li > ol > li:before {
            counter-increment: list;
            content: counter(list, lower-alpha) ") ";
            position: absolute;
            left: -1.4em;
        }

    /****************************************************/

    /*******BEGIN: DEFT PAY NOW iFrame Styling *******/
    div#paynow iframe {
        height: 340px;
        border: none;
    }

    /*******END: DEFT PAY NOW iFrame Styling *******/

    /****** Table formatting *******/
    table.standardwidthheader tr > th {
        width: 300px;
    }
}

