html {
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px !important;
}

body {
    font-family: 'Ubuntu', sans-serif !important;
    background-color: #fafafa !important;
    padding-bottom: 6rem;
    position: relative;
    min-height: 100%;
}

.dan-color {
    background-color: #3d3d3d !important;
}

.dan-color-devel {
    background-color: #3d003d !important;
}

.dan-color-stage {
    background-color: #3d3d00 !important;
}

.logo-atomizer {
    background-color: #bababa;
    background-image: -webkit-linear-gradient(left, hotPink 0%, orange 50%, transparent 50%);
    background-position: 100% 0;
    background-size: 200% 200%;
    color: transparent;
    -webkit-transition: .1s .2s;
    -webkit-background-clip: text;
    padding: 20px 0px;
    font-size: larger;
}

.logo-atomizer:hover {
    background-position: 0 0;
    color: transparent;
    transition: .2s 0;

}

canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.myBreadcrumbs {
    padding-top: 55px;
}

.cursor-pointer {
    cursor: pointer
}

.cursor-grab {
    cursor: grab
}

.treeview .list-group-item {
    cursor: pointer
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

.node-treeview12 {
}

.node-treeview12:not(.node-disabled):hover {
    background-color: #F5F5F5;
}

.fs08 {
    font-size: 0.8rem;
}

.fs13 {
    font-size: 1.3rem;
}

.fs07imp {
    font-size: 0.7rem !important;
}

.double-scroll {
    overflow: auto !important;
    height: 35rem;
}

.container-with-errors {
    background-color: #fdd;
    border: 1px solid #eee;
    border-color: #f99;
    border-radius: 5px;
    padding: 5px;
}

.error-message {
    background-color: #fdd;
    border-color: #f99;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #eee;
    display: none;
}

.badge-audience {
    color: black;
    background-color: lightgray;
    font-weight: initial !important;
    font-size: 100% !important;
}

.badge-audience-tgt {
    color: black;
    background-color: lightskyblue;
    font-weight: initial !important;
    font-size: 100% !important;
}

.badge-audience-base {
    color: black;
    background-color: lightgreen;
    font-weight: initial !important;
    font-size: 100% !important;
}

.disabled-region {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.next-disabled-region > div {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.next-disabled-table-region > table {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

/* LOADER */
.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

@media only screen and (max-width: 767px) {
    .menu-bar-btn {
        min-width: 57px;
    }
}

@media only screen and (min-width: 767px) {
    .menu-bar-btn {
        min-width: 77px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .menu-bar-btn {
        min-width: 104px;
    }
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fdd;
    border-color: #fdd transparent #fdd transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* END LOADER */
/* Audiences */
.dragdropmenu {
    max-height: 440px;
    height: 440px;
    overflow-y: scroll;
}

.ghost {
    opacity: .5;
    background: #C8EBFB;
}

.h-green:hover {
    color: #18993c;
}

.h-yellow:hover {
    color: #fed029;
}

.h-blue:hover {
    color: #4286f4;
}

.h-shadow:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .5);
}


.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;

    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

#filter-result {
    overflow-y: scroll;
    max-height: 650px;
}

.thead-format thead tr {
    text-align: center !important;
    vertical-align: middle;
    white-space: nowrap;

}

.thead-format td {
    white-space: nowrap;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.td-pad td {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.supermenu {
    color: cornflowerblue !important;
}

.supermenu.active {
    color: #65ca04 !important;
}

.supermenu:hover {
    color: lawngreen !important;
}

.group-element {
    min-height: 50px;
    max-height: 350px;
    overflow-y: auto;
}

.logical-operator {
    margin-left: 45%;
}

.border-3 {
    border-width: 3px !important;
}

.override-app .application--wrap {
    min-height: calc(100vh - 120px) !important
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: #efefef;
}

.report-tags {
    float: right;
}

.report-tags span {
    background-color: #17a2b8;
}

.project-tags {
    float: right;
}

.project-tags span {
    background-color: #17a2b8;
}

.v-application--wrap {
    background-color: #fafafa !important;
}


.custom-message {
    position: fixed !important;
    z-index: 9999;
    top: 15%;
    left: 10rem;
    width: 80%;
}

.maintenance_mode {
    position: absolute;
    width: 100%;
    margin-top: 52px;
    height: 12px;
    margin-left: -4px;
    background: repeating-linear-gradient(
            45deg,
            #f6ff00,
            #f6ff00 10px,
            #333 10px,
            #333 20px
    );
}

.badge{
    font-weight: normal!important;
}