﻿.popover.bottom .arrow:after {
  border-bottom-color: black;
  color: white;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color:black;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

    color: white;
}

.carousel-control.left, .carousel-control.right {
        background-image: none;
       
}
.carousel-control {
     height: 100px;
        top:79%;
        width: 200px;
        z-index:16;
}


.sample-dialog-text {
    color: #3dcd58;
}

.explore-dialog-item {
    padding:20px;
}
.error-dialog {
    position: fixed;   
    top: 35%; 
    left: 30%;    
    margin-top: -100px;
    margin-left: -50px; 
    width: 40%;   
    
    border-radius: 5px;
    z-index: 12; 
    
    
}
.sample-main-dialog {
    position: fixed;   
    top: 35%; 
    left: 30%;    
    margin-top: -100px;
    margin-left: -50px;   
    
    text-align:center;
    text-align: -webkit-center;     
    border-radius: 5px;
    z-index: 11;  
}
.sample-dialog { 
    z-index: 13;  
    width: 170px;
    height: 170px;  
    padding-top:10px;
    margin:20px; 
    border-radius: 5px;
     background-color: #ffffff;
}

.onboarding-image {
    width:500px;
    height:300px;
}
.welcome-dialog-item-max {
  text-align: center;
 
}
.text-alighn-center {
    text-align:center;
    text-align: -webkit-center;
   
}
.explore-dialog-overlay {   
       position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;    
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
   
}

.explore-dialog { 
    position: fixed;
    top: 40%; 
    left: 40%;    
    margin-top: -100px;
    margin-left: -150px;
    text-align: center;
    z-index: 11;  
    width: 539px;
    height: 418px;
     background-color: #ffffff;
       box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        padding: 0px; 
         border-radius: 2px;
}

.welcome-explore-panel {
   
}

.img-unit {
    width: 24px;
    height: 24px
}
.img-unit-min {
    width: 19px;
    height: 19px
}

.fileinput-button
{
    /*position: relative;*/
    overflow: hidden;
}

    .fileinput-button input
    {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 7px;
        opacity: 0;
        filter: alpha(opacity = 0);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.file-unit {
    float: left; 
    text-align: center; 
    width: 96%; 
    padding-top: 5px; 
    padding-bottom: 5px
}
.file-close {
    float: right; width: 4%;
    text-align:right;
    padding:0px;
}

.slider {
    height:38px;
    width:120px;   
    margin:0px;
    background-color: #f7f6f6;
    padding:0px
}

.slider-item {
    color: #3DCD58; float: left;padding: 4px; padding-right: 4px;font-size: x-large;    
}

.toast-container {
  width: 330px;
  height: 48px;
  border-radius: 3px;
  background-color: #333333;
  text-align: center;
  padding-top: 5px;
      position: absolute;
      left:33%
}

input[type="file"]::-webkit-file-upload-button {
     -webkit-appearance: none;
     width:25px
}

.panning-active {
  background:url("../../images/panning.svg") no-repeat;
  background-size: 19px 19px;
}
.panning-selected { 
  background:url("../../images/panning_selected.svg") no-repeat;
  background-size: 19px 19px;  
  color: #3dcd58;
}
.curve-active {
  background: url("../../images/curve.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
}
.curve-selected {
  background: url("../../images/curve_slected.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  color: #3dcd58;
}
.data-active {  
  background: url("../../images/data.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
}
.data-selected {   
  background: url("../../images/data_selected.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  color: #3dcd58;
}
.calc-result-active {
  background: url("../../images/calc_result.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
}
.calc-result-selected { 
  background:url("../../images/result_selected.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  color: #3dcd58;
}
.solution-active { 
  background:url("../../images/solution.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
}
.solution-selected { 
  background:url("../../images/solution_selected.svg") no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  color: #3dcd58;
}




.input-group{
    border: 1px solid #3dcd58;
    border-radius: 4px;
    line-height: 0.75em;
    height: 30px;
    background-color: white;
    margin-top: 15px;
    padding: 2px;
}

.symbols-container {
    float:left;
     width:173px; min-height:483px;
     position:absolute;
     z-index:10;
}

.left-menu {
    float:left;
     width:120px;
     position:absolute;
     z-index:10;
    height: 100%;
    border-right: solid 1px #dadada;
}
.left-menu-body {
    background-color: #ffffff;   
    width: 100%;  
    height:100%; 
}

.left-menu-item {
   margin-left: 14px; width: 60%; height: 2px; border-bottom: solid 1px #dadada;
}

.left-menu-disable {
    width:120px; 
    height:100%;
    position:absolute; 
    z-index:11;
    background-color:#FCFCFC;
    opacity: 0.8;
}
.properties-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
    /*padding-left: 14%;*/
}

    .properties-list li {
       border-bottom: 2px solid #ececec;
       padding:5px;
    }
      .properties-list li label {
        color:#3dcd58;

    }

.glyphicon {
    line-height: 43px;
    color: #3dcd58;
    margin-right: 30px;
    font-size: 18px;
    cursor: pointer;
}
.menubar-itemicon {
    font-size:medium;
  background-color:#595959;
  color:white;
}
.menubar-itemselect {float: left;background: #f5f5f5; border-right: 2px solid #ececec; height:43px; padding:11px}
.menubar-item {float: left;  height:43px; padding:11px}
.squaredOne {width: 12px;height: 12px;float: left;position: relative; margin: 4px 5px;background: #fcfff4; background: #fff; border: 1px solid #000; }
.squaredOne label {width: 6px;height: 6px; position: absolute; top: 2px; left: 2px;cursor: pointer; background:#fff;}
.squaredOne label:after {content: ''; width: 6px; height: 6px; position: absolute; top: 0px; left: 0px; background:#3dcd58; opacity: 0;}

.squaredOne input[type=checkbox] {visibility: hidden;}
.squaredOne input[type=checkbox]:checked + label:after {opacity: 1;}

.menubar-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*padding-left: 14%;*/
}

    .menubar-list li {
        float: left;
    }

.right-menu {
     width: 270px;
  height: 44px;
  border-radius: 2px;
  background-color: #f7f6f6;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    float:right; 
    position:absolute;
    left:74%;
    z-index:10;
}

.properties-header {
    width:100%; 
    background-color:#3dcd58;
    color:#ffffff;
    border:8px solid #3dcd58;
}

.properties-body {
    background-color: #ffffff;
    border: 1px solid #009530;
    width: 100%;
    height: 410px;
}

.tool-container {
    min-height:800px;
    padding:0;
}
.toolbar {
    min-height:10%;
    background-color:#f7f6f6;
}
.toolbar-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*padding-left: 14%;*/
}

.toolbar-list li {
    float: left;
    margin-left:25px;
}

.toolbar-list li img {
    width:28px;
    height:28px;
}

.toolbar-list li a {
    display: block;
    padding: 8px;
}
.elv-canvas {
   min-height: 750px;
   width: 100%;
   position: relative;
   /*background:url('../../images/grid.png');*/

}

.elv-paper-header {
    width: 100%;
  height: 35px;
  background-color: #ffffff;  
      padding: 0px;
}

.html-element {
   position:absolute;
   background: #3dcd58;
   /* Make sure events are propagated to the JointJS element so, e.g. dragging works.*/
   pointer-events: none;
   -webkit-user-select: none;
   border-radius: 4px;
   border: 1px solid #3dcd58;
   /*box-shadow: inset 0 0 5px black, 2px 2px 1px gray;*/
   padding: 0px;
   box-sizing: border-box;
   /*z-index: 2;*/
}
.html-element select,
.html-element input,
.html-element button {
   /* Enable interacting with inputs only. */
   pointer-events: auto;   
}
.html-element button.delete {
   color: white;
   border: none;
   background-color: #009530;
   border-radius: 20px;
   width: 15px;
   height: 15px;
   line-height: 15px;
   text-align: middle;
   position: absolute;
   top: -10px;
   right: -10px;
   padding: 0;
   margin: 0;
   font-weight: bold;
   cursor: pointer;
   z-index: 5;
}
.html-element button.delete:hover {
   width: 20px;
   height: 20px;
   line-height: 20px;
}
.html-element select {
   position: absolute;
   right: 2px;
   bottom: 28px;
}
.html-element input {
   position: absolute;
   bottom: 0;
   right: 0;
   
   border: none;
   color: #333;
   padding: 5px;
   height: 28px;
}
.html-element textarea {
   pointer-events: all;
   position: absolute;
   bottom: 0;
   right: 0;
   
   border: 1px solid green;
   color: #333;
   padding: 5px;
   height: 72px;
   width:166.5px;
   resize: none;
}
.html-element label {
   color: #333;
   text-shadow: 1px 0 0 lightgray;
   font-weight: bold;
}
.html-element span {
   position: absolute;
   top: 2px;
   right: 9px;
   color: white;
   font-size: 10px;
}


.viewport {
    position: relative;   
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
     margin:0% 0% 2% 0%;
   border: 1px solid #f5f5f5;
   -webkit-box-shadow: 0px 2px 2px 1px #a1acb7;
    -moz-box-shadow: 0px 2px 2px 1px #a1acb7;
    box-shadow: 0px 2px 2px 1px #a1acb7;
    background-image: url("../../images/grid.png");
    background-color:#ececec;
}
