/*RATING STARS*/
.z-index-5{
    z-index: 5 !important;
}
.pointer{
    cursor: pointer;
}
.starrating > input {
    display: none;
}

.starrating > label:before {
    content: "\f005";
    margin: 1px;
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
}

.starrating > label
{
    color: #222222;
}

.starrating > input:checked ~ label
{
    color: #ffca08 ;
}

.starrating > input:hover ~ label
{
    color: #ffca08 ;
}

.yellow-star{
    color: #ffca08 ;
}

.bg-light-green{
    background-color: #b2f3b2;
}
.bg-light-yellow{
    background-color: #ffffe0;
}
.bg-light-gray{
    background-color: #f0f0f0;
}
.bg-light-darkgray{
    background-color: #bcc4d0;
}
.bg-light-blue{
    background-color: #add8e6;
}
.bg-light-red{
    background-color: #ffc4c4;
}

/* basic positioning */
.legend { list-style: none; }
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }

fieldset.scheduler-border {
    border: 1px solid #d1d3e2 !important;
    border-radius: .35rem !important;
}

legend.scheduler-border {
    width:auto;
    padding:0 10px;
    font-size: 1rem;
}

.move-handle {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.remove-div{
    opacity: 0.1;
    -webkit-transition: 0.3s all;
}

@media (max-width: 767px) {
    .card-columns{
        column-count: 1;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-columns{
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .card-columns{
        column-count: 4;
    }
}

.form-control:focus {
    outline: 0;
    border-color: #1cc88a;
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.magnify-modal {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.magnify-header .magnify-toolbar {
    background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 0;
}

.magnify-footer .magnify-toolbar {
    background-color: rgba(0, 0, 0, .5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.magnify-header,
.magnify-footer {
    pointer-events: none;
}

.magnify-button {
    pointer-events: auto;
}
.fakereadonly{
    background-color: #fff !important; opacity: 1;
}
#filter_week .bootstrap-datetimepicker-widget .datepicker-days table tbody tr:hover {
    background-color: #eee;
}
.blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.text-black{
    color: #000000;
}
