.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.absolute-bot-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.very-small {
    font-size: 70% !important;
}
.hidden {
    display: none;
}
.qtagselect li {
    list-style-type: none;
}
.qtagselect__container {
    width: 100%;
}
.filter-close {
    cursor: pointer;
}
.colorblack {
    color: black !important;
}
.lowopacity {
    opacity: 0.6;
    zoom: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.avataruserprofile {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
}
.avatarblock {
    width: 60px;
    position: relative;
}
.qtagselect__option {
    height: unset;
}
.qtagselect__choice {
    height: unset;
}
.img-contain {
    object-fit: contain;
}

/* fullcalendar Custom style
--------------------------------------------------------------------------------------------------*/
.calendar-container {
    overflow: hidden;
    padding: 30px; }

.panel-heading {
    border-width: 0;
    padding-top: 10px; }

.panel-body {
    padding-top: 10px; }

.page-main {
    background-color: #fff; }

.calendar-list .list-group-item {
    cursor: pointer; }

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 3px; }

@media (max-width: 991.98px) {
    .fc-toolbar {
        margin-bottom: 60px; }
    .fc-toolbar .fc-center {
        white-space: nowrap; }
    .fc-toolbar .fc-right {
        top: 50px; }
    .fc-button.fc-prev-button {
        padding-left: 0; }
    .fc-button.fc-next-button {
        padding-right: 0; } }

.fc-title {
    color: white;
}
.dm-uploader {
    border: 0.25rem dashed #A5A5C7;
}
.add-remove .slickBlock {
    background: #fff;
    color: #3498db;
    font-size: 24px;
    margin: 10px;
    position: relative;
    text-align: center;
    border: 1px dashed #A5A5C7;
    height: 100px;
    overflow: hidden;
    min-width: 150px;
}
.add-remove p {
    line-height: 30px;
    word-wrap: break-word;
    padding-top: 10px;
}
.add-remove p a {
    display: block;
}
.add-remove img {
    max-width: 100%;
    max-height: 98px;
}
.slick-prev:before, .slick-next:before {
    color: #A5A5C7;
}
.slick-slide img {
    display: unset;
}
.delpicture {
    position: absolute;
    top: 5px;
    z-index: 99;
    right: 5px;
    cursor: pointer;
    line-height: 20px;
}
.delpicture i {
    font-size: 20px;
}
.ui-helper-hidden-accessible {
    display: none;
}