/* File Created: August 30, 2012 */

/*=== Overrides inline styles coming out from the DB ===*/
#allEventsSections a {
	color: #4276A8 !important;
	text-decoration: none !important;
}

#allEventsSections a:hover {
	color: #791F13 !important;
	text-decoration: underline !important;
}
/*======================*/

#allEventsSections {
    overflow: hidden;
    padding-bottom: 15px;
}

#ctl00_eventsHolder {
	display: none;
	height: auto;
}


#eventsHolder {
    position: relative;
    z-index: 0;
}


#sliderHolder {
    overflow: hidden;
    margin-bottom: 10px;
}

.eventsLinks {
    /*width: 297px;
    float: left;*/
    height: 254px;
    padding: 10px 0 0 10px;
    /*margin-left: -1px;*/
    background-color: #193889;
    font-weight: bold;
    /*background-image: url('/Images/Events/eventslinksb_repeat.png');
    background-repeat: repeat-x;*/
}

.eventsLinks ul {
    list-style: none;
    margin-bottom: 0;
}

.eventsLinks ul li {
    margin: 0;
}


.eventsLinks p, .eventsLinks a {
    color: #eee !important;	
}

.noEvents,
.noEventsForLocation,
.noEventsForArea,
.noEventsForSearch {
	text-align: center;
	margin: 20px auto 0 auto;
	width: 500px;
    color: #666;
}

#siteBlurbDiv {
	clear: both;
}


#pager {
	width: 120px;
	margin: 10px auto;
}

#pager span {
	margin: 0 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
}

#pager span:hover {
	cursor: pointer;
}




.pagedisplay 
{
    position: relative;
    top: -4px;
	width: 22px;
	margin: 0 3px;
	/*font-size: 0.9em;*/
	border: none;
	background-color: transparent;
}


#navBulletsHider 
{
    display: none;
    background-color: #F9F9F9;
    position: relative;
    top: -20px;
    margin-bottom: -30px;
    height: 14px;
    width: 14px;
    clear: both;
    z-index: 1000;
}

/* EVENTS - HOME
*******************************/

.eventDetailsPage .eventsLandingContent {
    display: none;
}

.eventsContact {
    display: none;
}

.eventDetailsPage .eventsContact {
    display: block;
}

.eventsHomeList {
    clear: both;
}

.eventscalendar {
	margin-top: 20px;
}

#filtersHolder {
    position: relative;
    overflow: hidden;
}

/*#eventssearch 
{
	float: right;
	position: absolute;
    right: 0;
    top: 0;
}*/

#eventssocial {
	float: right;
	position: relative;
	top: -5px;
}

#eventssocial img {
	margin-left: 5px;
}

.txtSearch
{
    border: 1px solid #ccc;
    padding-left: 5px;
    /*position: relative;
    top: -3px;*/
    /*left: 3px;*/
    /*border-right: none;*/
    /*border-radius: 3px 0 0 3px;*/
    /*height: 21px;*/
    /*color: #000;
    padding-left: 2px;*/
    /*font-size: 0.8em;*/
}

.btnEventsSearch 
{
    /*border-radius: 0 5px 5px 0;*/
    position: relative;
    top: 3px;
}

#eventscalendar {
	clear: both;
}

#calHeader h3 {
	/*font-size: 1.2em;*/
}

#calDDLs {
	/*float: left;
	position: relative;
	top: 5px;*/
	/*font-size: 0.8em;*/
}

#calDDLs .ddlSelect1, #calDDLs .ddlSelect2 {
    max-width: 155px;
    height: 20px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.btnEventFilter {
	position: relative;
	left: 10px;
	top: 4px;
}

.btnReset {
	position: relative;
	float: right;
	background: transparent;
	border: none;
    color: #4377AC;
    margin: 6px 0;
    text-decoration: none;
    /*font-size: 0.8em;*/
}

.btnReset:hover {
	text-decoration: underline;
	cursor: pointer;
}

.eventstableDiv {
	clear: both;
}

.eventstableDiv table {
	border-collapse: separate;
	border-spacing: 1px;
}

.eventstableDiv table th {
	text-align: left;
	/*font-size: 0.8em;*/
	/*border-bottom: 2px solid #ccc;*/
}

.eventstableDiv table th:first-child 
{
    /*border-radius: 5px 0 0 0;*/
}

.eventstableDiv table th:last-child
{
    /*border-radius: 0 5px 0 0;*/
}

.eventstableDiv table td {
	vertical-align: top;
	/*font-size: 0.8em;*/
	/*background-color: #f6f6f6;*/
}

.eventstableDiv table tr:last-child td.bottomLeftTD {
	border-radius: 0 0 0 5px;
}

.eventstableDiv table tr:last-child td.bottomRightTD {
	border-radius: 0 0 5px 0;
}

table.tablesorter {
	width: 100%;
}

table.tablesorter td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: top;
	padding: 10px 5px;
}

table.tablesorter td:first-child {
	border-left: 1px solid #ccc;
}



td.tdDetails {
	width: 200px;
}

td.tdDate {
	width: 150px;
}

td.tdOther {
	width: 100px;
}

table.tablesorter thead {
	background-color: #193889;
    /*background-image: url('/images/events/tableheaderbg.png');*/
	color: #fff;
}

table.tablesorter thead th {
	padding: 5px 0 5px 5px;
}

table.tablesorter td {
	color: #666;
}



/*table.tablesorter thead tr .header {
	background-image: url('../../sf_images/events/bg-white.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('../../sf_images/events/asc-white.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../../sf_images/events/desc-white.gif');
}*/
    

.eventBlock {
    margin-bottom: 15px;
    padding: 10px;
}

.eventBlock div {
    /*font-size: 0.8em;*/
    color: #666;
}

.eventLabels {
    clear: both;
    float: left;
    font-weight: bold;
    margin-right: 5px;
}


/* EVENT DETAILS
***************************************/
.regbutton img {
    width: 200px;
    max-width: 200px;
    margin-bottom: 10px;
}

.eventBlurbDiv, .eventDetailsDiv {
	color: #666;
}


.eventDetails 
{
    /*font-size: 0.8em;*/
	/*overflow: hidden;*/
}

.eventDetails h3
{
    /*font-size: 1.2em;*/
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.eventBlurbDiv {
    float: left;
    width: 62%;
	/*width: 650px;
	float: left;
	margin-top: 3px;*/
}

.eventFull {
    border: 3px solid #ccc;
    padding: 20px 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.eventDetailsDiv {
    margin-top: 20px;
    float: left;
    width: 32%;
    margin-left: 6%;
	/*float: left;
	width: 270px;
	margin: 0 0 0 30px;*/
}

.eventBlurbDiv h3
{
    margin-bottom: 10px;
    padding: 5px 0;
	border-bottom: 1px solid #ccc;	    
}

.eventDetails ul {
	/*font-size: 1em;*/
	/*margin: 7px 25px;*/
	list-style-type: none;
	list-style-position: inside;
	/*text-indent: -13px;*/
	position: relative;
	left: 17px;	
}

.calendarContainer {
    overflow: hidden;
    width: 100%;
}



/* For IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.eventDetails ul {
		text-indent: -17px;
	}
}
/*===========*/

.filesDownload
{
    margin-top: 20px;
}

.filesDownload h3 {
	border-bottom: 0;
	margin-bottom: 0;
}

.eventDetailsDiv .containers {
	border-top: 1px solid #ccc;
	padding: 10px;
}


#eventTitleSocial {
	position: absolute;
	right: 0;
	top: -4px;
}

#eventTitleSocial img {
	margin-left: 5px;
}

#calendarContainer {
	margin-bottom: 25px;
}

.calendarImg {
	width: 40px;
	float: left;
	margin: 0 0 20px 5px;
}

.ulIcal {
	width: 225px;
	float: left;
	margin-bottom: 15px;
}

#emailFriend {
	background-color: transparent;
	border: none;
    /*color: #4377AC;*/
}

#emailFriend span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
}

#emailFriend .shareEvent {
    padding-left: 25px;
}

#emailFriend .shareEvent:before {
	border: none;
    width: 20px;
    height: 20px;
    background: url(/sf_images/events/share.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

#emailFriend span:before {
    content: "";
    position: absolute;
}

#emailFriend span:hover {
    /*text-decoration: underline;*/
    color: #597B98 !important;
}

#emailFriend:hover {
	cursor: pointer;
}

#emailFriend img 
{
    position: relative;
    top: 2px;
}

.imagesDiv 
{
    max-width: 650px;
    margin-bottom: 10px;
}

.imagesDiv img {
	max-width: 100%;
	margin-right: 20px;
}

.blurbDiv,
.speakerTextDiv,
.speakerBiogDiv {
	margin-top: 10px;
}

/* Event e-mail popup
*************************************/
.eventBG 
{
    display: none;
    opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: 12;
}

.emailPopUp 
{
    display: none;
	width: 76%;
	min-height: 600px;
    margin: 0 11%;
	background-color: #ddd;
	position: absolute;
	top: 0;
	padding: 30px;
	z-index: 100;
    top: 10%;
    margin: 0 5%;
    width: 900px;
    z-index: 100;
}

.emailPopUp h3#emailTitle {
	text-align: center;
	margin-top: 0;
	color: #444;
}

#emailContent {
	position: relative;
	height: 100%;
	color: #444;
	margin-bottom: 20px;
}

.emailEventsTable {
    margin-top: 20px;
}

.emailEventsTable td {
    vertical-align: top;
}

.emailEventsTable tr:nth-child(even) {
    background: #f7f7f7;
}

#emailContent label {
	font-weight: normal;
}

#emailContent input {
    margin-left: 0 !important;
}

.emailField {
	height: 40px;
}

.emailPopupErrors {
	position: relative;
	top: -10px;
	left: 5px;
	color: #900 !important;
}

.emailErrorMsg {
	display: none;
	clear: both;
    text-align: right;
	position: relative;
	bottom: 8px;
	color: #900;
}

.emailPopUp input {
	/*font-size: 1.1em;*/
}

.emailPopUp input, .emailMessage {
	padding-left: 4px;
	margin-bottom: 10px;
	width: 100%;
	/*border-radius: 5px;*/
	color: #4b596e;
}

.emailSubject {
	background-color: #fff;
    border: 1px solid #aaa;
	width: 99.9%;
	margin: 2px 0 0 0;
	padding: 8px 4px;
	height: auto;
    min-height: 33px;
}

.emailPopUp .emailMessage 
{
    height: 250px;
    max-width: 99.6%;
	overflow: auto;
	/*font-family: Arial;*/
	border: 1px solid #aaa;
	margin: 2px 0 20px 0;
	background-color: #fff;
	padding: 5px;
}

.emailMessage div {
	margin-top: 10px;
}

#emailButtons {
	position: relative;
    float: right;
}

#emailButtons input {
	color: #fff !important;
    border: none;
    padding: 10px 20px;
    float: right;
}

#emailButtons input:hover {
	cursor: pointer;
}

.btnEmailCancel, .btnEmailSend {
	width: 100px !important;
	/*height: 23px;*/
	margin-left: 10px;
	border-radius: 0 !important;
}


.emailEventsTable {
	/*font-size: 1em;*/
}

.emailEventsTable td {
	padding: 7px;
}

.emailEventsTable tr td:first-child {
	font-weight: bold;
	width: 110px;
	vertical-align: top;
}

.eventDetailsDiv .eventContactDiv {
	margin-top: 20px;
}

.eventDetailsDiv .eventContactDiv p {
	margin-bottom: 10px;
}


/*  RESPONSIVE STYLES */

@media (min-width: 1200px) {
    /*.eventBlurbDiv {
        width: 840px;
    }*/
}

@media (max-width: 1199px) {
    .eventDetailsDiv {
        width: 235px;
        margin-left: 25px;
    }

    .eventsLinks {
        height: 209px;
    }
}

@media (max-width: 1024px) {
    .emailPopUp {
        width: 80%;
        margin: 0 2%;
    }
}

@media (max-width: 991px) {
    .eventsScrollingImages {
        width: 100% !important;
        float: none !important;
        margin-bottom: 5px !important;
    }

    .eventsLinks {
        clear: both;
        float: none !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        padding: 10px;
        height: auto;
    }

    .eventsLinks > div {
        margin-bottom: 0 !important;
    }

    .eventsLinks a {
        display: inline !important;
    }

    .eventsLinks ul {
        list-style: none;
        margin-bottom: 0;
        text-align: center;
    }

    .eventsLinks ul li {
        display: inline-block;
    }

    .eventsLinks ul li:after {
        content: " | ";
        color: #bbb;
        margin: 0 5px;
    }

    .eventsLinks ul li:last-child:after {
        content: "";
    }

    #eventssearch {
        position: relative;
        margin-top: 10px;
    }

    .eventBlurbDiv {
        width: 100%;
    }

    .eventDetails ul {
        left: 0;
        margin: 7px 10px;
    }

    .eventDetailsDiv {
        margin: 20px 0;
        width: 100%;
        clear: both;
    }

    .eventDetailsDiv .startTimeDiv,
    .eventDetailsDiv .venueDiv, 
    .eventDetailsDiv .priceDiv,
    .eventDetailsDiv .eventContactDiv {
        width: 100%;
    }

    .emailPopUp input,
    .emailMessage {
        width: 100%;
    }

    .emailSubject {
        width: 99.5%;
    }
}


@media (max-width: 767px) {
    /*.sfContentBlock,*/
    #allEventsSections {
        margin: 5px;
    }

    .emailPopUp {
        width: 80%;
        margin: 0 5%;
    }
}

@media (max-width: 600px) {
    /* Force table to not be like tables anymore */
    #allEventsSections .eventstableDiv table, #allEventsSections .eventstableDiv thead, #allEventsSections .eventstableDiv tbody, #allEventsSections .eventstableDiv th, #allEventsSections .eventstableDiv td, #allEventsSections .eventstableDiv tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #allEventsSections .eventstableDiv thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #allEventsSections .eventstableDiv tr {
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }

    #allEventsSections .eventstableDiv td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 10px 10px 10px 40%;
        width: auto;
    }

    #allEventsSections .eventstableDiv td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 8px;
        left: 10px;
        width: 40%; 
        white-space: nowrap;
        font: 16px/18px 'StagSans-Medium', sans-serif;
    }

    #allEventsSections .eventstableDiv td:empty {
        display: none;
    }

    #allEventsSections .eventstableDiv td.tdDetails a {
        display: inline-block;
        margin-bottom: 5px;
    }

    /*
    Label the data
    */
    #allEventsSections .eventstableDiv td:nth-of-type(1):before { content: "Event Details"; }
    #allEventsSections .eventstableDiv td:nth-of-type(2):before { content: "Date"; }
    #allEventsSections .eventstableDiv td:nth-of-type(3):before { content: "Location"; }
    #allEventsSections .eventstableDiv td:nth-of-type(4):before { content: "Event Type"; }
}

@media (max-width: 381px) {
    .eventsLinks ul li {
        display: block;
    }

    .eventsLinks ul li:after {
        content: "";
    }    

    .eventBlurbDiv .blurbDiv {
        clear: both;
        margin-bottom: 25px;
    }

}
/*@media (max-width: 650px) {
    #eventssearch {
        position: relative;
        margin-top: 10px;
    }
}*/


/*@media (max-width: 525px) {
    .eventDetailsDiv .startTimeDiv,
    .eventDetailsDiv .venueDiv, 
    .eventDetailsDiv .priceDiv,
    .eventDetailsDiv .eventContactDiv {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}*/