﻿@charset "UTF-8";

.form-control-position {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    display: block;
    padding-right: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}

.position-relative .form-control {
    padding-right: 2rem;
}

.position-relative .form-control.form-control-lg ~ .form-control-position {
    top: 4px;
}

.position-relative .form-control.form-control-sm ~ .form-control-position {
    top: -3px;
}

.has-icon-left .form-control {
    padding-right: 1rem;
    padding-left: 2rem;
}

.has-icon-left .form-control-position {
    right: auto;
    /*left: 1rem;*/
}

label.required::after {
    content: "*";
    color: #f44336 !important;
    padding-left: 0.25rem;
}

.fa, .fas, .far, .fal, .fab {
    font-size: .875rem;
}
.fa-1-2x {
    font-size: 1.2rem;
}
.fa-1-5x {
    font-size: 1.5rem;
}
.fa-2x {
    font-size: 2rem
}

.fa-2-5x {
    font-size: 2.5rem;
}
.fa-3x {
    font-size: 3rem;
}

.fa-4x {
    font-size: 4rem;
}

.fa-5x {
    font-size: 5rem;
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 4s ease 2;
    animation: ring 4s ease 2;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial
    }
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.list-icons .fa {
    line-height: 1;
    min-width: 1em;
}

.line-on-side {
    border-bottom: 1px solid #DADADA;
    line-height: .1em;
    margin: 10px 0 20px;
}

    .line-on-side span {
        background: #FFF;
        padding: 0 10px;
    }

table.grid thead .sorting {
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

table.grid thead .sorting:before,
table.grid thead .sorting:after {
    content: '';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    font-size: .75rem;
    margin-top: -.375rem;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table.grid thead .sorting:after {
    content: "\f106";
    margin-top: -.625rem;
    opacity: .5;
}

table.grid thead .sorting:before {
    content: "\f107";
    margin-top: -.125rem;
    opacity: .5;
}

table.grid thead .sorting.asc:before,
table.grid thead .sorting.desc:after {
    opacity: 1;
    font-weight:bold;
}

.grd-filter-items {
    display: none;
}

.grid-filter .input-group > .form-control,
.grid-filter .input-group > .input-group-append > .btn,
.grid-filter .input-group > .input-group-append > .input-group-text,
.grid-filter .input-group > .input-group-prepend > .btn,
.grid-filter .input-group > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    line-height: 1.5;
}

.grid-filter .input-group > .input-group-append > .input-group-text {
    background-color: #fff;
    position: relative;
    padding: 0 0.5rem 0 1rem;
    border-color: #6c757d;
    border-right: none;
    border-left: none;
}

.grid-filter.has-filter .filter-btn-text {
    display: none;
}

.grid-filter .input-group-text > .dropdown {
    margin-left: -1rem;
}

.grid-filter .input-group-text > .dropdown > a {
    font-weight: 600;
    color: #212529;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
}

.grid-filter .input-group-text > .dropdown.show > a {
    color: #00B5B8;
}

.grid-filter .input-group-text > a.filter-clear {
    font-weight: 600;
    color: #212529;
    position: absolute;
    right: 0;
    top: 1rem;
    padding-right: 0.5rem;
}

.grid-filter > .input-group > .form-control, .grid-filter > .input-group > .form-control:focus {
    border-color: #6c757d;
}

.bootstrap-select .btn-light {
    background-color: #fff;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.input-group > .input-group-prepend > .bootstrap-select > .btn,
.input-group > .input-group-append:not(:last-child) > .bootstrap-select > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .bootstrap-select > .btn,
.input-group > .input-group-prepend:not(:first-child) > .bootstrap-select > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-section {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: .625rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ddd;
    font-size: .8125rem;
}

.record-history {
    overflow-y: auto;
    max-height: 300px;
}

.table-dl td {
    padding: 5px 0;
}

.table-dl tr td:first-child {
    padding-right: 15px;
}

.error-title {
    color: #fff;
    font-size: 8.125rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    font-weight: 300;
    text-stroke: 1px transparent;
    display: block;
    text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15)
}

@media (min-width: 576px) {
    .error-title {
        font-size: 12.5rem
    }
}

.offline-title {
    font-size: 6.875rem
}

@media (min-width: 576px) {
    .offline-title {
        font-size: 10rem
    }
}

.card-header .header-elements {
    padding-top: .9375rem
}

.page-header-content .header-elements {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 1.25rem 1.25rem;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background-color: #efefef
}

.page-header-light .header-elements {
    background-color: #fafafa;
    border-color: #ddd;
    border-bottom: 0
}

.page-header-dark .header-elements {
    background-color: rgba(0,0,0,.1);
    border-color: rgba(255,255,255,.2);
    border-bottom: 0
}

.breadcrumb-line .header-elements {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 1.25rem;
    border-top: 1px solid transparent
}

.breadcrumb-line-light .header-elements {
    background-color: transparent;
    border-color: #ddd
}

.breadcrumb-line-dark .header-elements {
    background-color: rgba(0,0,0,.1);
    border-color: rgba(255,255,255,.25)
}

.header-elements .form-group:last-child {
    margin-bottom: 0
}

.footer-elements-toggle, .header-elements-toggle {
    margin-left: auto;
    -ms-flex-item-align: center;
    align-self: center
}

.header-elements-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header-elements-inline .header-elements {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0
}

.header-elements-inline .card-header-tabs .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 576px) {
    .header-elements-sm-inline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header-elements-sm-inline .header-elements {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
        border: 0;
        margin-left: 0;
        margin-right: 0
    }

    .header-elements-sm-inline .card-header-tabs .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (min-width: 768px) {
    .header-elements-md-inline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header-elements-md-inline .header-elements {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
        border: 0;
        margin-left: 0;
        margin-right: 0
    }

    .header-elements-md-inline .card-header-tabs .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .header-elements-lg-inline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header-elements-lg-inline .header-elements {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
        border: 0;
        margin-left: 0;
        margin-right: 0
    }

    .header-elements-lg-inline .card-header-tabs .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (min-width: 1200px) {
    .header-elements-xl-inline {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header-elements-xl-inline .header-elements {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
        border: 0;
        margin-left: 0;
        margin-right: 0
    }

    .header-elements-xl-inline .card-header-tabs .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.font-size-lg {
    font-size: .875rem
}

.font-size-base {
    font-size: .8125rem
}

.font-size-sm {
    font-size: .75rem
}

.font-size-xs {
    font-size: .6875rem
}

.line-height-lg {
    line-height: 1.4286
}

.line-height-base {
    line-height: 1.5385
}

.line-height-sm {
    line-height: 1.6667
}

.line-height-xs {
    line-height: 1.82
}

.line-height-1 {
    line-height: 1
}
.line-height-0 {
    line-height: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-50 {
    opacity: .5
}

.opacity-25 {
    opacity: .25
}

.opacity-0 {
    opacity: 0
}

.top-0 {
    top: 0
}

.top-auto {
    top: auto
}

.bottom-0 {
    bottom: 0
}

.bottom-auto {
    bottom: auto
}

.left-0 {
    left: 0
}

.left-auto {
    left: auto
}

.right-0 {
    right: 0
}

.right-auto {
    right: auto
}

.cursor-pointer {
    cursor: pointer
}

.cursor-move {
    cursor: move
}

.cursor-default {
    cursor: default
}

.cursor-disabled {
    cursor: default
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-auto {
    overflow: auto
}

.border-width-0 {
    border-width: 0
}

.border-y-0 {
    border-top: 0 !important;
    border-bottom: 0 !important
}

.border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important
}

.border-1 {
    border: 1px solid
}

.border-top-1 {
    border-top: 1px solid
}

.border-bottom-1 {
    border-bottom: 1px solid
}

.border-left-1 {
    border-left: 1px solid
}

.border-right-1 {
    border-right: 1px solid
}

.border-y-1 {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.border-x-1 {
    border-left: 1px solid;
    border-right: 1px solid
}

.border-2 {
    border: 2px solid
}

.border-top-2 {
    border-top: 2px solid
}

.border-bottom-2 {
    border-bottom: 2px solid
}

.border-left-2 {
    border-left: 2px solid
}

.border-right-2 {
    border-right: 2px solid
}

.border-y-2 {
    border-top: 2px solid;
    border-bottom: 2px solid
}

.border-x-2 {
    border-left: 2px solid;
    border-right: 2px solid
}

.border-3 {
    border: 3px solid
}

.border-top-3 {
    border-top: 3px solid
}

.border-bottom-3 {
    border-bottom: 3px solid
}

.border-left-3 {
    border-left: 3px solid
}

.border-right-3 {
    border-right: 3px solid
}

.border-y-3 {
    border-top: 3px solid;
    border-bottom: 3px solid
}

.border-x-3 {
    border-left: 3px solid;
    border-right: 3px solid
}

.border-dashed {
    border-style: dashed
}

.border-top-dashed {
    border-top-style: dashed
}

.border-bottom-dashed {
    border-bottom-style: dashed
}

.border-left-dashed {
    border-left-style: dashed
}

.border-right-dashed {
    border-right-style: dashed
}

.border-dotted {
    border-style: dotted
}

.rounded-round {
    border-radius: 100px !important
}

.rounded-top-round {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important
}

.rounded-bottom-round {
    border-bottom-right-radius: 100px !important;
    border-bottom-left-radius: 100px !important
}

.rounded-left-round {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important
}

.rounded-right-round {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-45-inverse {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-90-inverse {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rotate-180-inverse {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.spinner {
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

.spinner-reverse {
    display: inline-block;
    -webkit-animation: rotation_reverse 1s linear infinite;
    animation: rotation_reverse 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotation_reverse {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rotation_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.h-auto {
    height: auto
}

.w-auto {
    width: auto !important
}

.w-25 {
    width: 25% !important
}

.w-33 {
    width: 33.34% !important
}

.w-50 {
    width: 50% !important
}

.w-66 {
    width: 66.66% !important
}

.w-75 {
    width: 75% !important
}

.w-80 {
    width: 80% !important
}

.w-85 {
    width: 85% !important
}

.w-90 {
    width: 90% !important
}

.w-95 {
    width: 95% !important
}

.w-100 {
    width: 100% !important
}

.wmin-0 {
    min-width: 0 !important
}

.wmin-200 {
    min-width: 200px !important
}

.wmin-250 {
    min-width: 250px !important
}

.wmin-300 {
    min-width: 300px !important
}

.wmin-350 {
    min-width: 350px !important
}

.wmin-400 {
    min-width: 400px !important
}

.wmin-450 {
    min-width: 450px !important
}

.wmin-500 {
    min-width: 500px !important
}

.wmin-550 {
    min-width: 550px !important
}

.wmin-600 {
    min-width: 600px !important
}

.flex-1 {
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-33 {
        width: 33.34% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-66 {
        width: 66.66% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .wmin-sm-0 {
        min-width: 0 !important
    }

    .wmin-sm-200 {
        min-width: 200px !important
    }

    .wmin-sm-250 {
        min-width: 250px !important
    }

    .wmin-sm-300 {
        min-width: 300px !important
    }

    .wmin-sm-350 {
        min-width: 350px !important
    }

    .wmin-sm-400 {
        min-width: 400px !important
    }

    .wmin-sm-450 {
        min-width: 450px !important
    }

    .wmin-sm-500 {
        min-width: 500px !important
    }

    .wmin-sm-550 {
        min-width: 550px !important
    }

    .wmin-sm-600 {
        min-width: 600px !important
    }

    .flex-sm-1 {
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-33 {
        width: 33.34% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-66 {
        width: 66.66% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .wmin-md-0 {
        min-width: 0 !important
    }

    .wmin-md-200 {
        min-width: 200px !important
    }

    .wmin-md-250 {
        min-width: 250px !important
    }

    .wmin-md-300 {
        min-width: 300px !important
    }

    .wmin-md-350 {
        min-width: 350px !important
    }

    .wmin-md-400 {
        min-width: 400px !important
    }

    .wmin-md-450 {
        min-width: 450px !important
    }

    .wmin-md-500 {
        min-width: 500px !important
    }

    .wmin-md-550 {
        min-width: 550px !important
    }

    .wmin-md-600 {
        min-width: 600px !important
    }

    .flex-md-1 {
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-33 {
        width: 33.34% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-66 {
        width: 66.66% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .wmin-lg-0 {
        min-width: 0 !important
    }

    .wmin-lg-200 {
        min-width: 200px !important
    }

    .wmin-lg-250 {
        min-width: 250px !important
    }

    .wmin-lg-300 {
        min-width: 300px !important
    }

    .wmin-lg-350 {
        min-width: 350px !important
    }

    .wmin-lg-400 {
        min-width: 400px !important
    }

    .wmin-lg-450 {
        min-width: 450px !important
    }

    .wmin-lg-500 {
        min-width: 500px !important
    }

    .wmin-lg-550 {
        min-width: 550px !important
    }

    .wmin-lg-600 {
        min-width: 600px !important
    }

    .flex-lg-1 {
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 1200px) {
    .w-xl-auto {
        width: auto !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .wmin-xl-0 {
        min-width: 0 !important
    }

    .wmin-xl-200 {
        min-width: 200px !important
    }

    .wmin-xl-250 {
        min-width: 250px !important
    }

    .wmin-xl-300 {
        min-width: 300px !important
    }

    .wmin-xl-350 {
        min-width: 350px !important
    }

    .wmin-xl-400 {
        min-width: 400px !important
    }

    .wmin-xl-450 {
        min-width: 450px !important
    }

    .wmin-xl-500 {
        min-width: 500px !important
    }

    .wmin-xl-550 {
        min-width: 550px !important
    }

    .wmin-xl-600 {
        min-width: 600px !important
    }

    .flex-xl-1 {
        -ms-flex: 1;
        flex: 1
    }
}

.no-transitions *, .no-transitions :after, .no-transitions :before {
    transition: none !important
}

@media screen and (prefers-reduced-motion:reduce) {
    .no-transitions *, .no-transitions :after, .no-transitions :before {
        transition: none
    }
}

.caret-0::after, .caret-0::before {
    content: none
}

.shadow-0 {
    box-shadow: none !important
}

.outline-0, .outline-0:focus, .outline-0:hover {
    outline: 0
}

.text-shadow-dark {
    text-shadow: 0 0 .1875rem rgba(0,0,0,.5)
}

.text-shadow-light {
    text-shadow: 0 0 .1875rem rgba(255,255,255,.5)
}


.collapseContent .toCollapseDiv.collapse:not(.show) {
    max-height: 260px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collapseContent .toCollapseDiv.collapsing {
    min-height: 260px !important;
}

.collapseContent a.collapsed:after {
    content: "\f103";
    font-family: 'FontAwesome';
}

.collapseContent a:not(.collapsed):after {
    content: "\f102";
    font-family: 'FontAwesome';
}

.counter-icon {
    font-size: 2rem;
    position: absolute;
    left: 50%;
    margin-left: -18px;
}

.chart-tip {
    position: absolute;
    padding: .5rem .75rem;
    background-color: #000;
    color: #fff;
    margin-bottom: -.25rem;
    font-size: .8125rem;
    z-index: 1070;
    border-radius: .1875rem
}

.chart-tip .chart-tip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.chart-tip.top .chart-tip-arrow {
    bottom: -.25rem;
    left: 50%;
    margin-left: -.25rem;
    border-width: .25rem .25rem 0;
    border-top-color: #000
}

.chart-tip.left .chart-tip-arrow {
    top: 50%;
    margin-top: -.25rem;
    left: -.25rem;
    border-width: .25rem .25rem .25rem 0;
    border-right-color: #000
}

.chart-tip.right .chart-tip-arrow {
    top: 50%;
    margin-top: -.25rem;
    right: -.25rem;
    border-width: .25rem 0 .25rem .25rem;
    border-left-color: #000
}

.chart-tip.bottom .chart-tip-arrow {
    top: 0;
    left: 50%;
    margin-left: -.25rem;
    border-width: 0 .25rem .25rem;
    border-bottom-color: #000
}
/*.popover {
    filter: opacity(0.8) drop-shadow(2px 4px 3px black);
}
.popover-body {
    color: white;
    background-color: rgba(32, 41, 48, 1);
}
.arrow::after, .bs-popover-right .arrow::after {
    border-right-color: rgba(32, 41, 48, 1);
}
.arrow::after, .bs-popover-left .arrow::after {
    border-left-color: rgba(32, 41, 48, 1);
}
.arrow::after, .bs-popover-top .arrow::after {
    border-top-color: rgba(32, 41, 48, 1);
}
.arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: rgba(32, 41, 48, 1);
}*/
.error {
    border-color: #f44336 !important;
    color: #f44336 !important
}
.text-wrap {
    white-space:normal; 
}

.widget-imgLoaded {
    position: relative;
    text-align: center;
    color: white;
}

.widget-imgLoaded .widget-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000091;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}