@charset "utf-8";
.membership-block{
    width: 43%;
    max-width: 44%;
    border: 1px solid #ededed;
    float: left;
    min-height: 365px;
    margin: 10px;
    padding: 10px;
    text-align: left;
}
.membership-button{
    margin: 0px auto;    
}
.account_problem i{
    font-size: 18px;
}
.account-link{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.account-link:hover{
    text-decoration: underline;
}
.membership-wrap, .membership-buttons-wrap{
    width: 100%;
}
.btn-box{
    padding: 10px;
    margin: 0px auto;    
}
.membership-buttons-wrap{
    float: left;
    clear: both;
    position: relative;
}
.bold{
    font-weight: bold;
}
.center{
    text-align: center;
}
.ebooks-logo{
    width: 100%;
    text-align: center;
}
.ebooks-logo img{
    max-width: 50%;
    margin: 0px auto;
}
.ebooks-button-left{
    margin: 25px 0px auto;
}
.ebooks-button-right{
    float: right;
}
.ebooks-text-wrap{
    margin: 10px 0px 10px 0px;
}
.amount-outline{
	padding: 1px 10px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	min-width: 20px;
	text-align: center;
	display: inline-block;
}
.collective-amount-wrapper, .cpd-amount-wrapper{
    text-align: right;
}
.collective-invite-wrapper, .collective-datatable-wrapper, .cpd-datatable-wrapper{
    border: 1px solid #ededed;
    min-height: 50px;
    margin: 10px;
    padding: 10px;
}
.collective-table, .cpd-table{
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.collective-table-header-row, .collective-table-row, .collective-table-row-dark, .cpd-table-header-row, .cpd-table-row, .cpd-table-row-dark{
    display: table-row;
    border-bottom: 1px solid #ededed;
}
.collective-table-row-dark, .cpd-table-row-dark{
    background: #eee;
}
.collective-table-header-cell, .cpd-table-header-cell{
    display: table-cell;
    padding: 10px;
    font-weight: bold;
}
.collective-table-data-cell, .cpd-table-data-cell{
    display: table-cell;
    padding: 10px;
    position: relative;
}
.collective-emailaddress{
    width: 350px;
}
.cpd-header{
    width: 350px;
}
.cpd-points{
    width: 50px;
}
.collective-status{
    width: 100px;
    text-align: center;
}
.collective-actions, .cpd-actions{
    width: 100px;
    text-align: right;
}
.collective-table-data-cell-no-data, .cpd-table-data-cell-no-data{
    width: 100%;
    padding: 10px;
}
.error-text{
    font-size: 14px;    
}
.dropdown-actions-show{
	display: block !important;
}
.dropdown-actions-menu::before, .dropdown-actions-menu::after {
    display: none !important;
}
.dropdown-actions-menu{
	margin-top: 1px;
	border: 0;
	box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
	border-radius: 4px;
	z-index: 1000;
	overflow: hidden;
	min-height: 15px;
	position: absolute;
	transform: translate3d(0px, 42px, 0px);
	top: 0px;
	will-change: transform;
	list-style: none;
	display: none;
    text-align: left;
	background: #fff;
    width: 150px;
}
.dropdown-actions-menu i{
    font-size: 16px !important;
}
.dropdown-menu > li > a{
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #575962;
	cursor: pointer;
}
.dropdown-menu > li > a:hover{
	background-color: #f4f5f8 !important;
}
.dropdown-selected{
	background: #f7f8fa;
}
.dropdown-actions:hover{
	cursor: pointer;
}
.dropdown-actions-item{
	display: block;
	padding: 10px 15px;
}
.dropdown-actions-item:hover{
	background-color: #f4f5f8 !important;
	cursor: pointer;
}
.act-new, .act-going, .act-visited{
    padding: 20px;
    border: 1px solid #eee;
    color: #333;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.act-new-header, .act-going-header, .act-visited-header{
    font-size: 17px;
    font-weight: bold;
}
.act-new-content, .act-going-content, .act-visited-content{
    min-height: 100px;
    display: none;
}
.act-chevron{
    color: #e52526;
    font-size: 16px;
    float: right;
    padding: 0px !important;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform-origin: center !important;
}
.act-open{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.act-new-content .qs-events-items{
    max-width: 100%;
}
.act-qs-events-item{
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    position: relative;
}
.act-qs-events-item-image{
    max-width: 200px;
    border-right: 4px solid #e52526; 
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.act-qs-events-item-image img{
    margin: 0;
    padding: 0;
    display: block;
}
.act-qs-events-item-tile-date{
    color: #427db3;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
.act-qs-events-item-contents{
    float: left;
    margin: 0px 0px 0px 10px;
    width: 60%;
}
.act-qs-events-clear{
    border-top: 1px solid #eee;
    height: 1px;
    clear: both;
}
.act-qs-events-readmore{
    float: left;
    margin: 10px;
    padding: 10px;
}
.act-qs-events-order{
    float: right;
    margin: 10px;
    padding: 10px;
}
.act-qs-events-link, .act-qs-events-link-checkout{
    border: 1px solid #e52526;
    color: #e52526;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    max-width: fit-content;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.act-qs-events-link:hover, .act-qs-events-link-checkout:hover{
    background: #e52526 !important;
    color: #fff !important;
}
.act-qs-events-price{
    text-align: right;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.act-qs-events-promotion{
    text-align: center;
    margin: 10px;
}
.act-qs-events-promotion-text{
    font-size: 12px;
}
.act-qs-events-promotion-link{
    color: #e52526;
    text-decoration: none;
}
.act-qs-events-promotion-link:hover{
    text-decoration: underline;
}
.act-qs-events-checkoufields{
    float: right;
    margin: 10px;
    padding: 10px;
}
.act-qs-events-checkoufields-edit{
    position: absolute;
    display: none;
    width: 95%;
    height: 95%;
    background: #fff;
    z-index: 104;
    top: 0px;
    margin: 2px 0px 0px 0px;
    border: 1px solid #ddd;
    box-shadow: 3px 5px 15px #ddd;
    overflow-y: auto;
}
.act-qs-events-checkoufields-header{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.act-qs-events-checkoufields-close{
    position: absolute;
    top: 10px;
    color: #000;
    font-size: 16px;
    right: 10px;
}
.act-qs-events-checkoufields-button{
    text-align: center;
    margin-bottom: 10px;
}
.act-qs-events-link-checkout{
    font-size: 12px !important;
    display: unset !important;
}

/* Media queries */
@media only screen and (max-width: 991px) {
    .lid-block{
        min-width: 91%;
    }
    .act-qs-events-item-image{
        float: none;
        width: 100%;
        max-width: unset;
        border: unset;
    }
    .act-qs-events-item-contents{
        margin: 10px 0px 10px 0px;
    }
    .act-qs-events-readmore, .act-qs-events-order{
        float: none;
        margin: 0px auto;
    }
    .act-qs-events-link{
        margin: 0px auto;
    }
}