a {
  outline: none;
  color: #c51e5b;
}

a:hover {
  color: #c51e5b;
  outline: none;
}

strong {
  font-weight: bolder;
}

* {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

html,
body {
  background: white;
  background: -moz-linear-gradient(-45deg, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(-45deg, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(-45deg, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(-45deg, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(135deg, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed", GradientType=1 );
}

.form-login {
  margin: 4em auto;
  padding: 0 1em;
  max-width: 30em;
}

.form-login-header {
  text-align: center;
  margin-bottom: 2em;
}

.section-break {
  margin-top: 2.5em;
}

.form-login-header-img {
  height: 15%;
  width: 15%;
}

.ui.form .field > label {
  font-weight: normal;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}

.ui.form .inline.field > label {
  font-weight: normal;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}

.ui.form .field > input {
  font-family: "Roboto", sans-serif;
}

.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after,
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  color: #c51e5b;
}

.ui.dividing.header {
  padding-top: 1em;
  padding-bottom: 0.21428571rem;
  border-bottom: 0px;
  font-size: 1em;
}

.table-section {
  padding-top: 1em;
}

.ui.table {
  border-radius: 0;
}

.ui.table tr.error,
.ui.table td.error {
  color: #c51e5b !important;
  background: #f8e7ed !important;
}

.table-row-count {
  margin-top: 1em;
}

.ui.breadcrumb {
  padding-bottom: 2em;
}

.ui.labels .label,
.ui.label {
  font-size: 1em;
}

.ui.labeled.input > .label:not(.corner) {
  font-weight: normal;
}

.ui.floating.label {
  left: 107%;
  top: 0.3em;
}

.ui.progress > .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: normal;
}

.ui.grey.circular.label {
  margin-left: 0em;
  margin-right: 0.4em;
  background-color: #a5a5a5;
}

.upload-button {
  margin-bottom: 1em;
}

.ui.button {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

.clear-search-button {
  margin-left: 0.5em !important;
}

.ui.primary.button {
  background-color: #c51e5b;
}

.ui.primary.button:hover {
  background-color: #c51e5b;
}

.ui.primary.button:focus {
  background-color: #c51e5b;
}

.ui.primary.button:active {
  background-color: #911542;
}

.ui.basic.button {
  color: #c51e5b !important;
  box-shadow: 0px 0px 0px 1px #c51e5b inset;
  background: white;
}

.ui.basic.button:hover {
  color: #c51e5b !important;
  box-shadow: 0px 0px 0px 1px #c51e5b inset;
  background: white;
}

.ui.basic.button:focus {
  color: #911542 !important;
  box-shadow: 0px 0px 0px 1px #911542 inset;
  background: white;
}

.ui.basic.button:active {
  color: #911542 !important;
  box-shadow: 0px 0px 0px 1px #911542 inset;
  background: white;
}

.ui.modal .actions > .button {
  margin-left: 0em;
}

.ui.segment {
  box-shadow: none;
  border-radius: 0;
  padding: 0em;
  border: 0px;
}

.main.container {
  margin-top: 6em;
}

.hide-input {
  display: none;
}

.ui.small.header {
  margin-bottom: 1.5em;
}

img {
  max-height: 70px !important;
}

.ui.dimmer {
  background-color: rgba(0, 0, 0, 0) !important;
}

.ui.dimmable.dimmed.segment {
  border: 0em;
  padding: 0em;
  border-color: white;
}

.modal-delete-padding {
  padding-top: 1em;
}

.ui.modal > .header:not(.ui) {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

.ui.modal > .close {
  color: white;
}

.manage-modal-tag-users-content {
  height: calc(55vh);
}

.ui.tiny.modal {
  box-shadow: none;
  border: 1px #e4e4e4;
  border-style: solid;
}

.nav-header-client-name {
  margin-left: 1em;
}

.ui.right.floated.pagination.menu {
  box-shadow: none;
  border-radius: 0;
  margin-top: 1em;
}

.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
  width: 140px;
}

.ui.dropdown.item .submenu {
  margin-left: 0em !important;
  margin-top: 0.3em !important;
}

.ui.menu .ui.dropdown .menu > .item:hover {
  width: 143px !important;
}

.ui.category.search {
  margin-left: 0.4em;
}
.ui.category.search .ui.input > input {
  border: 1px solid #cbcbcb;
}

.ui.search > .results {
  box-shadow: none;
  border-radius: 0;
  z-index: 1001;
}

.ui.search > .results .result .title {
  font-weight: normal;
}

/* ember-power-select */
.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 2.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  outline: none;
  padding: 0.67857143em 2.1em 0.67857143em 0.4em;
  border-color: #e2e2e2;
}

.ember-power-select-dropdown {
  border-color: #e2e2e2;
}

.ember-power-select-status-icon {
  right: 10px;
  border-width: 5px 4px 0 4px;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0.78571429rem 1.14285714rem !important;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1em;
}

.ember-power-select-option[aria-current=true] {
  background: #dddddd;
  color: rgba(0, 0, 0, 0.95);
}

.ember-power-select-option[aria-current=false] {
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.95);
}

.ember-power-select-multiple-option {
  margin-top: 0px;
  margin-left: 3px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 2 !important;
}

.ember-power-select-selected-item,
.ember-power-select-placeholder {
  margin-left: 0px;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-color: #96c8da;
}

.ember-power-select-multiple-options input[type=search] {
  display: inline-block !important;
  width: auto !important;
  margin-left: 4px !important;
  height: 30px !important;
}

/* ember-notify callout */
.ember-notify-default.ember-notify-cn {
  border-style: hidden;
}

.custom-notify {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1060;
  width: 80%;
  max-width: 400px;
  margin: auto;
}

.custom-notify .callout {
  border-radius: 0.28571429rem;
  border: solid;
  border-width: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  max-height: 800px;
  color: #fff;
}

.custom-notify .message {
  display: inline-block;
  padding: 1em 1.5em;
  min-height: 1em;
}

.custom-notify .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.3;
  cursor: pointer;
}

.custom-notify .close:hover,
.custom-notify .close:focus {
  opacity: 1;
}

/* success */
.custom-notify .success {
  border-color: #a3c293;
  color: #2c662d;
  background-color: #fcfff5;
}

.custom-notify .success .close {
  border-color: #a3c293;
  color: #2c662d;
  background-color: #fcfff5;
}

/* info */
.custom-notify .info {
  border-color: #a9d5de;
  color: #4f889a;
  background-color: #f8ffff;
}

.custom-notify .info .close {
  color: #4f889a;
}

/* error */
.custom-notify .error {
  border-color: #e1b4b4;
  color: #b05e5d;
  background-color: #fff6f6;
}

.custom-notify .error .close {
  color: #b05e5d;
}

/* warning */
.custom-notify .warning {
  border-color: #c9ba9b;
  color: #573a09;
  background-color: #fffaf3;
}

.custom-notify .warning .close {
  color: #573a09;
}

.ios-date-picker {
  height: 38px !important;
}