﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
}

.pagePad {
    padding: 0 1% !important;
    margin: 0;
}

/*------------------------*/
/*-------- HEADER --------*/
/*------------------------*/

#dashHeader {
    position:fixed;
    background-color: #555;
    padding:0;
    border:0;
    margin:0;
    height:120px;
    width:100%;
    z-index:467;
}
#dashRelative {
    position:relative;
    color:#FFFFFF;
}
#dealerLogo {
    position:absolute;
    top:10px;
    left:10px;
    width:250px;
    height:100px;
}
#headerPoly {
    fill:#FFFFFF;
    stroke:#FFFFFF;
    stroke-width:1;
}
#lblDealer {
    position:absolute;
    top:16px;
    left:380px;
    margin:0;
    padding:0;
    color:#FFF;
    font-size:16px;
    font-weight:500;
    border:0;
}
#headerUser {
    position:absolute;
    right:20px;
    top:80px;
    text-align:right;
    margin: 0;
    border: 0;
    font-size:12px;
    
}

#lgHeaderUser {
    position: absolute;
    right: 20px;
    top: 80px;
    text-align: right;
    margin: 0;
    border: 0;
    font-size: 12px;
    
}

@media screen and (max-width: 1492px) {
    #lgHeaderUser {
        position: absolute;
        right: 20px;
        top: 80px;
        text-align: right;
        margin: 0;
        border: 0;
        font-size: 12px;
        visibility: hidden !important;
    }

    #smHeaderUser {
        position: absolute;
        right: 20px;
        top: 80px;
        text-align: right;
        margin: 0;
        border: 0;
        font-size: 12px;
        visibility: visible !important;
    }
}

#smHeaderUser {
    position: absolute;
    right: 20px;
    top: 80px;
    text-align: right;
    margin: 0;
    border: 0;
    font-size: 12px;
}


#headerUserName {
    display:inline-block;
    font-size:12px;
    margin-right:10px;
}
#headerUserIcon {
    font-size:32px;
    display:inline-block;
    cursor:pointer;
    margin:0 0 0 auto;
    text-align:right;
}

/*------------------------*/
/*-------- FOOTER --------*/
/*------------------------*/

#dashFoot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: right;
    margin:0;
    padding:0;
    border:0;
    z-index:466;
    background-color:#555;
}

#lblPoweredBy {
    display: inline-block;
    margin: 10px 20px 10px auto;
    border: 0;
    font-size: 10px;
}

    #lblPoweredBy span {
        font-weight: 800;
    }
