﻿/*********************** U S E R   C O N T R O L   S T Y L E S *******************/
/*
  Calendar formatting options panel
*/
.calendarFormattingOptions SELECT
{
  width : 15em;
}

.classCalendarSettings .calendarFormattingOptions
{
  margin-left: 3em;    
}

/*
  Custom user controls styles
*/
.dayOfWeek .mainControls SELECT
{
   width: auto !important;	
}

.dayOfWeek .mainControls .customRbt
{
  vertical-align: top;
  padding-top: 0.1em;	
}

.timeOfDay TABLE.controls TR TD
{
  padding: 0px;	
}

.timeOfDay SELECT
{
  width: auto;	
}

.timeOfDay TABLE.controls TR TD.note
{
  padding-bottom: 10px;
}

.meetsForMinutes SELECT
{
  width: auto !important;		
}

.featureDisabledNote
{
  border: solid 1px #CCCCCC;
  background-color: #FFFFEE;
  padding: 10px;
  margin: 10px;
  text-align: center;    
  color: Red;
}

.scheduleControls TABLE TR TD
{
  white-space: nowrap;	
}

.scheduleControls TABLE TR TD.validatorsContainer
{
  padding: 0px;
}

.scheduleControls TABLE TR TD.validatorsContainer .txtValidator
{
  padding: 0px;
  display: block;
}

.accountAndContactDetailsPopup .accountDetailsContentBlock {
    margin-left:15px;
    overflow-y: auto; 
    max-height: 200px;
}

@media all and (max-width: 769px) {
    .accountAndContactDetailsPopup .accountDetailsContentBlock {
        margin-left:5px;
        max-height: none;
    }    
}

.mediaSelector .rbtOption .radio label {
    min-width: 112px;
}

.mediaSelector .rbtOption .copyPredefinedSlideshow {
    display: block;
}

.layoutFormattedFieldFormatControl {
    display: inline-block;
}

@media all and (min-width: 990px) {
    .mediaSelector .rbtOption .copyPredefinedSlideshow {
        margin-left: 0px !important;
        display: inline-block;
    }
}

@media all and (max-width: 768px) {
    .layoutFilter .rbtOption:not(:first-child) {
        padding-top: 10px;      
    }

    .priceReferencedItems div.rbtOption:not(:first-child) 
    /* .itemsSelector div.rbtOption:not(:first-child)*/ {  
        padding-top: 10px;
    }
}

.overrideTerms .wideTermItem .term-default {
    padding-top: 10px;
    width: auto !important;
}

.overrideTerms .wideTermItem .term-override {
    width: auto !important;
    padding: 5px 0;
}

.overrideTerms .wideTermItem input {
    max-width: 768px;
    width: 100%;
}

@media (max-width: 768px) {
    .overrideTerms .wideTermItem .term-default {
        padding-top: 20px;
    }
}

.classTeachers {
    max-width: 725px;
}

    .classTeachers .hideTeachers,
    .classTeachers .hideTeachers:hover {
        margin-left: 30px;
    }

    .classTeachers table tr th.chk {
        min-width: 80px;
    }

    .classTeachers TD.cmb .selectize-control {
        max-width: none;
        background-color: unset;
    }

    .classTeachers TD.rate {
        width: 6em;
    }

    .classTeachers TD.yesNo {
        width: 5em !important;
    }

    .classTeachers table.footable tr .footable-first-column {
        width: 1%;
    }

@media (min-width: 1024px) {
    .classTeachers table.footable tr .footable-first-column {
        display: none !important;
    }
}

.classTeacherConfirmations .classTeacherConfirmationInfo .classTeacherUnconfirm a {
    display: block;
}

@media (min-width: 769px) {
    .classTeacherConfirmations .classTeacherConfirmationInfo td:first-child {
        padding-right: 30px;
    }

    .classTeacherConfirmations .classTeacherConfirmationInfo .classTeacherUnconfirm a {
        display: inline;
    }

    .classTeacherConfirmations .classTeacherConfirmationInfo .classTeacherConfirmedInfo {
        padding-right: 10px;
    }
}