﻿header {
    width: 100%;
    position: fixed;
    z-index: 4;
    background-color: #fff
}

.headerHeight {
    height: 112px;
    padding-top: 10px;
}


.headerHeight .switchUser.mobUsrDropdwn{
    padding: 0;
}

.headerHeight .switchUser.mobUsrDropdwn .divider{
    display: none;
}

.headerHeight .switchUser.mobUsrDropdwn > li{
    border-bottom: 1px solid #C8C9C7;
}

.headerHeight .switchUser.mobUsrDropdwn > li a{
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    color: #000;
    padding: 5px 15px;
}

.navbar-brand {
    height: 82px;
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        padding: 4px;
        width: auto;
    }

.navbar-default {
    background-color: #fff !important;
    border: none;
    margin-bottom: 0px;
}

.noPad {
    padding: 0px;
}

.HomeTitle {
    font-size: 24px;
    padding: 15px;
    display: block;
    color: #333;
    font-weight: bold;
    font-family: 'ZonaPro';
    position: fixed;
}

.notify-section {
    position: relative;
}

.notifymain{
    top: 45px;
}

/*.notifymain {
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    width: 320px !important;
    border: 1px solid #C8C9C7;
    margin: 0px !important;
    top: 40px;
    height: 250px !important;
    overflow-y: auto;    
}*/

.notify-section a {
    float: left;
    padding: 3px;
    position: relative;
    top: 13px;
    border: none;
}

    .notify-section a[aria-expanded="true"] {
        border: 1px solid #C8C9C7;
        border-width: 1px 1px 0 1px;
    }

.not-count {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    top: 0px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.padTop15 {
    padding: 15px 0px 0px 0px
}

.marg0 {
    margin: 0px;
}

.maxHght60 {
    max-height: 60px;
}

.googleTrans {
    top: 15px;
    position: relative;
}

.headerNotify {
    margin-right: 10px;
    height: 55px;
}

.fontSize22 {
    font-size: 22px;
}

.usrDropdown {
    color: #000;
    font-size: 18px !important;
    width: 100%;
    /*background-color: #fff;*/
    padding: 14px 15px;
}

.top40 {
    top: 50px;
}

.widAuto {
    width: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #txtUserName {
        white-space: nowrap;
        width: 7em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobCaret {
        top: 23px;
        position: absolute;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .mobNavDrop1 {
        top: 15px;
        position: relative;
    }

    .mobMarg0 {
        margin: 0px;
    }

    .mobHght55 {
        height: 55px;
    }

    .mobBckColorWhte {
        background-color: #f6f6f6 !important;
        overflow-y: inherit !important;
        border: 1px solid #ddd;
        overflow: hidden;
    }

    .mobLeft20 {
        left: 150px;
    }

    .mobNotfyDrop {
        z-index: 1000;
        left: 0px;
        width: 100% !important;
    }

    .mobCaret {
        top: 18px;
        position: absolute;
        right: 10px;
    }

    .mobpadTopBtm10 {
        padding: 10px 0px !important;
    }

    .mobUsrDropdwn {
        background-color: #fff !important;
        z-index: 1000;
        border: 1px solid #ddd !important;
        margin-bottom: 20px;
    }

    .mobDivider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .googleTrans {
        margin-right: 0px;
    }

    .mobNotfyHiddn {
        display: inline-block !important;
        font-family: 'ZonaPro';
        font-size: 18px;
        color: #777;
        font-weight: bold;
        margin-right: 10px;
    }

    #txtUserName {
        width: 7em;
        padding: 0px 3px;
    }

    .HomeTitle {
        top: 0px;
        margin-top: 15px;
    }

    .widAuto{
        width: 100%;
    }
}
