.ui-wizard .ui-wizard-step-titles li.ui-state-highlight {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0b66b1 0%, #58ebfb 100%) repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8) inset !important;
}

.ui-wizard .ui-wizard-step-titles li {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1578c9 0%, #0b66b1 100%) repeat scroll 0 0;
    border: 1px solid #175787;
    border-radius: 5px !important;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 20px !important;
    text-shadow: 0 -1px 0 #0a385e;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

.ui-selectonemenu .ui-selectonemenu-label {
    border: medium none;
    color: black;
    display: block;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
}

/*start message*/
.ui-growl {
    width: 280px !important;
    top: 60px !important;
    right: 12px !important;
}

.ui-growl-message {
    width: 235px !important;
    font-size: 12px !important;
    margin-top: 7px !important;
    font-family: Arial !important;
}

.ui-growl-image-info {
    margin: 5px !important;
    background-image: url("/javax.faces.resource/images/info-blue.svg.xhtml?ln=sentinel-layout") !important;
}

.ui-growl-image-error {
    margin: 5px !important;
}

.ui-growl-image-info + div.ui-growl-message {
    border-color: #cee4f5 !important;
    color: #0D7CAA !important;
}

.ui-growl-item-container {
    opacity: 1 !important;
    background-color: #f97305 !important;
    padding: 2px !important;
}

.ui-growl-item {
    padding: 0px !important;
    border-color: #c4c9cc !important;
    background-color: white;
}

.ui-growl-icon-close {
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    cursor: pointer !important;
}

.ui-growl-title {
    font-weight: bold !important;
    padding: 0 0 0 0 !important;;
    display: block !important;;
    line-height: 20px !important;;
}

/*end message*/

.ui-selectonemenu-panel .ui-selectonemenu-list-item,
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    color: #3D3D3D !important;
}

.ui-widget {
    font-family: Arial !important;
}

.ui-tabs-top .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li {
    margin-bottom: 0px !important;
}

.ui-tooltip {
    background-color: #FBFCFD;
    border: none !important;
    color: #27AAE1;
    border-top-left-radius: 0px;
    opacity: 0.8;
}

.ui-menuitem {
    color: #000000;
}

.ui-selectoneradio label {
    cursor: pointer;
    display: inline-block;
    margin: 0 16px 0 8px;
    vertical-align: middle;
    color: black !important;
}

.ui-radiobutton {
    margin: 0px 5px 0px 0px !important;
    cursor: pointer;
}

.ui-datatable .ui-datatable-even td {
    color: #0f3e68;
}

.ui-datatable .ui-datatable-odd td {
    color: #0f3e68;
}

.fontArial {
    font-family: Arial !important;
}

.ui-panel .ui-panel-titlebar {
    font-family: Arial !important;
}

.ui-widget .ui-widget {
    font-family: Arial !important;
}

.ui-inputfield {
    color: black !important;
    font-family: Arial !important;
}

.ui-selectmanycheckbox label {
    color: black !important;
}

​.ui-dialog .ui-dialog-content {
    padding: 10px !important;
}

#menu-auth-ok a i {
    color: green !important;
}

#menu-auth-warning a i {
    color: red !important;
}

#sm-topmenu li.feedback {
    width: inherit;
    border-radius: 17px;
    background: #eab525;
    padding: 0px 16px;
    line-height: 34px;
}

#sm-topmenu li.feedback a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    margin: 0 !important;
}

.ui-inputswitch .ui-inputswitch-off span {
    display: inline-block;
    text-align: center;
    padding-left: 2px;
    padding-right: 3px;
    /*padding-top: 5px;*/
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.ui-inputswitch .ui-inputswitch-on span {
    display: inline-block;
    text-align: center;
    padding-left: 3px;
    padding-right: 2px;
    color: green;
    font-weight: bold;
    font-size: 12px;
}

.woot-widget-bubble {
    bottom: 20px !important;
    height: 52px !important;
    width: 52px !important;
}

.woot-widget-bubble img {
    height: 20px !important;
    margin: 12px !important;
    width: 20px !important;
}

.woot--close::before, .woot--close::after {
    left: 26px !important;
    top: 15px !important;
}

.woot-widget-bubble.woot-elements--right {
    right: 56px !important;
}

.zalo-chat-widget {
    bottom: 75px !important;
}