a {
    cursor: pointer;
}

.hidden {
    display: none;
}

em {
    /*! border: 2px solid #f00; */
    color: red;
    display: block;
    word-break: break-word;
    word-wrap: break-word;
}

.error{
    color: red;
    display: block;
    word-break: break-word;
    word-wrap: break-word;
}



.bgdisabled {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: white;
    filter: opacity(0.6);
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-perspective: 12rem;
    -moz-perspective: 12rem;
    -ms-perspective: 12rem;
    -o-perspective: 12rem;
    perspective: 12rem;
    z-index: 2000;
    position: fixed;
    height: 6rem;
    width: 6rem;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 6rem;
    width: 6rem !important;
    line-height: 6rem;
    font-size: 2rem;
    border-radius: 50%;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-align: center;
    -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
    -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
    -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
    -o-animation: pace-theme-center-circle-spin linear infinite 2s;
    animation: pace-theme-center-circle-spin linear infinite 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}



.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 10055 !important;
}


.tree {
    min-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tree li {
    list-style-type: none;
    margin: 0;
    position: relative
}

.tree ul ul li:hover {
    background: rgba(0,0,0,.015)
}

.tree li:after, .tree li:before {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li:before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: -11px;
    width: 1px;
    -webkit-transition: "border-color 0.1s ease 0.1s";
    -moz-transition: "border-color 0.1s ease 0.1s";
    -o-transition: "border-color 0.1s ease 0.1s";
    transition: "border-color 0.1s ease 0.1s"
}

.tree li:after {
    border-top: 1px solid #999;
    height: 20px;
    top: 18px;
    width: 25px
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px dotted #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    -webkit-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
    -moz-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
    -o-transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;
    transition: color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s
}

.tree li.parent_li > span {
    cursor: pointer;
    /*padding: 7px*/
}

.tree > ul > li::after, .tree > ul > li:before {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

.tree > ul {
    padding-left: 0
}

.tree ul ul {
    padding-left: 34px;
    padding-top: 10px
}

.tree li.parent_li > span:hover {
    background-color: #DF8505;
    border: 1px solid #C67605;
    color: #fff
}

.tree li.parent_li > span:hover + ul li::before {
    border-left-color: #F89406
}

.tree li.parent_li > span:hover + ul li::after {
    border-top-color: #F89406
}

.tree li.parent_li > span:hover + ul li span {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #000
}

.tree .fa.icon-minus-sign:before {
    content: "\f056" !important
}

.tree .fa.icon-plus-sign:before {
    content: "\f055" !important
}


.mbcard-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    /*! min-height: 70px; */
    /*! padding: 0 2.25rem; */
    background-color: transparent;

}

.ck.ck-balloon-panel {
    z-index: 10054 !important;
}



.gjs-one-bg {
    background-color: #1e1e2d;
}

.gjs-one-color {
    color: #1e1e2d;
}

.gjs-one-color-h:hover {
    color: #1e1e2d;
}

.gjs-two-bg {
    background-color: #b9a5a6;
}

.gjs-two-color {
    color: #b9a5a6;
}

.gjs-two-color-h:hover {
    color: #b9a5a6;
}

.gjs-three-bg {
    background-color: #804f7b;
}

.gjs-three-color {
    color: #804f7b;
}

.gjs-three-color-h:hover {
    color: #804f7b;
}

.gjs-four-bg {
    background-color: #d97aa6;
}

.gjs-four-color {
    color: #d97aa6;
}

.gjs-four-color-h:hover {
    color: #d97aa6;
}


.pintura-editor {
    --color-background: 255, 255, 255;
    --color-foreground: 0, 0, 0;
}



/* size of the editor */
.my-editor {
    height: 95vh;
}

.loading-buttons {
    display: inline-flex;
    flex-direction: column;
    margin-top: 1em;
    button{
        border-color: darken(green, 10%);
        background: green;
        margin: .25em 1em;
        &:active, &:focus, &:hover, &.disabled

        {
            background: darken(green, 10%) !important;
            border-color: darken(green, 10%);
        }

        i.fa-file-word {
            padding-right: .5em;
        }

    }
}


.headerSortDown:after,
.headerSortUp:after {
    content: ' ';
    position: relative;
    left: 2px;
    border: 8px solid transparent;
}

.headerSortDown:after {
    top: 10px;
    border-top-color: silver;
}

.headerSortUp:after {
    bottom: 15px;
    border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
    padding-right: 10px;
}

.select2-container{
    z-index: 9999 !important;
}

.modal { overflow: auto !important; }