/* General */

body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 18px;
  font-size: 1.28571429rem;
}

@font-face {
  font-family: "MyRevenue";
  src: url("../fonts/MyRevenue.eot");
  src: url("../fonts/MyRevenue.eot?#iefix") format("embedded-opentype"), url("../fonts/MyRevenue.woff") format("woff"), url("../fonts/MyRevenue.ttf") format("truetype"), url("../fonts/MyRevenue.svg#MyRevenue") format("svg");
}

.field-date {
  padding: 0px;
}

.field-date label {
  margin: 0;
}

.field-date .form-control {
  text-align: center;
}

.field-date .help-block {
  margin-top: 14px;
}

.field-date--label {
  font-size: 1.28571429rem;
}

.field-date .form-control {
  text-align: center;
}

.field-date-day,
.field-date-month,
.field-date-year {
  padding: 0;
  width: 29%;
  padding-left: 4px;
}

.field-date-day,
.field-date-month {
  margin-right: 14px;
}

@media only screen and (max-width: 480px) {
  .field-date {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .field-group-date {
    max-width: 328px;
  }
}


/* Icons */

.icon {
  display: inline-block;
  font-family: "MyRevenue";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: .9rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fill_form:before {
  content: "\e60e";
}

.icon-back:before {
  content: "\e600";
}

.icon-checkbox_selected:before {
  content: "\e601";
}

.icon-error:before {
  content: "\e602";
}

.icon-help_expanded:before {
  margin-left: -8px;
  content: "\e603";
}

.icon-help:before {
  padding-right: 8px;
  content: "\e604";
}

.icon-help-left:before {
  padding-right: 8px;
  padding-left: 8px;
  content: "\e604";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-lock:before {
  content: "\e605";
}

.icon-next:before {
  content: "\e606";
}

.icon-pw_strong:before {
  content: "\e607";
}

.icon-pw_weak:before {
  content: "\e608";
}

.icon-radio_selected .path1:before {
  content: "\e609";
  color: #000000;
}

.icon-radio_selected .path2:before {
  content: "\e60a";
  margin-left: -1em;
  color: #ffffff;
}

.icon-radio_unselected:before {
  content: "\e60b";
}

.icon-success:before {
  content: "\e60c";
}

.icon-user:before {
  content: "\e60d";
  font-size: 16px;
  font-size: 1.14285714rem;
}


/* end icons */


/* Checkbox */

.checkbox {
  margin: 0px;
  display: inline-block;
}

.checkbox input[type=checkbox] {
  width: 2em;
  margin: -20px;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 1rem;
  line-height: 32px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  top: 0;
  left: 5px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #000;
}

.checkbox input[type=checkbox]:checked~ label:before {
  font-family: "MyRevenue";
  content: "\e601";
  background: #0c72bc;
  border: 0;
  color: #fff;
  padding-top: .5rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1rem;
}

.checkbox input[type=checkbox]:focus~ label:before {
  border: 3px #00c6c6 solid;
  width: 30px;
  height: 30px;
}
/* end checkbox */


/* form content */
.form-content {
  /*
  border: 2px solid #ecedee;
  padding: 15px;
*/
  margin: 1rem 0;
  position: relative;
}

.form-buttons {
  float: left;
}
.form-group {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
  clear: both;
}

.form-header {
  margin: 2rem 0 0;
}

.form-header h3 {
  margin-bottom: 1rem;
}

.output-text {
  margin-left: 5px;
}

form {
  margin-top: 1rem;
}


/* end form content */


/* buttons */

button {
  margin: .5rem;
}

.btn-primary {
  color: #ffffff;
  background-color: #0c72bc;
  border-color: transparent;
  border-bottom: 4px solid #0a4977;
  outline: none;
  font-weight: bold;
  letter-spacing: .5px;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 3px;
  padding: .825rem 1rem;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0c72bc;
  border-color: transparent;
}

.btn-primary:hover {
  background: #0673e8;
  border-color: transparent;
  border-bottom: 4px solid #0a4977;
}

.btn-primary:hover:active {
  background: #0a4977;
  outline: none;
}

.btn-secondary {
  color: #0c72bc;
  border: none;
  border-bottom: 2px solid #0c72bc;
  cursor: pointer;
  background-color: transparent;
}

.button-box {
  margin-top: 2rem;
}


/* end buttons */


/* inputs and status container */

.status-container {
  max-width: 300px;
  border: 4px solid transparent;
}

.status-active {
  border-color: #00c6c6;
}

.status-error {
  border-color: #ff5655;
}

.form-control {
  max-width: 100%;
  height: 42px;
  border: 2px solid #333333;
  border-radius: 1px;
  font-family: "Fira Mono", Courier, Arial, sans-serif;
  font-size: 1rem;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.field-label {
  margin-left: 5px;
  font-weight: 700;
}

.info-text {
  margin: 5px 5px 10px;
  display: none;
}

.radio-btn {
  display: inline-block;
  padding: 0;
}

.radio-btn input[type=radio] {
  display: block;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  position: absolute;
}

.radio-btn label {
  margin: 0;
}

.radio-btn label {
  display: inline-block;
  cursor: pointer;
  background: #ecedee;
  position: relative;
  padding: .5rem 1.5rem .5rem 2.5rem;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.radio-label {
  width: 280px;
}

.radio-btn label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 1rem;
  left: 1rem;
  position: absolute;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
}

.radio-float-left {
  float: left;
  padding: 0px 7px 14px 14px;
}

.radio-btn input[type=radio]:checked+label:before {
  background: url("../img/radio_selected.png") no-repeat center;
  border: 0px;
  color: #fff;
  font-size: 22px;
  background-size: contain;
  text-align: center;
  line-height: 18px;
}

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
}

.input-group-addon {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0px;
  font-size: 1rem;
}

textarea {
  white-space: initial;
}


/* end inputs and status container */


/* Modals */

.modal-content {
  border-radius: 0;
  padding: 0;
}

.modal-content .modal-header {
  border-bottom: none !important;
  min-height: 50px;
}

.modal-content .modal-header .close {
  position: relative;
  background: #b0b0b0;
  border-radius: 100%;
  display: block;
  color: #fff;
  font-size: 38px;
  line-height: 22px;
  left: -10px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-content .modal-header .close img {
  height: 40px !important;
  width: 40px !important;
}

.modal-content .modal-header h2 {
  font-size: 32px;
  font-size: 2.28571429rem;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 50px;
  padding-bottom: 0;
  line-height: 32px;
  padding-top: 30px;
}

.modal-content .modal-body {
  padding: 14px 21px;
  border-bottom: none;
  padding-bottom: 0px;
}

.modal-content .modal-body p {
  font-size: 22px;
  font-size: 1.57142857rem;
}

.modal-content .modal-footer {
  border-top: none;
  padding: 14px 55px;
  padding-top: 0;
  text-align: left;
  padding-bottom: 50px;
}

.modal-content .modal-footer .underline {
  margin-left: 22px;
}

@media only screen and (max-width: 480px) {
  .modal-content .modal-header h2 {
    padding: 10px;
  }
  .modal-content .modal-body {
    padding: 0 10px;
  }
  .modal-content .modal-footer {
    padding: 0px 8px;
    padding-bottom: 30px;
  }
  .modal-content .modal-footer .btn-float {
    padding: 14px 0px 8px 20px;
  }
}

.modal-dialog:lang(ga) {
  width: 780px;
}

.modal-body h2 strong {
  margin-right: 10px;
}

/
/* Custom, Tablet Retina */

@media only screen and (max-width: 768px) {
  .footer-logo {
    margin-left: 0px;
  }
  #footer .footer-logo {
    margin: 0px;
    margin-left: 14px;
  }
}

.footer-white {
  background: #fff !important;
}

.footer-logo img {
  width: 100%;
}

.clear {
  clear: both;
}

.gaeilge {
  text-decoration: underline;
}

.gaeilge:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .gaeilge {
    text-decoration: none;
  }
}

.tube-step {
  width: 62%;
  margin: auto;
}

.tube-step img {
  width: 100%;
}

.blue-border {
  display: inline-block;
}

.session-expired div .row {
  margin-top: 20px;
}

.yellow-circle {
  color: #000;
  background: #eeb22e;
  border-radius: 100%;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  font-size: 15px;
  position: absolute;
  left: -20px;
  text-indent: 7px;
  margin-right: 10px;
  line-height: 21px;
  font-weight: normal;
}

.blue-bkg {
  color: #fff;
  background: #0c72bc;
  padding-top: 28px;
  padding-bottom: 28px;
}

.gray-bkg {
  background: #ecedee;
}

#gray-bkg .yellow-circle {
  left: -30px;
}

#gray-bkg .yellow-circle {
  left: 0;
  text-indent: 6px;
  margin-top: -2px;
}


/* Twitter */

.twitter-typeahead {
  display: block !important;
}

.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  overflow-y: scroll;
  min-height: 30px;
  max-height: 300px;
}

.twitter-typeahead .tt-suggestion {
  padding: 5px;
  border: 2px solid transparent;
}

.twitter-typeahead .tt-suggestion p {
  padding: 0;
  margin: 0;
}

.twitter-typeahead .tt-suggestion:hover {
  border-color: #33a8a3;
}

.precache-img {
  background: url("../img/radio_selected.png") no-repeat center;
  display: none;
}

.radio-btn input[type=radio]:checked+label:before {
  background: url("../img/radio_selected.png") no-repeat center;
  border: 0px;
  color: #fff;
  font-size: 22px;
  background-size: contain;
  text-align: center;
  line-height: 18px;
}

.radio-btn input[type=radio]:checked~ .radiobox {
  border: 1px solid #000;
}


/* Gray Background */

#gray-bkg,
.gray-bkg {
  background: #ecedee;
}

#gray-bkg .yellow-circle {
  left: -30px;
}

#gray-bkg .register-info-group {
  margin-top: 14px;
}

#gray-bkg .register-info-group ul {
  padding: 0;
  padding-bottom: 28px;
}

#gray-bkg .register-info-group ul li {
  line-height: 30px;
  position: relative;
  left: -10px;
  padding-left: 10px;
}

#gray-bkg .register-info-group h1 {
  color: #00c6c6;
}

#gray-bkg .register-info-group h2 {
  font-weight: bold;
  margin-top: 14px;
  padding: 0px;
}

#gray-bkg .register-requirements {
  padding: 0;
}

#gray-bkg .yellow-circle {
  left: 0;
  text-indent: 6px;
  margin-top: -2px;
}


/* Alert */

.alert {
  background: #00c6c6;
  border: none;
  color: #333;
  border-radius: 0;
}

.alert .alert-container {
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .alert .alert-container {
    width: 100%;
  }
}

.alert .alert-container .close {
  top: -8px;
  font-size: 42px;
  font-size: 3rem;
  opacity: 1;
}

.alert .alert-container ul {
  padding: 0;
}

.alert .alert-container ul li {
  list-style: none;
  font-size: 22px;
  font-size: 1.57142857rem;
}

.alert .alert-container ul li a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}


/* Validation */

.validation-error-icon {
  width: 34px;
  height: 24px;
  position: absolute;
  left: -24px;
  margin-top: 12px;
  background: url("../img/error.png") no-repeat center;
  background-size: contain;
}

.validation-error-icon-extended {
  width: 34px;
  height: 24px;
  position: absolute;
  left: -40px;
  margin-top: 12px;
  background: url("../img/error.png") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 992px) {
  .validation-error-icon {
    width: 24px;
    height: 17px;
    left: -11px;
    margin-top: 16px;
  }
}

.review-validation-content {
  padding: 90px;
  padding-bottom: 0px;
  text-align: center;
}


/* Error */

.error-x {
  width: 44px;
  padding-right: 10px;
}

.error-container {
  visibility: hidden;
  position: absolute;
  margin-top: -22px;
}

.signin-error-container {
  display: none;
  /* margin-bottom: 14px; */
  font-size: 18px;
  font-size: 1.28571429rem;
  color: #ff5655;
  font-weight: bold;
}

.signin-error-container .error-x {
  position: absolute;
  left: -24px;
  margin-top: 2px;
}

@media screen and (max-width: 992px) {
  .signin-error-container .error-x {
    width: 30px;
    height: 17px;
    left: -11px;
    margin-top: 16px;
  }
}

.errorHide {
  visibility: hidden;
}

.errorShow {
  display: block;
  padding-left: 18px;
  font-size: 18px;
  font-size: 1.28571429rem;
  color: #ff5655;
  font-weight: bold;
  visibility: visible;
}

.error-x {
  width: 44px;
  padding-right: 10px;
}
.system-error p{
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

.system-error--desc {
  float: left;
}

.system-error--img {
  width: 140px;
}

@media screen and (max-width: 1200px) {
  .system-error--img {
    float: left;
    margin-left: 14px;
  }
}

.system-error--img img {
  width: 140px;
}

.system-error--btn {
  margin-left: 8px;
}

.green-tick-image {
  width: 34px;
  height: 24px;
  position: absolute;
  left: -6px;
  background: url("../img/green_tick.png") no-repeat center;
  background-size: contain;
}

.red-x-image {
  width: 34px;
  height: 24px;
  position: absolute;
  left: -6px;
  background: url("../img/pw_weak.png") no-repeat center;
  background-size: contain;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .status-message.top-margin-xs {
    margin-top: 18px !important;
  }
}

.status-message.status-error {
  color: #ff5655;
}

.status-message.status-weak {
  color: #fbb816;
}

.status-message.status-medium {
  color: #25a7a7;
}

.status-message.status-strong {
  color: #025e63;
}

.status-message.visible {
  display: block;
}

.status-message.without-label {
  margin-top: 0;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  /* Popover */
  .popover {
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    border: 0 solid;
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    top: 239px;
    background: #0c72bc;
  }
  .popover.right {
    margin-left: 312px;
    margin-top: 30px;
    min-width: 460px;
  }
  @media ( max-width: 992px) {
    .popover {
      position: absolute;
      left: 0 !important;
      top: 30% !important;
      width: 100%;
      max-width: 100%;
      height: 40%;
      margin: auto;
    }
    .arrow {}
    .popover.right,
    .popover.left,
    .popover.top,
    .popover.bottom {
      margin: 0;
    }
  }
  .popover-title {
    background: #0c72bc;
    border-bottom: none;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 31px 60px 0;
  }
  .popover-content {
    background: #0c72bc;
    border: none;
    border-radius: 0;
    padding: 10px 30px 25px;
    line-height: 24px;
  }
  .popover-content span {
    color: #000;
    background: #eeb22e;
    border-radius: 100%;
    display: block;
    width: 20px;
    height: 20px;
    FLOAT: LEFT;
    text-indent: 6px;
    margin-right: 10px;
    line-height: 22px;
  }
  .popover.right>.arrow:after {
    border-right-color: #0c72bc;
  }
  .popover-content {
    background-color: #0c72bc;
  }
  /* Custom, iPhone Retina */
  @media only screen and (max-width: 768px) {
    .edit-panel {
      height: 88px;
    }
    .table--edit {
      text-align: left;
    }
    .save-update {
      padding-left: 18px;
    }
  }
  @media only screen and (max-width: 768px) {
    .section-number {
      padding-top: 28px;
    }
    .link-back {
      left: 20px !important;
    }
  }
  /* Accessibility */
  .outline-accesibility-tab:focus,
  .outline-accesibility-tab-img:focus img {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
  }
  .open .outline-accesibility-tab:focus {
    outline: 0;
  }
  .outline-accesibility-tab-img-black:focus img {
    outline: 1px dotted black;
  }
  .outline-accesibility-tab-img-white:focus img {
    outline: thin dotted white;
    outline-offset: 5px
  }
}

.dayMonthYear {
  clear: both;
  padding-left: 10px;
  word-spacing: 56px;
}

.tabHalfWidth {
  width: 50%
}


/* Progress Section */

.progress--section1 {
  background-color: #025e63;
  margin: 0px;
  border-bottom: 14px solid #00c6c6;
}

.progress--section2 {
  background-color: #025e63;
  margin: 0px;
  border-bottom: 14px solid #00c6c6;
  height: 94px;
}

.progress--section1 .progressText {
  font-size: 24px;
  font-size: 1.71428571rem;
  padding-top: 14px;
  color: #fff;
  font-weight: 800;
}

.progress--section2 .progressText {
  font-size: 24px;
  font-size: 1.71428571rem;
  padding-top: 30px;
  color: #fff;
  font-weight: 800;
  padding-left: 15px;
}

.progress--section-2 {
  background-color: #00c6c6;
  margin: 0px;
  padding-bottom: 14px;
}


/* Help_Block/Panel */

.help-img {
  padding-left: 4px;
}

.help-block {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 4px;
  font-size: 18px;
  font-size: 1.28571429rem;
  color: #595959;
}

.help-panel {
  margin-top: 95px;
  font-size: 18px;
  font-size: 1.28571429rem;
}

@media only screen and (max-width: 480px) {
  .help-block {
    margin-top: 0;
    margin-bottom: 10px;
  }
}