.data-label {
  font-weight: bold;
  font-size: 14px;
}

.data-element {
  font-size: 14px;
}

.program-meta {
  font-weight: bold;
  font-size: 16px;
}

.fa-ellipsis-v {
  cursor: move;
  color: #ccc;
}

.participant-data-top {
  font-size: 18px;
  font-weight: bold;
}

.smart-logo {
  height: 40px;
}

#dash_first_widget_row {
  margin-top: 2em;
}

.dash-widget {
  margin-bottom: 2em;
  margin-right: 1em;
  background-color: #fff;
}

.flag-question {
  color: red;
}

.green-text {
  color: green;
}

#program_meta {
  margin-bottom: 2em;
}

#all_widgets_area {
  margin-top: 2em;
}

.highlight-red {
  color: red;
}

.top-widget {
  background-color: #fff;
  margin-right: 1em;
  text-align: center;
  margin-bottom: 1em;
  border: 1px;
  border-color: #000;
  border-style: solid;
}

.assessment-score {
  font-family: inherit;
  width: 100px;
  margin-left: 14px;
  background-color: #eee;
  padding: 8px 12px;
  border: 1px solid #aaa;
}

.subjective-score {
  font-family: inherit;
  width: 100px;
  margin-left: 14px;
  padding: 8px 12px;
  border: 1px solid #aaa;
}

.text-white {
  color: white;
  font-family: sans-serif;
}

.bold {
  font-weight: bold;
}

.slightlyBold {
  font-weight: 400;
}

.font-normal {
  font-family: sans-serif;
}

.font-line-height {
  line-height: 1.6;
}

.white-button {
  background-color: white;
}

.complimentary-accent-color {
  color: #ff5432;
  font-family: sans-serif;
}

.grey-font-color {
  color: #58585a;
  font-family: sans-serif;
}

.alt-background {
  background-color: #efefef;
}

.lighter-blue {
  color: #159ad8;
}

.base-blue {
  color: #007db6;
}

.base-blue-background {
  background-color: #159ad8;
}

.font-size-small {
  font-size: 11px;
}

.transparent {
  background-color: transparent;
}

.font-size-xs {
  font-size: 9.5px;
}

.float-right {
  float: right;
}

.vertical-center {
  padding: 10% 0;
}

.littleLessBold {
  font-weight: 550;
}

#specialInput {
  background-color: transparent;
  color: white;
}

#specialInput:focus {
  border: 3px solid white;
  color: white;
  font-size: 11px;
}

.testingBackground {
  background-color: white;
  border-radius: 25px;
}

.middleCard {
  margin-left: 10rem;
  margin-right: 10rem;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-text {
  font-size: 13px !important;
  font-family: sans-serif !important;
  font-weight: 500 !important;
  color: #58585a;
}

.bottomNavBar {
  color: #efefef;
  background-color: #58585a;
}

.bottomNavVerticalCenter {
  padding: 1% 0;
  color: #efefef;
}

.center {
  text-align: center;
}

.blueBar {
  height: auto;
  background-color: #159ad8;
  margin-bottom: 0px;
  margin-top: 0px;
}

.blueCard {
  background-color: #159ad8;
  color: white;
}

.greyBar {
  height: auto;
  background-color: #efefef;
  margin-bottom: 0px;
}

.greyCard {
  background-color: #efefef;
  color: #58585a;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.greyBarVerticalCenter {
  line-height: 30px;
  height: 400px;
  padding: 7% 0;
}

.card-text2 {
  font-size: 14px !important;
  font-family: sans-serif;
  line-height: 1.7;
}

.card-img-top {
  width: 100%;
  height: 16vw;
  object-fit: scale-down;
  align-content: flex-start;
}

.grid-container {
  display: inline-grid;
}

.removePadding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.responsive {
  width: 100%;
  height: auto;
}

.centerGrey {
  padding: 7% 0;
}

.qtr {
  width: 100px;
  height: 70px;
}

.NavbarSpecial {
  background-color: white;
  display: flex;
  padding: 4px;
  font-family: sans-serif;
}

.Navbar__Link {
  padding-right: 8px;
}

.Navbar__Items {
  display: flex;
}

.Navbar__Items--right {
  margin-left: auto;
  padding: 0% 0;
}

.Navbar__Link-toggle {
  display: none;
}

.verticalCenterParagraph {
  padding: 10% 0;
}

.moveCardUp {
  position: relative;
  top: -60px;
}

navImage {
  max-width: 35px;
  margin-top: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .mobileMoveCardUp {
    position: relative;
    top: -112px;
  }
  .mobileNavImage {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5px;
  }
  .left-align {
    text-align: center !important;
  }
  .mobileRowHeight {
    height: 10px;
  }
  .mobileGreyCenter {
    margin-bottom: 5rem;
  }
  .mobileGreyBar {
    background-color: #efefef;
    margin-bottom: 0px;
    padding-top: 2%;
    text-align: center;
    height: 60px;
  }
  .mobileFeatureCardMarginBottom {
    margin-bottom: 5rem;
  }
  .topBlueBar {
    background-color: #159ad8;
    padding: 15% 0;
    text-align: center;
  }
  .divHeight {
    height: 18em !important;
  }
  .mobileMarginRight {
    margin-right: 2rem;
  }
  .vertical-Center3 {
    margin-top: 2rem;
    top: 8%;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #background-wrapper {
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: local;
    height: 20em;
    margin-top: 0;
    padding: 0;
  }
  .largeTextSize {
    font-size: 14px;
  }
  .smallTextSize {
    font-size: 11px;
  }
  .Navbar__Items,
  .NavbarSpecialMobile {
    flex-direction: column;
  }
  .Navbar__Items {
    display: none;
  }
  .Navbar__Items--right {
    visibility: hidden;
  }
  .NavbarHide {
    display: none;
  }
  .Navbar__ToggleShow {
    display: inline-flex;
  }
  .Navbar__Link-toggle {
    align-self: flex-end;
    display: flex;
    position: absolute;
    cursor: pointer;
  }
  .NavbarMobilePadding {
    padding: 2% 0;
  }
  .NavbarNoMargin {
    margin-left: 0 !important;
  }
  .NavButtonLeft {
    display: flex;
    align-items: left;
  }
  .NavButtonMargin {
    margin-bottom: 4rem;
  }
  .mobileTextCenter {
    text-align: center !important;
  }
  .mobileImageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .inputGrey {
    color: #58585a;
    background-color: white;
  }
  .mobileNoMargin {
    margin-left: 1rem !important;
  }
  .mobileNoBottomMargin {
    margin-bottom: 2rem !important;
    margin-left: 1rem !important;
  }
  .mobileTopMargin {
    margin-top: 1rem;
  }
  .mobileAbsNoMarginPadding {
    margin: 0;
    padding: 0;
  }
  .mobileLittleMargin {
    margin: 1%;
  }
  .inputWidth {
    width: 100%;
    max-width: 150px;
  }
  .specialInput2 {
    background-color: white !important;
    color: #58585a !important;
    border: 1px;
  }
  .specialInput2:focus {
    border: 3px solid #007db6 !important;
    color: #58585a !important;
    font-size: 11px !important;
  }
  .mobileCenterImages {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobileCenter {
    text-align: center !important;
  }
}
.specialButton:focus {
  background-color: white;
  color: #007db6;
}

.button-vertical-center {
  padding: 8% 0;
  margin-left: 1rem;
}

.greyVerticalCenter {
  padding: 10% 0;
}

.card-text3 {
  font-size: 13px !important;
  font-family: sans-serif !important;
  font-weight: 500 !important;
  color: white;
}

.larger-img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.responsiveImage {
  max-width: 100%;
  vertical-align: center;
}

.textLeft {
  text-align: left;
}

.boxesVerticalAlign {
  padding: 5% 0;
}

#background-wrapper {
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: local;
  height: 40em;
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .left-align {
    text-align: left !important;
  }
  .centerPricing {
    padding-top: 18%;
  }
  .vertical-Center2 {
    position: absolute;
    left: 0%;
    top: 40%;
    width: 100%;
    margin-left: 17rem;
  }
  .cardMarginBottom {
    margin-bottom: 10rem;
  }
  .moveCardDown {
    position: relative;
    top: 80px;
  }
  .rowHeight {
    height: 20px;
  }
  .topBlueBar2 {
    background-color: #159ad8;
    padding-top: 5%;
    text-align: center;
    height: 575px;
  }
  .bottomGreyBar2 {
    background-color: #efefef;
    margin-bottom: 0px;
    padding-top: 5%;
    text-align: center;
    height: 575px;
  }
  .buttonLeftAlign {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .left-align {
    text-align: left;
  }
  .ipadCenter {
    text-align: center !important;
  }
  .topBlueBar3 {
    background-color: #159ad8;
    padding: 15% 0;
    text-align: center;
  }
  .ipadGreyBar {
    background-color: #efefef;
    margin-bottom: 0px;
    padding-top: 3%;
    text-align: center;
    height: 200px;
  }
  .ipadCenterImages {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ipadMarginRight {
    margin-right: 2rem;
  }
  .ipadImageCenter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ipadMarginLeft {
    margin: 2%;
  }
  .ipadMarginAbove {
    margin-top: 3rem !important;
    padding: 1%;
  }
  .ipadBackgroundHeight {
    height: 22em !important;
  }
  .ipadCenter {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 0%;
  }
  .ipadNoTopMargin {
    margin-top: 0;
  }
  .ipadVerticalCenter {
    padding: 5% 0;
  }
  .ipadRowHeight {
    height: 15px;
  }
}
.topBlueBar {
  background-color: #159ad8;
  padding: 5% 0;
  text-align: center;
}

.whiteContent {
  background-color: white;
  padding: 7% 0;
  color: #58585a;
}

.right-align {
  text-align: right;
}

.openCircleBullet {
  list-style-type: circle;
}

.greyContent {
  background-color: #efefef;
  color: #58585a;
  padding: 7% 0;
}

.buttonPricingCenter {
  padding-top: 12%;
}

.cardPricingTableBackground {
  background-color: white;
  border-radius: 0.5rem;
}

.italicized {
  font-style: italic;
}

.headerBorder {
  border: black;
  border-style: solid;
}

.pricingTable {
  border: none;
  border-collapse: collapse;
}

.pricingTableData {
  border-left: 1px solid #58585a;
  border-right: 1px solid #58585a;
  border-bottom: 0 !important;
  border-top: 0 !important;
  height: 100px;
  vertical-align: middle !important;
}

.pricingTableHeader {
  border-left: 1px solid #58585a;
  border-right: 1px solid #58585a;
  border-top: 0 !important;
  vertical-align: middle !important;
}

.pricingTableFirstChild {
  border-left: none;
}

.pricingTableLastChild {
  border-right: none;
}

.takeBorderAway {
  border-left: 0 !important;
}

.takeBorderAwayRight {
  border-right: 0 !important;
}

.addTopBorder {
  border-bottom: 1px solid #58585a !important;
}

.moveHeaderDown {
  position: relative;
  top: 50px;
}

.pricingBlueBar {
  background-color: #159ad8;
  padding: 3% 0;
  text-align: center;
}

.tableHeaderText {
  font-size: 25px;
}

.lightBlueText {
  color: #159ad8;
}

.verticalAlign {
  vertical-align: middle;
}

#featureButtons:hover, #featureButtons:visited, #featureButtons:active, #featureButtons:focus {
  background-color: white !important;
  color: #ff5432 !important;
  text-align: left !important;
}

.buttonPadding {
  padding-left: 0 !important;
  text-align: left;
}

.modalTitleFontSize {
  font-size: 20px !important;
  font-family: sans-serif;
}

.modalMargin {
  margin-left: 60px;
  margin-right: 60px;
}

.modalHeaderMargin {
  margin-left: 60px;
}

.flag-question {
  color: red;
}

.green-text {
  color: green;
}

/* EasyAdmin compatibility tweaks layered on top of legacy styles. */
.app-ea-compat {
  background: #f5f7fa;
}

.app-ea-compat .ea-content {
  max-width: 1600px;
  margin: 0 auto;
}

.app-ea-compat .content-header .title {
  color: #1f2937;
  font-weight: 600;
}

.app-ea-compat .content-panel {
  border: 1px solid #e5e7eb;
}

/* Reduce size of collection add button and icon */
.app-ea-compat .form-group .btn-add,
.app-ea-compat .form-group .btn-add svg,
.app-ea-compat .form-group .btn-add i {
  font-size: 0.875rem;
  width: auto;
  height: auto;
}

.app-ea-compat .form-group .btn-add svg {
  width: 1rem;
  height: 1rem;
}

.app-ea-compat .form-group .btn-add i {
  font-size: 0.875rem;
}

.app-ea-compat .btn-add {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}
