/* 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.5rem;
  font-family: "FuturaPT-Book", "Open Sans", sans-serif !important;
  color: #004976;
  line-height: 1.5;
  margin: 0 !important;
}

/* line 7, C:/Dropbox (CODE11)/Work/Verified/Templates/pubic-template-app/src/_main/sass/_texts.sass */

h1 {
  font-family: "FuturaPT-Demi", "Open Sans", sans-serif !important;
  font-size: 3.5rem;
  font-weight: 800;
  margin: 1rem 0 0;
  padding-bottom: 0 !important;
}

/* 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.8rem;
  font-weight: 600;
  margin: 0.1rem 0 2.5rem;
}

h4 {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 0;
}

/* 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%;
  font-family: "FuturaPT-Book", "Open Sans", sans-serif !important;
  /*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;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  /*border: 1px solid #ccc;*/

  background-color: #f1f0f0; /*#fdfbf8 dddd #f1f0f0;*/
  padding: .50396825em .77777778em;
  border: none;
  border-bottom: 2px solid #004976 !important;
  /*
  border: 2px solid #f1f0f0;
  border-bottom-color: #004976 !important;
  */
  font-size: 1em; /*1.5rem;*/
  font-weight: 600;
  color: #004976; /*#444;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 440px;
}

input[type='text']:hover, input[type='email']:hover, input[type='password']:hover, input[type='url']:hover, input[type='number']:hover, input[type='tel']:hover, textarea:hover {
  background-color: #eeebeb;
}

input:not([type="button"]):focus,
textarea:focus {
  outline: none;
  background-color: #eeebeb;
}

input[type='text'].ng-invalid:hover, input[type='email'].ng-invalid:hover, input[type='password'].ng-invalid:hover, input[type='url'].ng-invalid:hover, input[type='number'].ng-invalid:hover, input[type='tel'].ng-invalid:hover, textarea.ng-invalid:hover {
  background-color: rgba(241, 214, 214, 0.6);
}

input:not([type="button"]).ng-invalid:focus,
textarea.ng-invalid:focus {
  outline: none;
  background-color: rgba(241, 214, 214, 0.6);
}

/* 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-bottom: 2px solid #F77 !important; /*rgb(235, 106, 106) !important;#FFF3F3*/
  background-color: #ffebeb; /*#FFF6F6;*/
}
/* 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: 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 !important;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

.custom-label {
  font-family: "FuturaPT-Demi", "Open Sans", sans-serif !important;
  font-size: 1.7rem;
  border-bottom: 1.5px solid #004976 !important;
  padding-left: 1px;
}

/* 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.5rem;
  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: #FFF6F6;
}

/* 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 {
  font-family: "FuturaPT-Demi", "Open Sans", sans-serif !important;
  background-color: #1b78b3;
  border: 1px solid #1b78b3;
  margin: 0 .25em 0 0;
  padding: .61111111em 1.5em;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  border-radius: 0.2rem;
  line-height: 1em;
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: opacity .35s ease , background-color .35s ease , color .35s ease , box-shadow .35s ease , background .35s ease;
  transition: opacity .35s ease , background-color .35s ease , color .35s ease , box-shadow .35s ease , background .35s ease;
}

/* 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: #116BA4;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.15);
}

/* 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: none !important;
  text-decoration: none;
  color: #fff;
  background-color: #116BA4;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.15);
}

/* 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;
  box-shadow: none !important;
}

/* 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: #00386309;/*#f3f3f3;*/
  padding: 1rem;
  border: 0 solid #93b7e7a6;
}

.col-transparent {
  background-color: transparent !important;
}

/* 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;
	max-height: 300px;
	overflow-y: auto;
}

/* 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;
}


div.data-list ul li:focus {
  outline:none;
  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;
}

@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;
}

@font-face {
  font-family: "FuturaPT-Book";
  src: url(../fonts/FuturaPT-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "FuturaPT-Demi";
  src: url(../fonts/FuturaPT-Demi.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

.center-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.small-buttons {
  padding: 0.6rem !important; 
  margin: 0 !important;
}

.atc-btn {
	background-color: #f5f5f5 !important;
	border: 2px dotted #ccc !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	border-radius: 8px !important;
	color: #000000 !important;
	width: 100% !important;
	display: block !important;
}

.atc-btn:hover {
	background-color: #ffffffdc !important;
  box-shadow: none !important;
}

.atc-btn:focus {
	box-shadow: 0px 0px 7px 2px rgba(156, 156, 156, 0.5) !important;
}

.atc-btn-invalid {
	border-color: #F77 !important;
	background-color: #FFF3F3 !important;
	color: #8b0b20 !important;
}

.atc-btn-invalid:hover {
	background-color: #FFF3F3 !important;
	opacity: 0.7 !important;
}

.atc-btn-invalid:focus {
	box-shadow: 0px 0px 7px 2px rgba(223, 5, 5, 0.5) !important;
}

.atc-item {
	margin: 5px 0 5px 8px;
	padding: 4px 10px;
	border-width: 1px; 
	border-style: solid; 
	float: left; 
	line-height: normal; 
	border-color: #386C89; 
	color: #fff; 
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	font-weight: 300; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5), 0 1px 1px rgba(0, 0, 0, .2);
    background-color: #386C89;
}

.atc-item a {
	color: #fff; 
}

.remove-button-atc {
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}

.remove-button-atc:hover {
	text-decoration: none;
	color: #d4cccc;
}

.document {
  box-sizing: border-box;
  padding: 40px;
  max-width: 920px;
  margin: 40px auto 40px auto;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
  opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

ul.languages {
	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-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	padding: 0;
	top: 0;
	max-width: 920px;
	margin: 0 auto 0;
	list-style: none;
	background: none;
}

ul.languages li a {
	display: inline-block;
	padding: 10px 7px;
	font-size: 0;
	opacity: 0.8;
	margin-left: 10px;
}

ul.languages li a:hover {
	opacity: 1;
}

ul.languages li a:hover .flag {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

ul.languages li:last-child a {
	padding-right: 0;
}

.flag {
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url(//app.verified.eu/lib/iframes/common/assets/flags.png) no-repeat top left;
	/*border-radius: 5px;*/
	box-shadow: 0 0 8px rgba(66, 66, 66, 0.5) !important;
}

.flag.da_DK {
	background-position: 0 -16px;
}

.flag.sv_SE {
	background-position: 0 -32px;
}

.flag.nb_NO {
	background-position: 0 -48px;
}

.flag.fi_FI {
	background-position: 0 -64px;
}

.flag.fr_FR {
	background-position: 0 -80px;
}

.flag.de_DE {
	background-position: 0 -96px;
}

.flag.nl_NL {
	background-position: 0 -112px;
}

.flag.es_ES {
	background-position: 0 -128px;
}

.flag.pl_PL {
	background-position: 0 -144px;
}

.flag.hidden {
	background-position: 0 -200px;
}