﻿@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;
}

.list-icons .fa {
    font-size: 16px;
    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 {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.grid thead .sorting:after {
    right: 0.5em;
    content: "\2193";
}

table.grid thead .sorting:before {
    right: 1em;
    content: "\2191";
}

table.grid thead .sorting.asc:before,
table.grid thead .sorting.desc:after {
    opacity: 1;
}

.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;
}

.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;
}

.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
}

.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-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)
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #adb7be;
    background: 0 0;
    border: none
}

    .modal-close:hover {
        color: #00a8ff;
        cursor:pointer;
    }
