@font-face {
  font-family: 'Roboto';
  src: url("./fonts/Roboto-Regular.ttf"); }

@font-face {
  font-family: 'Roboto Slab';
  src: url("./fonts/RobotoCondensed-Regular.ttf"); }

* {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  background-color: #DADADA;
  margin: 0px;
  padding: 0px;
  border: 0px; }

a {
  text-decoration: none; }

.container {
  position: relative;
  width: 100%;
  border: 0px;
  margin: 0px auto;
  overflow: hidden;
  margin: 0px auto;
  /*border: 1px solid red;*/ }
  @media (max-width: 479px) {
    .container {
      width: 90%; } }
  @media (min-width: 480px) {
    .container {
      width: 90%; } }
  @media (min-width: 820px) {
    .container {
      width: 760px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }
  .container::after {
    display: table;
    content: " ";
    clear: both; }

body.with-top-menu {
  padding-top: 62px; }

.top-menu {
  background-color: #1287ed;
  opacity: 0.95;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 62px; }

@media (max-width: 819px) {
  .top-menu .container {
    width: 100%; } }

.top-logo {
  background-color: orange;
  height: 62px; }

.top-menu-items {
  height: 62px;
  /*
	margin-left:-25px;
	margin-right:-25px;
	*/ }
  .top-menu-items a {
    color: #FAFAFA;
    font-size: 18px;
    display: inline-block;
    height: 62px;
    vertical-align: middle;
    line-height: 62px;
    padding: 0px 25px; }
  .top-menu-items a:hover {
    color: #FFFFFF;
    background-color: #419ff1; }
  .top-menu-items .login-icon {
    vertical-align: middle;
    line-height: 62px;
    margin: 0px 5px;
    height: 20px;
    width: auto; }

.jumbotron {
  color: #FEFEFE;
  background: url(images/cover-min.png) #0098ba no-repeat center center;
  background-size: cover;
  height: 520px; }
  .jumbotron h2 {
    color: #f79239;
    font-size: 64px;
    margin: 15px 0px;
    font-weight: 900;
    text-transform: uppercase; }
  .jumbotron p {
    font-family: 'Roboto Slab';
    font-size: 28px;
    margin: 15px 0px;
    text-transform: uppercase;
    font-weight: bolder; }
  .jumbotron .btn,
  .jumbotron .btn:visited {
    color: #FEFEFE;
    background-color: #0098ba; }
  .jumbotron .btn:hover {
    color: #0098ba;
    background-color: #FEFEFE;
    border-color: #FEFEFE; }
  .jumbotron .jumbotron-main {
    padding: 20px;
    background-color: rgba(0, 69, 84, 0.1); }
    @media (max-width: 819px) {
      .jumbotron .jumbotron-main {
        text-align: center; } }

.footer {
  min-height: 65px;
  padding: 20px 0px;
  color: #454545;
  background-color: #DADADA;
  font-size: 15px; }
  .footer a {
    font-weight: bolder;
    color: #454545; }
  .footer a:hover {
    color: #1287ed; }

.section {
  width: 100%; }
  .section span {
    display: block; }
  .section::after {
    display: table;
    content: " ";
    clear: both; }

.section-1 {
  color: #303030;
  background-color: #FFFFFF; }
  .section-1 .btn:visited,
  .section-1 .btn {
    color: #303030;
    background-color: #FFFFFF; }
  .section-1 .btn:hover {
    color: #FFFFFF;
    background-color: #303030;
    border-color: #303030; }

.section-2 {
  color: #FFFFFF;
  background-color: #5D5F5D; }
  .section-2 .btn:visited,
  .section-2 .btn {
    color: #FFFFFF;
    background-color: #5D5F5D; }
  .section-2 .btn:hover {
    color: #5D5F5D;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }

.section-3 {
  color: #323232;
  background-color: #F1F1F1; }
  .section-3 .btn:visited,
  .section-3 .btn {
    color: #323232;
    background-color: #F1F1F1; }
  .section-3 .btn:hover {
    color: #F1F1F1;
    background-color: #323232;
    border-color: #323232; }

.section-prominent {
  color: #FFFFFF;
  background-color: #f79239; }
  .section-prominent .btn:visited,
  .section-prominent .btn {
    color: #FFFFFF;
    background-color: #f79239; }
  .section-prominent .btn:hover {
    color: #FFFFFF;
    background-color: #f79239;
    border-color: #f79239; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase; }

.half {
  width: 50%; }

.third {
  width: 33.33333%; }

.quarter {
  width: 25%; }

@media (max-width: 819px) {
  .third,
  .quarter,
  .half {
    width: 100%; }
  .section-image-left {
    display: none !important; }
  .section-image-right {
    display: none !important; } }

.content {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 20px; }
  .content h2 {
    font-size: 50px;
    margin: 15px 0px; }
  .content p.full-content {
    width: 100%;
    margin: 5px 0px;
    font-size: 16px;
    text-align: justify; }

.content-350 {
  min-height: 350px; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.cell {
  display: inline-block;
  float: left;
  vertical-align: bottom; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.anim {
  -webkit-transition: all 0.1s ease-out 0.1s;
  -moz-transition: all 0.1s ease-out 0.1s;
  -o-transition: all 0.1s ease-out 0.1s;
  transition: all 0.1s ease-out 0.1s; }

.btn {
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  background: none;
  margin: 20px 0px;
  padding: 10px 15px;
  cursor: pointer; }

.section-image-left {
  left: 0%;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  /*background-size: cover;*/ }

.section-image-right {
  left: 50%;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  /*background-size: cover;*/ }

.container-margin-10 {
  margin-left: -10px;
  margin-right: -10px; }

.container-margin-25 {
  margin-left: -25px;
  margin-right: -25px; }

.p10 {
  padding: 10px; }

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p25 {
  padding: 50px 25px; }

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.card h2 {
  font-size: 20px;
  font-weight: 600; }

.card span {
  display: block;
  padding: 10px 0px 5px 0px; }

.card .card-icon {
  margin: 15px; }

.visible-block-sm {
  display: none; }

a#side-menu-button {
  display: none;
  padding: 0px 10px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 62px;
  vertical-align: middle;
  line-height: 62px;
  cursor: pointer; }
  a#side-menu-button img {
    color: #FAFAFA;
    fill: #FAFAFA;
    vertical-align: middle;
    line-height: 62px;
    height: 28px;
    width: auto; }

div#side-menu {
  display: none;
  background: #1287ed;
  opacity: 0.95;
  position: fixed;
  min-width: 200px;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  padding-top: 62px;
  overflow: hidden;
  transform: translateX(-105%);
  -webkit-transform: translateX(-105%);
  box-shadow: 0 5px 4px 4px rgba(0, 0, 0, 0.45); }
  div#side-menu > div {
    overflow-y: auto;
    overflow-x: hidden; }
  div#side-menu a.menu-item {
    font-family: 'Roboto Slab', serif;
    display: block;
    padding: 10px 20px;
    text-align: center;
    color: #FAFAFA;
    font-size: 18px;
    vertical-align: middle; }

.row-margin-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-margin-10 > div {
    padding-left: 10px;
    padding-right: 10px; }
  .row-margin-10::after {
    display: table;
    content: " ";
    clear: both; }

@media (max-width: 819px) {
  .visible-block-sm {
    display: block; }
  a#side-menu-button {
    display: block; }
  div#side-menu {
    display: block; }
  .center-sm {
    text-align: center; }
  .hidden-sm {
    display: none; }
  .section-prominent .btn {
    width: 100%; } }

.form-field label {
  display: block;
  padding: 10px 0px 5px 8px; }

.form-field input {
  width: 100%; }

.form-field .error-label {
  display: none;
  color: #c70000;
  padding: 0px 2px; }

.error-label {
  display: none;
  color: #c70000; }

.section-prominent .cell {
  position: relative;
  top: 0px;
  bottom: 0px;
  /*border:1px solid red;*/ }

.section-prominent .btn,
.section-prominent .btn:visited {
  color: #FFFFFF;
  background-color: #1287ed;
  border-color: #0e6cbe;
  font-weight: 600;
  width: 100%;
  margin: 0px; }

.section-prominent .btn:hover {
  color: #0b518e;
  background-color: #71b7f4;
  border-color: #0b518e; }

.section-prominent input:not([type=checkbox]) {
  width: 100%;
  border: 2px solid #f68520;
  font-size: 18px;
  padding: 8px; }

.section-prominent .terms-disclaimer {
  padding: 0px 10px 40px 10px;
  font-size: 0.9em; }
  .section-prominent .terms-disclaimer a,
  .section-prominent .terms-disclaimer a:visited {
    color: #0b518e; }
  .section-prominent .terms-disclaimer a:hover {
    color: #1287ed; }

/* activity indicator */
.activity-indicator-container {
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(251, 251, 251, 0.4); }

.activity-indicator-container > .activity-indicator-bg,
.activity-indicator-container > .ball-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1; }
  45% {
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ball-pulse > div {
  background-color: #ccc;
  border-radius: 100%;
  margin: 2px;
  display: inline-block; }

.ball-pulse.big > div {
  width: 16px;
  height: 16px; }

.ball-pulse.huge > div {
  width: 22px;
  height: 22px; }

.auth-page {
  width: 100%; }
  @media (min-width: 480px) {
    .auth-page {
      padding: 8% 0 0;
      width: 360px;
      margin: auto; } }

.auth-signup-page {
  width: 100%; }
  @media (min-width: 480px) {
    .auth-signup-page {
      padding: 8% 0 0;
      width: 450px;
      margin: auto; } }

.auth-form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 15px;
  text-align: center; }
  @media (min-width: 480px) {
    .auth-form {
      padding: 15px 45px 45px 45px;
      margin: 0 auto 100px;
      border: 2px solid #CECECE; } }

.auth-signup-form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 15px;
  text-align: center; }
  @media (min-width: 480px) {
    .auth-signup-form {
      padding: 15px 45px 45px 45px;
      max-width: 450px;
      margin: 0 auto 100px;
      border: 2px solid #CECECE; } }

.auth-form-input {
  margin: 0 0 15px; }

.auth-form input,
.auth-form select {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px; }

.auth-form button {
  text-transform: uppercase;
  outline: 0;
  background: #0098ba;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer; }

.auth-form button:hover, .auth-form button:active, .auth-form button:focus {
  background: #0098ba; }

.auth-form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px; }

.auth-form .message a {
  color: blue;
  text-decoration: none; }

.auth-form .message a:hover {
  color: blue; }

.auth-form .register-form {
  display: none; }

.auth-container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto; }

.auth-container:before, .auth-container:after {
  content: "";
  display: block;
  clear: both; }

.auth-container .info span {
  color: #4d4d4d;
  font-size: 12px; }

.auth-container .info span a {
  color: #000000;
  text-decoration: none; }

.auth-container .info span a:hover {
  color: blue; }

.auth-container .info span .fa {
  color: #EF3B3A; }

.auth-form h1 {
  margin-bottom: 25px; }

.auth-form-field-error {
  color: red;
  text-align: left; }

.auth-body {
  background-color: #EFEFEF;
  /*TODO*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%; }

.auth-button-bar::after {
  display: table;
  content: " ";
  clear: both; }

.auth-button-bar button {
  width: 50%; }

.auth-button-bar .button-left {
  float: left;
  color: #FEFEFE;
  background-color: #0098ba; }
  .auth-button-bar .button-left:hover {
    color: #FEFEFE;
    background-color: #0098ba; }

.auth-button-bar .button-right {
  float: right; }

.checkbox-inline {
  position: relative;
  display: inline-block;
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  color: #b3b3b3; }
  .checkbox-inline input[type=checkbox] {
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    line-height: normal;
    padding: 0px; }

.auth-button-container {
  position: relative; }
  .auth-button-container > .activity-indicator-container > .ball-pulse > div {
    background-color: #FEFEFE; }

.auth-button-container button:disabled {
  color: #989898;
  background-color: #989898;
  border-color: #989898; }

/* public invoice styles */
.public-invoice-body {
  background-color: #FEFEFE; }

.public-invoice-bg-stripe {
  background-color: #0098ba;
  position: absolute;
  width: 100%;
  height: 285px; }

.public-invoice-container {
  position: relative;
  width: 100%; }

.public-invoice-container h1 {
  color: #FEFEFE; }

.public-invoice-canvas {
  position: relative;
  max-width: 100%;
  width: 770px;
  background-color: #FFFFFF;
  border: 2px solid #DEDEDE; }

.public-invoice-buttons {
  position: relative;
  text-align: center;
  width: 100%; }
  .public-invoice-buttons .btn:visited,
  .public-invoice-buttons .btn {
    color: #FEFEFE;
    background-color: #0098ba;
    margin: 15px 5px; }
  .public-invoice-buttons .btn:hover {
    color: #0098ba;
    background-color: #FEFEFE;
    border-color: #FEFEFE; }

@media (min-width: 770px) {
  .public-invoice-container {
    width: 770px;
    margin: 0px auto; } }

.iframe-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow-x: auto;
  z-index: 0;
  padding: 6px; }
  .iframe-container iframe {
    min-height: 285px; }

.public-invoice-title {
  line-height: 56px;
  font-size: 23px;
  vertical-align: middle;
  color: #FAFAFA; }

.public-invoice-copyright {
  padding: 20px;
  font-size: 14px;
  color: #909090;
  text-align: center; }
  .public-invoice-copyright a, .public-invoice-copyright a:visited {
    font-weight: bolder;
    color: #808080; }
  .public-invoice-copyright a:hover {
    color: #f79239; }
