.editor-configure-dialog {
    background-color: #FFFFFF;
    position: fixed;
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    z-index: 1000005;
   /* transform: translate(-50%,-50%); */
    box-shadow: 0 0 30px #000;
    font-family: "Sans Pro";
}
.editor-configure-dialog.selection {
    overflow-y: auto;
    padding: 15px;
}
.editor-configure-dialog-close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.editor-configure-dialog-headline {
    font-family: "Sans Pro Bold";
    font-size: 50px;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
}
.editor-configure-dialog-subheadline {
    font-size: 30px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section {
    margin-top: 100px;
    position: relative;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview {
    float: left;
    min-width: 60px;
    min-height: 60px;
    max-width: 130px;
    max-height: 130px;
    padding: 2px;
    border: 3px solid #FFF;
    margin-right: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
  /*  width: 20%; */
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview:last-child {
    margin-right: 0;
}

.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview .style-preview-selected-icon {
    background: url(/website/static/css/default/ConfigureDialog/img/style-selected.png) left top no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: none;
    z-index: 1002006;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview-image {
    border: 1px solid #dcdcdc;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: relative;
    z-index: 1002005;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview.selected {
    border-color: #E2BC44;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview.selected .style-preview-selected-icon {
    display: block;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview.color-variants {
    position: relative;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview.color-variants:hover .style-preview-color-variants {
    display: block;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview .style-preview-color-variants {
    position: relative;
    z-index: 1002000;
    width: 238px;
    background-color: #ececec;
    left: -20px;
    top: -220px;
    padding-top: 224px;
    padding-bottom: 16px;
    border: 1px solid #999999;
    display: none;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview .style-preview-color-variants .style-preview-color-variants-inner {
    padding: 0 20px;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview .style-preview-color-variants .style-preview-color-variant {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #999999;
    border: 1px solid #ececec;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview .style-preview-color-variants .style-preview-color-variant:nth-child(4n) {
    margin-right: 0;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview .style-preview-color-variants .style-preview-color-variant-image {
    border: 1px solid #FFF;
    width: 42px;
    height: 42px;
}
.editor-configure-dialog .editor-configure-dialog-style-preview-section-inner .style-preview .style-preview-color-variant:last-child {
    margin-right: 0;
}
.editor-configure-dialog .editor-configure-dialog-bottom {
    margin: 50px auto 0 auto;
    width: 596px;
    height: 66px;
    background-color: #84BB5A;
    border: 2px solid #84BB5A;
    border-radius: 4px;
}
.editor-configure-dialog .editor-configure-dialog-bottom.disabled {
    border-color: #bababa;
}

.editor-configure-dialog .editor-configure-dialog-selects {
    background-color: #efefef;
    width: 188px;
    height: 50px;
    padding: 8px;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.editor-configure-dialog .editor-configure-dialog-selects select {
    font-size: 20px;
    outline: none;
    height: 50px;
    width: 85px;
    border-radius: 4px;
    padding: 0 10px;
    cursor: pointer;
    background: #fff url(/website/static/css/default/ConfigureDialog/img/select-dropdown-icon.png) right -2px top no-repeat;
    -webkit-appearance: none;
    overflow: hidden;
    border: none;
    outline: none;
}
.editor-configure-dialog .editor-configure-dialog-selects select option {
    outline: none;
}
.editor-configure-dialog .editor-configure-dialog-selects select:first-child {
    margin-right: 16px;
}
.editor-configure-dialog .editor-configure-dialog-bottom.disabled .editor-configure-dialog-selects,
.editor-configure-dialog .editor-configure-dialog-bottom.disabled .editor-configure-dialog-selects select { 
    cursor: not-allowed;
}
.editor-configure-dialog .editor-configure-dialog-submit {
    float: left;
    width: 392px;
}
.editor-configure-dialog .editor-configure-dialog-submit button {
    margin: 0;
    font-family: "Sans Pro Bold";
    font-size: 30px;
    width: 100%;
    height: 66px;
    color: #FFFFFF;
    background-color: #84BB5A;
    border: none;
    outline: none;
    cursor: pointer;
}
.editor-configure-dialog .editor-configure-dialog-bottom.disabled .editor-configure-dialog-submit button {
    background-color: #bababa;
    color: #999999;
    cursor: not-allowed;
}
.editor-configure-dialog .editor-configure-dialog-submit button.loading {
    background: #84BB5A url(/website/static/css/default/ConfigureDialog/img/loading.gif) right 8px center no-repeat;
    padding-right: 20px;
}

.editor-configure-dialog .style-preview-caption {
    margin-top: 5px;
    text-align: center;
}

.editor-configure-dialog-projects {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 11px;
    left: 0;
}
.svg-editor-projects-content {
    font-size: 9px;
    line-height: 1.2em;
   /* width: 735px; */
    height: 102px;
    position: relative;
    overflow: hidden;
    padding-left: 25px;
}
.svg-editor-projects-content .preview-wrapper {
  /*  height: 65px; */
  /*  width: 65px; */
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
}
.svg-editor-projects-content .preview-wrapper img {
  /*  max-height: 79px; */
  border: 1px solid #bdbcbc;
}
.svg-editor-projects-content .preview-loader {
    width: 100px;
    height: 100px;
    border: 1px solid #bdbcbc;
    background-color: #efefef;
}
.svg-editor-projects-content .project-info {
    height: 100px;
    min-width: 65px;
    text-align: left;
    float: left;
    padding-left: 15px;
}
.svg-editor-projects-content .project-wrapper {
   /* width: 169px; */
    min-width: 100px;
    height: 102px;
    position: relative;
    background-color: #fff;
    float: left;
   /* border: 1px solid #ececec; */
    margin: 0 15px 0 0;
}
/*
.svg-editor-projects-content .project-wrapper .edit-button {
    width: 157px;
    height: 19px;
    position: absolute;
    bottom: 3px;
    left: 5px;
    background-color: #efefef;
    border: 1px solid #D6D6D6;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
*/
.svg-editor-projects-content .arrow {
    width: 17px;
    height: 102px;
    border: 1px solid #D6D6D6;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.svg-editor-projects-content .arrow-left {
    left: 0;
    background: url(/website/static/css/default/common/img/sibling_prev.png) left no-repeat #efefef;
}
.svg-editor-projects-content .arrow-right {
    right: 0;
    background: url(/website/static/css/default/common/img/sibling_next.png) right no-repeat #efefef;
}
.svg-editor-projects-content .arrow-left:hover {
    background: url(/website/static/css/default/common/img/sibling_prev_hover.png) left no-repeat #efefef;
}
.svg-editor-projects-content .arrow-right:hover {
    background: url(/website/static/css/default/common/img/sibling_next_hover.png) right no-repeat #efefef;
}
.svg-editor-projects-content .arrow-left.disabled,
.svg-editor-projects-content .arrow-left.disabled:hover {
    background: url(/website/static/css/default/common/img/sibling_prev.png) left no-repeat #efefef;
    opacity: 0.3;
}
.svg-editor-projects-content .arrow-right.disabled,
.svg-editor-projects-content .arrow-right.disabled:hover {
    background: url(/website/static/css/default/common/img/sibling_next.png) right no-repeat #efefef;
    opacity: 0.3;
}

