/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 9, 2022, 11:05:37 AM
    Author     : Nico
*/

.logout_button
{
    width:100%;
    color: #6c757d !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    border:none !important;
    background:none !important;
}

.logout_button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-state-hover, .cc-btn:hover
{
    color: #2196F3 !important;
    background:none !important;
}

.logout_button .ui-button-text
{
    font-weight: 300 !important;
}

.ui-wizard-step-title
{
    opacity: 0.5 !important;
    background:none !important;
    border-top:none !important;
    border-right:none !important;
    border-left:none !important;
    border-radius: 0px !important;
}

.ui-wizard-step-title.ui-state-highlight
{
    opacity: 1 !important;
}

