.blockUI.blockOverlay{ z-index: 99999!important; }
.blockUI.blockMsg{ z-index: 100000!important; }
.blockUI .m-blockui{ margin: 0!important; }

.m-stack--custom { height: 48px!important;  }
.m-stack--custom .m-stack__item { text-align: center; vertical-align: middle!important; color: #999; }
.m-stack--custom .m-stack__item.valid{ background: #d6f2eb!important; border-bottom: 1px solid #048262; color: #048262;}
.m-stack--custom .m-stack__item.curr{ background: #e7f3fd!important; border-bottom: 1px solid #008bff; color: #008bff; }

label.required-custom:after{ content:'*'; color : #f00 }

div.one_key_list_item .m-demo .m-demo__preview:hover{ background: #f2f8ff; border-color: #e0ebf5; }
div.one_key_list_item.selected .m-demo .m-demo__preview{ background: #c9e6ff; border-color: #a2d4ff }

@media(min-width: 992px){
    .m-widget25__progress-custom{ width: 12.5%!important; }
}