/*----------------------------------------------------------------------
All sliders page
----------------------------------------------------------------------*/

.new-slider-buttons {
    margin-top: 20px;
    padding: 15px 15px;
    background-color: #258592;
}

.sliders-list {
    margin-top: 20px;
}

.sliders-list tr:nth-child(2n+1) {
    background-color: #F9F9F9;
}


/*----------------------------------------------------------------------
Single slider page
----------------------------------------------------------------------*/

.wpsus-admin #titlediv {
    margin-right: 2%;
    margin-bottom: 10px;
    background-color: #8C948C;
}

.wpsus-admin .metabox-holder {
    overflow: hidden;
    background-color: #8C948C;
}

.wpsus-admin .metabox-holder {
    overflow: hidden;
    background-color: #8C948C;
}

.wpsus-admin .editor-wrapper {
    float: left;
    width: 100%;
    margin-right: -370px;
}

.wpsus-admin .editor-body {
    margin-right: 370px;
}

.wpsus-admin .inner-sidebar {
    float: right;
    width: 360px;
    background: #cec9c9;
}

@media (max-width: 700px) {
    .wpsus-admin .editor-wrapper {
        float: none;
        margin-right: 0;
    }
    .wpsus-admin .editor-body {
        margin-right: 0;
    }
    .wpsus-admin .inner-sidebar {
        float: none;
        width: 100%;
    }
    .add-slide-group {
        float: none !important;
    }
}

.wpsus-admin .slider-setting-presets {
    margin-left: 20px;
    width: 220px;
}

.preset-name {
    margin: 0 0 20px 20px;
}

.wpsus-admin .update-presets {
    display: inline-block;
    margin: 10px 0 20px 12px;
}

.wpsus-admin .update-presets:nth-of-type(1) {
    margin-left: 0px;
}


/* Slides container
--------------------------------------------------*/

.slides-container {
    overflow: hidden;
}


/* Slide
--------------------------------------------------*/

.slide {
    position: relative;
    float: left;
    width: 18%;
    margin: 1% 2% 1% 0;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    border: 1px solid #e5e5e5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 2180px) {
    .slide {
        width: 23%;
    }
}

@media (max-width: 1840px) {
    .slide {
        width: 31%;
    }
}

@media (max-width: 1520px) {
    .slide {
        width: 48%;
    }
}

@media (max-width: 1180px) {
    .slide {
        width: 98%;
    }
}

.slide-placeholder {
    border: 1px dashed #333;
    background-color: #DDD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slide-preview {
    position: relative;
    height: 170px;
    background: #E0E0E0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-image: -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    -moz-background-size: 20px 20px;
    -webkit-background-size: 21px 21px;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.dynamic-slide .slide-preview {
    background: #FFF;
    border-bottom: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slide .slide-spinner {
    display: none;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #FFF;
    background-size: auto;
    float: none;
    width: auto;
    height: auto;
    background-position: center 75px;
    z-index: 10;
}

.slide-preview p {
    line-height: 170px;
    margin: 0;
    width: 100%;
}

.slide-preview img {
    width: 100%;
}

.dynamic-slide .slide-preview p {
    font-size: 18px;
    font-weight: bold;
}

.slide-buttons {
    height: 44px;
    background: #FFF;
    text-align: center;
    cursor: move;
}

.slide-buttons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url('images/all-buttons.png');
    margin: 7px;
    opacity: 0.5;
    outline: none;
}

.slide-buttons a:hover {
    opacity: 1;
}

.slide-buttons .edit-main-image {}

.slide-buttons .edit-thumbnail {
    background-position: -30px 0;
}

.slide-buttons .edit-caption {
    background-position: -60px 0;
}

.slide-buttons .edit-layers {
    background-position: -90px 0;
}

.slide-buttons .edit-html {
    background-position: -120px 0;
}

.slide-buttons .edit-settings {
    background-position: -150px 0;
}

.slide-controls {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.slide:hover .slide-controls {
    display: block;
}

.slide-controls a {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    margin: 10px;
    text-indent: -9999px;
    background-image: url('images/all-buttons.png');
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    outline: none;
}

.delete-slide {
    background-position: -213px -3px;
}

.duplicate-slide {
    background-position: -243px -3px;
}


/* Add slide button
--------------------------------------------------*/

.add-slide-group {
    float: left;
    overflow: hidden;
    margin: 10px 0 180px;
}

.add-slide-group:hover .slide-type {
    display: block;
}

.add-slide-arrow {
    font-size: 10px;
    color: #999;
}

.slide-type {
    position: absolute;
    padding: 0 10px;
    background-color: #FCFCFC;
    margin: 0;
    border: 1px solid #BBB;
    display: none;
}

.slide-type li {
    margin: 0;
    border-bottom: 1px solid #BBB;
    cursor: pointer;
}

.slide-type li:last-child {
    border-bottom: none;
}

.slide-type a {
    display: block;
    padding: 8px;
    text-decoration: none;
}


/* Slider sidebar settings
--------------------------------------------------*/

.action {
    background-color: #F5F5F5;
}

.action .inside {
    padding-bottom: 0;
}

.action .preview-slider {
    margin-left: 6px;
}

.action .spinner {
    margin-top: 0;
    float: none;
    display: none;
    vertical-align: middle;
}

.postbox.closed .hndle {
    border-bottom: none;
}

.postbox.closed .inside {
    display: none;
}

.handlediv {
    cursor: pointer;
}

.handlediv:before {
    content: "\f142";
    font: 400 20px/1 dashicons;
    display: inline-block;
    margin: 6px;
}

.closed .handlediv:before {
    content: "\f140";
}

.sidebar-settings td {
    padding: 5px;
}

.sidebar-settings .setting {
    margin-left: 30px;
}

.sidebar-settings input,
.sidebar-settings select {
    font-size: 12px;
}

.sidebar-settings input[type=text] {
    width: 50px;
}

.sidebar-settings #custom_class {
    width: 100px;
}

.appearance-slide select {
    min-width: 100px;
}

.animations-slide select {
    min-width: 110px;
}

.autoplay-slide select {
    min-width: 100px;
}

.mouse_wheel-slide select {
    min-width: 100px;
}

.video-slide select {
    min-width: 120px;
}


/* Modal windows
--------------------------------------------------*/

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    text-align: center;
}

.modal-window-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 32px;
    z-index: 10000;
    text-align: center;
}

.modal-window-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.modal-window {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    background-color: #FFF;
    text-align: left;
}

.close-x {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 30px;
    cursor: pointer;
}

.close-x:before {
    content: '×';
}

.modal-window .heading {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.modal-window .buttons .close,
.modal-window .buttons .save {
    float: right;
    margin-left: 10px;
}

.fanbox-overlay {
    z-index: 15000 !important;
}


/* Import/Export window
--------------------------------------------------*/

@media (max-width: 560px) {
    .export-window:before,
    .import-window:before {
        display: none;
    }
}

.export-window textarea,
.import-window textarea {
    min-width: 500px;
    min-height: 300px;
}


/* Slide image editor
--------------------------------------------------*/

.main-image-editor .modal-window {
    min-width: 660px;
}

.main-image-editor.dynamic .modal-window {
    min-width: 470px;
}

@media (max-width: 720px) {
    .main-image-editor.custom:before {
        display: none;
    }
}

@media (max-width: 530px) {
    .main-image-editor.dynamic:before {
        display: none;
    }
}

.main-image-editor .fieldset {
    overflow: hidden;
    margin-bottom: 30px;
}

.main-image-editor .fieldset:last-child {
    margin-bottom: 0;
}

.clear-fieldset {
    float: right;
    font-size: 12px;
    margin-top: 6px;
    color: #F00;
    padding: 2px;
    cursor: pointer;
    display: none;
}

.clear-fieldset:hover {
    color: #FFF;
    background-color: #F00;
}

.main-image-editor .fieldset:hover .clear-fieldset {
    display: block;
}

.main-image-editor .image-loader {
    float: left;
    width: 170px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-image: -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    -moz-background-size: 20px 20px;
    -webkit-background-size: 21px 21px;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.main-image-editor.dynamic .image-loader {
    display: none;
}

.main-image-editor .image-loader img {
    height: 100%;
}

.main-image-editor .image-loader .no-image {
    width: 100%;
    line-height: 118px;
    margin: 0;
    border: 1px solid #EEE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.additional-image-loader {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: 5px;
    margin-left: -22px;
    cursor: pointer;
    background-image: url('images/all-buttons.png');
    background-position: -247px -7px;
    opacity: 0.5;
}

.additional-image-loader:hover {
    opacity: 1;
}

.main-image-editor.dynamic .additional-image-loader {
    display: none;
}

#main-image-retina-source,
#main-image-small-source,
#main-image-medium-source,
#main-image-large-source,
#main-image-retina-small-source,
#main-image-retina-medium-source,
#main-image-retina-large-source {
    padding-right: 25px;
}

.main-image-editor table {
    margin-left: 190px;
}

.main-image-editor.dynamic table {
    margin-left: 0;
}

.main-image-editor .field {
    margin-left: 10px;
    width: 363px;
    font-size: 12px;
    border: none;
    border-bottom: 1px dashed #CCC;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-image-editor .link table {
    margin-left: 0;
}

.main-image-editor .link .field {
    width: 612px;
}

.main-image-editor.dynamic .link .field {
    width: 420px;
}

.show-additional-images,
.hide-additional-images {
    color: #0074A2;
    text-decoration: underline;
    padding: 10px 0;
    cursor: pointer;
    margin-left: 193px;
}

.dynamic .show-additional-images,
.dynamic .hide-additional-images {
    margin-left: 3px;
}

.show-hide-additional-images {
    display: none !important;
}

.show-additional-images:hover,
.hide-additional-images:hover {
    color: #2EA2CC;
}

.show-additional-images {
    display: inline-block;
}

.hide-additional-images {
    display: none;
}

.show-hide-additional-images:checked~.info-content {
    display: block;
}

.show-hide-additional-images:checked~.show-additional-images {
    display: none;
}

.show-hide-additional-images:checked~.hide-additional-images {
    display: inline-block;
}

.additional-images {
    display: none;
}

.show-hide-additional-images:checked~.additional-images {
    display: table;
}


/* Thumbnail editor
--------------------------------------------------*/

.thumbnail-editor .modal-window {
    min-width: 660px;
}

.thumbnail-editor.dynamic .modal-window {
    min-width: 470px;
}

@media (max-width: 720px) {
    .thumbnail-editor.custom:before {
        display: none;
    }
}

@media (max-width: 530px) {
    .thumbnail-editor.dynamic:before {
        display: none;
    }
}

.thumbnail-editor .fieldset {
    overflow: hidden;
    margin-bottom: 30px;
}

.thumbnail-editor .fieldset:last-child {
    margin-bottom: 0;
}

.clear-fieldset {
    float: right;
    font-size: 12px;
    margin-top: 6px;
    color: #F00;
    padding: 2px;
    cursor: pointer;
    display: none;
}

.clear-fieldset:hover {
    color: #FFF;
    background-color: #F00;
}

.thumbnail-editor .fieldset:hover .clear-fieldset {
    display: block;
}

.thumbnail-editor .image-loader {
    float: left;
    width: 170px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-image: -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    -moz-background-size: 20px 20px;
    -webkit-background-size: 21px 21px;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.thumbnail-editor.dynamic .image-loader {
    display: none;
}

.thumbnail-editor .image-loader img {
    height: 100%;
}

.thumbnail-editor .image-loader .no-image {
    width: 100%;
    line-height: 118px;
    margin: 0;
    border: 1px solid #EEE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.additional-image-loader {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: 5px;
    margin-left: -22px;
    cursor: pointer;
    background-image: url('images/all-buttons.png');
    background-position: -277px -7px;
    opacity: 0.5;
}

.additional-image-loader:hover {
    opacity: 1;
}

.thumbnail-editor.dynamic .additional-image-loader {
    display: none;
}

#thumbnail-retina-source {
    padding-right: 25px;
}

.thumbnail-editor table {
    margin-left: 190px;
}

.thumbnail-editor.dynamic table {
    margin-left: 0;
}

.thumbnail-editor .field:not(textarea) {
    margin-left: 10px;
    width: 363px;
    font-size: 12px;
    border: none;
    border-bottom: 1px dashed #CCC;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.thumbnail-editor textarea.field {
    width: 100%;
    height: 100px;
}

.thumbnail-editor .link table {
    margin-left: 0;
}

.thumbnail-editor .link .field {
    width: 612px;
}

.thumbnail-editor.dynamic .link .field {
    width: 420px;
}


/* Caption editor
--------------------------------------------------*/

.caption-editor .modal-window textarea {
    min-width: 600px;
    min-height: 300px;
}

@media (max-width: 660px) {
    .caption-editor:before {
        display: none;
    }
}


/* HTML editor
--------------------------------------------------*/

.html-editor .modal-window textarea {
    min-width: 600px;
    min-height: 300px;
}

@media (max-width: 660px) {
    .html-editor:before {
        display: none;
    }
}


/* Layers editor
--------------------------------------------------*/

.layers-editor .modal-window {
    min-width: 670px;
}

@media (max-width: 670px) {
    .layers-editor:before {
        display: none;
    }
}


/* layer buttons
----------------*/

.add-new-layer,
.delete-layer,
.duplicate-layer {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-image: url('images/all-buttons.png');
    margin: 0 15px 0 0;
    opacity: 0.6;
    outline: none;
}

.add-new-layer:hover,
.delete-layer:hover,
.duplicate-layer:hover {
    opacity: 1;
}

.no-layers .delete-layer,
.no-layers .duplicate-layer,
.no-layers .delete-layer:hover,
.no-layers .duplicate-layer:hover {
    opacity: 0.2;
    cursor: default;
}

.add-new-layer {
    background-position: -185px -5px;
}

.delete-layer {
    background-position: -215px -5px;
}

.duplicate-layer {
    background-position: -245px -5px;
}

.add-layer-group {
    display: inline-block;
    position: relative;
}

.add-layer-group:hover .layer-type {
    display: block;
}

.layer-type {
    position: absolute;
    bottom: 18px;
    padding: 0 10px;
    background-color: #FCFCFC;
    margin: 0;
    border: 1px solid #BBB;
    display: none;
    z-index: 10;
}

.layer-type li {
    margin: 0;
    border-bottom: 1px solid #BBB;
    cursor: pointer;
    white-space: nowrap;
}

.layer-type li:last-child {
    border-bottom: none;
}

.layer-type a {
    display: block;
    padding: 8px;
    text-decoration: none;
}


/* layer controls
-----------------*/

.layer-controls {
    margin-top: 10px;
}

.layer-controls-left {
    float: left;
}

.layer-controls-right {
    margin: 4px 0 0 150px;
    position: relative;
}


/* layer list
-------------*/

.list-layers {
    width: 130px;
    max-height: 137px;
    overflow: auto;
    margin: 13px 0 0;
}

.list-layer {
    position: relative;
    border: 1px solid #CCC;
    background-color: #F4F4F4;
    padding: 7px;
    margin: 0 0 7px 0;
    cursor: move;
    line-height: 1;
}

.selected-list-layer {
    border-color: #000;
}

.list-layer:first-child {
    margin-top: 0;
}

.list-layer:last-child {
    margin-bottom: 0;
}

.list-layer input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    margin: 0;
}

.list-layer-placeholder {
    border: 1px dashed #999;
    background-color: #FEFEFE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* layer settings
-----------------*/

.layers-editor input[type="text"] {
    width: 70px;
}

.layer-settings {
    display: none;
    margin-bottom: 0;
    height: 170px;
}

.selected-layer-settings {
    display: block;
}

.layer-settings>ul>li {
    float: left;
}

.layer-settings-tab {
    display: none !important;
}

.layer-settings-tab-label {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #0074a2;
}

.layer-settings-tab:checked~.layer-settings-tab-label,
.layer-settings-tab-label:hover {
    background-color: #F4F4F4;
}

.layer-setting-fields {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    height: 138px;
    background-color: #F4F4F4;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layer-setting-fields td {
    padding: 0 20px 10px 0;
}

.layer-setting-fields td:last-child {
    padding-right: 0;
}

.layer-setting-fields tr:last-child td {
    padding-bottom: 0;
}

.layer-settings-tab:checked~.layer-setting-fields {
    display: block;
}

.layer-settings-tab:checked~.layer-setting-fields {
    display: block;
}

.layer-setting-fields label {
    display: block;
    margin-bottom: 5px;
}

.layer-setting-fields .multi-check label {
    display: inline;
}

.layer-setting-fields table {
    border-spacing: 0;
}

.layer-setting-fields input[name="custom_class"] {
    width: 120px;
}

.layer-setting-fields select[name="position"] {
    width: 127px;
}

.layer-content-fields table {
    width: 100%;
}

.layer-content-fields textarea {
    margin: 0;
    width: 100%;
    height: 100%
}

.layer-content-fields input[type="text"] {
    width: 100%
}

.layer-content-fields .heading-type-label {
    display: inline;
}

.layer-content-fields .heading-text {
    height: 78px;
}

.layer-content-fields .video-text {
    height: 95px;
}

.layer-image-input {
    position: relative;
}

.layer-image-input input[type="text"] {
    padding-right: 25px;
}

.layer-image-loader {
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 6px;
    right: 4px;
    cursor: pointer;
    background-image: url('images/all-buttons.png');
    background-position: -277px -7px;
    opacity: 0.5;
}

.layer-image-loader:hover {
    opacity: 1;
}


/* layer viewport
-----------------*/

.layer-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -moz-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), -webkit-linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    background-image: linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%), linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 75%, #EEE 75%, #EEE 100%);
    -moz-background-size: 20px 20px;
    -webkit-background-size: 21px 21px;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.viewport-image {
    position: relative;
    display: block;
}

.layers-editor .viewport-layers {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.viewport-layer {
    position: absolute;
    cursor: move;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.viewport-layer .wps-layer {
    position: relative !important;
}

.viewport-layers .has-placeholder {
    border: 1px dashed #999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.viewport-layers .video-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('images/video-placeholder-button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFF;
}


/* Settings editor
--------------------------------------------------*/

.settings-editor .modal-window {
    min-width: 326px;
}

@media (max-width: 386px) {
    .settings-editor:before {
        display: none;
    }
}

.settings-editor .heading {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
}

.settings-editor table {
    border: none;
    border-spacing: 0;
    width: 100%;
}

.settings-editor th,
.settings-editor td {
    padding-bottom: 10px;
}

.settings-editor tr:last-child td {
    padding-bottom: 0;
}

.settings-editor th {
    font-size: 14px;
}

.settings-editor th.label-cell {
    text-align: left;
}

.settings-editor .label-cell label {
    padding-right: 10px;
}

.settings-editor .setting-cell {
    text-align: right;
}

.settings-editor select,
.settings-editor input[type=text] {
    width: 215px;
    margin: 0;
}

.settings-editor input[type=checkbox] {
    margin-right: 199px;
}

.settings-editor .buttons {
    margin-top: 10px;
}

.settings-editor .multi-check {
    display: inline-block;
}


/* Breakpoint settings
--------------------------------------------------*/

.breakpoints-box .inside {
    margin: 0;
    padding: 0;
}

.breakpoints-box .add-breakpoint {
    display: block;
    margin: 10px;
    text-align: center;
}

.breakpoint {
    background-color: #FFF;
}

.breakpoints-box table {
    width: 100%;
    border-spacing: 0;
    white-space: nowrap;
}

.breakpoints-box table th {
    font-weight: normal;
    padding: 10px 10px 10px 20px;
}

.breakpoints-box table td {
    padding-left: 20px;
}

.breakpoint-header {
    width: 100%;
    background-color: #F9F9F9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: move;
    text-align: left;
}

.breakpoint-header input {
    vertical-align: middle
}

.add-breakpoint-setting-group {
    position: relative;
    display: inline-block;
    margin: 15px;
}

.add-breakpoint-setting-group:hover .breakpoint-setting-name {
    display: block;
}

.add-breakpoint-setting {
    vertical-align: middle !important;
}

.add-breakpoint-setting-arrow {
    font-size: 10px;
    color: #999;
}

.breakpoint-setting-name {
    position: absolute;
    padding: 0 10px;
    background-color: #FEFEFE;
    margin: 0;
    border: 1px solid #BBB;
    display: none;
    bottom: 28px;
}

.breakpoint-setting-name li {
    margin: 0;
    cursor: pointer;
}

.breakpoint-setting-name li:last-child {
    border-bottom: none;
}

.breakpoint-setting-name a {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.remove-breakpoint,
.remove-breakpoint-setting {
    display: none;
    position: absolute;
    right: 15px;
    font-size: 15px;
    margin-top: 3px;
    cursor: pointer;
}

.breakpoint-header:hover .remove-breakpoint,
.breakpoint-settings tr:hover .remove-breakpoint-setting {
    display: inline;
}

.remove-breakpoint:before,
.remove-breakpoint-setting:before {
    content: '×';
}

.breakpoint-settings td {
    white-space: nowrap;
}

.breakpoint-settings .setting-cell {
    width: 99%
}


/* Delete dialogs
--------------------------------------------------*/

.dialog-question {
    font-weight: bold;
    font-size: 14px;
}

.dialog-buttons {
    text-align: right;
}


/* Inline info and info tooltip
--------------------------------------------------*/

.info-tooltip {
    position: absolute;
    padding: 10px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #5BC0DE;
    border-right-width: 4px;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    left: -100%;
    max-width: 100%;
    white-space: normal;
    z-index: 100;
}

.info-tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #5BC0DE;
    top: 50%;
    right: -14px;
    margin-top: -5px;
}

.inline-info {
    padding: 1px 10px;
    background-color: #F4FAFF;
    color: #333;
    border-left: 4px solid #5BC0DE;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.getting-started-info {
    position: relative;
    margin-top: 10px;
    background-color: #FFF;
}

.getting-started-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    text-decoration: none;
}

.video-tutorials-list {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    width: 700px;
}

.video-tutorials-list li {
    margin-bottom: 10px;
}

.sidebar-slide-info {
    margin-top: 10px;
}

.breakpoints-info {
    margin: 10px;
}

.slide-settings-info {
    max-width: 324px;
}

.main-image-editor-info {
    max-width: 660px;
}

.dynamic .main-image-editor-info {
    max-width: 470px;
}

.thumbnail-editor-info {
    max-width: 660px;
}

.dynamic .thumbnail-editor-info {
    max-width: 470px;
}

.layers-editor-info {
    margin-top: 30px;
    min-width: 670px;
}

.no-layers-info {
    display: none;
}

.has-layers-info {
    display: block;
}

.no-layers .no-layers-info {
    display: block;
}

.no-layers .has-layers-info {
    display: none;
}

.caption-editor-info,
.html-editor-info {
    max-width: 600px;
    margin-top: 30px;
}

.export-info,
.import-info {
    max-width: 500px;
    margin-top: 30px;
}

.custom-css-js-info {
    margin: 15px 0 30px 0;
}

.info-content,
.dynamic-tags {
    display: none;
}

.show-hide-info,
.show-hide-dynamic-tags {
    display: none !important;
}

.show-info,
.hide-info,
.show-dynamic-tags,
.hide-dynamic-tags {
    text-decoration: underline;
    margin-bottom: 1em;
    color: #0074A2;
}

.show-info,
.hide-info {
    margin-top: 1em;
}

.show-info:hover,
.hide-info:hover,
.show-dynamic-tags:hover,
.hide-dynamic-tags:hover {
    color: #2EA2CC;
}

.show-info,
.show-dynamic-tags {
    display: inline-block;
}

.hide-info,
.hide-dynamic-tags {
    display: none;
}

.show-hide-info:checked~.info-content,
.show-hide-dynamic-tags:checked~.dynamic-tags {
    display: block;
}

.show-hide-info:checked~.show-info,
.show-hide-dynamic-tags:checked~.show-dynamic-tags {
    display: none;
}

.show-hide-info:checked~.hide-info,
.show-hide-dynamic-tags:checked~.hide-dynamic-tags {
    display: inline-block;
}

.dynamic-tags td {
    vertical-align: top;
}

.dynamic-tags td p {
    margin-top: 0;
}


/* Multicheck plugin
--------------------------------------------------*/

.multi-check {
    position: relative;
    text-align: left;
}

.multi-check-header {
    width: 100%;
    padding: 5px;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.multi-check-header-arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    color: #333;
    font-size: 11px;
    margin-top: -7px;
}

.multi-check-content {
    overflow: auto;
    position: absolute;
    width: 100%;
    min-height: 50px;
    max-height: 150px;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #999;
    background-color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

.multi-check input {
    margin: 0 !important;
}

.multi-check label {
    margin-left: 5px;
}

.multi-check .group-label {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
}

.multi-check .single-check-container {
    padding: 5px;
}


/*----------------------------------------------------------------------
Custom CSS and JavaScript page
----------------------------------------------------------------------*/

.button-primary.custom-css-js-update {
    display: block;
    margin-left: 3px;
    margin-bottom: 40px;
}

.custom-css,
.custom-js {
    margin-bottom: 20px;
}


/*----------------------------------------------------------------------
Plugin settings page
----------------------------------------------------------------------*/

.plugin-settings table {
    max-width: 960px;
    border-spacing: 0;
}

.plugin-settings table td {
    vertical-align: top;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #DDD;
}

.plugin-settings table tr td:first-child {
    white-space: nowrap;
}

.plugin-settings table tr:last-child td {
    border-bottom: none;
}

.plugin-settings label {
    font-size: 14px;
    font-weight: bold;
}

.plugin-settings .button-primary {
    margin-top: 30px;
}

#cache-expiry-interval {
    width: 50px;
    margin-right: 10px;
    text-align: center;
}

.clear-cache-spinner {
    float: none;
    display: none;
    vertical-align: middle;
}

.activatewp-pluginok {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
}

.activatewp-pluginok-field {
    width: 300px;
    margin: 0 20px;
}

.empty-code {
    border-color: #F0AD4E;
}

.valid-code {
    border-color: #7ad03a;
}

.not-valid-code {
    border-color: #D9534F;
}


/*----------------------------------------------------------------------
Documentation page
----------------------------------------------------------------------*/

.wpsus-documentation {
    height: 100vh;
}


/*----------------------------------------------------------------------
Utils
----------------------------------------------------------------------*/

.wps-clearfix {
    display: inline-block;
}

.wps-clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.wps-clearfix {
    display: block;
}