.upload-progress-area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 612px;
    padding: 48px 28px;
    border: 2px solid hsla(342, 6%, 67%, .2);
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative
}
.upload-remove {
    background: none;
    border: none;
    right: 18px;
    top: 18px
}

.upload-remove,
.upload-remove:before {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute
}

.upload-remove:before {
    content: "";
    background: url(../img/icon-close.svg) no-repeat 50%;
    left: 0;
    top: 0
}

.upload-remove:focus {
    outline: none!important
}

.upload-file-name {
    font-weight: 600;
    font-size: 1.6rem;
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 10px
}

.upload-progress-description {
    font-size: 1.4rem;
    color: rgba(42, 42, 42, .6);
    text-align: center
}

.upload-progress {
    width: 100%;
    height: 30px;
    background-color: rgba(42, 42, 42, .1);
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: hidden
}

.upload-progress-fill {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    background: linear-gradient(62deg, #d789d7 0%, #e23e57 100%);
    border-radius: 15px
}

.upload-progress-value {
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff
}


/*#loading-layer { background: #000; padding: 20px; text-align: center; color: #fff; border-radius: 2px; z-index: 99999999; }*/
#loading-layer {
        display: none;
        background-color: #fff;
        background-color: rgba(255,255,255,0.9);
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        width: 100%; height: 100%; text-indent: -9999px;
        overflow: hidden;
        white-space: nowrap; z-index: 99999999 !important;
    }
    #loading-layer:before, #loading-layer:after {
        content: "";
        border-radius: 50%;
        background-color: #444;
        position: absolute;
        left: 50%; top: 50%;
        width: 30px; height: 30px;
        margin: -15px 0 0 -15px;
    }
    #loading-layer:after {
        background-color: #ff485b;
    }

    #loading-layer:before {
        -webkit-animation: load1 .8s infinite ease;
        animation: load1 .8s infinite ease;
    }
    #loading-layer:after {
        -webkit-animation: load2 .8s infinite ease;
        animation: load2 .8s infinite ease;
    }
    @-webkit-keyframes load1 {
        0%, 80%, 100% { -webkit-transform: translate(-100%, 0); }
        40% { -webkit-transform: translate(50%, 0) scale(.6, .6); }
    }
    @keyframes load1 {
        0%, 80%, 100% { transform: translate(-100%, 0); }
        40% { transform: translate(50%, 0) scale(.6, .6); }
    }
    @-webkit-keyframes load2 {
        0%, 80%, 100% { -webkit-transform: translate(100%, 0); }
        40% { -webkit-transform: translate(-50%, 0) scale(.6, .6); }
    }
    @keyframes load2 {
        0%, 80%, 100% { transform: translate(100%, 0); }
        40% { transform: translate(-50%, 0) scale(.6, .6); }
    }



.scriptcode, .title_quote,
	.title_spoiler, .text_spoiler, .quote { padding: 2% 4%; background: #fff; border: 1px solid #dde4ea; }

	.title_quote { border-left: 2px solid #e85319; border-bottom: 0; margin-top: 2px; font-weight: bold; }
	.quote, blockquote { padding: 1% 4%; border-left: 2px solid #e85319; font-style: italic;}
	.title_spoiler { margin-top: 2px; }
	.text_spoiler { margin-bottom: 2px; }
	.title_spoiler img { vertical-align: middle; margin: -1px 0 0 !important }
	.scriptcode { color: #4c6d0f; text-align: left; font-family: "Courier New" }
	.title_spoiler { font-weight: normal; }
	.text_spoiler { border-top: 0; text-align: justify; }

	.hide { background-color: #f0f0f0; padding: 5px; color: #4c6d0f; margin: 0 0 1em 0 }
	.hide a { text-decoration: underline; } .hide a:hover { text-decoration: none }


.btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 180px;
    margin: 0 5px;
    padding: 18px 10px 16px 45px;
    cursor: pointer;
    transition: all .3s linear;
    background-color: #f4f4f4;
    background-image: url(../img/icon-pin.svg);
    background-repeat: no-repeat;
    background-position: 13px;
    background-size: 18px 8px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
}

.btn:hover {
    background-color: hsla(40,33%,63%,.4);
}


#dropmenudiv { padding: 10px 0; min-width: 140px; width: auto !important; opacity: 1 !important; display: none; font-size: .9em;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
	}
	#dropmenudiv { background-color: #fff; }
	#dropmenudiv a { text-decoration: none !important; color: inherit; display: block; padding: 3px 20px; border: 0 none; white-space: nowrap; color: inherit; }
	#dropmenudiv a:hover { background-color: #eeeeef; }


.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    left: 0; top: 0; right: 0; bottom: 0;
    position: fixed;
    }
    .ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
    .ui-helper-clearfix { display: inline-block }
    * html .ui-helper-clearfix { height: 1% }
    .ui-helper-clearfix { display: block }
    .ui-dialog {
        text-align: left;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 370px;
        border-radius: 2px;
        box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
        border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
        background-color: #f7f7f7;
        background-clip: padding-box;
        color:#000;
        z-index: 10040 !important;
    }
    .ui-dialog-titlebar { padding: 20px 20px; position: relative; }
    .ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
    .ui-dialog-titlebar-close {
        position: absolute;
        right: 10px; top: 50%;
        margin-top: -16px;
        height: 32px; width: 32px;
        border: 0 none !important;
    }
    .ui-dialog-titlebar-close .ui-icon {
        display: block;
        margin: 10px auto 0 auto;
        width: 12px; height: 12px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
        -webkit-background-size: 12px auto; background-size: 12px auto;
        opacity: .5;
    }
    .ui-button {
        float: right;
        border: 0 none;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        height: 36px;
        border-radius: 18px;
        line-height: 22px;
        outline: none;
        background-color: #3394e6;
        color: #fff;
        border: 0 none;
        padding: 7px 22px;
        text-decoration: none !important;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        -webkit-transition: all ease .1s; transition: all ease .1s;
    }
    .ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
    .ui-icon { overflow: hidden; text-indent: -9999px; }
    .ui-dialog label { color: #575757; }
    .ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
    .loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
    .ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
    .ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
    .ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
    .ui-draggable .ui-dialog-titlebar { cursor: move; }
    .ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
    .ui-button { margin: 0 3px; }
    .ui-helper-hidden-accessible{display: none;}


.DLEPush {
    z-index: 2001;
    position: fixed;
    right: 20px;
    top: 20px
}

@keyframes DLEPush-show {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.DLEPush-notification.wrapper {
    animation-name: DLEPush-show;
    animation-duration: 1s;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 45px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
    scale: .8;
}

.DLEPush-notification .DLEPush-header {
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    margin-left: 1rem;
    margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
    margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
    grid-column: 2;
    grid-row: 2;
    font-size: .875rem;
    margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
    list-style-type: none;
    padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-weight: 300;
    background: none;
    border: 0;
    font-size: 1.15rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: inherit;
    outline: 0;
    opacity: 0.75;
}

@media only screen and (min-width: 601px) {
    .DLEPush-notification.wrapper {
        min-width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .xfieldscolleft {
        float: none;
        width: 100%;
    }
    .xfieldscolright {
        float: none;
        width: 100%;
    }
}

.DLEPush-notification .DLEPush-close:hover {
    opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
    background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
    background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
    background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
    background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
    background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
    background-color: #FF5722;
}
