div {
    box-sizing: border-box;
}
.vsT {
    border-top: 2px dashed red;
    position:absolute;
    z-index:100;
    width:100%;
    height:2px;
    top: 0px;
    left: 0px;
    display:none;
}
.vsB {
    border-bottom: 2px dashed red;
    position:absolute;
    z-index:100;
    width:100%;
    height:2px;
    left: 0px;
    bottom: 0px;
    display:none;
}
.vsR {
    border-right: 2px dashed red;
    position:absolute;
    z-index:100;
    width:2px;
    height:100%;
    top: 0px;
    right: 0px;
    display:none;
}
.vsL {
    border-left: 2px dashed red;
    position:absolute;
    z-index:100;
    width:2px;
    height:100%;
    top: 0px;
    left: 0px;
    display:none;
}
.vs {
    /*border: 3px solid gray;*/
    box-sizing: content-box;
    position:absolute;
    width:100%;
    height:100%;
    top: -3px;
    left: -3px;
    /* display: none; */
    display:none;
}
.selVs {
    border: 3px solid red;
    display:block;
}
.curBlock .vs {
    display:block;
}
.curBlock .bdata .vs {
    display:block;
    top: -2px;
    left: -2px;
    border: 2px dashed green;
}
.curBlock .bdata .bdata .vs {
    display:block;
    top: -1px;
    left: -1px;
    border: 1px dashed gray;
}

.selVs .vsB, .selVs .vsT, .selVs .vsR, .selVs .vsL {
    border-color:orangered;
    display: block;
}
.hover .vsB, .hover .vsT, .hover .vsR, .hover .vsL {
    border-color:limegreen;
    display: block;
}

/*
	.OutBef:hover {background-color:gray} 
	*/
.blTpl, .blImg {position:relative}

.OutBef {
    position:absolute;top:0;left:0;width:10%;height:100%;
    /*border:1px solid red;*/
    /*z-index:1;*/
}
.OutBefT {
    position:absolute;top:0;left:10%;width:78%;height:10%;
    /*border:1px solid red;*/
    /*z-index:1;*/
}
.InBef {
    position:absolute;top:10%;left:10%;width:78%;height:38%;
    /*position:absolute;top:0;left:10%;width:78%;height:50%;*/
    /*border:1px solid red;*/
    /*z-index:1;*/
}
.OutAft {
    position:absolute;top:0;right:0;width:10%;height:100%;
    /*border:1px solid red;*/
    /*z-index:1;*/
}
.OutAftB {
    position:absolute;bottom:0;left:10%;width:78%;height:10%;
    /*border:1px solid red;*/
    /*z-index:1;*/
}
.InAft {
    position:absolute;bottom:10%;left:10%;width:78%;height:40%;
    /*	position:absolute;bottom:0;left:10%;width:78%;height:50%;*/
    /*border:1px solid red;*/
    /*z-index:1;*/
}
.CrArea {
    position:absolute;top:0;left:20%;width:20%;height:20%;border:1px solid black;
    display:none;
    z-index:1;
    cursor:move;
    background-color:rgba(255,255,255,0.3);
}
.Move {
    position:absolute;top:50%;left:50%;width:24px;height:24px;border:1px solid black;
    display:block;
    z-index:2;
    background-color: rgba(255,255,255,0.4);
    cursor:move;
}
.Crop{
    position:absolute;top:0;left:50%;width:20px;height:20px;border:1px solid black;
    display:block; background-color:rgba(255,255,255,0.4);
    z-index:33;
    cursor:crop;
}
.Block {
    position:absolute;top:0;right:48px;width:16px;height:16px;border:1px solid black;
    display:block;
    z-index:1;
}
.Left {
    position:absolute;top:0;right:32px;width:16px;height:16px;border:1px solid black;
    display:block;
    z-index:1;
}
.Right {
    position:absolute;top:0;right:16px;width:16px;height:16px;border:1px solid black;
    display:block;
    z-index:1;
}
.Full {
    position:absolute;top:0;right:0;width:16px;height:16px;border:1px solid black;
    display:block;
    z-index:1;
}
.stt {
    position:absolute;top:20px;right:0;width:16px;height:16px;border:1px solid black;
    display:block;
    z-index:1;
    background-color:white;
    cursor:pointer;
}

.stt2 {
    position:absolute;top:-12px;left:-12px;width:24px;height:24px;border:1px solid black;background-color:rgba(0,255,0,0.3);
    display:block;
    z-index:1;
    cursor:pointer;
}




.b1 {position:relative; width: 100px; height: 100px; padding: 0; float: left; margin: 10px 10px 10px 0;
}
.b2 {position:relative; width: 150px; height: 150px; padding: 0; float: left; margin: 10px; 
}
.b3 {position:relative; width: 150px; height: 150px; padding: 0; float: left; margin: 10px; 
}

.ui-state-hover {
    /*background-color:lightgreen;*/
}

.bdata, .blTpl .bdata, blImg .bdata {
    display:block;
    height:100%;
    width:100%;
}
.blTpl a, blImg a {
    cursor:pointer;
}


.blImg {
    display:inline-block;
    /*overflow:hidden;*/
    /*background-color:lightgray;*/
}
.blTpl[role=ent] > .bdata > .tctx {
height:100%;
}
.blImg img, .blImg2 img, .cssBImg {
    object-fit:contain;
    max-width:100%;
    max-height:100%;
    width:100%;
    height:100%;
}
.prwImgH {
    display: inline-block;
    /* display: none; */
    width: 0px;
    height: 100%;
    vertical-align: middle;
}
/*
.frow {
    margin:5px 5px;
/ *    display:table;
    width:100%;
    box-sezing: border-box;
    * /
}
.fL{
    margin:5px 0px;
    float:left;
    width:25%;
}
.fR{
    margin:5px 0;
    float:left;
    width:75%;
}*/
.bdata > input[type=text], .bdata > input[type=checkbox], .bdata > textarea, .bdata > select {
    width:100%;
    height:100%;
    box-sizing: border-box;
}
.bdata > input[type=submit] {
    width:100%;
    height:100%;
    margin:0;
    box-sizing: border-box;
}
.log {
    position:absolute;bottom:0px;left:10px;height:50px;
}
.sett {
    position:absolute;bottom:50px;left:0px;z-index:100;height:250px;overflow-y:scroll;
    width:100%;
}
.selBlockW{
    z-index:101;
}
.selBlock{
    overflow-y:scroll;
}
.row {
    margin: 0px;
}

.hover{
    top:-5px;
    left:-5px;
    border:5px dashed green;
    display:block;
}
.curBlock .bdata .hover{
    top:-5px;
    left:-5px;
    border:5px dashed green;
    display:block;
}
.curBlock .bdata .bdata .hover{
    top:-5px;
    left:-5px;
    border:5px dashed green;
    display:block;
}
.setCap {
    display:inline-block;padding:5px 10px; margin:10px;background-color:whitesmoke;
    border-radius:3px; border-right:1px solid gray;border-bottom:1px solid gray;
    cursor:pointer;
}
.setCapSel {
    background-color:lightgray;
    border-radius:3px; border:1px solid gray;
}
.setTab {
    clear:both;margin:10px;display:none;
}
.btnPan {
margin:30px 15px;
}
.mobMenu {
    position:fixed;top:0;right:0;display:none;
    background-color: whitesmoke;
    border:1px solid gray;
    padding:10px;
    height:100%;
    width:30%;
    z-index:2;
}
@media screen and (max-width: 1024px){
    .mobMenu{
	width:40%;
    }
}
@media screen and (max-width: 768px){
    .mobMenu{
        width:50%;
    }
}
@media screen and (max-width: 468px){
    .mobMenu{
        width:100%;
    }
}
.mobMenuBtn {
    position:fixed;right:0;top:0;display:block;
    width:32px;
    height:32px;
    background-color: lightblue;
    z-index:3;
    cursor:pointer;
}
.mmLEFTMENU {
    right:700px;
}

.mbLEFTMENU {
    right:700px;
}

.mmf {
    right:400px;
}

.mbf {
    right:400px;
}
.clMenuBtn {
    position:absolute;
    /*border:1px solid gray;
*/
    cursor:pointer;
    border-radius:50%;
    width:32px;
    height:32px;
    top:4px;
    right:4px;
    z-index:2;    
}


.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .5em;
    zoom: 1;
}
.ui-accordion .ui-accordion-icons {
    padding:0.5em 2.2em .5em .5em;
}

.ui-icon-circle-arrow-e {
    left:auto !important;
    right: .5em;
}
.ui-icon-circle-arrow-s {
    left:auto !important;
    right: .5em;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1;
}
/*
.ui-widget-content {
    border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    border:none;
    background:none;
}*/

.accMenu ul.mLev1 {
    border:none !important;
}

/*
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
    border:none;
    background:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    border:none;
    background:none;
    
    background-color: rgb(169, 44, 44);
}*/


.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.horMenu .miTop div a:before{
    content:"";
    width:16px;
    height:16px;
    display:block;
    position:static;
    float:right;
}
.horMenu .miTop a {
    display: inline-block;
}
.horMenu .mLev1 .ui-menu-item a{
    display: block;
}
.ui-menu .miTop a:hover{
    border: 1px solid #999999;
    background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
    font-weight: normal;
    color: #212121;
    border: none;
    background: none;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    border: none;
    background: none;
    margin:auto;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
    margin:auto;
}
.ui-accordion .ui-menu-item a.ui-state-focus, .ui-accordion .ui-menu-item a.ui-state-active{
    margin:auto;
}

.ui-accordion .miTop a{
    display:block;
    padding:.5em;
    
    background: none;
    border:none;
    font-weight: normal;
    color: #555555;
}    

.ui-accordion .miTop .ui-widget-content{
    background: none;
    border:none;
}
.ui-accordion .miTop a:hover {
    border: 1px solid #999999/*{borderColorHover}*/;
    border:none;
    background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcHover}*/;
}
.ui-state-hover2 {
    border: none; 
    background: none; 
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcHover}*/;
}



/*

*/

.accMenu {
border:none;
background: none;
}
.accMenu .ui-menu-item {
width:auto;
}
.accMenu .ui-menu {
width:100%;
}
.accMenu li.miTop {
}
.accMenu ul.mLev1 {
border:1px solid green;
border:none;
z-index:150;
list-style: none;
}
.accMenu li.miLev1 {
float:none;
}


/*
*/

.vertMenu {
border:none;
background: none;
}
.vertMenu .ui-menu-item {
width:auto;
}
.vertMenu .ui-menu {
width:100%;
}
.vertMenu li.miTop {
}
.vertMenu ul.mLev1 {
border:1px solid green;
z-index:150;
}
.vertMenu li.miLev1 {
float:none;
}

/*
*/

.horMenu {
border:none;
background: none;
}
.horMenu:after {
    display:block;
    content: "";
    clear:both;
}
.horMenu .ui-menu-item {
width:auto;
}
.horMenu .ui-menu {
width:auto;
}
.horMenu li.miTop {
float:left;
}
.horMenu ul.mLev1 {
/*border:1px solid red;
*/
z-index:150;
}
.horMenu li.miLev1 {
float:none;
}

/**/

.col2Menu li.miTop {
    float: left;
    padding-left: 10px;
    width: 50%;
    list-style: none;
}
.mobMenu .col2Menu li.miTop {
    float: none;
    padding: 0px;
    width: 100%;
}
.col2Menu li.miTop a {
    font-size: 15px;
    font-family: Corpid-Bold,Arial,sans-serif;
}

.col2Menu {
border:none;
background: none;
padding:0;
list-style: none;
}
.col2Menu .ui-menu-item {
width:auto;
}
.col2Menu .ui-menu {
}
.col2Menu ul.mLev1 {
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.col2Menu li.miLev1 {
}
.col2Menu:after {
    display:block;
    content: "";
    clear:both;
}

/**/

.col3Menu li.miTop {
    float: left;
    padding-left: 10px;
    width: 33%;
    list-style: none;
    box-sizing: border-box;
}
.mobMenu .col3Menu li.miTop {
    float: none;
    padding: 0px;
    width: 100%;
}

.col3Menu li.miTop a {
    font-size: 15px;
    font-family: Corpid-Bold,Arial,sans-serif;
}

.col3Menu {
border:none;
background: none;
padding:0;
list-style: none;
}
.col3Menu .ui-menu-item {
width:auto;
}
.col3Menu .ui-menu {
}
.col3Menu ul.mLev1 {
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.col3Menu li.miLev1 {
}
.col3Menu:after {
    display:block;
    content: "";
    clear:both;
}

/**/


.col4Menu li.miTop {
    float: left;
    padding-left: 10px;
    width: 25%;
    list-style: none;
    box-sizing: border-box;
}
.mobMenu .col4Menu li.miTop {
    float: none;
    padding: 0px;
    width: 100%;
}
.col4Menu li.miTop {
    float: left;
    margin-right: 10px;
    width: 25%;
}
.col4Menu li.miTop a {
    font-size: 15px;
    font-family: Corpid-Bold,Arial,sans-serif;
}

.col4Menu {
border:none;
background: none;
padding:0;
list-style: none;
}
.col4Menu .ui-menu-item {
width:auto;
}
.col4Menu .ui-menu {
}
.col4Menu ul.mLev1 {
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.col4Menu li.miLev1 {
}
.col4Menu:after {
    display:block;
    content: "";
    clear:both;
}
/**/


.accMenu ul.mLev1 {
    border: 1px solid green;
    z-index: 150;
    list-style: none;
    padding-left: 20px
}

#mediaWrp {
    height: 24px;
    width: auto;
    position: absolute;
    top: -55px;
    top: -35px;
    z-index: 2;
    right: 20px;
}
@media screen and (max-width: 480px) {
    #mediaWrp {top: -55px;}
}
.mediaVar {
    height:24px;width:24px;border-radius:50%;background-color:orange;float:left;
    cursor:pointer;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
    margin:0 4px;
    text-align: center;
    white-space: nowrap;
    width: 50px;
    border-radius:10px;
    padding: 2px;
}
.mediaVarDef {
    width: 80px;
    border-radius:10px;
}
.selMedia {
    border:3px solid red;
    border: 0px solid red;
    color: white;
    background-color: red;
}

.demo {
    margin:auto;
    /*background-color: white;*/
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    overflow: auto;
    height: 100%;
}
#PAGECTX {
}
#PAGECTX:after {
    display:block;
    content: "";
    clear:both;
}

.efRow {
    margin:15px 0px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
.efRow:after, .efRowR:after{
    display:block;
    content: "";
    clear:both;
}
.efRowL{
    width:20%;
    float:left;
    padding:5px;
    font-size:11pt;
    font-weight:bold;
    background-color: rgb(215, 157, 124);
    box-shadow: 3px 1px 10px rgba(0,0,0,0.5);
    background-color: rgb(205, 204, 191);
}
.efRowR{
    width:80%;
    float:left;
    padding:5px;
    padding-left: 20px;
    /* border-left: 1px dashed #640101; */
    background-color: rgba(215, 157, 124, 0.43);
    /*border-top: 1px dashed #640101;
    border-top: 1px solid #640101;*/
    box-shadow: 3px 1px 10px rgba(0,0,0,0.5);
    
    background-color: rgb(247, 244, 212);
    background-color: rgb(247, 245, 232);
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .efRowL{
        width:30%
    }
    .efRowR{
        width:70%
    }
}
@media screen and (max-width: 480px) {
    .efRowL{
        width:100%
    }
    .efRowR{
        width:100%
    }
}

.efSel {
    margin:5px;
    clear:both;
}
.efSel:after{
    display:block;
    content: "";
    clear:both;
}
.efSelItem {
    float:left;
    display:inline-block;
    padding:5px 10px;
    color: #640101;
    font-size: 12pt;
    font-weight: bold;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
}
a.efSelItem {
    cursor:pointer;
    color:green;
}
a.efSelItem:hover {
    background-color:lightgray;
}
.efCalc {
    float:left;
    display:inline-block;
    margin:0 5px;
}
.efCalcV {
    font-weight: bold;
}
.efMedia {
    /* float: left; */
    margin: 0 10px;
    display:inline-block;
    color:green;
}
.efReset{
    float:left;
    display:inline-block;
    margin-left:5px;
    cursor:pointer;
   
    padding: 2px 10px;
    color: brown;
    font-size: 12pt;
    font-weight:700;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: #d6d6c5;
}
.efSet{
    float:left;
    display:inline-block;
    margin-left:5px;
    cursor:pointer;
    
    padding: 5px 10px;
    color: brown;
    font-size: 12pt;
    font-weight:700;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: #d6d6c5;
}
.efVal:after{
    display:block;
    content: "";
    clear:both;
}
.efInp {
    float:left;
    display:inline-block;
    width:50px;
}
.efInpCol {
    float:left;
    display:inline-block;
    width:auto;
    
}
.efPrpc {
    float:left;
    display:inline-block;
    margin: 0 5px;
    
    padding: 0px 5px;
    color: brown;
    font-size: 12pt;
    fotn-weight:700;
    /*border-right: 1px solid gray;
    border-bottom: 1px solid gray;*/
}

.efSlider, .grSliderD, .grSliderH, .grSliderV{
    width:200px;
}
.efSliderW, .grSliderDW, .grSliderHW, .grSliderVW {
    padding:10px;
    margin:5px 0;
    width:220px;
    background-color:lightgreen;
    /*background-color: rgb(215, 157, 124);*/
    background-color: rgb(100, 1, 1);
}
.efSliderW {
    clear:both;
}
.gradx_gradient_type {
    float:left;
}
.grSliderPD, .grSliderPH, .grSliderPV{
    margin-left:120px;
    width:220px;
}

.ttabp{
    margin:5px 0;
}
.ttabcaps:after{
    display:block;
    content: "";
    clear:both;
}
.ttabc{
    float:left;
    padding:5px 10px;
    margin:0 5px;
    background-color:lightgray;
    border-right: 1px solid green;
    border-bottom: 1px solid green;
    cursor:pointer;
    font-size:12pt;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.ttabcaps .selTab {
    background-color:whitesmoke;
    color:black;
    font-weight:700;
    font-size:12.5pt;
    cursor: auto
}
.ttabwrps {
    padding:5px;
}
.ttabw {
    background-color:rgb(245, 255, 211);
    padding:5px;
}

.efBCap {
    color: rgba(100, 1, 1, 1);
    font-size: 13pt;
    font-weight: 700;
}

.tgrp {
    margin:10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.tgrpc {
    background-color: rgb(100, 1, 1);
    color:whitesmoke;
    margin:5px 0 0 0;
    padding:5px;
    cursor:pointer;
    font-size:1.2em;
    font-weight: 700;
}
.grCloset:before, .grOpened:before  {
    display:inline-block;
    content: "+";
    margin-right:5px;
    padding:5px;
    float:left;
    padding: 0 5px;
    /*border: 1px solid brown;*/
    text-align: center;
    width: 20px;
}
.grOpened:before {
    content: "-";
}
.tgrpw {
    background-color:whitesmoke;
    padding:5px;
    margin:0px;
    border:1px solid rgb(100, 1, 1);
}
.sp-replacer {
    float:left;
}
.settVert {
    
}
.settVert .efRowL, .settVert .efRowR{ 
    width:100%;
}
.efGr, .efSw, .efTr, .efAni, .efTrn {
    clear:both;
}

.selBlockW {
    position:fixed;border:1px solid green;
    bottom:0;height:40%;right:0;width:100%;max-width:200px;
}
.selBlockWbg {
    height:100%;width:100%;position:absolute;top:0;left:0;opacity:0.8;background-color:white;
}
.selBlockCl {
    height:24px;width:24px;position:absolute;top:-20px;left:-26px;border-radius:50%;background-color:red;z-index:34;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
}
.selBlockCl:after{
    content:"x";
    color:white;
    display:block;
    padding: 0px 6px;
    font-size: 24px;
    cursor:pointer;
}
.sbClosed {
    right:-200px;
}
.sbClosed .selBlockCl:after {
    content: "<";
    display:block;
}
.selBlock {
    width:100%;height:100%;overflow:auto;position: absolute;top: 0;left: 0;
    padding: 10px 5px;
}
#curBlockWX {
    height:24px;width:24px;position:absolute;
    border-radius:50%;background-color:green;z-index:34;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
}
#curBlockWX:after{
    content:"x";
    color:white;
    display:block;
    padding: 0px 6px;
    font-size: 24px;
    cursor:pointer;
}
.curBlockPos {
    height:24px;width:24px;position:absolute;top:0px;right:26px;border-radius:50%;background-color:lightgreen;z-index:101;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
}
.curBlockW {
    position:fixed;border:1px solid green;
}
.cbBottom {
    bottom:10%;
    height:40%;
    left:0;
    width:100%;
}
.cbBottomCl {
    bottom:-30%;
    height:40%;
    left:0;
    width:100%;
}
.cbBottomCl #curBlockWX:after {
    content: "..";
    display:block;
}
.cbRight {
    top:0;
    right:0;
    width: 25%;
    height: 90%;   
}
.cbRightCl {
    top:0;
    right:-25%;
    width: 25%;
    height: 90%;   
}
.cbRightCl #curBlockWX:after {
    content: "..";
    display:block;
}
.cbLeft {
    top:0;
    left:0;
    width: 25%;
    height: 90%;   
}
.cbLeftCl {
    top:0;
    left:-25%;
    width: 25%;
    height: 90%;   
}
.cbLeftCl #curBlockWX:after {
    content: "..";
    display:block;
}
.curBlockPos:after {
    content: "*";
    color:white;
    display:block;
    padding: 0px 6px;
    font-size: 24px;
    cursor:pointer;
}
.cbBottom .curBlockPos:after{
    content: "1";
    display:block;
}
.cbLeft .curBlockPos:after{
    content: "2";
    display:block;
}
.cbRight .curBlockPos:after{
    content: "3";
    display:block;
}

#curBlock {
    position:absolute;top:0;left:0;height:100%;width:100%;overflow:auto;
}
#log {
    position:fixed;bottom:0;height:10%;left:0;width:100%;
    /*overflow-x:scroll;*/
    background-color: lightgray;
}
#mgrPan{
    overflow: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.allBlocks {
    text-align: right;
    margin: 0 0 10px 0;
}
.allBlocks span {
    font-weight:700;
    padding: 5px;
    border-radius: 10%;
    background-color: whitesmoke;
    display: inline-block;
    border: 1px solid lightgray;
    cursor: pointer;
}

.reqBlock{
    font-weight:700;
    margin: 0 0 10px 0;
}
.rowSBl {
    margin: 10px 0;
    clear:both;
}
.rowSBv {
    /*margin-left:5px;*/
    float:right;
    padding:5px;
    border-radius:10%;
    background-color:whitesmoke;
    display: inline-block;
    border: 1px solid lightgray;
    cursor: pointer;
}
.rowSBC {
    font-weight:700;
    display:block;
    padding:5px;
    cursor: pointer;
}
.rowSBl:hover {
    background-color:lightgreen;
}
.visMaket {
    position:fixed;bottom:0;right:0;z-index:100;
    padding: 10px;
}
.btnTpl {
    display: table;
    height: 28px;
    width: auto;
    max-width: 140px;
    padding: 2px 10px;
    float: left;
    margin: 5px 5px;
    border-radius: 10px;
    background-color: red;
    color: white;
    font-weight: 700;
    font-size: 10.5pt;
    cursor: pointer;
    
    /*border: 1px solid darkgray;*/
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
}
.btnTpl span {
    display: table-cell;
    vertical-align: middle;
}
.btnTplGr {
    background-color:darkgray;
}
.btnTplSave {
    background-color:darkgreen;
}

.cpTplTxt{
    float:left;
    margin: 10px 5px;
    font-size: 11pt;
}
.btnTplCopyS {
    background-color:blue;
    max-width: none;
}
.btnTplCopy {
    background-color:blue;
    max-width: none;
}
.btnTplCanc {
    background-color:red;
}
.btnTplCp {
    background-color:darkgray;
}
.btnTplStr {
    background-color:blue;
}
.btnTplAdd{
    background-color:gray;
    border-radius: 50%;
    width:28px;
    height:28px;
}

.btnTplRem {
    background-color:red;
}
.btnTpl50 {
    border-radius: 50%;
}

.blTplR:after {
    content:"";
    display:block;
    clear:both;
}
.blTplR > .bdata:after {
    content:"";
    display:block;
    clear:both;
}
.tplCpWrp {
    height:100%;width:100%;position:fixed;top:50%;left:0px;z-index:35;background-color: lightgray;
}

.frow:after{
    content:"";
    clear:both;
    display:block;
}
.bdata > .ui-resizable-handle {
display:none !important;
}

.curBlock > .bdata > .ui-resizable-handle {
display:block !important;
}

.mobMenuBtn:before {
    content: "\f0c9"; /* "\f015";	
    //\f047 move / \f069 * / \f217 cartplus / \f00d close / \f125 crop / \f108 desktop / \f013 *gear / \f085 settings gears*/
    font-family: FontAwesome;
    display:block;
    font-size:26px;
    margin:5px;
  }
  
.clMenuBtn:before {
    content: "\f00d"; /* "\f015";	
    //\f047 move / \f069 * / \f217 cartplus / \f00d close / \f125 crop / \f108 desktop / \f013 *gear / \f085 settings gears
    \f021 refresh / \f07a cart / f09e asc / f0dd desc / f007 user / f10b mobile / f10a tablet / f26c televisor / f158 ruble
    / f146(7) f068 - / f0fe f196 f067 + / f067 + f068 - / f0c4 cut / f104-107 left right up down / f053 f054 next prev
    */
    font-family: FontAwesome;
    display:block;
    font-size:26px;
    margin:5px;
  }
.Crop:before {
    content: "\f125";
    /*content: "\f0c4";*/
    font-family: FontAwesome;
    display:block;
    font-size:12px;
    margin:0 4px;
    color: black;
  }
.Move:before {
    content: "\f047";
    font-family: FontAwesome;
    display:block;
    font-size:13px;
    margin:1px 4px;
  }
.stt2:before {
    content: "\f069";
    content: "\f013";
    font-family: FontAwesome;
    display:block;
    font-size:16px;
    margin:1px 4px;
    color:gray;
    font-size:9px;
    line-height:9px;
    margin:0px;
  }
.tbPrwItem {
    position:relative;
    min-height:50px;
    /*border:1px solid red;*/
    /*padding: 10px;*/
    /*margin: 10px 0;*/
    box-sizing: border-box;
    /*box-shadow: 2px 3px 10px rgba(0,0,0,0.5);*/
    /*background-color: rgba(0,0,0,0.2);*/
}
.tbPrwItem:hover {
    /*border:1px solid red;*/
    /*padding: 10px;*/
    box-sizing: border-box;
}
.tbPrwItem:after {
    content:"";
    display:block;
    clear:both;
}
.btnTBType {
    margin: 5px 5px;
    padding:1px 5px;
    float:left;
    border: 1px solid gray;
}
.selTB {
    border: 1px solid green;
    font-weight: 700;
    background-color: lightgrey;
}
.block-prw-tb {
    border:10px solid #efefef;
    background-color: #efefef;
    /*padding: 10px;*/
    margin: 15px 0;
    box-sizing: border-box;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
    /*background-color: rgba(0,0,0,0.2);*/
}
.block-prw-tb:hover {
    /*border:1px solid red;*/
    /*padding: 10px;*/
    box-sizing: border-box;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.7);

}
.block-prw-tb:after {
    content:"";
    display:block;
    clear:both;
}

.block-prw-tb .prwCap {
    background-color: #efefef;
    margin:0;
}

.block-prw-tb iframe {
    width: 100%;
    min-height: 200px;
}


.btnPasteTB {
    background-color: green;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 3px;/* 6px;*/
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    float:left;
}
.block-prw-tb:hover .btnPasteTB {
    box-shadow: 2px 3px 12px rgba(0,200,0,0.5);
}
.block-prw-tb .prwCtx {
    /*padding: 10px;*/
    background-color: white;
}
.ifr3850, .ifr3840, .ifr1280, .ifr1024, .ifr768, .ifr480, .ifr320 {
    /*overflow-x: auto;*/
    display:inline-block;
}
.prwScr {
    overflow-x: auto;
}
.ifr3850 iframe, .ifr3850 .tbPrwItem {
    width: 3850px;
}
.ifr3840 iframe, .ifr3840 .tbPrwItem {
    width: 3840px;
}
.ifr1280 iframe, .ifr1280 .tbPrwItem {
    width: 1280px;
}
.ifr1024 iframe, .ifr1024 .tbPrwItem {
    width: 1024px;
}
.ifr768 iframe, .ifr768 .tbPrwItem {
    width: 768px;
}
.ifr480 iframe, .ifr480 .tbPrwItem {
    width: 480px;
}
.ifr320 iframe, .ifr320 .tbPrwItem {
    width: 320px;
}
.ifr768 {
display: block;
width: 768px;
margin: auto;
}
.ifr480 {
display: block;
width: 480px;
margin: auto;
}
.ifr320 {
display: block;
width: 320px;
margin: auto;
}
.ifr3850 iframe, .ifr3840 iframe, .ifr1280 iframe, .ifr1024 iframe, .ifr768 iframe, .ifr480 iframe, .ifr320 iframe {
min-height: 450px;
}

.bdata > form:after{
    clear:both;
    content:"";
    display:block;
}
.vLstRow {
    clear:both;
    margin: 5px 0;
}
input.frmIS {
    width: 200px;
    height: 26px;
}
.vLstRow input, .frmIS {
    width: 200px;
    height: 26px;
    float:left;
}
.vLstRow:after {
    clear:both;
    content:"";
    display:block;
}
.prwMode {
    padding-top:5px;
    background-color: #efefef;
}
.prwMode a {
margin-right: 5px;
}
.actMode {
    padding: 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0,200,0,0.5);
}
.samplePnl .prwMode a, .samplePnl .btnTBType {
    color: black;
}
.samplePnl .selTB {
/*    color: green;*/
}
.bdata.ui-resizable {
position: static;
}