.happeningsWidgetImageContainer {
    position: relative;
    margin-bottom: 10px;
    width:100px;
    text-align:center;
}

.happeningsWidgetImageContainer::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.happeningsWidgetImageContainer img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.checkInInputFixedWidth {
    width: 200px !important;
    margin-right: 10px;
}

.inputMaxWidth{
    max-width:100% !important;
    width:100% !important;
}

.couponSearchListContainer {
    width: 350px;
    border: 1px solid #cecece;
    padding-left: 10px;
    padding-top: 10px;
    box-shadow: 2px 2px 2px 1px #D5D5D5;
}

.messageUserSearchForUsersList {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    max-height: 300px;
    overflow-x: auto;
    overflow-y: auto;
    width: max-content;
}

.couponSearchList{
    margin-top:10px;
    margin-left:0px;
}

.couponSearchList li {
    list-style-type: none;
    margin-bottom: 5px;
    white-space: nowrap;
}

.couponSearchList::-webkit-scrollbar {
    display: inherit;
}

.couponSearchList:hover::-webkit-scrollbar {
    width: 10px;
}

.couponSearchList:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.couponSearchList:hover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.attendanceAutoFilledIn {
    background: #428bca;
    color: #fff;
    padding: 10px;
    width: 250px;
}

.sentEmailsContent img{
    max-width:100% !important;
    width:100% !important;
    height:auto !important;
}

.userAttendingHappeningColor {
    color: #5cb85c !important;
}

.lblStudentName {
    color: #289dcc;
}

.classHappeningClassSelector label{
    margin-top:15px;
}

.addContentButtons {
    padding-top: 40px;
}

.addContentButtons a {
    margin-bottom: 5px;
}

.btn-wall-pdf,
.btn-wall-pdf:hover,
.btn-wall-pdf:active,
.btn-wall-pdf:visited,
.btn-wall-pdf:focus {
    background-color: #FAE5E5;
    border-color: #FAE5E5;
    text-decoration: none !important;
    color: #E47D7D;
    font-size: 13px !important;
}

.btn-wall-image,
.btn-wall-image:hover,
.btn-wall-image:active,
.btn-wall-image:visited,
.btn-wall-image:focus {
    background-color: #DDF2E6;
    border-color: #DDF2E6;
    text-decoration: none !important;
    color: #56BD84;
    font-size: 13px !important;
}

.btn-wall-video,
.btn-wall-video:hover,
.btn-wall-video:active,
.btn-wall-video:visited,
.btn-wall-video:focus {
    background-color: #F5E0F5;
    border-color: #F5E0F5;
    text-decoration: none !important;
    color: #CF62CE;
    font-size: 13px !important;
}

.btn-wall-emoji,
.btn-wall-emoji:hover,
.btn-wall-emoji:active,
.btn-wall-emoji:visited,
.btn-wall-emoji:focus {
    background-color: #FCF1E1;
    border-color: #FCF1E1;
    text-decoration: none !important;
    color: #F1C889;
    font-size: 13px !important;
}

.btn-wall-video img,
.btn-wall-emoji i,
.btn-wall-emoji img,
.btn-wall-pdf img,
.btn-wall-image img{
    height:24px !important;
    width:24px !important;
}

#pnlCalendarLoading {
    position: absolute;
    z-index: 9999999;
    margin-left: 45%;
    margin-top: -20px;
}

.classDiscussionRecievedMessage {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
    padding: 10px;
}

.classDiscussionRecievedMessage .messageDivider {
    border: 1px solid #000;
    margin-top: 10px;
    margin-bottom:10px;
}

.classDiscussionSentMessage {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
    background-color: #598cb9;
    color: #fff;
    text-align: right;
    padding: 10px;
}

.classDiscussionSentMessage .messageDivider{
    border:1px solid #fff;
    margin-top: 10px;
    margin-bottom:10px;
}

.assignmentMessageRead {
    text-align: right;
    color: #56BD84;
}

.assignmentMessageDelivered {
    text-align: right;
    color: #000;
}

.signUpQuestionsRegistrationBoundary input {
    margin-left: 0px !important;
    margin-right: 5px;
}

.signUpQuestionsRegistrationBoundary label {
    margin-left: 0px !important;
    margin-right: 15px;
}

.signUpQuestionsRegistrationBoundary textarea{
    width:100% !important;
    height:100px;
}

.moveItemAge {
    font-family: 'MyriadPro',Arial, Tahoma, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    color: #289dcc;
}

.classWallPdfs{
    margin-left:0px;
    margin-top:10px;
}
.classWallPdfs li {
    list-style-type: none !important;
     margin-bottom:15px;
}

.classHappeningsVideo video {
    width: 100%;
    height: auto;
    max-height: 250px;
}

#pnlPaymentButtons .lnkPlacebookingGreen {
    color: #fff !important;
    background-image: none !important;
    border-color: #56bd84 !important;
    background-color: #56bd84 !important;
}

.txtCouponCode {
    display: inline-block !important;
    width: auto !important;
}

.registrationMenuLinks{
    margin-bottom:10px;
}

.registrationMenuLinks .eventColorKey{
    margin-left:10px;
    float:none !important;
    display:inline-block;
}

.reactionImageSize {
    height: 20px;
    width: 20px;
}
.commentBoundary .postDetailsLabel {
    font-size: 10px;
}
.standardEventPlannerDropDownMenu {
    float: right !important;
    right: 0 !important;
    left: auto !important;
}

.eventPlannerHeaderButtonSelected {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #56bd84;
    *background-color: #56bd84;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration:none;
}

.eventPlannerHeaderButtonSelected:hover{
    text-decoration:none;
}

.eventSmallButton{
    padding:2px 6px !important;
}

#pnlClassAttendance h3 {
    color: #000;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-weight:initial !important;
    font-size:16px !important;
}
.btn-post-options {
    padding: 2px 5px 2px 5px !important;
}
.imgs-grid-modal {
    z-index: 99999 !important;
}
.lblAddToPost {
    color: #cccccc;
    font-size: 12px;
}

.pnlSmallClassHappeningsMenu img{
    height:30px;
    width:30px;
}

.pnlMenuBoundary {
    border: 1px solid #cccccc;
    padding: 0px;
}

.pnlMenuBoundary .nav-pills > li > a{
    margin-right:0px !important;
}

.pnlMenuBoundary .active {
    background-color: #4A8DC5 !important;
}

.uploadedWallImages li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
    height:55px !important;
}

.uploadedWallImages li video,
.uploadedWallImages li img {
    height:50px !important;
    height:50px !important;
    width:auto !important;
}

.classDirectoryUserListWrapper {
    background: none repeat scroll 0 0 #eeeeee;
    z-index: 999;
    border: solid #cccccc 1px;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.classDirectoryUserListWrapper h3{
    background-color:#fff;
    width:100%;
    padding:10px;
    margin:0px;
}

#pnlDashboardHeader {
    /*margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;*/
    border-bottom: 1px solid #cecece;
}

.classHappeningsHeader {
    background-color: #56BD84;
    color: #fff;
    padding: 9px;
    font-size: 20px;
}

.classHappeningsHeader img{
    height:30px;
    width:30px;
}

.wallNotifications,
.userNotificationList {
    margin: 0px;
}

.wallNotifications li{
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 10px;
}

.notificationContent {
    overflow: hidden;
    margin-top: 10px;
    height: 70px;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding:10px;
}

.notificationContent a{
    color:#000 !important;
}

.classDirectoryUserListWrapper li {
    list-style-type: none;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    margin-left:8px;
}

.userNotificationList li {
    list-style-type: none;
    float:left;
    margin-bottom:10px;
    width:100%;
}

.classDirectoryUserListWrapper li .sepearatorItem,
.userNotificationList li .sepearatorItem{
    margin-top:40px;
}

.notificationsWrapperSelected {
    position: relative;
    cursor: pointer;
    float: right;
    padding: 5px;
    border-radius: 50%;
    background-color: #56BD84;
}

.notificationsWrapper {
    position: relative;
    cursor: pointer;
    float: right;
    padding: 5px;
    border-radius: 50%;
}

.notificationsWrapperSelected .fa-bell,
.notificationsWrapper .fa-bell {
    font-size: 34px;
    color: #000;
}

.notificationsCount {
    position: absolute;
    top: -9px;
    right: 0px;
    background-color: red;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    border: 1px solid #fff;
    text-align: center;
    padding: 1px;
    color: #fff;
}

.notificationsWrapperSelected .notificationsCount {
    display:none;
}

.tblAttendanceTracking .fa-check-circle {
    color: green;
    font-size:20px;
}

.tblAttendanceTracking .fa-ban {
    color: red;
    font-size:20px;
}

.tblAttendanceTracking .attendanceOptional {
    color: #7F7F7F;
    font-size:18px;
    margin-left:3px;
}

.commentBoundary {
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #F0F2F5;
}

.commentBoundary .commentsDetailsItem{
    text-align:right;
}

.commentEndItem{
   margin-bottom:30px !important;
}

.userReactionsList {
    margin: 0px;
}

.userReactionsList li {
    list-style-type: none;
    margin-bottom: 10px;
}

.userReactionsList li img{
    margin-right:5px;
}

.wallReactionContainer {
    background: none repeat scroll 0 0 #eeeeee;
    border: solid #cccccc 1px;
    margin-left: 15px;
    padding: 8px;
    border-radius: 10px;
    min-width:180px;
}

.wallReactionContainer a{
    cursor:pointer;
    text-decoration:none;
    margin-right:5px;
}

.lblTotalReactions{
    margin-left:5px;
}

.listViewPostBoundary .postNewItemContent{
    position:initial !important;
}

.listViewPostBoundary .postNewItemContent:after{
    margin-left:-2px !important;
 }

.postNewItemContent {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    border: 2px solid #cecece;
    background-color:#fff;
    font-size:18px;
}

.postNewItemContent:after{
    position: absolute;
    width: 18px;
    height: 18px;
    border-top: 0px solid #cecece;
    border-right: 0px solid #cecece;
    border-bottom: 2px solid #cecece;
    border-left: 2px solid #cecece;
    top: 43px;
    left: 8px;
    margin-left: -20px;
    content: '';
    transform: rotate(45deg);
    margin-top: -25px;
    background: #fff;
}

.postNewItemContent textarea{
    border:none !important;
    width:100%;
    overflow: auto;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    resize: none !important;
    background-color:#F0F2F5;
}

.postNewItemContent textarea::placeholder{
    color:#555 !important;
}

.postNewItemContent textarea:focus{
    border:none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    resize: none !important;
}

.wallNoProfileImage {
    background-color: #598cb9;
    height: 60px;
    width: 60px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 18px;
    margin-right: 5px;
    margin-top: 4px;
    float:left;
}

.flex-center-content {
    display: flex;
    justify-content: space-between;
}

.flex-center-content .commentsLink{
    margin-top:9px;
}

.flex-center-content span{
    margin-top:5px;
}

.flex-left-content {
    display: flex;
    align-items:start !important;
}

.flex-left-content .elementContainer {
    margin-right:30px;
}

.postNewItem,
.listViewPostBoundary {
        border-radius: 5px;
        border: 1px solid #cecece;
        margin-bottom: 20px;
        box-shadow: 5px 5px 5px 4px #B0B0B0;
        padding: 10px;
}

.wallNotifications li .img-circle,
.classDirectoryUserListWrapper li .img-circle,
.userNotificationList li .img-circle,
.postNewItem .img-circle,
.listViewPostBoundary .img-circle{
    height:60px;
    width:60px;
    margin-right:5px;
}

.sepearatorItem {
    width: 100%;
    border-top: 1px solid #cecece;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}

.lblPartialPayments {
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
}
.oobUI .col-sm-1,
.oobUI .col-sm-2 {
    padding: 5px;
}

.oobUI .oobContainer{
    border:1px solid #000;
}

.oobUI .oobContainer .credit{
    color:green;
    font-weight:bold;
}

.oobUI .oobContainer .debit{
    color:red;
    font-weight:bold;
}

.oobUI .oobContainer .balance{
    color:#000;
    font-weight:bold;
}

.barfiller {
    width: 100%;
    height: 12px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap { display: none; }

.barfiller .tip {
  margin-top: -30px;
  padding: 2px 4px;
  font-size: 11px;
  color: #fff;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #333;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgba(0,0,0,.8) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 100%;
  z-index: 9
}
.pnlTeacherDetails,
.pnlClassDetails {
    position: absolute;
    background-color: #C6DAFF;
    min-width: 350px;
    border: 1px solid #000;
    z-index: 99999;
}

.pnlTeacherDetails{
    padding:5px;
    min-width:250px !important;
}

.pnlClassDetails .headerRow{
    background-color:#C6DAFF;
    margin-left:0px !important;
    margin-right:0px !important;
    border-bottom:1px solid #000;
}

.pnlClassDetails .single-chart{
    margin:auto;
}

.single-chart {
    width: 33%;
    justify-content: space-around;
}

.centerChart .single-chart {
    margin-left: auto;
    margin-right: auto;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.donutcircle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.donutcircle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .donutcircle {
    stroke: #ff9f00;
}

.dontutpercentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}


.assignmentDescription {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
}

#classManagement .profileImage {
    height: 140px !important;
    max-height: 140px !important;
    width: auto;
    box-shadow: 3px 3px #A8A8A8;
}

#classManagement .teacherDetails{
    margin:0px;
}

#classManagement .teacherDetails li{
    list-style-type:none;
    margin-bottom:5px;
}

.classManWelcomeMessage span {
    background-color: #C6DAFF;
    padding: 10px;
    margin-left: 10px;
    float: left;
    font-weight: bold;
}

.classManWelcomeMessage img{
    float:left;
}

.transParentText {
    color: transparent !important;
}
.eventPlannerStandardButtonReducingPadding{
    padding:3px !important;
}
.alert-grey {
    background-color: #f9f9f9;
    border-color: #dddddd;
    color: #555;
}

.outOfBalanceDebitBorder{
    border-color:red !important;
}

.outOfBalanceCreditBorder{
    border-color:green !important;
}

.lnkDownloadCalendar {
    padding: 8px !important;
}

.table .rowGreyColour td {
    background-color: #f9f9f9;
}

.table .rowWhiteColour td {
    background-color: #fff;
}

.noWrapTd {
    white-space: nowrap;
}

.table .rowLabelsBold td {
    color: #4a8dc5 !important;
}

.tblClassPaymentSchedule td .ng-dirty,
#tblPaymentPopup td .ng-dirty {
    background-color: #ffe484 !important;
    border-color: #faebcc !important;
    color: #8a6d3b !important;
}

#reportToPrint table,
#tblPaymentPopup {
    white-space: nowrap;
}

#reportToPrint table .maxWidthWrapTd{
    max-width:250px;
    white-space:initial !important;
}

#tblPaymentPopup td textarea{
    width:150px !important;
    height:50px !important;
}

.hypAutoPayOff {
    color: #8c8c8c !important;
    font-weight: 900 !important;
}

.hypAutoPayOn{
    color:#00B900  !important;
	font-weight:900 !important;
}

.donationBoundary .donationInput .form-control {
    margin-left: 10px;
    margin-right: 10px;
}

.covidSurveyWrapper .row {
    margin-bottom: 30px;
}

.paymentScheduleIcon {
    height: 30px;
    max-height: 30px;
    width: auto;
}

.myBalance .eventPlannerStandardButton {
    display: block;
    width: 60%;
    margin-top: 5px;
}

.financePaymentManagerCredits .eventPlannerStandardButton{
    width:70%;
    display:block;
    text-align:center;
    margin-top:5px;
}
	
.modal-header .close {
    margin-top: -10px !important;
    font-size: 51px !important;
}

#paymentHistoryModal .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden !important;
    overflow-x: auto !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
}

#paymentHistoryModal .imgDaisyChainedPayment{
    margin-left:40px;
}

.widerInlineTextbox{
    width:250px !important;
}

#studentModal .modal-lg{
    width:65% !important;
}

#daysOverViewModal .modal-lg,
#refundModal .modal-lg,
#paymentHistoryModal .modal-lg {
    width: 90% !important;
}

.schoolLevelDiscountBoundary .alert-info {
    background-color: #cecece !important;
    border: none !important;
    color: #000 !important;
}

.schoolLevelDiscountBoundary .alert {
    color: #000 !important;
}
.eventPlannerStandardButton .fa {
    font-size: 20px !important;
}

.eventPlannerStandardButton .fa-lock {
    font-size: initial !important;
}

input[type=radio] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin-left:5px;
}

input[type=checkbox] {
    height: 18px !important;
    width: 18px !important;
}

.largerCheckbox input[type=checkbox] {
    height: 28px !important;
    width: 28px !important;
}

.financeAdminBoundary .table-striped th,
.financeAdminBoundary .table-striped span,
.financeAdminBoundary .table-striped a,
.eventAdminModuleTabContent .table-striped th,
.eventAdminModuleTabContent .table-striped a,
.eventAdminModuleTabContent .table-striped span,
.financeAdminBoundary label {
    font-size: 15px !important;
}

.lblCreditLabel {
    color: #00B900;
    font-size:14px !important;
}


.myBalancePayment {
    background-color: #598cb9;
    padding: 10px;
    color: #000 !important;
    width: 100px;
    filter: alpha(opacity=60);
    opacity:0.6;
    text-decoration:none !important;
}

.balanceTotalLabels {
    font-weight: bold;
    font-size: 20px;
}

.overduePayment,
.litStartAndEndDates{
    color:red;
    font-style:italic;
}

.overduePaymentSmall {
    font-size: 12px;
}

#pnlCurrentBalance {
    box-shadow: 5px 5px 5px 4px #cecece;
    margin-top: 10px;
    padding: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.totalAmountOwedNow .viewBookingCaptionBold{
    color:#000 !important;
}

.lblDiscountDescription {
    color: #00B900;
    font-weight: bold;
}

.registrationBoundary .signUpToEventFailInfo {
    text-align: center;
}
.registrationBoundary .signUpToEventFailInfo,
.registrationBoundary .signUpToEventSuccessInfo {
    font-weight: bold;
    margin-top: 30px;
    text-align:left !important;
}

.pnlPricingDetails {
    box-shadow: 5px 5px 5px 4px #B0B0B0;
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pnlPricingDetails .viewBookingCaptionItalicRed{
    color:#000 !important;
    font-style: initial !important;
    font-weight:bold;
}

.pnlPricingDetails .row{
    margin-bottom:0px !important;
}

.hypCancel{
    margin-right:10px;
}

.hypViewFees {
    cursor: pointer !important;
}

.registrationForm .signUpToEventLabels {
    color: #000 !important;
}
.classTeachersList {
    display: inline;
    list-style: none;
    margin: 0px;
}

.classTeachersList li {
    display: inline;
    margin:5px;
}

.classTeachersList li:after {
    content: ", ";
}

.classTeachersList li:last-child:after {
    content: "";
}

.familyMemberPadding {
    margin-left: 20px;
}

.hypViewRegistrationWindows {
    margin-top: 10px;
}

.hypViewRegistrationWindows a {
    color:red !important;
    font-size:20px !important;
}
.chkItemsSignedUpFor label {
    margin-left: 5px;
}

.sortDirectionDesc::after {
    content: "\f0de" !important;
    font-family: FontAwesome;
    margin-left: 10px;
    color: #289dcc;
    font-size: 15px;
}

.sortDirectionAsc::after {
    content: "\f0dd" !important;
    font-family: FontAwesome;
    margin-left: 10px;
    color: #289dcc;
    font-size: 15px;
}

.addEventWizardWrapper h3{
    margin:0px;
    font-size:18px !important;
}

.excludedDatesWrapper table {
    width: 100% !important;
}

.paymonthlyPaymentOptions {
    margin-right: 5px;
}

.rdBookingStatus ul {
    padding: 0px;
}

.rdBookingStatus li {
    list-style-type: none;
}

#calendar td {
    cursor: pointer !important;
}

.globalAdminTabs {
    border-bottom: 2px solid #8c8c8c !important;
}

.globalAdminTabs li a {
    border: none !important;
    background-color: initial !important;
    margin-right: 0px !important;
    color: #555 !important;
    font-size: 15px !important;
}

.globalAdminTabs li a:hover {
    background-color: #8c8c8c !important;
    color: #fff !important;
}

.globalAdminTabs .active a {
    background-color: #8c8c8c !important;
    color: #fff !important;
}

.globalAdminTabContent {
    border: 1px solid #dedede !important;
    box-shadow: 0 0 5px #dedede !important;
    margin-top: 15px;
}


.addEventWizardWrapper .alert-success {
    font-size: 16px !important;
}
.eventAdminModuleTabs {
    border-bottom: 2px solid #8c8c8c !important;
}

.globalAdminTabContent .eventAdminModuleTabs .active a {
    background-color: #4a8dc5 !important;
}

.globalAdminTabContent .eventAdminModuleTabs li a {
    background-color: #f9f9f9 !important;
}

.globalAdminTabContent .eventAdminModuleTabs li {
    margin-right:5px !important;
}

.globalAdminTabContent .eventAdminModuleTabs {
    border-bottom: 2px solid #dddddd !important;
}

.globalAdminTabContent .eventAdminModuleTabs li a:hover {
    background-color: #4a8dc5 !important;
}

.eventAdminModuleTabs li a {
    border: none !important;
    background-color: initial !important;
    margin-right: 0px !important;
    color: #555 !important;
    font-size: 15px !important;
}

.eventAdminModuleTabs li a:hover {
    background-color: #8c8c8c !important;
    color: #fff !important;
}

.eventAdminModuleTabs .active a {
    background-color: #8c8c8c !important;
    color: #fff !important;
}

.eventAdminModuleTabContent {
    border: 1px solid #dedede !important;
    box-shadow: 0 0 5px #dedede !important;
    margin-top: 15px;
}

#cvEditAddress{
    min-height:400px;
    overflow:hidden;
}


#viewAssignmentModel .row,
.overdueNotificationsWrapper .row,
#cvEditAddress .row {
    margin-bottom: 5px;
}

.reportLogo {
    width: 30%;
    height: auto;
    float: right;
}

.datagridtable .Normal {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.adminAttendenceTracking input {
    margin-right: 5px;
}

.signUpOptionsCount {
    font-weight: bold;
    margin-right: 10px;
}

.signUpQuestionReportsContainer {
    max-width: 100% !important;
    overflow-x: scroll;
}
.pnlSalesGraphs {
    max-width: 100% !important;
    overflow-x: scroll;
    overflow-y: hidden;
}

#reportToPrint .img-responsive {
    max-width: 100% !important;
}

.eventPlannerDropdown li {
    list-style-type: none !important;
}
.eventPlannerDropdown li a {
        color: #000 !important;
 }

.loadingSpinner {
        width: 400px;
        padding: 15px;
        margin: 15px auto;
        height: auto;
    }

.breadCrumbText {
    color: #56bd84 !important;
}

.addEventWizardWrapper .shorter {
    width: 50% !important;
}


.addEventWizardWrapper .chkMultipleLocations input,
.addEventWizardWrapper .chkAdditonalEmails input {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.addEventWizardWrapper .extraShort{
   width:30%;
   margin-right:5px;
}

.addEventWizardWrapper .largerText {
    font-size: 16px;
}

.addEventWizardWrapper div[contenteditable="true"]:focus {
    outline:none !important;
    border:none !important;
}


.addEventWizardWrapper .ta-scroll-window > .ta-bind {
    height: auto;
}

.donationBoundary input::placeholder,
.classAdminBoundary textarea::placeholder,
#addAssignmentModel textarea::placeholder,
.classAdminBoundary input::placeholder,
.addEventWizardWrapper input::placeholder {
    color: red;
}

.nonMandatoryPlaceholder::placeholder {
    color: #cecece !important;
    font-style: initial !important;
    font-style: italic !important;
}

#classManagement .row,
.donationBoundary .row,
#addEditEventUi .row,
.classAdminBoundary .row,
.smsQueueBoundary .row,
#roleModal .row,
#groupModal .row,
.addEventWizardWrapper .row,
.eventPlannerControlsBoundary  .row{
    margin-bottom: 10px;
}

.addEventWizardWrapper .uploadedImage img{
    max-height:100px !important;
    width:auto !important;
}

.addEventWizardWrapper .ta-editor {
    min-height: 70px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.addEventWizardWrapper .errorMessage{
    display:none !important;
}

#questionMgr .stripeHeader {
    padding: 6px 11px;
}

.adminSortableList{
    margin-left:15px;
    margin-right:15px;
}
.adminSortableList .row{
    margin-bottom:0px !important;
      margin-left: 0px !important;
    margin-right: 0px !important;
}
.sortListLi {
    list-style-type: none;
    margin-left: -15px;
    margin-right: -15px;
    cursor: pointer !important;
}

.adminSortableList .sortListLi:nth-child(odd) {
    background-color: #f9f9f9;
 }


.adminSortableListHeader div{
    border:1px solid #dddddd;
    line-height: 1.42857143;
    padding: 8px;
}

.adminSortableListRow div {
    border: 1px solid #dddddd;
    height:100px;
    padding:8px;
}

.pnlCurrentLocation {
    margin-bottom: 10px;
    margin-top: 10px;
}

.createRelationshipsWrapper .row {
    margin-top: 10px;
}


.classAdminBoundary .dnnLabel,
#cvDuplicateEvent .dnnLabel,
.eventPlannerAdminBoundary .dnnLabel {
    width: initial !important;
    text-align: left !important;
    font-size: 14px !important;
}

.classAdminBoundary .dnnFormHelp,
#cvDuplicateEvent .dnnFormHelp,
.eventPlannerAdminBoundary .dnnFormHelp {
    display: none !important;
}

.customGroup .dnnLabel{
    float:right;
}

.naDevEventBackground {
    overflow: hidden;
}
.naDevEventBackground img
{
    width:100%
}
.eventColorKey
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    height:25px;
    min-width:180px;
    padding:5px;
    text-align:center;
    float:left;
}
.h2 
{
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #000000;
font-size: 1.6em;
margin-top: 0px;
margin-bottom: 8px;
line-height: 1.4em;
}
.eventTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #4a8dc5;
	padding-right:4px;
}

.eventDateLabel
{
	font-weight: bold;
	color: #4a8dc5;
	padding-right:5px;
}

.eventDescriptionLabel
{	font-weight: bold;
	color: #4a8dc5;
	padding-right:5px;
}

.eventReminderLabel
{	font-weight: bold;
	color: #EE3F4B;
	padding-right:5px;
}

.signUpToEventLabel
{
	font-weight: bold;
	color: #EE3F4B;
	padding-right:5px;
}

.eventCost
{
	font-weight: bold;
	color: #EE3F4B;
}

.viewBookingHeaderLabelsRed
{
	font-weight: bold;
	color:#EE3F4B;
}
.viewBookingHeaderLabels
{

	font-weight: bold;
}
.viewBookingCaptionBold
{
	font-weight:bold;
}
/*
.viewBookingCaptionItalic
{
    font-style:italic;
}
*/

.lblDoesNotMeetMinClassRequirements {
    font-style: italic;
    color: #EE3F4B;
    font-size:12px;
}

.viewBookingCaptionItalicRed {
    font-style: italic;
    color: #EE3F4B;
}

.signUpQuestionCaptionBold
{
    font-weight:bold;
}
.signUpQuestionCaptionItalic
{
    font-style:italic;
}

.CommandButton
{
    font-size: 16px;
}

.eventsEmailAddress
{
	margin-right:10px;
}

.eventsDropDownlist
{
	margin-right:10px;
}
.emailFriendError,
.eventEmailResult
{
	margin-left:10px;
	font-weight: bold;
	color: #EE3F4B;
	padding-right:5px;
}

.signUpToEventSummary{
	text-align:left;
    padding:10px;
}
.infoCaption
{
    text-align:left;
    margin-top:30px;
	border:1px solid #cecf67;
    background:#ffffef;
    padding:10px;
}

.errorCaption
{
border:1px solid #EE3F4B;
background:#FF7E87;
padding:10px;
margin:30px 0px 10px 0px;
}

.leaveReviewLabels,
.signUpToEventLabels
{
	font-weight: bold;
	color: #4a8dc5;
}

.leaveReviewHeader,
.signUpToEventHeader
{
    font-weight: bold;
	color: #4a8dc5;
}

.leaveReviewColumnLeft
{
    width:100px;
}

.signUpToEventColumnLeft
{
    width:250px;
}

.reviewSubmittedSuccessInfo{
border:1px solid #4C815D;
background:#9DEEB8;
padding:10px;
width:100%;
max-width:400px;
margin:10px auto;
}

.genericError,
.reviewSubmittedFailInfo
{
border:1px solid #EE3F4B;
background:#FF7E87;
padding:10px;
width:400px;
margin:10px auto;
}

.signUpToEventSuccessInfo{
border:1px solid #4C815D;
background:#9DEEB8;
padding:15px;
text-align:center;
margin:10px auto;
width:max-content;
min-width:500px;
max-width:100% !important;
overflow:hidden;
}

.signUpToEventFailInfo
{
border:1px solid #EE3F4B;
background:#FF7E87;
padding:10px;
margin:10px auto;
}


.cvSuccessInfo a,
.cvFailInfo a{
text-decoration:underline;
}

table.stripe {
    border-collapse: collapse;
    text-align:left;
}

.stripeHeader {
    background: #4a8dc5 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 2px 11px;
    text-align: left;
    line-height: 1.2;
}


.stripeHeader a,
.stripeHeader .NormalBold{
    color:#fff !important;
}

.stripe td {
    padding: 6px 11px;
    border-bottom: 1px solid #000;
    vertical-align: top;
}

.stripe  td img {
   padding: 2px;
}

tr.alt td {
    background: #bcd4ec;
}

/*
tr.over td {
    background: #fff;
}
    */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(../Images/colorbox/overlay.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../Images/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../Images/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../Images/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../Images/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../Images/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../Images/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../Images/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../Images/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(../Images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../Images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../Images/colorbox/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../Images/colorbox/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../Images/colorbox/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
} 
 /* admin drop down menu */
.jsddm,
.naDevActionMenu
{	margin: 0px !important;
	padding: 0px !important;
font-weight:400;
}
	
.naDevActionMenu li
{
background:url("../Images/applications-system.png") no-repeat 1px 2px #fff !important;
border:1px solid #cecece;
float:left;
list-style:none outside none;
margin:0px !important;
padding:3px 3px 3px 20px !important;
}

.naDevActionMenu li a
{	
display: block;
background: #fff;
width: 70px;
color: #EAFFED;
white-space: nowrap
}

.naDevActionMenu li a:hover
{
background: #EFEFEF;
}
	
.naDevActionMenu li ul
{	
margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
min-width:80px;
}
		
.naDevActionMenu li ul li
{	
float: none;
display: inline;
border: none;
margin:0px !important;
padding:0px !important;
}
		
.naDevActionMenu li ul li a
{
width: auto;
background: #fff;
color:#333 !important;
border-bottom:1px solid #cecece;
margin:0px !important;
padding:3px !important;
}
		
.naDevActionMenu li ul li a:hover
{background: #EFEFEF}

/*
 * FullCalendar v1.4.5 Stylesheet
 *
 * Feel free to edit this file to customize the look of FullCalendar.
 * When upgrading to newer versions, please upgrade this file as well,
 * porting over any customizations afterwards.
 *
 * Date: Sun Feb 21 20:30:11 2010 -0800
 *
 */


.fc,
.fc .fc-header,
.fc .fc-content {
	font-size: 1em;
	}
	
.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
.fc td, .fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/
	
table.fc-header {
	width: 100%;
	}
	
.fc-header-left {
	width: 25%;
	}
	
.fc-header-left table {
	float: left;
	}
	
.fc-header-center {
	width: 50%;
	text-align: center;
	}
	
.fc-header-center table {
	margin: 0 auto;
	}
	
.fc-header-right {
	width: 25%;
	}
	
.fc-header-right table {
	float: right;
	}
	
.fc-header-title {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc-header-space {
	padding-left: 10px;
	}
	
/* right-to-left */

.fc-rtl .fc-header-title {
	direction: rtl;
	}



/* Buttons
------------------------------------------------------------------------*/

.fc-header .fc-state-default,
.fc-header .ui-state-default {
	margin-bottom: 1em;
	cursor: pointer;
	}
	
.fc-header .fc-state-default {
	border-width: 1px 0;
	padding: 0 1px;
	}
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	border-style: solid;
	}
	
.fc-header .fc-state-default a {
	display: block;
	border-width: 0 1px;
	margin: 0 -1px;
	width: 100%;
	text-decoration: none;
	}
	
.fc-header .fc-state-default span {
	display: block;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	padding: 3px 5px;
	}
	
.fc-header .ui-state-default {
	padding: 4px 6px;
	}
	
.fc-header .fc-state-default span,
.fc-header .ui-state-default span {
	white-space: nowrap;
	}
	
/* for adjacent buttons */
	
.fc-header .fc-no-right {
	padding-right: 0;
	}
	
.fc-header .fc-no-right a {
	margin-right: 0;
	border-right: 0;
	}
	
.fc-header .ui-no-right {
	border-right: 0;
	}
	
/* for fake rounded corners */
	
.fc-header .fc-corner-left {
	margin-left: 1px;
	padding-left: 0;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px;
	padding-right: 0;
	}
	
/* DEFAULT button COLORS */
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	border-color: #777; /* outer border */
	color: #333;
	}

.fc-header .fc-state-default span {
	border-color: #fff #fff #d1d1d1; /* inner border */
	background: #e8e8e8;
	}
	
/* PRESSED button COLORS (down and active) */
	
.fc-header .fc-state-active a {
	color: #fff;
	}
	
.fc-header .fc-state-down span,
.fc-header .fc-state-active span {
	background: #888;
	border-color: #808080 #808080 #909090; /* inner border */
	}
	
/* DISABLED button COLORS */
	
.fc-header .fc-state-disabled a {
	color: #999;
	}
	
.fc-header .fc-state-disabled,
.fc-header .fc-state-disabled a {
	border-color: #ccc; /* outer border */
	}
	
.fc-header .fc-state-disabled span {
	border-color: #fff #fff #f0f0f0; /* inner border */
	background: #f0f0f0;
	}
	
	
	
/* Content Area & Global Cell Styles
------------------------------------------------------------------------*/
	
.fc-widget-content {
	border: 1px solid #ccc; /* outer border color */
	}
	
.fc-content {
	clear: both;
	}
	
.fc-content .fc-state-default {
	border-style: solid;
	border-color: #ccc; /* inner border color */
	}
	
.fc-content .fc-state-highlight { /* today */
	background: #ffc;
	}
	
.fc-content .fc-not-today {
	background: none;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	
.fc-view { /* prevents dragging outside of widget */
	width: 100%;
	overflow: hidden;
	}
	
	
	
/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    height:37px;
    padding:2px;
	/*border-style: solid; 
	border-color: #87A7E6;      default BORDER color (probably the same as background-color) */
	/*background-color: #4a8dc5;*/ /* default BACKGROUND color */
	color: #FFF;            /* default TEXT color */
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	}
	
	/* Use the 'className' CalEvent property and the following
	 * example CSS to change event color on a per-event basis:
	 *
	 * .myclass,
	 * .fc-agenda .myclass .fc-event-time,
	 * .myclass a {
	 *     background-color: black;
	 *     border-color: black;
	 *     color: red;
	 *     }
	 */
	 
.fc-event {
	text-align: left;
	}
	
.fc-event a {
	overflow: hidden;
	font-size: .8em;
	text-decoration: none;
	cursor: pointer;
	}
.fc-event a:hover
{
overflow: hidden;
	font-size: .8em;
	text-decoration: none;
	cursor: pointer;
}

	
.fc-event-editable {
	cursor: pointer;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	/*color:#fff;*/
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-weight:bold;
	}
	
/* for fake rounded corners */

.fc-event a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}
	
/* right-to-left */

.fc-rtl .fc-event a {
	text-align: right;
	}
	
/* resizable */
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
	background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
.fc-event-hori a {
	border-width: 0;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-left {
	margin-left: 1px;
	}
	
.fc-content .fc-corner-left a {
	margin-left: -1px;
	border-left-width: 1px;
	}
	
.fc-content .fc-corner-right {
	margin-right: 1px;
	}
	
.fc-content .fc-corner-right a {
	margin-right: -1px;
	border-right-width: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid table {
	width: 100%;
	}
	
.fc .fc-grid th {
	border-width: 0 0 0 1px;
	text-align: center;
	}
	
.fc .fc-grid td {
	border-width: 1px 0 0 1px;
	}
	
.fc-grid th.fc-leftmost,
.fc-grid td.fc-leftmost {
	border-left: 0;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */

.fc-rtl .fc-grid {
	direction: rtl;
	}
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc .fc-agenda th,
.fc .fc-agenda td {
	border-width: 1px 0 0 1px;
	}
	
.fc .fc-agenda .fc-leftmost {
	border-left: 0;
	}
	
.fc-agenda tr.fc-first th,
.fc-agenda tr.fc-first td {
	border-top: 0;
	}
	
.fc-agenda-head tr.fc-last th {
	border-bottom-width: 1px;
	}
	
.fc .fc-agenda-head td,
.fc .fc-agenda-body td {
	background: none;
	}
	
.fc-agenda-head th {
	text-align: center;
	}
	
/* the time axis running down the left side */
	
.fc-agenda .fc-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
	}
	
/* all-day event cells at top */
	
.fc-agenda-head tr.fc-all-day th {
	height: 35px;
	}
	
.fc-agenda-head td {
	padding-bottom: 10px;
	}
	
.fc .fc-divider div {
	font-size: 1px; /* for IE6/7 */
	height: 2px;
	}
	
.fc .fc-divider .fc-state-default {
	background: #eee; /* color for divider between all-day and time-slot events */
	}

/* body styles */
	
.fc .fc-agenda-body td div {
	height: 20px; /* slot height */
	}
	
.fc .fc-agenda-body tr.fc-minor th,
.fc .fc-agenda-body tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert a {
	border-width: 0;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-top {
	margin-top: 1px;
	}
	
.fc-content .fc-corner-top a {
	margin-top: -1px;
	border-top-width: 1px;
	}
	
.fc-content .fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-content .fc-corner-bottom a {
	margin-bottom: -1px;
	border-bottom-width: 1px;
	}
	
/* event content */
	
.fc-event-vert span {
	display: block;
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert span.fc-event-time {
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
	border: 0;
	font-size: 10px;
	}
	
.fc-event-vert span.fc-event-title {
	line-height: 13px;
	}
	
.fc-event-vert span.fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}

.eventMapLabels,
.eventListLables
{
	font-weight: bold;
	color: #4a8dc5;
}

.attractionListHeader,
.eventListHeader
{
    font-family: Georgia,Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #4a8dc5;
}

.smallCalWrapper
{
    width:80px;
    border:1px solid #000;
    margin-bottom:10px;
}
.smallCalHeader
{
    font-family: Georgia,Helvetica;
	font-size: 12px;
	font-weight: bold;
	background-color: #4a8dc5;
	color:#fff;
	width:100%;
	height:20px;
}
.smallCalBody
{
    font-family: Georgia,Helvetica;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	color:#000;
	width:100%;
	height:20px;
}

.reviewWrapper,
.eventListView
{
   border:1px solid #cecece;
   margin-bottom:15px;
   padding:5px;
}

.paymentGatewayCCLogos
{
	margin-left:10px;
}

.paymentGatewayACHLogos{
    margin-left:38px;
}


.eventsSummarySmallWidth {
    width: 100px;
}

.csvHelpTable{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.csvHelpTable td{
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

.nadevViewEventSummary,
.nadevViewEventDetails
{
    text-align:left;
}

.nadevViewEventDetailsImagePadding img
{
    padding:5px;
    
}

.nadevViewEventDetailsTabsPadding
{
    padding-top:10px;
}

.nadevEventListViewPadding,
.nadevViewEventSummaryPadding,
.nadevViewEventDetailsPadding
{
    padding-bottom:10px;
}

.eventCalendarCategoryContainer
{
    padding-bottom:20px;
}

.eventCalendarCategoryContainer ul{
    margin:0px;
}

.eventCalendarCategoryContainer li{
    list-style-type:none;
    margin-bottom:10px;
    padding-left:0px;
}

.eventCalendarCategoryContainer .selectedFilter {
    background-color: #7a7a7a !important;
    color:#fff !important;
}

.eventCalendarCategoryContainer .categoryItem .selectedFilter {
    width: 90% !important;
}

.eventCalendarCategoryContainer input:focus,
.eventCalendarCategoryContainer select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 23px 23px rgba(0,0,0,.075),0 0 28px rgba(102,175,233,.6);
    box-shadow: inset 0 23px 23px rgba(0,0,0,.075),0 0 28px rgba(102,175,233,.6);
}
    /*
.resetSearchBoundary {
    margin-left: 130px;
}*/
    .storeAdminOptionsMenu {
        border: 1px solid #cecece;
        padding-left: 10px;
        margin-top: 5px;
    }
.storeAdminOptionsMenu ul{
/*width:180px;*/
float:left;
text-align:left;
padding:0px;
margin:0px 25px 0px 0px;
}

.storeAdminOptionsMenu ul li{
list-style-type:none;
margin-bottom:10px;
background: none !important;
}

.storeAdminOptionsMenu ul li a{
color: #00c;
font-size:12px!important;
}

.storeAdminOptionsMenu ul li h2 {
    background-image: none;
    border-bottom: 1px solid #CCCCCC;
    color: #2E3D66;
    font-weight: 900;
    padding: 2px 0;
    font-size:18px!important;
    margin:0px;
}

.ratingFullStar{
    color:#FCC12A !important;
}

/*average rating control*/
.jquery-ratings-star {
  width: 16px;
  height: 16px;
  position: relative;
  float: left;
  margin-right: 2px;
}

/*time picker control*/
div.time-picker {
  position: absolute;
  height: 191px;
  width:80px;
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
}
div.time-picker-12hours {
  width:80px;
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  cursor: pointer;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 14px 0px;
}
div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}

/* admin image gallery*/

.cvgalleryimage{
float:left;
margin: 10px;
}

.cvgalleryimageadmin{
float:left;
margin: 15px;
min-width:160px;
text-align:center;
}

.cvImageThumbnail{
border: 1px solid #999;
margin-bottom:10px;
}
.cvImageTitleCaption{
cursor: pointer;
margin-bottom:10px;
border:1px solid #ccc;
background: #fff;
}
.cvnocaption{
font-style:italic;
color:#999;
}

.adminDefaultImage
{
background:#ffffbf;
border:1px solid #cecf67;
padding:5px;
}

.eventPlannerGraph
{
    border:1px solid #cecece;
}

.eventSaleStatMetrics{
clear:both;
width:390px;
float:left;
text-align:left;
padding-bottom:20px;
}

.eventSaleSaleItem{
border:0px solid #ccc;
padding:1px;
display:block;
background:#fff;
margin:1px 0px;
}

.eventSalesSalesCaption{
font-size:15px;
border:1px solid #ccc;
padding:3px 6px;
margin:0px;
display:inline-block;
font-weight:900;
font-family: arial, sans-serif;
background:#f7f7f7;
}

.eventSalesSalesValue{
font-size:15px;
border:1px solid #ccc;
padding:3px 6px;
margin:0px;
display:inline-block;
font-weight:900;
font-family: arial, sans-serif;
background:#fff;
}

.eventsDigitalDownloadWrapper
{
    width:400px;
    border:1px solid #cecece;
    padding:5px;
}

.eventsDigitalDownloadWrapper img
{
    padding-right:10px;
}

.mainImages
{
    margin-right:10px;
}

.shareWithFriendControl
{
    border:1px solid #cecece;
    padding:10px !important;
}

.shareWithFriendControl td
{
 padding:3px !important;
}

.errorMessage
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: red !important;
}


.viewEventDetailsLocationsFull,
.viewEventDetailsRelatedEvents{
padding:0px;

}

.viewEventDetailsLocationsFull li,
.viewEventDetailsRelatedEvents li{
list-style-type:none;
margin:0px 5px;
display:inline;
float:left;
width:150px;
border:1px solid #eee;
height:180px;
text-align:center;
}

a.relatedProductsLink:link { color: #4a8dc5; text-decoration:none; font-size:12px; font-weight:bold;font-family: Georgia,Helvetica; }
a.relatedProductsLink:visited { color: #4a8dc5; text-decoration:none;font-size:12px; font-weight:bold;} 
a.relatedProductsLink:active { text-decoration:none;font-size:12px;font-weight:bold; } 
a.relatedProductsLink:hover { color:#4a8dc5; text-decoration: underline;font-size:12px;font-weight:bold; } 
	
a.categoryColorKey:link { font-family: Georgia,Helvetica;font-size: 12px;font-weight: bold;	color: #4a8dc5; }
a.categoryColorKey:visited { font-family: Georgia,Helvetica;font-size: 12px;font-weight: bold;color: #4a8dc5} 
a.categoryColorKey:active { font-family: Georgia,Helvetica;font-size: 12px;font-weight: bold;color: #4a8dc5} 
a.categoryColorKey:hover { font-family: Georgia,Helvetica;font-size: 12px;font-weight: bold;color: #4a8dc5 } 

/*tab*/

.tabs {
    border-bottom: 2px solid #dddddd !important;
}

.tabs li a {
    border: none !important;
    background-color: #f9f9f9 !important;
    margin-right: 5px !important;
    color: #555 !important;
    font-size: 15px !important;
}

.tabs li a:hover {
    background-color: #4a8dc5 !important;
    color: #fff !important;
}

.tabs .active a {
    background-color: #4a8dc5 !important;
    color: #fff !important;
}

.tab_container {
    border: 1px solid #dedede !important;
    box-shadow: 0 0 5px #dedede !important;
    margin-top: 15px;
    padding:10px;
}

#eventPlannerMapSideBar
{
    float:left;
    padding-left:20px;
}

#eventPlannerMapSideBar h1
{
    font-family: Georgia,Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #4a8dc5;
}

.eventMapUpComingEvents
{
    padding:0px;
}
.eventMapUpComingEvents li
{
    display:block;
}

.eventListButton
{
    padding-right:10px;
}

.eventPlannerLoading 
{
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    position: fixed;
    z-index:    1000;
    background: rgba( 255, 255, 255, .8 )
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}

.eventPlannerStandardButton {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #4a8dc5 !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.eventPlannerStandardButton:link
{
    text-decoration:none;
}

.eventPlannerStandardButton:hover
{
    text-decoration:none !important;
}

.eventPlannerStandardButton:active,
.eventPlannerStandardButton.active,
.eventPlannerStandardButton.disabled,
.eventPlannerStandardButton[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.eventPlannerStandardButton:active,
.eventPlannerStandardButton.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.eventPlannerStandardButton:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.eventPlannerStandardButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.eventPlannerStandardButton.active,
.eventPlannerStandardButton:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.eventPlannerStandardButton.disabled,
.eventPlannerStandardButton[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.eventPlannerStandardButton-danger {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.eventPlannerStandardButton-danger:hover,
.eventPlannerStandardButton-danger:active,
.eventPlannerStandardButton-danger.active,
.eventPlannerStandardButton-danger.disabled,
.eventPlannerStandardButton-danger[disabled]{
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.eventPlannerStandardButton-danger:active,
.eventPlannerStandardButton-danger.active {
  background-color: #942a25 \9;
}

.btn-primary{
  color: #ffffff !important;
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6E3636;
  *background-color: #864343;
  background-image: -moz-linear-gradient(top, #864343, #642C2C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#864343), to(#642C2C));
  background-image: -webkit-linear-gradient(top, #864343, #642C2C);
  background-image: -o-linear-gradient(top, #864343, #642C2C);
  background-image: linear-gradient(to bottom, #864343, #642C2C);
  background-repeat: repeat-x;
  border-color: #6E3636 #6E3636 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]
 {
  color: #ffffff;
  background-color: #552727;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #552727 \9;
}

.searchWrapper
{
    /*border:1px solid #cecece;*/
    padding:10px;
    width:300px;
    height:150px;
}

.searchWrapper div
{
    height:50px;
}

.searchWrapper select,
.searchWrapper input
{
    width:270px;
    height:20px;
}

.notificationCaption
{
    padding:10px;
    border:1px solid #D2D658;
    background:#FAFAF0;
}

.quickAddWrapper
{
    min-height:100px;
    margin:20px;
    border:1px solid #cecece;
    width:90%;
    padding:10px;
}

.paymentButtonSelectors{
padding:10px 0px 10px 0px;
margin-left:0px;
}

.paymentButtonSelectors li{
list-style-type:none;
}

.paymentButtonSelectors input[type="radio"]{
    margin-right:5px;
}

.epmMarginRight
{
    margin-right:5px;
}

#eventPlannerHeaderIcons
{
    margin-bottom:10px;
}

#eventPlannerHeaderIcons a{
    margin-bottom:5px;
}

.viewEventDetailsRegisteredUsers
{
    padding:0px;
}

.viewEventDetailsRegisteredUsers li
{
    list-style-type:none;
}

.oneBipPaymentPadding
{
    margin-top:15px;
    margin-bottom:15px;
}

.attractionOpeningHours
{
    padding:0px;
}

.attractionOpeningHours li
{
    list-style-type:none;
}


#epmNotification{
padding:10px;
background:#fc8321;
bottom:0px;
position:fixed;
z-index:9999;
width:100%;
display:none;
}

.ng-invalid
{
    background:#F2C9D3;
}

#eventPlannerMap img,
#eventAttractionsMap img,
#attractionEventsMap img{
 max-width: none;
}

.lblOnlinePaymentSurcharge
{
    color:#EE3F4B;
    font-weight:bold;
}

.eventsRoleSelectorPanel {
border:1px solid #ccc;
overflow-y:scroll;
height:200px;
/*width:190px;*/
}

.additionalAttendeeWrapper
{
    margin-bottom:10px;
}

.eventsAlreadyInProgress
{
    margin-top:10px;
}

/* Vertical Mega Menu Styles */
.eventPlannerControlsBoundary .mega-menu{
font: bold 13px Arial, sans-serif;
line-height: 16px;
background: #4a8dc5;
position: relative; /* Required */
margin:0px !important;
float:none!important;
max-width:200px!important;
}

.eventPlannerControlsBoundary .mega-menu li{
background-image:none !important;
padding:0px !important;
list-style-type:none;
}
.eventPlannerControlsBoundary .mega-menu li a {
display: block;
color: #fff;
padding: 12px 38px 12px 25px;
text-shadow: 1px 1px 1px #000;
text-decoration: none;
border-bottom: 1px solid #222;
}
.eventPlannerControlsBoundary .mega-menu li a:hover, .eventPlannerControlsBoundary .mega-menu li.mega-hover a {
background: #97CA61;
color: #fff;
border-right: 1px solid #4b4b4b;
}
.eventPlannerControlsBoundary .mega-menu li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.eventPlannerControlsBoundary .mega-menu li a .dc-mega-icon {
display: block;
position: absolute;
top: 18px;
right: 15px;
width: 6px;
height: 8px;
}
/* Mega menu container */
.eventPlannerControlsBoundary .mega-menu li .sub-container {
position: absolute; /* Required */
background: #4a8dc5;
padding: 10px 10px 0 10px;
overflow: hidden;
border-left: none;
}
.eventPlannerControlsBoundary .mega-menu li .sub{
margin:0px !important;
}
.eventPlannerControlsBoundary .mega-menu li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.eventPlannerControlsBoundary .mega-menu li .sub li {
float: none;
width: 150px;
font-size: 1em;
font-weight: normal;
border-bottom:1px solid #222;
}
.eventPlannerControlsBoundary .mega-menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.eventPlannerControlsBoundary .mega-menu li .sub a, .eventPlannerControlsBoundary .mega-menu.left li .sub a {
background: none;
border: none;
text-shadow: none;
float: none;
color: #333;
padding: 7px 10px;
display: block;
text-decoration: none;
font-size: 0.9em;
}
.eventPlannerControlsBoundary .mega-menu li .sub li.mega-hdr a.mega-hdr-a {

margin-bottom: 5px;
text-transform: uppercase;

font-weight: bold;
color: #333;
}
.eventPlannerControlsBoundary .mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
text-decoration:underline;
}
.eventPlannerControlsBoundary .mega-menu .sub li.mega-hdr ul{
    margin:0px !important;
}

.eventPlannerControlsBoundary .mega-menu .sub li.mega-hdr li a {

font-weight: normal;
}
.eventPlannerControlsBoundary .mega-menu .sub li.mega-hdr li a:hover {
color: #333;
background: #97CA61;
}
.eventPlannerControlsBoundary .mega-menu .sub ul li {
padding-right: 0;
}
/* Styling for menu items with only 2 levels */
.eventPlannerControlsBoundary .mega-menu li .sub-container.non-mega .sub {
padding: 10px;}
.eventPlannerControlsBoundary .mega-menu li .sub-container.non-mega li {
padding: 0;
margin: 0;
width: 150px;
}
.eventPlannerControlsBoundary .mega-menu li .sub-container.non-mega li a {
padding: 7px 5px 7px 22px;
}
.eventPlannerControlsBoundary .mega-menu li .sub-container.non-mega li a:hover {
color: #333;
background: #97CA61;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */

.eventDetailsAttractions{
    margin:0px;
}

.eventDetailsAttractions li {
    padding: 5px;
    list-style-type: none;
}

.attractionDetailsPageMap
{
    height:350px; 
    width:100%; 
    overflow:hidden;
}

.eventWidgetSimple li ul li{
border:none!important;
}

.calendarLabel
{
    min-width:130px;
    float:left;
}

.bookingGrid ul
{
    margin:0px;
}
.bookingGrid li
{
    list-style-type:none;
}

.evp-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.evp-pagination td {
    display: inline;
    border:none !important;
}
 
.evp-pagination td > a,
.evp-pagination td > span {
    position: relative;
   /* float: left;*/
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.evp-pagination td > span {
    position: relative;
   /* float: left;*/
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #dddddd;
    cursor: default;
}
 
.evp-pagination td:first-child > a,
.evp-pagination td:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.evp-pagination td:last-child > a,
.evp-pagination td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.evp-pagination td > a:hover,
.evp-pagination td > span:hover,
.evp-pagination td > a:focus,
.evp-pagination td > span:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*
.largeBoldButton i,
.largeBoldButton a,
.largeBoldButton a:link, 
.largeBoldButton a:visited, 
.largeBoldButton a:active
{
    font-weight:bold !important;
    font-size:14px !important;
}*/

.largeBoldButton a {
    margin-right: 8px;
    margin-bottom:15px;
}

.chkEmailCustomersNewStatus input[type="checkbox"],
.rbChargeBy input[type="radio"]{
    margin-right:5px !important;
}

.nadevViewEventDetails .notificationEndDate{
    margin-left:5px;
}

.fc-event-time{
    display:none;
}

.colourSwatch{
    height:30px; 
    width:30px;
    float:left;
    border:1px solid #000;
}

.colourSelector{
    float:left;
    margin-left:20px;
}

.carPoolUi .row{
    padding-bottom:10px;
}

#descriptionFullEdit,
#summaryFullEdit{
    height:500px !important;
}

.hypColourPicker,
.hypColourPicker:hover,
.hypColourPicker:active,
.hypColourPicker:visited,
.hypColourPicker:focus {
    background-color: #56bd84 !important;
	border-color: #56bd84 !important;
    color:#fff !important;
    margin-right:10px;
}

#dnn_ctr559_EditEventPlannerModule_AddEditEvent_lblEventExcludeDate_label,
#dnn_ctr559_EditEventPlannerModule_AddEditEvent_lblEndAfter_label,
#dnn_ctr559_EditEventPlannerModule_AddEditEvent_lblRecurringOption_label{
    font-weight:bold !important;
}

#dnn_ctr559_EditEventPlannerModule_AddEditEvent_txtEndTime,
#dnn_ctr559_EditEventPlannerModule_AddEditEvent_txtStartTime,
#dnn_ctr559_EditEventPlannerModule_AddEditEvent_calStartEvent,
#dnn_ctr559_EditEventPlannerModule_AddEditEvent_calEndEvent{
    font-size:13px !important;
}

.hypCarpool{
    font-size:16px !important;
}
.hypCarpool a{
    font-size:16px !important;
}

.carpoolHeader{
    border-top:4px solid #ddd;
    margin-bottom:10px;
    margin-top:10px;
}

.stripe .Normal{
    margin-left:0px !important;
    margin-right:0px!important;
}

.btnColorPickerDelete,
.btnColorPickerDelete:hover,
.btnColorPickerDelete:active,
.btnColorPickerDelete:visited,
.btnColorPickerDelete:focus {
    background-color: #65696d !important;
    border-color: #65696d !important;
    color:#fff !important;
}

.btnColorPickerDelete {
    margin-left: 10px;
}

.nadevEventListViewPadding .notificationStartDate{
    padding-right:30px;
}

.pnlSearchAdminEvents .form-control{
    border-radius:initial !important;
}

.lnkPlaceBooking {
    margin-left: -10px;
}

/*
#pnlAttendeeInfo .naDevActionMenu li ul li a {
    color: #000 !important;
}*/

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.clockpicker-popover {
z-index: 999999 !important;
}

.attendenceReportSearch,
.pnlSearchOrders {
    width: 100%;
}

.pnlSearchOrders td{
    padding-bottom:10px;
}


td.fc-other-month .fc-day-number 
{
	/*hides the number for previous / next months but cant use display:none as it would mean the label overlays the numbers for current month.*/
        color:transparent !important;
}

.categoryNameBlock{
    width:max-content;
    height: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
}

.lblRecurFrequency{
    font-size:10px;
    font-style:italic;
    font-weight:bold;
}

.locationAddressDetails{
    font-style:italic;
    font-size:12px;
    margin-bottom:20px;
}

.nadevViewEventSummary .locationAddressDetails{
    display:none;
}

.calendarEventsFound{
    font-weight:bold;
    margin-bottom:5px; 
    /*margin-left:130px*/
}

.pnlAdminFilterLocations{
    margin-top:10px;
}

.pnlAdminFilterLocations a {
    margin-right:5px;
    font-size:20px;
}

.pnlAdminFilterLocations .active{
    font-weight:bold;
}

.customHtmlModule{
display:none;
margin-bottom:60px;
}

.editHtmlContainer{
    text-align:right;
    margin-bottom:10px;
}


.eventPlannerAdminHeader button,
.eventPlannerAdminHeader a {
    margin-bottom: 5px;
}

@media (min-width: 768px) {

    .rightAlignedButtonsWhenBig{
        text-align:right;
    }

    .wallDeleteButton {
        float: right;
    }

    .alignRightWhenBig,
    .filterByLabels {
        text-align: right;
    }
}

@media (max-width: 768px) {

    .wallNoProfileImage {
        height: 40px;
        width: 40px;
        padding-top: 10px;
    }

    .wallNotifications li .img-circle,
    .classDirectoryUserListWrapper li .img-circle,
    .userNotificationList li .img-circle,
    .postNewItem .img-circle,
    .listViewPostBoundary .img-circle {
        height: 40px;
        width: 40px;
    }

    .storeAdminOptionsMenu ul{
        float:none;
    }

    .colourSelector{
        margin-left:5px;
    }

    .btnColorPickerDelete {
        margin-left: 0px;
        margin-top: 5px;
    }

    .calendarEventsFound,
    .resetSearchBoundary {
        margin-left: 0px;
    }

    .fc-header-title{
        font-size:16px;
    }

    .fc-header-right,
    .fc-header-left {
        font-size: 10px;
    }
}


/*!
 * ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */ .clockpicker .input-group-addon {
    cursor: pointer
}

    .clockpicker-moving {
        cursor: move
    }

    .clockpicker-align-left.popover > .arrow {
        left: 25px
    }

    .clockpicker-align-top.popover > .arrow {
        top: 17px
    }

    .clockpicker-align-right.popover > .arrow {
        left: auto;
        right: 25px
    }

    .clockpicker-align-bottom.popover > .arrow {
        top: auto;
        bottom: 6px
    }

    .clockpicker-popover .popover-title {
        background-color: #fff;
        color: #999;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-align: center
    }

        .clockpicker-popover .popover-title span {
            cursor: pointer
        }

    .clockpicker-popover .popover-content {
        background-color: #f8f8f8;
        padding: 12px
    }

    .popover-content:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .clockpicker-plate {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        overflow: visible;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .clockpicker-canvas, .clockpicker-dial {
        width: 200px;
        height: 200px;
        position: absolute;
        left: -1px;
        top: -1px
    }

    .clockpicker-minutes {
        visibility: hidden
    }

    .clockpicker-tick {
        border-radius: 50%;
        color: #666;
        line-height: 26px;
        text-align: center;
        width: 26px;
        height: 26px;
        position: absolute;
        cursor: pointer
    }

        .clockpicker-tick.active, .clockpicker-tick:hover {
            background-color: #c0e5f7;
            background-color: rgba(0,149,221,.25)
        }

    .clockpicker-button {
        background-image: none;
        background-color: #fff;
        border-width: 1px 0 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin: 0;
        padding: 10px 0
    }

        .clockpicker-button:hover {
            background-image: none;
            background-color: #ebebeb
        }

        .clockpicker-button:focus {
            outline: 0 !important
        }

    .clockpicker-dial {
        -webkit-transition: -webkit-transform 350ms,opacity 350ms;
        -moz-transition: -moz-transform 350ms,opacity 350ms;
        -ms-transition: -ms-transform 350ms,opacity 350ms;
        -o-transition: -o-transform 350ms,opacity 350ms;
        transition: transform 350ms,opacity 350ms
    }

    .clockpicker-dial-out {
        opacity: 0
    }

    .clockpicker-hours.clockpicker-dial-out {
        -webkit-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2)
    }

    .clockpicker-minutes.clockpicker-dial-out {
        -webkit-transform: scale(.8,.8);
        -moz-transform: scale(.8,.8);
        -ms-transform: scale(.8,.8);
        -o-transform: scale(.8,.8);
        transform: scale(.8,.8)
    }

    .clockpicker-canvas {
        -webkit-transition: opacity 175ms;
        -moz-transition: opacity 175ms;
        -ms-transition: opacity 175ms;
        -o-transition: opacity 175ms;
        transition: opacity 175ms
    }

    .clockpicker-canvas-out {
        opacity: .25
    }

    .clockpicker-canvas-bearing, .clockpicker-canvas-fg {
        stroke: none;
        fill: #0095dd
    }

    .clockpicker-canvas-bg {
        stroke: none;
        fill: #c0e5f7
    }

    .clockpicker-canvas-bg-trans {
        fill: rgba(0,149,221,.25)
    }

    .clockpicker-canvas line {
        stroke: #0095dd;
        stroke-width: 1;
        stroke-linecap: round
    }

    .clockpicker-button.am-button {
        margin: 1px;
        padding: 5px;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 4px
    }

    .clockpicker-button.pm-button {
        margin: 1px 1px 1px 136px;
        padding: 5px;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 4px
    }

@media only screen and (max-width: 1000px ) {

    .addContentButtons {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1200px ) {

    .myBalance .eventPlannerStandardButton {
        display: block;
        width: 80%;
        margin-top: 5px;
    }

    .financePaymentManagerCredits .eventPlannerStandardButton{
        width:100%;
    }
}

    @media(max-width:576px) {

        .registrationMenuLinks .eventColorKey{
            margin-left:0px;
        }

        .cke_top {
            display: none !important;
        }

        .minWidthTableRow {
            width: 44%;
        }

        .classAdminWeekBoundary{
            overflow-x:scroll;
            max-width:70%;
            width:70%;
        }   
    }

@media only screen and (min-width: 801px) {

    /*when we are using the flip scroll we need this class to make the content smaller on a large screen, this stops 1 column dominating the table*/
    .wrapTableContent {
        max-width: 175px;
        word-wrap: break-word;
    }

    .pnlAdminClassPlacesAvailable{
        text-align:right;
    }
}

    @media only screen and (max-width: 800px) {

        .flex-left-content {
            display: initial;
        }

        #categoryColourBlock{
            display:none !important;
        }

        #lblSearchCategoryName{
            margin-left:initial !important;
        }

        .standardEventPlannerDropDownMenu {
            float: left !important;
            left: 0 !important;
            right: auto !important;
        }

        .lnkDownloadCalendar {
            padding: 4px !important;
        }

        .paymentScheduleIcon {
            height: 20px;
            max-height: 20px;
            width: auto;
        }

        .signUpToEventSuccessInfo {
            width: 300px !important;
            max-width: 300px !important;
            min-width: 300px !important;
        }

        .myBalance .eventPlannerStandardButton {
            display: block;
            width: 100%;
        }

        .eventPlannerStandardButton,
        .marginAboveWhenSmall {
            margin-top: 5px;
        }

        .attendenceTrackingReport {
            max-width: 400px !important;
        }

        .flipScroll .cf:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        .flipScroll * html .cf {
            zoom: 1;
        }

        .flipScroll *:first-child + html .cf {
            zoom: 1;
        }

        .flipScroll table {
            width: 100%;
            border-collapse: collapse;
            border-spacing: 0;
        }

        .flipScroll th,
        .flipScroll td {
            margin: 0;
            vertical-align: top;
        }

        .flipScroll th {
            text-align: left;
        }

        .flipScroll table {
            display: block;
            position: relative;
            width: 100%;
        }

        .flipScroll thead {
            display: block;
            float: left;
        }

        .flipScroll tbody {
            display: block;
            width: auto;
            position: relative;
            overflow-x: scroll;
            overflow-y: visible;
            white-space: nowrap;
            /*padding-bottom:220px;*/
        }

        .flipScroll thead tr {
            display: block;
        }

        .flipScroll th {
            display: block;
            text-align: right;
            height: 45px !important;
        }

        .flipScroll tbody tr {
            display: inline-block;
            vertical-align: top;
        }

        .flipScroll td {
            display: block;
            min-height: 1.25em;
            text-align: left;
            height: 70px !important;
        }


        /* sort out borders */

        .flipScroll th {
            border-bottom: 0;
            border-left: 0;
        }

        .flipScroll td {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        .flipScroll tbody tr {
            border-left: 1px solid #babcbf;
        }

        .flipScroll th:last-child,
        .flipScroll td:last-child {
            border-bottom: 1px solid #babcbf;
        }
    }