/*
* L A Y O U T
********************************************************************/
#ejw-help--slider h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

#ejw-help--slider h4 {
    font-size: 24px;
}

#ejw-help--slider hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #555555;
}

.ejw-help--row {
    margin-bottom: 30px;
}

#ejw-help--slider *:before, #ejw-help--slider *:after {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ejw-help--row::after {
    clear: both;
}

.ejw-help--col-4 {
    width: 33.33333333%;
}

.ejw-help--col-6 {
    width: 50%;
}

.ejw-help--col-8 {
    width: 66.66666667%;
}

.ejw-help--col-12 {
    width: 100%;
}

.ejw-help--col-4, .ejw-help--col-6, .ejw-help--col-8, .ejw-help--col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ejw-help--p-0 {
    padding: 0;
}

.ejw-help--pr-0 {
    padding-right: 0;
}

.ejw-help--pl-0 {
    padding-left: 0;
}

.ejw-help--pb-10px {
    padding-bottom: 10px;
}

.ejw-help--mr-5 {
    margin-right: 5px;
}

.ejw-help--ml-5 {
    margin-left: 5px;
}

.ejw-help--m-0 {
    margin: 0;
}

.ejw-help--mb-10px {
    margin-bottom: 10px;
}

.ejw-help--mt-30px {
    margin-top: 30px;
}

.ejw-help--pos-absolute {
    position: absolute;
}

.ejw-help--pos-relative {
    position: relative;
}

.ejw-help--float-left {
    float: left;
}

.ejw-help--float-right {
    float: right;
}

.ejw-help--width-100p {
    width: 100%;
}

.ejw-help--label-thin {
    font-weight: normal;
}

.ejw-help--display-none {
    display: none !important;
}

.ejw-help--display-flex {
    display: flex;
}

/*
* B U T T O N S / L I N K S
********************************************************************/
#ejw-help--open-slider-button {
    width: 40px;
    height: 40px;
    z-index: 9997;
    text-transform: uppercase;
    padding: 0;
    border-radius: 100%;
    font-size: 25px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    font-family: inherit;
    -webkit-appearance: button;
    overflow: visible;
    margin: 0;
}

#ejw-help--open-slider-button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}

#ejw-help--open-slider-button:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

#ejw-help--slider-close, #ejw-help--edit-slider-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 30px;
}

#ejw-help--edit-slider-submit {
    float: right;
    font-size: 20px;
}

#ejw-help--edit-slider-delete {
    font-size: 20px;
    color: #ff7f7f;
    border-color: #ff7f7f;
}

#ejw-help--edit-slider-delete:hover, #ejw-help--edit-slider-delete:active, #ejw-help--edit-slider-delete:focus {
    color: #b20000;
    border-color: #b20000;
    outline: none;
}

#ejw-help--edit-slider-delete.ejw-help--delete-btn-disabled, #ejw-help--edit-slider-delete.ejw-help--delete-btn-disabled:hover {
    color: #663232;
    border-color: #663232;
}

#ejw-help--delete-btn-info {
    margin-top: 5px;
    color: #ff7f7f;
}

.ejw-help--button {
    background-color: transparent;
    padding: 5px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.ejw-help--button:hover, .ejw-help--button:active, .ejw-help--button:focus {
    color: #00B85B;
    border-color: #00B85B;
    outline: none;
}

.ejw-help--edit-link {
    font-size: 10px;
    color: #888888;
    letter-spacing: 0;
}

.ejw-help--edit-link:hover, .ejw-help--slider-container .ejw-help--edit-link:active {
    color: #00B85B;
    text-decoration: underline;
    cursor: pointer;
}

#ejw-help--edit-manual-button {
    position: absolute;
    top: 0;
    right: 0;
}

.ejw-help--add-button-container {
    position: absolute;
    top: 0;
    right: 10px;
}

.ejw-help--forward-manual-link {
    display: inline-block;
}

.ejw-help--forward-manual-link:hover, .ejw-help--forward-manual-link:active, .ejw-help--forward-manual-link:focus {
    color: #00B85B;
    text-decoration: underline;
    cursor: pointer;
}


/*
* I N P U T S
********************************************************************/
.ejw-help--text-input {
    border: 1px solid #aaaaaa;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    cursor: text;
}

input.ejw-help--radio-input {
    -webkit-appearance: radio;
    margin: 4px 10px;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: initial;
    cursor: default;
    border: initial;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-rtl-ordering: logical;
}

select.ejw-help--select {
    border-radius: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: inherit;
    text-transform: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
* S L I D E R
********************************************************************/
#ejw-help--slider, #ejw-help--edit-slider {
    position: fixed;
    top: 0;
    right: -20%;
    z-index: 9999;
    height: 100%;
    width: 0;
    background-color: #000000;
    overflow: hidden;
    border-right: 2px solid #555555;
}

#ejw-help--edit-slider {
    z-index: 9998;

}

#ejw-help--slider.ejw-help--slider-show {
    width:25%;
    right: 0;
    animation-name: slider-animation-in;
    animation-duration: 0.5s;
}

#ejw-help--slider.ejw-help--slider-hide {
    animation-name: slider-animation-out;
    animation-duration: 0.5s;
}

@keyframes slider-animation-in {
    0%   {
        width: 0;
        right: -25%;
    }
    5%  {
        width: 25%;
        right: -25%;
    }
    100%  {
        width: 25%;
        right: 0;
    }
}

@keyframes slider-animation-out {
    0%   {
        width: 25%;
        right: 0;
    }
    95%  {
        width: 25%;
        right: -25%;
    }
    100%  {
        width: 0;
        right: -25%;
    }
}

#ejw-help--edit-slider.ejw-help--edit-slider-show {
    width:20%;
    right: 25%;
    animation-name: edit-slider-animation-in;
    animation-duration: 0.5s;
}

#ejw-help--edit-slider.ejw-help--edit-slider-hide {
    animation-name: edit-slider-animation-out;
    animation-duration: 0.5s;
}

@keyframes edit-slider-animation-in {
    0%   {
        width: 0;
        right: -25%;
    }
    5%  {
        width: 20%;
        right: -25%;
    }
    100%  {
        width: 20%;
        right: 25%;
    }
}

@keyframes edit-slider-animation-out {
    0%   {
        width: 20%;
        right: 25%;
    }
    95%  {
        width: 20%;
        right: -25%;
    }
    100%  {
        width: 0;
        right: -25%;
    }
}

.ejw-help--slider-container {
    position: relative;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    height: 100%;
}

.ejw-help--slider-tab-container {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #555555;
    margin-bottom: 15px;
}

.ejw-help--slider-tab {
    padding: 5px 10px;
    border: 1px solid #555555;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    cursor: pointer;
}

.ejw-help--tab-content-container {
    position: relative;
}

.ejw-help--tab-content {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: #000000;
    padding: 0 10px;
}

.ejw-help--slider-tab.ejw-help--tab-active {
    font-weight: bold;
    background-color: #cccccc;
    color: #000000;
}

#ejw-help--slider .ejw-help--tab-content-show-left {
    right: 0;
    animation-name: tab-content-animation-in-left;
    animation-duration: 0.3s;
}

#ejw-help--slider .ejw-help--tab-content-show-right {
    right: 0;
    animation-name: tab-content-animation-in-right;
    animation-duration: 0.3s;
}

#ejw-help--slider .ejw-help--tab-content-hide-right {
    right: -100%;
    animation-name: tab-content-animation-out-right;
    animation-duration: 0.3s;
}

#ejw-help--slider .ejw-help--tab-content-hide-left {
    right: 100%;
    animation-name: tab-content-animation-out-left;
    animation-duration: 0.3s;
}

@keyframes tab-content-animation-in-left {
    0%   {
        right: -100%;
    }
    100%  {
        right: 0;
    }
}

@keyframes tab-content-animation-in-right {
    0%   {
        right: 100%;
    }
    100%  {
        right: 0;
    }
}

@keyframes tab-content-animation-out-left {
    0%   {
        right: 0;
    }
    100%  {
        right: 100%;
    }
}

@keyframes tab-content-animation-out-right {
    0%   {
        right: 0;
    }
    100%  {
        right: -100%;
    }
}

#ejw-help--select-affiliation-info {
    color: #ff7f7f;
}


/*
* M A N U A L - C O N T A I N E R  /  A L L - H E L P - C O N T A I N E R
********************************************************************/
#ejw-help--manual-container, #ejw-help--all-help-container {
    overflow-y: auto;
    padding-right: 5px;
}

#ejw-help--manual-container h5, #ejw-help--all-help-container h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #888888;
}

#ejw-help--manual-container h6, #ejw-help--all-help-container h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}

#ejw-help--all-help-container .ejw-help--help-text-info {
    color: #888888;
}

.ejw-help--manual-entry {
    padding-right: 15px;
}

.ejw-help--manual-entry p {
    margin-bottom: 0;
}

.ejw-help--manual-entry-border {
    border: 1px solid #00B85B;
}

.ejw-help--manual-not-matching-element {
    border: 1px solid #ff7f7f;
}

.ejw-help--manual-page-collapse {
    cursor: pointer;
}

.ejw-help--manual-page-collapse:hover, .ejw-help--manual-page-collapse:active, .ejw-help--manual-page-collapse:focus {
    color: #00B85B;
}

.ejw-help--manual-page-collapse-symbol {
    display: inline-block;
    text-align: center;
    width: 11px;
    font-size: 20px;
}

.ejw-help--row-to-collapse.ejw-help--collapse-show {
    overflow: hidden;
    margin-bottom: 0;
    animation-name: collapse-animation-in;
    animation-duration: 0.4s;
}

.ejw-help--row-to-collapse.ejw-help--collapse-hide {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    animation-name: collapse-animation-out;
    animation-duration: 0.2s;
}

@keyframes collapse-animation-in {
    0%   {
        max-height: 0;
    }

    100%  {
        max-height: 2000px;
    }
}

@keyframes collapse-animation-out {
    0%   {
        max-height: 2000px;
    }

    100%  {
        max-height: 0;
    }
}


/*
* H E L P - S Y M B O L
********************************************************************/
.ejw-help--help-symbol {
    position: relative;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    padding-left: 2px;
    padding-top: 1px;
}

.ejw-help--help-existent {
    color: #000000;
}

.ejw-help--help-nonexistent {
    color: #cccccc;
}

.ejw-help--help-impossible {
    color: rgba(185, 74, 72, 0.5);
}


/*
* P O P O V E R
********************************************************************/
.ejw-help--help-symbol-wrapper {
    position:absolute;
    left: -20px;
}

.ejw-help--popover-wrapper {
    position: relative;
}

.ejw-help--popover {
    display: none;
    position: absolute;
    bottom: -1rem;
    z-index: 9997;
    left: 20px;
    min-width: 400px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /*color: #000000;
    background-color: #fff;*/
    color: #fff;
    background-color: #000;

    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

.ejw-help--popover-arrow {
    position: absolute;
    display: block;
    bottom: 1.3rem;
    left: -1rem;
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.ejw-help--popover-arrow:before, .ejw-help--popover-arrow:after {
    position: absolute;
    display: block;
    content: "";
    border: 1rem solid transparent;
    border-left-width: 0;
    box-sizing: border-box;
}

.ejw-help--popover-arrow:before {
    left: 0;
    border-right-color: rgba(0,0,0,.25);
}

.ejw-help--popover-arrow:after {
    left: 1px;
    /*border-right-color: #fff;*/
    border-right-color: #333;
}

.ejw-help--popover-header {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #000;
    border-bottom: 1px solid #555555;
    border-radius: 5px 5px 0 0;
    text-align: right;
}

.ejw-help--popover-content {
    padding: 9px 14px;
}

.ejw-help--popover-content p {
    margin: 0;
}

.ejw-help--popover-footer {
    text-align: right;
    padding: 8px 14px;
    margin: 0;
    font-size: 12px;
    background-color: #000;
    border-top: 1px solid #555555;
    border-radius: 5px 5px 0 0;
}

/*
* O N / O F F - S W I T C H
********************************************************************/
.ejw-help--switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
}

.ejw-help--switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ejw-help--switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 25px;
    -webkit-transition: .4s;
    transition: .4s;
}

.ejw-help--switch-slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .ejw-help--switch-slider {
    background-color: #00B85B;
}

input:focus + .ejw-help--switch-slider {
    box-shadow: 0 0 1px #00B85B;
}

input:checked + .ejw-help--switch-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}


/*
* Q U I L L - E D I T O R
********************************************************************/
.ejw-help--quill-editor-container {
    background-color: #ffffff;
    color: #000000;
}

.ejw-help--quill-editor-container .ql-tooltip.ql-editing {
    left: 0 !important;
    top: 0 !important;
}

.ejw-help--quill-editor {
    min-height: 100px;
}