
.evenote-modal-wrap .spinner.loading {
    background-position: center center;
    display: inline-block;
    float: none;
    height: auto;
    position: absolute;
    width: auto;
}

/* MODALS */
html.has-evenote-modal-{
    overflow: hidden;
}
body{
    overflow-y: scroll;
}
.evenote-backdrop {
    background: rgba(0,0,0,0.3);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100100;
}
.evenote-modal-wrap {
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    margin: 0 auto;
    z-index: 100105;
}
.evenote-modal-blocker {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.evenote-modal-wrap.evenote-animate{
    transform:  translate(0,0) !important;
}

.evenote-modal-closer {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
    text-decoration: none !important;
    line-height: 0;
    border: 0;
    height: 7px;
}
.evenote-modal-closer:hover {
    background-color: rgba(0,0,0,.1);
    color: #fff;
}

.evenote-modal-title > h3 {
    font-weight: 400;
    margin: 0;
    padding: 12px 40px 12px 12px;
    clear: none;
    background: rgb(195, 0, 40);
    color: #fff;
}

.evenote-modal-body {
    -moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
    box-sizing:        border-box;   /* Everything else */
    overflow: auto;
}

.evenote-modal-body.has-buttons{
    bottom: 53px;
}
.evenote-modal-footer {
    text-align: right;
    background: none repeat scroll 0 0 #EFEFEF;
    border-top: 1px solid #E0E0E0;
}


@media (max-width: 600px) {
    /* Small Screens */
    .evenote-modal-wrap.evenote-front-modal-wrap{
        bottom: 0;
        display: block;
        left: 0;
        margin: 0 !important;
        overflow: auto;
        padding: 0 !important;
        top: 0;
        width: 100% !important;
    }
}



.evenote-sticky-modal{
    z-index: 100099;
    position: fixed;
}
.evenote-sticky-modal > .evenote-modal-title{ cursor: pointer; }
.evenote-sticky-modal.bottom-left{ bottom: 0; left: 0; }
.evenote-sticky-modal.bottom-right{ bottom: 0; right: 0; }
.evenote-sticky-modal.top-left{ top: 0; left: 0; }
.evenote-sticky-modal.top-right{ top: 0; right: 0; }

.evenote-sticky-modal.top-left .evenote-modal-title ,
.evenote-sticky-modal.top-right .evenote-modal-title {
    border-bottom: 0;
    border-top: 1px solid #EFEFEF;
}




.evenote-modal-content {
    box-sizing: border-box;
    height: 100%;
}

.evenote-modal-footer .evenote-control{
    display: inline-block;
    margin: 0;
}

.evenote-modal-footer .evenote-control.evenote-control-separator{
    position: relative;
    width:23px;
}
.evenote-modal-footer .evenote-control.evenote-control-separator label{
    display: none;
}
.evenote-modal-footer .evenote-control.evenote-control-separator .evenote-control-input::before{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: -21px;
    content: "";
    display: inline-block;
    left: 12px;
    position: absolute;
    top: -13px;
    width: 1px;
}
.evenote-modal-footer .evenote-control-input {
    min-width: auto;
}
.evenote-modal-footer .evenote-control.evenote-control-separator hr{
    display: none;
}
.evenote-modal-body .evenote-control-text .evenote-control-input {
    min-width: 100%;
    width: 100%;
}
.evenote-modal-body .evenote-control-input input.regular-text{
    width: 100%;
}
.evenote-modal-content > .evenote-has-tabs.evenote-panel-inside {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.evenote-modal-body .evenote-modal-sections {
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding: 12px;
}
.evenote-modal-content > .evenote-has-tabs.evenote-panel-inside{
    border: none;
}
.evenote-modal-tabs.evenote-panel-tabs {
    height: 100%;
    overflow: auto;
}
.evenote-top-tabs .evenote-modal-tabs.evenote-panel-tabs {
    height: auto;
    margin-top: -3px;
}
.evenote-modal-body .evenote-top-tabs .evenote-modal-sections {
    top: 38px;
    height: auto;
    bottom: 0;
    overflow: auto;
    position: absolute;
}
.evenote-modal-body .evenote-control-separator .evenote-control-label {
    width: 120px;
}
.evenote-modal-footer .evenote-control-label {
    margin: 3px 6px 0 0;
    width: auto;
}

.evenote-modal-wrap .notice.error {
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.3);
    left: 0;
    margin: 5px 8px;
    position: absolute;
    right: 0;
    top: 37px;
}


.evenote-modal-wrap.processing > .evenote-modal-body{
    position: relative;
}
.evenote-modal-wrap.processing > .evenote-modal-body{
    min-width: 70px;
    min-height: 70px;
}
.evenote-modal-wrap.processing > .evenote-modal-body > .evenote-modal-content{
    opacity: 0.5;
}
.evenote-modal-wrap > .evenote-modal-body:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    margin: -35px 0 0 -35px;
    z-index: 100001;
    opacity: 0;
    visibility: hidden;

}
.evenote-modal-wrap.processing > .evenote-modal-body:after {
    opacity: 1;
    visibility: visible;
}

.evenote-modal-wrap .evenote-post-relation-panel {
    border: 1px solid #ddd;
    border-top:0;
    display: none;
    padding: 6px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    left: 12px;
    position: absolute;
    right: 12px;
}
.evenote-modal-body .notice, .evenote-modal-body div.error, .evenote-modal-body div.updated {
    background: #fff none repeat scroll 0 0;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 5px 15px 2px;
    padding: 1px 12px;
    border-left-color: #dc3232;
}
.evenote-modal-body .notice-error, .evenote-modal-body div.error {
    border-left-color: #dc3232;
}
.evenote-modal-body .notice-dismiss::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #b4b9be;
    content: "";
    display: block;
    font: 400 16px/20px dashicons;
    height: 20px;
    text-align: center;
    width: 20px;
}
.evenote-modal-body .notice-dismiss {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #b4b9be;
    cursor: pointer;
    margin: 0;
    padding: 9px;
    position: absolute;
    right: 1px;
    top: 0;
}
.evenote-modal-body .screen-reader-text, .evenote-modal-body .screen-reader-text span, .evenote-modal-body .ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute;
    width: 1px;
}
.evenote-modal-body .notice p, .evenote-modal-body .notice-title, .evenote-modal-body div.error p, .evenote-modal-body div.updated p {
    margin: 0.5em 0;
    padding: 2px;
}