.f1 {font-size: 10px;}
.f2 {font-size: 12px;}
.f3 {font-size: 14px;}
.f4 {font-size: 16px;}
.f5 {font-size: 18px;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance:textfield; }

.dt_left{
    text-align: left;
}
.dt_center{
    text-align: center;
}
.dt_right{
    text-align: right;
}
.dt_small{
    font-size: 12px;
}

.hide_field{
    display: none;
}

.vertical_center{
    display: flex;
    align-items: center;
}

.cursor{
    cursor: pointer;
}

.dataTables_filter{
    font-size: 13px;
}
.dataTables_info{
    font-size: 12px;
    color: grey;
}
.dataTables_paginate{
    font-size: 10px;
}

.fa_internal .form-control{
    background: white;
    border-right: none;
}

.fa_internal .input-group-text{
    background: white;
    border-left: none;
}

.placeholder {
    padding-left: 8px;
    color: #939ba2;
}

.select2-selection__placeholder{
    padding-left: 5px;
}

.w_60{ width: 60px; }
.w_80{ width: 80px; }
.w_100{ width: 100px; }
.w_120{ width: 120px; }

i.fa-question-circle {
    position: absolute;
    font-size: 1em;
    color: #E74C3C;
    top: .5em;
    right: -1em;
    z-index: 10
}
.input_empty { border: 0.1em solid #E74C3C; }

.cba4{background: #FDD835}
.cba3{background: #F9B208}
.cba2{background: #F98404}
.cba1{background: #F44336}


.field span.select2-selection__arrow { display: none; }
.field span.select2-selection__placeholder { padding-left: 4px; }
.form-input{
    border: .05em solid #ced4da;
    border-radius: .2em;
    padding: 5px 0px 2px 8px;
    font-size: 14px;
    color: #424242;
}
.field{
    position:relative; display: -webkit-box; display: -ms-flexbox; display: flex;
}
.field i.fat { color: #424242; top: .7em; right: .5em; position: absolute;  z-index: 10; cursor: pointer; }
.field i.thin { color: #424242; top: .7em; right: .65em; position: absolute;  z-index: 10; cursor: pointer; }
.field input::placeholder{ color: #757575; }

i.fa-question {
    position: absolute;
    font-size: 1em;
    color: #E74C3C;
    top: .6em;
    right: -.7em;
    z-index: 10
}
.input_empty { border: 0.1em solid #E74C3C; }