﻿#Page {
    overflow: visible !important;
}

#TopPane {
    width: 100%;
    min-height: 50px;
}

#LeftPane {    
    float: left;
}

.DefaultPaneLeft {
    max-width: 210px !important;
}

#ContentPane {    
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#BottomPane {
    clear: both;
    width: 100%;
}

.LinkParentCell > a {    
    white-space: pre-line;
    min-height: 25px;
    line-height: 12px;
    padding-left: 12px !important;
    box-sizing: border-box;
}
#container-header {
    min-height: 50px;
}

td#ContentPane {
    width: 100%;
}

button.default + button.default {
    margin-top: 10px;
}

button.default {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: none !important;    
    width: auto !important;
    height: auto !important;
    display: block;
    text-align: center;
    cursor: pointer;
    background-image: none;
}

button.default i {
    font-size: 18px;
}

/* Page Upcoming Event list*/
div.product-list {
    width: 100%;
    overflow: auto;
    padding: 15px 0;
}

a:active, a:focus {
    outline: none !important;
    -moz-outline-style: none !important; 
}

.upcoming-event-list {
    min-width: 800px;
    width: auto;
    border: 1px solid #e0e0e0;
}

.upcoming-event-list a {
    text-decoration: none;
}

.upcoming-event-list div.detail:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.upcoming-event-list .header,
.upcoming-event-list .session-date {
    font-weight: 700;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.2em;
}

.upcoming-event-list .header,
.upcoming-event-list .detail,
.upcoming-event-list .session-date {
    min-height: 42px;
    height: auto;
    line-height: 42px;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow: hidden;
}

.upcoming-event-list .header div,
.upcoming-event-list .detail div {
    box-sizing: border-box;
    padding-left: 5px;
}

.upcoming-event-list .header div,
.upcoming-event-list .detail div {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upcoming-event-list .header div:first-child,
.upcoming-event-list .header div:nth-child(2),
.upcoming-event-list .detail div:first-child,
.upcoming-event-list .detail div:nth-child(2) {
    min-width: 120px;
    width: 15%;
   
}

.upcoming-event-list .header div:nth-child(3),
.upcoming-event-list .detail div:nth-child(3) {
    min-width: 300px;
    width: 40%;
}

.upcoming-event-list .detail .object-name,
.upcoming-event-list .header .object-name {
    width: 40% !important;
    min-width: 300px;
}

.upcoming-event-list .header .session-type,
.upcoming-event-list .detail .session-type {
    min-width: 120px !important;
    width: 15% !important;
}

.upcoming-event-list .header div:nth-child(4),
.upcoming-event-list .header div:last-child,
.upcoming-event-list .detail div:nth-child(4),
.upcoming-event-list .detail div:last-child {
    min-width: 84px;
    width: 15%;
    float: left;
    box-sizing: border-box;
}

.upcoming-event-list div:nth-child(even) {
    background-color: #f9f9f9;
}

.upcoming-event-list div:nth-child(odd) {
    background-color: #fff;
}

.upcoming-event-list .header + .detail,
.upcoming-event-list .detail + .detail {
    clear: both;
}

.upcoming-event-list .header div,
.upcoming-event-list .detail div {
    background-color: transparent;
}

.upcoming-event-list .fa-2x {
    font-size: 18px;
}

.upcoming-event-list .detail a.link {
    float: left;
    display: block;
    height: 34px;
    width: 34px;
    line-height: 40px;
    margin-top: 4px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.upcoming-event-list .detail .link:hover i {
    color: #fff;
}

.upcoming-event-list .detail div a + a {
    margin-left: 2%;
}

.upcoming-event-list .session-date {
	width: 100%;
	text-align: center;
	background-color: #f5f5f5 !important;
}

.upcoming-event-list .session-list:not(:last-child) .detail:last-child{
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1000px) {
    .upcoming-event-list{
        font-size: 12px;
    }
}

/*Pagin event list*/

div.paging-page {
    clear: both;
    overflow: hidden;
    height: auto;
}

div.paging-page a,
div.paging-page span {
    float: left;
    display: block;
    height: 34px;
    min-width: 34px;
    margin: 2px;
    box-sizing: border-box;
    text-align: center;
    width: auto;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
}

div.paging-page span b {
    color: inherit !important;
}

div.paging-page + div {
    clear: both;
}

div.paging-page .jump-page {
	width: 100%;
	line-height: 28px;
	margin-bottom: 5px;
	height: 32px;
}

div.paging-page .jump-page div {
	float: left;
}

div.paging-page .jump-page div input {
	width: 50px;
    border: solid 3px #ccc !important;
    background: transparent !important;
    box-sizing: border-box;
    border-radius: 4px;
    height: 32px;
    font-size: 12px;
    color: black;
}

div.paging-page .jump-page a {
	height: 31px !important;
    margin: 0px 3px;
    padding: 9px;
}

div.paging-page .container-paging {
	clear: both;
    overflow: hidden;
}

.fa-2x::before {
    font-size: 23px !important;
}

.product-grid-table .page-number td {
	padding: 0px;
}

div.product-list + div.paging-page {
    margin-top: 15px;
}

td#_eWebEditIndividualInformation_TableCell_Demographics > div {
    position: relative !important;
}

#GroupRegWizardStepContentRow [id*="Demographics"] {
	position: relative !important;
}


#GroupRegWizardMainTable.CMSWizardPageMainTable input[type='button'].DataFormButton {
    margin: 5px 0px 0px 5px !important;
}

aside nav ul li ul.popup a {
    white-space: pre-line;
}