/* Taken and adjusted from Bootstrap's grid system. */
.mbu-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .mbu-container:before, .mbu-container:after {
    content: " ";
    display: table; }
  .mbu-container:after {
    clear: both; }
  @media (min-width: 768px) {
    .mbu-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .mbu-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .mbu-container {
      width: 1170px; } }

.mbu-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .mbu-container-fluid:before, .mbu-container-fluid:after {
    content: " ";
    display: table; }
  .mbu-container-fluid:after {
    clear: both; }

.mbu-row {
  margin-left: -15px;
  margin-right: -15px; }
  .mbu-row:before, .mbu-row:after {
    content: " ";
    display: table; }
  .mbu-row:after {
    clear: both; }

.mbu-form-horizontal .mbu-form-group {
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px; }
  .mbu-form-horizontal .mbu-form-group:before, .mbu-form-horizontal .mbu-form-group:after {
    content: " ";
    display: table; }
  .mbu-form-horizontal .mbu-form-group:after {
    clear: both; }

.mbu-col-xs-1, .mbu-col-sm-1, .mbu-col-md-1, .mbu-col-lg-1, .mbu-col-xs-2, .mbu-col-sm-2, .mbu-col-md-2, .mbu-col-lg-2, .mbu-col-xs-3, .mbu-col-sm-3, .mbu-col-md-3, .mbu-col-lg-3, .mbu-col-xs-4, .mbu-col-sm-4, .mbu-col-md-4, .mbu-col-lg-4, .mbu-col-xs-5, .mbu-col-sm-5, .mbu-col-md-5, .mbu-col-lg-5, .mbu-col-xs-6, .mbu-col-sm-6, .mbu-col-md-6, .mbu-col-lg-6, .mbu-col-xs-7, .mbu-col-sm-7, .mbu-col-md-7, .mbu-col-lg-7, .mbu-col-xs-8, .mbu-col-sm-8, .mbu-col-md-8, .mbu-col-lg-8, .mbu-col-xs-9, .mbu-col-sm-9, .mbu-col-md-9, .mbu-col-lg-9, .mbu-col-xs-10, .mbu-col-sm-10, .mbu-col-md-10, .mbu-col-lg-10, .mbu-col-xs-11, .mbu-col-sm-11, .mbu-col-md-11, .mbu-col-lg-11, .mbu-col-xs-12, .mbu-col-sm-12, .mbu-col-md-12, .mbu-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.mbu-col-xs-1, .mbu-col-xs-2, .mbu-col-xs-3, .mbu-col-xs-4, .mbu-col-xs-5, .mbu-col-xs-6, .mbu-col-xs-7, .mbu-col-xs-8, .mbu-col-xs-9, .mbu-col-xs-10, .mbu-col-xs-11, .mbu-col-xs-12 {
  float: left; }

.mbu-col-xs-1 {
  width: 8.3333333333%; }

.mbu-col-xs-2 {
  width: 16.6666666667%; }

.mbu-col-xs-3 {
  width: 25%; }

.mbu-col-xs-4 {
  width: 33.3333333333%; }

.mbu-col-xs-5 {
  width: 41.6666666667%; }

.mbu-col-xs-6 {
  width: 50%; }

.mbu-col-xs-7 {
  width: 58.3333333333%; }

.mbu-col-xs-8 {
  width: 66.6666666667%; }

.mbu-col-xs-9 {
  width: 75%; }

.mbu-col-xs-10 {
  width: 83.3333333333%; }

.mbu-col-xs-11 {
  width: 91.6666666667%; }

.mbu-col-xs-12 {
  width: 100%; }

.mbu-col-xs-pull-0 {
  right: 0%; }

.mbu-col-xs-pull-1 {
  right: 8.3333333333%; }

.mbu-col-xs-pull-2 {
  right: 16.6666666667%; }

.mbu-col-xs-pull-3 {
  right: 25%; }

.mbu-col-xs-pull-4 {
  right: 33.3333333333%; }

.mbu-col-xs-pull-5 {
  right: 41.6666666667%; }

.mbu-col-xs-pull-6 {
  right: 50%; }

.mbu-col-xs-pull-7 {
  right: 58.3333333333%; }

.mbu-col-xs-pull-8 {
  right: 66.6666666667%; }

.mbu-col-xs-pull-9 {
  right: 75%; }

.mbu-col-xs-pull-10 {
  right: 83.3333333333%; }

.mbu-col-xs-pull-11 {
  right: 91.6666666667%; }

.mbu-col-xs-pull-12 {
  right: 100%; }

.mbu-col-xs-push-0 {
  left: 0%; }

.mbu-col-xs-push-1 {
  left: 8.3333333333%; }

.mbu-col-xs-push-2 {
  left: 16.6666666667%; }

.mbu-col-xs-push-3 {
  left: 25%; }

.mbu-col-xs-push-4 {
  left: 33.3333333333%; }

.mbu-col-xs-push-5 {
  left: 41.6666666667%; }

.mbu-col-xs-push-6 {
  left: 50%; }

.mbu-col-xs-push-7 {
  left: 58.3333333333%; }

.mbu-col-xs-push-8 {
  left: 66.6666666667%; }

.mbu-col-xs-push-9 {
  left: 75%; }

.mbu-col-xs-push-10 {
  left: 83.3333333333%; }

.mbu-col-xs-push-11 {
  left: 91.6666666667%; }

.mbu-col-xs-push-12 {
  left: 100%; }

.mbu-col-xs-offset-0 {
  margin-left: 0%; }

.mbu-col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.mbu-col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.mbu-col-xs-offset-3 {
  margin-left: 25%; }

.mbu-col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.mbu-col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.mbu-col-xs-offset-6 {
  margin-left: 50%; }

.mbu-col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.mbu-col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.mbu-col-xs-offset-9 {
  margin-left: 75%; }

.mbu-col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.mbu-col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.mbu-col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .mbu-col-sm-1, .mbu-col-sm-2, .mbu-col-sm-3, .mbu-col-sm-4, .mbu-col-sm-5, .mbu-col-sm-6, .mbu-col-sm-7, .mbu-col-sm-8, .mbu-col-sm-9, .mbu-col-sm-10, .mbu-col-sm-11, .mbu-col-sm-12 {
    float: left; }

  .mbu-col-sm-1 {
    width: 8.3333333333%; }

  .mbu-col-sm-2 {
    width: 16.6666666667%; }

  .mbu-col-sm-3 {
    width: 25%; }

  .mbu-col-sm-4 {
    width: 33.3333333333%; }

  .mbu-col-sm-5 {
    width: 41.6666666667%; }

  .mbu-col-sm-6 {
    width: 50%; }

  .mbu-col-sm-7 {
    width: 58.3333333333%; }

  .mbu-col-sm-8 {
    width: 66.6666666667%; }

  .mbu-col-sm-9 {
    width: 75%; }

  .mbu-col-sm-10 {
    width: 83.3333333333%; }

  .mbu-col-sm-11 {
    width: 91.6666666667%; }

  .mbu-col-sm-12 {
    width: 100%; }

  .mbu-col-sm-pull-0 {
    right: 0%; }

  .mbu-col-sm-pull-1 {
    right: 8.3333333333%; }

  .mbu-col-sm-pull-2 {
    right: 16.6666666667%; }

  .mbu-col-sm-pull-3 {
    right: 25%; }

  .mbu-col-sm-pull-4 {
    right: 33.3333333333%; }

  .mbu-col-sm-pull-5 {
    right: 41.6666666667%; }

  .mbu-col-sm-pull-6 {
    right: 50%; }

  .mbu-col-sm-pull-7 {
    right: 58.3333333333%; }

  .mbu-col-sm-pull-8 {
    right: 66.6666666667%; }

  .mbu-col-sm-pull-9 {
    right: 75%; }

  .mbu-col-sm-pull-10 {
    right: 83.3333333333%; }

  .mbu-col-sm-pull-11 {
    right: 91.6666666667%; }

  .mbu-col-sm-pull-12 {
    right: 100%; }

  .mbu-col-sm-push-0 {
    left: 0%; }

  .mbu-col-sm-push-1 {
    left: 8.3333333333%; }

  .mbu-col-sm-push-2 {
    left: 16.6666666667%; }

  .mbu-col-sm-push-3 {
    left: 25%; }

  .mbu-col-sm-push-4 {
    left: 33.3333333333%; }

  .mbu-col-sm-push-5 {
    left: 41.6666666667%; }

  .mbu-col-sm-push-6 {
    left: 50%; }

  .mbu-col-sm-push-7 {
    left: 58.3333333333%; }

  .mbu-col-sm-push-8 {
    left: 66.6666666667%; }

  .mbu-col-sm-push-9 {
    left: 75%; }

  .mbu-col-sm-push-10 {
    left: 83.3333333333%; }

  .mbu-col-sm-push-11 {
    left: 91.6666666667%; }

  .mbu-col-sm-push-12 {
    left: 100%; }

  .mbu-col-sm-offset-0 {
    margin-left: 0%; }

  .mbu-col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .mbu-col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .mbu-col-sm-offset-3 {
    margin-left: 25%; }

  .mbu-col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .mbu-col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .mbu-col-sm-offset-6 {
    margin-left: 50%; }

  .mbu-col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .mbu-col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .mbu-col-sm-offset-9 {
    margin-left: 75%; }

  .mbu-col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .mbu-col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .mbu-col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .mbu-col-md-1, .mbu-col-md-2, .mbu-col-md-3, .mbu-col-md-4, .mbu-col-md-5, .mbu-col-md-6, .mbu-col-md-7, .mbu-col-md-8, .mbu-col-md-9, .mbu-col-md-10, .mbu-col-md-11, .mbu-col-md-12 {
    float: left; }

  .mbu-col-md-1 {
    width: 8.3333333333%; }

  .mbu-col-md-2 {
    width: 16.6666666667%; }

  .mbu-col-md-3 {
    width: 25%; }

  .mbu-col-md-4 {
    width: 33.3333333333%; }

  .mbu-col-md-5 {
    width: 41.6666666667%; }

  .mbu-col-md-6 {
    width: 50%; }

  .mbu-col-md-7 {
    width: 58.3333333333%; }

  .mbu-col-md-8 {
    width: 66.6666666667%; }

  .mbu-col-md-9 {
    width: 75%; }

  .mbu-col-md-10 {
    width: 83.3333333333%; }

  .mbu-col-md-11 {
    width: 91.6666666667%; }

  .mbu-col-md-12 {
    width: 100%; }

  .mbu-col-md-pull-0 {
    right: 0%; }

  .mbu-col-md-pull-1 {
    right: 8.3333333333%; }

  .mbu-col-md-pull-2 {
    right: 16.6666666667%; }

  .mbu-col-md-pull-3 {
    right: 25%; }

  .mbu-col-md-pull-4 {
    right: 33.3333333333%; }

  .mbu-col-md-pull-5 {
    right: 41.6666666667%; }

  .mbu-col-md-pull-6 {
    right: 50%; }

  .mbu-col-md-pull-7 {
    right: 58.3333333333%; }

  .mbu-col-md-pull-8 {
    right: 66.6666666667%; }

  .mbu-col-md-pull-9 {
    right: 75%; }

  .mbu-col-md-pull-10 {
    right: 83.3333333333%; }

  .mbu-col-md-pull-11 {
    right: 91.6666666667%; }

  .mbu-col-md-pull-12 {
    right: 100%; }

  .mbu-col-md-push-0 {
    left: 0%; }

  .mbu-col-md-push-1 {
    left: 8.3333333333%; }

  .mbu-col-md-push-2 {
    left: 16.6666666667%; }

  .mbu-col-md-push-3 {
    left: 25%; }

  .mbu-col-md-push-4 {
    left: 33.3333333333%; }

  .mbu-col-md-push-5 {
    left: 41.6666666667%; }

  .mbu-col-md-push-6 {
    left: 50%; }

  .mbu-col-md-push-7 {
    left: 58.3333333333%; }

  .mbu-col-md-push-8 {
    left: 66.6666666667%; }

  .mbu-col-md-push-9 {
    left: 75%; }

  .mbu-col-md-push-10 {
    left: 83.3333333333%; }

  .mbu-col-md-push-11 {
    left: 91.6666666667%; }

  .mbu-col-md-push-12 {
    left: 100%; }

  .mbu-col-md-offset-0 {
    margin-left: 0%; }

  .mbu-col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .mbu-col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .mbu-col-md-offset-3 {
    margin-left: 25%; }

  .mbu-col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .mbu-col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .mbu-col-md-offset-6 {
    margin-left: 50%; }

  .mbu-col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .mbu-col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .mbu-col-md-offset-9 {
    margin-left: 75%; }

  .mbu-col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .mbu-col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .mbu-col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .mbu-col-lg-1, .mbu-col-lg-2, .mbu-col-lg-3, .mbu-col-lg-4, .mbu-col-lg-5, .mbu-col-lg-6, .mbu-col-lg-7, .mbu-col-lg-8, .mbu-col-lg-9, .mbu-col-lg-10, .mbu-col-lg-11, .mbu-col-lg-12 {
    float: left; }

  .mbu-col-lg-1 {
    width: 8.3333333333%; }

  .mbu-col-lg-2 {
    width: 16.6666666667%; }

  .mbu-col-lg-3 {
    width: 25%; }

  .mbu-col-lg-4 {
    width: 33.3333333333%; }

  .mbu-col-lg-5 {
    width: 41.6666666667%; }

  .mbu-col-lg-6 {
    width: 50%; }

  .mbu-col-lg-7 {
    width: 58.3333333333%; }

  .mbu-col-lg-8 {
    width: 66.6666666667%; }

  .mbu-col-lg-9 {
    width: 75%; }

  .mbu-col-lg-10 {
    width: 83.3333333333%; }

  .mbu-col-lg-11 {
    width: 91.6666666667%; }

  .mbu-col-lg-12 {
    width: 100%; }

  .mbu-col-lg-pull-0 {
    right: 0%; }

  .mbu-col-lg-pull-1 {
    right: 8.3333333333%; }

  .mbu-col-lg-pull-2 {
    right: 16.6666666667%; }

  .mbu-col-lg-pull-3 {
    right: 25%; }

  .mbu-col-lg-pull-4 {
    right: 33.3333333333%; }

  .mbu-col-lg-pull-5 {
    right: 41.6666666667%; }

  .mbu-col-lg-pull-6 {
    right: 50%; }

  .mbu-col-lg-pull-7 {
    right: 58.3333333333%; }

  .mbu-col-lg-pull-8 {
    right: 66.6666666667%; }

  .mbu-col-lg-pull-9 {
    right: 75%; }

  .mbu-col-lg-pull-10 {
    right: 83.3333333333%; }

  .mbu-col-lg-pull-11 {
    right: 91.6666666667%; }

  .mbu-col-lg-pull-12 {
    right: 100%; }

  .mbu-col-lg-push-0 {
    left: 0%; }

  .mbu-col-lg-push-1 {
    left: 8.3333333333%; }

  .mbu-col-lg-push-2 {
    left: 16.6666666667%; }

  .mbu-col-lg-push-3 {
    left: 25%; }

  .mbu-col-lg-push-4 {
    left: 33.3333333333%; }

  .mbu-col-lg-push-5 {
    left: 41.6666666667%; }

  .mbu-col-lg-push-6 {
    left: 50%; }

  .mbu-col-lg-push-7 {
    left: 58.3333333333%; }

  .mbu-col-lg-push-8 {
    left: 66.6666666667%; }

  .mbu-col-lg-push-9 {
    left: 75%; }

  .mbu-col-lg-push-10 {
    left: 83.3333333333%; }

  .mbu-col-lg-push-11 {
    left: 91.6666666667%; }

  .mbu-col-lg-push-12 {
    left: 100%; }

  .mbu-col-lg-offset-0 {
    margin-left: 0%; }

  .mbu-col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .mbu-col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .mbu-col-lg-offset-3 {
    margin-left: 25%; }

  .mbu-col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .mbu-col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .mbu-col-lg-offset-6 {
    margin-left: 50%; }

  .mbu-col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .mbu-col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .mbu-col-lg-offset-9 {
    margin-left: 75%; }

  .mbu-col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .mbu-col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .mbu-col-lg-offset-12 {
    margin-left: 100%; } }
.widefat.dtq-mbu-grid-table > thead > tr > th,
.widefat.dtq-mbu-grid-table > thead > tr > td {
  background-color: #898989;
  color: #fff; }
  .widefat.dtq-mbu-grid-table > thead > tr > th a,
  .widefat.dtq-mbu-grid-table > thead > tr > td a {
    color: #fff; }
.widefat.dtq-mbu-grid-table > tbody > tr:nth-child(odd) th, .widefat.dtq-mbu-grid-table > tbody > tr:nth-child(odd) td {
  background-color: #f9f9f9; }

.wrap legend {
  font-weight: 700;
  font-size: 16px; }

.widefat th.mbu-merged-cell,
.widefat td.mbu-merged-cell {
  text-align: center; }

.mbu_content {
  position: relative;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 10px 20px; }
  .mbu_content .mbu_add_button {
    position: absolute;
    top: 10px;
    right: 15px; }

.mbu_login,
.mbu_registration {
  border-top: 1px solid #bebebe;
  padding-top: 30px; }

.dtq-mbu-grid .mbu-status {
  width: 6em; }
  .dtq-mbu-grid .mbu-status img {
    margin-right: 5px;
    vertical-align: bottom; }
.dtq-mbu-grid .mbu-datetime {
  width: 7em; }
.dtq-mbu-grid .mbu-actions {
  width: 45px; }
  .dtq-mbu-grid .mbu-actions a {
    text-decoration: none; }

.mbu-prayer-times-detail .widefat,
.mbu-weekday-prayers-detail .widefat,
.mbu-lectures-detail .widefat,
.mbu-registration .widefat,
.mbu-profile .widefat {
  width: 100%; }

.mbu-prayer-times-detail .mbu-regular-prayer-times th,
.mbu-prayer-times-detail .mbu-regular-prayer-times td,
.mbu-lectures-detail th,
.mbu-lectures-detail td,
.mbu-registration .widefat th,
.mbu-registration .widefat td,
.mbu-profile .widefat th,
.mbu-profile .widefat td {
  padding: 5px; }

.mbu-registration .widefat th, .mbu-registration .widefat td,
.mbu-profile .widefat th,
.mbu-profile .widefat td {
  border: 1px solid #eee; }

.mbu-prayer-times-detail .mbu-regular-prayer-times th {
  width: 13em;
  vertical-align: top; }

.widefat.dtq-mbu-grid-table > thead > tr > th {
  background-color: #898989; }
  .widefat.dtq-mbu-grid-table > thead > tr > th.merged-cell {
    text-align: center;
    border-bottom: 0 none; }
.widefat.dtq-mbu-grid-table > thead > tr > td {
  background-color: #898989; }
.widefat.dtq-mbu-grid-table > thead > tr > > th,
.widefat.dtq-mbu-grid-table > thead > tr > > td,
.widefat.dtq-mbu-grid-table > thead > tr > > th a,
.widefat.dtq-mbu-grid-table > thead > tr > > td a {
  color: #fff; }
.widefat.dtq-mbu-grid-table > tbody > tr:nth-child(odd) > th,
.widefat.dtq-mbu-grid-table > tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9; }

.mbu-form .form-table input.error,
.mbu-form .form-table select.error,
.mbu-form .form-table textarea.error {
  border: 2px solid #dd3d36; }
.mbu-form .form-table label.error {
  margin-left: 10px;
  color: #dd3d36; }

.form-control {
  display: block;
  width: 100%; }

textarea.form-control {
  height: auto; }

.mbu-prayer-times-separator,
.mbu-weekday-prayers-separator {
  margin-top: 10px;
  margin-bottom: 10px; }

.mbu-prayer-times-table td,
.mbu-weekday-prayers-table td,
.mbu-lectures-table td {
  padding: 0 5px 0 0; }

.mbu-validation-error {
  background-color: #dd3d36 !important; }
  .mbu-validation-error td {
    background-color: #dd3d36 !important;
    color: #fff !important; }

.mbu-regular-prayer-times-form tr th {
  width: 9em; }

.mbu-prayer-times-table,
.mbu-weekday-prayers-table,
.mbu-lectures-table {
  width: 100%; }

.mbu-prayer-times-table th,
.mbu-weekday-prayers-table th {
  width: 11em; }

.mbu-lectures-table th {
  width: 6em;
  vertical-align: top; }
.mbu-lectures-table td {
  vertical-align: top; }

.prayer-time-date-column,
.weekday-prayer-date-column,
.lecture-date-column {
  min-width: 5.5em; }

td.status-active {
  color: #090; }
td.status-cancelled {
  color: #C00;
  font-style: italic; }

.widefat.dtq-mbu-grid-table > thead > tr.merged-cell-headers > th {
  text-align: center; }
.widefat.dtq-mbu-grid-table .date-cell {
  width: 6em; }
.widefat.dtq-mbu-grid-table > tbody > tr:nth-child(odd) > td.confirmed-cell {
  background: #A7E6A1;
  text-align: center; }
.widefat.dtq-mbu-grid-table .confirmed-cell {
  background: #C0FFBA;
  text-align: center;
  font-size: 16px; }
.widefat.dtq-mbu-grid-table > tbody > tr:nth-child(odd) > td.rejected-cell {
  background: #E6A7A1;
  text-align: center; }
.widefat.dtq-mbu-grid-table .rejected-cell {
  background: #FFC0BA;
  text-align: center;
  font-size: 16px; }
.widefat.dtq-mbu-grid-table > tbody > tr:nth-child(odd) > td.pending-confirmation-cell {
  background: #B6C7E6;
  text-align: center; }
.widefat.dtq-mbu-grid-table .pending-confirmation-cell {
  background: #CFE0FF;
  text-align: center;
  font-size: 16px; }

#duty-assignments-tabs,
#offer-assignments-tabs,
#gabaim-editor {
  overflow: hidden;
  margin-bottom: 15px; }
  #duty-assignments-tabs .sortable-list-container,
  #offer-assignments-tabs .sortable-list-container,
  #gabaim-editor .sortable-list-container {
    float: left;
    width: 20em;
    margin-right: 30px;
    padding-bottom: 15px; }
    #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper,
    #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper,
    #gabaim-editor .sortable-list-container .sortable-list-wrapper {
      border: 1px solid #CCC;
      padding: 15px;
      margin-top: 10px; }
      #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area,
      #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area,
      #gabaim-editor .sortable-list-container .sortable-list-wrapper .instructions-area {
        padding: 5px;
        font-size: 12px;
        margin-top: -5px; }
        #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area .search,
        #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area .search,
        #gabaim-editor .sortable-list-container .sortable-list-wrapper .instructions-area .search {
          background: none;
          position: relative;
          margin-top: 5px;
          margin-bottom: 5px; }
          #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area .search .fa-search,
          #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area .search .fa-search,
          #gabaim-editor .sortable-list-container .sortable-list-wrapper .instructions-area .search .fa-search {
            position: absolute;
            font-size: 16px;
            margin-top: -7px;
            top: 50%;
            left: 10px;
            color: #ccc; }
          #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area .search input,
          #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper .instructions-area .search input,
          #gabaim-editor .sortable-list-container .sortable-list-wrapper .instructions-area .search input {
            text-indent: 25px;
            width: 100%;
            height: 35px; }
      #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper ul,
      #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper ul,
      #gabaim-editor .sortable-list-container .sortable-list-wrapper ul {
        margin-top: 0;
        margin-bottom: 0;
        min-height: 25px;
        border: 1px dashed #ccc;
        padding: 0 5px; }
        #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper ul li,
        #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper ul li,
        #gabaim-editor .sortable-list-container .sortable-list-wrapper ul li {
          margin: 5px 0;
          padding: 5px 10px;
          cursor: pointer; }
      #duty-assignments-tabs .sortable-list-container .sortable-list-wrapper.maxed-out-list,
      #offer-assignments-tabs .sortable-list-container .sortable-list-wrapper.maxed-out-list,
      #gabaim-editor .sortable-list-container .sortable-list-wrapper.maxed-out-list {
        border: 2px solid #0E0; }

#gabaim-editor .sortable-list-container {
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }
  #gabaim-editor .sortable-list-container .sortable-list-wrapper {
    border-width: 0;
    padding: 0;
    margin-bottom: 15px; }
    #gabaim-editor .sortable-list-container .sortable-list-wrapper.assigned-list-wrapper {
      margin-bottom: 30px; }
    #gabaim-editor .sortable-list-container .sortable-list-wrapper .instructions-area {
      padding: 5px 0; }
    #gabaim-editor .sortable-list-container .sortable-list-wrapper .sortable-list {
      width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      padding: 0 0 15px 0; }
      #gabaim-editor .sortable-list-container .sortable-list-wrapper .sortable-list .member-item {
        margin: 15px 0px 0px 15px;
        padding: 5px 10px;
        text-align: center;
        float: left;
        width: 20em; }

#duties-submit-buttons {
  clear: both; }

#mailchimp-status {
  margin: 7px 0; }

.mailchimp-loading {
  display: none; }

.mailchimp-groups-label {
  width: 15em; }

.forgot-password {
  padding-top: 7px; }

.ui-widget-content .member-available,
.ui-widget-content .offer-available {
  background: #dbd9ff; }
.ui-widget-content .offer-minjan {
  background: #90EE90; }

#duty-assignments-tabs .sortable-list-container .sortable-list li.member-family-member:first-child {
  margin-top: 10px; }
#duty-assignments-tabs .sortable-list-container .sortable-list .member-family-member {
  background: #90EE90;
  padding-left: 20px; }

#offer-assignments-tabs .sortable-list-container .sortable-list .member-family-member {
  background: #90EE90;
  padding-left: 20px; }

.member-name,
.offer-name {
  margin-bottom: 10px; }

.mbu-post-subject-text {
  font-style: italic;
  font-weight: 700;
  color: #ff7d44; }

.remind-me-column {
  width: 8em; }

.lecture-reminder-done {
  color: #090; }

.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear; }

.category-posts-list > li {
  padding: 5px 0;
  line-height: 1.5em;
  position: relative; }
  .category-posts-list > li .badge {
    position: absolute;
    right: 0; }

.media-heading .badge {
  vertical-align: middle; }

.navbar-nav li > a > .badge {
  margin-right: 3px;
  margin-left: 3px; }
.navbar-nav > li.dropdown .dropdown-menu li > a > .badge {
  position: absolute;
  right: 5px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
th.mincha-col {
  width: 4.5em; }

#toplevel_page_mbu_manage_prayer_times .wp-menu-image img {
  max-height: 20px;
  padding: 7px 0 0; }

@media (max-width: 1120px) {
  .mbu-row input.regular-text {
    width: 20em; } }
@media (max-width: 991px) {
  .mbu-row input.regular-text {
    width: 15em; } }
@media (max-width: 782px) {
  .mbu-row input.regular-text {
    width: 100%; } }
@media (max-width: 414px) {
  #gabaim-editor .ui-widget-content .sortable-list {
    width: 100%;
    margin: 0px;
    padding-bottom: 15px; }
  #gabaim-editor .member-item {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
    padding: 5px 0; } }

/*# sourceMappingURL=mbu.css.map */
