/********** Template CSS **********/
/** old --primary: #AB7442; **/

:root {
    --primary: #5242ab;
    --light: #F5F5F5;
    --dark: #000000;
}

.fw-medium {
    font-weight: 500 !important;
}


.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/********** Jim Added CSS **********/
table caption {
  padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}
