#app * {
    transition-duration:.05s;
}
.tileDesc span {
    max-width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.ql-toolbar.ql-snow {
    background: #eee;
    font-family: unset;
    opacity: .5;
    transition: opacity .2s;
}
#qText:focus-within .ql-toolbar.ql-snow {
    opacity: 1;
}

#qText .ql-editor.ql-blank::before {
    content: "Please place question here." !important;
    color: rgba(0, 0, 0, 0.38);
}
#qText .ql-editor p {
    color: black;
    font-size: 16px;
}

[v-cloak]::before {
    content: "loading�"
}
.pool .v-text-field {
    padding-top: 0px;
    margin-top: 0px;
    padding: 5px;
}
.pool:hover {
    background: #eee !important;
}

/* Organization header styling */
.org-header {
    transition: all 0.3s ease;
    border-radius: 8px 8px 0 0 !important;
}

.org-header:hover {
    filter: brightness(1.1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.org-header.collapsed {
    border-radius: 8px !important;
}

.group-block .v-card {
    border-radius: 8px;
    overflow: hidden;
}

.group-block .v-data-table {
    border-radius: 0 0 8px 8px;
}

.group-container {
    padding: 16px 0;
}

/* Sortable ghost styles */
.sortable-ghost {
    opacity: 0.4;
}

.sortable-chosen {
    opacity: 0.8;
}

.v-application--is-ltr .v-text-field__suffix {
    padding-left: 4px;
    margin-right: 10px;
}
html {
    overflow-y: auto;
    overflow-x: hidden
}

[v-cloak] {
    display: none
}

@media (hover:none) {
    :hover:before {
        color: #000;
        background: 0 0
    }
}

#qtable .v-data-table-header {
    display: none
}

.tileTitle {
    padding-top: 5px;
    font-size: 16px
}

.v-data-table-header * {
    font-variant-caps: all-petite-caps
}

.v-data-table-header span {
    min-width: 100px;
    padding: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 1rem
}

p[contenteditable] {
    background: #ccc;
    padding: 8px !important;
    margin: 2px !important;
    color: #3b3b3c !important;
    font-size: 1.2em;
    font-weight: 400;
    transition: all .2s;
    display: block !important
}

#tools, #tools .v-toolbar__content {
    height: auto !important;
    display: inline-flex;
    min-height: 56px;
    width: 100%
}

p[contenteditable]:focus {
    background: #ff0;
    border-width: 2px;
    border-style: solid;
    padding: 10px !important
}

.v-item-group {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .2s ease
}

.v-data-table__mobile-row__header {
    min-width: 150px
}

footer {
    position: absolute;
    bottom: 0
}

#bg-image {
    height: calc(100vh + 10px);
    width: calc(100vw + 10px);
    position: fixed;
    filter: blur(3px) brightness(.8);
    overflow: hidden;
    margin: -5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#login .logo {
    width: 300px;
    height: 35px
}

.logo {
    filter: brightness(10);
    background-image: url(media/logo.png);
    background-size: contain
}

.v-stepper__step.v-stepper__step--active {
    box-shadow: 0 0 13px inset;
    background: linear-gradient(180deg,#2196f3,#1976d2)
}

.v-data-table {
    min-width: 100%;
    max-width: 100%;
    table-layout: fixed
}

.v-application--is-ltr .v-data-table__mobile-row__cell {
    text-align: left
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > td, .v-data-table > .v-data-table__wrapper > table > tbody > tr > th, .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td, .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th, .v-data-table > .v-data-table__wrapper > table > thead > tr > td, .v-data-table > .v-data-table__wrapper > table > thead > tr > th {
    padding: 0 5px;
    transition: none
}

input[type=number] {
    text-align: right
}

.correctRadio .v-input__slot {
    background: #4caf50 !important
}

    .correctRadio .v-input__slot * {
        color: #fff !important
    }

.v-data-table td {
    height: auto
}

.v-text-field__details {
    display: none
}

.container {
    max-width: 100% !important
}

    .container .details {
        background: #ebebeb;
        padding: 20px
    }

/* .v-overlay {
    color: #fff;
    backdrop-filter: brightness(.25);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .2s
} */

.d-flex {
    flex-flow: wrap-reverse
}

#exams .v-card .v-image__image {
    opacity: .8;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .2s
}

.v-dialog {
    box-shadow: none !important
}

#exams * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

#exams .v-card:hover .v-image__image {
    background-size: 185%;
    background-position-x: right !important;
    opacity: 1
}

#exams .v-card:hover {
    box-shadow: 0 4px 15px #000
}

#loading {
    background-color: #fff;
    color: #ccc;
    font-size: 32px;
    padding-top: 30vh;
    height: 100vh;
    text-align: center
}

.display-4 {
    font-size: 2.125rem;
    line-height: 1.176471
}

.display-3, .display-4 {
    font-weight: 400;
    letter-spacing: 0
}

.v-tab {
    font-size: 13px;
    font-weight: 400;
    background: #b9b9b9
}

.v-tab--active {
    background: #fff !important
}

.hidden {
    display: none
}
.v-btn--disabled {
    display: none;
}
.examTitle {
    color: #0663bf;
    text-decoration: underline;
}
.tileDesc, .tileTitle {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
    width: calc(100%)
}
.publishedTile {
    background: #46698e;
    filter: hue-rotate(270deg) saturate(2);
}
.v-card.publishedTile {
    background: linear-gradient(0deg, #000000, #2196f3);
    
}
.publishedCol {
    border-radius: 5px;
    padding: 5px;
    background: #00a800;
}
.publishedTile *,.publishedCol {
    color: white !important;
}
.theme--light.v-text-field.v-input--is-disabled .v-input__slot:before {
    border-image: none !important;
}
.gray--text *{
    color: #adadad !important;
}
.v-alert:not(.v-sheet--tile) {
    width: 100%;
}
    #app, .theme--light.v-application, .v-main {
    background: #edecec
}

.theme--light.v-toolbar.v-sheet {
    background-color: transparent
}

.headerbtns {
    padding: 10px 20px 10px 20px !important;
    border-radius: 2px
}

.v-tab--active .transparent {
    background: #4caf50 !important
}

.v-alert__content, .v-card__subtitle, .v-card__text, .v-card__title {
    word-break: keep-all !important
}
