.menubutton {
    color: rgb(43, 156, 232);
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    min-width: 750px;
    background: transparent;
    border: 0px;
}

#header {
    background: linear-gradient(to right, #0039a6, #0039a6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #0039a6;
    height: 60px;
}


#header-company-logo {
    position: relative;
    float: left;
    background-image: url('/pwm/public/resources/logoLineEnd2spotrev.png');
    top: 10px;
    left: 10px;
    width: 360px;    
    height: 44px;   
    z-index: 1;
    background-size: contain;    
    background-repeat: no-repeat;
    background-position: center; 
    cursor: pointer;
}


.menubutton-description {
  display: none;
}


#wrapper.login-wrapper #centerbody {
    display: block;
    min-width: 300px;
    margin-left: 50px;
    margin-top: 0px;
    padding-top: 10px;
    background-color: transparent;
    border: 0;
}



#login .buttonbar #submitBtn {   
    margin: 0;
    background: #f6f9f8;
    border: 1px solid #dae1e1;
    border-radius: 3px;
    color: #434c50;
    width: auto;
    height: auto;
    min-width: 80px;
    padding: 5px 10px;
    font-size: 14px;
}


.btn {
    /* background: linear-gradient(to bottom, rgb(115,119,116), rgb(75,79,82)) repeat scroll 0 0 #ffffff;  */
    background-color: #f6f9f8; /* For IE9 */
    border: 1px solid #dae1e1;
    border-radius: 3px;
    color: #434c50;
    /* display: table-cell; */
    font-size: 14px;
    height: auto;
    margin: 0;
    margin-right: 5px;
    min-width: 80px;
    max-width: 250px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.btn:hover:enabled, .menubutton:hover:enabled, .navbutton:hover:enabled {
    /* background: linear-gradient(to bottom, rgb(43,156,232), rgb(35,128,191)) repeat scroll 0 0 #ffffff; */
    color: #0088ce;
    border: 1px solid #28A9E1;
}

.btn>.btn-icon {
    display: none;
    /* background-color: rgb(31, 31, 31);
	border-radius: 10px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 2px;
	width: 18px;  */
}

.btn:hover>.btn-icon {
    display: none;
    /* background-color: rgb(19, 92, 143); */
}

.dialogBody.narrow .btn {
    max-width: 160px;
    min-width: 160px;
}

.btn>.btn-icon::before {
    height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3px;
    width: 18px;
}
