
* {
    font-family: arial, sans-serif;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.preload-img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/Preloader_11.gif) center no-repeat #fff;
}
.clearfix:after {
    content: ' ';
    display: table;
    clear: both;
}

.container {
    padding: 0 20px;
}
.dry-header-wrapper {
    padding: 5px 20px 0;
}
.action-buttons {
    float: left;
}
.btns {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 5px;
    padding: 5px 25px;
    float: left;
    font-size: 13px;
    z-index: 10;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btns:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btns-add {
    background: #2196F3;
    border: 1px solid #2196F3;
}
.btns.disabled {
    background: #cccccc;
    border: 1px solid #cccccc;
}
.btns.disabled:hover {
    cursor: not-allowed;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.plugin-details{
    margin-left: 350px;
    font-size: 13px;
    position: absolute;
}
#columnstructure {
    position: relative;
    width: 150px !important;
    margin-top: 55px;
    margin-left: 5px;
}

#btn_save{
    border: 1px solid #2196F3;
    background: #2196F3;
    color: #fff;
    width: inherit;
}

/*button switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input {
    display:none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00CC00;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*ddslick*/
.dd-select {
    background: #fff !important;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 150px !important;
}
.dd-select a,.dd-in a {
    color: #000;
    font-size: 14px;
    font-weight: 100;
    overflow: hidden;
    display: block;
    padding: 10px;
}

.dd-select a label,.dd-in a label {
    display: block;
    cursor: default;
    float:left;
}

.dd-selected:hover>.dd-selected-text{
    color: #000;
    float: left;
    cursor: pointer;
}
.dd-options {
    width: 150px !important;
    border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
}
.dd-options li{
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    padding-left: 10px;
    height: 38px;
    background: #fff;
}
.dd-options li:hover{
    background: #f3f3f3;
}

.dd-options li a{
    color: #21759B;
    float: left;
    font-size: 14px;
    border: none;
    width: 90%;
    padding: 10px 0 !important;
}

.dd-options li a:hover{
    text-decoration: none
}

.dd-options li:hover>a{
    color: #000;
}
.dd-option-selected {
    background: none;
}
.dd-pointer.dd-pointer-down{
    border: solid 5px transparent;
    border-top: solid 5px #000;
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.dd-pointer.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}

.control-group {
    margin: 10px;
}
.control-label, .controls {
    display: inline-block;
}
.control-label {
    width: 150px;
}
.controls input {
    width: 40px;
    padding: 5px;
    outline: none;
    border: none;
    border-bottom: 1px solid #cccccc !important;
}

/*Slider bar*/
.sliderContainer {
    margin-bottom: 100px;
    padding: 20px 0 0;
    width: 100%;
    display: block;
    float: left;
}
.column-slider {
    position: relative;
}

.column-slider-container {
    height: 52px;
    border-radius: 10px;
    position: absolute;
    width: 100%;
}

.column-slider-innerBar {
    height: 100%;
    left: -10px;
    overflow: hidden;
    width: 100%;
    border: 3px dashed #c8c8c8;
    border-radius: 5px;
}
.column-sliders {
    position: relative;
    height: 53px;
    top: -54px;
    width: 100%;
}
.slider-range {
    position: absolute !important;
    height: 10px;
    border: 1px solid #ccc;
}
.ui-slider-range {
    height: 10px;
    background: #AAAAAA;
    position: absolute;
}
.ui-slider-handle {
    position: absolute;
    background: #eeeeee;
    z-index: 9;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-left: -8px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ui-slider-handle:hover {
    background: #cccccc;
}
.column-sliders .ui-slider-horizontal {
    top: 20px;
}
.slider-label {
    position: absolute;
    display: block;
    top: -11px;
    width: 35px;
    height: 20px;
    color: #fff;
    background:#000;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif ;
    border-radius: 3px;
    border: 1px solid #333;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    background: linear-gradient(top, rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%);
}

/*Mini Editor*/
.contentHolder{
    width: 100%;
    min-height: 150px;
    float: left;
    border: 1px solid #CCCCCC;
    background-image:url('../img/stripes.png');
}

.contentHolder .columns_preview img {
    max-width: 100%;
    height: auto;
}

.contentHolder .columns_preview{
    height: 150px;
    float: left;
    background: #fff;
    word-wrap: break-word;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.contentHolder .columns_preview p {
    margin: 0 0 1.5em;
}
.remove-columns-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    display: none;
}
.remove-columns-btn i {
    font-size: 16px;
    width: auto;
    height: auto;
    background-color: #f44336;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.remove-columns-btn i:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dry_row {
    margin-top: 15px;
    float: left;
}

#wpfooter {
    display: none;
}