/*
Copyright (C) 2019 - 2023 Prosystem Ingegneri Affiliati.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* 
    Created on : 4-feb-2019, 15.48.04
    Author     : Davide Mainardi <ingmainardi at live.com>
*/

.custom-messages:not(:empty) {
    list-style: none;
    background-color: rgb(230, 42, 16);
    color: white;
    border-color: rgb(230, 42, 16);
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}

.lefted {
    text-align: left;
}

.centered {
    text-align: center;
}

.righted {
    text-align: right;
}

.exceeds-limit {
    background-color: #ffb74d!important;
}

.to-the-limit {
    background-color: #f7ffb2!important;
}

.fatal-row {
    background-color: #f44336!important;
    color: #ffffff!important;
}

.error-row {
    background-color: #ffb74d!important;
}

.warning-row {
    background-color: #f7ffb2!important;
}

.deleted {
    text-decoration: line-through;
}

body .ui-datatable table thead th {
    font-weight: bold;
}

/*body .ui-tabs.ui-tabs-top > .ui-tabs-nav {
    background-color: grey;
}*/
body .ui-tabs.ui-tabs-top > .ui-tabs-nav > li {
    border-right: 1px solid #bdbdbd;
    font-weight: bold;
}
/*body .ui-tabs.ui-tabs-top > .ui-tabs-nav > li.ui-state-active {
    background-color: #607D8B;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav > li a {
    color: #ffffff;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav > li > .ui-icon-close {
    color: #ffffff;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav > li.ui-state-hover {
    background-color: #b3b3b3;
}*/
