/* line 1, ../scss/ehop/sass/_buttons.scss */
.btn {
  background-image: linear-gradient(to right, #26449A 0%, #03A4E8 100%);
  font-weight: bolder;
}

/* line 6, ../scss/ehop/sass/_buttons.scss */
.btn-menu-links {
  background: #01B0E4;
  background-image: inherit;
  padding: 30px;
  min-height: 140px;
}
/* line 11, ../scss/ehop/sass/_buttons.scss */
.btn-menu-links:hover {
  background-image: linear-gradient(to top, #26449A 0%, #03A4E8 100%);
}
/* line 13, ../scss/ehop/sass/_buttons.scss */
.btn-menu-links:hover .image-background {
  background-color: white;
}
/* line 15, ../scss/ehop/sass/_buttons.scss */
.btn-menu-links:hover .image-background img, .btn-menu-links:hover .image-background span {
  filter: invert(0);
}
/* line 20, ../scss/ehop/sass/_buttons.scss */
.btn-menu-links .image-background {
  background-color: #274096;
  border-radius: 50%;
  min-height: 100px;
  max-width: 100px;
  margin: auto;
  position: relative;
}
/* line 27, ../scss/ehop/sass/_buttons.scss */
.btn-menu-links .image-background span {
  position: absolute;
  top: 26%;
  left: 40%;
}
/* line 32, ../scss/ehop/sass/_buttons.scss */
.btn-menu-links .image-background img {
  position: absolute;
  top: 25px;
  left: 25px;
  filter: invert(1);
}

/* line 41, ../scss/ehop/sass/_buttons.scss */
.btn-create {
  background-image: inherit;
  background-color: seagreen;
  border-color: #274096;
  color: white;
  border-radius: 50px 50px 50px 50px;
}
/* line 47, ../scss/ehop/sass/_buttons.scss */
.btn-create:hover {
  background-color: #274096;
  text-decoration: none;
  border-color: #274096;
}

/* line 55, ../scss/ehop/sass/_buttons.scss */
.btn-primary:hover {
  background-color: #274096;
  text-decoration: none;
  border-color: #274096;
}
/* line 60, ../scss/ehop/sass/_buttons.scss */
.btn-primary:focus {
  background-color: #274096;
  text-decoration: none;
  border-color: #274096;
}

/* line 67, ../scss/ehop/sass/_buttons.scss */
.webform-custom-options-button {
  flex: 1;
  display: table-cell;
  margin: 0 5px 10px 5px;
  border: 3px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  color: #666;
}

/* line 3, ../scss/ehop/sass/_legacy.scss */
#page-title .page-title {
  height: 100px;
}

/* line 7, ../scss/ehop/sass/_legacy.scss */
.feed-icons {
  display: none;
}

/* line 11, ../scss/ehop/sass/_legacy.scss */
.submitted {
  display: none !important;
}

/* line 15, ../scss/ehop/sass/_legacy.scss */
#block-ihop-dxpr-useraccountmenu .nav-link {
  height: 100%;
  line-height: inherit;
}

/* line 20, ../scss/ehop/sass/_legacy.scss */
.views-table {
  width: 100% !important;
}

/* line 24, ../scss/ehop/sass/_legacy.scss */
.views-table tbody tr {
  border-bottom: 1px solid #ccc;
}

/* line 28, ../scss/ehop/sass/_legacy.scss */
.views-table .views-field-name {
  padding-left: 5px;
}

/* line 32, ../scss/ehop/sass/_legacy.scss */
.view-list-company-projects .views-field-name a:hover {
  color: black;
}

/* line 36, ../scss/ehop/sass/_legacy.scss */
.views-table tbody tr.row-not-complete {
  background: indianred;
}

/* line 40, ../scss/ehop/sass/_legacy.scss */
.views-table tbody tr.row-not-ready {
  background: #b2b2b2;
}

/* line 44, ../scss/ehop/sass/_legacy.scss */
.views-table tbody tr.hop-ready {
  background: lightgreen;
}

/* line 49, ../scss/ehop/sass/_legacy.scss */
#dxpr-theme-main-menu.menu--open {
  min-height: 100vh !important;
  height: 100vh !important;
  width: 100% !important;
}

/* line 55, ../scss/ehop/sass/_legacy.scss */
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper div {
  display: inline;
  margin-right: 10px;
}

/* line 60, ../scss/ehop/sass/_legacy.scss */
.path-taxonomy #edit-relations {
  display: none;
}

/* line 64, ../scss/ehop/sass/_legacy.scss */
.ui-widget {
  background: inherit;
}

/* line 68, ../scss/ehop/sass/_legacy.scss */
.container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 74, ../scss/ehop/sass/_legacy.scss */
.text-red {
  color: red;
  font-weight: bold;
}
