#overlay {
    position: absolute;
    width: 100%;
    height: 10%;
    background: black url('icons/loading.gif') center center no-repeat; /* Make sure the path and a fine named 'loading.gif' is there*/
    background-size: 50px;
    z-index: 10;
    opacity: .5;
    cursor: wait;
}
.page_padding
{
    padding-left: 15px;

}
body:before {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.5);*/
}
nav .brand-logo .ct_brand_name{
    line-height: 13px !important;
    padding-left: 17px !important;
}
nav .brand-logo{
    /*line-height: 0px !important;*/
    padding-left: 17px !important;
}
.notification-badge {
    position:relative;
    padding:5px 9px;
    background-color: #fff;
    color: #941e1e;
    bottom: 10px;
    left: 15px;
    border-radius: 50%;
}
.notify{
    position: absolute;
}
blockquote{
    color: #555555;
    border-left: 5px solid #388e3c !important;
}
.card .ht{
    height: 200px !important;
    overflow: hidden !important;
}
.card .corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.card .corner-ribbon .sticky{
    position: fixed;
}

.card .corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.card .corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.card .corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.card .corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.card .corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.card-title-font{
    font-size: 16px;
    font-weight: 450;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}


/*other*/
.small_font{
    font-size: 12px !important;
}
.small_max_font{
    font-size: 14px !important;
}
.small_mini_font{
    font-size: 10px !important;
}
.medium_font{
    font-size: 18px !important;
}
.medium_max_font{
    font-size: 24px !important;
}
.large_font{
    font-size: 36px !important;
}
.large_max_font{
    font-size: 48px !important;
}
.xlarge_max_font{
    font-size: 60px !important;
}
.xxlarge_max_font{
    font-size: 90px !important;
}
.bold{
    font-weight: bold !important;
}
.row .col .app_form_height3{
    height: 400px !important;
    min-height: 300px !important;
    overflow: hidden !important;
}
.app_form_summ_height{
    min-height: 70px !important;
    overflow: hidden !important;
}


/*other*/
.ov_hidden{
    overflow: hidden !important;
}
.w100{
    width:100% !important;
}
.w50{
    width:5580% !important;
}
.mg0{
    margin: 0 !important;
}
.mg2{
    margin: 2px !important;
}
.mg5{
    margin: 5px !important;
}
.mg10{
    margin: 10px !important;
}
.p0{
    padding: 0 !important;
}
.p2{
    padding: 2px !important;
}
.p5{
    padding: 5px !important;
}
.p10{
    padding: 10px !important;
}
.p15{
    padding: 15px !important;
}
.p20{
    padding: 20px !important;
}
.item-border{
    border:  #0091ea thin solid;
}
.wizard-tab-border{
    border-right: #5c6bc0 thin solid;
}
.active-wizard-tab{
    background-color: #5c6bc0 !important;
    color: #fff !important;
}
.active-wizard-tab .badge{
    background-color: #fff !important;
    color: #5c6bc0 !important;
}
.inactive-wizard-tab{
    background-color: #e8eaf6 !important;
    color: #3f51b5 !important;
}
.inactive-wizard-tab .badge{
    background-color: #3f51b5 !important;
    color: #fff !important;
}
.visited-wizard-tab{
    background-color: #9fa8da !important;
    color: #e0e0e0 !important;
}
.visited-wizard-tab .badge{
    background-color: #9e9e9e !important;
    color: #fff !important;
}
.page_error_close{
    padding: 10px;
    cursor: pointer;
    float: right !important;
    right: 2px;
    position: absolute;
}

.datepicker-date-display, .datepicker-table td.is-selected{
    background-color: #66bb6a !important;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today,
.datepicker-done{
    color: #66bb6a !important;
}
/*
#wizard-progress{
    padding: 1px 2px !important;
    margin: 0 !important;
}
#wizard-progress .progress{
    background-color: #9fa8da !important;
    height: 10px;
}
#wizard-progress .determinate{
    background-color: #3f51b5 !important;
}*/
.0-percent{
    width: 0% !important;
}
.25-percent{
    width: 24.8% !important;
}
.50-percent{
    width: 49.8% !important;
}
.75-percent{
    width: 74% !important;
}
.100-percent{
    width:100% !important;
}
/*print*/
.do-print{
    display:none;
}
/*print*/