/*Write your custom css in this file.*/

.mtop-1 { margin-top: 10px; } .mtop-2 { margin-top: 20px; } .mtop-3 { margin-top: 30px; } .mtop-4 { margin-top: 40px; } .mtop-5 { margin-top: 50px; } .mtop-6 { margin-top: 60px; } .mtop-7 { margin-top: 70px; } .mtop-8 { margin-top: 80px; } .mtop-9 { margin-top: 90px; } .mtop-10 { margin-top: 100px; }
.mbot-1 { margin-bottom: 10px; } .mbot-2 { margin-bottom: 20px; } .mbot-3 { margin-bottom: 30px; } .mbot-4 { margin-bottom: 40px; } .mbot-5 { margin-bottom: 50px; } .mbot-6 { margin-bottom: 60px; } .mbot-7 { margin-bottom: 70px; } .mbot-8 { margin-bottom: 80px; } .mbot-9 { margin-bottom: 90px; } .mbot-10 { margin-bottom: 100px; }


.circle_abbr {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: .625rem;
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    background: #f4f7f9;
    color: #fff;
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: .75rem;
    margin-right: 10px;
}
.display-none {display: none;}
.hidden-field { 
    width: 0;
    border: 0;
    height: 0;
    z-index: -100;
    display: block;
    position: relative;
}
.event-services-row {
    margin: 10px 0px;
    font-size: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
}
.fc-scroller.fc-time-grid-container {
    height: 1400px !important;
}
.add-event-btn {
    position: fixed;
    right: 37px;
    z-index: 10;
    top: 69px;
}
.my-textarea {
    box-sizing: border-box;
    /* max-height: 160px; */
    min-height: 38px;
    overflow-x: hidden; 
}
.fc-slats td.fc-widget-content:hover {
    background: #DBDBDB; 
    opacity: 0.4;
}
.lighten-span {
    color: #afafaf;
}
.lighten-span a {
    color: #afafaf;
}
.events-search-page #events-table_filter {
    display: none;
}
@media(max-width: 768px){
    .add-event-btn {
        right: 18px;
        top: 56px;
    }
    #search-message {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}