﻿.field-validation-error {
    /*width: 100%;*/
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}
.validation-summary-errors {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}
    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0px;
        margin: 0px;
    }

.item-gen {
    /*border-right: 10px solid $color-item-11 !important;*/
    color: #000000;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3);
    box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3);
}

.custom-control-label_chck {
    position: absolute;
    top: .25rem;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    z-index: 1000;
    opacity:1000;
}

.fc-day-grid-event > .fc-content {
    white-space: unset !important;
}
.nicescroll-cursors{
    display:none; 
}


/* spacement bottom	*/
.mb-none {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.mb-md {
    margin-bottom: 15px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

.mb-xlg {
    margin-bottom: 30px !important;
}
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}
.bootstrap-dialog-close-button{
    display:none !important; 
}

.privacy {
    font-family: 'tahoma';

    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 40px;
    background-color: #fff;
    color: #999 !important;
}


#sidebar-menu > ul > li > form > a {
    color: #005ba7;
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all .4s;
    font-family: Rubik,sans-serif;
    font-size: .9rem;
}

    #sidebar-menu > ul > li > form > a i {
        display: inline-block;
        line-height: 1.0625rem;
        margin: 0 10px 0 3px;
        text-align: center;
        vertical-align: middle;
        width: 16px;
        font-size: 16px;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #f1f1f1;
    /* color: white; */
}