*.hidden {
    display: none !important;
}

div.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(16, 16, 16, 0.5);
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-ring {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
}

    .uil-ring > div {
        position: absolute;
        display: block;
        width: 160px;
        height: 160px;
        top: 20px;
        left: 20px;
        border-radius: 80px;
        box-shadow: 0 6px 0 0 #ffffff;
        -ms-animation: uil-ring-anim 1s linear infinite;
        -moz-animation: uil-ring-anim 1s linear infinite;
        -webkit-animation: uil-ring-anim 1s linear infinite;
        -o-animation: uil-ring-anim 1s linear infinite;
        animation: uil-ring-anim 1s linear infinite;
    }

.uil-ring-sm {
    width: 30px;
    height: 30px;
}

    .uil-ring-sm > div {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        box-shadow: 0 2px 0 0 black;
        -ms-animation: uil-ring-anim 1s linear infinite;
        -moz-animation: uil-ring-anim 1s linear infinite;
        -webkit-animation: uil-ring-anim 1s linear infinite;
        -o-animation: uil-ring-anim 1s linear infinite;
        animation: uil-ring-anim 1s linear infinite;
    }


/* Carousel */
.image-thumbnail {
    max-width: 100%;
    max-height: 95%;
    width: 100%;
    height: 95%;
    cursor: pointer;
}

.fit-item {
    max-height: 94vh;
    text-align: center;
    height: 94vh !important;
    width: 100% !important;
}

.fit-background {
    background-color: black !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.fit-item img {
    max-width: 100%;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.carousel-over-content {
    width: 100% !important;
    height: 95% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.carousel-thumbnail-img {
    width: 50px;
    height: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

    .carousel-thumbnail-img .active {
        opacity: 1;
    }


.bg-black {
    background-color: black;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}

/* Select 2 custom style to match bootstrap style*/
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid #E5E5E5;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(1.4em + 1rem);
        padding: 0 0.875rem;
    }

.select2-container .select2-selection--single {
    height: calc(1.4em + 1rem);
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.47em + 1rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 0;
    bottom: 0;
    right: 0.5rem;
}

.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: block;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    padding: 0.5rem 0.875rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 0.25rem;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        border-color: #cccccc;
    }


/* Required attribute */
label.required:after {
    color: #A94442;
    content: ' *';
    display: inline;
}

.omni-zoom {
    position: absolute;
    margin: 0 auto;
    right: 0;
    z-index: 16;
}

.omni-zoom-icon {
    font-size: 15pt;
    color: white;
    border-color: white;
}

.carousel-control-prev, .carousel-control-next {
    width: 8%;
}

/*.btn.focus, .btn:focus {
    box-shadow: none;
}*/

.omni-up {
    text-transform: uppercase;
}

/* Dashboard region */

#filter-area {
    overflow: hidden;
    opacity: 1;
    transition: 0.5s, opacity 2.5s;
}

    #filter-area.hide {
        max-width: 0;
        opacity: 0;
        transition: 0.5s;
        overflow: hidden;
    }

        #filter-area.hide > div {
            display: none;
        }

.omni-container {
    margin-bottom: 115px
}

.omni-footer {
    height: 100px;
}

.bg-whitesmoke {
    background-color: whitesmoke;
}

.w-50px {
    width: 50px;
}

.max-height-25vh {
    max-height: 25vh;
}

.max-height-20vh {
    max-height: 20vh;
}

.plate-image-preview {
    height: 19vh;
    max-width: 100%;
}

/* End DashBoard Region*/

.scale-079 {
    transform: scale(0.79);
}

[data-nav-home-button]:hover {
    cursor: pointer !important;
    text-decoration: underline;
}

.tooltip {
    pointer-events: none !important;
    z-index: 99999;
}

.table-head-check-input {
    margin-top: -18px;
}

.table-responsive {
    max-height: calc(100vh - 150px) !important;
}

a.dropdown-item {
    cursor: pointer;
}

/*select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
    cursor: no-drop;
    background-color: #e9ecef;
    opacity: 1;
}*/
