﻿/* css reset starts */
html, body, p, table, section, hgroup, header, footer, nav, article, div, span, form, img {
  margin: 0;
  padding: 0;
  border: none;
}

ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section, header, footer, nav, article, hgroup {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* css reset ends */
html, body {
  min-height: 100%;
}

body {
  background-color: #FDFDFD;
  font-family: Rubik, Arial, sans-serif;
  font-size: 11pt;
  color: #333;
}

h1, h2, h3, h4 {
  font-weight: bold;
  padding: 0px;
}

h1 {
  font-size: 17pt;
  margin: 0 0 10px 5px;
  line-height: 1.1em;
}

h2 {
  font-size: 15pt;
}

h3 {
  font-size: 13pt;
  color: #945838;
}

h4 {
  font-size: 11pt;
}

/* Controls */
input[type=text], input[type=password], textarea {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: #333;
  font-size: 11pt;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
  border-color: #999;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
input[type=text].val-error, input[type=password].val-error, textarea.val-error {
  border-color: #DD0000;
}
input[type=text].val-error:focus, input[type=password].val-error:focus, textarea.val-error:focus {
  box-shadow: 0 0 0 0.125em rgba(221, 0, 0, 0.25);
}

input[type=text], input[type=password] {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: #333;
  font-size: 11pt;
  height: 2em;
}
input[type=text]:hover, input[type=password]:hover {
  border-color: #999;
}

label > input {
  margin: 1px 0.25em 0 0.25em;
}

.l {
  text-align: left;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.b {
  font-weight: bold;
}

.u {
  text-decoration: underline;
}

.i {
  font-style: italic;
}

.right {
  float: right;
}

.left {
  float: left;
}

.nw {
  white-space: nowrap;
}

table.nw td {
  white-space: nowrap;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

#mainContent a:link, #mainContent a:visited, #mainContent span.link, #mainContent button.link {
  color: #3F91E0;
  text-decoration: underline;
  cursor: pointer;
}
#mainContent a:link:hover, #mainContent a:visited:hover, #mainContent span.link:hover, #mainContent button.link:hover {
  color: #945838;
}
#mainContent a.q-btn {
  color: inherit;
  text-decoration: none;
}

button.link {
  border: none;
}

.warning {
  color: #F2C037;
}

.success {
  color: #21BA45;
}

.danger {
  color: #C00;
}

.show {
  opacity: 1;
  transition: opacity 500ms;
}

.show-slow {
  opacity: 1;
  transition: opacity 2000ms;
}

.hide {
  opacity: 0;
  transition: opacity 500ms;
}

.hide-slow {
  opacity: 0;
  transition: opacity 2000ms;
}

a[disabled=disabled], span.link[disabled=disabled] {
  color: #999;
  cursor: default;
}

a.red:link, a.red:visited, span.link.red {
  color: #CC0000 !important;
}

a.red:hover, span.link.red:hover {
  color: #FF0000 !important;
}

/* Controls, editing     -------------------------------------*/
div.edit > * {
  margin-bottom: 10px;
}

table.edit td {
  margin-bottom: 5px;
  padding: 5px 10px 0 10px;
}

input + label {
  margin-left: 5px;
}

.rbList > span {
  margin-right: 15px;
}

.as-table {
  display: table;
}
.as-table > * {
  display: block;
  margin-bottom: 1em;
}
.as-table.fill {
  width: 100%;
}

.fa-spinner.fa-spin {
  font-size: 15pt;
  margin-left: 20px;
  vertical-align: middle;
  color: #945838;
  display: none;
}

.progress {
  height: 1.5em;
  border: 1px solid #999;
  background-color: #DDD;
  border-radius: 5px;
}
.progress > div {
  height: 100%;
}
.progress span {
  float: left;
  margin-left: 1em;
  font-size: 10pt;
  color: #000;
}
.progress.success > div {
  background-color: #81C784;
}
.progress.warning > div {
  background-color: #F2C037;
}
.progress.danger > div {
  background-color: #E57373;
}
.progress.dark > div {
  background-color: #999;
}

.modonby {
  margin: 0.5em 0;
}

.modonby span.tag {
  background-color: #EEE;
  margin: 1px 0;
}

tr.formbuttons td {
  padding-top: 1em;
}

ol.normal, ul.normal {
  margin-left: 2em;
}
ol.normal li, ul.normal li {
  list-style-type: initial;
  padding-left: 0.75em;
}

i.fa-exclamation-triangle {
  margin-left: 1em;
  color: #C00;
  font-size: 12pt;
}

ul.tab-pill {
  display: inline;
  background-color: #FFF;
  color: #000;
  border-radius: 1.2em;
  padding: 0.5em 0;
  border: 2px solid #3F91E0;
}
ul.tab-pill > li {
  display: inline-block;
  border-radius: 1.3em;
  padding: 0.5em 1em;
  cursor: pointer;
}
ul.tab-pill > li:hover {
  color: #61B3FF;
}
ul.tab-pill > li.active {
  background-color: #3F91E0;
  color: #FFF;
}

/*  Quasar Overrides  */
.q-table thead > tr > th {
  font-weight: bold;
  font-size: 11pt;
  background-color: #F6F6F6;
}

button.q-btn.slim {
  height: 2em;
  line-height: 1em;
  min-height: auto;
  margin: 0 1em;
}

div.stepper-no-text .q-stepper__content {
  display: none;
}

.q-btn.disabled {
  background: #CCC !important;
  opacity: 1 !important;
}

/* Styles for validation helpers   ---------------------------*/
span.val-error, .field-validation-error {
  color: #DD0000;
  font-size: 0.8rem;
}

.field-validation-valid {
  display: none;
}

label + span.val-error, label + span.field-validation-error {
  margin-left: 10px;
}

input + span.val-error, input + span.field-validation-error {
  display: block;
}

/*  Modal Popup */
.modal-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.modal-bg {
  display: block;
  position: fixed;
  background-color: #666;
  opacity: 0.5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
}

.modal-popup {
  display: inline-block;
  position: relative;
  z-index: 2500;
  margin: 100px auto 0 auto;
  background-color: #FFF;
  box-shadow: 0 5px 15px #666;
  text-align: left;
  min-width: 30%;
}
.modal-popup .modal-title {
  background-color: #85B7E6;
  padding: 1em 0 0.5em 0;
  text-align: center;
}
.modal-popup .modal-title > span {
  font-weight: bold;
  font-size: 14pt;
}
.modal-popup .modal-title button {
  float: right;
  margin-right: 2em;
}
.modal-popup .modal-body {
  background-color: #FAFAFA;
  min-height: 200px;
  padding: 0.5em 1em;
}
.modal-popup .modal-footer {
  background-color: #DDD;
  padding: 1em 3em;
}

/*  Password Strength */
#divPwdStr {
  margin-top: 6px;
  display: none;
}

#divPwdStr > span {
  font-size: 10pt;
}

@media (min-width: 1024px) {
  .as-table > * {
    display: table-cell;
    vertical-align: top;
  }
  .as-table.spaced > * {
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .as-table.nw > * {
    white-space: nowrap;
  }
  .as-table > *.col1of2 {
    width: 50%;
  }
  .as-table > *.col1of3 {
    width: 33%;
  }
  .as-table > *.col2of3 {
    width: 67%;
  }
  .as-table > *.col1of4 {
    width: 25%;
  }
}
/* Quasar Overrides */
:root {
  --q-info: #85B7E6;
}

.q-stepper__header--standard-labels .q-stepper__tab {
  min-height: 50px;
}

/* Layout Styles */
.copyright {
  position: relative;
  bottom: 2em;
  width: 100%;
}

.footer.actions {
  margin-top: 3em;
  padding-top: 1.5em;
}
.footer.actions button {
  margin: 0 1em;
}

div.info {
  border: 2px solid #DDD;
  padding: 0.25em 1em;
  background-color: #FAFAFA;
  border-radius: 4px;
}
div.info h4 {
  font-size: 13pt;
  color: #61B3FF;
  line-height: 1.5em;
}
div.info h4 .reg {
  color: #B00;
  margin-left: 2em;
}
div.info h4 .obs {
  color: #00B;
  margin-left: 2em;
}

.get-help {
  display: inline-block;
  border: 2px solid #666;
  padding: 0.5em 1.5em;
  margin: 1em 0;
}

body.company .navbar-brand {
  margin-right: 5em;
}
body.company .navbar-brand i {
  font-size: 15pt;
  margin-left: 0.5em;
}
body.company .navbar-brand b {
  font-size: 17pt;
  margin-left: 0.5em;
}
body.company .navbar-dropdown i.fa-user {
  margin-right: 11px;
}
body.company #topHeader {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
body.company #mainContent {
  padding: 65px 2em 1em 2em;
}
body.company #divSlide {
  position: fixed;
  display: none;
  min-width: 20em;
  border-left: 5px solid #000;
  top: 0;
  right: 0;
  background-color: #FEFEFE;
  height: 100%;
  z-index: 500;
  padding: 50px 5px 10px 10px;
  overflow-y: auto;
}
body.company #divSlide div.sideBottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5em 3em;
  background-color: #EEE;
  margin-left: -10px;
}

body.collect #topHeader {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
body.collect #mainContent {
  padding: 65px 2em 1em 2em;
}

.panel {
  box-shadow: 0 5px 15px #AAA;
  border-radius: 6px;
}
.panel .header {
  background-color: #85B7E6;
  color: #FFF;
  border-radius: 6px 6px 0 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}
.panel .body {
  padding: 0.5em 2em 1.5em 2em;
}
.panel .body label {
  font-size: 13pt;
}
.panel .body:last-child {
  border-radius: 0 0 6px 6px;
}

/*  Signature Pad  */
.signature-pad {
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 95%;
}
@media (min-width: 1200px) {
  .signature-pad {
    width: 70%;
  }
}

.q-tab-panel h3 {
  margin-top: 0;
}
