.ui-dialog {
    z-index: 10000 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #FFF url('../img/icons/close-el-finder.png') 50% 50% no-repeat scroll;
    background-size: 16px 16px;
}

.ui-dialog #finder .elfinder-button-search {
    display: none !important;
}

.ui-dialog #finder .elfinder-cwd-file textarea {
    color: #000 !important;
}

.ui-dialog #finder {
    padding: 0;
}

.logo img {
    max-width: 100%;
    max-height: 90%;
}

.musicaeduca-online {
    width: 100%;
    padding: 20px 40px 0 40px;
}

.image-guide-btn {
    background-color: #FEEB4F;
}

table tr td textarea {
    margin: 0 0 0 0 !important;
    resize: vertical;
}

.login-logo img {
    width: inherit !important;
}

.login-page, .register-page {
    /*background: #EEEEEE url("/assets/frontend/img/dust_img.jpg") 50% 0 no-repeat fixed !important;*/
}

.scene-container {
    width: 1024px;
}

.scene-editor .scene-container {
    position: relative;
}

.scene-editor .scene-image {
    width: 1024px;
}

.scene-editor .button-bar {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.scene-editor .add-asset-button,
.scene-editor .edit-asset-button,
.scene-editor .remove-asset-button,
.scene-editor .duplicate-asset-button,
.scene-editor .config-asset-button,
.scene-editor .save-asset-button {
    cursor: pointer;
    padding: 8px;
    background-color: #0b3e6f;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    width: 51px;
    height: 51px;
    display: inline-block;
}

.scene-editor .remove-asset-button {
    background-color: darkred;
}

.scene-editor .edit-asset-button {
    background-color: darkcyan;
}

.scene-editor .asset-item img {
    width: 100%;
}

.scene-editor .save-asset-button {
    position: fixed;
    bottom: 15px;
    background-color: #00a65a;
}

.scene-editor .duplicate-asset-button {
    background-color: #a2a221;
}

.scene-editor .config-asset-button {
    background-color: grey;
}

.scene-editor .title-container {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.scene-editor .title-container h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.scene-editor .media-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.scene-editor .asset-preview-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.mb-1 {
    margin-bottom: 1rem;
}

.behaviour-box {
    padding: 8px 14px;
    background-color: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
}

.behaviour-box .behaviour-header {
    display: flex;
    justify-content: space-between;
}

.behaviour-box .behaviour-help-box {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.behaviour-box .behaviour-title {
    text-transform: uppercase;
    font-weight: bold;
}

.behaviour-box .behaviour-title .fa {
    margin-right: 5px;
}

.scene-editor .nav .nav-item a {
    background: #dedede;
    border-radius: 5px 5px 0 0;
}

.scene-editor .add-behaviour-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.scene-editor .add-behaviour-container select {
    width: 100%;
    margin-right: 1rem;
}

.scene-editor .nav .nav-item a:hover,
.scene-editor .nav .nav-item a.active {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.scene-editor .nav-pills > li {
    margin-right: 1rem;
}

.scene-editor .nav-pills > li:last-child {
    margin-right: 0;
}

.scene-editor .grid-viewer {
    font-size: 2rem;
    margin: 0 1rem;
}

.scene-editor .grid-viewer.grid-enabled {
    color: green;
}

.scene-editor .grid-viewer.grid-disabled {
    color: grey;
}

.scene-editor .media-toolbar {
    margin-bottom: 20px;
}

.scene-editor .media-toolbar .right-button-bar {
    display: flex;
    align-items: center;
}

.scene-editor .scene-grid {
    position: absolute;
    left: 0;
    top: 0;
}

.h-flipped img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.modal-body .scrollable {
    max-height: calc(100vh - 312px);
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-custom-menu .demo-header {
    margin-right: 20px;
    height: 50px;
    min-width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: bold;
    font-size: 21px;
    opacity: 0.8;
    background: #ffffff repeating-linear-gradient(45deg, #f6db0c, #f6db0c 3px, #ffffff 3px, #ffffff 15px);
}

.stats-last-update {
    font-size: 1.3rem;
    font-style: italic;
    color: #999;
    text-align: right;
    margin-bottom: 15px;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.stat-item {
    width: 225px;
    background-color: #d2d6de;
    padding: 1.5rem;
    border-radius: 6px;
    min-height: 105px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.stat-item:last-child {
    margin-right: 0;
}

.stat-item .title {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.stat-item .subtitle {
    margin-bottom: 1rem;
    font-style: italic;
}

.stat-item .value {
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 0;
}

.loading-graph-text {
    text-align: center;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: bold;
}

.stats-filter-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.stats-filter-header label {
    margin-right: 10px;
}

.no-stats-loaded {
    text-align: center;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 0 20px 0;
    border-radius: 5px;
    padding: 30px;
    background-color: white;
}

.last-user-item {
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
    justify-content: space-between;
}

.last-user-item > div {
    display: flex;
}

.last-user-item .last-user-item-date{
    margin-right: 8px;
}

.last-user-item .last-user-item-role{
    margin-right: 8px;
}

.last-user-item .last-user-item-name{
    margin-right: 8px;
}
