/* OVERRIDE FOR COMPASS THEME COLORS  */

#MFAbuttonContainer.dx-button-mode-contained {
    background: #ff6600 ;
    border-width: 0;
}
div#MFAbuttonContainer.dx-button-mode-contained:hover {
    background: #106e0b;
}
.reSend {
    background:#ff6600 !important;
}
.reSend:hover {
    background: #106e0b !important;
}
.mfaImageBox, p#popupMsgBoxP:before  {
    -webkit-filter: invert(65%) sepia(52%) saturate(7496%) hue-rotate(359deg) brightness(100%) contrast(107%) !important;
    filter: invert(65%) sepia(52%) saturate(7496%) hue-rotate(359deg) brightness(100%) contrast(107%) !important;
   }

.instruction p#popupMsgBoxP:before  {
    -webkit-filter: invert(65%) sepia(52%) saturate(7496%) hue-rotate(359deg) brightness(100%) contrast(107%) !important;
    filter: invert(65%) sepia(52%) saturate(7496%) hue-rotate(359deg) brightness(100%) contrast(107%) !important;
   }

/* OVERRIDE FOR COMPASS THEME ONLY WHICH HAS A PADDING: 0 PROPERTY BY DEFAULT  */

   .dx-popup-content {
    -webkit-user-drag: none;
    padding: 20px !important;
}

