/*
 *     Percussion CMS
 *     Copyright (C) 1999-2020 Percussion Software, Inc.
 *
 *     This program is free software: you can redistribute it and/or modify
 *     it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 *
 *     This program is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU Affero General Public License for more details.
 *
 *     Mailing Address:
 *
 *      Percussion Software, Inc.
 *      PO Box 767
 *      Burlington, MA 01803, USA
 *      +01-781-438-9900
 *      support@percussion.com
 *      https://www.percussion.com
 *
 *     You should have received a copy of the GNU Affero General Public License along with this program.  If not, see <https://www.gnu.org/licenses/>
 */

/**
**/
.perc-emsevent-list{
	list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    padding-left: 5px;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
    text-transform: capitalize !important;
    display: inline-block;
}

.perc-emsevent-list .ui-perc-list-element{
	margin-bottom: 15px;
	float: left;
	width:100%;
}
.perc-emseventlist-calicon{
	float: left;
    min-width: 53px;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #133c55;
}

.perc-emseventlist-calicon-month{
	padding: 3px 10px;
    background: #133c55;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
}

.perc-emseventlist-calicon-day{
	padding: 2px;
    text-align: center;
    color: #133c55;
    background: #FFF;
    font-weight: 700;
}

.perc-list-main .perc-emsevent-list{

}

.perc-emseventlist-title{
	
}

.perc-emseventlist-eventtitle{
	text-decoration: none;
    color: #133c55
    font-size: 1em;
}

.perc-emseventlist-date-container{
	
}
.perc-emseventlist-time-container{
	
}
.perc-emseventlist-location-container{
	
}
