::-moz-selection{
    background-color: #39CCBA;
    color: #FFF;
}
::selection{
    background-color: #39CCBA;
    color: #FFF;
}
body{
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: justify;
    background-color: #111;
    height: 100%;
    width: 100%;
   -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: Segoe UI;
    /*color: #DDD;*/

}
#body-viewer > div{
    color: #DDD;
}
a,div,p,h1{
    font-family: arial;
    font-size: 12.5px;
}
a{
    color: #DDD;
    /*text-decoration: underline;*/
    cursor: pointer;
}
a:hover{
    color: #999;
}
a:active{
    color: #777;
}
h1{
    font-size: 12px;
    color: #CCC;
    line-height: 2px;
}
hr{
    background-color: #222;
    border: none;
    padding: 1px;
}
div{
    /*background-color: #222;*/
    /*color: #AAA;*/
    /*background-color: #FFF;
    width: calc(100% - 20px);
    border: thin #999;
    border-radius: 4px;
    padding: 10px;
    margin: 3px 0;
    text-align: justify;*/
}
p{
    background-color: #DDD;
    width: calc(100% - 20px);
    border: thin #999;
    border-radius: 4px;
    padding: 10px;
    text-align: justify;
    font-size: 11.5px;
}
span{
    color: #DDD;
    line-height: 20px;
}
input[type=radio],
input[type=checkbox]{
    vertical-align: bottom;
}
input[type=radio] > span,
input[type=checkbox] > span{
    color: #999;
    vertical-align: bottom;
}
select{
    display: inline-block;
    padding: 7px;
    border: none;
    border-radius: 2px;
    color: #FFF;
    
    margin: 3px 2px;
    text-transform: uppercase;
    font-size: 11px;
    background: #777;
    text-shadow: 0 .9px 0 rgba(0, 0, 0, 0.4);
    outline: none;
}
select[disabled],
.disabled {
    display: none !important;
}
option{
    background-color: #FFF;
    color: #555;
}
iframe{
    position: absolute;
    width: calc(100% - 10%);
    height: calc(100% - 50px);
    border:0;
    margin: 50px 0 0 10%;
}
[tooltip]:hover:after {
  content: attr(tooltip);
  position: absolute;
  background-color: #BBB;
  padding: 5px 12px;
  color: #222;
  box-shadow: 3px 3px 3px #111;
  border-radius: 2px;
  margin-left: 10px;
}
.custom-scrollbar::-webkit-scrollbar{
    width: 7px;
}
.custom-scrollbar::-webkit-scrollbar:hover{
    width: 10px;
}
.custom-scrollbar::-webkit-scrollbar-track{
/*     background-color: red; */
}
.custom-scrollbar::-webkit-scrollbar-thumb{
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: #777;
    background-clip: padding-box;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover{
/*     border: none; */
/*     background-clip: padding-box; */
    -webkit-border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
    background-color: #555;
}
.custom-scrollbar::-webkit-scrollbar-thumb:active{
    background-color: #444;
}
.custom-scrollbar::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
button,
button:visited{
    padding: 7px 15px;
    border: none;
    border-radius: 2px;
    color: #FFF;
    
    margin: 3px 2px;
    text-transform: uppercase;
    font-size: 11px;
    background: #777;
    text-shadow: 0 .9px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
button:active,
button:focus,
button:hover{
    background-color: #39CCC9;
    border-radius: 1px;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
input[type=text].default,
input[type=password].default,
input[type=text],
input[type=password]{
    color: #0F0F0F;
    display: block;
    width: calc(100% - 14px);
    padding: 7px 5px;
    
    /* border-left: solid 7px #999; */
    border: solid 2px #777;
    border-radius: 2px;
    cursor:text;
    margin: 3px 0;
    outline: none;
}
input[type=text].default:focus,
input[type=password].default:focus,
input[type=text]:focus,
input[type=password]:focus{
    /*box-shadow: 0 0 7px 2px rgba(27, 183, 178, 1);*/
    /*border-color: #1BB7B2;*/ 
}
textarea.default,
textarea{
    color: #0F0F0F;
    width: calc(100% - 14px);
    padding: 5px;
    border: solid 2px #777;
    margin-top: 3px;
    resize: none;
    outline: none;
    min-height: 75px;
    white-space: pre-line;
    text-align: justify;
    border-radius: 3px;
}
label{
    display: inline-block;
    background-color: #000;
    color: #BBB;
    width: calc(100% - 20px);
    background-color: transparent;
    text-align: center;
    padding: 5px;
    margin: 3px;
    font-family: Segoe UI;

}
.new_manual_data {
    padding: 6px 6px 5px 5px;
    border: solid thin #777;
    border-left: double 4px #777;
}
.new_manual_data label.color-cyan{
    /*background-color: #FFF175 !important;*/
    display: block;
    background-color: #39CCBA;
    color: #0F0F0F;
    border: none;
    line-height: initial;
}
#generated_content_right label{
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    user-select: text;
    border: solid thin #555;
}
.cursor:hover{
    cursor: pointer;
    opacity: 1;
}
/*.grabber:hover {*/
    /*cursor: move;  fallback if grab cursor is unsupported */
    /*cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;*/
/*}*/
 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
/*.grabber:active { */
    /*cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;*/
/*}*/
.ui-draggable-dragging{
    z-index: 99999;
}
.draggable-helper{
    position: absolute;
    opacity: .5;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.droppable-before{
    opacity: 1;
}
.droppable-hovered{
    opacity: .7;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
/*.generated_content{
    position: relative;
    float: right;
    width: 80%;
    height: 100%;
}*/
#generated_content_left{
    display: inline-block;
    position: absolute;
    left: 30%;
    padding: 5px 20px 0 20px;
    width: calc(50% - (15% + 41.5px));
    height: calc(100% - 55px);
    overflow-y: scroll;
    background-color: #0F0F0F;
    border: solid thin #222;
    overflow-x: hidden;
    border-bottom: 0;
    border-top: 0;
}
#generated_content_right{
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0 20px 20px 20px;
    width: calc(50% - (15% + 41.5px));
    height: calc(100% - 70px);
    overflow-y: scroll;
    background-color: #0F0F0F;
    border: solid thin #222;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
}

/*NAVIGATIONS LAYOUT*/
.navigations-header{
    position: relative;
    width: (100% - 20px);
    text-align: center;
    height: calc(50px - 20px);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.50);
}
.navigations-header .link-type{
    display: inline-block;
    width: 70%;
    height: 100%;
    vertical-align: top;
}
.navigations-header .search-bar{
    display: inline-block;
    width: 30%;
    height: 100%;
    vertical-align: top;
}
.navigations.small{
    display: inline-block;
    width: 3%;
    text-align: center;
    height: 100%;
}
.navigations.big{
    display: inline-block;
    width: 10%;
    text-align: center;
    height: 100%;
}
.navigations.small img{
    width: calc(100% - 40%);
    padding: 20%;
    opacity: .7;
}
.navigations.big img{
    display: block;
    width: 20px;
    padding: 5px 10px 5px 10px;
    opacity: .7;
}
.navigations nav{
    width: 100%;
    display: table;
    border-bottom: solid thin #333;
}
.navigations nav:hover{
    opacity: .5;
    border-bottom: solid thin #555; 

}
.navigations nav img{
    width: 20%;
    display: table-cell;
    vertical-align: middle;

}
.navigations nav label{
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;

}

/*TOOLS PANEL LAYOUT*/
.tools_panel.big{
    position: fixed;
    display: inline-block;
    width: 27%;
    height: 100%;
}
.tools_panel.small{
    position: fixed;
    display: inline-block;
    width: 20%;
    height: 100%;
}
.tools_panel .copyright{
    position: absolute;
    width: 100%;
    bottom: 50px;
    color: #777;
    text-align: left;
    font-size: x-small;
}
.tools_panel .copyright strong,
.tools_panel .copyright a,
.tools_panel .copyright a:visited{
    font-size: x-small;
    color: #777;
}
.tools_panel .copyright a:active,
.tools_panel .copyright a:focus,
.tools_panel .copyright a:hover,
.tools_panel .copyright .link:hover {
    color: #fff;
    cursor: pointer;
}
.tools_panel label{
    font-size: 11px;
    font-weight: normal;
    line-height: 4px;
    padding: 6px 6px 5px 5px;
    border: solid thin #777;
    border-left: double 4px #777;
    margin: 0;
    text-align: left;
    width: auto;
    border-radius: 0;
}
.tools_panel .tools_panel_container{
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    background-color: #0F0F0F;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}
.tools_panel .tools_panel_container .header{
    width: calc(100% - 30px);
    padding: 0 15px;
    font-size: 0;
}
.tools_panel .tools_panel_container .header nav,
#generated_content_right nav{
    width: calc(100% - 20px);
    color: #AAA;
    background-color: #222;
    padding: 5px 10px;
    margin: 7px 0;
    text-align: center;
    border-radius: 3px;
    cursor: default;
    text-transform: uppercase;
    font-family: Segoe UI;
    font-size: 14px;
}
.tools_panel .tools_panel_container .tools_panel_content {
    width: calc(100% - 30px);
    padding: 0 15px;
    color: #222;
}
.tools_panel .tools_panel_container .dynamic{
    margin-top: 15px;
    padding: 0 10px 0 15px;
    width: calc(100% - 25px);
    max-height: calc(100% - 215px);
    cursor: auto;
    background-color: transparent;
    text-align: left;
    position: relative;
    overflow-y: scroll;
}
.tools_panel .tools_panel_container:hover .dynamic:hover{
    padding: 0 7px 0 15px;
    width: calc(100% - 22px);
}
.tools_panel .tools_panel_container .db-list,
.tools_panel .tools_panel_container .table-list{
    width: calc(100% - 30px);
    padding: 0 15px;
    font-size: 0;
    margin: 0;
    text-align: left;
}
.tools_panel .tools_panel_container .db-list select,
.tools_panel .tools_panel_container .table-list select{
    width: calc(100% - 4px);
    vertical-align: top;   
}
.tools_panel .tools_panel_container .db-list label,
.tools_panel .tools_panel_container .table-list label{
    width: calc(auto - 16px);
    margin-top: 7px;
    vertical-align: top;
    border-radius: 3px 10px 0 0;
}
.dynamic{
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
/*     -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    
    transition: 1s; */
}
.dynamic:hover{
/*     overflow-y: scroll; */
}
.tools_panel .tools_panel_container .header button{
    width: calc(50% - 4px);
}
.tools_panel .tools_panel_container a{
    display: block;
    margin: 0 15px;
    text-align: left;
}




.title{
    font-family: Segoe UI;
    font-size: 12px !important;
    text-align: center;
}
.green-note{
    position: absolute;
    display: inline-block;
    width: 100%;
}
.green-note span{
    position: absolute;
    padding: 5px 10px;
    width: calc(100% - 20px);
    top: 0; left: 0;
    background-color: #71CE65;
    color: #172a15;
    border-radius: 0 0 3px 3px;
}
.green-note,
.red-note{
    position: absolute;
    display: inline-block;
    width: 100%;
}
.green-note span,
.red-note span{
    position: absolute;
    padding: 5px 10px;
    width: calc(100% - 20px);
    top: 0; left: 0;
    background-color: #71CE65;
    border-radius: 0 0 3px 3px;
    opacity: 0;
}
.red-note span{
    background-color: #E03838;
}
.red-field{
    border: solid 2px #E03838 !important;
    border-radius: 2px !important;
    /*border-left: solid 5px #E03838 !important;*/
}
.invert{
     -webkit-filter: invert(100%);
    filter: invert(100%);
}

/*CONTEXT MENU LAYOUT*/
.context-menu{
    position: absolute;
    background-color: #EEE;
    padding: 2px 0;
    box-shadow: 2px 2px 5px -5px #222;
    color: #555;
    font-size: 11px;
    font-family: Segoe UI;
    z-index: 999999999;
}
.context-menu li{
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}
.context-menu li:hover{
    background-color: #222;
    color: #EEE;
}


/*BUILDER*/
#builder_workspace{
    display: inline-block;
    position: absolute;
    left: 30%;
    padding: 5px 20px 0 20px;
    width: calc(75% - (15% + 41.5px));
    height: calc(100% - 55px);
    overflow-y: scroll;
    background-color: #DDD;
    border: solid thin #222;
    overflow-x: hidden;
    border-bottom: 0;
    border-top: 0;
}
#builder_properties{
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0 20px 20px 20px;
    width: calc(25% - (15% + 41.5px));
    height: calc(100% - 70px);
    overflow-y: scroll;
    background-color: #0F0F0F;
    border: solid thin #222;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
}
/*input.builder_element{
    margin: 0;
    position: absolute;
}
input[type=text].builder_element,
input[type=password].builder_element{
    width: 150px;
    position: absolute;
}
input[type=checkbox].builder_element{

}*/
.builder-element-resizable{
    width: 250px;
    margin: 0 !important;
    border: solid thin transparent !important;
}
.builder-element-resizable section{
    display: block;
}
.builder-element-resizable:hover,
.builder-element-resizable:focus{
    border-color: blue !important;
}
.builder-element-draggable{
    border: solid thin transparent !important;  
}
.builder-element-draggable:hover,
.builder-element-draggable:focus{
    border-color: red !important;
}
.ui-wrapper{
    padding: 1px !important;
}




#elementResizable {
    border: 1px solid #000000;
    width: 300px;
    height: 40px;
    overflow: hidden;
}
#nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #000000;
}
#nwgrip {
    left: -5px;
    top: -5px;
}
#negrip{
     top: -5px;
     right: -5px;
}
#swgrip{
    bottom: -5px;
    left: -5px;
}
#segrip{
     bottom: -5px;
    right:-5px;
}
#ngrip{
     top: -5px;
    left:50%;
}
#sgrip{
     bottom: -5px;
    left: 50%;
}
#wgrip{
     left:-5px;
     top:50%;
}
#egrip{
     right:-5px;
     top:50%;
}


/*ERP MAPPING TOOL*/
#generated_content_left p.ui-draggable{
    /*max-height: 100px;*/
}