@charset "UTF-8";
label {
  display: block;
  margin-bottom: 5px;
  color: #848484; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-search {
  width: 63.5%;
  margin: 0 auto;
  position: relative; }

.not-active-border {
  border: none !important; }

.list-search {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #5D8800;
  margin: 0;
  padding: 0;
  color: #000000;
  list-style: none;
  width: 77%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .list-search li {
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .list-search li:hover {
      background-color: #00ADEF;
      color: white; }
    .list-search li p {
      line-height: 34px;
      font-size: 14px !important;
      margin: 0; }

.border-radius-input {
  border-bottom-left-radius: 0 !important; }

.form-control {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 77.5%;
  height: 50px;
  padding: 6px 22px;
  font-size: 26px;
  font-family: MyriadPro-Regular, sans-serif;
  color: #000000;
  vertical-align: middle;
  background-image: none;
  border: 2px solid #5D8800;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #B2BABF; }
  .form-control::-moz-placeholder {
    color: #B2BABF; }
  .form-control:-ms-input-placeholder {
    color: #B2BABF; }
  .form-control::-webkit-input-placeholder {
    color: #B2BABF; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

.form-vertical .form-control {
  height: 45px;
  padding: 5px 10px;
  font-size: 22px; }

textarea.form-control {
  height: auto !important;
  resize: none; }

.form-group {
  position: relative;
  margin-bottom: 15px; }

.prepend-icon .form-control:focus + label i {
  color: #009bd6; }

.prepend-icon label {
  box-sizing: border-box;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 54px;
  height: 54px;
  line-height: 3.8em;
  background-color: #B2BABF;
  text-align: center; }
  .prepend-icon label i {
    color: white;
    font-size: 1.5em; }

.prepend-icon .form-control {
  text-indent: 50px; }

.prepend-icon span {
  display: inline-block;
  height: 58px;
  width: 59px;
  background-color: #999999;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #999999;
  border-right: none;
  vertical-align: middle; }
  .prepend-icon span i {
    color: white;
    font-size: 1.5em;
    line-height: 59px;
    height: 59px;
    display: inline-block;
    width: 100%;
    text-align: center; }

form div.error {
  font-family: MyriadPro-Regular, sans-serif;
  font-size: 1em;
  color: #FF716B;
  padding: 10px 0; }

form ul.errors {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background-color: #FF716B;
  color: #FFFFFF; }
  form ul.errors li {
    padding: 10px 20px; }
  form ul.errors li:before {
    content: "• ";
    color: #FFFFFF; }

.errors.ng-hide-add, .errors.ng-hide-remove {
  transition: opacity linear 0.5s;
  display: block !important; }

.errors.ng-hide-add.ng-hide-add-active, .errors.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0); }

.errors.ng-hide-add, .errors.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100); }

.search-form .search-header {
  height: 90px;
  line-height: 90px;
  border-top: 1px solid #68A800;
  background-color: #7FBA00; }
  .search-form .search-header .item {
    display: inline-block;
    margin: 0 1.5%; }
    .search-form .search-header .item span {
      font-size: 26px;
      vertical-align: top; }
    .search-form .search-header .item .star-rating {
      display: inline-block;
      margin-top: 3px;
      margin-left: 8px; }

.search-form .button-form-control {
  background-color: #5D8800;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  width: 22.5%;
  float: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #fff; }

.search-form .form-control {
  border: 2px solid #5D8800;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .search-form .form-control::-webkit-input-placeholder {
    color: #999999; }
  .search-form .form-control::-moz-placeholder {
    color: #999999; }
  .search-form .form-control:-ms-input-placeholder {
    color: #999999; }

.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.row:after {
  clear: both; }

.column {
  width: 50%;
  padding: 0 60px 0 60px;
  box-sizing: border-box; }
  .column .large-button {
    width: 100%; }
  .column.one {
    margin: 0 auto; }

.columns-40-60 .left-column {
  width: 40%; }

.columns-40-60 .right-column {
  width: 60%; }
  .columns-40-60 .right-column .padded {
    padding-left: 60px; }

.right-column {
  float: right; }

.left-column {
  float: left;
  border-right: 1px solid #cad3d9; }

.hint {
  color: #999999;
  font-family: MyriadPro-Regular, sans-serif;
  padding: 10px 0;
  margin-bottom: 20px; }

.link-hint {
  text-decoration: none;
  margin: 0;
  padding: 0; }
  .link-hint:hover {
    color: #01ADEF; }

.text-support-forgot {
  font-family: MyriadPro-Light, sans-serif;
  color: #848484;
  font-size: 28px;
  text-align: center; }
