.tt-menu,
.gist {
    text-align: left;
    font-size: 14px;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 380px;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 380px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 15px;
  font-size: 14px;
  line-height: 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color:gray;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color:gray;

}

.tt-suggestion p {
  margin: 0;
}


.sheet {
  width: 350px !important;
  margin-left: auto;
  margin-right: auto;

}

/* .tb-inovice-receipt{
  width: 100px !important;
} */
.tb-inovice-receipt tbody {
  padding: 0;
  margin: 0;
  border-spacing:0;
}

.tb-inovice-receipt tr {
    line-height:10px;
}


.btn-ls {
  width: 120px !important;
  height: 36px !important;
}

.author-box .author-box-picture{
  width: 200px !important;
}

.author-box-1 .author-box-picture-1{
  width: 150px !important;
}
.card-1 {
  box-shadow: none !important;
  border-radius: 0 !important;
}


table.dataTable tr th.select-checkbox.selected::after {
  content: "✔";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

tr.group{
    background-color: #e9e9e9 !important;
    font-weight: bold;
}

.theader{
  position:sticky;
  top: 0 ;
}

.spinner-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2000;
    }

    .spinner-overlay.d-none {
        display: none !important;
    }

    .spinner-overlay .spinner-box {
        background: rgba(0, 0, 0, 0.75);
        padding: 20px 28px;
        border-radius: 8px;
        color: #fff;
        display: flex;
        align-items: center;
    }

    .spinner-overlay .spinner-border {
        width: 2.5rem;
        height: 2.5rem;
    }