th { font-size: 12px; }
td { font-size: 12px; }

.messages li {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    font-size: .90em!important;
    font-weight: bold!important;
}

ul,ol {
    list-style: none;
    display: block;
}

.error-msg {
    border: 1px solid #f16048!important;
    color: #df280a!important;
    background: #faebe7 url("../../img/icon/error.png") no-repeat 10px 5px!important;
}

.success-msg {
    border: 1px solid #95a486!important;
    color: #3d6611!important;
    background: #eff5ea url("../../img/icon/check.png") no-repeat 10px 5px!important;
}

#messages .messages {
    margin: -30px 10px 10px 0px;
    padding: 0;
}

.error-msg {
    border: 1px solid #f16048!important;
    color: #df280a!important;
    background: #faebe7 url("../../img/icon/error.png") no-repeat 10px 5px!important;
}

.t_hide {
    display: none;
}

.spaceUnder
{
    padding-bottom: 0.5em;
}

.label_width
{
    width: 100px;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

tfoot {
    display: table-header-group;
}

.center {
    text-align: center;
}

.scroll-table {
    overflow-x: scroll !important;
    white-space: nowrap;
}

.infobox {
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    padding: 8px 12px;
}

.infobox-blue {
    background-color: #E8F7FF;
    color: #008CCF
}

.infobox-red {
    background-color: #FFE9E7;
    color: #FF210D;
}

.text-grey-40 {
    color: #80838C
}

.text-grey-100 {
    color: #313339
}

.text-center {
    text-align: center;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-ruparupa {
    color: #F26A24
}

.text-blue-50 {
    color: #008CCF;
}

.text-red-50 {
    color: #E01B0E;
}

.cursor-pointer {
    cursor: pointer;
}