﻿/* Classes for the custom content icons*/
.relation-icon.federation > div > .icon:after {
    font-family: "FontAwesome";
    font-size: x-small;
    color: #d8d7d9;
    content: "\f10c" !important;
    position: relative;
    left: -10px;
    top: -10px;
}
.relation-icon.group > div > .icon:after {
    font-family: "FontAwesome";
    font-size: xx-small;
    color: #d8d7d9;
    content: "\f111" !important;
    position: relative;
    left: -10px;
    top: -10px;
}

.hidden-icon > div > .umb-tree-item__label:after {
    font-family: "FontAwesome";
    margin-left: 10px;
    content: "\f070" !important;
}

.hiddenAndPrivate-icon > div > .umb-tree-item__label:after {
    font-family: "FontAwesome";
    margin-left: 10px;
    content: "\f070\00a0\00a0\f023" !important;
}

.privateContent-icon > div > .umb-tree-item__label:after {
    font-family: "FontAwesome";
    margin-left: 10px;
    content: "\f023" !important;
}

#tree li.current > div i.umb-tree-icon:before,
#tree li.current > div i.umb-tree-icon:after,
#tree li.current > div a.umb-tree-item__label:after {
    color: white !important;
}

.content-type {
    border: 1px solid silver;
    border-radius: 2px;
    padding: 4px 8px;
    margin-left: 8px;
}

.link-button {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.candidate {
    background: #f3f3f5;
    border: 1px solid silver;
    border-radius: 3px;
}

#confirm-modal {
    color: white;
    background-color: #e74c3c;
    border-radius: 5px !important;
}

#confirm-modal .modal-header {
    border: none;
}

#confirm-modal .modal-body {
    border: none;
}

#confirm-modal .modal-footer {
    border: none;
    background-color: #c0392b;
    box-shadow: none;
}

#confirm-modal .btn-link {
    color: white;
}

#warning-modal {
    color: white;
    background-color: #e74c3c;
    border-radius: 5px !important;
}

    #warning-modal .modal-header {
        border: none;
    }

    #warning-modal .modal-body {
        border: none;
    }

    #warning-modal .modal-footer {
        border: none;
        background-color: #c0392b;
        box-shadow: none;
    }

    #warning-modal .btn-link {
        color: white;
    }