/* Sticky footer styles
-------------------------------------------------- */
html {
  min-height: 100%;
  position: relative;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 62px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 62px;
  background-color: #f5f5f5;
}

.boxed-layout .sticky-footer {
  width: inherit;
}

/*Registration and Login Page v1
------------------------------------*/
.reg-page {
	color: #555;
	padding: 30px;
	background: #fefefe;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #eee;
}

/*Reg Header*/
.reg-header {
	color: #555;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: solid 1px #eee;
}

.reg-header h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

/*Reg Forms*/
/*.reg-page label {
	color: #777;
}*/


.modal-body {
    max-height: 600px;
    max-height: -moz-calc(100% - 210px);
    max-height: -webkit-calc(100% - 210px);
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
/*.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}*/
#calendar .fc-center h2 {
    font-size: 18px;
    font-weight: bold;
}
#calendar .fc-unavailable {
    background-image: url('../img/unavailable.jpg');
    font-weight: bold;
    color: #500;
    opacity: 0.9;
}
#calendar .fc-break {
    background-image: url('../img/break.jpg');
    font-weight: bold;
    color: #500;
    opacity: 0.4;
}
#calendar .fc-holiday {
    background-image: url('../img/holiday.jpg');
    font-size: 16px;
    font-weight: bold;
    color: #000;
    opacity: 0.8;
}
#calendar .fc-tutor-holiday {
    background-image: url('../img/tutor-holiday.jpg');
    font-size: 16px;
    font-weight: bold;
    color: #000080;
    opacity: 0.8;
}
#calendar .fc-event{
    cursor: pointer;
}

/*#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #eee;
     opacity:.5;
     z-index: 99;
     height: 100%;
}
#preloader1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: #f0f8ff6b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s linear;
}*/

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../img/preloader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }
.fc-ltr .fc-resource-area tr > * {
    text-align: center !important;
}
span.fc-title {
    margin-left: -10px !important;
    padding: 10px !important;
    text-overflow: ellipsis;
    white-space: pre-line;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 1 !important;
}
.ui-datepicker-month {
    color:#000;
}
.ui-datepicker-year {
    color:#000;
}
.breadcrumb .label {
    font-size: 14px;
    font-weight: bold;
}
.popover-content .appt-notes{
    min-width: 448px !important;
    white-space: pre-wrap;
    max-height: 100px;
    overflow-y:auto !important;
}
.color-box {
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #fff;
    font-weight: bold;
}
.dialog-box {
    z-index: 100000 !important
}
.intext
{
    height:30px;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
}

.modal {
  z-index: 1070 !important;
}

.ui-datepicker{
    z-index: 100000 !important;
}

   
