/*********************View Event Calendar****************/

.wdg-header { padding: 10px 20px 20px 10px; }

.wdg-header span {
    color: #B3A68D;
    font-size: 24px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-transform: uppercase;
}

.wdg-view-event-calendar {
    float: left;
    height: 100px;
    overflow: hidden;
    width: 70px;
}

.wdg-view-event-calendar .wdg-view-event-month {
    background: #9da074;
    border-radius: 2px 2px 0 0;
    color: #e9eae0;
    text-align: center;
    text-transform: uppercase;
}

.wdg-calendar-rectangle {
    background: #FFFFFF;
    height: 10px;
    position: absolute;
    width: 3px;
    z-index: 1000;
}

.wdg-calendar-rectangle.wdg-rectangle-left {
    margin-left: 8px;
    margin-top: -5px;
}

.wdg-calendar-rectangle.wdg-rectangle-right {
    margin-left: 58px;
    margin-top: -5px;
}

.wdg-view-event-calendar .wdg-view-event-calendar-day {
    background: #d8d8d8;
    /*border: 1px solid #303031;*/
    border-radius: 0 0 2px 2px;
    color: #303031;
    height: 65px;
    text-align: center;
    width: 70px;
}

.wdg-view-event-calendar .wdg-calendar-page {
    background: #d8d8d8;
    border-bottom: 1px solid #303031;
    border-radius: 0 0 2px 2px;
    height: 65px;
    margin-top: 2px;
    position: absolute;
    width: 70px;
}

.wdg-calendar-page.wdg-top-page { line-height: normal; }

.wdg-calendar-page.wdg-page-middle { margin-top: 6px; }

.wdg-calendar-page.wdg-page-bottom { margin-top: 4px; }

.wdg-view-event-calendar-day .wdg-event-day {
    color: #303031;
    font-size: 38px;
}

.wdg-view-event-calendar-day .wdg-event-day-name { color: #303031; }


.wdg-list-body {
    border: 3px solid #373535;
    max-width: 290px;
    /*max-height: 500px;*/
}

.wdg-list-links {
    max-width: 290px;
}

.wdg-event {
    border-top: 2px solid #373535;
    /*overflow: auto;*/
    display: inline-block;
    line-height: normal;
    max-height: inherit;
    max-width: inherit;
    padding: 10px 5px 10px 5px;
    width: 97%;
}

.wdg-events-block {
    overflow-x: hidden;
    overflow-y: auto;
}

.wdg-calendar {
    display: block;
    float: left;
    height: 100%;
    padding-top: 5px;
}

.wdg-event-description {
    float: left;
    /*width: 150px;*/
    padding-left: 5px;
    width: 100%;
}

.wdg-event-title {
    padding-bottom: 5px;
    padding-right: 6px;
}

.wdg-event-title > a {
    color: #B3A68D;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}

.wdg-event .wdg-event-timeloc {
    color: #4F483F;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    /*padding-left: 5px;*/
}

.wdg-event .wdg-event-descr-text {
    color: #858271;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    padding-top: 8px;
}

.wdg-event-payment {
    color: #6B6357;
    padding-top: 8px;
}

.wdg-events-block .wdg-event-description:not(:last-child) .wdg-event-separator {
    border-bottom: 2px solid #1E1D1B;
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
}

.wdg-date-separator { }

.wdg-list-subscribe {float : left;}

.wdg-list-events {float : right;}

.wdg-list-subscribe button.wdg-subscribe-btn {
    background-color: #444446;
    border: 0;
    border-radius: 3px;
    color: #868072;
    height: 25px;
    width: 55px;
}

.wdg-list-events button.wdg-events-btn {
    background-color: #444446;
    border: 0;
    border-radius: 3px;
    color: #868072;
    height: 25px;
    width: 110px;
}


.wdg-list-subscribe .wdg-subscribe {
    background: #444446;
    border: 1px solid grey;
    border-radius: 3px;
    display: none;
    padding: 5px 0;
    position: absolute;
    z-index: 5;
}

.wdg-list-subscribe .wdg-subscribe a {
    color: #9da074;
    /*text-transform: uppercase;*/
    display: block;
    margin: 2px 0;
    padding: 2px 5px;
    text-decoration: underline;
}

.wdg-list-events .wdg-events-btn a {
    color: #868072;
    /*text-transform: uppercase;*/
    display: block;
    margin: 2px 0;
    padding: 2px 5px;
    text-decoration: none;
}

.wdg-list-subscribe .wdg-subscribe a:hover { background-color: #6c6c6d; }

.wdg-list-subscribe .wdg-subscribe-caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

/***********  Tootltip  ***********/

.ui-tooltip.wdg-list-evt-tooltip {
    background: none;
    background-color: #252322;
    border: 2px solid #373535;
    box-shadow: none;
    font-family: 'Times New Roman';
    font-size: 16px;
    max-width: 55%;
}

.ui-tooltip .wdg-list-evt-title a {
    color: #B3A68D;
    font-weight: bold;
    text-decoration: none;
}

.ui-tooltip .wdg-list-evt-date { color: #4F483F; }

.ui-tooltip .wdg-list-evt-summary { color: #858271; }

.wdg-list-arrow:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #252322;
    border-color: #373535;
    border-style: solid;
    content: "";
    height: 11px;
    position: absolute;
    transform: rotate(45deg);
    width: 11px;
}

.top.wdg-list-arrow:after {
    border-width: 2px 0 0 2px;
    left: 45%;
    top: -8px;
}

.bottom.wdg-list-arrow::after {
    border-width: 0 2px 2px 0;
    bottom: -8px;
    left: 45%;
}