.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fcf;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.lightTopMargin
{
    margin-top:3px;
}

.highlight {
    font-weight: bold;
}

.fa-opacity {
    opacity:0.3;
}

ul {
  list-style-type: none;
  margin:0 0 0 10px;
  padding:0;
}


i.fa, i.far, i.fas {
    margin-right:5px;
}

.tree, .treeD, .treeMDI, .treeADI, .treePM, .tree_output_graph, .treeReport, .treeSOOutput, .treeGraphsFont, .treeGraphsLine, .treeGraphsArea, .treeReportOutput, .treeSOOutputsOutput {
    float:left;
    width:360px;
    overflow:auto;
    margin-right:10px;
    height:calc(100% - 185px);
}

.menu2toggle.toggled
{
    margin-left:-400px;
}

.tree.well, .treeGraphsLine.well, .treeGraphsArea.well, .treeGraphsFont.well, .treeSOOutput.well, .treeReport.well, .treeD.well, .treePM.well {
    padding-top:0;
}

.treebtn {
    position: fixed;
    width:310px;
    background:#f5f5f5;
    padding-top:10px;
    z-index:1000;
}

.treelist {
    margin-top:75px;
}

.treebtnShort {
    position: fixed;
    width:310px;
    background:#f5f5f5;
    padding-top:10px;
    z-index:1000;
}

.treebtnShort button
{
    margin-top:0;
}

.treelistShort {
    margin-top:45px;
}

.list-group-item.backgrey {
    background: #eeeeee;
}

.tag {
    color:#748fc9;
}


.form1 {
    float:right;
    width: calc(100% - 370px);
    position:relative;

    overflow:auto;
    height:calc(100% - 185px);
}

.form1.fullwidth {
    width: 100%;
}

.form1 .nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.formt {
    width: calc(100% - 380px);
    border-radius: 0 4px 4px 0;
}

.form1.fullwidth {
    width: calc(100% - 10px);
}

.add_btn, .edit_btn {
    float:right;
    margin-top:4px;
}

.navbar {
  margin-bottom: 10px;
}

.ui-draggable-dragging {
    color:#fff;
    background:#748fc9;
    padding:2px 3px;
    display:block;
    font-size:9px;
}

.ui-state-highlight {
    height:20px;
    border:2px dotted #999;
    background:#fff;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity = 70)
}

.ui-dialog,
.ui-dialog-buttonpane {
    background:#ececec;
}

.ui-state-hover {
    font-weight: normal;
}

.ui-state-active {
    background:#748fc9;
    color:#fff;
    font-weight: normal;
}

.ui-state-active {
    color:#fff;
    font-weight: normal;
}

.editor_element {
    display:inline-block;
    padding:1px 1px 0 1px;
    color:#ffffff;
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    filter: none;
    border-bottom: 1px solid #178acc;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}

#elementD .row {
    padding:3px;
}

.old {
    color:#ccc;
}

.textareaWithEditor textarea {
    font-family: Courier New;
}

.marker {
    position: absolute;
    color:#000;
    line-height:15px;
    padding:0 2px 0 18px;
    height:15px;
}

.getpointinfos {
    margin-left:10px;
    color:#748fc9;
    cursor:pointer;
    font-size: 14px;
}

.edithomepoint {
    margin-left:10px;
    color:#748fc9;
    cursor:pointer;
    font-size: 14px;
}

.draganchor {
    color:#748fc9;
    cursor:pointer;
    font-size: 14px;
}

.deletehomepoint {
    color:#ff0000;
    cursor:pointer;
    font-size: 14px;
}

.hpdescr {
    background: #eee;
    padding:2px 3px 1px 10px;
    border-radius: 5px 0px 0px 5px;
    color:#000;
    font-size: 13px;
}

.pointtexte {
    background:#eee;
    color:#748fc9;

    padding:5px 10px 5px 7px;
    border-radius:0px 5px 5px 5px;
    margin-top:5px;
    position:absolute;
    display:none;
    z-index:1000;
    text-align:left;
    min-width:50px;
    font-size: 12px;
}

.nav.nav1 ul.dropdown-menu {
    z-index:2000;
}

.sp-replacer {
    border: solid 1px #91765d;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: #fff;
}

.sp-container {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

a.titleLikeTab {
    cursor: default;
}

.togglemenu
{
    float:left;
    cursor:pointer;
    margin-left:-5px;
    margin-right:10px;
    margin-top:8px;
    color:#2fa4e7
}

a.t
{
    z-index:99999:
    display:block;
    float:left;
    position:relative;
    cursor:pointer;
    left:0px;
    top:0px;
    color:#2fa4e7;
    width:10px;
    height:calc(100% - 185px);
    text-decoration: none;
    border:0px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
    background:#ededed;
    padding:0;
    border-radius: 4px  0 0 4px;
}

a.t strong
{
    top: 50%;
    margin: 0;
    left:1px;
    position: absolute;
}

a.t:hover
{
    background: #e4e4e4;
    border:1px solid #e3e3e3;
}

#showOnCalculation {
    font-size:20px;
    background:#666666;
    width:100%;
    height:100%;
    padding:100 100 0 100;
}

#calc_text {
    font-size:15px;
    border-radius:10px;
    background:#eee;
    margin:0 auto;width:70%;
    margin-top:20px;
    text-align:center;
    max-height:200px;
    overflow:auto;
    color:#000
}

a.nextbtn {
    text-decoration: none;
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

a.nextbtn:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

#meter_wrapper
{
 border:1px solid #dddddd;

 width:200px;
 border-radius:3px;
}
#meter
{
 width:0px;
 height:15px;
 border-radius:
}
#pass_type
{
 font-size:13px;
}

.pass_show{
    position: relative
}

.pass_show .ptxt {

    position: absolute;
    top:4px;

    right: 30px;
    z-index: 1;
    color: #f36c01;
    cursor: pointer;
    transition: .3s ease all;
}

.pass_show .ptxt:hover{
    color: #333333;
}

.tooltip-inner{min-width: 100px;max-width: 600px; padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}