body {
    background: rgba(206,223,255,.24) !important;
}
.navbar-laravel {
    min-height: initial;
    /*background: #ce89a3;*/
    padding: 5px 15px;
}
.nav-link, .nav-link a, .navbar-brand {
    /*color: white !important;*/
}
.navbar .btn-sm {
    margin-top: 4px;
}
.navbar .btn-success {
    margin-right: 5px;
}
.navbar-brand {
    font-size: 0.9rem;
    padding-top: 7px;
}
h1 {
    font-size: 1.8rem;
    margin-top: 5px;
}
h2 {
    font-size: 1.125rem;
    font-weight: 500;
}
.event h2 {
    font-size: 1.15rem;
    margin-bottom: 8px !important;
    color: deeppink;
}
.event a.title:hover {
    color: deeppink;
    text-decoration: underline;
}
.event + .eventMonth {
    margin-top: 25px;
    margin-bottom: 25px;
}
#accounts-show h2 {
    margin-top: 5px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.0975);*/
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.col-main {
    max-width: 600px;
}
#accounts-show .col-main .website {
    font-size: 1rem;
}
#accounts-show .col-main .lead + .website {
    margin-top: 5px;
}
#accounts-show .account + .events {
    margin-top: 15px;
}
#accounts-show .account-links {
    margin-top: 15px;
}
#accounts-show .account-link, #events-show .account-link, #events-index .account-link, #homepage .account-link {
    display: inline-block;
    margin-bottom: 5px;
}
#accounts-show .account-link + .account-link, #events-show .account-link + .account-link, #events-index .account-link + .account-link, #homepage .account-link + .account-link {
    margin-left: 2px;
}
#accounts-show .account-link .btn, #events-show .account-link, #events-index .account-link, #homepage .account-link {
    border: 1px solid #ddd;
    /*margin-bottom: 5px;*/
}
#accounts-show .account-link .btn:hover, #events-show .account-link .btn:hover, #events-index .account-link .btn:hover, #homepage .account-link .btn:hover  {
    background:#f5f5f5;
}
#accounts-show .account-link i, #events-show .account-link i, #events-index .account-link i, #homepage .account-link i {
    margin-right: 4px;
}

.events .event {
    margin-bottom: 15px;
    font-size: 1rem;
    display: flex;
}
.events .event .content {
    padding-top: 3px;
    width: 100%;
}
.events .event img {
    margin-right: 13px;
    /*border-radius: 5px;*/
    float: left;
    /*width: 120px;*/
    /*height: 80px;*/
}

#homepage h1 {
    margin-top: 25px;
}
#homepage #header {
    margin-bottom: 10px;
}
#homepage #header .input-group {
    margin-bottom: 1rem !important;
}
#homepage #states {
    margin-bottom: 15px;
}
#homepage .card ul {
    margin-bottom: 2px;
    padding-left: 0;
    list-style: none;
}
#homepage .card li + li, #homepage #view-all-states {
    margin-top: 6px;
}
#homepage #view-all-states {
    border: 1px solid #ddd;
    /*padding: 1px 10px;*/
    margin-top: 5px;
    /*background: white;*/
    /*color: black;*/
    /*border-color: #ddd;*/
    font-size: 15px;
}
#homepage #view-all-states:hover {
    background: #f5f5f5;
}
.card-header {
    background: #fff !important;
}
#homepage #searchButton {
    border-color: #ced4da;
}
.searchButton .searchButtonSearching {
    display: none;
}
#events-index .events h2 {
    margin-bottom: 15px;
}

/*
Navbar Search
 */
#navSearch {
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    max-width: 450px;
    width: 100%;
    margin-left: 5px;
}
@media (max-width:768px)
{
    #navSearch {
        max-width: 100%;
        padding-top: 10px;
        margin-left: 0;
    }
}
#navSearch .search {
    border-radius: 0;
}
#navSearch .searchButton {
    border-color: #ced4da;
}
#navSearch .searchButton:hover {
    background-color: #6c757d;
}

#mobilePlusAddEvent, #mobilePlusEditEvent {
    float: right;
    margin-left: 5px;
    margin-right: 0;
    /*width: 40px;*/
    /*height: 40px;*/
    /*font-size: 1rem;*/
    /*padding: 5px 0 0 0;*/

}

#adminMenu .list-group .list-group-item.active a {
    color: white;
}
.admin.table {
    margin-bottom: 0;
}
.card+.card {
    margin-top: 20px;
}
#adminMembersEdit a.btn-info {
    color: white;
}
#adminMembersEdit tr th:first-child {
    width: 100px;
}
.admin.table tbody tr:first-child td {
    border-bottom: none;
    border-top: none;
    padding-top: 0;
}
#accounts-show .events .no-events {
    font-size: 1rem;
    margin-bottom: 20px;
}
#accounts-show .upcoming-events + .previous-events {
    margin-top: 20px;
}

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

    #accounts-show .event .event-review-notice {
        margin-right: 15px;
        width: 80px;
        height: 80px;
        background: #fafafa;
        color: #3490dc;
        float: left;
        text-align: center;
        padding-top: 26px;
        border: 1px solid #3490dc;
    }
    #accounts-show .event .event-review-notice span.short {
        display: block;
    }
    #accounts-show .event .event-review-notice span.full {
        display: none;
    }

    .event img {
        width: 80px;
        height: 80px;
        /*background: #f5f5f5;*/
    }

    /*.events .event .location {*/
        /*display: none;*/
    /*}*/

    /*.events .event .content {*/
        /*padding-top: 8px;*/
    /*}*/
}

@media screen and (min-width: 400px) {

    #accounts-show .event .event-review-notice {
        margin-right: 15px;
        width: 120px;
        height: 80px;
        background: #fafafa;
        color: #3490dc;
        float: left;
        text-align: center;
        padding: 15px;
        border: 1px solid #3490dc;
    }
    #accounts-show .event .event-review-notice span.short {
        display: none;
    }
    #accounts-show .event .event-review-notice span.full {
        display: block;
    }
    .event img {
        width: 120px;
        height: 80px;
        /*background: #f5f5f5;*/
    }

}


#adminEventsModeration .event:not(:last-child), #adminEventsModerationReviewed .event:not(:last-child) {
    margin-bottom: 25px;
}
#adminEventsModeration .event .title, #adminEventsModerationReviewed .event .title {
    margin-bottom: 10px;
}
#adminMenu .badge-pill {
    margin-top: 2px;
    float: right;
    padding-bottom: 4px;
}
#adminMenu {
    margin-bottom: 20px;
}
#accounts-show .btn-outline-info:hover, #accounts-show .btn-outline-info:active {
    color: #FFF !important;
}


.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2d995b;
    background-color: #2fa360;
}


.eventMonth {
    margin-top: 25px;
    margin-bottom: 25px;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.0975);

}
footer li+li {
    margin-left: 0.75rem;
}
footer .breadcrumb {
    background: none;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
}

#dropzone_image {
    display: none;
}
#dropzone_image img {
    width: 300px;
    max-width: 100%;
    /*height: 200px;*/
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width:768px){

    .event img {
        margin-bottom: 10px;
    }

    /* Location Name */
    #createEditEventForm #locationNameFormGroup .input-group-append {
        width: 100% !important;
        margin-left: 0;
    }
    #createEditEventForm #locationNameFormGroup input {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 5px;
    }
    #createEditEventForm #locationNameFormGroup .input-group-append label {
        width: 100% !important;
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    /* Dates and Times */
    #createEditEventForm .times label {
        display: none;
    }

    #createEditEventForm #eventDateFormGroup .times, #createEditEventForm .date-row .times {
        margin-top: -17px;
    }
    #createEditEventForm #eventDateFormGroup .times input:first-child, #createEditEventForm .date-row .times .start-time {
        border-top-left-radius: 0;
    }
    #createEditEventForm #eventDateFormGroup .times input:last-child, #createEditEventForm .date-row .times .end-time {
        border-top-right-radius: 0;
    }
    #createEditEventForm #eventDateFormGroup #start_date, #createEditEventForm .date-row .form-control {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #createEditEventForm .date-row .times .start-time {
        border-bottom-left-radius: 5px;
    }
    #createEditEventForm .date-row .times .end-time {
        border-bottom-right-radius: 5px;
    }
}


#navbarDropdown {
    margin-left: -5px;
}


#events-show-image {
    max-width: 100%;
}
#events-show .lead {
    margin-bottom: 20px;
}
#events-show #event-details {
    padding: 20px 0;
}
#events-show #event-details > div:not(:last-child) {
    margin-bottom: 10px;
}
table#event-dates-times tr > td:first-child {
    padding-right: 20px;
}


#covid-notice {
    border: 1px dashed rgba(0, 0, 0, 0.0975);
    padding: 10px 10px;
    margin-bottom: 20px;
    background: rgba(255, 0, 0, 0.05);
}
#covid-notice strong {
    color: rgb(216, 0, 0);
}


.searchButtonSearching {
    font-weight: bold;
}


#createEditEventForm #template-container {
    display:none;
}
#createEditEventForm #template-container img {
    width: 300px;
    height: 200px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#createEditEventForm #dropzone {
    height: 200px;
    background: #fafafa;
    text-align: center;
    padding-top: 85px;
    display: block;
    color: grey;
}
#createEditEventForm #dropzone_image_error {
    margin-bottom: 5px;
}
#createEditEventForm #dropzone_error {
    display: none;
    margin-bottom: 5px;
}
#createEditEventForm #dropzone_preview {
    display:none;
    width: 300px;
}
#createEditEventForm #dropzone_section .progress {
    width: 300px;
    height: 10px;
    display: none;
    border-radius: 0;
}
#createEditEventForm #image_preview_progress {
    height: 100%;
}
#createEditEventForm #dropzone_image #remove-dropzone-image {
    color: #495057;
    margin-top: 5px;
    display: block;
}
#createEditEventForm  .add-remove-date {
    margin-top: -10px;
}
#createEditEventForm .add-remove-date span + span:before {
    content: " · ";
}
#createEditEventForm .add-remove-date a {
    display: inline-block;
    margin-bottom: 0.7rem;
}
#createEditEventForm .remove-date a {
    color: #495057;
}

#events-show #event-details #event-website {
    word-break: break-all;
}

#createEditEventForm .dz-preview.dz-file-preview {
    max-width: 100%;
}

.event .text-virtual {

    /*color: #dbb027;*/

    font-size: 15px;
}
.event .text-virtual .fa-wifi {
    margin-right: 2px;
    font-weight: 500;
    color: rgb(105, 105, 105);
}
#events-show .text-virtual .fa-wifi {
    margin-right: 2px;
    color: rgb(105, 105, 105);
}
#events-show .text-virtual {
    margin-right: 3px;
}


/* Event Loop Filters */
#eventLoopFilters {
    margin-top: 17px;
}
#eventLoopFilters .dropdown {
    display: inline-block;
}
#eventLoopFilters .dropdown + .dropdown {
    margin-left: 5px;
}
#eventLoopFilters .dropdown button {
    border: 1px solid #ddd;
}
#eventLoopFilters .dropdown i {
    color: rgba(86, 84, 73, 0.31);
}

.btn i {
    color: rgba(86, 84, 73, 0.31);
}

/*.event .location-area {*/
    /*display: none;*/
/*}*/
/*#homepage .event .location-name {*/
    /*display: none;*/
/*}*/
/*#homepage .event .location-area {*/
    /*display: block;*/
/*}*/
#homepage .events .event:last-child {
    margin-bottom: 0;
}
#homepage .card {
    margin-bottom: 15px;
}

#eventsList .badge {
    color: white;
    padding: 5px 10px;
    font-size: 0.6rem;
}
#eventsList .category {
    margin-top: 4px;
    margin-bottom: 4px;
}
#searchCategory {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    /*padding: .5em;*/
    /*padding-right: 1.5em;*/
    border-radius: 0 !important;
    border: 1px solid #ced4da; color: #495057;
}
#inputGroupCategory {
    background-color: #f5f5f5;
}

@media (max-width:768px)
{
    #searchCategory {
        width: 100% !important;
        border-bottom: 0;
    }
}

button.load-index-events-btn {
    border: 1px solid #ddd;
}
.py-4 ol.breadcrumb {
    padding: 0;
    margin-bottom: 0.5rem;
    background: none !important;
}
#event-show-share-buttons {
    margin-top: 15px;
}
#event-show-share-buttons .event-show-share-button {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
#event-show-share-buttons .event-show-share-button:last-child {
    margin-right: 0;
}
.event picture img {
    float: left;
    width: 100%;
    height: 100%;
}
.send-message-button i.fa-envelope {
    color: white;
    margin-right: 4px;
}
.event {
    border: 1px solid #ddd;
    padding: 15px;
    background: white;
    margin-bottom: 15px;
    font-size: 1rem;
}
.event .col-lg-4 {
    display: inline-block;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
.event .image-section {
    max-width: 360px;
    padding-right: 15px;
}
.event .content {
    display: inline-block;
    float: right;
    padding-left: 0;
    padding-right: 0;
}
#previous-events .event .content {
    float:left;
}
.footer-area-link {
    /*color: deeppink;*/
}
