.schedule-page {
  display: block;
  min-width: 100%;
}

.schedule-page .hero {
  background-color: #006ea7;
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  height: 185px;
}

.schedule-page .title {
  padding: 20px;
  position: relative;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: -19px;
  display: block;
}

.schedule-page .schedule-dropdown {
  display: inline-block;
  float: left;
}

.schedule-page .inner-button-list {
  display: inline;
}

.schedule-page .button-list {
  display: inline;
  margin-right: 10%;
  float: right;
}

.schedule-page .button-list-wrapper {
  display: block;
  width: 100%;
  margin-top: -35px;
  position: absolute;
}

.schedule-page .button-list-wrapper saa-circle-button {
  margin: 9px;
}

.schedule-page .schedule-table {
  padding: 30px 0 20px 0;
  margin: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.schedule-page .schedule-table saa-circle-button {
  margin: 2px;
}

.schedule-page .schedule-list-drop-down {
  width: 330px;
  padding-left: 20px;
}

.schedule-page .schedule-rename-button {
  float: left;
  margin-top: 22px;
}

.schedule-page .empty-schedule-table {
  margin: 80px auto;
  width: 95%;
}

.schedule-page .empty-schedule-table-content, .schedule-page .empty-equipment-table-content {
  margin: 25px;
}

.schedule-page .empty-schedule-table-content saa-horizontal-button, .schedule-page .empty-equipment-table-content saa-horizontal-button {
  margin: 10px;
  display: block;
}

.schedule-page .empty-equipment-image {
  padding: 20px;
}

.schedule-page .empty-equipment-table table {
  width: 100%;
}

.schedule-page .equipment-table {
  padding: 1%;
  margin: 1%;
  border-bottom: 1px solid #e0e0e0;
  width: 98%;
  overflow: auto;
}

.schedule-page .equipment-table-spinner {
  position: relative;
}

.schedule-page .font-size-13px {
  font-size: 13px;
  cursor: inherit;
}

.schedule-page .schedule-findmyrep-button {
  padding-left: 8px;
  margin-top: 22px;
  float: left;
}

.schedule-page .schedule-findmyea-button {
  padding-left: 20px;
  margin-top: 22px;
  float: left;
}

.schedule-page .remove-cursor {
  cursor: auto;
}

.schedule-page .popup-message-container {
  height: 70px;
  margin-bottom: 0px;
}

.highlighted {
  border: 3px solid #f20;
  display: inline-block;
}

.popup-delete-view label.series-name {
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -10px !important;
  word-wrap: break-word;
}

.popup-delete-view label.model {
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-top: 2px !important;
  word-wrap: break-word;
}

.popup-delete-schedule-view .schedule-name, .popup-delete-ea-report-view .schedule-name {
  font-size: 25px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -10px !important;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.popup-delete-schedule-view .ea-report-name, .popup-delete-ea-report-view .ea-report-name {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -10px !important;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.schedule-dynamic-tooltip {
  max-width: 340px;
}

.schedule-dynamic-tooltip .login-button {
  float: left;
}

.schedule-dynamic-tooltip .tooltip-inner {
  text-align: left;
}

@media screen and (max-width: 500px) {
  .schedule-page .schedule-findmyrep-button {
    margin-top: 4px;
    margin-left: 14px;
  }
  .schedule-page .schedule-rename-button {
    margin-top: 21px;
    margin-left: 4px;
  }
  .schedule-page .schedule-ea-button {
    margin-top: 4px;
    margin-left: 24px;
  }
  .schedule-page .button-list {
    margin-right: 0px;
  }
  .schedule-page .button-list-wrapper saa-circle-button {
    margin: 12px 3px;
  }
}

@media screen and (max-width: 376px) {
  .schedule-page .schedule-rename-button {
    margin-top: 4px;
    margin-left: 21px;
  }
}

@media screen and (max-width: 360px) {
  .schedule-page .button-list-wrapper saa-circle-button {
    margin: 12px 3px;
  }
}

@media screen and (max-width: 320px) {
  .schedule-page .button-list-wrapper saa-circle-button {
    margin: 12px 0px;
  }
}

html.isios .schedule-page {
  cursor: pointer;
}

html.isios .schedule-page saa-circle-button {
  cursor: pointer;
}
