body {
    padding-top: 115px;
}
a {
    color: #000;
}
.mainSection {
    height: calc(100vh - 170px);
    overflow: auto;
}
.sidebar {
    min-width: 25%;
    max-width: calc(100% - 30px);
    height: calc(100vh - 100px);
}

.modalSwitchContent {
    display: none;
}
embed.pdfobject {
    height: 80vh !important;
}
#splitterExhibit {
  display: flex;
  height: 100%;
}

#splitItem {
    /* position: absolute;  */
    /* margin: 0px; 
    left: 0px; 
    right: auto; 
    top: 0px; 
    bottom: 0px;  */
    min-width: 300px; 
    /* z-index: 0;  */
    padding: 0px; 
    background: rgb(255, 255, 255); 
    border: 1px solid rgb(187, 187, 187); 
    /* overflow: hidden;  */
    width: 515px; 
    /* display: block;  */
}



#exhibitBTN {
    text-align: left; 
    height: 38px !important; 
    min-width: 326px !important;
    max-width: 100% !important;
    color:rgb(0, 0, 0);
}
#exhibitBTN.ExhibitButton:hover .DefaultLabelContainer,
.ExhibitButton:hover .LabelContainer,
#spread_sheet_response_option:hover .LabelContainer,
#word_processor_response_option:hover .thumb{
  color:#c80000;
}
#splitItemReference {
    /* position: absolute;  */
    margin: 0px; 
    /* left: 367px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px;  */
    height: 100%; 
    /* width: 952px;  */
    z-index: 0; 
    padding: 0px;
    background: rgb(255, 255, 255); 
    border: 1px solid rgb(187, 187, 187); 
    flex: 1;
    /* overflow: hidden; */
    /* display: block; */
    /* visibility: visible; */
}

.ui-resizable-e {
  background-color: #dcdddd;
}

.jexcel_content {
  max-width: 100%!important;
  width: 100%!important;

}
/* .jexcel {
    table-layout: auto !important   
} */
.hide {
    display: none;
}
.show {
    display: flex;
}
#modal_container {
    position: absolute;
    height: 500px;
    width: 500px;
    background: #dddddd;
    height: 195.667px;
    width: 322.75px;
    top: 124px;
    left: 481px;
    z-index: 1;
    right: auto;
    bottom: auto; 
}



textarea#mentions {
    height: 350px;
  }
  
  div.card,
  .tox div.card {
    width: 240px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(34, 47, 62, .1);
    padding: 8px;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  }
  
  div.card::after,
  .tox div.card::after {
    content: "";
    clear: both;
    display: table;
  }
  
  div.card h1,
  .tox div.card h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 0;
    line-height: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  }
  
  div.card p,
  .tox div.card p {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  }
  
  div.card img.avatar,
  .tox div.card img.avatar {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    float: left;
  }
  
  
  /*  Start jexcel_toolbar */
  .jexcel_toolbar {
    background-color: #f1f1f1;
  }
  .jtoolbar-item.jtoolbar-dropdown {
    margin-right: 15px !important;
    padding-right: 20px !important;
    border-color: rgb(169, 169, 169);
    border: 1px solid rgb(169, 169, 169);;
  }

  #Spreadsheet {
    background: #fff !important;
    background-color: #fff !important;
  }

  .jexcel_toolbar.jtoolbar {
    padding: 10px;
  }
  #tableformulas {
    padding: 10px;
    background: #f1f1f1;
  }
  #Spreadsheet.ui-dialog.ui-dialog-content {
    background: #fff !important;
    background-color: #fff !important;
  }
  /* Toolbar */
  .toolbar {
      background: #f1f1f1;
      width: 100vw;
    }

  .toolbar div {
      padding: 0 5px;
  }

  .jexcel>thead>tr>td, .jexcel_row {
    background: linear-gradient(0deg, #cadbf9, #fff) !important;
    padding: 10px;
}

  .jexcel>tbody>tr.selected>td:first-child, 
  .jexcel > thead > tr > td.selected {
    background: #ffdc61 !important
  }
  
  .jexcel>thead>tr>td, 
  .jexcel>tbody>tr>td:first-child {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color:#e7edf4;
  }
  .jexcel>thead>tr>td{
  padding: 30px;
  }

#tableformulas {
  display: flex;
}
#tableformulasvalue {
  width: 100%;
  padding: 0 10px;
}
#col-name {
  padding: 6px;
  width: 20%;
  border: 1px solid #ABABAB;
  text-align: center;
  background: #ebebe4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 7px;

}
.toolbar-custome {
  background: #f1f1f1;
}

.toolbar-custome > div{
 padding-right: 5px;
 cursor: pointer;
}

.toolbarIcon {
  /* width: 26px; */
  height: 26px;
  /* display: flex;
  align-items: center; */
  /* justify-content: center; */
  background-position: center!important;
  background-repeat: no-repeat!important;
  padding: 12px;

}

.resetBg {
  background: url(../images/reset.gif);
}
.cutBg {
  background: url(../images/cut.gif);
  border-left: 1px solid #d9d9d9;
}
.copyBg {
  background: url(../images/copy.gif);
}
.pasteBg {
  background: url(../images/paste.gif);
}
.paintBg {
  background: url(../images/paint.gif);
}
.undoBg {
  background: url(../images/undo.gif);
  border-left: 1px solid #d9d9d9;
}
.redoBg {
  background: url(../images/redo.gif);
}


.numberBG {
  background: url(../icons/fixed.gif);
}

.currencyBG {
  background: url(../icons/currency.gif);
}

.percentBg {
  background: url(../icons/percent.gif);
}

.fractionBg {
  background: url(../icons/fraction.gif);
}

.dateBg {
  background: url(../icons/datetime.gif);
}



.fa-file:before {
  content: "\f15b";
  font-size: 26px;
  margin-top: -9px;
}
