﻿body {
}
/*Event page css start here*/

.event {
    border-bottom: 3px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.event-pic img {
    max-width: 100%;
}

.btn-designer {
    font-size: 16px;
    padding: 10px 10px;
    background-color: #4188a0;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-right: 10px;
    transition: background-color 0.3s, color 0.3s; /* Transition for background-color and color changes */
}

    .btn-designer:hover {
        /* Add your hover styles here */
        background-color: #00c1c1; /* Example background color */
        color: #ffffff; /* Example text color */
        /* Add any other styles you want to apply on hover */
    }

.showdatetimetext {
    text-transform: uppercase;
}

.searchInput {
    height: 43px;
    font-size: 18px;
    color: #000;
}

.form-control-search {
    width: calc(100% - 110px); /* Adjust the width based on the margin-right of the button */
}

.evntlabel {
    display: inline-block;
    padding: 4px 6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.alleventscomicname {
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.alleventsshowdate {
    font-size: 20px;
    margin: 5px;
    float: left;
}

h1 {
    text-align: center;
}

p.showCount {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

#noRecordFound {
    margin-top: 10px;
    text-align: center;
    color: red;
}

.norecofound {
    margin-top: 10px;
    text-align: center;
    color: red;
    font-size: 20px;
}

.bglabel {
    background-color: #4188a0;
}

.eventlabels {
    float: left;
    width: 100%;
}

.alleventscontainer {
    font-family: whitney-medium;
    color: #fff;
}
/*Event page css end here*/