﻿.wcm-myevents-container-events 
{
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #cdcdcd;
    height: 200px;
}

.wcm-myevents-header-picker {
    background: url('../../../../GlobalAssets/Images/Ultra/calendar-default.svg');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;
    min-width: 200px;
    height: 40px;
    margin: 5px;
    background-color: none;
    border: 1px solid black;
}

button.wcm-myevents-filter-button 
{
    float: right;
    margin: 0;
}

.wcm-myevents-body 
{
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 12px;
}

ul.wcm-myevents-container-events li:last-child > .wcm-myevents-body 
{
    border-bottom: none;
}

.wcm-myevents-header 
{
    border-bottom: solid 1px #cdcdcd;
    position: relative;
}

.wcm-myevents-calendar-icon {
    background: url('../../../../GlobalAssets/Images/Ultra/reminder-default.svg');
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
}

.wcm-myevents-calendar-icon-div 
{
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px 0 7px;
    width: 38px;
}

.wcm-myevents-item {
    display: table;
    position: relative;
    min-width: 100%;
    padding-top: 12px;
}

.wcm-myevents-item-title {
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    color: #262626;
    width: 80%;
    border: none;
    background-color: transparent;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

.wcm-myevents-item p 
{
    font-family: OpenSans-Light;
    font-size: 14px;
    color: #262626;
    margin: 0;
}

.wcm-myevents-no-data {
    font-family: OpenSans-Light;
    color: #262626;
    text-align: center;
    margin: 15px 0 15px 0;
}

.wcm-myevents-trash-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -8px 10px 0 10px;
    background: url('../../../../GlobalAssets/Images/Ultra/trash-default.svg');
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.wcm-myevents-trash-icon-div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.wcm-myevents-label-eventlist {
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    text-align: left;
    color: #262626;
    padding: 7px;
    border-bottom: solid 1px #cdcdcd;
}

div.wcm-myevents-container 
{
    width: 680px;
}

@media only screen and (max-width: 680px) 
{
    div.wcm-myevents-container 
    {
        width: 340px;
    }

    button.wcm-myevents-filter-button {
        float: none;
        width: 100%;
        margin: 0;
    }

    .wcm-myevents-header input 
    {
        width: 100%;
    }
}
