/* line 34, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
::-webkit-input-placeholder {
  font-weight: 300;
  color: #999; }

/* line 37, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
::-moz-placeholder {
  font-weight: 300;
  color: #999; }

/* line 40, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
::-ms-input-placeholder {
  font-weight: 300;
  color: #999; }

/* line 1, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
body {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #444;
  line-height: 1.5; }

/* line 7, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 4rem 0 0.5rem; }

/* line 11, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0 0.5rem; }

/* line 16, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2rem 0 0.5rem; }

/* line 22, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
.alert > h1,
h1 + p, .alert > h2,
h2 + p, .alert > h3,
h3 + p {
  margin-top: 0; }

/* line 25, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
h1 .thin, h2 .thin, h3 .thin {
  font-weight: 400; }

/* line 28, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
.align-right {
  float: right; }

/* line 31, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
.thin {
  font-weight: 400; }

/* line 40, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
a {
  color: #398ECF;
  cursor: pointer; }
  /* line 37, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
  a:hover {
    text-decoration: underline;
    color: #62a5d9; }

/* line 46, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
blockquote {
  font-weight: 600;
  font-style: italic;
  position: relative;
  padding-left: 4rem;
  margin: 0; }
  /* line 52, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
  blockquote:before {
    content: '"';
    font-size: 4rem;
    position: absolute;
    left: 0rem;
    margin-top: -1rem; }

/* line 59, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
.marker {
  background-color: Yellow; }

/* line 18, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='url'],
input[type='number'],
input[type='tel'],
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 600;
  color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 440px; }
  /* line 13, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type='text'].ng-invalid,
  input[type='email'].ng-invalid,
  input[type='password'].ng-invalid,
  input[type='url'].ng-invalid,
  input[type='number'].ng-invalid,
  input[type='tel'].ng-invalid,
  textarea.ng-invalid {
    border: 1px solid #F77 !important;
    background-color: #FFF3F3; }
  /* line 29, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  td input[type='text'],
  .col input[type='text'], td
  input[type='email'],
  .col
  input[type='email'], td
  input[type='password'],
  .col
  input[type='password'], td
  input[type='url'],
  .col
  input[type='url'], td
  input[type='number'],
  .col
  input[type='number'], td
  input[type='tel'],
  .col
  input[type='tel'], td
  textarea,
  .col
  textarea {
    border-color: #f3f3f3;
    max-width: 100%; }
  /* line 34, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type='text'].underline,
  input[type='email'].underline,
  input[type='password'].underline,
  input[type='url'].underline,
  input[type='number'].underline,
  input[type='tel'].underline,
  textarea.underline {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #666; }
  /* line 39, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  table.stripped td input[type='text'], table.stripped td
  input[type='email'], table.stripped td
  input[type='password'], table.stripped td
  input[type='url'], table.stripped td
  input[type='number'], table.stripped td
  input[type='tel'], table.stripped td
  textarea {
    border-color: #aaa; }

/* line 48, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="checkbox"] + label + input[type='text'],
input[type="radio"] + label + input[type='text'], input[type="checkbox"] + label +
input[type='email'],
input[type="radio"] + label +
input[type='email'], input[type="checkbox"] + label +
input[type='password'],
input[type="radio"] + label +
input[type='password'], input[type="checkbox"] + label +
input[type='url'],
input[type="radio"] + label +
input[type='url'], input[type="checkbox"] + label +
input[type='number'],
input[type="radio"] + label +
input[type='number'], input[type="checkbox"] + label +
input[type='tel'],
input[type="radio"] + label +
input[type='tel'] {
  width: 100px;
  display: inline-block;
  margin-left: -1rem;
  margin-right: 3rem; }

/* line 55, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
textarea {
  max-width: 100%; }

/* line 58, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem; }

/* line 63, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
select {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 600;
  color: #444; }
  /* line 13, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  select.ng-invalid {
    border: 1px solid #F77 !important;
    background-color: #FFF3F3; }

/* line 66, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
.radio-with-input {
  display: inline-block; }

/* line 69, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
b.required {
  color: #BD2121; }

/* line 85, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="checkbox"],
input[type="radio"] {
  display: none; }

/* line 89, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 2.4rem;
  margin-right: 3rem;
  font-weight: 600;
  cursor: pointer; }
  /* line 98, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type="checkbox"] + label:before, input[type="checkbox"] + label:after,
  input[type="radio"] + label:before,
  input[type="radio"] + label:after {
    box-sizing: border-box;
    width: 1.6rem;
    height: 1.6rem;
    content: '';
    position: absolute;
    left: 0;
    top: 0.3rem; }
  /* line 108, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    border: 1px solid #999;
    display: block;
    background-color: #fff; }
  /* line 113, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type="checkbox"] + label:after,
  input[type="radio"] + label:after {
    display: none; }

/* line 120, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="checkbox"].ng-invalid-required + label:before, input[type="checkbox"].ng-invalid-required + label:after,
input[type="radio"].ng-invalid-required + label:before,
input[type="radio"].ng-invalid-required + label:after {
  border: 1px solid #F77 !important;
  background-color: #FFF3F3 !important; }

/* line 130, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="radio"] + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

/* line 134, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="radio"]:checked + label:after {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  left: 0.3rem;
  top: 0.6rem;
  background-color: #398ECF; }

/* line 144, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="checkbox"] + label:before {
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  border-radius: 0.2rem; }

/* line 149, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="checkbox"]:checked + label:before {
  border-color: #398ECF;
  background-color: #398ECF; }

/* line 152, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
input[type="checkbox"]:checked + label:after {
  display: block;
  left: 0.56rem;
  top: 0.56rem;
  /*Make it a small rectangle so the border will create an L-shape*/
  width: 0.56rem;
  height: 0.88rem;
  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid #fff;
  border-width: 0 0.2rem  0.2rem 0;
  /*Rotate the L 45 degrees to turn it into a checkmark*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 168, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
.loader {
  display: block;
  height: 50px;
  background: url(../assets/loader.gif) no-repeat center center;
  color: transparent; }

/* line 2, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_buttons.sass */
input[type='button'],
input[type='submit'],
.btn {
  background-color: #398ECF;
  border: 1px solid #398ECF;
  padding: 1.3rem 2rem;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: none; }
  /* line 14, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_buttons.sass */
  input[type='button']:hover,
  input[type='submit']:hover,
  .btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4e9ad4; }
  /* line 18, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_buttons.sass */
  input[type='button']:focus, input[type='button']:active,
  input[type='submit']:focus,
  input[type='submit']:active,
  .btn:focus,
  .btn:active {
    outline: 0 !important; }
  /* line 20, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_buttons.sass */
  input[type='button'] + input[type='button'],
  input[type='button'] + input[type='submit'],
  input[type='button'] + .btn,
  input[type='submit'] + input[type='button'],
  input[type='submit'] + input[type='submit'],
  input[type='submit'] + .btn,
  .btn + input[type='button'],
  .btn + input[type='submit'],
  .btn + .btn {
    margin-left: 0.7rem; }
  /* line 24, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_buttons.sass */
  input[type='button'].disabled, input[type='button']:disabled,
  input[type='submit'].disabled,
  input[type='submit']:disabled,
  .btn.disabled,
  .btn:disabled {
    opacity: 0.65;
    color: #eef8ff;
    border-color: #6aa7d6;
    background-color: #6aa7d6; }
    /* line 30, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_buttons.sass */
    input[type='button'].disabled:hover, input[type='button']:disabled:hover,
    input[type='submit'].disabled:hover,
    input[type='submit']:disabled:hover,
    .btn.disabled:hover,
    .btn:disabled:hover {
      cursor: not-allowed; }

/* line 1, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_alerts.sass */
.alert {
  padding: 1rem;
  border: 1px solid #888;
  display: block; }
  /* line 6, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_alerts.sass */
  .alert.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
  /* line 10, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_alerts.sass */
  .alert.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f; }
  /* line 14, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_alerts.sass */
  .alert.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
  /* line 18, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_alerts.sass */
  .alert.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }

/* line 6, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
table {
  border-collapse: inherit;
  border-spacing: 0;
  border: 0;
  width: 100% !important; }
  /* line 11, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
  table td, table th {
    vertical-align: top; }
  /* line 13, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
  table td {
    background-color: #f3f3f3;
    padding: 1rem;
    border: 1px solid #fff; }

/* line 17, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
table.columns-2 td {
  width: 50%; }

/* line 20, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
.table-wrapper {
  width: 100%;
  overflow-x: auto; }

/* line 25, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
table.stripped td {
  border: 0;
  border-bottom: 1px solid #ddd;
  background-color: transparent; }

/* line 31, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
table.small td {
  font-size: 1.2rem;
  padding: 0.5rem; }

/* line 35, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
table.transparent td {
  background-color: transparent;
  border-color: transparent; }

/* line 1, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tooltips.sass */
.tooltip-message {
  position: relative; }
  /* line 3, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tooltips.sass */
  .tooltip-message:not(:empty) {
    color: #398ECF;
    cursor: pointer;
    vertical-align: middle; }
    /* line 37, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */
    .tooltip-message:not(:empty):hover {
      text-decoration: underline;
      color: #62a5d9; }
  /* line 6, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tooltips.sass */
  .tooltip-message:empty {
    border: 1px solid #398ECF;
    width: 20px;
    display: inline-block;
    height: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    color: #398ECF;
    cursor: pointer;
    font-size: 14px; }
    /* line 16, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tooltips.sass */
    .tooltip-message:empty:before {
      content: '?';
      display: inline-block;
      height: 20px;
      line-height: 20px;
      vertical-align: top; }

/* line 23, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tooltips.sass */
.tooltip-box {
  display: block;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background: #efefef;
  border: 1px solid #ccc; }

/* line 1, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
.inline-block {
  display: inline-block; }

/* line 4, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
.disabled {
  opacity: 0.65; }

/* line 7, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
.m-t-0 {
  margin-top: 0 !important; }

/* line 10, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
.m-b-1 {
  margin-bottom: 1rem !important; }

/* line 13, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
.m-l--3 {
  margin-left: -3rem !important; }

/* line 15, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
.m-l--2 {
  margin-left: -2rem !important; }

/* line 17, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
.m-l--1 {
  margin-left: -1rem !important; }

/* line 1, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_flex-columns.sass */
.flex-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 206, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col {
    box-sizing: border-box; }
  /* line 208, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-1 {
    width: 100%; }
  /* line 210, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-2 {
    width: 50%; }
  /* line 212, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-3 {
    width: 33.3%; }
  /* line 214, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-4 {
    width: 25%; }
  /* line 216, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-5 {
    width: 20%; }
  /* line 218, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-6 {
    width: 16.6%; }
  /* line 220, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-7 {
    width: 14.28%; }
  /* line 222, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-8 {
    width: 12.5%; }
  /* line 224, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-9 {
    width: 11.1%; }
  /* line 226, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_mixins.sass */
  .flex-columns .col-10 {
    width: 10%; }
  /* line 4, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_flex-columns.sass */
  .flex-columns .col {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    background-color: #f3f3f3;
    padding: 1rem;
    border: 1px solid #fff; }

/* line 14, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_flex-columns.sass */
.flex-columns.transparent .col {
  background-color: transparent;
  border-color: transparent; }

/* line 1, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_data-lists.sass */
div.data-list {
  position: relative; }
  /* line 3, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_data-lists.sass */
  div.data-list input {
    width: 100%;
    background-image: url("../assets/dropdown-arrow.png");
    background-repeat: no-repeat;
    background-position: right center; }
  /* line 8, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_data-lists.sass */
  div.data-list ul {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    background: #f5f5f5;
    list-style: none;
    z-index: 3;
    max-width: 440px; }
    /* line 19, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_data-lists.sass */
    div.data-list ul li {
      padding: 5px 10px;
      cursor: pointer; }
      /* line 22, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_data-lists.sass */
      div.data-list ul li:hover {
        background: #fcfcfc; }

/* line 26, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_data-lists.sass */
.outside {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 14, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
html {
  background: #F3F3F3; }

/* line 17, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
body {
  box-sizing: border-box;
  padding: 40px;
  max-width: 920px;
  margin: 20px auto;
  background: #fff; }

@media screen {
  /* line 26, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  html {
    font-size: 10px; } }

@media screen and (max-width: 920px) {
  /* line 31, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  html {
    background: #fff; }
  /* line 33, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  body {
    margin: 0; } }

@media screen and (max-width: 767px) {
  /* line 198, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type='button'],
  input[type='submit'] {
    display: block;
    width: 100%; }
    /* line 202, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
    input[type='button'] + input[type='button'],
    input[type='button'] + input[type='submit'],
    input[type='submit'] + input[type='button'],
    input[type='submit'] + input[type='submit'] {
      margin-left: 0rem; }
  /* line 206, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: block; }
    /* line 210, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
    .radio-with-input input[type="checkbox"] + label, .radio-with-input
    input[type="radio"] + label {
      display: inline; }
  /* line 213, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  .radio-with-input {
    display: block; }
  /* line 217, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  .radio-with-input:not(.radio-no-label) input[type='text'] {
    display: block !important;
    width: 100% !important;
    margin: 0.5rem 0 1rem !important; }
  /* line 10, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_flex-columns.sass */
  .flex-columns .col {
    width: 100%; }
  /* line 22, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_utils.sass */
  .hidden-sm {
    display: none !important; }
  /* line 40, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  body {
    padding: 20px; } }

@media print {
  /* line 178, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='url'],
  input[type='number'],
  input[type='tel'],
  textarea,
  select {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  /* line 191, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_forms.sass */
  .loader,
  input[type='button'],
  input[type='submit'] {
    display: none; }
  /* line 41, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
  table {
    border-collapse: collapse; }
    /* line 43, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
    table, table td {
      border: 1px solid #eeeeee;
      background: transparent; }
    /* line 46, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
    table td {
      padding: 1rem 1.5rem; }
  /* line 50, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
  table.stripped, table.stripped td {
    border: 0; }
  /* line 52, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_tables.sass */
  table.stripped td {
    border-bottom: 1px solid #eeeeee; }
  /* line 20, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_flex-columns.sass */
  .flex-columns .col {
    border: 1px solid #eeeeee;
    background: transparent;
    padding: 1rem 1.5rem; }
  /* line 49, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  html {
    font-size: 8pt;
    background: #fff; }
  /* line 53, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  body {
    margin: 0;
    max-width: 100%; }
  /* line 57, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  table {
    page-break-after: auto; }
  /* line 59, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  tr {
    page-break-inside: avoid;
    page-break-after: auto; }
  /* line 62, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  td {
    page-break-inside: avoid;
    page-break-after: auto; }
  /* line 65, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  thead {
    display: table-header-group; }
  /* line 67, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
  tfoot {
    display: table-footer-group; } }

/** Marius addons **/
/** Making sure all the masks are properly detected as errors**/
/** Hiding arrows on some number inputs **/
/* line 76, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
.hide-arrows::-webkit-inner-spin-button,
.hide-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  /** Displaying some input boxes **/ }

/* line 84, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
input[type="checkbox"].force-display {
  display: inline; }

/* line 87, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
.middle {
  vertical-align: middle; }

/* line 90, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/style.sass */
.ng-invalid-mask:not(form) {
  border: 1px solid #F77;
  background-color: #FFF3F3; }
