/*Colors*/
/*Sizes*/
/*Breakpoints*/
* {
  flex-shrink: 0;
  flex-basis: auto; }

ul {
  margin: 0;
  padding: 0; }

/*Responds to screen size*/
/*For relative/absolute positioning of item*/
html {
  font-size: 14px;
  font-family: Arial, "Verdana", sans-serif; }

h1, h2, h3, h4, h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  height: initial; }

p {
  font-size: 12px;
  padding: 0.5em;
  text-align: left; }

.sm-text {
  font-size: 12px; }

.xsm-text {
  font-size: 10px; }

.lower-text {
  position: relative;
  top: 1em;
  bottom: 0;
  left: 0;
  right: 0; }

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

.fa {
  font-size: 24px; }

.fa-md {
  font-size: 20px; }

.fa-sm {
  font-size: 16px; }

.fa-lg {
  font-size: 40px; }

.fa-xlg {
  font-size: 115px; }

.indent-txt {
  margin-left: 2em; }

.blue {
  color: #0095a8; }

.ecorr-text-navy {
  color: #112e51 !important; }

.light-blue {
  color: #d2e5ec; }

/*title on a modal dialog*/
.dialog-title {
  font-size: 16px;
  font-weight: bold; }

/*Small font for breadcrumbs*/
.breadcrumb {
  font-size: 11px; }

.md-title-right {
  font-size: 16px;
  text-align: right; }

.sm-header {
  text-align: right;
  line-height: 3em; }

.sm-subhead {
  font-style: italic;
  font-size: 12px;
  color: grey;
  font-weight: 100; }

.sm-padding-lr {
  padding-left: .2em;
  padding-right: .2em; }

.md-padding-lr {
  padding-left: 1em;
  padding-right: 1em; }

/*Green success message*/
.success-label {
  color: darkgreen; }

/*Blue success text*/
.success-text {
  color: #112e51;
  font-size: 16px; }

/*Orange warning text*/
.warning-text, .warning-text-center {
  color: orange;
  font-size: 16px;
  width: 95%; }
  .warning-text-center {
    text-align: center; }

/*Red text for error messages*/
.error-label {
  color: darkred; }

.white-label {
  color: white; }

/*Strikethrough text*/
.strike, .strike-gr {
  text-decoration: line-through; }
  .strike-gr {
    color: rgba(0, 0, 0, 0.54); }

/*Remove a box shadow*/
.no-shadow {
  box-shadow: none; }

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

/*Black border on bottom of content*/
.bottom-border {
  border-bottom: 1px solid black; }

/*Small white icon - fits in small square*/
.icon-label {
  z-index: 60;
  color: white;
  font-weight: bold;
  max-width: 21px;
  position: relative;
  top: -0.5em;
  bottom: 0;
  left: 0.7em;
  right: 0em; }
  .icon-label.case-icon {
    position: relative;
    top: 2.5em;
    bottom: 0;
    left: -8.4em;
    right: 0em; }

/* Angular-Material Override */
.md-headline {
  font-weight: bold;
  color: #0095a8; }

/* Angular-Material Override */
.md-title {
  font-size: 18px; }
  .md-title-lg {
    font-size: 20px; }

/* Angular-Material Override */
.md-sub-title {
  font-size: 14px; }

/* Angular-Material Override */
md-card .md-title {
  margin: 17px; }

/* Angular-Material Override */
.md-subhead,
md-list-item.md-2-line .md-list-item-text h4 {
  font-size: 14px;
  font-weight: bold; }

/*Background in blue*/
.primary-background {
  background-color: #0095a8; }

.content {
  min-height: calc(100vh - 181px); }

.dynamic-content {
  overflow: visible;
  z-index: 5; }

.md-layout {
  max-width: 65%; }

/*center content horizontally & vertically*/
.center-content {
  margin-left: auto;
  margin-right: auto; }
  .center-content-vert {
    margin-top: auto;
    margin-bottom: auto; }

/*small padding around content*/
.padded-content {
  padding: 25px; }

/*small margin on left and right*/
.margin-lr {
  margin-left: 1em;
  margin-right: 1em; }

/*small margin on right*/
.margin-r {
  margin-right: 1em; }

/*Angular Material Override*/
hr {
  border: 0;
  clear: both;
  display: block;
  width: 90%;
  height: 1px;
  background-color: black; }

/*Bottom borders on div*/
div .bottom-border {
  border-bottom: 1px solid black; }

div .bottom-border-grey {
  border-bottom: 1px solid #e0e0e0; }

.portal-options .md-title-lg {
  text-align: center;
  height: 46px; }

.portal-options .md-button.md-raised.md-primary {
  position: relative;
  top: 2.5em;
  width: 175px; }

@media (min-width: 1920px) {
  .portal-options .md-button.md-raised.md-primary {
    top: 3.7em; } }

.portal-options .portal-text {
  width: 65%;
  height: 32px; }

/*small and large padding on top of content*/
.top-padding {
  padding-top: 1em; }
  .top-padding-lg {
    padding-top: 5em; }

/*small and medium padding on the bottom of content*/
.bottom-padding-sm {
  padding-bottom: 1em; }

.bottom-padding-md {
  padding-bottom: 2em; }

/*blue text bubble to display a positive message*/
.success-msg {
  background-color: #E4EBF7;
  border-radius: 25px;
  height: 130px;
  padding: 0.5em;
  padding-left: 1em;
  margin-top: 2em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }

.float-right {
  float: right; }

.float-left {
  float: left; }

/*Black border down right side of content*/
.border-right {
  border-right: 1px solid black; }

/*grey box to display information*/
.info-msg, .info-msg-lg {
  background-color: #EDEDED;
  height: 220px;
  overflow-y: scroll;
  padding: 1em; }
  .info-msg-lg {
    height: 400px;
    overflow-y: hidden; }

/*yellow text bubble to display a warning message*/
.warning-msg, .warning-msg-sm {
  background-color: lightyellow;
  border-radius: 25px;
  height: 90px;
  padding: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 2em; }
  .warning-msg-sm {
    padding: 1em; }

/*Apply to IE only*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-position-fixed {
    position: -ms-device-fixed;
    width: 80%; }
  .ie-margin-top {
    margin-top: 45px !important; } }

md-input-container.md-default-theme.md-input-invalid .md-input,
md-input-container.md-input-invalid .md-input {
  border-color: #d50000 !important; }

.ecorr-header {
  color: #fff;
  background-color: #112e51; }
  @media (min-width: 1260px) {
    .ecorr-header {
      height: 106px; } }
  @media (max-width: 1260px) {
    .ecorr-header {
      height: 65px; } }
  @media (min-width: 1260px) {
    .ecorr-header .ecorr-header-content {
      width: 1260px;
      margin: auto; } }
  .ecorr-header .ecorr-header-content .ecorr-header-top-row {
    height: 32px; }
    @media (max-width: 1260px) {
      .ecorr-header .ecorr-header-content .ecorr-header-top-row {
        display: none; } }
    .ecorr-header .ecorr-header-content .ecorr-header-top-row div {
      margin-top: 8px;
      float: right;
      letter-spacing: .2px; }
      .ecorr-header .ecorr-header-content .ecorr-header-top-row div a {
        font-size: 10px;
        color: #fff; }
  .ecorr-header .ecorr-header-content .ecorr-header-middle-row {
    height: 43px;
    margin-bottom: auto; }
    .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-logo {
      display: inline-block; }
      @media (min-width: 1260px) {
        .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-logo {
          height: 42px; } }
      @media (max-width: 1260px) {
        .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-logo {
          height: 35px;
          padding: 15px 0 0 10px; } }
    .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-link-container {
      position: relative;
      top: -4px;
      display: inline-block;
      margin-left: 90px;
      list-style: none; }
      @media (max-width: 1260px) {
        .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-link-container {
          display: none; } }
      .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-link-container li {
        display: inline-block; }
        .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-link-container li:hover {
          background-color: #405773; }
        .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-link-container li a {
          display: block;
          font-weight: 700;
          letter-spacing: .2px;
          color: #fff;
          text-decoration: none;
          margin: 15px 0 33px 15px; }
          .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-link-container li a .ecorr-header-link-title {
            font-size: 13px;
            line-height: 19px; }
          .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-link-container li a .ecorr-header-link-sub {
            font-size: 10px; }
    .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-menu-icon {
      position: absolute;
      top: 15px;
      right: 15px; }
      @media (min-width: 1260px) {
        .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-menu-icon {
          display: none; } }
      .ecorr-header .ecorr-header-content .ecorr-header-middle-row .ecorr-header-menu-icon i {
        font-size: 30px;
        color: #fff; }
  .ecorr-header .ecorr-header-panel {
    position: absolute;
    top: 65px;
    z-index: 50;
    height: calc(100vh - 65px);
    width: 100%;
    background-color: #294263;
    overflow: hidden; }
    .ecorr-header .ecorr-header-panel .ecorr-header-panel-links {
      padding-top: 5px; }
      .ecorr-header .ecorr-header-panel .ecorr-header-panel-links .ecorr-header-panel-links-left-column {
        float: left;
        width: 50%; }
      .ecorr-header .ecorr-header-panel .ecorr-header-panel-links .ecorr-header-panel-links-right-column {
        float: right;
        width: 50%; }
      .ecorr-header .ecorr-header-panel .ecorr-header-panel-links a {
        display: block;
        height: 38px;
        line-height: 38px !important;
        font-size: 16px;
        font-weight: 700;
        padding: 0 25px;
        color: #fff; }
        .ecorr-header .ecorr-header-panel .ecorr-header-panel-links a i {
          padding-top: 5px; }
      .ecorr-header .ecorr-header-panel .ecorr-header-panel-links .ecorr-header-panel-links-more {
        margin-top: 10px; }
        .ecorr-header .ecorr-header-panel .ecorr-header-panel-links .ecorr-header-panel-links-more a {
          height: 36px;
          margin: 0 5px 5px 5px;
          padding-left: 5px;
          border: 2px solid #fff; }
    .ecorr-header .ecorr-header-panel .ecorr-header-panel-close {
      position: fixed;
      bottom: 0;
      height: 35px;
      width: 126px;
      margin-left: calc(50% - 65px);
      margin-right: calc(50% - 65px);
      border: 2px solid #fff;
      border-bottom: 0;
      cursor: pointer; }
      .ecorr-header .ecorr-header-panel .ecorr-header-panel-close div {
        font-size: 14px;
        font-weight: 700;
        line-height: 35px;
        text-align: center; }

/*Blue header with logo*/
.basic-header {
  background-color: #112e51 !important;
  height: 70px;
  padding-left: 3em; }
  .basic-header .logo {
    float: left;
    padding-top: 0.5em;
    padding-left: 0.5em; }
    .basic-header .logo img {
      height: auto;
      width: 118px; }
  .basic-header .menu {
    text-align: right;
    display: inline-block;
    padding-top: 1em;
    margin-right: 4em; }

/*Internal user header*/
.user-header, .user-header-sm {
  background-color: #F5F5F5 !important;
  height: 49px;
  border-bottom: 1px solid grey; }
  .user-header-sm {
    border-top: 1px solid grey;
    border-bottom: none;
    position: fixed;
    bottom: 0px;
    z-index: 6;
    /*Angular Material Override*/
    /*Angular Material Override*/ }
    .user-header-sm .md-toolbar-tools > md-menu:last-child {
      margin-right: 0px; }
    .user-header-sm .md-menu {
      margin: 0px; }
    .user-header-sm .user-options.md-button {
      margin-left: 30px;
      margin-right: 30px;
      width: 50px;
      line-height: 28px;
      position: relative;
      top: .4em; }
    .user-header-sm .sm-label {
      font-size: 10px;
      color: #0095a8; }
    .user-header-sm .md-button md-icon {
      font-size: 25px;
      padding-top: 1em; }
  .user-header .header-btns, .user-header-sm .header-btns {
    margin-left: 3em;
    margin-right: 3em; }
  .user-header .header-items, .user-header-sm .header-items {
    margin-top: 0.5em; }
  .user-header .header-user, .user-header-sm .header-user {
    font-size: 18px;
    font-weight: bold;
    color: #0095a8;
    cursor: pointer;
    margin-right: 0.5em; }
  .user-header h3, .user-header-sm h3 {
    font-size: 13px;
    margin-left: 0.5em; }
  .user-header .md-button, .user-header-sm .md-button {
    text-align: center;
    color: #0095a8;
    width: 150px; }
    .user-header .md-button md-icon, .user-header-sm .md-button md-icon {
      text-align: left;
      float: left;
      padding-top: 0.5em;
      text-shadow: none;
      color: #0095a8; }
    .user-header .md-button.user-menu-btn, .user-header-sm .md-button.user-menu-btn {
      margin-left: 0px;
      padding-right: 0px;
      width: auto; }
  .user-header .circle-sm, .user-header-sm .circle-sm {
    display: inline-block; }

/*Angular Material Override*/
.md-toolbar-tools {
  height: 25px;
  padding: 0; }
  .md-toolbar-tools md-icon {
    text-shadow: 0px 1px 1px #000000; }
  .md-toolbar-tools .dialog-title {
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px; }
    @media (max-width: 599px) {
      .md-toolbar-tools .dialog-title {
        margin-left: 1%; } }
    @media (max-width: 959px) {
      .md-toolbar-tools .dialog-title {
        margin-left: 1%; } }

/*Angular Material Override*/
md-toolbar {
  height: auto;
  min-height: 40px; }

/*button width 100% on tablets/phones*/
@media (max-width: 1279px) {
  .flex-resp-btn {
    width: 100%; } }

@media (max-width: 959px) {
  .flex-resp-btn {
    width: 100%; } }

@media (max-width: 599px) {
  .flex-resp-btn {
    width: 100%; } }

.help-btn {
  width: 155px; }

.btn-left {
  position: absolute;
  left: .5em; }

/*Light grey background for hovering over button*/
.hover-bg {
  background-color: rgba(158, 158, 158, 0.2); }

/*Blue underlined link*/
.md-button.cancel {
  color: #0095a8; }
  .md-button.cancel:hover, .md-button.cancel:focus {
    text-decoration: underline;
    background-color: white; }

/*Angular Material Override*/
.md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):focus {
  background-color: #66bfca; }

/*Angular Material Override*/
.md-button.md-primary.md-raised {
  background-color: #0095a8;
  border: 1px solid #0095a8; }

/*Angular Material Override*/
.md-button[disabled] {
  color: rgba(0, 0, 0, 0.26) !important; }
  .md-button[disabled] md-icon {
    color: rgba(0, 0, 0, 0.26) !important; }

/*Angular Material Override*/
.md-button:not([disabled]).md-icon-button:hover.close {
  background-color: #0095a8; }

/*Angular Material Override*/
.md-button.md-raised:not([disabled]) {
  box-shadow: none; }

/*Angular Material Override*/
.md-button.md-icon-button {
  width: 28px; }
  .md-button.md-icon-button.table-icon {
    margin: 0;
    padding: 0;
    height: 24px; }

/*Angular Material Override*/
.md-button.md-raised[disabled] {
  border: 1px solid grey; }

/*Angular Material Override*/
.md-button.md-primary.md-raised.padded, .md-button.md-primary.md-raised.padded-center,
.md-button.md-primary.padded,
.md-button.md-primary.md-raised.padded-center,
.md-button.md-primary.padded-center,
.md-button.padded,
.md-button.md-primary.md-raised.padded-center,
.md-button.md-primary.padded-center,
.md-button.padded-center {
  padding: 0 50px 0 50px; }

.md-button.md-primary.md-raised.center,
.md-button.md-primary.center,
.md-button.center {
  margin-left: auto;
  margin-right: auto; }

.md-button.md-primary.md-raised.padded-center,
.md-button.md-primary.padded-center,
.md-button.padded-center {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.md-button.md-primary.md-raised.icon,
.md-button.md-primary.icon,
.md-button.icon {
  height: 45%;
  line-height: 16px;
  min-height: 16px;
  padding: 0px;
  margin-top: 17px; }
  .md-button.md-primary.md-raised.icon .center-icon,
  .md-button.md-primary.icon .center-icon,
  .md-button.icon .center-icon {
    margin: 5px 5px 0px 5px;
    height: 20px; }

.md-button.md-primary.md-raised .md-subhead,
.md-button.md-primary .md-subhead,
.md-button .md-subhead {
  color: white;
  text-transform: uppercase; }
  .md-button.md-primary.md-raised .md-subhead.blue,
  .md-button.md-primary .md-subhead.blue,
  .md-button .md-subhead.blue {
    color: #0095a8; }

a.md-button {
  position: static; }

.attachment {
  padding-right: 4em;
  padding-left: 2em;
  width: 220px; }

.md-button.attachment:focus {
  background-color: rgba(158, 158, 158, 0.2); }

/*Angular Material Override*/
.md-button {
  margin: 6px 2px;
  min-width: 0;
  text-transform: none; }

.md-button md-icon {
  vertical-align: middle;
  text-align: center; }

/*Angular Material Override*/
@media (min-width: 960px) {
  .md-toolbar-tools .md-raised {
    position: absolute;
    right: 1%;
    top: 5%; } }

@media (max-width: 959px) {
  .md-toolbar-tools .md-raised {
    position: absolute;
    right: 3%;
    top: 5%; } }

.md-toolbar-tools > .md-button:last-child {
  margin-right: 0; }

.primary-link.md-button {
  text-align: left;
  line-height: 24px;
  min-height: 32px;
  margin-bottom: 0;
  padding-top: 3px;
  text-overflow: ellipsis; }

/*Angular Material Override*/
a.md-button.md-accent.md-raised,
a.md-button.md-accent.md-fab,
.md-button.md-accent.md-raised,
.md-button.md-accent.md-fab {
  background-color: white;
  border: 2px solid #0095a8; }

/*Angular Material Override*/
a.md-button:not([disabled]):focus {
  background-color: rgba(158, 158, 158, 0.2); }

/*Angular Material Override*/
.md-button:not([disabled]):focus {
  background-color: rgba(158, 158, 158, 0.2); }

/*Cancel button*/
.cancel-btn.md-button.md-primary.md-raised {
  background-color: white; }
  .cancel-btn.md-button.md-primary.md-raised .md-subhead {
    color: #0095a8; }
  .cancel-btn.md-button.md-primary.md-raised:hover .md-subhead, .cancel-btn.md-button.md-primary.md-raised:focus .md-subhead {
    color: white; }

.ecorr-banner, .ecorr-banner-info, .ecorr-banner-warning, .ecorr-banner-error {
  min-height: 60px;
  font-weight: bold;
  border-bottom: 1px solid gray; }
  .ecorr-banner i, .ecorr-banner-info i, .ecorr-banner-warning i, .ecorr-banner-error i {
    position: relative;
    top: -1px; }
  .ecorr-banner md-icon, .ecorr-banner-info md-icon, .ecorr-banner-warning md-icon, .ecorr-banner-error md-icon {
    position: relative;
    top: -2px; }
  @media (min-width: 0px) and (max-width: 599px) {
    .ecorr-banner, .ecorr-banner-info, .ecorr-banner-warning, .ecorr-banner-error {
      font-size: 16px !important; } }
  .ecorr-banner-info {
    background-color: #f1f3f5; }
    .ecorr-banner-info i {
      color: #0095a8; }
  .ecorr-banner-warning {
    background-color: #ffe; }
    .ecorr-banner-warning span {
      position: relative;
      left: -3px; }
    .ecorr-banner-warning i {
      color: #ff7043;
      left: -2px; }
  .ecorr-banner-error {
    background-color: #fdd; }
    .ecorr-banner-error i {
      color: #f00; }

/*Angular Material Override*/
md-input-container {
  padding-bottom: 0;
  height: initial;
  margin: 0;
  margin-top: 12px;
  padding-top: 10px;
  /*Angular Material Override*/
  /*Angular Material Override*/
  /*Angular Material Override*/
  /*Angular Material Override*/
  /*Angular Material Override*/
  /*Angular Material Override*/
  /*Blue bordered text area*/ }
  md-input-container.phone-nmbr {
    position: relative;
    top: initial;
    bottom: 2.6em;
    left: 0;
    right: 0; }
  md-input-container.md-has-icon {
    padding-left: 0px; }
  md-input-container.less-padded {
    margin-top: 0px;
    padding-top: 0.5em;
    padding-bottom: 1em; }
  md-input-container .md-input {
    border-color: rgba(0, 0, 0, 0.54);
    /*Blur borded around input*/ }
    md-input-container .md-input.input-blueborder {
      border: 2px solid #0095a8;
      width: 100%; }
  md-input-container .md-errors-spacer {
    min-height: 1px; }
  md-input-container label {
    color: rgba(0, 0, 0, 0.54); }
  md-input-container label:not(.md-container-ignore) {
    bottom: 90%; }
  md-input-container label:not(.md-no-float):not(.md-container-ignore), md-input-container md-input-container .md-placeholder {
    padding-left: 5px; }
  md-input-container .textarea-md {
    border: 2px solid #0095a8;
    width: 100%;
    height: 100px !important; }
  md-input-container .indent-input {
    padding-left: 33px; }

/*Angular Material Override*/
md-datepicker .md-icon-button.md-button {
  padding-left: 0px;
  margin-left: 0px; }

md-datepicker .md-icon-button + .md-datepicker-input-container {
  margin-left: 0px; }

/*Angular Material Override*/
md-input-container.md-input-focused .md-input {
  border-width: 2px 2px 2px 2px; }

/*Angular Material Override*/
md-input-container .md-input.ng-invalid.ng-dirty {
  border-width: 2px 2px 2px 2px; }

/*Grey bar with options to select view*/
.select-view {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: .2em; }
  .select-view .view-label {
    font-weight: bold;
    padding-left: 1em;
    color: black; }
  .select-view .cur-view, .select-view .cur-view md-icon {
    color: #0095a8; }
  .select-view .hidden, .select-view .hidden md-icon {
    color: rgba(0, 0, 0, 0.54); }
  .select-view .select-btn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px; }
    .select-view .select-btn span {
      vertical-align: middle;
      padding-left: .2em; }
    .select-view .select-btn md-icon {
      line-height: 24px; }

/*Angular Material Override*/
md-select.disabled-text .md-text {
  font-weight: bold;
  color: grey; }

/*Angular Material Override*/
md-select .md-select-value.md-select-placeholder {
  color: black; }

/*Angular Material Override*/
md-select {
  border: 2px solid #0095a8; }

/*Angular Material Override*/
md-select[disabled] {
  border: 2px solid lightgrey; }
  md-select[disabled] .md-select-value {
    background-image: none; }

/*Remove border from list item*/
md-list-item.noborder {
  border: none; }

/*Case comments list*/
.case-comments-list .case-comments {
  border: none; }

.case-comments-list .case-comments:nth-of-type(odd) {
  background: #F5F5F5; }

/*List used on user home*/
.list-title {
  border-bottom: solid 1px lightgrey;
  padding: 0.5em; }
  .list-title .main-title, .list-title .tiny-title {
    font-size: 18px;
    color: #0095a8; }
  .list-title .tiny-title {
    font-size: 12px;
    float: right;
    margin-left: auto;
    margin-top: 1em;
    cursor: pointer; }

/*Adjusting layout of list on user home*/
@media (min-width: 1920px) {
  .home-list-layout {
    padding-left: 2em;
    padding-right: 2em; } }

/*List used on user home*/
.home-list .home-list-item {
  border-bottom: 1px solid lightgrey;
  border-top: none;
  width: 100%;
  margin-right: 2.5em;
  padding-left: 0px; }
  @media (min-width: 1920px) {
    .home-list .home-list-item {
      width: 97%; } }
  .home-list .home-list-item .md-button {
    line-height: 15px; }
  .home-list .home-list-item h3 {
    color: #66bfca;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer; }
    @media (max-width: 1919px) {
      .home-list .home-list-item h3 {
        max-width: 59%; } }
    @media (min-width: 1920px) {
      .home-list .home-list-item h3 {
        max-width: 97%; } }
    .home-list .home-list-item h3.shorten {
      max-width: 300px; }
  .home-list .home-list-item .list-subhead {
    padding-bottom: 1.3em; }
  .home-list .home-list-item .small-header {
    padding-bottom: 0.5em;
    font-size: 11px;
    font-style: italic; }
  .home-list .home-list-item md-icon {
    color: grey;
    cursor: pointer; }

.home-list .list-content {
  padding-top: 0px;
  padding-left: 0px;
  margin-top: 0.5em; }
  @media (max-width: 1919px) {
    .home-list .list-content {
      max-width: 60%; } }
  @media (min-width: 1920px) {
    .home-list .list-content {
      max-width: 95%; } }

/*List used on help faqs modals*/
.help-list {
  border: 1px solid lightgrey;
  padding: 0px;
  border-bottom: none;
  -ms-flex-preferred-size: auto; }
  .help-list:last-child {
    border-bottom: 1px solid lightgrey; }
  .help-list .h-list-item {
    padding: 0px;
    cursor: pointer;
    border-top: none; }
    .help-list .h-list-item .header {
      font-size: 16px;
      padding-top: 15px;
      padding-left: 15px;
      padding-bottom: 15px;
      -ms-flex-preferred-size: auto; }
      .help-list .h-list-item .header:hover {
        background-color: #0095a8;
        color: white; }
    .help-list .h-list-item.md-list-item-inner:hover {
      background-color: #0095a8; }
  .help-list .content-list {
    border: none;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 15px; }
    .help-list .content-list .c-list-item {
      border-top: none;
      padding-left: 0px;
      margin: 0px; }
      .help-list .content-list .c-list-item p {
        font-size: 12px; }

/*List view of active/completed surveys*/
.surveys-list .md-button.md-primary md-icon {
  line-height: 22px;
  margin-right: 0.5em; }

.surveys-list .md-button.md-primary.md-raised {
  margin-top: auto;
  margin-bottom: auto; }

.surveys-list .options {
  width: 80%;
  margin-top: auto;
  margin-bottom: auto; }

.surveys-list md-list {
  padding: 0px; }

.surveys-list .s-list-hd {
  background-color: #d2e5ec;
  border-bottom: solid 2px grey;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 16px;
  margin-top: 1em; }
  .surveys-list .s-list-hd md-icon {
    vertical-align: baseline;
    padding-left: 1em;
    color: grey;
    cursor: pointer; }

.surveys-list .s-list-item {
  border-top: none;
  border-bottom: solid 2px grey;
  padding: 0px; }
  .surveys-list .s-list-item:hover, .surveys-list .s-list-item:focus {
    background-color: #FFFF94; }
    .surveys-list .s-list-item:hover .info-row, .surveys-list .s-list-item:hover .ops-row, .surveys-list .s-list-item:focus .info-row, .surveys-list .s-list-item:focus .ops-row {
      background-color: white; }

.surveys-list .s-data, .surveys-list .s-data-sm {
  padding-left: 16px;
  padding-right: 16px;
  height: 100px; }
  .surveys-list .s-data-sm {
    height: 60px; }

.surveys-list .grow-list-item .info-row {
  border-top: 1px solid lightgrey;
  padding: 0.5em;
  padding-bottom: 1em; }
  .surveys-list .grow-list-item .info-row:hover {
    background-color: white; }
  .surveys-list .grow-list-item .info-row .md-button {
    width: 165px; }
  .surveys-list .grow-list-item .info-row span {
    width: 90%;
    font-size: 12px;
    padding-left: 6px; }

.surveys-list .grow-list-item .ops-row {
  border-top: 1px solid lightgrey; }
  .surveys-list .grow-list-item .ops-row:hover {
    background-color: white; }
  .surveys-list .grow-list-item .ops-row .md-button {
    width: 15%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1279px) {
      .surveys-list .grow-list-item .ops-row .md-button {
        font-size: 11px;
        width: 17%; } }
    .surveys-list .grow-list-item .ops-row .md-button:hover, .surveys-list .grow-list-item .ops-row .md-button:focus {
      background-color: #0095a8;
      color: white; }
      .surveys-list .grow-list-item .ops-row .md-button:hover md-icon, .surveys-list .grow-list-item .ops-row .md-button:focus md-icon {
        color: white; }
      .surveys-list .grow-list-item .ops-row .md-button:hover a, .surveys-list .grow-list-item .ops-row .md-button:focus a {
        color: white; }

/**Angular Material Override**/
md-list-item {
  border-top: 1px solid black;
  text-align: left;
  min-height: 30px; }
  md-list-item .md-button {
    margin: 0;
    width: 100%; }
  md-list-item md-input-container ~ .md-button {
    margin-top: 0; }
  md-list-item:last-child {
    min-height: 30px; }
    md-list-item:last-child .md-button {
      margin-top: 5px; }
  md-list-item md-select .md-select-value {
    border-bottom: 0; }

/**Angular Material Override**/
md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon) {
  margin-top: 0px; }

a {
  color: #0095a8;
  text-decoration: none; }
  a.grey {
    color: grey; }

a:focus, a:hover {
  text-decoration: underline;
  cursor: pointer; }

/*Align icons in md-tabs*/
.tabs-icons {
  /*Angular Material Override*/
  /*Angular Material Override*/
  /*Angular Material Override*/ }
  .tabs-icons md-icon {
    display: inline-block;
    color: #0095a8; }
    .tabs-icons md-icon.sm-icon {
      display: inline; }
  .tabs-icons .md-title {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #0095a8; }
  .tabs-icons .sm-title {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle; }
  .tabs-icons md-tab-item.md-active md-icon,
  .tabs-icons md-tab-item:hover md-icon,
  .tabs-icons md-tab-item:focus md-icon {
    color: #041c5d; }
  .tabs-icons md-tab-item.md-active .md-title,
  .tabs-icons md-tab-item:hover .md-title,
  .tabs-icons md-tab-item:focus .md-title {
    color: #041c5d; }
  .tabs-icons md-tabs-canvas {
    height: 70px; }
  .tabs-icons md-pagination-wrapper {
    height: 70px; }

/*Angular Material Override*/
md-tabs md-ink-bar {
  width: 0;
  height: 8px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #d2e5ec;
  background: white !important;
  bottom: -2px;
  display: inline-block;
  margin: 0 auto; }

md-tabs .md-tab {
  text-transform: none;
  border: 1px solid #d2e5ec;
  color: #0095a8;
  margin-left: 5px;
  margin-right: -4px;
  line-height: 14px;
  padding: 9px 24px;
  margin-top: 12px; }
  md-tabs .md-tab:first-child {
    margin-left: 0; }
  md-tabs .md-tab.md-active, md-tabs .md-tab:focus, md-tabs .md-tab:hover {
    background-color: #d2e5ec;
    color: #041c5d; }

/*Angular Material Override*/
md-tab-content {
  position: -ms-device-fixed; }

/*Tabs on delegate dialog*/
.delegate-tabs .md-tab {
  line-height: 16px;
  padding: 5px 24px;
  text-transform: uppercase;
  border: none; }

.delegate-tabs md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
  border: none;
  background: none; }

.delegate-tabs .md-subhead {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px; }

/*Survey Cards*/
.survey-cards {
  overflow: hidden;
  /*Add Survey Card*/ }
  .survey-cards md-card {
    width: 293px;
    height: 256px;
    padding: 0px 10px 10px 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #EBF0F5;
    border-top: 10px solid #0095a8;
    overflow: hidden;
    margin: 6px;
    /*Extend survey card for menus*/ }
    .survey-cards md-card.grow-card {
      height: 545px; }
      .survey-cards md-card.grow-card .grow-buttons {
        top: 12em;
        height: 5.2em; }
        .survey-cards md-card.grow-card .grow-buttons.start {
          height: 2.2em;
          top: 13.15em; }
        .survey-cards md-card.grow-card .grow-buttons .grown-info-icon {
          position: relative;
          bottom: .2em; }
      .survey-cards md-card.grow-card .grow-hr {
        top: 12em; }
    .survey-cards md-card.grow-card-sm {
      height: 490px; }
    .survey-cards md-card .options-focused, .survey-cards md-card .info-focused {
      background-color: white;
      border-top: #0095a8 solid; }
    .survey-cards md-card .extension {
      position: relative;
      top: 5em;
      bottom: 0;
      left: -1.5em;
      right: 0;
      background-color: white;
      height: 22em;
      width: 293px;
      margin-top: 0.5em;
      padding-bottom: 0.5em; }
      .survey-cards md-card .extension .more-info {
        position: relative;
        top: initial;
        bottom: 1.6em;
        left: initial;
        right: 5em; }
      .survey-cards md-card .extension md-icon {
        color: #0095a8;
        position: relative;
        top: 0.2em;
        bottom: initial;
        left: initial;
        right: 0.2em; }
      .survey-cards md-card .extension .md-button {
        font-size: 13px;
        text-align: left;
        padding-left: 1.5em;
        color: #0095a8;
        margin: 0em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        border-radius: 0em; }
        .survey-cards md-card .extension .md-button:hover, .survey-cards md-card .extension .md-button:focus {
          background-color: #0095a8;
          color: white; }
          .survey-cards md-card .extension .md-button:hover a, .survey-cards md-card .extension .md-button:focus a {
            color: white; }
          .survey-cards md-card .extension .md-button:hover md-icon, .survey-cards md-card .extension .md-button:focus md-icon {
            color: white; }
      .survey-cards md-card .extension.info-ext {
        top: 5em; }
      .survey-cards md-card .extension .info-p {
        padding-left: 1em;
        margin-top: 0.5em; }
      .survey-cards md-card .extension .info-button {
        color: #0095a8;
        text-align: left;
        padding: 0em;
        margin-top: 0.5em;
        font-size: 14px;
        padding-right: 0.5em;
        padding-left: 0.5em;
        border-radius: 3px;
        margin-left: 1em; }
        .survey-cards md-card .extension .info-button:hover, .survey-cards md-card .extension .info-button:focus {
          background-color: rgba(158, 158, 158, 0.2);
          color: #0095a8; }
    .survey-cards md-card hr {
      width: 100%;
      background-color: #e0e0e0;
      position: absolute;
      top: 12em;
      right: 0em; }
    .survey-cards md-card .menu-hr {
      width: 100%;
      background-color: #e0e0e0;
      position: relative;
      top: 0em;
      margin: 0em; }
    .survey-cards md-card md-card-title {
      padding-left: 5px;
      padding-top: 12px; }
  .survey-cards .survey-card md-card-content {
    margin: 5px;
    padding-left: 5px; }
  .survey-cards .survey-card .uppercase-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #0095a8;
    margin: 0px; }
  .survey-cards .survey-card .survey-card-title {
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    padding-bottom: 0px; }
  .survey-cards .survey-card .survey-card-status {
    margin: 0;
    font-size: 14px;
    padding: 0; }
    .survey-cards .survey-card .survey-card-status.company {
      margin-top: 1em; }
  .survey-cards .survey-card .start {
    position: absolute;
    top: inherit;
    bottom: 1em;
    left: 0.7em;
    right: inherit;
    width: 110px; }
  .survey-cards .survey-card .options {
    position: absolute;
    top: 12em;
    bottom: 0em;
    left: 9.5em;
    right: 6em;
    height: 5.2em;
    width: 100px; }
    .survey-cards .survey-card .options md-icon {
      color: #0095a8;
      text-align: left;
      margin-top: 0.5em; }
  .survey-cards .survey-card .info {
    position: absolute;
    top: 12em;
    bottom: 0em;
    left: inherit;
    right: 1em;
    height: 5.2em; }
  .survey-cards .add-survey-card {
    background-color: white;
    border: 1px solid #0095a8;
    border-radius: 0;
    height: 199px; }
    .survey-cards .add-survey-card .add-survey-card-title {
      padding-bottom: 0;
      padding-right: 0;
      height: 30px; }
    .survey-cards .add-survey-card .add-survey-card-msg {
      margin-top: 0;
      text-align: left;
      position: relative;
      bottom: 7.5em;
      padding-right: 1em;
      padding-left: 0em;
      font-size: 14px; }
    .survey-cards .add-survey-card .add-survey-card-bg {
      opacity: 0.2;
      color: #0095a8;
      margin-right: .65em;
      margin-top: .2em;
      margin-bottom: 0.5em;
      position: relative;
      bottom: 0.5em; }
    .survey-cards .add-survey-card hr {
      top: 8.5em; }
    .survey-cards .add-survey-card .add-survey-card-actions {
      margin-left: 0em;
      position: relative;
      bottom: 5.5em;
      margin-left: 5px; }

.add-survey-card-button, .add-survey-card-button-list {
  background-color: #6cc6cc;
  border: 1px solid #6cc6cc; }
  .add-survey-card-button:hover, .add-survey-card-button-list:hover, .add-survey-card-button:focus, .add-survey-card-button-list:focus {
    background-color: #68B1BA !important; }
  .add-survey-card-button .md-title, .add-survey-card-button-list .md-title {
    color: white;
    margin: 0px; }
  .add-survey-card-button md-icon, .add-survey-card-button-list md-icon {
    color: white;
    text-align: left;
    margin-top: 0.5em; }
  .add-survey-card-button-list {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 16px; }

/*Support Actions Cards*/
.help-cards .help-card {
  height: 215px;
  width: 310px;
  display: inline-block;
  background-color: #EBF0F5;
  border-top: 10px solid #0095a8; }
  .help-cards .help-card .help-card-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold; }
  .help-cards .help-card .help-card-content {
    height: 30%; }
    .help-cards .help-card .help-card-content .help-card-text {
      text-align: left;
      position: relative;
      top: -3.5em;
      padding-left: 1.5em; }
  .help-cards .help-card hr {
    width: 95%;
    background-color: #e0e0e0;
    position: relative; }
  .help-cards .help-card .help-card-actions {
    height: 15%; }
    .help-cards .help-card .help-card-actions .help-card-btn {
      position: relative;
      top: .7em;
      width: 12em; }
      .help-cards .help-card .help-card-actions .help-card-btn .btn-icon {
        padding-top: 0.5em; }
  .help-cards .help-card .help-card-bg {
    opacity: 0.1;
    color: #0095a8;
    position: relative; }
    .help-cards .help-card .help-card-bg.faq-bg {
      bottom: .4em;
      left: .4em; }
    .help-cards .help-card .help-card-bg.chat-bg {
      bottom: .4em;
      left: .3em; }

/*Angular Material Override*/
md-card {
  position: relative; }
  md-card md-card-content {
    padding: 0;
    text-align: center; }
  md-card md-list {
    padding-top: 0px; }

/*Padding on top of icon*/
md-icon.top-padding {
  padding-top: 0.5em; }

/*Angular Material Override*/
md-list-item .material-icons {
  font-size: 32px; }

md-list-item .md-button.md-icon-button {
  margin-right: 22px; }

/*Hover over X on dialog*/
.fa-times:hover {
  color: #d2e5ec; }

/*Angular Material Override*/
md-card .md-button.md-icon-button {
  width: 40px;
  padding: 0;
  margin-top: 0; }

.black-icon {
  color: black; }

.delete-icon {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  min-height: 20px;
  height: 20px; }
  .delete-icon.md-button:not([disabled]):hover, .delete-icon .md-button:not([disabled]):focus {
    background-color: white; }
  .delete-icon md-icon:hover {
    color: red; }
  .delete-icon:hover, .delete-icon:focus {
    background-color: white;
    color: red; }

/*Move icon to the left*/
.icon-left {
  float: left;
  position: relative;
  top: 0.5em;
  padding-right: 0.5em;
  color: #0095a8; }

/*Position icon on left of input*/
.input-icon-left {
  position: relative;
  top: 0.6em;
  bottom: 0;
  left: 0.25em;
  right: 0;
  color: lightgrey;
  z-index: 50;
  margin-left: 0;
  margin-right: 0; }
  .input-icon-left.case-icon {
    position: relative;
    top: 1.4em;
    bottom: 0;
    left: -4em;
    right: 0; }

/*Angular Material Override*/
.md-button:not([disabled]).md-icon-button:hover, .md-button:not([disabled]).md-icon-button:focus {
  background-color: rgba(158, 158, 158, 0.2); }

/*Angular Material Override*/
img {
  height: 100%; }

/*Circle with user initials*/
.circle, .circle-sm {
  border-radius: 50%;
  background-color: orange;
  height: 58px;
  width: 58px; }
  .circle.initials, .initials.circle-sm {
    color: white;
    font-size: 32px;
    text-align: center;
    line-height: 58px;
    margin-right: 0.5em; }
  .circle.image, .image.circle-sm {
    margin-right: 1em; }

/*Small circle with user initials*/
.circle-sm {
  height: 29px;
  width: 29px; }
  .circle-sm.initials {
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    margin-left: 0.5em; }

/*Auth code box on user homepage*/
@media (min-width: 1920px) {
  .ac-box {
    margin-left: 5em; } }

.ac-box.ac-gradient {
  display: inline-block;
  background: rgba(31, 32, 79, 0);
  background: -moz-linear-gradient(top, rgba(31, 32, 79, 0) 0%, #1f204f 60%, #1f204f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31, 32, 79, 0)), color-stop(60%, #1f204f), color-stop(100%, #1f204f));
  background: -webkit-linear-gradient(top, rgba(31, 32, 79, 0) 0%, #1f204f 60%, #1f204f 100%);
  background: -o-linear-gradient(top, rgba(31, 32, 79, 0) 0%, #1f204f 60%, #1f204f 100%);
  background: -ms-linear-gradient(top, rgba(31, 32, 79, 0) 0%, #1f204f 60%, #1f204f 100%);
  background: linear-gradient(to bottom, rgba(31, 32, 79, 0) 0%, #1f204f 60%, #1f204f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f204f', endColorstr='#1f204f', GradientType=0 ); }

.ac-box .ac-img {
  position: relative;
  display: block;
  z-index: -1; }

.ac-box .ac-title {
  color: white;
  font-size: 18px;
  max-width: 54%;
  padding: 1em; }

.ac-box .ac-msg {
  color: white;
  padding-left: 1em;
  max-width: 58%;
  display: block;
  font-size: 16px;
  padding-top: 2em; }
  @media (min-width: 1920px) {
    .ac-box .ac-msg {
      max-width: 45%; } }

.ac-box .ac-content {
  position: absolute;
  top: 3em; }

.ac-box .ac-button {
  background-color: #96D8E0;
  position: relative;
  margin-top: 2em;
  margin-left: 1em; }
  .ac-box .ac-button .md-title {
    color: white;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
  .ac-box .ac-button md-icon {
    color: white;
    text-align: left;
    float: left;
    margin-top: .7em; }

.ac-box .md-button:not([disabled]):hover, .ac-box .md-button:not([disabled]):focus {
  background-color: #96D8E0; }

/** CENSUS ICON SPRITES **/
.button_sprite {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../img/icon_buttons.png"); }

.icon_cal {
  width: 26px;
  height: 26px;
  background-position: -30px -86px; }

.icon_chart {
  width: 26px;
  height: 26px;
  background-position: -30px -58px; }

.icon_cidr {
  width: 26px;
  height: 26px;
  background-position: -30px -30px; }

.icon_mail {
  width: 26px;
  height: 26px;
  background-position: -86px -2px; }

.icon_mail_header {
  width: 26px;
  height: 26px;
  background-position: -58px -2px; }

.icon_pdf {
  width: 26px;
  height: 26px;
  background-position: -30px -2px; }

.icon_pdf_sm {
  width: 20px;
  height: 20px;
  background-position: -80px -30px; }

.icon_rss {
  width: 26px;
  height: 26px;
  background-position: -2px -86px; }

.icon_rss_header {
  width: 26px;
  height: 26px;
  background-position: -2px -58px; }

.icon_txt {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_xls {
  width: 26px;
  height: 26px;
  background-position: -2px -2px; }

.icon_xlsx {
  width: 26px;
  height: 26px;
  background-position: -2px -2px; }

.icon_xls_sm {
  width: 20px;
  height: 20px;
  background-position: -58px -30px; }

.icon_doc {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_docx {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_csv {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_dat {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_db {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_sqlite {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_xml {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_zip {
  width: 26px;
  height: 26px;
  background-position: -2px -30px; }

.icon_sm {
  transform: scale(0.7, 0.7);
  vertical-align: middle; }

.icon_text {
  vertical-align: middle; }

.dialog-content-padding {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }

.user-menu {
  /*Angular Material Override*/
  /*Angular Material Override*/ }
  .user-menu .md-open-menu-container.md-active {
    border-radius: 15px;
    width: 175px; }
  .user-menu md-menu-content {
    border-radius: 15px; }

/*Angular Material Override*/
md-dialog {
  max-width: 60%;
  min-width: 50%; }
  @media (max-width: 959px) {
    md-dialog {
      max-width: 90%; } }
  md-dialog.dialog-lg {
    max-width: 80%;
    min-width: 80%;
    max-height: 100%; }
    @media (max-width: 1279px) {
      md-dialog.dialog-lg {
        min-width: 80%;
        max-width: 80%; } }
  md-dialog.dialog-md {
    max-width: 50%;
    min-width: 50%; }
    @media (max-width: 1279px) {
      md-dialog.dialog-md {
        max-width: 60%;
        min-width: 50%; } }
    @media (max-width: 959px) {
      md-dialog.dialog-md {
        max-width: 95%;
        min-width: 80%; } }
    @media (max-width: 599px) {
      md-dialog.dialog-md {
        max-width: 100%; } }
  md-dialog.dialog-sm {
    max-width: 30%;
    min-width: 30%; }
  md-dialog.dialog-xsm {
    max-width: 25%;
    min-width: 25%;
    overflow: hidden; }
    @media (max-width: 1279px) {
      md-dialog.dialog-xsm {
        min-width: 30%;
        max-width: 60%; } }
    @media (max-width: 599px) {
      md-dialog.dialog-xsm {
        min-width: 100%;
        max-width: 100%; } }
  md-dialog.dialog-long {
    max-height: 100%;
    min-width: 30%;
    z-index: 100; }
    @media (max-width: 1279px) {
      md-dialog.dialog-long {
        max-width: 80%; } }
    @media (max-width: 599px) {
      md-dialog.dialog-long {
        max-width: 100%; } }

/*align action buttons in dialog*/
md-dialog-actions.aligned {
  display: inline-block; }

.md-dialog-container {
  position: fixed;
  top: 0 !important;
  height: 100% !important; }

/*Position icon in table to the right*/
table .icon-right {
  float: right;
  margin-top: 6px; }

/*Table in a dialog*/
.dialog-table, .dialog-table .dialog-th, .dialog-table .dialog-td {
  border: 1px solid lightgrey;
  border-collapse: collapse;
  line-height: 20px;
  text-align: left;
  width: 100%; }
  .dialog-table .dialog-th {
    font-weight: bold;
    background-color: #d2e5ec;
    border-bottom: 1px solid lightgrey;
    color: black;
    padding-left: 10px;
    line-height: 30px;
    padding: 0.5em; }
    .dialog-table .dialog-th:hover, .dialog-table .dialog-th:focus {
      background-color: #A2CEDE;
      cursor: pointer; }
  .dialog-table .dialog-td {
    color: grey;
    padding-left: 0.5em; }
    .dialog-table .dialog-td .blue-td {
      color: #0095a8; }
    .dialog-table .dialog-td.sm-td {
      padding: 0.5em; }

/*Table displaying case details*/
.case-table, .case-table .case-main-th, .case-table .case-th {
  border: 1px solid lightgrey;
  border-collapse: collapse;
  text-align: left;
  margin-top: 40px;
  font-size: 13px;
  width: 100%; }
  .case-table .case-main-th {
    background-color: #0095a8;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px; }
    .case-table .case-main-th .th-sm {
      color: white;
      font-size: 14px;
      float: right; }
  .case-table .case-th {
    font-weight: bold;
    width: 13%;
    text-align: right;
    padding: 5px;
    background-color: #F5F5F5; }
  .case-table .case-td {
    border: 1px solid lightgrey;
    border-collapse: collapse;
    padding: 10px; }
    .case-table .case-td.description-td {
      width: 50%; }
  .case-table .case-tr-bold {
    border-bottom: 2px solid lightgrey; }
  .case-table .case-transition-td {
    padding: 5px;
    color: grey; }
    .case-table .case-transition-td .case-transition-container {
      float: right;
      height: 29px; }
    .case-table .case-transition-td .td-label {
      color: grey;
      font-weight: bold;
      float: left;
      padding: 5px; }
      .case-table .case-transition-td .td-label.td-icon {
        font-weight: 100; }
  .case-table .md-button {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    min-height: 0px; }

/*Table displying support requests*/
.support-table, .support-table .support-th, .support-table .support-td {
  border: 1px solid lightgrey;
  border-collapse: collapse;
  text-align: left;
  margin-top: 1em;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
  /*Version of support requests showing less information*/ }
  .support-table.simple-table, .support-table .simple-table.support-th, .support-table .simple-table.support-td {
    margin-bottom: 5em;
    margin-left: 2em;
    margin-top: 1em; }
    .support-table.simple-table .simple-tr, .support-table .simple-table.support-th .simple-tr, .support-table .simple-table.support-td .simple-tr {
      width: 100%; }
      .support-table.simple-table .simple-tr .descr-th, .support-table .simple-table.support-th .simple-tr .descr-th, .support-table .simple-table.support-td .simple-tr .descr-th, .support-table.simple-table .simple-tr descr-td, .support-table .simple-table.support-th .simple-tr descr-td, .support-table .simple-table.support-td .simple-tr descr-td {
        width: 30%; }
  .support-table .support-th {
    background-color: #d2e5ec;
    border-bottom: 1px solid lightgrey;
    color: black;
    padding-left: 1em;
    padding-top: 1em;
    width: 8%; }
    .support-table .support-th:hover {
      background-color: #A2CEDE; }
      .support-table .support-th:hover.sortable {
        cursor: pointer; }
    .support-table .support-th md-icon {
      color: grey;
      position: relative;
      bottom: .3em; }
  .support-table .support-td {
    width: 8%;
    padding-left: 5px; }
    .support-table .support-td .descr-link {
      white-space: inherit; }

/*Pagination Override*/
.pagination {
  text-align: center; }
  .pagination li {
    display: inline;
    list-style-type: none;
    height: 30px;
    width: 30px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    background: #E4E4E4;
    margin: 2px 3px; }
    .pagination li a {
      padding-left: 11px;
      padding-right: 11px;
      padding-bottom: 7px;
      padding-top: 7px; }
  .pagination li.active {
    background: #006DA0; }
  .pagination li.active a {
    color: white; }
  .pagination li.active:hover {
    color: white; }
  .pagination li.active:focus {
    color: white; }
  .pagination li:first-child {
    margin-left: 10px; }
  .pagination li:last-child {
    margin-right: 10px; }

/*Fade in/out transition*/
.fade {
  transition: .5s linear all;
  overflow: hidden; }
  .fade.ng-hide {
    opacity: 0; }

/*Angular Material Override*/
md-checkbox:not([disabled]).md-primary .md-icon {
  border-color: #0095a8; }

/*Angular Material Override*/
md-radio-button .md-off, md-radio-button .md-on {
  border-color: #0095a8;
  width: 13px;
  height: 13px; }

/*Row of radiobuttons*/
.horizontal-buttons md-radio-button .md-container {
  top: 70%; }

/*Fixing CSS overrides on pages with external header*/
#bootstrap-fix {
  font-size: 14px !important;
  line-height: normal !important; }
  #bootstrap-fix .bootstrap-fix-h1 {
    font-family: Arial, "Verdana", sans-serif !important;
    color: white; }
  #bootstrap-fix .bootstrap-fix-div-success {
    height: 150px !important; }
  #bootstrap-fix .bootstrap-fix-h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-family: Arial, "Verdana", sans-serif !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font: inherit; }
  #bootstrap-fix .bootstrap-fix-h4-subhead {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: normal !important;
    font-family: Arial, "Verdana", sans-serif !important;
    font: inherit;
    height: 24px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    line-height: 24px !important; }
  #bootstrap-fix .bootstrap-fix-h3 {
    font-size: 14px !important;
    font-family: Arial, "Verdana", sans-serif !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    padding: 0px !important; }
  #bootstrap-fix .bootstrap-fix-h3-b {
    color: black !important;
    margin-top: 5px !important;
    font-size: 1.17em !important;
    font-family: Arial, "Verdana", sans-serif !important; }
  #bootstrap-fix .bootstrap-fix-subhead {
    height: 24px !important;
    text-align: center !important; }
  #bootstrap-fix .bootstrap-fix-p {
    font-size: 12px !important;
    padding: .5em !important;
    text-align: left !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    font-family: Arial, "Verdana", sans-serif !important;
    font: initial; }
    #bootstrap-fix .bootstrap-fix-p.bootstrap-fix-p-success {
      font-size: 16px !important;
      margin-top: 16px !important;
      padding: 8px !important;
      margin-bottom: 16px !important; }
  #bootstrap-fix .bootstrap-fix-p-sm-header {
    font-family: Arial, "Verdana", sans-serif !important;
    padding: 6px !important;
    margin: 0px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    font-size: 12px !important; }
  #bootstrap-fix .bootstrap-fix-span {
    font-family: Arial, "Verdana", sans-serif !important; }
    #bootstrap-fix .bootstrap-fix-span-b {
      font-weight: bold !important;
      font-size: 11.62px !important; }
  #bootstrap-fix .bootstrap-fix-hr {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    height: 1px;
    position: relative;
    border-top-width: 0px;
    padding: 0px;
    margin: auto;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    font-size: 14px !important; }
  #bootstrap-fix .bootstrap-fix-hr-black {
    height: 1px !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-top-style: none !important;
    padding: 0px !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important; }
  #bootstrap-fix .bootstrap-fix-p-help-text {
    font-size: 12px !important;
    margin-bottom: 0px !important;
    padding: 6px !important;
    padding-left: 18px !important;
    margin-top: 12px !important; }
  #bootstrap-fix .bootstrap-fix-md-card-title {
    line-height: normal !important; }
  #bootstrap-fix .bootstrap-fix-md-content {
    line-height: normal !important;
    font-family: Arial, "Verdana", sans-serif !important;
    font-size: 14px !important; }
  #bootstrap-fix .bootstrap-fix-a {
    font-size: 10px; }
    #bootstrap-fix .bootstrap-fix-a:visited {
      color: white; }
  #bootstrap-fix p, #bootstrap-fix span {
    font-family: Arial, "Verdana", sans-serif !important; }

/*Angular Material Override*/
.md-open-menu-container.md-active {
  border-radius: 5px; }

/*Angular Material Override*/
md-menu-content {
  border-radius: 5px;
  border: 1px solid #0095a8;
  min-width: 220px;
  padding: 0px; }
  md-menu-content .arrow-up, md-menu-content .arrow-down {
    color: #0095a8;
    position: absolute;
    top: -.7em;
    left: 5em;
    font-size: 30px; }
  md-menu-content .arrow-down {
    top: 2.95em; }

/*Angular Material Override*/
md-menu-item > .md-button {
  font-weight: bold;
  font-size: 13px;
  text-align: center; }
  md-menu-item > .md-button:hover, md-menu-item > .md-button:focus {
    color: white; }

/*Angular Material Override*/
md-menu-item:not(:last-child) {
  border-bottom: 1px solid lightgrey; }

/*Angular Material Override*/
md-menu-item .md-button:not([disabled]):hover, md-menu-item .md-button:not([disabled]):focus {
  background-color: #0095a8; }

.footer {
  background-color: #112e51;
  height: 50px;
  font-size: 10px;
  color: white;
  text-align: center;
  width: 100%; }
  .footer a {
    color: white;
    margin-left: 5px;
    margin-right: 5px; }
  .footer .footer-links {
    margin-left: auto;
    margin-right: auto;
    line-height: 20px; }

.header-background {
  background-color: #0095a8; }

.toolbar-mainBar {
  background-color: #0095a8;
  background: url("../img/header-gradient.png"); }
  .toolbar-mainBar .toolbar-links {
    white-space: nowrap; }

.toolbar-mobileBar {
  flex-basis: auto !important; }

.header-census-links-bar {
  margin-right: 0px;
  position: relative;
  top: -14px; }
  .header-census-links-bar .header-link {
    margin-right: 5px; }
  @media (max-width: 1919px) {
    .header-census-links-bar {
      left: 75px; } }
  @media (min-width: 1920px) {
    .header-census-links-bar {
      left: -140px; } }

.header-censusBar {
  height: 72px;
  background: url("../img/censusBackgroundHeader.jpg") no-repeat -12px;
  background-size: cover;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px; }

.header-link {
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  margin-left: 0px;
  padding-left: 5px;
  border-left-width: 1px;
  border-left-style: solid;
  color: #333; }
  .header-link:first-child {
    border-left-width: 0px; }
  .header-link-bold {
    padding-left: 0px;
    padding-right: 0px; }
    .header-link-bold p:first-child {
      margin: 0px;
      line-height: 0.5em;
      text-align: left;
      margin-top: .2em;
      font-weight: bold;
      font-size: 13px;
      padding-left: 3px;
      padding-right: 3px; }
    .header-link-bold p:last-child {
      margin: 0;
      line-height: 0em;
      text-align: left;
      font-size: 9px;
      letter-spacing: normal; }
  .header-link-white {
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: none; }

.header-image {
  position: relative;
  z-index: 5;
  right: 60px;
  height: auto; }
  @media (max-width: 1279px) {
    .header-image {
      height: 70px;
      bottom: 10px;
      right: 10px; } }
  @media (max-width: 959px) {
    .header-image {
      height: 70px;
      bottom: 10px;
      right: 26%; } }
  @media (max-width: 599px) {
    .header-image {
      height: 70px;
      bottom: 10px;
      right: 5%; } }

@media (max-width: 959px) {
  ec-header-census .md-toolbar-tools {
    padding-left: 10%; } }

@media (max-width: 599px) {
  ec-header-census .md-toolbar-tools {
    padding-left: 0; } }

ec-header-census .md-toolbar-tools .menu-button {
  margin-left: auto; }

.rsvp-container {
  border-radius: 20px;
  background-color: #cfd5dc;
  margin-top: 40px;
  padding: 20px;
  text-align: center; }
  .rsvp-container .rsvp-header {
    font-size: 16pt;
    margin: 16px; }
  .rsvp-container .rsvp-subheader {
    font-size: 14pt;
    margin-top: -16px;
    margin-bottom: 16px; }
  .rsvp-container .rsvp-body {
    font-size: 13pt; }
  .rsvp-container button {
    width: 100px; }
