a.edit{
    cursor: pointer;
}
.admin-head{
    text-align: center;
    font-weight: bold;
}
.admin-body{
    text-align: center;
}
.icon-mode_edit.admin{
    color: white;
}
.icon-delete.delete{
    color: white;
}
.fa-plus.feat{
    color: #1a8e5f;
}
.fa.fa-arrow-up.ord{
    color: #1a8e5f;
}
.fa.fa-arrow-down.ord{
    color: #ea490b;
}
.fa.fa-minus.feat{
    color: #ea490b;
}

.row img.click-image {
    width: 100%;
    cursor: pointer;
}

/*Delete gallery photo button*/
span.delete_image{
    color: #e50000;
    position: absolute;
    top: 5px;
    right: 13px;
    font-size: 15px;
    background: white;
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid;
}
span.delete_image:hover{
    color:white;
    background: #e50000;
    border: 2px solid white;
}
header.file-manager{
    padding: 0 1rem;
    background: #1a8e5f;
    margin: 0;
    min-height: 45px;
    max-height: 45px;
    display: flex;
    align-items: center;
    color: white;
}
span.file-manager{
    text-align: center;
}
.list .tile .tile-content {
    display: table-cell;
    padding-left: 16px;
}
.list .tile > .btn {
    display: table-cell;
    vertical-align: middle;
    min-width: 56px;
    width: 56px;
    text-align: center;
}
.list .tile {
    position: relative;
    display: table;
    width: 100%;
    min-height: 48px;
}
.list .tile .tile-content > div {
    display: table-cell;
    vertical-align: middle;
}
.list .tile .tile-text {
    padding: 12px 0;
    font-size: 16px;
    width: 100%;
}
.fa.fa-file.new{
 color: #1a538e;
}
.fa.fa-trash{
    color: red;
}
.fa.fa-trash:hover{
    color: white;
}
.fa.fa-trash.new:hover{
    color: darkred;
}

