﻿body {
    /*font-family: Segoe UI;*/
    font-family: Helvetica Light, Helvetica, Gadugi, Segoe UI, Arial, Sans-Serif;
    font-weight: 400;
    /*min-width: 768px;*/
    min-width: 1024px;
}

.contentBody {
    height: auto;
    min-height: Calc(100vh - 120px);
}

.divHeaderTop {
    width: 98%;
    height: 60px;
    /*background-color: #ffffff;*/
    background-color: #222020;
    clear: both;
    padding: 0px 1% 0px 1%;
}

.divHeaderTopLeft {
    width: 20%;
    float: left;
    height: 60px;
}

.imgHeader {
    height: 24px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.divHeaderTopRight {
    width: 80%;
    float: right;
    height: 60px;
    display: flex;
    align-items: center;
}

.pnlMenuLeft,.pnlMenuRight {
    height: auto;
    /* font-family: Segoe UI; */
    margin: 0 20px;
    padding: 7px;
    font-size: 12pt;
    font-weight: 400;
    color: inherit;
    float: left;
    display: inline-block;
    border-right: 0px solid #ffbc11;
}

/*.pnlMenuLeft {
    margin: 15px 10px 0px 0px;
    padding: 0px 15px 0px 0px;
    font-size: 12pt;
    font-weight: 400;
    color: inherit;
    float: left;
    display: inline-block;
    border-right: 0px solid #ffbc11;
}*/

/*.pnlMenuRight {
    height: 20px;
    margin: 15px 10px 0px 0px;
    padding: 0px 15px 0px 0px;
    font-size: 12pt;
    font-weight: 400;
    color: inherit;
    float: right;
    display: inline-block;
    border-right: 0px solid #ffbc11;
}*/

.imgMenu {
    height: 24px;
    margin-top: 16px;
    margin-bottom: 0px;
    float: right;
}

.lnkMenu {
    /*color: #909090;*/
    color: #f0b30f;
    display: inline;
    height: auto;
}

    .lnkMenu :hover {
        color: #ffffff;
    }

    .lnkMenu.active {
        color: #ffffff;
    }

    .lnkMenu.right {
        margin-left: auto;
    }

.parentMenu {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.childMenu {
    padding: 10px;
    background: black;
    position: absolute;
    bottom: -30px;
    display: none;
    z-index: 100;
}

.parentMenu:hover .childMenu {
    display: block;
}

.divHeaderSub1 {
    width: 100%;
    height: 0px;
    background-color: #ffbc11;
}

.divHeaderSub2 {
    width: 100%;
    height: 0px;
    background-color: #231f20;
}



/* Dashboard page (may move to its own style sheet) */

.pnlCustomerTitle {
    color: #706a6d;
    font-size: 42pt;
    height: 110px;
    width: 97%;
    padding: 20px 0px 0px 3%;
    font-weight: bold;
    border-bottom: 1px solid #231f20;
}

/* MASTER OBJECT CLASSES */
.cmbStandard {
    width: 20%;
}

.cmbDisabled {
    display: none;
}

.txtStandard {
}

.textInfo {
    background: black;
    color: white;
    padding: 50px;
    text-align: center;
}

.divIncomplete {
    width: 100%;
    padding-top: 40px;
    text-align: center;
    color: #a0a0a0;
    font-size: 20pt;
}

.btnStandard {
    margin-left: 10px;
    margin-right: 10px;
}

.hide {
    display: none;
}

.errorWrapper {
    border: 1px solid black;
    text-align: center;
    margin: 50px auto;
    width: 50%;
    padding: 40px;
}

.ajaxLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000000;
    height: 200px;
    width: 200px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transform: translate(-50%, -50%);
    color: #ffbc11;
}

    .ajaxLoader img {
        width: 80px;
    }
