/* line 12, ../scss/_inc.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 14, ../scss/_inc.scss */
body {
  font-family: 'Lato', 'Open Sans', 'Amazon Ember', 'Gill Sans', Arial,sans-serif;
}

/* line 18, ../scss/_inc.scss */
.hide {
  display: none;
}

/* line 19, ../scss/_inc.scss */
.show {
  display: block;
}

/* line 20, ../scss/_inc.scss */
.text {
  line-height: 1.7em;
}

/* line 21, ../scss/_inc.scss */
.pointer {
  cursor: pointer;
}

/* line 22, ../scss/_inc.scss */
.justify {
  text-align: justify;
}

/* line 23, ../scss/_inc.scss */
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 24, ../scss/_inc.scss */
.bg_primary, .bg-primary {
  background-color: #ff9900;
}

/* line 25, ../scss/_inc.scss */
.color_primary, .color-primary {
  color: #ff9900;
}

/* line 26, ../scss/_inc.scss */
.color_primary_dark, .color-primary-dark {
  color: #27d82c;
}

/* line 27, ../scss/_inc.scss */
.bold {
  font-weight: bold;
}

/* line 28, ../scss/_inc.scss */
.red {
  color: #cc4141;
}

/* line 29, ../scss/_inc.scss */
a:hover {
  text-decoration: none;
}

/* line 31, ../scss/_inc.scss */
table.text-center tr th {
  text-align: center;
}

/* line 33, ../scss/_inc.scss */
.signin-button, .signin-button:hover, .signin-button:focus, .signin-button:active,
.my-btn, .my-btn:hover, .my-btn:focus, .my-btn:active {
  color: #fff;
  text-shadow: 0px -1px 1px #069;
  font-weight: bold;
  box-shadow: none;
}

/* line 47, ../scss/_inc.scss */
.signin-button:active,
.my-btn:active {
  background-color: #6b1a51 !important;
}

/* line 52, ../scss/_inc.scss */
form#myform {
  background-color: #fafbfc;
  margin-top: 70px;
  color: #424242;
  border: 1px solid rgba(0, 0, 0, 0.425);
  border-radius: .25rem;
}
/* line 58, ../scss/_inc.scss */
form#myform label {
  margin-bottom: 0rem;
}
/* line 59, ../scss/_inc.scss */
form#myform select.form-control,
form#myform textarea.form-control,
form#myform .form-control[type="text"],
form#myform .form-control[type="number"],
form#myform .form-control[type="email"],
form#myform .form-control[type="*"],
form#myform .form-control[type="password"] {
  background-color: #fafbfc;
  color: #424242;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  padding: 24px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  font-family: Lucida sans unicode;
  border: 1px solid #525252;
  box-shadow: none;
  border-radius: 0;
}
/* line 74, ../scss/_inc.scss */
form#myform h1, form#myform h2, form#myform h3, form#myform h4, form#myform h5, form#myform h6, form#myform .h1, form#myform .h2, form#myform .h3, form#myform .h4, form#myform .h5, form#myform .h6, form#myform a {
  color: #424242;
}
/* line 75, ../scss/_inc.scss */
form#myform #form-header,
form#myform #form-body {
  padding: 5px 20px;
}
/* line 77, ../scss/_inc.scss */
form#myform #form-header {
  background-color: #fafbfc;
}

@media (max-width: 480px) {
  /* line 3, ../scss/layout/_layout.scss */
  .form-control {
    padding: .24rem .40rem;
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  /* line 9, ../scss/layout/_layout.scss */
  body {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* line 10, ../scss/layout/_layout.scss */
  .table td, .table th {
    padding: .35rem;
  }
}
@media (max-width: 900px) {
  /* line 3, ../scss/layout/_md-layout.scss */
  body {
    font-size: 15px !important;
    line-height: 1.73 !important;
  }

  /* line 5, ../scss/layout/_md-layout.scss */
  .table td, .table th {
    padding: .50rem;
  }
}
@media (max-width: 700px) {
  /* line 3, ../scss/layout/_sm-layout.scss */
  body {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* line 5, ../scss/layout/_sm-layout.scss */
  .table td, .table th {
    padding: .35rem;
  }

  /* line 7, ../scss/layout/_sm-layout.scss */
  .form-control {
    padding: .20rem .40rem;
    font-size: 13px;
  }

  /* line 11, ../scss/layout/_sm-layout.scss */
  select.form-control, select.form-control:not([size]):not([multiple]) {
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 3, ../scss/layout/_xs-layout.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 5, ../scss/layout/_xs-layout.scss */
  .form-control {
    padding: .24rem .40rem;
    font-size: 13px;
  }
}
