.header { background-color: #fff!important;
          margin: 0 auto;
          position: relative !important;
          overflow: auto;
	  width:100%;
	  height: 100px;
	  }
#headerW {
background-color: #fff;
width:100%;
height: 80px;
}
.header .org-left {
    clear: both;
    float: left;
    padding: 10px 20px;
}


.header .org-right {
    float: right;
    padding: 40px 20px;
}

/*MENU starts*/
.header .main-menu { top: 0;
                     margin: 0;
                     padding: 0;
                     width: 75%;
                     min-width: 825px;
                     float: left;
}

.header ul.main-menu {  list-style-type: none;
}

.header .logo-aup { background-image: url("../images/aup-logo.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
	width: 168px;
    height: 90px;
    float: left;    
}
@media (max-width: 1199.98px) {.header .logo-aup {
height:80px;
}
}
.header .Aup a{ 
    background-image: url("../images/aups-icon.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
    width: 150px;
    height: 107px;
    float: left;
    cursor: pointer;
    margin-top:12px;
}

.header .Aup:hover a{ 
    background-image: url("../images/aup-icon-hover.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
}

.header .Directory  a{
    background-image: url("../images/directory-icon.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
    width: 130px;
    height: 107px;
    float: left;
    cursor: pointer;
}

.header .Directory:hover a{ 
    background-image: url("../images/directory-icon-hover.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
}

.header .Settings a{
    background-image: url("../images/settings-icon.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
    width: 130px;
    height: 107px;
    float: left;
    cursor: pointer;
}

.header .Settings:hover a{ 
    background-image: url("../images/settings-icon-hover.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
}

.header .Reports a{
    background-image: url("../images/reports-icon.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
    width: 130px;
    height: 107px;
    float: left;
    cursor: pointer;
}

.header .Reports:hover a{ 
    background-image: url("../images/reports-icon-hover.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
}

.header .AdminCentral a {   
    background-image: url("../images/admin-central-icon.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
    width: 130px;
    height: 107px;
    float: left;
    cursor: pointer;
}

.header .AdminCentral:hover a{ 
    background-image: url("../images/admin-central-icon-hover.png")!important;
    background-repeat: no-repeat!important;
    text-indent: -999em;
}

.header .user-nav { 
    background-color: #FFFFFF;
    border: 1px solid #647987;
    border-radius: 10px;
    float: right;
    height: 57px;
    margin-right: 0px;
    margin-top: 15px;
    padding: 10px;
    font-size: 13px;
    word-wrap:break-word;
}


.header .user-arrow {
    float: right;
}

.header .user-arrow::after   {
    background-color: #FFFFFF;
    border-right: 1px solid #647987;
    border-top: 1px solid #647987;
    content: " ";
    display: block;
    height: 10px;
    left: -6px;
    position: relative;
    top: 45px;
    transform:rotate(42deg);
-ms-transform:rotate(42deg); /* IE 9 */
-webkit-transform:rotate(42deg); /* Safari and Chrome */
    min-width: 10px;
    width:20%;
}


.header .user-name{
    color: #3583c5;
    font-weight: bold;
    word-wrap:break-word;
    width: 80%;
}

.header .user-icon {
    float: right;
    margin: 41px 5px 0 5px;
}

.header .user-left {
    float: left;
    max-width: 192px;
    margin-top: 15px;
    margin-right: 5px;
        max-width: 55%;
        word-wrap:break-word;
}

.header .user-right {
    border-left: 1px solid #747987; 
    float: right; 
    margin: 6px; 
    padding: 2px 0 6px 15px;
    margin-top: 15px;
    max-width: 45%;
}

