
/*Notification*/
#notifications {
    top: 10px;
    right: 10px;
    left: auto;
}

html,body{
    height: 100%;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 15px;
    color: #38528F;
    font-weight: normal;
    margin: 18px 0 5px 0;
    line-height: 15px;
}

hr{
    margin: 0px 0;
    border: 0;
    border-bottom: 1px solid #667AA9;
}

.clear{
    clear:both;
}

.left{
    float:left;
}

#main {
    height: 100%;
    width: 100%;
    background-color: #EEEEEE;
}

#eventEditor {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#designEditor {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#codeEditor {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.help {
    color: #666;
margin-left: 20px;
font-weight: normal;
}

.flowWindow{
     background-color: white;
    border: 1px solid #346789;
    color: black;
    font-family: helvetica;
    font-size: 0.8em;
    height: 40px;
    opacity: 0.8;
    padding: 0.5em;
    position: absolute;
    width: 80px;
    z-index: 20;
    text-align:center;
    border-radius: 3px;
    left: 1000px;
}

.pointLabel{
    font-size:12px;
}

.ep{
   width: 15px;
height: 15px;
background: #fff;
border: 1px dotted grey;
border-radius: 3px;
position: absolute;
top: 34px;
}

.ep i{
    width: 15px;
display: block;
height: 15px;
}

._jsPlumb_overlay{
    border: 1px solid #000;
padding: 4px;
background-color: #346789;
color: #fff;
border-radius: 3px;
font-family: verdana;
font-size: 12px;
font-style: italic;
cursor: pointer;
}

._jsPlumb_overlay:hover{
    
background-color: #42a62c;
position:absolute;
z-index:9999;
}

._jsPlumb_endpoint{
    z-index:21;
    cursor: pointer;
}

.ui-slider-horizontal {
height: 4px;
}

.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 13px;
height: 13px;
cursor: default;
}

.ui-slider-horizontal .ui-slider-handle {
top: -7px;
margin-left: -.6em;
}

.ui-widget-header {
border: 1px solid #aaa;
background: #E0EAFF;
color: #222;
font-weight: bold;
}

.iconCol > div {
clear: both;
}