/* 
    Created on : Jan 12, 2022, 4:44:04 PM
    Author     : kostas
*/
.login-body .login-image img {
    height: auto !important;
    width: 100%;
}

.label {
    font-size: 13px;
    font-weight: normal;
    color: #65686a;
}

.output-text {
    /*    font-size: 14px;
        font-weight: normal;
        color: #65686a;*/
}


@keyframes fa-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}
.table-no-border {

    /*padding: 0rem 1rem;*/
    border: none;
    border-width: 0 0 0 0;

}

.ui-datatable thead th {
    padding: 0rem 0rem 1rem 0rem;
}

/*.ui-datatable thead th {
    padding: 0rem 0rem 1rem 0rem !important;
}*/

body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.7rem 0.7rem;
}

/*.ui-growl {   
    position:fixed;
    bottom: 0px !important;
    left: 33%;
    width: 33%;
    height: 110px;
    z-index: 100 !important;
    z-index:9999; 
}

.ui-growl-message {   
    width: 90%;
}*/

body .ui-growl {
    top: 0px;
}

.status-AP {
    background-color: #3eb839;
    color: #ffffff;
}

.status-UR {
    background-color: #3eb839;
    color: #ffffff;
}

.status-SD {
    background-color: #f6ac2b;
    color: #ffffff;
}

.status-WT {
    background-color: #e17576;
    color: #ffffff;
}

.status-NR {
    background-color: #e17576;
    color: #ffffff;
}

.status-RE {
    background-color: #e17576;
    color: #ffffff;
}

.status-IN {
    background-color: #e17576;
    color: #ffffff;
}
