﻿body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 14px;
  min-width: 400px;
}

textarea {
  resize: vertical; /* user can resize vertically, but width is fixed */
  min-height: 30px;
}

.footer {
  margin: 20px 0 20px 0;
  text-align: center;
}

  .footer.text {
    margin: 0 auto;
    text-align: center;
    width: 300px;
  }

.logo-name {
  color: #e6e6e6;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 36px;
}

@media (min-width: 840px) {
  h2 {
    font-size: 25px !important;
  }
}

h2 {
  font-size: 21px;
}

.fc-toolbar > .fc-center {
  margin-top: 4px;
}

@media (max-width: 700px) {
  .fc-toolbar .fc-center {
    float: left !important;
  }
}

.fc-body tr td.fc-widget-content .fc-time-grid-container {
  height: 100% !important;
}

.fc-time-grid-event.fc-short .fc-time::before,
.fc-time-grid-event.fc-short .fc-time::after {
  content: none !important;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  width: 100%;
}

.fc-event .fc-content {
  text-align: center;
  cursor: pointer;
}

.fc-time-grid-event .fc-time {
  font-size: 1.1em;
}

.fc-widget-header {
  font-size: 15px !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fc-resource-cell {
  text-overflow: ellipsis;
  overflow: hidden;
}

.fc-time-grid .fc-slats td span {
  font-size: 1.3em;
}

.fc-event:hover {
  background-color: #007FFF;
}

.fc-today, .fc-nonbusiness {
  background-color: white !important;
}

.error {
  border-color: #ED5565;
  color: #ED5565;
}

.input-group-addon {
  padding: 0 10px 0 10px;
}

.modal-body {
  padding: 0px 30px;
}

.modal-dialog {
  width: 700px;
}

@media (max-width: 600px) {
  body {
    min-width: unset;
  }

  .modal-dialog {
    width: unset;
    margin: unset;
  }
}

.modal-footer {
  text-align: center;
}

label {
  font-weight: 400 !important;
}

.fc-time-grid .fc-slats td {
  height: 3.0em !important;
}

.fc-time-grid .fc-event {
  width: 95% !important;
  height: 39px !important;
}

.fc-time-grid a.unsetHeight.fc-event {
  height: unset !important;
  margin-bottom: 5px;
}

.fc-time-grid-event .fc-time {
  font-size: 1.1em !important;
  padding-top: 5px !important;
}

.bothEvents .fc-time-grid .fc-slats td {
  height: 7em !important;
}

.bothEvents .fc-time-grid .fc-event {
  width: 95% !important;
  height: 35px !important;
}

.bothEvents .fc-time-grid-event .fc-time {
  font-size: 1.1em !important;
  padding-top: 5px !important;
  white-space: pre-wrap;
}

#divExtraMessage label {
  cursor: pointer;
}

.addeventatc {
  margin-top: 20px !important;
}

.showDelPopUp {
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

.checkbox {
  padding-left: unset !important;
}

.warning, .warning2, #error-msg, #error-msgPass {
  color: #ed5565;
}

.bothEvents .fc-time-grid .fc-event.eventCalendar {
  height: unset !important;
}

.event.fc-event.eventCalendar {
  height: unset !important;
}

.eventCalendar.eventCol1 {
  width: 98% !important;
}

.eventCalendar.eventCol2 {
  width: 49% !important;
}

.eventCalendar.eventCol3 {
  width: 32% !important;
}

.eventCalendar.eventCol4 {
  width: 24% !important;
}

.eventCalendar.eventCol5 {
  width: 19% !important;
}

.eventCalendar.eventCol6 {
  width: 15% !important;
}

.iti__flag {
  background-image: url("~/Content/plugins/intl-tel-input/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("~/Content/plugins/intl-tel-input/flags@2x.png");
  }
}

#EventPassModal .radio label::before {
  display: none !important;
}

.passList {
  list-style-type: none !important;
  padding-left: 0px;
}

  .passList table {
    float: right;
    width: 580px;
    margin-left: 10px;
  }

    .passList table tr:first-child {
      font-size: 19px;
    }

    .passList table td:first-child {
      width: 80%;
    }


@media (min-width: 715px) {
  #EventPassModal .modal-dialog {
    width: 700px !important;
  }
}

@media (max-width: 715px) {
  .passList table {
    width: 100% !important;
  }
}

/*@media (max-width: 525px) {
  .passList table {
    width: 100% !important;
  }
}*/
.bothEvents .fc-time-grid .fc-event.diagonalCross2 {
  height: unset !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.diagonalCross2 {
  /*width: 101%;*/
  height: unset !important;
  /*background: linear-gradient(to top right, transparent calc(50% - 1px), red, transparent calc(50% + 1px) ) !important;*/
  border-color: transparent !important;
  background-color: transparent !important;
}

.fc-event.busyTermX {
  border-color: transparent !important;
  background-color: transparent !important;
}

  .fc-event.busyTermX:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    cursor: default !important;
  }

.busyTermX .fc-content {
  cursor: default !important;
}

.busyTermX .fc-time {
  color: #000 !important;
}

.busyTermX .fc-title {
  color: transparent !important;
}

.opacityEvent:hover {
  opacity: 0.8;
}

.bothEvents .fc-time-grid .fc-event.commonTerm2 {
  width: 45% !important;
}

.bothEvents .fc-time-grid .fc-event.commonTerm3 {
  width: 30% !important;
}

.bothEvents .fc-time-grid .heightUnset {
  height: unset !important;
}

.heightUnset div.fc-content {
  top:35% !important;
}
.heightUnset div.fc-content.ignore {
  top: unset !important;
}
.heightUnset div.fc-time {
  top: 35% !important;
}
.fc-event.heightUnset {
  height: unset !important;
}

#tblClientDetails tbody tr td {
  padding-right: 15px;
  vertical-align: top;
}