/**
	* style.css
	*/
html,
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
}
p {
  font-size: 15px;
}
.ui-page {
  background-color: #f3f3f3 !important;
}
.ui-header {
  padding: 0 1em;
}
.ui-header img {
  width: 100%;
  max-height: 125px;
  max-width: 455px;
}
.ui-header a {
  margin: 0px;
  padding: 0;
  background-color: transparent !important;
  border: none;
}
.ui-header .ui-icon-user {
  line-height: 44px;
}
fieldset:not(:first-of-type) {
  display: none;
}
fieldset img {
  max-height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-total {
  font-weight: bold;
  text-align: left;
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #4f9ae5;
}
.total,
.tare {
  font-weight: normal; /* text-align: left;*/
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}
.fs-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #4f9ae5;
  margin: 10px;
  text-align: center;
}
.fs-subtitle {
  font-size: 1em;
  font-weight: 400;
  margin: 10px;
  text-align: center;
  font-style: italic;
}
label.error {
  border-color: red;
  color: red;
  font-size: 1em;
  font-weight: bold;
  margin-left: 0.5em;
}
input.error {
  border-color: red;
  color: red;
  font-size: 1em;
  font-weight: bold;
  margin-left: 0.5em;
}
.ui-btn-right {
  top: inherit !important;
}
input {
  font-size: 1.3em;
}
.table-total,
.table-tare {
  color: red;
  border-top: 1px solid black;
  font-weight: bold;
}
#messagebox {
  color: red;
}
.key {
  font-size: 0.7em;
}
.footer {
  margin: 5px 0px;
  padding: 5px 30px;
  height: 30px;
}
.footer-left {
  float: left;
}
.footer-right {
  float: right;
}
.footer-right a {
  margin: 0;
}
.gauge {
  text-align: center;
}
.gauge ul {
  list-style: none;
  width: 62px;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  float: right;
}
.gauge li {
  width: 60px;
  text-align: left;
}
.gauge li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
}

tr td .edit {
  display: none;
}
tr.edit td .edit {
  display: initial;
}
tr.edit td .noedit {
  display: none;
}
.updatedmsg {
  background-color: lightgreen;
  padding: 5px;
  text-align: center;
  display: none;
}

.span-red {
  color: #4f9ae5;
}
.total-page-tow-vehicle,
.total-page-tare {
  text-decoration: none;
}
.total-page-tow-vehicle {
  text-decoration: none;
}
.form-info-box {
  background-color: #eef5f8;
  min-height: 50px;
  min-width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.form-info-box img {
  float: left;
  height: 30px;
  margin: 10px 10px;
}
.form-info-box p {
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
  margin: 10px 10px;
}

a.ui-btn.ui-icon-action.ui-btn-icon-left.bluebkg {
  background-color: #2aa9de;
  color: #fff;
}
.greenbkgbtn {
  background-color: #d8e400;
  color: #002b69;
  font-size: 44px;

  margin: 0.5em 0;
  padding: 0.7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

button#send_btn {
  background-color: #2aa9de;
  color: #fff;
}
a.ui-btn.ui-icon-gear.ui-btn-icon-left {
  background-color: #2aa9de;
  color: #fff;
}
input.next.iagree {
  background-color: #2aa9de;
  color: #fff;
}
input.next {
  background-color: #2aa9de;
  color: #fff;
}
.ui-input-btn.ui-btn.ui-btn-inline.ui-icon-carat-l.ui-btn-icon-left {
  float: left;
}
.ui-block-b {
  float: right;
  text-align: right;
}
.ui-field-contain {
  border-bottom-color: #fff;
  border-bottom-color: #fff;
  border-bottom-width: 0px;
  border-bottom-style: none;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 600px;
    margin: 0 auto;
  }
}

.data-container {
  max-width: 950px;
  margin: 0 auto;
}

.has-error {
  border: 2px solid #a94442;
  padding: 5px;
  margin: 5px 0px;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.ui-btn {
  text-shadow: none;
}

.ui-page-theme-a .ui-btn,
html .ui-body-a .ui-btn {
  text-shadow: none;
}

html .ui-body-a .ui-btn {
  text-shadow: none;
}

.footer.ui-footer.ui-bar-inherit {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.container.ui-header.ui-bar-inherit {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #333;
  font-weight: 700;
}

small {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.hideme {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
