
#content > .container
{
    padding-left: 5px;
    padding-right: 5px;
}

a
{
    color: #006c93;
}

a:hover
{
    color: #006c93;
}

a.active
{
    color: #006c93;
}


.btn-sm
{
    padding: 0.25rem 0.20rem;
}

table
{
    font-size: 13px;
}

thead, tfoot
{
    background-color: rgb(245, 245, 245);
}

label
{
    font-weight: bold !important;
}

.card-body {
    padding: 10px !important;
    background-color: rgb(245, 245, 245);
}

/* Responsive Bootstrap 4.3 Datatable */
.no-wrap-col {
    white-space: nowrap;
}

.table {
    width: 100% !important;
    min-width: 600px;
    display: table;
}

.dt-bootstrap4>.row>.col-sm-12 {
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .dt-bootstrap4>.row>.col-sm-12>div {
        text-align: left;
    }
}

/* ------------------------------------ */


/* Buttons UTK */

/* btn-smokey */
.btn-smokey {
    color: #ffffff !important;
    background-color: #58595b !important; /* Default */
    border-color: #58595b !important; /* Default */
}

.btn-smokey:hover {
    color: #ffffff !important;
    background-color: #3a3b3d !important; /* -30 brightness*/
    border-color: #2b2c2e !important; /* -45 brightness */
}

.btn-smokey:focus, .btn-smokey.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 59, 61, 0.51) !important; /* -30 brightness, 50% opacity */
}

.btn-smokey.disabled, .btn-smokey:disabled {
    color: #ffffff !important;
    background-color: #58595b !important; /* Default */
    border-color: #58595b !important; /* Default */
}

.btn-smokey:not(:disabled):not(.disabled):active, .btn-smokey:not(:disabled):not(.disabled).active,
.show > .btn-smokey.dropdown-toggle {
    color: #ffffff !important;
    background-color: #2b2c2e !important; /* -45 brightness */
    border-color: #212224 !important; /* -55 brightness */
}

.btn-smokey:not(:disabled):not(.disabled):active:focus, .btn-smokey:not(:disabled):not(.disabled).active:focus,
.show > .btn-smokey.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 59, 61, 0.51) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */

/* btn-sunsphere */
.btn-sunsphere {
    color: #58595b !important;
    background-color: #fed535 !important; /* Default */
    border-color: #fed535 !important; /* Default */
}

.btn-sunsphere:hover {
    color: #58595b !important;
    background-color: #e0b735 !important; /* -30 brightness*/
    border-color: #d1a934 !important; /* -45 brightness */
}

.btn-sunsphere:focus, .btn-sunsphere.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 183, 53, 0.5) !important; /* -30 brightness, 50% opacity */
}

.btn-sunsphere.disabled, .btn-sunsphere:disabled {
    color: #58595b !important;
    background-color: #fed535 !important; /* Default */
    border-color: #fed535 !important; /* Default */
}

.btn-sunsphere:not(:disabled):not(.disabled):active, .btn-sunsphere:not(:disabled):not(.disabled).active,
.show > .btn-sunsphere.dropdown-toggle {
    color: #58595b !important;
    background-color: #d1a934 !important; /* -45 brightness */
    border-color: #c79f34 !important; /* -55 brightness */
}

.btn-sunsphere:not(:disabled):not(.disabled):active:focus, .btn-sunsphere:not(:disabled):not(.disabled).active:focus,
.show > .btn-sunsphere.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 183, 53, 0.5) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */

/* btn-valley */
.btn-valley {
    color: #ffffff !important;
    background-color: #00746f !important; /* Default */
    border-color: #00746f !important; /* Default */
}

.btn-valley:hover {
    color: #ffffff !important;
    background-color: #005651 !important; /* -30 brightness*/
    border-color: #004742 !important; /* -45 brightness */
}

.btn-valley:focus, .btn-valley.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 81, 0.51) !important; /* -30 brightness, 50% opacity */
}

.btn-valley.disabled, .btn-valley:disabled {
    color: #ffffff !important;
    background-color: #00746f !important; /* Default */
    border-color: #00746f !important; /* Default */
}

.btn-valley:not(:disabled):not(.disabled):active, .btn-valley:not(:disabled):not(.disabled).active,
.show > .btn-valley.dropdown-toggle {
    color: #ffffff !important;
    background-color: #004742 !important; /* -45 brightness */
    border-color: #003d38 !important; /* -55 brightness */
}

.btn-valley:not(:disabled):not(.disabled):active:focus, .btn-valley:not(:disabled):not(.disabled).active:focus,
.show > .btn-valley.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 81, 0.51) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */

/* btn-leconte */
.btn-leconte {
    color: #ffffff !important;
    background-color: #8d2048 !important; /* Default */
    border-color: #8d2048 !important; /* Default */
}

.btn-leconte:hover {
    color: #ffffff !important;
    background-color: #6f2037 !important; /* -30 brightness*/
    border-color: #601e30 !important; /* -45 brightness */
}

.btn-leconte:focus, .btn-leconte.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 32, 55, 0.51) !important; /* -30 brightness, 50% opacity */
}

.btn-leconte.disabled, .btn-leconte:disabled {
    color: #ffffff !important;
    background-color: #8d2048 !important; /* Default */
    border-color: #8d2048 !important; /* Default */
}

.btn-leconte:not(:disabled):not(.disabled):active, .btn-leconte:not(:disabled):not(.disabled).active,
.show > .btn-leconte.dropdown-toggle {
    color: #ffffff !important;
    background-color: #601e30 !important; /* -45 brightness */
    border-color: #561f2a !important; /* -55 brightness */
}

.btn-leconte:not(:disabled):not(.disabled):active:focus, .btn-leconte:not(:disabled):not(.disabled).active:focus,
.show > .btn-leconte.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 32, 55, 0.51) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */


/* btn-globe */
.btn-globe {
    color: #ffffff !important;
    background-color: #006c93 !important; /* Default */
    border-color: #006c93 !important; /* Default */
}

.btn-globe:hover {
    color: #ffffff !important;
    background-color: #004d75 !important; /* -30 brightness*/
    border-color: #004e66 !important; /* -45 brightness */
}

.btn-globe:focus, .btn-globe.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 83, 117, 0.51) !important; /* -30 brightness, 50% opacity */
}

.btn-globe.disabled, .btn-globe:disabled {
    color: #ffffff !important;
    background-color: #006c93 !important; /* Default */
    border-color: #006c93 !important; /* Default */
}

.btn-globe:not(:disabled):not(.disabled):active, .btn-globe:not(:disabled):not(.disabled).active,
.show > .btn-globe.dropdown-toggle {
    color: #ffffff !important;
    background-color: #004e66 !important; /* -45 brightness */
    border-color: #00445c !important; /* -55 brightness */
}

.btn-globe:not(:disabled):not(.disabled):active:focus, .btn-globe:not(:disabled):not(.disabled).active:focus,
.show > .btn-globe.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 83, 117, 0.51) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */

/* btn-leconte */
.btn-torch {
    color: #ffffff !important;
    background-color: #e65933 !important; /* Default */
    border-color: #e65933 !important; /* Default */
}

.btn-torch:hover {
    color: #ffffff !important;
    background-color: #c85333 !important; /* -30 brightness*/
    border-color: #b9432c !important; /* -45 brightness */
}

.btn-torch:focus, .btn-torch.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 77, 47, 0.51) !important; /* -30 brightness, 50% opacity */
}

.btn-torch.disabled, .btn-torch:disabled {
    color: #ffffff !important;
    background-color: #e65933 !important; /* Default */
    border-color: #e65933 !important; /* Default */
}

.btn-torch:not(:disabled):not(.disabled):active, .btn-torch:not(:disabled):not(.disabled).active,
.show > .btn-torch.dropdown-toggle {
    color: #ffffff !important;
    background-color: #b9432c !important; /* -45 brightness */
    border-color: #af422b !important; /* -55 brightness */
}

.btn-torch:not(:disabled):not(.disabled):active:focus, .btn-torch:not(:disabled):not(.disabled).active:focus,
.show > .btn-torch.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 77, 47, 0.51) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */

/* btn-lightblue */
.btn-lightblue {
    color: #ffffff !important;
    background-color: #5bc0de !important; /* Default */
    border-color: #5bc0de !important; /* Default */
}

.btn-lightblue:hover {
    color: #ffffff !important;
    background-color: #51a3c0 !important; /* -30 brightness*/
    border-color: #6293b1 !important; /* -45 brightness */
}

.btn-lightblue:focus, .btn-lightblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 161, 192, 0.51) !important; /* -30 brightness, 50% opacity */
}

.btn-lightblue.disabled, .btn-lightblue:disabled {
    color: #ffffff !important;
    background-color: #5bc0de !important; /* Default */
    border-color: #5bc0de !important; /* Default */
}

.btn-lightblue:not(:disabled):not(.disabled):active, .btn-lightblue:not(:disabled):not(.disabled).active,
.show > .btn-lightblue.dropdown-toggle {
    color: #ffffff !important;
    background-color: #6293b1 !important; /* -45 brightness */
    border-color: #5889a7 !important; /* -55 brightness */
}

.btn-lightblue:not(:disabled):not(.disabled):active:focus, .btn-lightblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightblue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 161, 192, 0.51) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */

/* btn-mustard */
.btn-mustard {
    color: #ffffff !important;
    background-color: #f0ad4e; !important; /* Default */
    border-color: #f0ad4e !important; /* Default */
}

.btn-mustard:hover {
    color: #ffffff !important;
    background-color: #d2904d !important; /* -30 brightness*/
    border-color: #c3804f !important; /* -45 brightness */
}

.btn-mustard:focus, .btn-mustard.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 147, 74, 0.5) !important; /* -30 brightness, 50% opacity */
}

.btn-mustard.disabled, .btn-mustard:disabled {
    color: #ffffff !important;
    background-color: #f0ad4e !important; /* Default */
    border-color: #f0ad4e !important; /* Default */
}

.btn-mustard:not(:disabled):not(.disabled):active, .btn-mustard:not(:disabled):not(.disabled).active,
.show > .btn-mustard.dropdown-toggle {
    color: #ffffff !important;
    background-color: #c3804f !important; /* -45 brightness */
    border-color: #b9774e !important; /* -55 brightness */
}

.btn-mustard:not(:disabled):not(.disabled):active:focus, .btn-mustard:not(:disabled):not(.disabled).active:focus,
.show > .btn-mustard.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 147, 74, 0.5) !important; /* -30 brightness, 50% opacity */
}
/* ---------- */



/* Custom for CAS Login */
.cas-login-button {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(219, 220, 222) !important;
    color: rgb(51, 51, 51) !important;
    margin-top: 10px;
    margin-bottom: 20px;
}
