/* Profile Image thumbnail centering, using fieldCell number */
#cbfv_29 {
	text-align: center;
}

/* Image thumbnail corner */
.cb_template .img-thumbnail {
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #da8d00;
    border-radius: 1.5rem;
    max-width: 100%;
    height: auto;
    /* margin-left: 25%; */
}

/* Profile left column height adjustments */
.cb_template .pr-sm-2, .cb_template .px-sm-2 {
    line-height: normal;
}

/* CB top border adjustment
.cb_template {
    border-top: 2px solid #dee2e6 !important;
}
*/

/* Profile icon/text alignment
.cb_template *, .cb_template *::before, .cb_template *::after {
    box-sizing: border-box;
    vertical-align: top;
}
 */

.cb_template .m-0 {

}

/* List table text black */
.cb_template .table {
    color: #000000;
}

/* Profile label bold */
.cb_template label {
    font-weight: bold;
}

/* Table heading bold */
.table th {
    font-weight: bold;
}

/* Search Button text weight and color */
.cb_template .btn {
  /* workaround to Bootstrap 3.0 styling */
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  color: var(--black, #000);
  font-weight: bold;
}

/* Search Button background color */
.cb_template .btn-secondary {
    color: #000;
    background-color: #da8d00;
    border-color: #6c757d;
}

.cb_template .btn-secondary:hover {
    color: #fff;
    background-color: #8D9106;
    border-color: #545b62;
}

/* Find Button background color */
.cb_template .btn-primary {
    color: #000;
    background-color: #da8d00;
    border-color: #6c757d;
}

.cb_template .btn-primary:hover {
    color: #fff;
    background-color: #8D9106;
    border-color: #545b62;
}

.cb_template .btn:hover {
    
}

.cb_template .table th,
.cb_template .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: solid #ffffff;
}

.cb_template .table thead th {
  vertical-align: bottom;
  border-bottom: solid #ffffff;
}

.cb_template .table tbody + tbody {
  border-top: solid #ffffff;
}

.cb_template .table-sm th,
.cb_template .table-sm td {
  padding: 0.3rem;
}

.cb_template .table-bordered {
  border: solid #ffffff;
}

.cb_template .table-bordered th,
.cb_template .table-bordered td {
  border: solid #ffffff;
}

.cb_template .table-bordered thead th,
.cb_template .table-bordered thead td {
  border-bottom-width: 0px;
}

.cb_template .table th, .cb_template .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: solid #ffffff;
    border-bottom: solid #ffffff;
}

/* Profile Tabs colors */
.nav.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: -1px 0 0 rgba(0,0,0,.05);
    color: var(--cassiopeia-color-primary);
    padding: .75em 1em;
    position: relative;
    font-weight: bold;
}

.cb_template .nav-tabs .nav-link.active, .cb_template .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: orange;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
}
