﻿* { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 1024px) {
    .modal-xlg { width: 1024px; }
}

/*Table*/

table.dataTable th.dt-left,
table.dataTable td.dt-left { text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty { text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right { text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify { text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap { white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left { text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center { text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right { text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify { text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap { white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left,
table.dataTable tfoot th.dt-body-left,
table.dataTable tfoot td.dt-body-left { text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center,
table.dataTable tfoot th.dt-body-center,
table.dataTable tfoot td.dt-body-center { text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right,
table.dataTable tfoot th.dt-body-right,
table.dataTable tfoot td.dt-body-right { text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify,
table.dataTable tfoot th.dt-body-justify,
table.dataTable tfoot td.dt-body-justify { text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tfoot th.dt-body-nowrap,
table.dataTable tfoot td.dt-body-nowrap { white-space: nowrap; }

/*------------------Table-----------------------------*/

.input-mini {
    max-width: 100%;
    width: 60px;
}

.input-small {
    max-width: 100%;
    width: 90px;
}

.input-medium, .input-md {
    max-width: 100%;
    width: 150px;
}

.input-large {
    max-width: 100%;
    width: 210px;
}

.input-xlarge {
    max-width: 100%;
    width: 270px;
}

.input-xxlarge {
    max-width: 100%;
    width: 530px;
}

.btn-app-small {
    background-color: unset;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    font-size: 12px;
    height: unset;
    margin: unset;
    min-width: unset;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}

.input-validation-error {
    border-color: #dd4b39;
    box-shadow: none;
    float: initial;
}

.blur {
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    -webkit-filter: blur(3px);
    cursor: not-allowed;
    filter: blur(3px);
    pointer-events: none;
}

.background-filter::after {
    -webkit-backdrop-filter: blur(5px); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
    backdrop-filter: blur(5px); /* Supported in Chrome 76 */
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.content-body {
    min-height: calc(68.81vh);
    min-height: -moz-calc(68.81vh);
    min-height: -webkit-calc(68.81vh);
}

.content-header h1 {
    font-size: 24px;
    margin: 0;
}

table .btn { margin: 5px 5px 0 0; }

table > thead > tr > th { text-align: center; }

input[type="text"][readonly] {
    background-color: #eee;
    opacity: 1;
}

input[type="text"][disabled], input[type="currency"][disabled] {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

select[disabled], textarea[disabled], input:not([type="checkbox"])[disabled] {
    background-color: #eee !important;
    color: black !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

a[disabled] {
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
    text-decoration: none;
}

.disabled {
    background-color: #eee;
    color: black;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
    text-decoration: none;
}

.date { padding: 6px 12px !important; }

/*-----------------------Checkbox + Radio--------------------*/

.checkbox { padding-left: 20px; }

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.checkbox label::before {
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-left: -20px;
    margin-top: 2px;
    position: absolute;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    width: 16px;
}

.checkbox label::after {
    color: #555555;
    display: inline-block;
    font-size: 11px;
    height: 14px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 3px;
    position: absolute;
    top: 0;
    width: 14px;
}

.checkbox input[type="checkbox"] { opacity: 0; }

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:focus + input[type="hidden"] + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:checked + input[type="hidden"] + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + input[type="hidden"] + label { opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + input[type="hidden"] + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before { border-radius: 50%; }

.checkbox.checkbox-inline { margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::after { color: #fff; }

.checkbox-primary input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::after { color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::after { color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::after { color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after { color: #fff; }

.checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::after { color: #fff; }

.radio { padding-left: 20px !important; }

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.radio label::before {
    -o-transition: border 0.15s ease-in-out;
    -webkit-transition: border 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.15s ease-in-out;
    width: 16px;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}

.radio input[type="radio"] { opacity: 0; }

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label { opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before { cursor: not-allowed; }

.radio.radio-inline { margin-top: 0; }

.radio-primary input[type="radio"] + label::after { background-color: #428bca; }

.radio-primary input[type="radio"]:checked + label::before { border-color: #428bca; }

.radio-primary input[type="radio"]:checked + label::after { background-color: #428bca; }

.radio-danger input[type="radio"] + label::after { background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before { border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after { background-color: #d9534f; }

.radio-info input[type="radio"] + label::after { background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before { border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after { background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after { background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before { border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after { background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after { background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before { border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after { background-color: #5cb85c; }

/*-----------------------Checkbox + Radio--------------------*/

.w120 { width: 120px; }

/*----------------------- Input - Combobox ---------------------*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    display: block;
    font-size: 14px;
    /*height: 34px;*/
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
    height: 100%;
    min-width: 90%;
}

/*----------------------- Input - Combobox ---------------------*/

input.input-validation-error {
    border-color: #a94442;
    box-shadow: none;
}

span.field-validation-error { clear: both; }

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #e5e5e5;
    color: #262626;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff;
    padding: 1px 10px;
}

.user-avatar {
    border: 3px solid #d2d6de;
    padding: 3px;
    width: 100px;
}

.box-profile {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    width: fit-content;
}

.box-profile .input-group { margin-top: 10px; }

/*----------------------- Input - Combobox ---------------------*/

.header-title {
    color: #f5f5f5;
    font-size: 17px;
    line-height: 50px;
}

.input-group > .input-group-addon { cursor: pointer; }

/*----------------------- Extend CSS ---------------------*/

@media (min-width: 768px) {
    .help-block {
        float: left;
        width: 100%;
    }
}

.fa-2 { font-size: 2em; }

.fa-3 { font-size: 4em; }

.fa-4 { font-size: 7em; }

.fa-5 { font-size: 12em; }

.fa-6 { font-size: 20em; }

.fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 { margin-right: .07142857em; }

.select2-selection--multiple {
    max-height: calc(50vh);
    overflow: auto;
}

.pull-right > .btn { margin-left: 5px; }

.select2-container--bootstrap .select2-results__group {
    color: #0f4bf7;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.42857143;
    padding: 6px 12px;
    text-decoration: underline;
    white-space: nowrap;
}

table.dataTable tbody td { vertical-align: middle !important; }

.field-validation-error { display: inline-block; }

.modal-dialog-full {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal-content-full {
    border-radius: 0;
    height: auto;
    min-height: 100%;
}

.text-95 {
    font-size: .95em !important;
}
.text-85 {
    font-size: .85em !important;
}
.text-75 {
    font-size: .75em !important;
}
.text-105 {
    font-size: 1.05em !important;
}
.text-115 {
    font-size: 1.15em !important;
}
.text-125 {
    font-size: 1.25em !important;
}
.text-xs {
    font-size: 0.625rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
}
.text-md {
    font-size: 1rem !important;
}
.text-lg {
    font-size: 1.25rem !important;
}
.text-xl {
    font-size: 1.5rem !important;
}
span.field-validation-valid {
    white-space: pre;
}