.t-Header-branding {
    background: white;
    height: 60px;
}

.t-Header-logo {
    line-height: 6.5rem;
    font-size: 30px;
}

.a-Button--hot, .t-Button--hot:not(.t-Button--simple), body .ui-button.ui-button--hot, body .ui-state-default.ui-priority-primary {
    background-color: #4c5256;
    color: #fff;
}
.a-IRR-headerLink {
    padding: 12px;
    display: block;
    text-align: inherit;
    color: black;
	font-weight: bold;
}
.t-Button--headerUser, .t-NavigationBar-item.has-username .t-Button-label {
    text-transform: none !important; 
}

@media only screen and (min-device-width : 768px) {

 .t-Header-branding {
    background: white;
    height: 70px;
}

.t-Header-logo-link img {
    max-height: 6rem;
    display: block;
}

}

@media only screen and (max-device-width : 640px) {

 .t-Header-branding {
    background: white;
    height: 60px;
}

.t-Header-logo-link img {
    max-height: 6rem;
    display: block;
}

}

@media only screen and (max-device-width : 640px) {

.disp-img{
 display: none;
}
.disp-img-ipad{
 display: none;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.disp-img{
    display: none;
}
}
    
@media only screen  and (min-width : 1224px) {
.disp-img-ipad{
    display: none;
}
}

.msg-link {
	color: #e93d3d !important;
	animation: blinker 1s step-start infinite;

}

/* This is the fix of the disapearing items on the popup page*/

.apex-item-select,

.apex-item-text,

.apex-item-textarea,

.apex-item-multi,

.a-IRR-search-field {

    backface-visibility: hidden;

} 
/* End of fix of popup page*/