body, .form-control {

    font-size: 13.5px;
}

.form-control {
    height: 24px;
    padding: 0 5px !important;
}

.tab-header {

    font-size: 19px;

    font-size: 15px;

    font-weight: 600;
}

.pageContainer {
    min-height: inherit;
}

.pageContainer, .pageContainer label {
    font-weight: 400 !important;
}

#MainBody {
    min-height: inherit;
}

.customNav {
    border: none;
    position: absolute;
    bottom: 5px;
}


.customNav li a.active {
    color: #fff !important;
    background: #4f5d73 !important;
}

.customNav li a {
    background: #828ea0 !important;
    color: #fff;
    margin: 1px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: 5px 10px;
}

.customNav li a[disabled] {
    background: #ccc !important;
}

.customNav li a.active[disabled] {
    background-color: #4f5d73 !important;
}

.form-div.small-input {

    justify-content: start;
}

.form-div.small-input input:not([type="checkbox"]), .form-div.small-input select {

    width: 30% !important;

    margin-left: 17px;
}

.form-div input[type="checkbox"] {
    width: 20px;
    margin-left: 25px;
}

.form-div.small-input label:not(.form-check-label):not(.custom-file-label) {
    width: 50%;
}

.form-div label {

    text-align: right;
    margin: 0;
    align-items: center;
    /* display: inline-flex; */
    justify-content: flex-start;
    font-weight: 400 !important;
    font-size: 14px;
    flex: 1 1;
    margin-right: 14px;
}

.form-div.bigText label {
    width: 60% !important;
}

.form-div.bigText input {
    width: 35% !important;
}

.form-div > span:not(.select2) {
    width: 55%;
    display: inline-block;
}

.form-div textarea {
    width: 55%;
}

.form-div {
    display: flex;
    margin: 2px;
    justify-content: center;
    align-items: center;
}

.form-div .input-group .input-group-append {
    height: calc(1.75rem + 2px);
    padding: 0;
}

.form-div .input-group input {
}

.form-div .select2 .selection {
    line-height: 0 !important;
}

.tag .select2-container--default .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field,
.form-div .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
    margin: 0
}

.tag .select2-container--default .select2-selection--multiple,
.form-div .select2-container--default .select2-selection--multiple {
    background: none;
    border: none;
    min-height: unset;
    height: auto;
    margin: 0;
    padding: 0;
}

.form-div.bigInput textarea {

    width: 79%;
}

.form-div.bigInput label {
    width: 15%;
}

input.globalheight {
    height: calc(1.75rem + 2px);
}

.form-div select, .form-div input:not([type="checkbox"]), .form-div .select2, .IconInput, .form-div .inline-table {

    height: calc(1.75rem + 2px);

    padding: .375rem .75rem;

    font-weight: 400;

    line-height: 1.5;

    background-clip: padding-box;

    border-radius: .25rem;

    box-shadow: inset 0 0 0 transparent;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    display: inline-block;

    width: 55% !important;

    font-size: .875rem;

    border: 1px solid #d8dbe0 !important;
}

.form-div .easy-autocomplete {
    width: 55% !important;
}

.form-div .easy-autocomplete input {
    width: 100% !important;
}

.form-div select, .form-div input:not([type="checkbox"]):not([type="button"]), .form-div .select2, .IconInput, .form-div .inline-table {
    background-color: #fff;
    color: #000000;
}

.form-div .select2 {
    padding-left: 0px;
}

.form-div select:disabled, .form-div input:not([type="checkbox"]):not([type="button"]):disabled, .form-div .select2:disabled, .IconInput:disabled, .form-div .inline-table:disabled {
    background: #e1e1e1;
}

.form-div.lg select, .form-div.lg input:not([type="checkbox"]), .form-div.lg .select2, .IconInput, .form-div.lg .inline-table {
    width: 78% !important;
}

.form-div .IconInput {
    width: 55% !important;
}

.form-div .IconInput select {
    width: 100% !important;
}

.form-div .input-group {
    width: 55% !important;
    margin: 0;
}

.form-div .input-group .btn {
    height: calc(1.75rem + 2px);
    padding: 3px 12px;
}

.tag .select2-selection--multiple input,
.form-div .select2-selection--multiple input {
    border: none !important;
    transform: translateY(-7px);
}

.tag .select2-selection--multiple ul, .tag .select2-selection--multiple li,
.form-div .select2-selection--multiple ul, .form-div .select2-selection--multiple li {
    padding: 0 !important;
    margin: 0 !important;
}

.form-div .inline-table {
    background: transparent;
    border: none !important;
    padding: 0;
    height: unset;
}

.form-div.big .inline-table {
    width: 100% !important;
    margin-top: 0 !important;
}

.form-div .inline-table input, .form-div .inline-table select {
    width: 100% !important;
    margin-right: 5px;
}

.form-div.tag .select2 {
    padding: 0;
    background: none;
    /* border: none !important; */
    height: unset;
    min-height: unset;
}

.tag .select2-container--default .select2-selection--multiple ul li:not(:last-child) {
    padding: 12px !important;
    margin: 2px !important;
    color: #000;
}

.tag .select2-container--default .select2-selection--multiple ul {
    padding: 0;
    margin: 0;
    background: #fff;
}

.tag .select2-container--default .select2-selection--multiple ul li:last-child {
    margin: 0 !important;
}

.tag .select2-container--default .select2-selection--multiple ul li:last-child input {
    padding: 0 5px;
}

.form-div .select2-container--default .select2-selection--single {
    border: none !important;
    padding: 0;
    height: 16px;
}


.IconInput {
    display: flex;
    padding: 0;
    background: transparent;
    border: none !important;
    align-content: center;
}

.IconInput span.select2 {
    width: unset;
    flex: 1 0 0;
}

.IconInput .btn {
    height: 98%;
    margin: 0 1px;
    padding: 2px 10px;
}

.IconInput i {

}

.uploadedImage {
    width: 100%;
    max-height: 170px;
    max-width: 110px;
    display: block;
    margin: 0 auto;
}

.uploadedImage.big-image {

    max-width: 250px;

}


.section-header {

}

table.small input, table.small .select2 {
    width: 100px !important;
    height: 30px !important
}


table.small td, table.small th {
}

table td, table th {
    font-weight: 400;
    text-align: center;
    padding: 4px !important;
}

table td input:not([type="checkbox"]), table td select, table td span.select2 {
    width: 200px !important;
    margin: 0 auto;
    max-width: 100%;
    height: calc(1.75rem + 2px) !important;
}

table td span.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
}

table tfoot td {
    text-align: left;
}


table.withoutTH,
table.withoutTH th {
    border: unset;
}

table.inline-table {

}

table.inline-table tr, table.inline-table td {
    border: none;
    padding-bottom: 2px !important;
}

table.inline-table td {
    padding: 0;
}


input.roundCheckBox {
    display: none;
}

label.roundCheckBox {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-color: #f72414;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 7px 10px #ffbeb8;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
    margin-top: 19px;
    display: block;
}

label.roundCheckBox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 7px 10px #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
}

label.roundCheckBox:hover:before {
    width: 15px;
    height: 15px;
    box-shadow: inset 0 7px 10px #ff9d96;
}

label.roundCheckBox:active {
    transform: translateY(-50%) scale(0.9);
}

label.roundCheckBox div {
    position: absolute;
    top: -1px;
    right: 6px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-left: 14px;
    transform: rotateZ(-40deg);
}

label.roundCheckBox div:before, label.roundCheckBox div:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

label.roundCheckBox div:before {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 12px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(-68px);
}

label.roundCheckBox div:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(78px);
}

input.roundCheckBox:checked + label {
    background-color: #07d410;
    box-shadow: 0 7px 10px #92ff97;
}

input.roundCheckBox:checked + label:before {
    width: 0;
    height: 0;
}

input.roundCheckBox:checked + label div:before, input.roundCheckBox:checked + label div:after {
    transform: translate(0);
    opacity: 1;
}


table svg {
    max-width: 20px;
}

.smallMap #map {
    height: 180px !important;
}


.tab-content {

    height: 87vh;

    overflow: auto;
}

.tab-content .tab-content {
    overflow: unset;
}


.table-wide td {
    min-width: 100px;
}


.tableDivider {
    min-height: 50vh;
}


.w-80 {
    width: 80px !important;
    max-width: 80px !important;
}


.w-140 {
    width: 140px !important;
}


.easy-autocomplete {
    margin: 0 auto;
    width: 100% !important;
}

.acceptor-tab {

    background: #f4f6f9;

    border-radius: 5px;

    padding: 10px;

    margin: 10px 5px;

    border: 1px solid #ccc;

    cursor: pointer;

    transition: 0.5s;
}

.acceptor-tab:hover {
    background: #b8e0bb;
}

.acceptor-tab h4 {
    font-size: 20px;
}

.acceptor-tab.active {

    background: #007709;

    color: #fff;
}


.inlineInput {
    max-width: 40%;
    min-width: 200px;
    justify-content: space-around;
    display: flex !important;
    align-items: center;
}

.inlineInput select,
.inlineInput input {
    display: inline-block !important;
    width: 55% !important;
}

.inlineInput label {
    margin: 0;
}

label {
    margin-bottom: 0.5rem;
}


.btn-group-sm > .btn, .btn-sm {
    font-size: 0.775rem;
}

.headerCard {

    z-index: 9;

    padding-top: 4px;

    border-bottom: 1px solid #ccc;

    background: #fff;

    margin-bottom: 4px;

    position: sticky;

    top: 0;
}

.card-body {
    padding: 8px;
}

.card {
    margin-bottom: 8px;
    z-index: 0;
}


.inline-filed {

    display: flex;

    align-items: center;

    justify-content: space-between;

    height: 40px;
}

.inline-filed input, .inline-filed select {

}

.inline-filed .btn {

    font-size: 0.67rem;

    padding: 4px 5px;
}

.inline-filed lable {

    flex: 1 1;
}

.inline-filed * {
    margin: 0 2px;
}

.inline-filed label {
    min-width: fit-content;
}

.inline-filed > div {
    flex: 4 1;
}


/*.tableFixHead {*/
/*    overflow: auto;*/
/*    height: 200px;*/
/*}*/

table tfoot {
    position: sticky;
    bottom: 0;
    background: #fff;
    border: 1px solid #fff;
    border-top: unset;
}

table tfoot tr * {
    vertical-align: middle !important;
}

table tfoot tr label {
    margin-bottom: 0 !important;
}

table tfoot tr:first-child > * {
    padding-top: 13px !important;
}

.customTableDivider table.zero-sticky thead {
    top: -8px !important;
}

table.zero-sticky thead {
    top: 0;
}

table thead {
    position: sticky;
    top: 32px;
    background: #fff;
}

/* Just common table stuff. Really. */
.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.easy-autocomplete-container * {
    text-align: left;
}


.nav-sidebar .nav-item > .nav-link {
    position: relative;
    padding: 4px;
}


/**Date Picker
 */

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    position: static !important;
    /* top: 30% !important; */
    /* left: 30% !important; */
}

.ui-datepicker {
    width: 35%;
}

.datepickerBack {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 14px;
    transition: 0.2s;
    position: relative;
}

.ui-widget-content .ui-state-default:hover {
    color: #fff;
}

.ui-widget-content .ui-state-default::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: #525252;
    border-radius: 100%;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    transition: 0.2s;
    transform: scale(0);
    transform-origin: center;
    z-index: -1;
}

.ui-widget-content .ui-state-active::before,
.ui-widget-content .ui-state-default:hover::before,
.ui-widget-content .ui-state-highlight::before {
    transform: scale(1);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #fff;
}

.ui-datepicker td {
    padding: 8px !important;
}


.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}


.dropdown-item {
    font-size: 13.5px;
    font-weight: 600;
}

.easy-autocomplete-container ul li b {
    font-weight: unset;
    margin: 0;
}


/*Context Menu*/


.context-menu {
    position: absolute;
    z-index: 10;
}


.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
}

.context-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
    border: 1px solid #ccc;
}

.context-menu ul a {
    text-decoration: none;
    color: #000;
    padding: 8px 33px 8px 22px;
    display: block;
    transition: 0.2s;
    text-align: left;
}

.context-menu ul a i {
    margin-right: 5px;
    font-size: 10px;
}

.context-menu ul a:hover {
    background: #ccc;
}

.context-menu--active {
    display: block;
}

.customTableDivider {
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
}

.pagination {
    display: none;
}

table thead td, table thead th {
    font-weight: 600;
    vertical-align: top !important;
}

tfoot tr > *, tfoot tr {
    border: unset !important;
}


.dcalendarpicker .dudp__wrapper {
    transform: unset !important;
    position: static !important;
}

.dcalendarpicker.dp__open {
    display: flex;
    justify-content: center;
    align-items: center;
}

table .bg-dark {
    background: #828ea0 !important;
    color: #fff;
}

th[data-sortable="true"] {
}

th[data-sortable="true"]::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    margin-right: 3px
}

th[data-dir="asc"]::before {
    content: "\f0d8";
}
table.text-right td,table.text-right th{
    text-align: right !important;
}
body table.table {
    margin-top: 36px !important;
    position: relative;
    z-index: 2;
}

.report-box {

    text-align: center;

    border-radius: 10px;

    color: #fff;

    padding: 6px 0;
}

.report-box h4 {
    font-size: 17px;
}

.report-box h3 {
    font-size: 24px;
}

.easy-autocomplete-container {
    min-width: 20vw;
}

.easy-autocomplete-container ul li:hover {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer;
}

.outputTab li {

    background: #fff;

    border-left: 1px solid #ccc;
}

.outputTab li .active {
    background: #4f5d73 !important;
}

.outputTab {
    margin-bottom: 0 !important;
    margin-top: 10px;
}

.input-group-prepend {

    background: #54442e;

    padding: 0 13px;

    color: #fff;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;

    font-size: 13px;

    display: flex;

    justify-content: center;

    align-items: center;
}
.input-group.date input{
    margin-left: 0;
}
[data-plugin="date"] {

    max-width: 130px;
}

td.select-2-controller span.select2 {
    width: 40% !important;
    display: inline-block !important;
}


.month-picker-container {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    justify-content: center;

    align-items: center;

    background: #0000003d;

    z-index: 8889;
}

.month-picker-body {
    max-width: 100%;
    flex-wrap: wrap;
    width: 500px;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    user-select: none;
    border: 1px solid #ccc;
}

.month-picker-body::before {
}

.month-picker-item {

    flex: 0 0 33.333%;

    padding: 20px;

    text-align: center;

    position: relative;

    cursor: pointer;

    border: 1px solid #cccccc2e;
}

.month-picker-item:hover .month-picker-number {
    transform: translate(10px, 10px);
}

.month-picker-item:hover .month-picker-short-name {
    transform: translate(-10px, -10px);
}

.month-picker-container-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.month-picker-number {

    font-size: 50px;

    position: absolute;

    font-weight: 800;

    left: 0;

    top: 0%;

    z-index: 0;

    color: #00000008;

    transition: 0.2s;
}

.month-picker-name {

    font-size: 19px;
}

.month-picker-short-name {

    position: absolute;

    bottom: 0;

    right: 4px;

    font-weight: 900;

    color: #066c9547;

    transition: 0.2s;

    transition-delay: 0.2s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color:#000;
}


.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #FF3D00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.loaderWrapper{
    display:flex;
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: #5959598a;
    z-index: 99999;
}
#dataTable td{
    padding-right:10px !important;
    padding-left: 10px !important;
}

table thead th {
    text-wrap: nowrap;
}

.checkBox svg{
    width: 20px;
    display: inline-block;
}
.checkBox input:checked + svg *{
    fill:darkgreen;
    stroke: darkgreen;
    stroke-width: 59px;

}
.form-div .w-fit,
.w-fit{
    width: fit-content!important;
}

.form-div .w-auto,
.w-auto{
    width: auto!important;
}

.w-min-170{
    min-width: 120px!important;
}