﻿.light-logo img {
    max-width: 150px;
    max-height: 65px;
}

#logout {
    width:100%;
}

/*Devexpress Popup Header Theme*/
div.dx-button-content .dx-icon.dx-icon-close {
    color: #fff !important;
    transition: 0.3s;
}


    div.dx-button-content .dx-icon.dx-icon-close:hover {
        color: crimson !important;
    }

.dx-popup-title.dx-toolbar {
    background-color: #003b6d;
    color: #fff;
}