html {
    font-size: 14px !important;
}

.jk-shadow {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.jk-absolute-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.jk-body-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.block-success {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  width: fit-content;
  padding: 13px 15px;
  gap: 10px;
  border-radius: 12px;
  background: #d1e7dd;
  color: #0f5132;
}
.block-success i {
  font-size: 24px;
}
.block-success div {
  color: #0f5132;
}

.tf-button:disabled, .tf-button[disabled] {
    background-color: #f0f5f9;
}

.jkhref:focus {
  color:#212529;
  background-color:#fff;
  border-color:#86b7fe;
  outline:0;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}


table.jk-v-center td, table.jk-v-center th {
    vertical-align: middle;
}

.bootstrap-autocomplete {
    font-size: 14px;
    padding: .5rem .5rem;
    line-height: 22px;
    
}

div.jkinfo {
    border-radius: 10px;
    background-color: #f8f9fa;
    padding: 14px 22px;
}

.text-info {
    color: #004cc1;
}

.text-blue {
    color: #004cc1;
}

.dt-search label {
    font-size: 14px;
}

.dt-search input {
    padding: 14px 22px !important;
    font-size: 14px;
    border-radius: 12px !important;
    color: var (--Heading) !important;
    background: white url('../images/magnifying-glass-svgrepo-com.svg') right no-repeat;
    background-size: 18px;
    background-position-x: calc(100% - 18px);
}

.jk-text-danger {
    color:#dc3545 !important;
}

.thead-dark {
    background-color: white;
}

table.jkRowBorder {
    border-collapse: collapse;
}

table.jkRowBorder td, tr.rowBorder {
    border-bottom: 1px solid black !important;
}

div.hr {
    height: 1px;
    background-color: var(--Body-Text);
    margin: 0 3px;
}

div.terminfotitle, div.terminfonormal, div.terminfosmall {
    padding: 1px;
}

.font-term1 {
    font-size: 0.85em;
}

div.terminfonormal {
    font-size: 0.75em;
}

div.terminfosmall {
    font-size: 0.7em;
    color: var(--Input);
}

div.jk-rounded-small {
    border-radius: 5px;
}

.jk-link:hover {
    color: #0096c7;
}
.jk-hover-light:hover {
    background-color: #fafafa;
    border-color: #2275fc !important;
}

.jk-hover-lightc:hover {
    background-color: #cddffa !important;
    /*border-color: #2275fc !important;*/
}

.jk-roboto-cond {
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;

}

.jk-small-font {
    font-size: 0.7em;

}
.jk-bottom-right-menu {
    position:fixed;
    right:5px;
    bottom:5px;
}

.jk-table-text {
    font-size: 0.8em;
}

.list-icon-function .item.black {
  color: #000000;
}

.tf-button.style-3 {
  color: #FFF;
  background-color: #31d2f2;
  border-color: var(--Input);
}
.tf-button.style-3:hover {
  color: #FFF;
  background-color: var(--Main);
}

.tf-button.style-danger {
  color: #FFF;
  background-color: red;
  border-color: var(--Input);
}
.tf-button.style-danger:hover {
  color: gray;
  background-color: red;
}

.chelp {
    cursor: help;
}

h.jkh7 {
    font-size: 16px;
    font-weight: bold;
}