﻿
div.dataTables_wrapper div.dataTables_filter {
    text-align: unset !important;
}


    div.dataTables_wrapper div.dataTables_filter label {
        width: 100% !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: calc(100% - 55px);
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5em !important;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    transform: scale(.75);
    margin-right: 5px;
    border-radius: 2px;
    transition: .12s ease-out;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
    transform: none;
    margin-right: 12px;
}

.tagify.countries .tagify__input {
    min-width: 175px;
}

.tagify.countries tag {
    white-space: nowrap;
}

    .tagify.countries tag img {
        display: inline-block;
        height: 16px;
        margin-right: 3px;
        border-radius: 2px;
    }

.tagify {
    --tag--min-width: 3ch !important;
    --tag--max-width: 3ch !important;
}


    .tagify .tagify__tag .tagify__tag__removeBtn:after {
        margin-left: 10px;
    }

hint {
    font-size: 80%;
    font-weight: 400;
    margin-left: 2px;
    width: 100%;
    margin-top: 0.25rem;
}

.img-checkcard {
    border: 1px solid #efefef;
    box-shadow: 0 0 5px 2px #efefef;
    border-radius: 5px;
    height: 175px;
    margin-bottom: 15px;
}

    .img-checkcard .img-checkimage {
        padding: 10px;
    }

        .img-checkcard .img-checkimage img {
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
    height: 150px;
}


/*Fixing Footer*/
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
    min-height: 82vh;
}

/*Make tablist scrollable*/
.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    flex-wrap: nowrap;
}

    /*.nav-tabs:hover {
        overflow-x: auto;
    }*/

    .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
        color: #5d78ff;
        border-bottom: 7px solid #5d78ff !important;
    }

    .nav-tabs .nav-link {
        white-space: nowrap;
    }


/*change the thinkness of the scrollbar here*/
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*add a shadow to the scrollbar here*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*this is the little scrolly dealio in the bar*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(135, 154, 230);
    height: 3px;
}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/
::-webkit-scrollbar-corner {
    display: none;
    height: 0px;
    width: 0px;
}



/*Fixing Multiselect styles*/
.multiselect, .multiselect__input, .multiselect__single {
    font-size: 12px !important;
}

/*Required Fields*/
requiredLabel::after {
    content: " *";
    color: red;
}

.form-group requiredLabel {
    font-size: 1rem;
    font-weight: 400;
}

requiredLabel {
    display: inline-block;
    margin-bottom: 0.5rem;
}


/*Enhance Badges*/
.badge-info, .badge-success, .badge-danger, .badge-warning, .badge-secondary {
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}

.badge-xl {
    max-width: 100%;
}

.salonati-badge {
    text-transform: uppercase;
    font-weight: 500;
    background: #c6486f;
    color: white;
    margin-left: 20px;
}

.tag-container {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Left and Right Modals*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 425px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -425px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -425px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.help-modal {
    border-radius: unset !important;
}

@media (max-width: 475px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 90% !important;
    }
}


/*Breadcrump for help page*/
.kt-help-subheader {
    background-color: #ffffff75 !important;
}

/*Paste Button*/
.sms-paste--on .sms-paste {
    opacity: 1;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sms-paste {
    color: white;
    display: none;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    height: 35px;
    position: fixed;
    bottom: 15px;
    right: 10%;
    left: 10%;
    cursor: pointer;
    z-index: 999;
    background: #a5304d;
    -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,0.2);
    box-shadow: 0 0 15px 1px rgba(69,65,78,0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}


/*Fixing Model Header*/
.modal-header {
    background-color: #1e1e2d;
    vertical-align: middle;
}

.modal-content {
    border: unset !important;
}

.modal-title {
    color: #dcdae6 !important;
    font-size: 1.75rem;
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.2;
    display: inline-flex;
}

.modal-header > .close {
    display: inline-flex;
}

.modal .modal-content .modal-header .close {
    color: #ffffff;
}

    .modal .modal-content .modal-header .close:hover {
        color: lightgray;
    }

/*Fixing background events in calender*/

.holidayEventBody {
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fc-bgevent.holdayEvent {
    opacity: 1;
    background-color: black;
}

.fc-past {
    background-color: #74788d;
}

.fc-buffer {
    background-color: #5867ddb5;
}

/*Help Pages and Headerless layout*/

.kt-sc {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
}

    .kt-sc .kt-sc__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #ffffff;
    }

        .kt-sc .kt-sc__top .kt-sc__title {
            margin-bottom: 0;
            font-size: 1.45rem;
            color: #48465b;
        }

        .kt-sc .kt-sc__top .kt-sc__nav .kt-link {
            margin-left: 2rem;
            font-size: 1.1rem;
            font-weight: 400;
        }

            .kt-sc .kt-sc__top .kt-sc__nav .kt-link:first-child {
                margin-left: 0;
            }

    .kt-sc .kt-sc__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

        .kt-sc .kt-sc__bottom .kt-sc__heading {
            margin-bottom: 4rem;
        }

        .kt-sc .kt-sc__bottom .kt-sc__form .input-group {
            width: 630px;
            -webkit-box-shadow: 0px 0px 9px 0px rgba(122, 104, 181, 0.09);
            box-shadow: 0px 0px 9px 0px rgba(122, 104, 181, 0.09);
        }

            .kt-sc .kt-sc__bottom .kt-sc__form .input-group .input-group-text {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border: none;
                padding: 0.65rem 2rem;
                background-color: #ffffff;
            }

            .kt-sc .kt-sc__bottom .kt-sc__form .input-group .form-control {
                border: none;
                padding: 2.5rem 0;
                font-weight: 400;
                font-size: 1.1rem;
            }

@media (max-width: 1024px) {
    .kt-content--fit-top .kt-sc {
        margin-top: -15px;
    }

    .kt-sc .kt-sc__top .kt-sc__nav .kt-link {
        margin-left: 1rem;
    }

        .kt-sc .kt-sc__top .kt-sc__nav .kt-link:first-child {
            margin-left: 0;
        }

    .kt-sc .kt-sc__bottom .kt-sc__form .input-group {
        width: 100%;
    }
}

/*Error Page CSS*/

.kt-error-v5 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .kt-error-v5 .kt-error_container .kt-error_title > h1 {
        font-size: 14rem;
        margin-left: 25rem;
        margin-top: 18rem;
        font-weight: 700;
        color: #314DA7;
        -webkit-text-stroke-color: white;
    }

    .kt-error-v5 .kt-error_container .kt-error_subtitle {
        margin-left: 26rem;
        margin-top: 3.57rem;
        font-size: 2.3rem;
        font-weight: 700;
        color: #595d6e;
    }

    .kt-error-v5 .kt-error_container .kt-error_description {
        margin-left: 26rem;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 130%;
        color: #74788d;
    }

@media (min-width: 1025px) and (max-width: 1399px) {
    .kt-error-v5 {
        background-position: bottom -80px left 1300px;
    }

        .kt-error-v5 .kt-error_container .kt-error_title > h1 {
            font-weight: 700;
            font-size: 12rem;
            margin-left: 7rem;
        }

        .kt-error-v5 .kt-error_container .kt-error_subtitle {
            margin-left: 7rem;
            font-size: 2.3rem;
            font-weight: 700;
        }

        .kt-error-v5 .kt-error_container .kt-error_description {
            margin-left: 7rem;
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 130%;
        }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .kt-error-v5 .kt-error_container .kt-error_title > h1 {
        font-weight: 700;
        font-size: 12rem;
        margin-left: 7rem;
    }

    .kt-error-v5 .kt-error_container .kt-error_subtitle {
        margin-left: 7rem;
        font-size: 2.3rem;
        font-weight: 700;
    }

    .kt-error-v5 .kt-error_container .kt-error_description {
        margin-left: 7rem;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 130%;
    }
}

@media (max-width: 768px) {
    .kt-error-v5 .kt-error_container .kt-error_title > h1 {
        font-size: 6rem;
        margin-top: 5rem;
        margin-left: 4rem;
    }

    .kt-error-v5 .kt-error_container .kt-error_subtitle {
        margin-top: 2rem;
        margin-left: 4rem;
        font-size: 2rem;
        line-height: 2rem;
    }

    .kt-error-v5 .kt-error_container .kt-error_description {
        font-size: 1.4rem;
        margin-left: 4rem;
    }
}


.border-section {
    border: 1px solid #e2e5ec;
    padding: 2px;
}

.btn-primary {
    background-color: #a5304d;
    border-color: #a5304d
}

    .btn-primary:hover {
        background-color: #8e2b44;
        border-color: #8e2b44
    }

    .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #8e2b44;
        border-color: #8e2b44;
        box-shadow: 0 0 0 0.2rem rgba(142, 43, 68, .5)
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(142, 43, 68, .5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        /*background-color: #a5304d;
        border-color: #a5304d*/
        background-color: #636363;
        border-color: #636363;
    }

	
badge-danger {
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    color: #fff;
    background-color: #fd397a;
}


badge-success {
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    color: #fff;
    background-color: #0abb87;
}

badge-info {
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    color: #fff;
    background-color: #5578eb;
}

badge-warning {
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    color: #212529;
    background-color: #ffb822;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    color: #e9eaff !important;
}

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
    color: #ffffff !important;
    background-color: #5d78ff !important;
}

.invalid-feedback {
    font-size: 90%;
}

.section-title {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 10px;
    margin: 0 0 1.3rem 0;
    border-bottom: 1px solid #ebedf2;
}

.nav-tabs.nav-tabs-line .nav-link {
    padding: 12px !important;
}

.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line a.nav-link.active i {
    color: #ffffff !important;
}

.multiselect__tags {
    border: 3px solid #e8e8e8 !important;
}