html #wpadminbar{
    display: none;
}

html #adminmenuwrap{
    display: none;
}
html #adminmenuback{
    display: none;
}
html #wpcontent{
    margin-left: 10px;;
    margin-right: 30px;
}



#wpfooter p{
    display: none;
}

.sc-con { max-width:1000px; overflow:visible; position:relative; width: 100%; margin: 0 auto; }
.pop-menu{ width:630px; overflow:hidden; position:relative; cursor:pointer; }
.pop-menu li{ list-style:none; padding:10px; font-size:1.5em; width:100%; background: transparent url('img/dzsarrows.png') no-repeat 90% 50%; border-bottom:1px solid #eee;  }
.pop-menu li:last-child{ border-bottom:0px solid #eee;  }
.menu-page { position:absolute; left:630px; display:none; top:0; width:100%;}
.sc-title{ font-size:1.5em; margin:1em 0; }

a.bluebg{ background:#0cF; color:#fafafa!important; padding:5px 8px; text-decoration:none; display:inline-block; margin-top:5px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;	}
a.bluebg:hover{ background:#0dF;}
input[type="text"]{background: none repeat scroll 0 0 #fdfdfd;
    border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #555;
    display: block;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    padding: 5px;
    resize: none;
	box-shadow:0 0 2px 1px rgba(0,0,0,0.05);}
	
.colorpicker{ position: relative; }
.colorpicker .mColorPickerTrigger { position:absolute; top:5px; left:180px; }



.shortcode-output{

    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    background-color: #d3d3d3;
    color: #111;
    font-family: Courier New, Arial;
}
.shortcode-output:empty{

    display: none;
}


/*columns*/
.columns-con{ position:relative; width:100%; height:auto; }
.sc_column, .sc_tab{ border:1px solid rgba(0,0,0,0.1); background-color:rgba(0,0,0,0.02); box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; margin-top:10px; padding:0px 15px 15px; border-radius:5px; }

.sc_column textarea, .sc_tab textarea{width:90%; height:100px; padding:8px 10px; background: none repeat scroll 0 0 #fdfdfd;
    border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #555;
    display: block;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    padding: 5px;
    resize: none;
	box-shadow:0 0 2px 1px rgba(0,0,0,0.05);  }
.sc_column  h4 {  }

.sc_tab h5{margin-top:1em;}
.sc-con .select-wrapper, .sc-con .select-wrapper select{
    width: 200px;
}



.ui-button{
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
border-color: #222;
background: #444;
background: -moz-linear-gradient(top, #444 0%, #333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#333));
background: -webkit-linear-gradient(top, #444 0%,#333 100%);
background: -o-linear-gradient(top, #444 0%,#333 100%);
background: -ms-linear-gradient(top, #444 0%,#333 100%);
background: linear-gradient(top, #444 0%,#333 100%);
font-size:9px;
height: 29px;
line-height: 11px;
padding: 7px 14px 9px 14px;
color:#fff;
position: relative;
border: 1px solid rgba(0,0,0,0.2);

cursor:pointer;
}

/* ---- styleme selector */
.select-wrapper{ background: url("../admin/img/select.png") no-repeat scroll right center #fefefe; width: 150px; height:28px; 
border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    display: inline-block; }
.select-wrapper select{cursor: pointer;
height: 28px;
padding: 0;
margin-left:0;
opacity:0;
position: relative;
width: 150px;
z-index: 4; }
.select-wrapper span{    height: 26px;
    line-height: 26px;
    padding-left: 6px;
    position: absolute;
    z-index: 2;

    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
html[dir=rtl] .select-wrapper span{ margin-right:36px;
}


.insert-tests{
    position: fixed;
    bottom: 20px;
    right: 20px;
}



.option-con{
    position: relative;
}


.option-con .option-label {
    position: absolute;

    width: auto;

    display: inline-block;

    left:50%;

    bottom: 15px;

    background-color: rgba(255,255,255,0.7);
    color: #444444;

    padding: 3px 5px;

    font-size: 11px;

    font-weight: bold;

    white-space: nowrap;



    transform: translateX(-50%);


    transition: color,background 0.3s ease-out;
}


body .dzs-select-wrapper.opener-listbuttons .bigoption{
    border: 1px dashed rgba(0,0,0,0.15);
    background-color: rgba(130, 197, 195, 0.05);;

    margin-right: 15px;
    margin-bottom: 15px;
    transition: color,background 0.3s ease-out;
}
body .dzs-select-wrapper.opener-listbuttons .bigoption.active{

background-color: rgba(130, 197, 195, 0.20);;
}
body .dzs-select-wrapper.opener-listbuttons .bigoption.active .option-label{

background-color: rgba(30, 30, 30, 0.80);;

    color: #ffffff;
}



.sc-con-for-showcase-builder .sc-menu .setting{

    display: none;

}

.sc-con-for-showcase-builder .sc-menu .setting.mode-any{

    display: block;

}
.sc-con-for-showcase-builder .sc-menu.mode-scrollmenu .setting.mode-scrollmenu{

    display: block;

}
.sc-con-for-showcase-builder .sc-menu.mode-zfolio .setting.mode-zfolio{

    display: block;

}
.sc-con-for-showcase-builder .sc-menu.mode-gallery_view .setting.mode-gallery_view{

    display: block;

}
.sc-con-for-showcase-builder .sc-menu.mode-list .setting.mode-list{

    display: block;

}


body .dzs-tabs.is-toggle.skin-melbourne .tabs-menu .tab-menu-con .tab-menu{
    font-weight: 700;

    font-size: 11px;

    text-transform: uppercase;
}

 .sc-con-for-showcase-builder .main-type-container > .setting{
    display: none;
}
 .sc-con-for-showcase-builder .main-type-container .setting.type-any{
    display: block;
}
 .sc-con-for-showcase-builder .main-type-container.type-video_items .setting.type-video_items{
    display: block;
}
 .sc-con-for-showcase-builder .main-type-container.type-youtube .setting.type-youtube{
    display: block;
}
 .sc-con-for-showcase-builder .main-type-container.type-vimeo .setting.type-vimeo{
    display: block;
}
.dzsvg-notice{

    position: relative;
}
.dzsvg-notice .close-notice{
    right: 10px;
    top: 10px;
    position: absolute;

    color: #ffffff;

    cursor: pointer;
    font-size: 21px;
}


 .linking_type-con > .setting{
     display: none;
 }

 .linking_type-con > .setting.linking_type-all{
     display: block;
 }
 .linking_type-con.linking_type-vg_change > .setting.linking_type-vg_change{
     display: block;
 }


.only-when-active{
    display: none;
}
 .active-showing > *:not(.only-when-active){
     display: none;
 }
 .active-showing > .only-when-active{
     display: inline-block;
 }
