﻿html, body { overflow:hidden;}
body {display:block}
.calEvent {
    border-radius: 0;
    width: 98%;
    margin: auto;
    height: auto;
    overflow: hidden;
}
.calEvent:only-child, .calEvent:last-child {
border-bottom: 1px solid #DDD;
}
.test {
    vertical-align: bottom;
    color: #333 !important;
    background: #e9ebec !important;
    border: none;
    border-radius: 0 3px 3px 0;
    padding: 0 14px;
    height: 2.2em;
}
	.test:hover {
		color: #000 !important;
		background:#f4f5f6 !important;
	}
#header {height: 77px}
#content {
    position: relative;
	height: calc(100% - 50px);
}

.bigCalDate {
	position: relative; 
	top: 3px;
	width: 250px; 
	padding: 0 15px; 
	text-align:right; 
	white-space:nowrap; 
	}

#content > div, #main, #maincol, #divCalendarWrapper  { height: 100%; }
#divCalendarWrapper  {overflow:hidden}

#calTopBar {
    position: fixed;
	z-index:1;
    top: 77px;
    width: 100%;
	background:#E9EBEC;
    box-shadow: 0 0 1px 0 #75818E;
}

#calFilterBar {
    background-color: #FFF;
    width: 100%;
    height: 51px;
    line-height: 51px; /*border-bottom: 1px solid #e7e7e7;*/
    position: fixed;
    top: 130px;
    box-shadow: 1px 1px 1px #e7e7e7;
    z-index: 1;
}

    #calTopBar #calTopNav, #calFilterBar #calFilterNav, #divFilterNav {
        margin: 0px auto;
    }
        /*width: 990px;*/

        #calTopBar #calTopNav div.calOpt, #calFilterBar #calFilterNav div.calOpt {
			display:inline-block;
			vertical-align:middle;
			line-height: 60px;
			} 
#calTopBar #calTopNav #divToday {margin: 0 !important}

#calTopNav > .cell:first-child {
	border-right: 1px solid #C9D1D4;
	padding-left:15px; 
	width: 255px; 
	}

#calTable { width: 100%; }

#calLeftCol {
    position: fixed;
    top: 0;
    width: 201px;
    padding-top: 160px;
}
#calContent {
    height:calc(100% - 50px);
    overflow-y: auto;
	}

#calLeftNav {
    width: 100%;
}
/*min-height: 500px;border-right: 1px solid #e7e7e7;*/

#calContent > table {
    width: 100%;
	height: 100%;
    vertical-align: top;
    table-layout: fixed;
    border-spacing: 0;
}

#calContent th {
	color: #787F84;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;    
    line-height: 26px;
}

#calContent td {
	position: relative;
    top: 50px;
	border: 1px solid #ddd;
    border-right: 0;
    min-height: 28px;
    vertical-align: top;
	border-bottom: 0;
}
#floatable0:first-child + #scrollListener0 > .mon-md {border-top:none}

#calLeftNav td {
    vertical-align: top;
}

#calContent .mon-mdDiv {
	padding-bottom:20px;
    /*	margin-top: 39px;*/
    min-height: 119px;
}
#calContent .mon-mdDiv {height: inherit;}

/*#calContent .mon-inact {
    color: #BBB;
    background-color: #fefefe;
}*/
/*#FEFCC6;   #FFDA30*/
.calToday {
    background: #fff !important;
    font-weight: bold !important;
}
.mon-md.calToday {
	background: #EBF7FF !important;
    border: 1px dotted #336D94 !important;
	border-top-style: solid !important;
	}
#calContent .mon-md.calToday + td {border-left: none}


#calContent .calInView {
    background-color: #FFFED8;

}
/*#calContent .calEvent img {
    margin-right: 3px;
	vertical-align: -1px;
} temp*/

#calLeftNav > table { /*width: 178px;*/
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
}


#calLeftNav td.left-md {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    text-align: center;
	padding: .5em 0 .3em;
}

    #calLeftNav td.left-md:first-child {
        border-left: 1px solid #ddd;
    }

#calLeftNav tr:last-child td {
    border-bottom: 1px solid #ddd;
}


#calLeftNav td.left-md:hover {
    background-color: #fafafa;
    cursor: pointer;
}

#calLeftNav td.left-inact {
    color: #707070;
}

    #calLeftNav td.left-inact:hover {
        color: #BBB;
        background-color: #fefefe;
    }
/*#calLeftNav td.calToday, #calLeftNav td.calToday:hover { background-color: #9AFF9A; }*/

#calLeftNav td.calInView {
    background-color: #FEFCC6;
    border: 1px solid #FFDA30;
    font-weight: bold;
}

    #calLeftNav td.calInView:hover {
        background-color: #FEFCC6;
        border: 1px solid #FFDA30;
    }

#calLeftNav .calEventLine { /*background-color: lightGreen;*/
    background-color: #CFEBFD;
    height: 2px;
    margin-bottom: 1px;
}

#footer {
    display: none;
}

.event_line {
    padding-bottom: 10px;
    padding-top: 4px;
    font-size: 12px;
}

.w_left {
    float: left;
}

.date {
    text-transform: uppercase;
    font-size: 14px;
}

.group_name {
	display:inline-block;
	margin-bottom:.5em;
	color:#FFF;
    font-size: 14px;
    background: #86B0D4;
	border-radius: 0 3px 3px 0;
	padding: .05em .5em .1em;
}
.event_name {
	display:block;
   font-size: 24px;
}

.events_content .content_left {
    width: 150px;
    margin-right: 18px;
    color: green;
    padding-top: 1px;
}

    .events_content .content_left .eventButtons {
        padding-top: 10px;
        margin-left: 28px;
    }

.events_content .content_right {
    width: 560px;
    color: #767676;
}

.events_content .date {
    text-transform: uppercase;
    font-size: 14px;
}

.events_content .content_right .group_name {
    font-size: 14px;
}

.events_content .content_right .event_name {
    font-size: 19px;
}

#gridMonth #scrollListener {display:none} 

#gridMonth td.mon-inact {
    opacity: 0.5;
    background-color: #f5f5f5;
}

#floatable {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 5px #f3f3f3;
    background-color: White;
}
    #floatable > th {
        width: 154px;
    }

#floatable0 {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 5px #f3f3f3;
    background-color: White;
}

    #floatable0 > td {
        width: 154px;
    }

#floatable1 {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 5px #f3f3f3;
    background-color: White;
}

    #floatable1 > td {
        width: 154px;
    }

#floatable2 {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 5px #f3f3f3;
    background-color: White;
}

    #floatable2 > td {
        width: 154px;
    }

#floatable3 {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 5px #f3f3f3;
    background-color: White;
}

    #floatable3 > td {
        width: 154px;
    }

#floatable4 {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 5px #f3f3f3;
    background-color: White;
}

    #floatable4 > td {
        width: 154px;
    }

#floatable5 {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
    box-shadow: 0px 2px 5px #f3f3f3;
    background-color: White;
}

    #floatable5 > td { width: 154px; }

.MonthDates {
/*	position: fixed;
    width: 221px; /*IE8
    width: calc((100% - 350px) / 7);*/
    background: #FFF;
    top: 187px;
    z-index: 1;
	border-bottom: 1px solid #DDD;
    margin-bottom: 2px;
    font-weight: normal;
	text-align:center;
	text-transform:uppercase;
	color: #71777c;
	padding: .8em 4px .6em;
}


.EventParent {
    width: 100%;
    float: left;
}

.clubAcronym {
    color: white;
    margin: 0;
    width: 100%;
    float: left;
    padding-left: 6px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ClubName {font: 1.0em/1.8 verdana, sans-serif}
.liveEvent {
	float:right;
	background:#FFFDA5;
	color:#52521E;
	font-size:.7em;
	line-height:1.5;
    padding: 0 2px 0 3px;
    margin: 4px 4px 0 0;
	letter-spacing: .05em;
    text-shadow: 0 0 0 #48482C;
	}

.ClubEdit {
    float: left;
    width: 17%;
    padding-top: 3px;
}

.EventTime {
    overflow: hidden;
    margin-bottom: .5em;
    padding-left: 5px;
    color: #61614E;
    font: 11.9px/2.1 Tahoma, Geneva, sans-serif;
    background: #F7F9EC;
    text-shadow: 0 0 0 #65655A;
	text-transform:uppercase;
	border-bottom: 1px solid #E6E8D7;
}

.EventTitlelink {
    overflow: hidden;
    padding-left: 6px;
    max-height: 51px;
    font: 13px/1.35 Tahoma, Geneva, sans-serif;
    color: #3C8FCF;
}

.TitleLink {
    text-decoration: none !important;
    color: #1d7ac2;
}

.AttendeesEntryFees {
	display: inline-block;
    padding: 0 0 0 6px;
    font: 13px/1 Tahoma, Geneva, sans-serif;
    opacity: .8;
	margin: .6em 2px 0 0;
	}

.Attendees {
	margin: -1px 3px 0 0;
    display: inline-block;
    padding: 2px 3px;
    border-radius: 3px;
    border: 1px solid #DBE4EA;
	background: #F1F6F9;
	}

.EntryFees {
	color: #fff;
    background: #468433;
    border-radius: 3px;
    padding: 0 3px;
	}

.RSVP {
    width: 100%;
    float: left;
    padding-left: 6px;
}

#divMsgLogin {
	display: inline-block !important;
    line-height: 1em;
    padding: .8em 1em .7em;
	width:auto;
	margin-left: 30px;
	border-radius:3px;
	}

.RSVPLink {
    background-image: url('/images/rsvp_button_calendar.png');
}
.tipContent img.left { margin-right:6px}
.tipContent > .clear {
    margin-top:1em;
    position: relative;
}
.clear > .ib {
    max-width: 70%;
}
.tipEventTitle {
    font: 1.9em/1.2 Tahoma, Geneva, sans-serif;
    color: #3F4244;
	margin-bottom: .5em;
}
/* bold Helvetica Neue*/
.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
}

.tipEventAddress {
    color: #0665AE;
}
.tipEventAddress > .left {
    margin-top: 10px;
}
.tipEventAddress > .ico {
	float:left;
	margin-right: 8px;
}


/*Helvetica Neue*/
/*Helvetica Neue*/
.tipHostedBy { font-weight:normal
}
.tipCohosted { margin-left: 61px}

/*Helvetica Neue*/
.tipEventClubName {
	display:block;
    color: #0665AE;
}
/*Helvetica Neue*/
.tipEventAttending {
    float: left;
    width: 100%;
    font: bold 14px/1.5 Tahoma, Geneva, sans-serif;
    color: #222222;
}
/*13px Helvetica Neue*/
#divCalendars {
    margin-top: 60px;
	height: calc(100% - 60px);
}

#divLeftCalendar { width: 255px; }
    #divLeftCalendar {
		position: fixed;
		height: calc(100% - 110px);
		overflow:auto;
		width: 270px; 
		vertical-align:top;
		background: #F7F7F8;
        padding: 25px 10px;
		box-sizing:border-box;
	}
    #divRightCalendar {height:100%; margin-left: 271px;}
    #divRightCalendar[style="width: 99%;"] {margin-left: 0; width: 100% !important}
    #divRightCalendar[style="width: 99%;"] #divFilterNav {width: calc(100% - 25px) }
    #divRightCalendar[style] #gridMonth {padding-top: 50px}
    #divRightCalendar[style] #calContent td {top: 0}
	
	
	#divCreateBtn { display: block; }
    #divEmptySpace { width: 20%; }
    #divMsgLogin { display: block; }
    #divEmptyNextBtn { min-width: 25px !important; }
    #spanMonthShortValue, #spanWeekShortValue, #spanListShortValue { display: none; }
    #spanMonthLongValue, #spanWeekLongValue, #spanListLongValue { display: block; }
    #spanNextLong, #spanPrevLong, #spanTodayLong { display: block; }
    #spanNextShort, #spanPrevShort, #spanTodayShort { display: none; }

    /*Filters block*/
    #spanFilterBy { display: block; }
    #select_club_id, #select_et_lookup, #select_topic_id { display: block; }
/*    #ddlFilterBy { display: none; }*/






/*height: 520px; overflow: auto;*/
#divGroupTypes {
	margin-top:35px
}
/*overflow: auto; height: 200px;*/
#divFilterNav {
	position: fixed;
    z-index: 2;
    width: calc(100% - 297px);
	overflow:hidden;
	padding: 10px 10px 11px 15px;
    background: #D1D4D6;
    border-radius: 0px;
    box-shadow: none;
	border:none;
}

#search_word {
    width: 180px;
    padding: 0 7px;
    height: 29px;
    border: none;
	border-radius: 3px 0 0 3px;
}

#btnClear {
    display: none;
    position: absolute;
    margin-left: -25px;
    margin-bottom: 0px;
    margin-top: 8px;
}

#btnSearch {
    border-bottom-width: 1px;
}

#select_club_id {
    width: 130px;
    line-height: 27px;
}

#select_et_lookup {
    width: 120px;
    line-height: 27px;
}

#select_topic_id {
    width: 120px;
    line-height: 27px;
}

#spanFilterBy {
    display: block;
    line-height: 27px;
}

#divCreateBtn {
    display: block;
}

#divEmptySpace {
    float: left;
    width: 18%;
}

#divHeader {
    float: left;
}

.cell #monthYearLabel {
    width: 140px;
    text-align: center;
	font-size:1.3em;
	padding: 0 5px;
	width: 157px;
	color: #4E575A;
}

.floatLeft {
    float: left;
}

#spanMonthShortValue, #spanWeekShortValue, #spanListShortValue, #spanAgendaShort { display: none; }

#spanMonthLongValue, #spanWeekLongValue, #spanListLongValue {
    display: block;
	font-size:.95em
}

#spanNextLong, #spanPrevLong, #spanTodayLong {
    display: block;
	font-size:.95em
}

#spanNextShort, #spanPrevShort, #spanTodayShort {
    display: none;
}

#divGroupTypes > ul {margin-left: -8px}

.GroupTypeChilds > li {
    display: block;
    height: 13px;
    margin-bottom: 4px;
    padding: 0.4em 0;
}
/*.tip-arrow { margin-left: 340px !important; }*/
div.tip-darkgray div.tip-arrow {
    right: 10px;
    left: auto;
    margin-top: -6px;
}

.editLink {
    float: right;
    margin-top: 1px;
}

.bottomHR {
    float: left;
    width: 100%;
    border-bottom: 1px #ddd solid;
}

    .bottomHR > div {
        width: 80%;
        margin: auto;
    }

.editLinkForList {
    margin-left: 5px;
    vertical-align: middle;
    line-height: 10px;
}

.borderNone {
    border: none !important;
}


.noResultFound {
    height: 48px;
    width: 49px;
    margin: 0px auto;
    margin-top: 40px;
    background: url(/images/loginpage_icons.png) no-repeat;
}

.noResultFoundText {
    text-align: center;
    line-height: 0px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #bbb;
}

.tipEAdress {
    margin-left: 20px;
    margin-top: 10px;
	line-height: 1.3;
}
.tipEventDateTime {
	margin: .75em 0;
	padding-bottom: .75em; 
	border-bottom: 1px dotted #CCC;
}
.tipEventDateTime > .ico {
	float:left;
	margin-right:8px
}

.tipEventDateTimeContent {
}

.tipRSVPContent {
    position: absolute;
    width: 24%;
    right: -2.8em;
    top: 1em;
}

.tipPhotosContent {
    height: 58px;
    margin-top: 5px;
    width: 100%;
    float: left;
}

.tipPhotos {
    width: 50px;
    height: 100%;
    padding-right: 5px;
    float: left;
}

.logoImg {
    width: 50px;
    height: 50px;
	margin-right:10px
}

.tipClubLnk {
    text-decoration: none;
}

.flyerContent {
    float: left;
    width: 100%;
}

#divCustomizeMyView, #miniCalendarTitle {
    display: block;
    font-weight: normal;
    font-size: 1.3em;
    color: hsla(205,4%,44%,1);
    margin-bottom: 0.5em;
    border-bottom: 1px solid hsla(205,15%,85%,1);
    padding-bottom: .4em;
    letter-spacing: 1px;
}

.calInView > .MonthDates {
    font-weight: bold;
    color: #5A5A42;
	background: #EBF7FF;
}

.calToday > div.MonthDates {
    font-weight: bold;
	color:#2577B1;
    border-bottom-color: #BFDAEC;
    border-top-color: #336D94;
}
.calToday .maxHeightOfGroupTypes {
    height: 510px !important;
}

.top_link {
    position: fixed;
    right: 55px;
    top: 450px;
    height: 48px;
    line-height: 59px;
    width: 48px;
    text-align: center;
    background: #fafbfc;
    border-radius: 60px;
    border: 1px solid #b6d3ec;
    z-index: 2000;
    -webkit-transition: box-shadow 0.1s, border 0.2s, background .2s;
    transition: box-shadow 0.1s, border 0.2s, background .2s;
    box-shadow: 1px 1px 2px 0 rgba(142,165,200, .5), inset 0 0 0 1px #FFF, inset 0 0 6px #dee7ef;
}

#lnkResetFilters {
	float: left;
	cursor: pointer;
    margin: 0 12px 0 0;
    background: #FFF !important;
    padding: 0 .5em;
	line-height: 2em;
    color: #4E575A;
	border-color: #ff8c8c;
	box-shadow: 0 0 5px 1px #b6babd;
}

.collapseableArea {
    padding-bottom: 5px;
	cursor: pointer;
}

#imgMiniCalandarCollapse {
    padding-top: 0px;
    margin-top: 0px;
    width: 10px;
    height: 10px;
}

#imgGroupTypesCollapse {
    padding-top: 0px;
    margin-top: 0px;
    width: 10px;
    height: 10px;
}
#lnkResetFilters .valign_mid {
	background: none;
	height:auto;
	width:auto;
	}

.continueEvent {
	background: #d1d4d6;
    color: #222;
    letter-spacing: 1px;
    font: 8px/2 verdana, sans-serif;
    text-align: right;
    padding-right: 3px;
	text-shadow: 0 0 0 #848484;
	}

#divEmptyNextBtn {
    min-width: 54px;
}

#lblCreateEvent {
    display: block;
}

#lnkCreateAnEvent {
    padding-left: 15px;
    padding-right: 15px;
}

#spanFilterBy > a, #spanFilterBy > select, #spanFilterBy > b {
    float: left;
}

.coHosted {
    background-color: pink;
}

/*-------------------------------------------------------------------------*/

a[class^="btn_arrow_"] {
	display:inline-block;
	background:#F7F7F8;
	text-align:center;
	border-radius: 25px;
	line-height:23px;
	height:25px;
	width:25px;
	font-size:1.6em;
	border: 1px solid #C5CBCE;
	text-decoration:none !important;
    color: #6d7172;
    transition: all .15s;
    }
    a[class^="btn_arrow_"]:hover, a[class^="btn_arrow_"]:focus {background:#FFF}

#calTopNav.table > .cell { vertical-align:middle}

.calOpt button {outline:none}

#divCalendarViews > .calOpt button, #divCalendarViews  > .calOpt a {
    font: inherit;
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    padding: .55em 1.1em;
    font-size: 14px;
    border-radius: 4px;
    background: #F4F5F6;
    transition: all .1s;
    color: #545F65;
    border: 1px solid #C5CBCE;
    border: none;
	cursor:pointer;
}
#divCalendarViews > .calOpt button:hover, 
#divCalendarViews > .calOpt a:hover {background: #FFF}
#divCalendarViews > .calOpt .btn-active {background: #5B6063 !important; color:#FFF}

#calTopNav .cga.a_events { 
    padding: .75em 1.3em;
    position: absolute;
    left: 19%;
    top: 20%;
}
body .a_money {
    background: #767676 !important;
}
body .a_money:hover, body .a_money:focus {
    background: #646464 !important;
}

.list_bar {
	display:block;
	height:2px;
	width: 20px;
	margin-bottom:3px;
	background:#696D6F;
	}
.btn-active .list_bar {background: #FFF}	
.list_bar:last-child {margin:0}

#divCalendarViews #btnList {padding: .65em .6em}


.groupTypes {
	float:right;
	margin:.4em 0 0 0 !important;
}
.groupTypesColor {
	display:inline-block;
	width:12px; 
	height:12px;
	border-radius:12px;
	margin-right:10px;
}
.groupTypesName {
	display:block;
	line-height: 2em;
	transition: all .1s;
	padding: .1em 0 0 8px;
	border-radius:3px;
    margin-right: 30px;
	}
.groupTypesName:hover {
	text-decoration:none !important;
	background:#FFF;
	}
#divGroupTypes {
	}

#divGroupTypes > ul > li > a {
	font-size: 1.1em;
	}

.groupTypesName label {
	float:right;
	margin-right:5px;
	}


#divGroupTypes [type="checkbox"]  {
	width: 19px;
	height: 19px;
	border: 1px solid #AFB5B7;
	background: #F5F8F9;
	outline:none !important;
	margin:0;
	vertical-align:middle;
	-webkit-user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 2px;
	} 
	#divGroupTypes [type="checkbox"]:checked {border-color: #C8CED0} 
	#divGroupTypes [type="checkbox"]:after {
		content: "\2713";
		display: inline-block;
		width: 100%;
		line-height: 17px;
		text-align: center;	  
		color:#848A8C;
		background: #fff;
		transform: scale(0);
		transition: all .1s;
		}
	#divGroupTypes [type="checkbox"]:checked:after {transform: scale(1)}

#spanFilterBy select[id^="select_"], #spanFilterBy #ddlFilterBy {
	font-size: 12px;
	background: #F4F5F6;
	padding-left: 8px;
	color: #5B6063;
	outline: none;
	transition: all .15s;
	margin-left: 4px;
	}
#spanFilterBy select[id^="select_"]:hover, #spanFilterBy select[id^="select_"]:focus, 
#spanFilterBy #ddlFilterBy:hover, #spanFilterBy #ddlFilterBy:focus {
	background:#FFF;
	}

/*---------------------*/
.event_list {
	padding: 15px 0;
	}
.event_list:nth-child(even) {background:#F4F6F6}
		
.event_list_inner {
    margin: 0 15px;
    width: calc(100% - 30px);
	}

.content_left {width: 200px}
.content_right {padding:0 20px}
.divEditForList { width:75px}

.event_list_inner .borderNone {font-size:1.1em}

.date {
	display:block;
	color: #32373A;
	}
.time {
    display: inline-block;
    padding: 4px 6px 3px 0;
	min-width: 70px;
	color: #656565;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 0 #fff;
	border-radius: 0 3px 3px 0;
	}

.w_location {color: #778188}

/*temp*/
/*LIST VIEW*/
.content_right .event_name {
    font-size: 20px;
	margin-bottom: .2em;
}
.w_location > br {display:none}
.content_right .tickets {
	color: #778188;
	margin: .2em 0;
	}
.content_right .tickets > img {opacity:.6}

.content_right  .w_location {
    display: inline-block;
	margin: .2em 0;
/*    padding-bottom: .3em;
	border-bottom: 1px solid #DEE2E6;*/
	}

#calTopNav .sm_add_event {
    height: 16px;
    width: 16px;
	vertical-align:-2px;
    margin: 0 8px 0 -9px;
    background: url(/images/icons_menu.png) no-repeat -80px -960px !important;
}

.leftCalDate {
    margin: auto;
    width: 186px;
    display: block;
    margin-bottom: 12px;
}
.leftCalDate > div {
    display: inline-block;
    margin-left: 12px;
}
.holiday {
    text-align: center; 
    background-color: #504296;
    font: .9em/1.9 verdana, sans-serif;
    color: white;
    padding: 6px 0px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.holiday > a {
    display: block;
    width: 100px;
    margin: 0 auto;
    color: white;
    text-decoration: underline;
}

.sweet-alert h2 {
    text-align: left;
    color: #3F4244;
    margin-bottom: .8em;
    font: 1.9em/1.2 Tahoma, Geneva, sans-serif;
}

.calendar-close-button {
    background: none !important;
    position: absolute;
    font-family: sans-serif;
    font-size: 2.6rem !important;
    font-weight: 700 !important;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    top: -30px;
    right: -35px;
}

/* sweet alert override */
.sweet-alert {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 18px !important;
}
.sweet-alert fieldset {
    position: absolute;
}
.sa-button-container {
    position: absolute;
}
.read-more-wrap {
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    font-size: 15px !important;
    overflow: hidden;
    position: relative; 
    line-height: 1.2em;
    max-height: 3.6em; 
    text-align: justify;
}

.read-more-wrap:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.read-more-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  margin-left: 1em;
  background: white;
}

.read-more-wrap--expanded {
    height: 100%;
    max-height: 200px;
    overflow: auto;
    white-space: normal;
}