/*header and footer styling starts*/

#headdiv {
    position: absolute;
    top: 0;
    left: 30px;

    width: 300px;
}

#directdial {
    float: right;
}

#titlediv {
    font-family: "Lato", sans-serif;
    font-size: 14pt;
    font-style: normal;

    letter-spacing: 0;

    color: #888;
}

#logindiv {
    font-family: "Lato", sans-serif;
    font-size: 10pt;

    color: #888;
}

#menudiv {
    position: absolute;
    top: 50px;
    left: 15px;

    width: 900px;
    height: 32px;
}

#menudiv-advanced {
    position: absolute;
    top: 50px;
    left: 15px;

    width: 900px;
    height: 32px;
    background: var(--primary-color-menu-bar-bg) !important;
}

#botrightkaarmadiv {
    /* display: none; */
}

.menubar,
.menubar-advanced {
    font-family: "Lato", sans-serif;

    top: 0;
    left: 0;

    padding: 0;

    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
            border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
            border-top-right-radius: 20px;
}

.menubarAdvanced {
    font-family: "Lato", sans-serif;

    top: 0;
    left: 0;

    width: 0;
    height: 32px;
    padding: 0;

    background: none;
    -moz-box-shadow: 0 -2px 2px #bbb;
}
.menubarAdvanced table {
    border-collapse: collapse;
}
.menuitemapp,
.menuitemapp-advanced {
    font-family: "Lato", sans-serif;
    font-size: 11pt;

    cursor: pointer;
    text-align: center;

    color: white;
}

.menuitemappclick,
.menuitemappclick-advanced {
    font-family: "Lato", sans-serif;
    font-size: 11pt;

    text-align: center;

    color: #fcd15e;
}

.menuitemappAdvanced {
    font-family: "Lato", sans-serif;
    font-size: 11pt;

    height: 32px;

    cursor: pointer;
    text-align: center;

    color: white;
    background-color: #727272;
}



.menuitemappclickAdvanced {
    font-family: "Lato", sans-serif;
    font-size: 11pt;

    height: 32px;

    cursor: pointer;
    text-align: center;

    color: white;
    background-color: #f66e2a;
}



.supportbutton {
    width: 30px;
    height: 30px;
    padding: 0;

    cursor: pointer;

    background: url("https://static.mykaarma.com/lib/icons/custom/help.svg") no-repeat;
    background-size: 30px 30px;

    size: 30px 30px;
}

.reporting {
    color: #55b;
}

.callus {
    width: 30px;
    height: 30px;

    cursor: pointer;

    background: url("https://static.mykaarma.com/lib/icons/custom/emergency.svg") no-repeat;
    background-size: 30px 30px;

    size: 30px 30px;
}

.menuseperator {
    width: 2px;
    height: 29px;
    padding: 0;

    background-color: white;
}

.logo-small-topright {
    width: 217px;
    height: 44px;
    padding: 0;

    background: url("//static.mykaarma.com/logos/logo_sah-long.png") no-repeat;
    background-size: 217px 44px;

    size: 217px 44px;
}

#rootdiv {
    position: absolute;
    top: 85px;
    left: 0;

    width: 900px;
    height: 490px;
    padding: 10px;

    text-align: center;

    border: 0 solid #ccc;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 0 5px #666;
       -moz-box-shadow: 0 0 5px #666;
            box-shadow: 0 0 5px #666;

     -khtml-border-radius: 20px;
}

#footdiv {
    font-family: "Lato", sans-serif;
    font-size: 12pt;

    position: absolute;
    top: 600px;
    left: 25px;

    text-align: left;

    color: #aaa;
}

#botrightdiv {
    font-family: "Lato", sans-serif;
    font-size: 12pt;

    position: absolute;
    top: 600px;
    right: 15px;

    text-align: right;

    color: #aaa;
}

.copyrightstyle {
    font-family: "Lato", sans-serif;
    font-size: 12pt;
}
.headertoprightDealerphone {
    font-size: 14px;color: purple;
}
.boldstyle {
    font-weight: bold;
}
.headertoprightDealerName {
    font-family: "Lato", sans-serif;
    font-size: 14pt;color: #888;
}
.headerTopRightWelcomeDu {
    font-family: "Lato", sans-serif;
    font-size: 11pt;
}

.gwt-MenuBarPopup {
    margin: 0 0 0 -7px;
}

#PayDeptSelect {
    border: 1px solid #ccc;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
    font-family: "Lato", sans-serif;

    padding: 4px 14px 4px 4px;
}

#PayDeptMailMenuBar .gwt-MenuItem-selected {
    cursor: pointer
    padding: 0 4px;

    background-color: white;
}
#PayDeptMailMenuBar {
    border: 1px solid #ccc;
    background-color: white;
}
#PayDeptMailMenuBar :hover {
    font-family: "Lato", sans-serif;

    border: 1px solid #ccc;
}
#PayDeptMailMenuBar .gwt-MenuItem {
    font-family: "Lato", sans-serif;

    padding: 0 4px;

    cursor: pointer;

    border: 0;
    background-color: white;
}
.gwt-MenuBarPopup  .menuPopupTopLeftInner {
    height: 1px;
}
.gwt-MenuBarPopup  .menuPopupTopCenterInner {
    height: 1px;
}
.gwt-MenuBarPopup  .menuPopupTopRightInner {
    height: 1px;
}

#footdiv {
    display: inherit;
}