.fbxxxx {
    border: 2px dashed cornflowerblue;
}

.fb {
    border: 2px dotted #eee;
    /** display: block !important; **/
    cursor: pointer;
    position: relative;
}

.fb.designerhov {
    border: 2px dashed cyan;
}
/**
.fb:not(.designerhov) {
    border: 2px solid #ddd;
}
    **/


.fb.designersel { 

}

body.designersel {
/**     filter: brightness(50%); **/
}

:not(body).designersel {
    border: 2px dashed cyan;
}

#mainview { width: 100%; }

#mainview > div:not(.fbcursor) { width: 100%; }




/**** PROPERTIES PANEL STYLES ***/
#properties-title {
    position: relative;
    height: 20px;
    background-color: #ccc;
}

#properties-title img {
    height: 18px;
    padding: 2px 3px 2px 6px;
    margin-top: -2px;
}

#properties-title a {
    margin: 0px 5px;    
}

#properties-title a i {
    font-size: 14px;
    color: #999;
}

#properties-title > span > span {
    color: #aaa;
    font-size: 10px;
}

#properties {
    position: relative;
    height: calc(62vh - 88px);
    overflow-y: auto;
    /** display: table-row; **/
}

#properties table {
	background-color: #fff;
	color: #000;
    table-layout: fixed;
}

#properties table td {
	padding: 2px 5px;    
}

#properties table tr td:first-child {
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: 12px;
    vertical-align: top;
    padding-top: 5px;
    background-color: #eee;
}

#properties > table > tbody > tr > td:first-child {
    width: 30%;
}

#properties > table > tbody > tr > td:last-child {
    width: 70%;
}

#properties > table > tbody > tr > td > table > tbody > tr > td:first-child {
    width: 40%;
}

#properties > table > tbody > tr > td > table > tbody > tr > td:last-child {
    width: 60%;
}



#properties table tr td:last-child {
    position: relative;
}

#properties input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  padding: 10px 10px 10px 20px;
  margin: 7px 5px 2px 3px;
  opacity: 0.3;
}

#properties input[type=checkbox]:checked {
    opacity: 1;
}

/* Might want to wrap a span around your checkbox text */
#properties .checkboxtext {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

#properties input {
    border: 0px;
    padding: 0px 0px 0px 3px;
}

#properties textarea {
    border: 0px;
    padding: 2px 0px 0px 3px;
    resize: none;
}

#properties select {
    border: 0px;
    padding: 3px 0px 0px 0px;
}

#properties select:focus {
    border: 0px;
}

#properties :focus {
    background-color: #ffffcc;
}

#properties ul { padding-left: 0px; padding-left: 0px; float: left; }
#properties ul li { list-style: none; display: inline; padding-left: 3px;}
#properties ul li:after { content: " \00b7"; }
#properties ul li:last-child:after { content: none; }



.btn-small {
    padding: 1px 2px;
}

/***************************   */
#properties table input, #properties table textarea {
    font-size: 10px !important;
    padding: 5px;
}








/** splitted panels **/
#fbd-panel-top, #fbd-panel-bottom {
    position: absolute;
    left: 0;
    right: 0;
    outline: solid 1px #ccc; /* just for making the divs visible */
    margin: 0px; /* just for making the divs visible */
}
#fbd-panel-left, #fbd-panel-center, #fbd-panel-right {
    position: absolute;
    top: 0;
    bottom: 0;
    outline: solid 1px #ccc; /* just for making the divs visible */
    margin: 5px; /* just for making the divs visible */
}

#fbd-panel-top {
    height: 100px;
    top: 0;
}
#fbd-panel-bottom {
    top: 110px;
    bottom: 0;
}
#fbd-panel-left {
    width: 200px;
    left: 0;
    position: fixed;
}
#fbd-panel-center {
    left: 210px;    
    right: 0;
}
#fbd-panel-right {
    left: 1010px;
    right: 0;
    display: none;
}


/** end splitted panels **/



/**** TREE **/
#tree {
    height: 38vh;
    height: calc(100% - 30px);
    /** display: table-row; **/
    position: relative;
}

#tree .node-type {
	color: #aaa;
	font-size: 10px;
}

#tree .fancytree-active > .fancytree-title {
	color: #000;
}



























/**
html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
    background-color: #fff !important;
    border-color: #fff !important;;

}

body {
	overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
**/
panel-body{
    background-color:#ffffff !important;
    border-color: #ffffff !important;
} 

a { color: inherit; } 






#left-component {
	width: 20em; /* Same as divider left */
	background-color: #fff;
    overflow: hidden;
    /** display: table; **/
    height: 100vh;
}

#left-component span.select2-selection {
    padding: 2px 0;
}

#left-component span.select2-selection__arrow {
    display: none;
}

#left-component span {
    margin: 0 !important;
}

#my-divider {
	left: 20em;
	width: 5px;
}

#right-component {
	left: 20em; /* Same as divider left */
	margin-left: 5px; /* Same as divider width */
	background-color: #fff;
}

#barranav1 {
	height: 100px;
}

.content-wrapper {
	margin-top: 100px;	
}

#maintabbable {
	position: relative;
    background-color: #ccc;
}

#maintabbable .tab-content {
    padding-top: 27px;
}
#maintabbable .tab-content .tab-pane {
    background-color: #fff;
}

#editor {
  height: calc(100vh - 92px);
  overflow-y:scroll;
  width: 100%;
  border: none;

}

#tab1 {
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ccc;
    width: calc(100% - 155px);
    z-index: 100000;
    position: fixed;
    height: 27px;
    top: 0;
}

#tab1 li a {
	padding: 3px 10px;	
    font-size: 13px;
}

#tab1 li.code-tab a {
    padding: 3px 5px;
}

#tab1 li a i {
    font-size: 15px;      
}

body.big #tab1  {
    height: 30px;
}

body.big #tab1 li a i {
    font-size: 20px;
}

body.big #tab1 li a {
    font-size: 16px;
}

#toolbar {
	/** height: 57px; **/
	background-color: #999;
    padding: 3px 2px;
    margin-top: 2px;
}

#toolbar ul li a img {
	height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

#toolbar div.btn-group {
	margin: 2px 1px;
}

#toolbar div.btn-group button {
	padding: 0px 5px;
}

#toolbar div.btn-group button img {
	height: 13px;
	/**
    -webkit-filter: invert(100%);
    filter: invert(100%);
    **/
}

.sidebar-category {
	margin-top: 55px;
}

#title {
	padding: 10px;
}

#title img {
	height: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.sidebar {
	background-color: #cccccc;
	
}

.sidebar .sidebar-content {
	overflow: hidden;
}

.sidebar input {
	color: #000;
}

ul.fancytree-container {
	width: 100%;
	/** height: 200px; **/
    height: 100%;
	overflow-y: auto;
    overflow-x: hidden;
	position: relative;
}

ul.fancytree-container .fancytree-active span.fancytree-title {
    background-color: #cbe8f6; 
}   

.fancytree-node .fancytree-title > i {
    color: #919; 
    font-size: 11px;
    position: absolute; 
    left: 45px; 
    top: 11px;
    z-index: 1;
}

.fancytree-node .fancytree-title > i:nth-child(2) {
    left: 30px; 

}

.fancytree-node > img {
    z-index: 10;
}


/*** FOLDER AND FILES **/
#foldersarea {
    width: 100%; 
    background: #89cc97; 
    padding: 1px; 
    height: 31px;
    /** display: table-row; **/
}

#foldersarea .bg-success-400 {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 8px;
}

#foldersarea button {
    border-width: 2px !important;
    border-style: solid !important;
    font-size: 10px !important;
    font-weight: bold !important;
    background-attachment: unset;
    background-color: white !important;
}

#foldersarea button i {
    height: 10px !important;
    position: relative !important;
    box-sizing: border-box !important;
    background-image: none !important;
    display: inline-block !important;
}

#filesarea button {
    border-width: 2px !important;
    border-style: solid !important;
    font-size: 10px !important;
    font-weight: bold !important;
    background-attachment: unset;
    background-color: white !important;
}

#filesarea button i {
    height: 10px !important;
    position: relative !important;
    box-sizing: border-box !important;
    background-image: none !important;
    display: inline-block !important;
}


#filesarea {
    width: 100%; 
    padding: 1px; 
    height: 33px;
    border-bottom: 1px solid cyan;
    /** display: table-row; **/
    display: inline-flex;
}

/**** TREE **/

#tree .node-type {
	color: #aaa;
	font-size: 10px;
}

#tree .fancytree-active > .fancytree-title {
	color: #000;
}


.code-editor {
    background-color: #eeeeee; 
    width:100%;  
    height: calc(100vh - 28px) !important; 
    /** font-size: 18px; **/
}

li.code-tab:not(#xml_tab) a {
    font-size: 12px;
}

#test_  {
    margin-left: 5px;
}

li.changed > a:after {
    content: "*";
}

/**** PROPERTIES PANEL STYLES ***/
#properties-title {
    position: relative;
    height: 20px;
    background-color: #ccc;
}

#properties-title img {
    height: 18px;
    padding: 2px 3px 2px 6px;
    margin-top: -2px;
}

#properties-title a {
    margin: 0px 5px;    
}

#properties-title a i {
    font-size: 14px;
    color: #999;
}

#properties-title > span > span {
    color: #aaa;
    font-size: 10px;
}

body.big #properties-title {
    height: 30px;
}

#properties {
    position: relative;
    height: calc(62vh - 88px);
    height: calc(100% - 20px);
    overflow-y: auto;
    width: 100% !important;
    /** display: table-row; **/
}

#properties table {
	background-color: #fff;
	color: #000;
    table-layout: fixed;
}

#properties table td {
	padding: 2px 5px;    
}

#properties table tr td:first-child {
    width: 30%;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-size: 12px;
    vertical-align: top;
    padding-top: 5px;
    background-color: #eee;
}

body.big #properties table tr td:first-child {
    font-size: 18px;
}

#properties table tr td:last-child {
    width: 70%;
    position: relative;
}

#properties input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  padding: 10px 10px 10px 20px;
  margin: 7px 5px 2px 3px;
  opacity: 0.3;
}

#properties input[type=checkbox]:checked {
    opacity: 1;
}

/* Might want to wrap a span around your checkbox text */
#properties .checkboxtext {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

#properties input {
    border: 0px;
    padding: 0px 0px 0px 3px;
}

#properties textarea {
    border: 0px;
    padding: 2px 0px 0px 3px;
    resize: none;
}

#properties select {
    border: 0px;
    padding: 3px 0px 0px 0px;
}

#properties select:focus {
    border: 0px;
}

#properties :focus {
    background-color: #ffffcc;
}

#properties ul { padding-left: 0px; padding-left: 0px; float: left; }
#properties ul li { list-style: none; display: inline; padding-left: 3px;}
#properties ul li:after { content: " \00b7"; }
#properties ul li:last-child:after { content: none; }

.properties-grouped {
    font-size: 10px;
}


.btn-small {
    padding: 1px 2px;
}

/***************************   */

.select2-image {
	height: 25px;
	max-width: 25px;
	padding: 0 5px 0 0;
}

.select2-choices {
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
}

.category-content .select2-selection {
	height: 33px;
}
.category-content .select2-selection__rendered {
	height: 40px;
	padding: 0px 10px;
}
.bigdrop {
	width: 460px !important;
	height: 800px;
}

.select2-choices {
  min-height: 450px;
  max-height: 450px;
  overflow-y: auto;
}

.select2-results > .select2-results__options {
	max-height: 500px;
}

/**
*[data-key]:hover {
	background-color: yellow;
}
**/


#container-user {
	position: absolute; 
	top: 5px; 
	right: 10px;
    display: inline-flex;
    display: flex;
  flex-direction: row;
  align-items: center;
}

#container-user > * {
    display: inline;
}


#container-user img {
	width: 22px;
}


#codetabs {
	margin-bottom: 5px;
	margin-top: 1px;
}

#codetabs li {
	/** margin-top: 20px; **/
}

#codetabs li a {
	padding: 3px 10px;	
}


.alert {
	margin-bottom: 5px;
}


/* Mini Browser Window */

/*BASICS*/
/**
body {
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    -webkit-text-stroke: 1px transparent;
    text-rendering: optimizeLegibility;
    padding: 20px;
    background: #DCDDDF;
}
**/

/*ANIMATION*/
.wrapper .title input[type="search"] {
	width: calc(100% - 140px);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

.wrapper .title a {
    padding: 1px 2px;
}

.wrapper .title i {
    font-size: 18px;
}

#browserurl {
    padding: 2px 4px;
    border: 1px solid grey;
    margin: 0px 3px;
}


/*CENTERING WRAPPER*/
.wrapper {
	width: 100%;
	height: calc(100vh - 65px);
	/**
    width: 317px;
    height: 215px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -159px;
    margin-top: -108px;
    **/
}

/*WINDOW*/
.window {
    width: 100%;
    height: calc(100vh - 43px);
    /** margin-top: 25px; **/
    border: 1px solid #8C8D8E;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;

    -webkit-box-shadow: 0 1px 3px 0px rgba(5, 10, 15, 0.15);
    box-shadow: 0 1px 3px 0px rgba(5, 10, 15, 0.15);
}

.window .container {
    width: 100%;
    height: calc(100vh - 65px);
    border: none;
    margin:0;
    padding:0;
    overflow:hidden;
}

/*TITLE*/
.title {
    padding: 3px 5px 8px 7px;
    height: 32px;
    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(255,255,255,0.1),inset 0px -1px 0px 0px #696969;
    box-shadow: inset 0px -2px 0px 0px rgba(255,255,255,0.1),inset 0px -1px 0px 0px #696969;

    background-image: -webkit-linear-gradient(top, #EAEAEA, #B4B4B4);
    background-image: -moz-linear-gradient(top, #EAEAEA, #B4B4B4);
    background-image: -o-linear-gradient(top, #EAEAEA, #B4B4B4);
    background-image: -ms-linear-gradient(top, #EAEAEA, #B4B4B4);
    background-image: linear-gradient(top, #EAEAEA, #B4B4B4);
}

#browser {
    width: 100%;
    height: calc(100vh - 65px);
    border: none;
    margin:0;
    padding:0;   
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    border-radius:0 0 26px 26px;
}


#logcontainer {
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

#log {
    z-index: 100010; 
    background-color: #ffffff;
    width: 100%;    
}

#log tr {
    width: 100%;
}

#log td {
    word-break: break-all;
    font-size: 10px;
    padding: 6px 10px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;     /* fallback */
    max-height: 96px;      /* fallback */
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical; 
    cursor: pointer;
}

#log td.max {
    display: block;
    line-height: 16px;     /* fallback */
    max-height: 9600px;      /* fallback */
    -webkit-line-clamp: 600; /* number of lines to show */
    -webkit-box-orient: vertical;        
}

#deploy {
    width: 100%;
    height: calc(100vh - 50px);
    border: none;
}

#execute {
    width: 100%;
    height: calc(100vh - 50px);
    border: none;
}

#commands {
    width: 100%;
    height: calc(100vh - 50px);
}

#commands td {
    padding: 2px 10px;
}

#commands button {
    padding: 4px 7px;
}

#commands div {
    float: left;
    padding: 2px 6px;
}

.reciente {
    /** background-color: grey; **/
	color: aliceblue;
}


.tour-step-background {
    z-index: -3;
}

.tour-backdrop {
    opacity: 0.3;
}

.absolute-top-right {
    position: absolute;
    top: 2px;
    right: 2px;
}


#texteditor_screen {
    /** nodrag **/
    background-color: #eeeeee; 
    z-index: 100000; 
    position: absolute; 
    top: 83px; 
    bottom: 10px; 
    left: 5px; 
    right: 5px; 
    border: 1px coral dashed;
}

#codeeditor_screen {
    /** nodrag **/
    background-color: #eeeeee; 
    z-index: 100000; 
    /** position: fixed; **/
    position: absolute;
    top: 83px; 
    bottom: 1px; 
    left: 1px; 
    right: 1px; 
    border: 1px coral dashed;
}

#codeeditor_title {
    font-weight: bold;
}

.code-title {
    position: absolute;
    z-index: 1000;

}

#codeeditor_buttons button {
    height: 28px;
}

#codeeditor_title img {
    height: 17px;
    margin: 0px 5px;
}

#codeeditor_title a {
    display: none;
}

#codeeditor_title > span > span {
    color: #aaa;
    font-size: 10px;
}

#design_page {
    position: relative;
    height: calc(100vh - 40px) !important;
}

.code-title {
    font-size: 12px;
    
}

.ejs-notif {
    /**
    top: 5% !important;
    left: 5% !important;
    **/
    width: 500px !important;
}

.version {
    position: absolute;
    z-index: 10000;
    right: 10px;
    top: 70px;
    padding-left: 4px;
}

.version i {
    font-size: 12px;
    margin-right: 2px;
    /** font-weight: bold; **/
}

.version span {
    font-size: 9px;
}

.version-select {
    position: absolute;
    z-index: 10000;
    right: 4px;
    top: 85px;
    padding-left: 4px;

}

.version-select2 {
    font-size: 10px;
    height: 20px;


}

.propeditor {
    position: relative;
}
.propeditor textarea {
    scrollbar-width: none;
}


.saveimage {
    position: absolute;
    z-index: 10000;
    right: 20px;
    top: 90px;
    padding-left: 4px;
}


.log-clear {
    position: absolute;
    z-index: 10000;
    right: 20px;
    top: 95px;
    padding-left: 4px;    
}



/** BOTO GUARDAR **/
#botonguardar {
    margin: 0px 0px; 
    padding: 3px 5px;
 
}

#botonguardar i {
    color: #000; 
    font-size: 14px;
}

#botonguardar2 {
        position: absolute;
    left: -64px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    color: #000; 
    font-size: 14px;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


ul.fancytree-container {
    font-size: 9pt;
}

.hided {
    display: none !important;
}

.component {
    width: 400px;        
    /** background-color: blue; **/
    border: 1px solid green;
    margin: 20px;
}

.component tr {
    /** border: 1px solid brown; **/
    padding: 0px 0px 0px 15px;
    /** background-color: #ddddff; **/
}

.component th {
    background-color: #ccc;
    padding: 8px 8px 8px 8px;
    font-weight: bold;
    font-size: 16px;
}

.component td {
    padding: 8px 8px 8px 8px;
}


#foldersarea .select2-results > .select2-results__options {
    max-height: 100%;
}

.invisible {
    visibility: visible !important;
    opacity: 0.5;
}

.bg-clarito {
    background-color: #aaaadd;
}

.bg-masclarito {
    background-color: #cceeee;   
}



#change_target {
    /**
    position: absolute;
    top: 10px;
    right: 20px;
    **/
    font-family: fontAwesome;
}

.model-row {
   display: block !important;
}

.model-row label {
  display: block !important;
}

.fbgrouptitle {
    font-weight: bold;
}

.fbgrouptitle td {
    padding: 0 5px !important;
    text-align: center;
}   

.fbgrouptitle i {
    text-align: right;
}

.fbgrouptitle i {
    color: #aaa;
    float: right;
    font-size: 12px;
    margin-top: 4px;
    cursor: pointer;
}

.fbgrouptitle i.showing {
    color: #eee;
}

.editor_iconselector a {
    float: left;

}

.editor_iconselector > i {
    float: left;
    width: 25px;

}

.editor_iconselector input {
    float: left;
        width: calc(100% - 43px);

}

#properties tr ul {
    margin-bottom: 0;
}

.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
    background-color: #fff !important;    
}

.select2-container--disabled .select2-selection--single {
    cursor: auto !important;
}

.fb .eventseditor {
    position: absolute;
    top: 29px;
    right: 3px;    
    background-color: rgb(255, 255, 255, 0.7);
    z-index: 11111;
}

.fb .eventseditor i {
    font-size: 18px;
    color: orange;
    cursor: pointer;
}

.form > .eventseditor {
    position: absolute;
    top: 115px;
    right: 23px;
    z-index: 1000;
    
}

.form > .eventseditor i {
    font-size: 24px;
    color: orange;
    cursor: pointer;
    margin: 2px 3px;
    float: right;
}

fieldset > legend > .eventseditor {
    position: absolute;
    top: 10px;
    right: 120px;    
    z-index: 1000;
}

fieldset > legend > .eventseditor i {
    font-size: 24px;
    color: #999;
    cursor: pointer;
    margin: 2px 3px;
    float: right;
}




#properties .editor_code {
    padding: 0 5px;
}

#properties .editor_code textarea {
    width: calc(100% - 15px); 
    font-size: 11px; 
    height: 35px;
    overflow-x: hidden;
}

#properties .editor_textarea textarea {
    width: calc(100% - 15px); 
    font-size: 11px; 
    height: 35px;
}

body.big #properties .editor_textarea textarea {
    font-size: 14px;
}

body.big #properties .editor_code textarea {
    font-size: 14px;
}

table.designer tr.unusual {
    opacity: 0.2;
}

.popover {
    z-index: 300000;
}

#container-user {
    z-index: 100000;
}

button .eventseditor {
    /**
    position: absolute;
    top: 29px;
    right: 3px;    
    **/
}

button .eventseditor i {
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.eventseditor i {
    margin: 0 3px;
}

#testservers li.dropdown-submenu {
    padding: 3px 10px;
    cursor: pointer;
}

#lastcommands li.dropdown-submenu {
    padding: 10px 10px;
    cursor: pointer;
}


#fb7_error {    
    max-height: 400px;
    overflow: auto;
}

.navigation {
    position: static !important;
}

.white-color {
    color: #fff;
    background-color: transparent;
}

.black-color {
    color: #000;
    background-color: transparent;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.codetitle {
    font-style: italic;
    font-weight: bold;
    font-size: 8px;
    color: blue;

}


.add-row {
    position: absolute;
    bottom: 35px;
    height: 8px;
    left: 25px;
    top: auto;
    opacity: 0.3;
}


.add-column {
    position: absolute;
    right: 35px;
    top: 25px;
    opacity: 0.3;
}

#cursor {
    position: absolute;
    /** width: 3px; **/
    /** height: 25px; **/

    z-index: 10000;
}

.fb-dragging {
    opacity: 0.5;
}

.resizer {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    left: auto;
    width: 17px;    
    cursor: col-resize;       
    background-color: #bbb;
    padding-top: 10px;
    /**
    border-right: 1px dotted #ddd;
    border-left: 1px dotted #ddd;
    **/

}

.resizer:hover {
    /**
    border-right: 1px solid black;
    border-left: 1px solid black;
    **/
    background-color: #333;
}

.resizer i {    
    position: absolute;
    right: 1px;
    top: calc(50% - 10px);
    font-size: 16px;
    color: #ddd;
    font-size: 16px;
}

.resizer img {
    margin-left: -5px;
    height: 8px;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /** color: #ddd; **/

    fill: #ccc;
}

.resizer:hover img {
    color: #333;
}
.resizercorner {
    width: 8px;
    height: 8px;
    /** background: red; **/
    position: absolute;
    right: -3px;
    bottom: 3px;
    cursor: se-resize;
    /**
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    **/
}

.resizercorner:hover {
    /**
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    **/
}

.resizercorner i {
    font-size: 10px;
    color: #bbb;
}

.resizercorner:hover i {
    color: black;
}


.resizerwidth {
    z-index: 10000;
    width: 10px;
    height: 10px;
    /** background: red; **/
    position: absolute;
    right: 6px;
    padding-left: 5px;
    top: calc(50% - 11px);
    cursor: e-resize; 
    height: 25px;   
    /**
    border-right: 1px dashed #ccc;
    **/
}

.resizerwidth:hover {
    background-color: cyan;
    outline: 1px dashed green;
}

.resizerwidth:hover i {
    color: black;

}

.resizerwidth i {
    font-size: 22px;
    color: #ccc;

}

.designer[data-type='table'] {
    position: relative;
}

.resizerwidth img {

    margin-left: -6px;
    height: 14px;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /** color: #ddd; **/
    
    fill: #ccc;
}

.resizerwidth:hover img {
    color: #333;
}

.selectable {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1%;
    left: calc(50% - 6px);
    cursor: pointer;    
    /**
    border-right: 1px dashed #ccc;
    **/    
}

.selectable img {
    margin-left: -7px;
    height: 17px;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /** color: #ddd; **/
    
    fill: #ccc;
}

.selectable:hover img {
    color: #333;
}

.properties-buttons {
    position: fixed;    
    bottom: 0;
    left: 0;
}

.properties-buttons button {
    width: 100%;
    clear: both;
}


#design_page > #toolbar .caret:after {
    font-size: 10px !important;
    width: 0 !important;
}


#design_page > #toolbar div.btn-group {
    margin: 0;
}

#design_page > #toolbar button {
    background-color: white !important;
}

.btn .caret {
    width: 5px;
}

.dropdown-menu .help {
    font-size: 10px;
    margin: 3px 5px;
}

.allwidth {
    width: 100% !important;
}


#pending {
        position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
    width: 20%;
    background-color: yellow !important;
    opacity: 0.7;
    padding: 20px;
}

.fbname {
    position: relative;
    top: -10px;
    right: 90px;
}

.context-menu-submenu > span {
    margin-left: 19px;
}


.deplines {
    position: absolute;
    top: 0;
    left: 0;
}

.panel {
    background-color: transparent !important;
}



.ace_gutter-cell.ace_breakpoint{ 
    border-radius: 20px 0px 0px 20px;
    /* Change the color of the breakpoint if you want */
    box-shadow: 0px 0px 1px 1px #248c46 inset; 
}

 
 .ace_editor[data-lang='datasource'] .ace_gutter, .ace_editor[data-lang='sql'] .ace_gutter {
    width: 250px !important;
 }

 .ace_editor[data-lang='datasource'] .ace_gutter-layer, .ace_editor[data-lang='sql'] .ace_gutter-layer {
    width: 250px !important;
 }

.ace_editor[data-lang='datasource'] .ace_scroller, .ace_editor[data-lang='sql'] .ace_scroller {
    left: 250px !important;
 }


.bootbox {
    z-index: 1000000;  

}

.linetext {
    position: absolute;
}

#new label {
    /** display: none; **/
    padding: 0 0 0 9px;
}

#new #folder {
    padding: 18px 0px 0px 6px;
    height: 53px;
}

#new-templates .thumbnail {
    border: 1px solid #efefef !important;
    background-color: #f6f6f6 !important;
}

#new-templates > div:nth-last-child(2) {
    clear: both;
    margin-top: 25px;
}

#new-templates > div:nth-last-child(1) {
    margin-top: 25px;
}

.form-group > input {
    /** padding: 7px 12px; **/
}

body.nobars #left-component {
    display: none !important;
    width: 0 !important;
}

body.nobars #right-component {
    left: 0 !important;
}

body.nobars #toolbar, body.nobars #container-user, body.nobars #tab1, body.nobars #design_page > .navbar-right {
    display: none !important;
}

body.nobars #maintabbable > .tab-content {
    padding-top: 0 !important;
}

.ui-pnotify {
    top: auto !important;
}

.ui-pnotify[class*=bg-] > .brighttheme {
  background-color: rgb(76, 175, 80);
  border-color: inherit;
  color: #fff !important;
}



.bootbox.modal {
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
}

.popup {
    transform: none !important;
}

#editor .navbar-fixed-top {
    position: relative !important;
}

#editor .sidebar-fixed {
    position: relative !important;
}

#editor .navbartransparente {
    position: relative !important;
}

table.group-table td {
    padding: 3px 5px !important;
}

table.group-table tr:first-child {
    display: none;
}

table.group-table td.editor_textarea textarea {
    width: 100%;
}



:root {
    --module-color:  royalblue;
}

#properties .editor_expression.easyflexa td {
    background-color: #f7d2a1;
}

#properties .editor_script.easyflexa td, #properties .editor_script.js-easyflexa-js td {
    background-color: #ffb296;
}

#tree_explorer {
    padding: 10px 15px;
}
#tree_explorer h5 {
    margin: 3px 0 0 0;
}
#tree_explorer h5 img {
    width: 20px;
    margin: 0 5px;
}

.fbtree-att {
    margin-left: 40px;
    display: block;
}

.fbtree-att > b {
    opacity: 0.6;
    font-weight: 300;;
    font-size: 10px;
}

.fbtree-att > pre {
    padding: 0 5px;
    max-height: 150px;
    font-weight: 300;
}
.fbtree-att > pre:not(.hasreturn) {
    display: inline;
    margin: 3px;
    padding: 1px 2px;
}

.fbtree-children {
    margin-left: 60px;
}

.fbtree-codes {
    display: inline;
}

.fbtree-codes > pre {
    max-height: 150px;
    padding: 0 5px;
    font-weight: 300;
    background-color: #ffb296;
}

.fbtree-codes > pre:not(.hasreturn) {
    display: inline;
}

.fbtree-att pre.hasef {
    background-color: antiquewhite;
}

.hiddenuntilclicked:not(.clicked) {
    display:none;
}
.hiddenuntilclicked:not(.clicked)::after {
    content: '...';
}

.ui-pnotify-text {
    max-height: 70vh;
}


.properties-grouped {
    font-size: 10px;
}

.properties-grouped {
    padding: 4 !important;
}

.properties-grouped > div {
    width: 100%;
    text-align: right;
}

.properties-grouped > div:first-child {
    font-weight: 500;
    margin-bottom: 3px;
    text-align: left;
    text-align: center;
    background-color: darkgray;
    padding: 2px;
    color: black;  
}

.properties-grouped textarea {
    width: 100%;
}

.properties-grouped > div > div {
    /** width: 100px; **/
    max-width: 33%;
    /** min-width: 30%; **/
    padding: 3px 2px;
    padding: 4px 2px 0px 2px;
    display: inline-block;
    text-align: left;
}





/*** FOLDER AND FILES **/

#filesarea button {
    border-width: 2px !important;
    border-style: solid !important;
    font-size: 10px !important;
    font-weight: bold !important;
    background-attachment: unset;
    background-color: white !important;
}

#filesarea button i {
    height: 10px !important;
    position: relative !important;
    box-sizing: border-box !important;
    background-image: none !important;
    display: inline-block !important;
}


#filesarea {
    width: 100%; 
    padding: 1px; 
    height: 33px;
    background: #00ACC1;
    border-bottom: 1px solid cyan;
    /** display: table-row; **/
}

#filesarea .select2-selection {
    background: #00ACC1;
}



.bg-info-600 {
    background-color: #00ACC1;
    border-color: #00ACC1;
    color: #fff;
}



#properties input:placeholder-shown {
    background-color: transparent;
}


/*** EDITORS CSS.  @TODO to move on each editor component **/
.editor_checkbox > span:first-child {
    float: right;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
    margin-right: 4px;
}

.editor_checkbox > span:last-child {
    float: left;
    margin-top: 4px;
    margin-bottom: -2px;

}

.editor_text > span:first-child {
    position: relative;
    top: -2px;
}

.editor_select > span:first-child {
    position: relative;
    top: -2px;
}

.editor_expression > span:first-child {
    position: relative;
    top: -2px;
}





/**** CURSOR ****/
.fbcursor {
    position: absolute;
    width: 4px;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    z-index:100000;
    letter-spacing: .15em; 
    animation: 
    blink-caret .75s step-end infinite;
}

/* The typewriter cursor effect */
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: orange; }
}


