.red {
    color: red;
}

sup {
    vertical-align: baseline;
    font-size: 0.9em;

    top: -0.2em;
    position: relative;
}

.tracing-messages {
    margin-top: 1em;
    padding: 1em;
    border: solid 2px #000;
}

.debug-info {
    background-color: #FFFFEE;

    overflow-x: auto;
}

.inline-block {
    display: inline-block;
}

.text-smaller {
    font-size: 90%;
}

.padding-4 {
    padding: 4px;
}

TD.tMnuBack, 
TD.tMnuBorderBg, 
TD.tabbedpanelitemactive, 
TD.tMnuBorderFore
{
  background-color: Transparent !important;
}

.jsRequiredPanel
{
    background-color: #FFFFCC;
    color:Red;
    font-weight: bold;
    text-align: center;
    padding: 30px;  
    margin: 1em;
    
    border: solid 2px red;  
}

.askNotice {
    font-size: 80%;
}

@media print {
    .print-hidden, #mobile-menu-actions {
        display: none !important;
    }
}

.transparent-link {
  opacity: 0.3;  
  filter: alpha(opacity=30);  

  position: absolute;
  bottom: 10px;
  right: 10px;
}

.unsubscribeIntro {
  min-height: 300px;
  position: relative;
}

.class-warning {
    color: red;
    font-size: 0.9em;
}

/*
  M E S S A G E   L I S T  styles
*/

.msgBody
{
  width: auto !important;    
  margin: 0px auto;
}

.asterisk
{
  color: Red;
  font-weight: bold;
}

.error
{
  color: Red;
}

.error A,
.error A:visited
{
  font-weight: bold;
  text-decoration: underline;
}

.error A:hover
{
  text-decoration: none;
}

.info
{
  color: Green;
}

.message,
.mainMessages,
.innerMessage TR TD
{
  margin: 10px;
  padding: 5px;
  border-radius: 8px;
  background-color: #f6fab6 !important;
  border: 1px solid Red;
  text-align: left;
  border-width: 1px;
  -moz-border-top-colors: Red #ffffff Red;
  -moz-border-right-colors: Red #ffffff Red;
  -moz-border-bottom-colors: Red #ffffff Red;
  -moz-border-left-colors: Red #ffffff Red;
  
  vertical-align: middle !important;
}

.warningBox
{
  color: #666 !important;
  padding: 10px;
  width: 90%;
  text-align: center;    
  
  background-color: #FFFFEE;
  border: solid 1px #AAAAAA; 
}

.infoMessages
{
    border-color: Green !important;
    -moz-border-top-colors: Green #ffffff Green;
    -moz-border-right-colors: Green #ffffff Green;
    -moz-border-bottom-colors: Green #ffffff Green;
    -moz-border-left-colors: Green #ffffff Green;
}

.mainMessages
{
  width: auto;	
}
	
DIV.mainMessages
{
  margin: 5px;
}

.message .img
{
  width: 10px;
}

.frameContent
{
  padding-top: 1em;    
}

.message TR TD,
TABLE.mainMessages TR TD,
.innerMessage TR TD
{
  border: none !important;
  padding: 4px;
  /*font-sizex: 0.9em;*/
  font-size: 1em;
}

.innerMessage td.img img,
.message td.img img {
    display: block;
}

.message A,
.innerMessage A
{
  font-size: 1em;    
  text-decoration: underline;
}

.message A:hover,
.innerMessage A:hover
{
  text-decoration: none;
}

.message TR TD.error,
.innerMessage TR TD.error,
.message TR TD.warning,
.innerMessage TR TD.warning
{
	color: Red !important;
}

.message TR TD.info,
.innerMessage TR TD.info
{
	color: Green !important;
}

.message TR TD.info A,
.innerMessage TR TD.info A
{
  color: Blue !important;    
}

.message TR TD.error A,
.innerMessage TR TD.error A,
.message TR TD.warning A,
.innerMessage TR TD.warning A
{
	color: Blue !important;
}

.desc-popup-container
{
    overflow: auto;
    width: 100%;
    max-height: 400px;   
}

.window.descPopup {
    /*max-width: 420px;*/
    max-width: 540px;
}

.class-note-icon {
    width: 16px;
    cursor: pointer;
}
    .class-note-icon svg {
        width: 16px;
    }
    /*
  Fly Over popup
*/
    .visibleGroup {
        Z-INDEX: 1;
        display: block;
        POSITION: absolute;
        background-color: #FFFFCC;
        border: solid 1px #000000;
        color: #000 !important;
        padding: 3px;
        text-align: left;
        font-size: 11px;
        font-weight: normal !important;
        width: 25em;
        white-space: normal !important;
    }

.hiddenGroup
{
  visibility: hidden;
  Z-INDEX: -999; display: none; POSITION: absolute;  
  width: 25em;
}

/*
  Common Edit Control styles
*/

/* fixes issues with: */
/* - select comboboxes and input textboxes height difference; */
/* - default black border in textboxes in Chrome issue; */
.txtEditable,
.txtReadOnly,
.subscribeContactTableValueTD input[type=text],
table.ccForm .braintree-form-control {
    /*padding: 8px 8px;*/
    padding: 12px;
    border-radius: 8px;
    border: solid 1px #a9a9a9;
    outline: none;
    /*margin-bottom:4px;*/

    height: 46px;
}

@media screen and (min-width:768px) {
    .txtEditable,
    .txtReadOnly,
    .subscribeContactTableValueTD input[type=text],
    table.ccForm .braintree-form-control {
        padding: 10px;
        height: 39px;
    }
}

/* Styles to make payment form controls displayed near the labels in a case when long validation messages appear */
@media screen and (min-width:460px) {
    .ccForm .label {
        width: 195px;
    }
}

/* selectize overrides */
.txtEditable.selectize-control {
    border: none;
    padding: 0;
    border-radius: initial;
    background-color: transparent;
}

.txtEditable.selectize-dropdown {
    height: auto;
}

.txtEditable.selectize-control .selectize-input {
    padding: 12px;
    padding-right: 20px !important;

    border-radius: 8px;
    border: solid 1px #a9a9a9;
}

/* stops selected value overlow  */ 
.txtEditable.selectize-control .selectize-input .item {
    overflow: hidden;
    max-width: 100%;
}

/*    .txtEditable.selectize-control .selectize-input.input-active:not(.not-full) input {
        top: -5px;
    }*/

.selectize-dropdown .selected {
    background-color: #1967d2;
    color: #fff;
}

.selectize-control.single .selectize-input:not(.no-arrow):after {
    right: 8px;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #000;
    font-family: Arial;
    font-size: inherit;
    line-height: normal;
}

/* top menu overflow fix */
.selectize-input {
    position: initial;
}
/* center text position inside the dynamic html DDL */
.selectize-input > * {
    vertical-align: middle;
}

    .selectize-input.dropdown-active {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

.selectize-control .selectize-dropdown {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

    margin-top: -2px;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.175);
}

@media screen and (min-width: 768px) {
    .selectize-dropdown, .selectize-input, .selectize-input input {
        font-size: 13.333px;
    }
}

@media screen and (min-width: 768px) {
    .txtEditable.selectize-control .selectize-input {
        padding: 10px;
        height: 39px;
    }

    /*.selectize-control.single .selectize-input:not(.no-arrow):after {
    right: 8px;
}*/
}

.selectize-dropdown-emptyoptionlabel {
    text-align: left;
}


/* Default style for the buttons: dark bg, transparent border which becomes #ccc on hover */
input[type=submit],
input[type=button],
A.register, A.register, A.classDetails, A.dropin, A.schedule-btn, a.customButton {
    background-color: #999;
    color: #fff;
    text-decoration: none;
}
    A.register:visited, A.register:visited, A.classDetails:visited, A.dropin:visited, A.schedule-btn:visited, a.customButton:visited,
    A.register:hover, A.register:hover, A.classDetails:hover, A.dropin:hover, A.schedule-btn:hover, a.customButton:hover {
        color: #fff;
    }

input[type=submit],
input[type=button] {
    padding: 13px 26px;
    border-radius: 5px;
    border: solid 1px transparent;
}

    input[type=submit]:hover,
    input[type=button]:hover {
        /*border: solid 1px #ccc;*/
        border-color: #ccc;
    }

/* SG: allow a custom css to override min-width with a simple selector */
/*
.classTable A.register,
.classTable A.classDetails,
.classTable A.dropin,
.classPage A.register,
.classPage A.classDetails,
.classPageX A.dropin,
.classMeetingsGrid A.schedule-btn {
    min-width: 130px;
}
*/

/* this selector can be simply overridden by the custom css the same selector */
A.register, A.register, A.classDetails, A.dropin, A.schedule-btn {
    min-width: 130px;
}

/* disables min-width for the buttons on the class page, as well as customButton inside the page cms content */
.classPage A.register, .classPage A.register:hover, .classPage A.visited,
.classPage A.dropin, .classPage A.dropin:hover, .classPage A.dropin:visited,
p > a.customButton, p > a.customButton:hover, p > a.customButton:visited,
div > div > a.customButton, div > div > a.customButton:hover, div > div > a.customButton:visited {
    min-width: 0;
}

A.register, A.register, A.classDetails, A.dropin, A.schedule-btn, a.customButton {
    border-radius: 5px;
    border: solid 1px transparent;
    padding: 13px 26px;
    margin: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    font-family: Arial;
}

    A.register:hover,
    A.register:hover,
    A.classDetails:hover,
    A.dropin:hover,
    A.schedule-btn:hover,
    a.customButton:hover {
        /*border: solid 1px #ccc;*/
        border-color: #ccc;
        text-decoration: none;
    }

@media screen and (min-width:768px) {
    input[type=submit], input[type=button] {
        padding: 11px 22px;
    }

    A.register, A.register, A.classDetails, A.dropin, A.schedule-btn, a.customButton {
        font-size: 13.333px;
        padding: 11px 22px;
    }
}

SELECT {
    background-color: White;
}

.txtEditable
{
  background-color: White;
  width: 15.5em;
}

.narrow {
    width: 10em;
}

.narrow.regDOB,
.narrow.registrationControls.regDOB,
.narrow.dob {
    width: 7.5em;
}

.classesSelector .narrow.registrationControls.regDOB {
    width: 7.5em;
}

.dateFormatNote {
    font-size: 80%;
}

.wide   
{ 
  width:35em; 
}

.txtReadOnly
{
  background-color: #eeeeee;
}

.txtAsLabel
{
  color: black;
  font-weight: normal;
}

.txtReadonly
{
  background-color: #eeeeee;
}

.txtAsLink
{
  color: Blue;
  text-decoration: underline;    
}

.promptTextBox
{
  color: #777;
  font-style: italic;
}

INPUT.wide,
INPUT[type=text].txtEditable.wide
{
    width: 20em;
}

input.autoWidth,
select.autoWidth {
    width: auto !important;
}

button[disabled],
input[type=button][disabled],
input[type=submit][disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* radio or checkboxes list of controls */
.rbtOptions,
.chkOptions {
    margin-top: 0.5em;
}

    .rbtOptions .rbtOption, .rbtOptions .rbtSubOption,
    .chkOptions .chkOption, .chkOptions .chkSubOption {
        margin-bottom: 0.5em;
    }

.separator,
.spacer
{
    height: 1em;
}

.spacer05
{
    height: 0.5em;    
}

.highlightText
{
  font-weight: bold;  
}

.disabledLink
{
  color: #777777 !important;    
}

.captchaControl,
.captchaControl tr td {
    background-color: #FFF !important;
}

.indent10
{
  padding-left: 10px;    
}

.indent20
{
  padding-left: 20px;    
}

.margin-top-10
{
  margin-top: 10px;    
}

.emptyGrid,
.emptyGrid TR TD
{
  border: none !important;  
}

.bct
{
  margin-bottom: 0.5em;    
}

TEXTAREA.orderComments,
TEXTAREA.referralSource
{
  width: 20em;
  width: 99%;
  height: 4em;    
}

.timeInputControl A
{
  color: black !important;    
  font-family: Arial !important;
  font-size: 10pt !important;
}

.timeControl .narrow
{
  width: 6em;    
}

.subHeaderSummary
{
  font-weight: bold; 
  font-size: 100%;  
  
  margin-top: 0.5em;  
}

.text-normal {
  font-weight: normal !important;
}

/*
  Calendar Control styles
*/

.calendarControl INPUT.narrow.txtEditable,
.calendarControl INPUT.narrow.txtReadonly {
    width: 7.5em;
}

.calendarControl IMG.selImg
{
  vertical-align: middle !important;  
  margin-bottom: 3px;
}

SPAN.text-center
{
  display: inline-block;    
}

.text-left,
.TableHeader td.text-left {
    text-align: left;
}

.calendarDayContentBtn 
{
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 30px; /* http://stackoverflow.com/questions/8865458/how-to-align-text-vertically-center-in-div-with-css */
  margin: 3px auto 0px auto;

  cursor: hand;
  cursor: pointer;
  
  /*border: solid 2px #000;*/
  /*border-width: 1px !important;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  /*background-image: url('../img/circle-outline.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;*/
}

.classCalendarTable .timeValueContainer
{
  white-space: nowrap;
  text-alignX: right; 
  floatX: right;   
}

.classCalendarTable .res-content
{
  padding-top: 5px;    
}

.caledarDayContentBtn.active 
{
  opacity: 0.8;      
}

.calendarDayItemResponsive
{
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: dashed !important;
*/
  
  float: left;
  margin: 10px; 
  padding: 5px;   
  
  min-width: 45%; 
}

.currentMonth 
{
    padding: 25px;
    display: block;
}

TD.center
{
  text-align: center;    
}

TD.number,
TH.number
{
  text-align: right;
  padding-right: 3px;
  width: 8em;
  white-space: nowrap;    
}

TH.numberC
{
  text-align: center;
  white-space: nowrap;      
}

TD.chk
{
  text-align: center;
  width: 1em;    
}

.additionalContent,
DIV.additionalContent
{
  text-align: left;    
  width: auto;
  padding: 0px;
  margin: 0px;
}

.TableHeader TABLE.sortTable,
.TableHeader TABLE.sortTable TR TD
{
  border: none !important;    
}

/*
  registration 
*/

.registrationTable
{
   width: 100%;    
}

.regNote
{
}

.ORShoppingCart .productsList
{
  width: 100% !important;    
}

.ORShoppingCart .productsList TR.productLine TD,
.ORShoppingCart .productsList TR.totalRow TD
{
  height: 2em;    
  vertical-align: middle;
}

.ORShoppingCart .productsList TR.totalRow TD.totalCaption
{
  text-align: left;    
}

/*
  meetingsSelector
*/

.meetingsSelector .tabLinks
{
  padding-bottom: 10px;
}

.meetingsSelector .filtersControls TD.filtersContainer {
    width: 40em;
}

.meetingsSelector .filtersControls SELECT {
    width: 19em;
}

.meetingsSelector .Grid {
    margin-top: 1em;
}

.fbApplication .meetingsSelector .cFilter {
    width: 150px;
}

.meetingsSelector .loadingDataIndicator {
    margin-top: 1em;
    margin-bottom: 3em;
}
/*
  login 
*/
TABLE.loginContainer {
    margin-left: auto;
    margin-right: auto;
    border-collapse:inherit;
    border-radius: 10px; 
    padding: 10px;
}

.login .subHeader
{
  font-size: 16px;    
}

.hpField
{
   display : none; 
}

.flatButton
{ 
  background-color: #f0f8ff;
  border: solid 1px #8f8fbd;
}

.flatButtonHover
{
  background-color: #d8bfd8;
	border: solid 1px #8f8fbd;
}

.TableWithBorders
{
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

.TableWithBorders TR TD
{
  border-style: solid;
  border-width: 1px;
  padding: 4px;
}

.classTable tr td,
.classes2Selector .TableWithBorders TR TD {
    padding: 8px;
}
.classes2Selector .TableWithBorders TR TD.narrow-only {
    padding: 0;
}

.TableWithBorders TR TH
{
  border-style: solid;
  border-width: 1px;
}

.TableWithBorders .TablePager TABLE TR TD
{
      border: none !important;
}

TR.TableRowSelected TD {
}

.PricesTableHeader
{
  text-align: center;
  font-weight: bold;    
}

.TableHeader .headerLink
{
  color: #fff;
  font-weight: bold;    
}

.registrationTable TD.itemPrice
{
    width: 10%;
    white-space: nowrap;
}

.forumTopic .TableWithBorders TR.TableHeader TH,
.forums .TableWithBorders TR.TableHeader TH
{
  text-align: center;    
}

/*
  Tab Menu Styles
*/
.tabbedpanelitemactive { 
  padding: 0px 10px 0px 10px;
}
.tabbedpaneliteminactive,
.tabbedpanelitemhover {
  padding: 0px 10px 0px 10px;
  cursor:hand;
  cursor:pointer;  
}

.woBorders,
table.woBorders > tbody > tr > td
{ border:none !important; }

.woLeftBorder
{
  border-left: none !important;    
}

.woRightBorder
{
  border-right: none !important;    
}

.woTopBorder
{
  border-top: none !important;    
}

.woBottomBorder
{
  border-bottom: none !important;    
}

.onlyBottomBorder {
    border-top: none;
    border-right: none;
    border-left: none;
}

.customPager .pagerHeader
{
   float: right; 
}

.customPager TD.sep
{
    width: 0.5em;
}

.customPager TD.cur
{
  font-weight: bold;    
}

/*
   Main menu styles
*/

/*
  MSS-4614 - jquery slideshow and menu overlapping

    Main issue with dynamic menu items
  go under the absolutelly positionied content in the page body    
  a) simple setting z-index for the dynamicMenuItemFix doesn't work in Safari for Win and in the Chrome
     .dynamicMenuItemFix {
       z-index: 99 !important;
     }
  b) trying to change main menu container z-index with applying the big z-index with the 
    relative positioning. Relative position doesn't cut the dynamic menu items.
    .mainMenuContainer {
        position: relative;
        z-index: 99;
    }

    SG: in result it is better to fix slideshow (ad-gallery) to do not use z-index: 9; to fix this issue completelly
    using relative position for the menu container also generate the issues on Safary for Win.... + limits menu dynamic items to be displayed in this menu box only

.mainMenuContainerX {
    position: relative;
    z-index: 999;
}
.dynamicMenuItemFixX {
    z-index: 999 !important;
}
*/

.dynamicLevelmenuItem {
    height: auto !important;
}
.dynamicLevelmenuItem,
.dynamicLevelmenuItem TABLE TR TD
{
  padding: 0px;    
}

.dynamicLevelmenuItem TABLE TR TD TABLE TR TD
{
  padding: 2px;      
}

.menuItemL2 TABLE TR TD
{
  white-space: normal !important;
}

/*
    Sets the common width for the menu item Level2
*/
div.menuItemL2 table {
    min-width: 200px;
    width: auto;
    *width: 200px;
}

.menuItemL2 a {
    width: auto !important;
}

::i-block-chrome,.menuItemL2 a {
    min-width: 200px !important;
}

/* 
    replaces the standard level 3 image in a separate cell with the font icon
    to match the icon color with the text color
*/
/*div.menuItemL2 table table tr td:not(:first-child) img {
    display: none;
}
div.menuItemL2 table table tr td:not(:first-child):has(img):after {
    content: '\e258';
    font-family: 'Glyphicons Halflings';
    font-weightX: bold;
    margin-top: 1px;
    display: block;
    width: 15px;
}
*/

div.menuItemL2 table table tr td:not(:first-child):has(img) {
    display: none;
}
div.menuItemL2 table table tr:has(:not(td:first-child) > img) a:after {
    content: '\e258';
    font-family: 'Glyphicons Halflings';
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block;
    float: right;
}
/*
   END: Sets the common width for the menu item Level2
*/
.menuTopItem A.menuSeparator {
    text-decoration: none;
}

/* Custm Menu enchanced Top Item common styles*/
TABLE.menuTopItem
{
  margin: 0px;
  margin-top: 4px;
  margin-right: 0px;
}

A.menuTopItem,
SPAN.menuSeparator
{
  margin: 0px;
}

TABLE.menuTopItem TD
{
  padding-top:    5px;
  padding-bottom: 5px;
  padding-left:   3px;
  padding-right:  3px;
}


.cuteEditor 
{
 color: Black;    
}

DIV.header
{
  margin: 10px 0px 10px 0px;    
}

SPAN.customLink /* disabled XXXLinkIX */
{
    color: #777777;
}

/*
  Misc styles
*/

.loadingDataIndicator,
.loadingDataIndicator TR TD
{
  width: 100%;
  
  text-align: center;
  vertical-align: middle;    
  
  border: none !important;
  background-color: Transparent !important;
  
  padding: 0px;
  margin: 0px;
}

.loadingPickClassesIndicator,
.loadingPickClassesIndicator TR TD
{
  width: 100%;
  height: 250px;
  
  text-align: center;
  vertical-align: middle;    
  
  border: none !important;
  background-color: Transparent !important;
  
  padding: 0px;
  margin: 0px;
}

TD.top
{
  vertical-align: top;    
}

/*
  Teachers
*/

.teacherTable,
.teacherDiv
{
}

.teacherTable .teacherRowSpacer TD
{
  padding: 0px;
  padding-top: 1em;    
}

.teacherTable .teacherNameSpan,
.teacherDiv .teacherNameSpan
{
  font-weight: bold;
  display: block;
  margin-bottom: 1em;    
}

.teacherTable .teacherDescriptionSpan,
.teacherDiv .teacherDescriptionSpan
{
  text-align: left;    
}

/*
  gallery
*/

.galleryTable .galleryImageTd
{
  vertical-align: top;
}

.galleryTable .galleryDescriptionTd
{
  vertical-align: top;
}

.galleryTable .galleryDescriptionTd P
{
  margin: 0px;   
}

.nowrap
{
  white-space: nowrap;    
}

/*
  testimonials
*/

.testimonialsTable .testimonialsName
{
  width: 100%;  
  text-align: right;
  font-style: italic;    
}

/*
  Class Description
*/

.classDescriptionControl .classDescriptionName
{
  font-weight: bold;
  display: block;
  margin-bottom: 1em;    
}

.classDescriptionControl .classDescriptionSpacer
{
  display: block;
  height: 1em;        
}

.classDescriptionSpacer
{
  clear: both;
}

/*
  accountStudents
*/

.accountEnrollments .date,
.accountStudents .date
{
  width: 8em; 
  text-align: center;   
}

.accountStudents .actions
{
  width: 8em;    
  text-align: center;
}

.accountPayments .date
{
  width : 8em; 
  text-align: center;       
}

/*
  blog
*/

.blog .emptyBlog
{
    font-size: 110%;
    margin: 1em;
}

.blog .emptyBlog .addPostContainer
{
  margin-top: 1em;    
}

.blog .blogPosts,
.blog .blogPosts TR TD
{
    background-color: Transparent;    
    border: none;
}

.blog .blogPosts .postSubject
{
  font-size: 130%;
  text-align: left;
  
  border-bottom-width: 1px;    
  border-bottom-style: solid;  
}

.blog .blogPosts .postBy
{
  font-size: 80%;
  text-align: left;
  
  white-space: nowrap;
  vertical-align: top;
  /*width: 1%;*/
}

.blog .blogPosts .comment
{
  vertical-align: top;
}

.blog .blogPosts .commentLinks
{
  text-align: right;
}

.blog .topActions,
.blog .bottomActions
{
  text-align: center;    
}

.blog .topActions .addPostContainer,
.blog .bottomActions .addPostContainer
{
  float: left;
  font-weight: bold;
}

/* SG: removed this style
due to discussion MSS-3893
.blog .blogPosts
{
  float: left;    
}
*/

.blog .loginLinkContainer
{
  text-align: right;
  font-size: 90%;
  font-weight: bold;    
}


/*
  blogPostComments
*/

.blogPostComments .blogPost
{
  margin-bottom: 2em;
}

.blogPostComments .blogPost .postContent
{
  padding-left: 1em;
}

.blogPostComments .TableWithBorders, 
.blogPostComments .TableWithBorders TR TD
{
  border:none;    
}

.blogPostComments .commentsHeader,
.blogPostComments .addCommentsHeader
{
  width: 100%;
  padding: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;   
  
  font-size: 110%; 
  font-weight: bold;
  background-color: Transparent;
}

.blogPostComments .noComments
{
   font-size: 110%;  
   padding-top: 1em; 
}

.blogPostComments .blogPostComments
{
  background-color: Transparent;    
}

.blogPostComments .blogPostComments .commentCreatedBy
{
  padding-top: 1em;
}

.blogPostComments .blogPostComments .comment
{
  padding-left: 1em;    
}

.blogPostComments .addCommentContainer
{
  margin-top: 2em;    
}

.blogPostComments .addCommentControls
{
  margin-top: 1em;    
}

.blogPostComments .pendingNote 
{
  color:Red;
  font-size:90%;
  font-weight:bold;
  padding-bottom:10px;
}

.blogPostComments .commentsModerationEnabled
{
    color: Red;
  font-style: italic;    
  display: inline;
  padding-left: 20px;
}


/*
  forums
*/

.forums .pending, 
.forums .pending a, 
.forums .pending a:visited 
{
  color: Maroon; 
  font-weight:bold;
}

.forums .pending a
{
  text-decoration : underline;    
} 

.forums .approved, 
.forums .approved a, 
.forums .approved a:visited 
{
  color:Green;
  font-weight:bold;
}

.forums .pending .number,
.forums .approved .number
{ 
  font-size:80%; 
}

.forums .actions 
{
  padding-bottom:3px;
  padding-top:3px;
  text-align:right;
}

.forums .postBy 
{
  font-weight:bold;
}

.forumTopic .Pending 
{
  background-image:url(../img/pending.gif);
  height:16px;
  width:16px;
}

.forumTopic .Approved 
{
  background-image:url(../img/green.gif);
  height:17px;
  width:15px;
}

.forumTopic .actions 
{
  padding-bottom:3px;
  padding-top:3px;
  text-align:right;
}

.forumTopic .pendingNote 
{
  color:Red;
  font-size:90%;
  font-weight:bold;
  padding-bottom:10px;
}

.forumTopic .subject { font-weight:bold; padding-bottom:10px; }

.forumTopic .postBy 
{
  font-weight:bold;
}

.forums TD.number,
.forumsTopic TD.number
{
  text-align: center;    
}

.profiles .hSep
{
  width: 2em;    
}

/*
  billing profile
*/

.billingProfile .indent1
{
  padding-left: 1em;    
}

.ccForm INPUT[type=text],
.ccForm SELECT,
.ccForm .braintree-form-control,
.ccForm .nmi-form-control,
.ccForm .paypal-form-control {
    width: 100%;
    max-width: 200px;
}

/*
SG: made controls non usable in the mobile mode
.ccForm .paypal-form-control.card_field {
    height: 2.0em;
}*/

.ccInfoDirectPost .paypal-button-container,
.ccInfoDirectPost .paypal-items-or-container,
.ccInfoDirectPost .payment-items-or-container,
.ccInfoDirectPost .nmi-apple-pay-button-container {
    max-width: 420px;
}

.ccInfoDirectPost .paypal-items-or-container,
.ccInfoDirectPost .payment-items-or-container {
    text-align: center;
}

.ccInfoDirectPost .paypal-items-or-container .before-or,
.ccInfoDirectPost .payment-items-or-container .before-or {
    border-top: solid 1px #ccc;
    width: 25%;
    display: inline-block;
    height: 0.3em;
    margin-right: 1em;
}

.ccInfoDirectPost .paypal-items-or-container .after-or,
.ccInfoDirectPost .payment-items-or-container .after-or {
    border-top: solid 1px #ccc;
    width: 25%;
    display: inline-block;
    height: 0.3em;
    margin-left: 1em;
}

.ccForm .addressContainer INPUT {
    width: 100%;
    max-width: 400px;
}

.ccForm .braintree-form-control {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 36px;
    appearance: field;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: #ffffff;
    background-color: -moz-field;
    border: 1px solid #a5a2a5; /* more common color to make control to look the same in chrome and in the IE browsers */
}

.ccForm .nmi-form-control {
    display: block;
    min-height: 44px;
}

@media screen and (min-width: 768px) {
    .ccForm .nmi-form-control {
        min-height: 37px;
    }
}

@media screen and (max-width: 468px) {
    .ccForm .braintree-form-control {
        height: 25px;
    }
}

.ccForm .braintree-form-control#expiration-month,
.ccForm .braintree-form-control#expiration-year,
.ccForm .braintree-form-control#cvv {
    max-width: 70px;
}

.ccForm .nmi-form-control#nmi-cc-exp,
.ccForm .nmi-form-control#nmi-cc-cvv {
    max-width: 5.5em;
}

.ccForm .expirationTD {
    width: 70px;
}
/*
  makePayment
*/
.makePayment .accountNameHeader {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.makePayment B.subHeader
{
  font-size: 100%;  
}

.makePayment .indent1
{
  padding-left: 1em;    
}

.makePayment .buttonBox
{
  margin-top: 1em;    
}

.makePayment .infoContainer .infoLabel
{
    vertical-align: top;
    font-weight: bold;
}

.makePayment .paymentRequestControls .notes
{
  margin-left: 2em;
  margin-bottom: 0.5em;
  font-size: 90%;
  width: 400px;    
  font-style: italic;
}

.makePayment .billingProfileTopNote
{
  margin: 0 0 0.5em 1em;
  font-style: italic;     
}

.paymentMethod .captionLabel
{
  width: 12em;    
}

.paymentMethod .note
{
  font-style: italic;
  margin-bottom: 3px;
}

.noClasses,
.noClassesForRegistration
{
    color: #333;    
    text-align: center;
    border: solid 1px #d7d7d7;
    border-radius:10px;
    padding: 2em;
}

.pricesValidatorsContainer
{
  text-align: left;
  padding-left: 0.5em;    
  margin-bottom: 0.5em;
}

.panel.contactInfo {
    margin-bottom: 0px;
}

.panel.contactInfo .panel-heading.TableHeader {
    padding: 4px;

    position: relative;
}

    .panel.contactInfo .panel-heading span.pull-right {
        position: absolute;
        right: 4px;
        top: 5px;
    }

.contactInfoControls .registrationControls
{
  width: 250px !important;    
}

.txtEditable.udf_memo.wide
{
  width: 40em;  
}

.registrationControls.wide.udf_memo
{
  width: 99.4%;  
}

.regPrices TR.TableHeader TD
{
   text-align: center;    
}

.regPrices .itemControl
{
  text-align: left;
}

.regPrices .itemControl SELECT
{
   width: 100% !important;
}

.regPrices .item,
.regPrices .total,
.regPrices .desc,
.regPrices .updateButton
{
  text-align: left;
  /*padding-left: 1em;*//* Styles to remove with new flow */    
}

/* Styles to remove with new flow */    
.regPrices .total
{
  font-weight: bold;    
}

/* Styles to remove with new flow */    
.regPrices .price
{
  text-align: right;    
  /*padding-right: 1em;*/  
  white-space: nowrap !important;  
}

.newsItemTitle
{
 font-weight: bold;    
}

.newsItemContent:not(:last-child) {
    margin-bottom: 1em;
}


/*
  Class2 styles
*/

.dialog-bg
{
  background-image: none;   
}

TABLE.registrantClasses TR TD
{
  vertical-align: top;    
}

TABLE.registrantClasses TR TD.selector
{
  width: 12em;    
}

TABLE.registrantClasses TR TD.sep
{
  width: 3em;    
}

DIV.classLinkContainer
{
    font-size: 8pt;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: dotted 2px #000;
}

.classes2Selector .searchIntroMessage
{
    padding: 30px;
    background-color: #FFFFCC;  
    text-align: center;
    color: #000;  
    
    display: block;
}

.classes2Control .addClassLink
{
  font-weight: bold;    
}

.createAccount .addRegistrantPanel
{
  margin-top: 1em;    
}

.createAccount .wide.udf_memo.txtEditable
{
  width: 99%;    
}

.createAccount .addRegistrantPanel,
.classes2Control .addRegistrantPanel,
.dropins-form .addRegistrantPanel
{
    padding: 20px;    
    text-align: center;
    font-weight: bold;
}

.createAccount .removeRegistrantLink,
.classes2Control .removeRegistrantLink
{
   color: #fff;    
   font-weight: bold;
}

.panel.panel-collapsed .removeRegistrantLink {
    display: none;
}

/* powered by */
.poweredByTD {
    padding-left: 5px;
}

.poweredByContainer
{
  white-space: nowrap !important;    
  font-size: 8pt;  
  background-color: #d3d3d3; /* lightgray;*/
  opacity: 0.3;  
  filter: alpha(opacity=30);  
  float: right;
  clear: both;
  text-align: right;  
  width: auto;
  border-radius: 10px;
  padding-bottom:4px;
  padding-top:3px;
  padding-left: 6px;
  padding-right: 6px;

}

.poweredByContainer A,
.poweredByContainer A:visited,
.poweredByContainer A:hover
{
   text-decoration: none;    
}

.poweredByContainer A:hover
{
   text-decoration: underline;    
}

.poweredByContainer A.poweredByLink1
{
   text-decoration: none;  
   color: #000;
}

A.poweredByLink2
{
   text-decoration: underline !important;  
   color: #000;
}

A.poweredByLink2:hover
{
   text-decoration: none;  
}

/*
  store
*/

.products .indent1
{
  padding-left: 1em;    
}

.products .storeCategory
{
  margin-bottom: 0.5em;    
}

.products .parentStc
{
  margin-top: 0.5em;        
}

.productsList input.product-quantity {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    text-align: center;
}

.productsList .productLine TD,
.product .productLine TD {
    vertical-align: top;
}

.productsList .productLine .image,
.product .productLine .image
{
  text-align: center;  
  width: 1%;  
}

.productsList .proOptValue,
.product .proOptValue
{
  width: 8em;    
}

.productsList .productSelector .captionLabel,
.product .productSelector .captionLabel
{
  width: 6em;   
  white-space: nowrap;     
}

.productSelector .proSelectorTable td.addProductControls
{
    padding-top: 1em;
}

.productsList .proSelectorCnt,
.product .proSelectorCnt
{
   max-width: 22em;   
   width: 100%;
   padding: 0px;
   white-space: nowrap;     
}

.product .proSelectorCnt
{
}

.product .image
{
  margin: 0 5px 5px 0;
}

.productsList .proSelectorCnt .productSelector .proSelectorTable,
.product .proSelectorCnt .productSelector .proSelectorTable
{
   min-width: 15em;      
}

/* Do not wrap amount values */
.productSelector span.price,
span.amount-value {
    white-space: nowrap;
}

.productsList .productSeparator HR
{
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
}

.shoppingCart TR.totalRow TD.totalCaption
{
  text-align: left;    
  font-weight: bold;
}

.shoppingCartView  .price,
.shoppingCart .price
{
   width: 10%;        
   text-align: right;
   white-space: nowrap;
}

.shoppingCart td.actions
{
   text-align: center; 
   width: 10%;        
}

.shoppingCartView .totalRow TD,
.shoppingCart .totalRow TD
{
   font-weight: bold; 
}

.shoppingCart .productsList
{
  width: 100%;   
}

.shoppingCart .productsList TR.productLine TD,
.shoppingCart .productsList TR.totalRow TD
{
  height: 2em;    
  vertical-align: middle;
}

.shoppingCart .productsList .headerRow TD
{
  font-weight: bold;    
}

.shoppingCartView  .productsList .productLine .qty,
.shoppingCart .productsList .productLine .qty
{
   width: 3.5em;    
}

.shoppingCart .productsList .productLine .qty input {
    min-width: 40px !important;
    width: 100%;
    text-align: center;
}

.shoppingCartView .productsList .productLine .productName,
.shoppingCart .productsList .productLine .productName
{
   width: auto;    
}

.shoppingCart INPUT.number
{
  text-align: right;    
}

.shoppingCart .TableWithBorders TD
{
  border-top: none;
}

.shoppingCart .validatorsLine TD
{
  padding: 0px;
}

.shoppingCart TABLE.message
{
  margin: 4px;    
}

.shoppingCart TABLE.message TR TD
{
  padding: 2px;    
}

.shoppingCartView .totalCaption,
.shoppingCart .totalCaption
{
  text-align: right;    
}

.shoppingCartView .registrationTable
{
  width: 100%;    
}

.shoppingCartView .registrationTable TD.itemPrice
{
    width: 10%;
}

.shoppingCartView  .productsList .productLine .qty
{
    text-align: center;    
}

.shoppingCartView .headerRow
{
  font-weight: bold;    
}

.shoppingCart .bottomNote
{
  font-size: 80%;
  margin-top: 1em;
  margin-left: 1em;
}

div.TableHeader.originalPadding,
tr.TableHeader.originalPadding > td {
    padding: 2px;
}

/*
  Shopping Cart Icon
*/

.shoppingCartIconMain
{
   position: relative;
   height:0px;
}

.shoppingCartIcon
{
  position: absolute;  
  z-index: 100;
   
  width: 100px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  
  background-repeat: no-repeat;
  padding-top: 2px;
  
  font-size: 11pt;
}

.shoppingCartIcon A,
.shoppingCartIcon A:hover,
.shoppingCartIcon A:visited
{
  color: #000;
}

.shopping-cart-stat {
    margin: 0px 8px;
    min-width: 68px;
}

.shopping-cart-stat,
.shopping-cart-stat tr td {
    border: none;
    
    font-weight: normal;
}

.shopping-cart-stat .shopping-cart-stat-value {
    text-align: center;
}

/* 
    SG: bootstrap styles defines the background
    so common styles here also will be ok
    it can be overridden for any template
*/
.dropdown-menu {
    color: #666;
    background-color: #fff;
}

.scAddCouponControls {
    margin-top: 5px;
}

.site_mode_links
{
  padding: 3px 0px 3px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: none !important;    
  
  /*font-size: 8pt;*/
  font-size: 85%;
}

.termsAndConditionsContent
{
  margin-top: 5px;
  width: auto;
  max-height: 200px;
  overflow: auto;    
}

.termsAndConditionsList .termsAndConditionsSpacer
{
    height: 40px;
}

.classSelection
{
  white-space: nowrap;    
}

.unsubscribeIntroText,
.unsubscribeCompletedText
{
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-top: 20px !important;
    font-size: 18px !important;    
}

.unsubscribeLinkContainer,
.unsubscribeLinkContainer A
{
  text-align: center !important;
  font-size: 30px !important;
}


.hintBox
{
  text-decoration: none !important;  

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-width: 1px  !important;
  border-bottom-style: dashed;
  
  display: inline;
}

IMG.res-img
{
  width: 100%;
  height: auto;    
}

.classTableGroupTR .classTableGroupTD
{
  padding-bottom: 1em;    
}

.accountSchedule .date
{
  width : 8em; 
  text-align: center;       
}

.accountSchedule .time
{
  width : 10em; 
  text-align: center;       
}

.accountSchedule .student
{
  width: 10em;    
}

.accountSchedule .actions
{
  white-space: nowrap;    
}

.accountSchedule .actions a {
    display: block;
}

    .accountSchedule .actions a + a {
        margin-top: 5px;
    }


.previewHeader hr {
    margin: 0px;
    border-top: 2px solid #000;
}

.topMessage {
    background-color: #eee;
}

div.topMessage {
    padding: 10px;
}

.topMessage.maintenanceMessage {
    background-color: #fff;
    border: 2px solid #e67e22;
    margin: 5px auto;
    max-width: 1024px;
}

.topMessage.maintenanceMessage p:first-child {
    margin-bottom: 0px;
}

.topMessage.maintenanceMessage p + p {
    margin-top: 5px;
}

@media screen and (max-width: 1035px) {
    .topMessage.maintenanceMessage {
        margin: 5px;
    }
}

.ie8 .bx-wrapper .bx-slider-item .bx-slider-img {
    visibility: visible !important;
    margin: 0px auto !important;
}

.ie8 .bx-wrapper .bx-slider-item {
    background: none !important;
    text-align: center !important;
}

.social-group,
.social-group ul.social-list {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    list-style: none;
}

.social-group ul.social-list li {
    float: left;
    display: block;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 100%;
}

td > input.register {
    margin: 5px 0px;
}

/* social media symbols */
@font-face {
	font-family: 'social-media';
    src:    url('fonts/social-media.eot?octf7d');
    src:    url('fonts/social-media.eot?octf7d#iefix') format('embedded-opentype'),
        url('fonts/social-media.ttf?octf7d') format('truetype'),
        url('fonts/social-media.woff?octf7d') format('woff'),
        url('fonts/social-media.svg?octf7d#social-media') format('svg');
    font-weight: normal;
	font-style: normal;
}

.social-media-icons
{
  padding: 10px 0px;
  overflow: hidden;
}

.social-media-icons a.social-media-link,
.social-media-icons a.social-media-link:visited,
.social-media-icons a.social-media-link:hover
{
  display: inline-block;
  margin-left: 10px;
  padding: 7px;
  text-align: center;
  
  width: 34px;
  height: 34px;
  
  text-decoration: none;
  color: #FFF;
  background-color: #ccc;
  
  border: solid 2px #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-media-icons A.social-media-link:hover .social-media-icon,
.social-media-icons .phone A.phone-link:hover
{
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
}

.social-media-icon {
	font-family: 'social-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	font-size: 16px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-media-icon.icon-envelope-o:before {
	content: "\f003";
}
.social-media-icon.icon-twitter:before {
	content: "\f099";
}
.social-media-icon.icon-facebook:before {
	content: "\f09a";
}
.social-media-icon.icon-envelope:before {
	content: "\f0e0";
}
.social-media-icon.icon-linkedin:before {
	content: "\f0e1";
}
.social-media-icon.icon-youtube-play:before {
	content: "\f16a";
}
.social-media-icon.icon-instagram:before {
	content: "\f16d";
}
.social-media-icon.icon-pinterest-p:before {
	content: "\f231";
}
.social-media-icon.icon-yelp,
.social-media-icon.icon-google-plus
{
  margin-left: 2px;
}
.social-media-icon.icon-yelp:before {
    content: "\f1e9";
}
.social-media-icon.icon-google-plus:before {
    content: "\f0d5";
}

.social-media-icon.icon-whatsapp:before {
    content: "\ea93";
}

.social-media-icon.icon-tiktok:before {
    content: "\e900";
}

.social-media-icon.icon-blog:before {
    content: "\e901";
}

.social-media-icon.icon-phone:before {
	content: "\f095";
}
.social-media-icon.icon-youtube3:before {
	content: "\e600";
}

.social-media-icons .phone
{
  clear: both;
  float: none;
  text-align: center;
  padding: 10px 0px 5px;

  display: none;
}

.social-media-icons .phone,
.social-media-icons .phone A.phone-link,
.social-media-icons .phone A.phone-link:visited,
.social-media-icons .phone A.phone-link:hover
{
  font-size: 130%;
  line-height: 1em;
  
  text-decoration: none;
}

.smsOptInOption .popover {
    max-width: 400px;
}

/* bootstrap style override */
div.panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel.panel-collapsed .panel-heading {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.wideEditForm {
    width: 100%;
}
table.wideEditForm td.label {
    width: 10em;
}
table.wideEditForm.studentControls td.label {
    width: 6em;
}

/* Apply top padding for the contact Info table cells */
table.contactInfoControls > tbody > tr > td {
    padding-top: 6px;
    padding-bottom: 3px;
}

table.contactInfoControls > tbody > tr > td .label {
    padding-bottom: 4px;
    display: block;
}

table.contactInfoControls > tbody > tr > td .label + br {
    display: none;
}

@media screen and (max-width: 769px) {
    table.contactInfoControls > tbody > tr:not(:first-child) > td {
        padding-top: 10px;
    }
}

.loginLinkNotice {
    font-size: 80%;
}
.loginLinkNotice.pull-right .link {
    float: right;
}

TD.classTableItemTD
{
  vertical-align: middle;
}

.dropins-form .classMeetingsGrid,
.dropins-form .classMeetingsGrid tr td:first-child,
.dropins-form .classMeetingsGrid tr th:first-child {
    border-left: none !important;
}

    .dropins-form .classMeetingsGrid,
    .dropins-form .classMeetingsGrid tr .last-cell,
    .dropins-form .classMeetingsGrid tr.TablePager td:first-child {
        border-right: none !important;
    }
        .dropins-form .classMeetingsGrid,
        .dropins-form .classMeetingsGrid tr:last-child td {
            border-bottom: none !important;
        }


.dropins-form .dropinSelector .filtersControls {
    padding: 10px 5px;
}

.dropins-form .dropinSelector .no-results {
    padding: 6px;
}

.dropins-form .dropinSelector .filtersControls .class-filter-info {
    padding-left: 1em;
}

.shopping-cart-stat-caption {
    white-space: nowrap;
}

.existingStudentControls .rbtOption.existing .studentControlContainer,
.existingStudentControls .rbtOption.new .studentControlContainer {
    padding-left: 1.3em;
}

.existingStudentControls .rbtOption.existing .rbt-existing-option,
.existingStudentControls .rbtOption.existing .studentControlContainer {
    float: left;
    display: block;
}
.existingStudentControls .rbtOption.existing .rbt-existing-option {
    margin-bottom: 3px;
}
.existingStudentControls .rbtOption.existing .studentControlContainer {
    min-width: 15.5em;
}

/*
    Collapsible Named Layout Table (Class Table)
*/

.group-row-header {
    cursor: pointer;
    cursor: hand;
}

    .group-row-header .group-caption {
        float: left;
        display: inline-block;
    }

    .group-row-header .btn-collapsible {
        float: right;
        display: inline-block;
        text-decoration: none !important;
        font-size: 200%;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings' !important;
        font-style: normal !important;
        font-weight: normal;
        line-height: 1 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-top: 10px;
        padding-right: 30px;
    }

    .group-row-header .btn-collapsible:hover
    {
        font-size: 200%;
    }

        .group-row-header .btn-collapsible:after {
            /*content: "\e252";*/ /*glyphicon-triangle-bottom*/
            content: "\e114"; /*glyphicon-chevron-down*/
        }

    .group-row-header.active .btn-collapsible:after {
        /*content: "\e253";*/ /*glyphicon-triangle-top*/
        content: "\e113"; /*glyphicon-chevron-up*/
    }

.hidden-group-row {
    display: none;
}

.active-group-row {
    
}

/*
    Class Item Named Layout Alignment (Class Calendar/Catalog)
*/

.classItemLeftAlignment {
    text-align: left;
}

.classItemCenterAlignment {
    text-align: center;
}

.classItemRightAlignment {
    text-align: right;
}

@media screen and (max-width:767px) {
    .classItemCenterAlignment a.register.wide-only,
    .classItemCenterAlignment td a.dropin.wide-only {
        margin: 0 auto;
    }

    .classItemRightAlignment a.register.wide-only,
    .classItemRightAlignment td a.dropin.wide-only {
        margin-left: auto;
    }
}

.classDetails .img-container,
.desc-popup-container .img-container,
.classDescriptionControl .img-container {
    text-align: center;
}

.desc-popup-container .img-container > div {
    margin-bottom: 10px;
}

.classDescriptionControl .img-container > div {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1em;
}

.classDetails .img-container > div,
.desc-popup-container .img-container > div,
.classDescriptionControl .img-container > div {
    display: inline-block;
}

.classDetails .img-container > div {
    margin: 10px;
}

.classDetails .classMeetingsSubHeading {
    padding-top:20px; 
}

.classDetails .registerWrapper {
  padding-bottom: 20px;
}

.classPage .social-group {  
  padding-top: 20px;
}



@media screen and (max-width: 990px) {
  .classDetails .img-container img {
        max-width: 350px !important;
    }
}

@media screen and (max-width: 767px) {
    .classDetails .img-container img {
        max-width: 250px !important;
    }
}

@media screen and (max-width:560px) {
    .classDetails .img-container {
        text-align: center !important;
    }

        .classDetails .img-container img {
            float: none !important;
        }
}

table .cls-img {
    min-width: 100px;
}

table td.loc-img img {
    max-width: 100%;
    height: auto;
    padding-left: 10px;
}

table td.loc-img {
    text-align: right;
}

@media screen and (min-width: 469px) {
    table td.loc-img:has(img) {
        width: 50%;
    }
}

@media screen and (max-width: 468px) {
    table td.loc-img {
        text-align: center;
        width: auto;
    }

    table td.loc-img img {
        padding-left: 0px;
    }
}

.instance-marker {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    padding: 5px;
    margin-top: 5px;
}

.myaccount-top-info .right-panel {
    margin: 2px;
}

@media screen and (min-width: 549px) {
    .myaccount-top-info .left-panel {
        float:left;
    }

    .myaccount-top-info .right-panel {
        float: right;
    }
}

.selectMakeupMeeting .date {
    width: 7em;
}

.selectMakeupMeeting .time {
    width: 10em;
    text-align: center;
}

.selectMakeupMeeting .student {
    width: 15em;
}

.selectMakeupMeeting .actions {
    white-space: nowrap;
}

.selectMakeupMeeting .filteredClmGrid {
    min-height: 55px;
}

.makeupsDemos .missedClmData {
    margin-top: 0.3em;
}

.makeupsDemos table.missedClmData td {
    padding-top: 0.2em;
    padding-right: 0.5em;
}

.makeupsDemos .cancel-filters .col-label {
    min-width: 120px !important;
}

table tr td:has(> .filtersControls) {
    max-width: 250px;
}

.udf_combo.main {
    margin-right: 10px;
}

.udf_combo.main.registrationControls {
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    .udf_combo.main {
        display: block;
        margin-bottom: 10px;
    }
}



/*
  Slideshow tweaks
*/

.bx-wrapper .bx-caption-overlay
{
  border-radius:15px;
  margin: 10px;
}
.bx-wrapper .bx-caption-overlay .bx-caption-button 
{
  border-radius:5px;
}
