.no-display {
  display: none;
}
.no-padding {
    padding: 0px 0px !important;
}
.no-margin {
    margin: 0px 0px !important;
}
.pointer {
  cursor: pointer;
}

a.underline:hover {
  text-decoration: underline;
}

/*
body.frontend.inFrame {
  background-color: white;
  overflow: hidden;
}
*/

/* Header */
#header .h-inner { 
    padding: 13px 0px; 
    text-align: center; 
}
#header .h-inner a { 
    color: white; 
    font-size: 16px;
}
#header .h-inner a:hover { 
    font-style: none; 
}
#header .h-inner span { 
    line-height: 25px;
}

/* Footer */
.frontend #main #content { padding-left: 0px; padding-right: 0px; }
.frontend #footer { padding-left: 15px; padding-right: 15px; }
.frontend #footer {
    padding-top: 15px;
}

.backend #main { padding-bottom: 40px; }
.backend #footer { height: 40px; padding-top: 0px; }
.backend #footer p { padding-top: 0px; }

#footer a.login {
    color: inherit;
    color: inherit;
}

/* Home */
.bgm-lightGray {
    background-color: lightGray;
}
.p-l-12 {
    padding-left: 12px;
}
.participantsFieldDiv .btn {
  text-transform: none;
}
.participantsFieldDiv .dropdown-menu>li>a {
  padding: 14px 20px;
}
#amountOfPrayersSelected {
  white-space: nowrap;
}
#moreFields {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0px;
    overflow: hidden;
}




/* Override template */
.has-success .bootstrap-select>.btn-default {border-bottom-color: #67bd6a!important;}
.has-error .bootstrap-select>.btn-default {border-bottom-color: #f6675d!important;}
.block-header-calendar h2 {
    line-height: 30px;
}
.calendar-prev, .calendar-next {
    color: #adadad;
    font-size: 25px;
    vertical-align: middle;
}
.calendar-prev:focus, .calendar-next:focus {
    color: #adadad;
}
.calendar-prev:hover, .calendar-next:hover {
    color: #000;
}
#modal-day .modal-dialog {
    max-width: 280px;
    margin: 10px auto;
}
#modal-day .modal-dialog .prayer-title {
    margin: 10px 0px 5px 0px;
}
#modal-day .modal-dialog .progress {
    height: 2px;
    margin-bottom: 5px;
}
#modal-day .modal-dialog .prayer-pie-frame {
    float: right; 
    height: 90px; 
    width: 90px;
}
#modal-day .modal-dialog .prayer-pie {
    position: relative;
}
#modal-day .modal-dialog .prayer-pie .people {
    font-size: 24px; 
    margin-top: 33px; 
    position: absolute; 
    font-weight: 300; 
    width: 100%; 
    line-height: 100%;
    text-align: center;
}
.fc-unthemed td.fc-today {
    background-color: white;
}
.fc-unthemed .fc-disabled-day {
    background-color: gray;
}
#chat {
  height: 100%;
  top: 0px;
  z-index: 103;
}


/* Small calendar */
.calendar-container.small {
  max-width: 750px;
  margin: 0 auto;
}
.calendar-container.hide-images .fc-header-toolbar {
  display: none;
}

/* Rounded checkboxes. */
.rounded-checkbox {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0px 2px;
  vertical-align: middle;
  position: relative;
}
.rounded-checkbox label {
  background-color: #fff;
  border: 2px solid;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1em;
  width: 1em;
  border-color: #ccc;
}
.rounded-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.rounded-checkbox input[type="checkbox"]:checked + label {
  background-color: #ccc;
}
.rounded-checkbox input[type="checkbox"]:disabled + label {
  cursor: default;
}

.rounded-checkbox.shacharit label {
    border-color: #00BCD4;
}
.rounded-checkbox.shacharit input[type="checkbox"]:checked + label {
  background-color: #00BCD4;
}
.rounded-checkbox.mincha label {
    border-color: #009688;
}
.rounded-checkbox.mincha input[type="checkbox"]:checked + label {
  background-color: #009688;
}
.rounded-checkbox.maariv label {
    border-color: #FFC107;
}
.rounded-checkbox.maariv input[type="checkbox"]:checked + label {
  background-color: #FFC107;
}
.tefillotList .shacharit {
    color: #00BCD4;
}
.tefillotList .mincha {
    color: #009688;
}
.tefillotList .maariv {
    color: #FFC107;
}



/* Login page. */
.login-content {
    background-color: #607d8b;
}
.lcb-navigation a:hover span {
    width: calc(100% - 50px);
    margin-left: 10px;
}
.lcb-navigation a[data-ma-block="#l-login"]:hover {
    width: 100px;
}
.lc-block .logo {
  margin-bottom: 20px;
}


/* Make google maps autocomplete appear over popups */
.pac-container {
  z-index: 99999999999999999999999;
}