

/* ----------------------------------------------------------------
	Colors

	Replace the HEX Code with your Desired Color HEX
-----------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  .hide-mobile {
    visibility: hidden;
    display: none;
  }
}


/* Remove TinyMCE Notifications */
.mce-notification {display: none !important;}
.tox-notifications-container {display: none !important;}

.card-media-manager{
    height: 200px;
    width: 100%;
    min-height: 200px;
    min-width: 251px;
}

.card-media-manager .media-manager-file{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.card-file-manager{
    height: 200px;
    width: 100%;
    min-height: 200px;
    min-width: 251px;
}

.card-file-manager .media-manager-file{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.card-footer.file-manager{
    background-color: white;
}

.card-file-manager .file-manager-icon{
    width: 100%;
    margin: 0 auto;
    /*color:mediumaquamarine;*/
    color:rgb(182, 182, 182);
    font-size: 140px;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
}

.card-file-manager .folder-manager-icon{
    width: 100%;
    margin: 0 auto;
    color: #1ABC9C;
    font-size: 140px;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
}

.card-footer.file-manager .text-muted{
    color: #adadad !important;
}

.card-footer.file-manager .filename{
    color: #5c5c5c !important;
}

div.upload{
    position: relative;
    overflow: hidden;
}

input.upload{
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

div.delete{
    position: relative;
    overflow: hidden;
}

input.delete{
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.checkbox-button{
    display: none;
    visibility: hidden;
    opacity: 0;
}

.mail-list{
    cursor: pointer;
}

.flagged{
    color: darkred;
}

.image-responsive{
    max-width: 100% !important;
    height: auto !important;
}
