/*
* Globals
*/

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-secondary {
    color: #fff;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #1b9387;
    border: .05rem solid #1b9387;
}

.btn-secondary:hover,
.btn-secondary:target,
.btn-secondary:focus {
    color: #fff;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #157269;
    border: .05rem solid #157269;
}

.border-bottom-4-green {
    border-bottom: 4px solid #1b9387;
}

.text-bg-secondary {
    color: #fff;
    background-color: #1b9387 !important;
}

.text-secondary {
    color: #1b9387 !important;
}

.checkbox-scroll {
    height: 300px;
    overflow-y: scroll;
}

.checkbox-scroll-500 {
    height: 500px;
    overflow-y: scroll;
}