html,
body {
  height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    font-family: 'Fira Mono', monospace;
    font-size: 12pt;
    background-color: #fff;
    text-align: start;
}

a {
    color: #000;
    font-style: normal;
  }

  a:hover {
    color: #000;
    font-style: normal;
  }
  
 
.wrapper{
  width:100%;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-left:15px;
  padding-right:15px;
  padding-top:10%;
}
.footer{
  height: 50px;
  color: #000;
  text-align:center;
}
.content {
  display: flex;
  flex: 1;
  color: #000; 
}
.columns{
  display: flex;
  flex:1;
}
.center{
  width: 500px;
  order: 2;
}
.left{
  flex: 1;
  order: 1;
}
.right{ 
  flex: 1;
  order: 3;
}
.table-search {
  padding-bottom: 10px;
}
.table-search-input {
  font-size: 11px;
}
.table-divs {
    display:none;
}
.table-wrapper, .table-wrapper-2 {
  position:relative;
}
.table-div {
  margin-top: 15px;
}
.table-scroll, .table-scroll-2 {
  height:200px;
  overflow:auto;  
  margin-top:20px;
}
.table-wrapper table, .table-wrapper-2 table {
  width:100%;
  font-size:12px;
}
.table-wrapper table *, .table-wrapper-2 table * {
  color:black;
}
.table-wrapper table thead th .text, .table-wrapper-2 table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:auto;
}

.tables-loading {
    display:none;
    text-align:center;
}
.table-1-div, .table-2-div {
    display:none;
}
.table-category-title {
    font-size:14px;
}
.table-category-description {
    font-size:12px;
    margin-bottom:5px;
}
.table-data td {
  white-space: normal;
  word-break: break-word;
}
.table-data-row, .table-builder-row {
  cursor: pointer;
}
.table-data-row.hover, .table-builder-row.hover {
  background-color: #ccc;
}
.form-group {
    position: relative;
    line-height: 0pt;
    box-shadow: 0 4px 6px #aaaabb30;;
    box-sizing: border-box;
    border-radius: 5px;
    color: #aab !important
  }

  .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #000
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
  }
  
  .btn-dark {
    color: #000;
    background-color: #fff;
    border-color: #000
  }
  
  .btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff
  }


  .btn-link {
    color: rgb(138, 138, 138);
    font-size: 10pt;

  }
  
  .btn-link:hover {
    color: #000;
    font-size: 10pt;
  }

  .input[type='checkbox']{
    width: 10px !important;
    height: 10px !important;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
    outline: 2px solid #000;
    box-shadow: none;
    font-size: 2em;
  }

  .input[type='checkbox']:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
    outline: 2px solid #000;
    background-color: #000;
    box-shadow: none;
    font-size: 2em;
  }
.form-check-inline {
    width:48%;
    margin-right:0px;
}
.form-check-label {
  margin-bottom: 0;
  font-size: 8pt;
  line-height:1.3;
}
#collapseExample .container {
    padding-left:0px;
    padding-right:0px;
}
.top-right {
  position: absolute;
  top: 20px;
  right: 22%;
  font-color:grey;
  font-size:16px;
  color:grey;
}
#collapseTable .container {
    padding-left:0px;
    padding-right:0px;
}
#collapseTable {
    font-size:10px;
}
.operator-td {
    width:90px;
}
.clearable{
  background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}

li {
	font-size:12px;
	color: gray;
}


.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; } /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */
.ai-chat-heading {
    font-size:14px;
}
.column .ai-chat {
    margin-top:100px;
}
@media (max-width: 768px) { /*breakpoint*/
.column .ai-chat {
    margin-top:50px;
}
.btn {
    padding:.175rem .35rem;
}
.btn-primary {
    font-size:13px;
}
.btn-link {
    font-size:12px;
}
.top-right {
  position: absolute;
  top: 80%;
  left: 50px;
  font-color:grey;
  font-size:8px;
  color:grey;
}
.table-category-title {
    font-size:12px;
}
.table-category-description {
    font-size:10px;
}
  .table-wrapper table, .table-wrapper-2 table {
      font-size:10px;
  }
  .columns {
    flex-direction: column;
  }
  .left {
    order:2;
    margin-top:20px;
  }
  .right {
    order:3;
    margin-top:20px;
  }
  .center {
    order:1;
    width:90%;
  }  
}
