/*------------------------------
    PAGESET
-------------------------------*/

html, body { overflow-y: auto !important; }


/*
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    outline: 1px solid #ffffff00;
}
*/

.purple-scroll::-webkit-scrollbar-track {
    box-shadow: none !important;
    background: none !important; 
}

.purple-scroll::-webkit-scrollbar-thumb {
    background-color: #3f51b580 !important;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
}

.purple-scroll::-webkit-scrollbar {
    width: 15px;
    background-color: transparent !important;
}

.user-select-text {
    user-select: text !important
}
.user-select-text *{
    user-select: text !important
}

.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

input.focus, .input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none !important;
}

button:focus {outline:0;}
select:focus {outline:0;}

button{
    transition: .3s;
}

.hover-opacity{
    transition: .3s;
    cursor: pointer;
}

.hover-opacity:hover{
    opacity: .7;
}

/*------------------------------
    GLOBAL CLASSES
-------------------------------*/

.fs-10{ font-size: 10px !important }
.fs-11{ font-size: 11px !important }
.fs-12{ font-size: 12px !important }
.fs-13{ font-size: 13px !important }
.fs-14{ font-size: 14px !important }
.fs-15{ font-size: 15px !important }
.fs-16{ font-size: 16px !important }
.fs-17{ font-size: 17px !important }
.fs-18{ font-size: 18px !important }
.fs-19{ font-size: 19px !important }
.fs-20{ font-size: 20px !important }
.fs-21{ font-size: 21px !important }
.fs-22{ font-size: 22px !important }
.fs-23{ font-size: 23px !important }
.fs-24{ font-size: 24px !important }
.fs-25{ font-size: 25px !important }
.fs-26{ font-size: 26px !important }
.fs-27{ font-size: 27px !important }
.fs-28{ font-size: 28px !important }
.fs-29{ font-size: 29px !important }
.cursor-pointer{ cursor: pointer; }
.cursor-pointer-child{cursor: pointer !important;}
.cursor-pointer-child *{cursor: pointer !important;}
.cursor-pointer-hover{ transition: .3s; cursor: pointer; }
.cursor-pointer-hover:hover{ opacity: .6; }
.cursor-white-hover{ opacity: .6;  transition: .3s; cursor: pointer; }
.cursor-white-hover:hover{ opacity: 1; }
.cursor-not-allowed {cursor: not-allowed !important;}
.cursor-not-allowed *{cursor: not-allowed !important;}
.one-line{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.two-line{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.nospace-text{ letter-spacing: 0 !important; }
.nodecoration-text{ text-decoration: none !important; }
.nodecoration-text:hover{ text-decoration: none !important; }
.link{ color: #007bff !important; } .link:hover{ text-decoration: underline !important; }
.v-btn--router { text-decoration: none !important; }
.v-list-item--link { text-decoration: none !important; }
.reverse-icon { transform: rotateY(180deg) }
.item-list-hover-indigo:hover .v-list-item__title{ color: #3F51B5 !important; }
.v-application--wrap { background-color: #f9f9fc ; }

/*------------------------------
    NOTIFICATION
-------------------------------*/

.vue-notification-group .vue-notification.success{
    background: #68cd86 !important;
    border-left-color: #42a85f !important;
}
.vue-notification-group .vue-notification.error{
    background: #e54d42 !important;
    border-left-color: #b82e24 !important;
}

.vue-notification-group .vue-notification.info{
    background: #1E88E5 !important;
    border-left-color: #1565C0 !important;
}

/*------------------------------
    CHARTS
-------------------------------*/

.graphLegendContainer {
    display: flex;
    flex-direction: column;
    flex: 1 auto;
    justify-content: center;
    padding-left: 10px;
    color: #74788d;
}
.graphLegend {
    width: 1.2rem;
    height: 0.40rem;
    border-radius: 1.1rem;
    min-width: 1rem;
}

.chartContainer {
    position: relative;
}
.chartMonitor {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.chartLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #a2a5b9;
    opacity: 0.7;
}
.chartCanvas {
    position: relative;
    z-index: 1;
}

/*------------------------------
    TABLES
-------------------------------*/
.tdFileName{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.v-pagination{
    justify-content: flex-end !important;
}

/*
.v-pagination__item{
    background-color: #f3f2f7 !important;
    color: #acadb7 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    margin: 2px !important;
    padding: 0px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
}
.v-pagination__item.v-pagination__item--active{
    color: white !important;
}
.v-pagination__navigation{
    background-color: #f3f2f7 !important;
    color: #acadb7 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    margin: 3px !important;
    padding: 0px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
    width: 30px !important;
}
.v-pagination__navigation > i{
    color: #acadb7 !important;
    font-size: 13px !important;
}
*/

.v-data-table-header__icon{
    float: right;
}
.expanded-td{
    border-top-width: 0 !important;
    border-bottom: 1px solid #e0e0e0;
    max-width: 300px;
    overflow-y: auto;
}
.expanded-table{
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    display: table;
    
}
.expanded-table > li {
    display: table-row !important;
    border: 0 !important;
    padding: 0.5em 0;
}
.expanded-table > li .dtr-title {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px dashed #efefef;
    font-weight: 400;
    padding: 0.5rem 2rem 0.5rem 0;
    min-width: 75px;
    white-space: nowrap;
}
.expanded-table > li .dtr-title:after{
    content: ':';
}

.expanded-table > li .dtr-data {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px dashed #efefef;
    padding: 0.5rem 0;
    white-space: normal;
    font-weight: 300;
    font-size: 12px;
}

td {
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    tbody tr td span {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 200px !important;
    }
}

.fixed-checkbox .v-label{
    margin-bottom: 0px !important;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.flex-auto {
    flex: auto !important;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-white {
    color: #fff !important;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-items-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.align-self-start {
    align-self: flex-start;
}
.align-self-center {
    align-self: center;
}