/*CAMPAÑAS*/

.campaign {
    margin-bottom: 5px;
}

.campaign-header {
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px 5px 0 0;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #dee5e7;
}

    .campaign-header:hover {
        background-color: #c5e4f5;
        cursor: pointer;
        box-shadow: #dee5e7 2px 4px 5px;
    }

    .campaign-header.selected {
        background-color: #23b7e5 !important;
        color: white;
        box-shadow: #dee5e7 5px 5px 5px;
    }

    .campaign-header.expanded {
        box-shadow: #dee5e7 5px 5px 5px;
        border-bottom: 0;
    }

.campaign-detail {    
    border: solid 1px #dee5e7;
    border-bottom: 0;
    background-color: white;
}

.campaign-detail.expanded, .campaign-detail.collapse.in {
    border: solid 1px #dee5e7;
    box-shadow: #dee5e7 5px 5px 5px;
}

.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 9px;
}

.campaign-drag.angular-ui-tree-node div.row {
    height: auto !important;
    padding-top: 0 !important;
}