/*Print feature implemented - 8397279 - CN */

#print-page{
position: absolute;
margin-top: 1em;
margin-right: 8em;
right: 0;
z-index:9;
}

@media only screen and (max-width: 810px) {
    #print-page{display:none;}
}

.page_1 .print-page, .page_783 .print-page, .page_833 .print-page {display:none;}

.tbcell .buttons {
background:#c2c2c2;
}

/*display right banner on this page per ticket 8404466 - JM*/
@media (max-width: 767px){
    .page_1656.layout_1 #rightbanner {
   display: block !important; 
}}

/*//////////////////////////////////////////////

SECTION INFO
Document: Adapting telephone links
Ticket Info:

Ticket 3870-8397969: Clickable phone numbers on mobile

Author: Jacob John
Client: Misericordia University

//////////////////////////////////////////////*/

@media (min-width: 1024px) {

  a[href^="tel:"],
  a[href^="tel:"]:hover {

    text-decoration: none !important;
    color: inherit !important;
    cursor: default !important;

  }

}

/*//////////////////////////////////////////////

End Document

//////////////////////////////////////////////*/

/* Ticket 3870-8398401: Twitter Feed looks off | Author: Jacob John */

  img.autosized-media {

    display: none;

  }

/* End Edit */

/**
 *
 *  Ticket 8440760 - Misericordia admissions page updates
 *  Jacob John
 *
 */

    .timeline-tweet .timeline-tweet-actions,
    .timeline-Tweet .timeline-Tweet-actions
    { display: none; }

    .timeline-tweet .mediacard-mediacontainer,
    .timeline-Tweet .MediaCard-mediaContainer
    { display: none; }

    .timeline-tweet a.mediacard-borderoverlay,
    .timeline-Tweet a.MediaCard-borderOverlay
    { display: none; }

    .timeline-tweet .timeline-tweet-metadata,
    .timeline-Tweet .timeline-Tweet-metadata
    { display: none; }

    .timeline-tweet .tweetauthor-link,
    .timeline-Tweet .TweetAuthor-link
    { text-align: center; }

    .timeline-tweet .tweetauthor-link > span,
    .timeline-Tweet .TweetAuthor-link > span
    { display: block; }

    .timeline-tweet .tweetauthor-link > span:last-child,
    .timeline-Tweet .TweetAuthor-link > span:last-child
    { padding-bottom: 8px; }

    .timeline-tweet-text
    { text-align: center; }

    .timeline-tweet-retweetCredit
    { display: none; }

    .timeline-tweet .tweetauthor-link > span > img,
    .timeline-Tweet .TweetAuthor-link > span > img
    { display: none; }

    .timeline-Tweet-media,
    .timeline-tweet-media {
      display: none;
    }

/* End Block */

/**
*
*   Date: 07/13/2016
*   Ticket 3870-8450549
*   Author: Kosha Burnett
*   Description: fix display issue on Reg Mgr page
*
*/

.eventTopCont {
	display: flex;
	flex-flow: row wrap;
	padding: 1%;
}

#eventTopBar .L_Content,
#adminViewTopBar .L_Content,
#eventTopBar .R_Content,
#adminViewTopBar .R_Content,
#eventTopBar .reg_Progress,
#adminViewTopBar .reg_Progress {
	position: static;
	padding: 1%;
	width: 30%;
}

#eventTopBar div.activeAttendeeBar, #adminViewTopBar div.activeAttendeeBar {
	height: auto;
}

td.dateCol {width: 12%;}

td.timeCol {width: 15%;}

td.nameCol {width: 25%;}

td.seatCol {width: 10%;}

td.locationCol {width: 16%;}

td.locationCol {width: 10%;}

td.presenterCol {width: 10%;}

#eventTopBar .R_Content, #adminViewTopBar .R_Content {
  max-width: 100% !important;}

@media screen and (max-width: 999px) {
	#eventRegPage {
		margin: 0 2%;
		width: 96%;
	}
}


/* End Section */


/**
 *
 * Date: 07/29/2016
 * Author: Joel C.
 * Correct mega nav alignment on Alumni pages
 *
 */


#nav_menus ul:last-child {
  padding: 0 20px;
}


/* End Section */

table {table-layout: fixed;}



/**
 *
 * Date: 11/7/17
 * Author: John M.
 * Correct alignment of images and text in new archive table
 * Ticket #8706521
 */

td.newsThumbnailCell.noImgMargin {
   position: relative;
   right: 20px;
}

/* End Section */

/**
*
*   Date: 08/07/2018
*   Ticket: 8769827
*   Author: Kosha Burnett
*   Description: add snapchat icon to site footer
*
*/

.fa-snapchat-ghost:before {
	content: '' !important;
	background: url('/uploaded/images/icons/ghost.svg') no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	opacity: .4;
}

a:hover .fa-snapchat-ghost:before {
	opacity: 1;
}

/* End Section */

/**
*
*   Date: 02/21/2019
*   Ticket: 8813074
*   Author: Kosha Burnett
*   Description: calendar dates were not aligning with the event details
*
*/

.side-event .eventcol {
	display: flex;
	padding-bottom: 0;
}

.side-event .event_stackdate {
	margin-top: 5px;
}

/* End Section */