﻿@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media (max-width:575px) {
    .hidden-xs-only {
        display: none !important
    }
}


.badge-lavanda-lighten {
    background-color: #e6e6ff;
    color: #6a5acd;
}

.badge-lavanda {
    background-color: #6a5acd;
    color: #FFF;
}


.lh-1 {
    line-height: 1 !important;
}

.text-inverted-color {
    mix-blend-mode: difference;
    filter: invert(1);
}

.bg-gradient-pattern {
    animation: anima-gradient 30s ease infinite;
    background-image: linear-gradient(165deg, #3763ad 24%, #0e0e0e 100%);
    background-size: 400% 400%;
    height: 100%;
    width: 100%;
}

@keyframes anima-gradient {
    0% {
        background-position: 51% 30%;
    }

    50% {
        background-position: 30% 70%;
    }

    100% {
        background-position: 51% 30%;
    }
}

.datepicker table tr td.today {
    background-color: #75cc76 !important;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: darkgray !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

body {
}

input[data-switch="bool"]:checked + label {
    background-color: rgb(10, 207, 151)
}

.form-control:valid:focus, .form-control:focus {
    border-color: #0094ff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,148,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,148,255,1);
    box-shadow: 0px 0px 10px 0px rgba(0,148,255,1);
    box-shadow: 10px 10px 8px #888888;
}

.selected-row {
    background-color: #f1f3fa;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.thumbpic, .img-thumbnail {
    object-fit: cover;
}
