* {
    line-height: 1.6;
}

div.dataTables_wrapper  div.dataTables_filter {
    width: 100%;
    float: none;
    text-align: left;
}

body {
    background: #f5f5f5 !important;
}

div.content-wrapper {
    background: #f5f5f5 !important;
    padding: 10px !important;
    /*border: 1px solid red;*/
    /*margin: 0 !important;*/
}

/*===== Typography =====*/

h1, h2, h3, h4, h5, h6 {
    /*margin-bottom: 16px;*/
}

button, input, select, textarea, span, p, h1, h2, h3, h4, h5, h6, a, li, th, td {
    font-family: 'Muli', sans-serif !important;
}

/*===== Navigation =====*/

nav.navbar {
    background: #1e282c;
    /*display: none;*/
}

nav.sidebar {
    /*background: #1e282c;*/
    /*display: none;*/
}
span.menu {
    color: #fafafa;
    font-size: 14px;
}

a.navbar-brand img {
    width: 35%;
}

/*div.content-wrapper {*/
    /*background: #fafafa;*/
    /*!*margin-top: 80px;*!*/
    /*margin-left: 240px;*/
    /*min-height: 100vh;*/
    /*padding: 1.5rem 1.7rem;*/
    /*transition: width 0.25s ease, margin 0.25s ease;*/
    /*width: calc(100% - 240px);*/
/*}*/
/*@media (max-width: 991px) {*/
    /*.content-wrapper {*/
        /*margin-left: 0;*/
        /*width: 100%;*/
    /*}*/
/*}*/
/*.content-wrapper.full-page-wrapper {*/
    /*margin-left: 0;*/
    /*width: 100%;*/
/*}*/

/*div.login-wrapper {*/
    /*padding: 20px;*/
/*}*/

/*===== Utility Classes =====*/

.text-lt {
    color: #e9f6fb !important;
}
.link-lt {
    color: #fff !important;
}
.text-bold {
    font-weight: 600 !important;
}
.text-boldest {
    font-weight: 700 !important;
}
.text-reg {
    font-weight: 400 !important;
}
.text-thin {
    font-weight: 300 !important;
}
.text-grey {
    opacity: 0.6;
}
.padding-vert {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*===== Buttons, Badges, Anchors =====*/

.btn {
    font-weight: 600;
}
.btn:focus,
button[type=submit]:focus,
input[type=submit]:focus
{
    box-shadow: none !important;
    outline: none !important;
}
.btn:active,
button[type=submit]:active,
input[type=submit]:active
{
    box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.2) !important;
    outline: none !important;
}
.btn-primary {
    background: #25AAE0 !important;
    border-color: #25AAE0 !important;
}
.btn-outline-primary {
    color: #25AAE0 !important;
    border-color: #25AAE0 !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #fff !important;
    border-color: #2199c9 !important;
    color: #2199c9 !important;
}
.btn-primary.no-focus:focus {
    background: #25AAE0 !important;
    border-color: #25AAE0 !important;
    color: #fff !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #2199c9 !important;
    border-color: #2199c9 !important;
    color: #fff !important;
}
.btn-success {
    background: #4caf50 !important;
    border-color: #4caf50 !important;
}
.btn-success:hover, .btn-success:focus {
    background: #fff !important;
    border-color: #43a047 !important;
    color: #43a047 !important;
}
.btn-link {
    color: #25AAE0 !important;
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
}
.btn-link:hover, .btn-link:focus {
    background: #fff !important;
    border-color: #25AAE0 !important;
    text-decoration: none !important;
}
.btn-secondary {
    background: #888e96 !important;
    border-color: #888e96 !important;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: #fff !important;
    border-color: #888e96 !important;
    color: #888e96 !important;
}
.btn-dark:hover, .btn-dark:focus {
    background: #fff !important;
    border-color: #1e282c !important;
    color: #1e282c !important;
}
.btn-pill {
    border-radius: 20px !important;
}
.badge {
    font-size: inherit !important;
}
.badge-primary {
    background: #25AAE0 !important;
    border-color: #25AAE0 !important;
}
 .badge-secondary {
     background: #888e96 !important;
     border-color: #888e96 !important;
}
.badge-light {
    color: #1e282c !important;
    background: #F7F7F7 !important;
    border-color: #e0e0e0 !important;
}
.badge-orange {
    background: #e06a25;
    border-color: #e06a25;
    color: #fff;
}
a, a:hover {
    color: #25AAE0;
}

/*===== Forms =====*/

label {
    margin-bottom: 6px;
    margin-top: 6px;
    text-transform: uppercase;
    color: #a2aeb9;
    font-weight: 600;
    font-size: 11.5px;
    letter-spacing: 1px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=time],
input[type=file],
input[type=number] {
    background-color: #fff !important;
    font-size: 14px !important;
    border: 1px solid #ced4da !important;
}

select {
    background-color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #ced4da !important;
    padding: 0.65rem 0.75rem !important;
}

input[type=date].form-control,
input[type=time].form-control {
    padding: 0.59rem 0.69rem !important;
}

input[type=file] {
    border-radius: 4px;
    height: calc(2.25rem + 2px);
    padding: 0.2813rem .75rem 0.1875rem .75rem;
    border: 1px solid #ced4da;
}
input[type=file]:hover {
    cursor: pointer;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=file]:focus,
input[type=number]:focus,
select:focus {
    border: 1px solid #25aae0 !important;
    outline: none !important;
    box-shadow: none !important;
}

input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=date]:active,
input[type=time]:active,
input[type=file]:active {
    border: 1px solid #25aae0 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Placeholder */

input::-webkit-input-placeholder { font-family: 'Muli', sans-serif !important; color: #a2aeb9 !important; font-weight: 400 !important; }
input:-moz-placeholder { font-family: 'Muli', sans-serif !important; color: #a2aeb9 !important; font-weight: 400 !important; } /* FF 4-18 */
input::-moz-placeholder { font-family: 'Muli', sans-serif !important; color: #a2aeb9 !important; font-weight: 400 !important; } /* FF 19+ */
input:-ms-input-placeholder { font-family: 'Muli', sans-serif !important; color: #a2aeb9 !important; font-weight: 400 !important; } /* IE 10+ */

input:focus::-webkit-input-placeholder { color: transparent !important; }
input:focus:-moz-placeholder { color: transparent !important; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent !important; } /* FF 19+ */
input:focus:-ms-input-placeholder { color: transparent !important; } /* IE 10+ */

/*===== Admin Page Styling =====*/

div.card {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    /*min-height: 150px;*/
}

div.img-wrapper {
    text-align: right;
}

img.card-img-top {
    width: 64px;
    height: auto;
    opacity: 0.7;
    padding: 0.5rem;
}

div.card-title h1 {
    color: #fff;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    letter-spacing: 1px;
    font-size: 2.5rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin-top: -2.75rem;
}

div.card-title h2 {
    color: #fff;
    padding: 0rem 0.5rem 1rem 0.5rem;
    margin-top: -16px;
    margin-bottom: -20px;
    letter-spacing: 0.5px;
    font-size: 1.25rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

div.card-body {
    padding: 0;
    /*margin-top: -28px !important;*/
}

div.card-body a.btn {
    font-size: 15px;
}

a.btn i {
    margin-left: 4px;
}

/* Card Background Colors */

.blue-bg {
    background: #25AAE0;
}
.orange-bg {
    background: #e06a25;
}
.navy-bg {
    background: #255de0;
}
.gold-bg {
    background: #f3b112;
}
.teal-bg {
    background: #4db6ac;
}
.red-bg {
    background: #e0255d;
}
.purple-bg {
    background: #542af4;
}
.green-bg {
    background: #64dd17;
}
.lime-bg {
    background: #b8c633;
}

@media only screen and (max-width: 991px) {
    .page-body-wrapper {
        padding-top: 36px !important;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 500px) {
    .mobile-only {
        display: none;
    }

}

/*===== Participant / Events Page Styling =====*/

div.event-wrapper {
    /*padding: 30px;*/
    /*border: 1px solid red;*/
}

div.event-wrapper span.badge {
    margin-top: 8px;
}

div.event-wrapper div.card {
    /*box-shadow: 2px 2px 2px #e0e0e0;*/
    /*max-width: 700px;*/
    overflow-y: visible;
    background: #fff;
    width: 60%;
    margin: 2rem auto;
}

div.event-wrapper div.map {
    border: 1rem solid #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    width: 60%;
    margin: 2rem auto 2rem auto;
}

p.back-button {
    width: 60%;
    margin: 2rem auto 2rem auto;
}

div.event-wrapper div.card-header h1 {
    margin-bottom: 0px !important;
}

div.event-wrapper div.img-wrapper {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 0.85rem;
}

div.event-wrapper div.img-wrapper img {
    width: 200px;
    height: auto;
    border-radius: 0 !important;
}

div.event-wrapper div.card-body {
    margin-bottom: -1.5rem;
}

@media only screen and (max-width: 991px) {
    div.event-wrapper div.card,
    div.event-wrapper div.map,
    table.activities,
    table.active-events,
    div.rounds-divisions,
    p.back-button {
        width: 65% !important;
    }
}

@media only screen and (max-width: 767px) {
    div.event-wrapper div.card,
    div.event-wrapper div.map,
    table.activities,
    table.active-events,
    div.rounds-divisions,
    p.back-button {
        width: 80% !important;
    }
}

@media only screen and (max-width: 500px) {
    div.event-wrapper div.card,
    div.event-wrapper div.map,
    table.activities,
    table.active-events,
    div.rounds-divisions,
    p.back-button {
        width: 100% !important;
    }
}

table.activities,
table.active-events,
div.rounds-divisions {
    margin: auto !important;
    background: #fff;
    width: 60%;
    border-radius: 2px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
}

table.active-events tr {
    border-bottom: 1px solid #eeeeee;
}

table.active-events th,
table.active-events td {
    padding: 0.5rem !important;
}

table.activities th,
table.activities td {
    padding: 0 1rem !important;
    height: 100px !important;
    font-weight: 700 !important;
}

img.activity {
    width: 100px !important;
    height: auto !important;
    border-radius: 0px !important;
}
