#home_main {
    margin: auto;
    width: 100%;
    border: 1px;
}
#home_top {
    width: 100%;
    height: 25px;
    background-color: #E6E6E6;
    text-align: center;
    font-size: 13px;
    border: 1px;
}
#home_content {
    width: 100%;
    height: 800px;
    background-color: #FFFFFF;
    text-align: center;
    border: 1px;
}
#home_footer {
    width: 100%;
    height: 30px;
    background-color: #E6E6E6;
    text-align: center;
    border: 1px;
}
.main_top_25 {
    height: 25px;
}
.main_top_left {
    float: left;
    width: 30%;
    height: 100%;
    vertical-align: middle;
}
.main_top_center {
    float: left;
    width: 30%;
    height: 100%;
    vertical-align: middle;
}
.main_top_right {
    float: left;
    width: 40%;
    height: 100%;
    vertical-align: middle;
}
.subdivs_v_top {
    vertical-align: 10%;
}
.message-info {
    color: #4169E1;
}
.message-error {
    color: #FF0000;
}

.message-warn {
    color: #FF7F50;
}

.message-debug {
    color: #FF00FF;
}

.message-default {
    color: #000000;
}

.checkbox-rounded [type="checkbox"][class*='filled-in'] + label:after {
    border-radius: 50%;
}

label.required:after {
    content: "*";
    color: red;
    font-weight: bold;
}

.title_bold_l {
    font-size: 20px;
    font-weight: bold;
}

.title_bold_m {
    font-size: 16px;
    font-weight: bold;
}

.title_bold_s {
    font-size: 12px;
    font-weight: bold;
}

table {
    table-layout: fixed !important;
}

table th {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    background: #f2f0e6;
}

/*
.table_search_result tr:hover {
    background: #d5dae0;
}
*/

.div-fixed-height-std {
    height: 380px;
}

.div-fixed-height-lg {
    /*
        height: 600px;
     */
    height: 100%;
}
.div-relative-height {
    height: 100%;
}
.div-align-parent {
    margin-top: 5px;
    width: 100%;
}
.div-align-child {
    padding: 0;
    margin: 0;
    float: left;
}
.rowspan_align_middle {
    vertical-align: middle !important;
    text-align: center !important;
}
.table-tr-parent-bg {
    background-color: #2ca1dd;
}
.table-tr-child-bg {
    background-color: #9eadd6;
}
.table-invoice-bg {
    background-color: #999999;
}
.td-invoice-title {
    font-weight: bold;
}
.td-long-text-trunc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div-line-margin {
    margin-bottom: 3px;
}
.div-line-margin-big {
    margin-bottom: 9px;
}
.div-line-gap {
    padding-bottom: 6px;
}
.div-line-double-gap {
    padding-bottom: 12px;
}
.tbody-list {
    height: 240px;
    overflow-y: auto;
    display: contents;
}
.tbody-list-mini {
    height: 150px;
    overflow-y: auto;
}
.no_vertical_line_table tr > td {
    border-left: none !important;
    border-right: none !important;
}
.no_vertical_line_tbody tr > td {
    border-left: none !important;
    border-right: none !important;
}
.no_ver_hor_line_table tr > td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.tbody_font {
    font-size: 95%;
}
/*
.tbody-list-mini-fixed {
    display: block;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.tbody-list-mini-fixed thead, .tbody-list-mini-fixed tbody, .tbody-list-mini-fixed th, .tbody-list-mini-fixed tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
*/
.table-fixed-lg tbody {
    overflow-y: auto;
    width: 100%;
}
/*
.table-fixed-lg thead,
.table-fixed-lg tbody,
.table-fixed-lg tr,
.table-fixed-lg td,
.table-fixed-lg th {
    display: block;
}

.table-fixed-lg tbody td,
.table-fixed-lg tbody th,
.table-fixed-lg thead > tr > th {
    float: left;
    position: relative;
}
 */

.table-fixed-mid tbody {
    height: 250px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed-mid thead,
.table-fixed-mid tbody,
.table-fixed-mid tr,
.table-fixed-mid td,
.table-fixed-mid th {
    display: block;
}
.table-fixed-mid tbody td,
.table-fixed-mid tbody th,
.table-fixed-mid thead > tr > th {
    float: left;
    position: relative;
}

.table-fixed-sm tbody {
    height: 150px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed-sm thead,
.table-fixed-sm tbody,
.table-fixed-sm tr,
.table-fixed-sm td,
.table-fixed-sm th {
    display: block;
}

.table-fixed-sm tbody td,
.table-fixed-sm tbody th,
.table-fixed-sm thead > tr > th {
    float: left;
    position: relative;
}
.table-fixed-mini tbody {
    height: 150px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed-mini thead,
.table-fixed-mini tbody,
.table-fixed-mini tr,
.table-fixed-mini td,
.table-fixed-mini th {
    display: block;
}
.table-fixed-mini tbody td,
.table-fixed-mini tbody th,
.table-fixed-mini thead > tr > th {
    float: left;
    position: relative;
/*
    &::after {
     content: '';
     clear: both;
     display: block;
    }
 */
}
.table-fixed-mini tbody td {
    font-size: small;
}
span {
    text-align: left !important;
}
.fieldset-mini {
    height: 195px;
    overflow-y: auto;
}
fieldset {
    padding-bottom: 5px;
}
legend {
    font-size: 1.2em !important;
    font-width: bold !important;
    color: steelblue;
}
input[readonly="readonly"] {
    border: 0px;
}
.all_in_td {
    overflow-wrap: break-word !important;
    white-space: pre-line !important;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}
tr.border-bottom-dot td {
    border-bottom: dotted;
}
tr.border-bottom-dash td {
    border-bottom: dashed;
}
tr.border-hd-top-dash th {
    border-top: dashed;
    font-size: 18px;
}
tr.border-hd-bottom-dash th {
    border-bottom: dashed;
    font-size: 18px;
}
.pos-width{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}
@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}
.blink {
    animation: blink-effect 1s step-end infinite;
}
/*
.blinking{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
 */
/*
.setDiv {
    padding-top: 100px;
    text-align: center;
}
.popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #000;
    display: none;
}
.popupContent {
    display: none;
    background-color: #ffffff;
    height: 200px;
    z-index: 99999;
}
*/
/*
.modal-dialog-center {
    padding-top: 25% !important;
}
*/