html {
  font-size: 80%;
}

.clickable { cursor: pointer; }

.btn-group-xs > .btn, .btn-xs {
  padding: .46rem .5rem;
  font-size: .8rem;
  line-height: .5;
  border-radius: .2rem;
}

nav { border-bottom: 1px solid #e7e7e7; }

footer { border-top: 1px solid #e7e7e7; }

li.nav-item.active > a.nav-link {
    color: steelblue !important;
    font-weight: bold;
}

svg.jsPanel-icon{
    width: 24px !important;
    height: 24px !important;
}

.jsPanel .jsPanel-titlebar {
    height: 50px;
    font-size: 20px !important;
}
.jsPanel .jsPanel-title {
    font-variant: normal;
    margin: 0 5px 0 15px;
}
.jsPanel .jsPanel-ftr {
    height: 50px;
}
.jsPanel .jsPanel-ftr-btn {
    cursor: pointer;
}
.jsPanel .jsPanel-content {
    padding: 15px;
}
#submit_record__row .btn[type='submit'] {
    margin: 0;
}

.daterangepicker, .select2-dropdown { z-index: 13001; }

button:disabled {
  cursor: not-allowed;
}

.form-control-label:not(.readonly) { margin-top: 8px; }

/* plus sign adj */
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before { line-height: 14px; }

.stripe {
  background: repeating-linear-gradient(
    45deg,
    #f0f5f5,
    #f0f5f5 10px,
    #e0ebeb 10px,
    #e0ebeb 20px
  );
}
.redstripe {
  background: repeating-linear-gradient(
    45deg,
    #ffe5e5,
    #ffe5e5 10px,
    #ffcccc 10px,
    #ffcccc 20px
  );
}

.diamonds tbody tr[role=row] td.contract,
.diamonds tbody tr[role=row] td.diamond,
.diamonds tbody tr[role=row] td.sale,
.mylink
    { color: steelblue; cursor: pointer; }

.diamonds tbody tr[role=row] td.contract:hover,
.diamonds tbody tr[role=row] td.diamond:hover,
.diamonds tbody tr[role=row] td.sale:hover,
.mylink:hover
    {color: white; background-color: steelblue; } 
