.marginTop100{
    margin-top:60px;
}


  

  #rightDialog{
    position: fixed;
    top:0px; 
    right:0px;
    width:400px !important;
    background-color: white; 
    z-index:9999;
    height:calc(100%);
    border-left:1px solid grey;
  }

  #leftDialog{
    position: fixed;
    top:0px; 
    left:0px;
    width:400px !important;
    background-color: white; 
    z-index:9999;   
    height:calc(100%);
    border-right:1px solid grey;
  }
  
 
  
  .dialogContent .link{
      font-size:14px;
  }
  #divResult {
    z-index: 10040;
    position: absolute;
    height: 200px;
    padding: 5px;
    border: 1px solid grey;
    border-radius: 6px 6px 6px 6px;
    overflow: auto;
    background: none repeat scroll 0 0 white;
}

#divResult ul {
    text-align: left;
}

.centerContainer {
    min-height: 70vh;
    width:80%;
    margin: auto;
}

.richtTextBox .tool{
    background-color:   #bebebe;
    text-align: left;
   
}

.richtTextBox .tool i{
    cursor:pointer;
     color:white;
     margin:5px;
} 

.fa-plus{
    cursor:pointer;
}

.center{
    text-align:center;
}

.alignRight{
    text-align:right;
}

