/*
// Original
@navbar-default-color:             #777;
@navbar-default-bg:                #f8f8f8;
*/
html {
  /* Header */
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
hr {
  border-color: #ddd;
}
a[ng-click],
a[uib-dropdown-toggle] {
  cursor: pointer;
}
.http-error-message {
  text-align: center;
  font-size: xx-large;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  color: #eeeeee;
  font-size: smaller;
}
.footer .container {
  padding-top: 7px;
}

.shell-header *[class*="col-"] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.shell-header .logo-caption {
  margin-top: 1em;
  font-size: smaller;
}
.shell-header h1.title {
  margin-top: 0px;
  font-size: 3em;
}
@media (min-width: 992px) {
  .shell-header h1.title {
    margin-top: 48px;
    font-size: 3em;
  }
}
@media (min-width: 995px) {
  .shell-header h1.title {
    margin-top: 44px;
    font-size: 3.5em;
  }
}
.environment-banner {
  background-color: darkred;
  color: white;
  padding: 4px;
  font-family: Consolas;
  font-weight: bold;
  font-size: 14px;
}
.environment-banner .version {
  float: right;
}
a[ng-click] {
  cursor: pointer;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 28px;
}
h2.no-border {
  border-bottom: 0px;
}
hr {
  border-color: #cccccc;
  margin-top: 8px;
  margin-bottom: 8px;
}
.form-group-no-margin {
  margin-bottom: 0px;
}
.form-group-no-margin label {
  padding-top: 0px!important;
}
.form-control-radio,
.form-control-checkbox {
  width: auto!important;
  height: auto!important;
}
.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-money::-webkit-outer-spin-button,
.input-money::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-money {
  text-align: right;
}
.help-icon {
  font-size: 1.2em;
  cursor: pointer;
}
.tooltip.help .tooltip-inner {
  min-width: 200px;
  max-width: 500px;
  padding: 8px;
}
.tooltip.help .tooltip-arrow {
  display: none;
}
.btn-100-percent {
  width: 100%;
}
.receipt_big {
  height: 700px;
  overflow: scroll;
  padding: 50px;
}

.form .network-adequacy {
  margin-top: 1em;
  border-radius: 4px;
  border: 1px solid #cccccc;
  overflow: auto;
  max-height: 200px;
  padding-top: 10px;
  padding-left: 2em;
  padding-right: 2em;
}
.form .asterisk-message {
  text-align: right;
  font-size: smaller;
}
@media (min-width: 500px) {
  .form h2 + .asterisk-message {
    position: absolute;
    width: 175px;
    top: 1px;
    right: 7px;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: -7px;
    margin-left: -7px;
    margin-top: 13px;
  }
}
.form .form-horizontal .control-label {
  text-align: left;
}
.form .select-inline {
  width: auto;
  display: inline;
}
.form .form-control-address {
  max-height: 75px;
  min-height: 75px;
  max-width: 100%;
}
.form .form-horizontal-patient .form-group {
  margin-bottom: 0px;
}
.form .form-horizontal-patient .form-group .control-label {
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: auto;
  height: auto;
}
.form .form-horizontal-patient .form-group .control-label-sub {
  padding-left: 2em;
}
.form .form-horizontal-patient .form-group .form-control-static {
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: auto;
  height: auto;
}
.form .btn-submit {
  width: 100%;
}
.form .form-group-short {
  margin-bottom: 0px;
}
.form .row-criteria-check {
  margin-top: 1em;
}
.form-group-no-margin {
  margin-bottom: 0px;
}
.form-group-no-margin label {
  padding-top: 0px !important;
}
.form-control-radio,
.form-control-checkbox {
  width: auto !important;
  height: auto !important;
}
.network-adequacy-form .form-horizontal .form-group-sm .control-label {
  text-align: left;
}
.network-adequacy-form .radio-no-margin-top {
  margin-top: 0px;
}

.patient-form .btn-copy-subscriber-info {
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
}
.patient-form .lenses-sub-type {
  padding-left: 28px;
}
.patient-form .required-type-row td {
  padding: 0px;
}
.patient-form .required-type-row td .form-group {
  margin-bottom: 0px;
}
.patient-form .service-types-tip li {
  white-space: nowrap;
  text-align: left;
}
.patient-form .service-types-tip li .type-name {
  text-transform: capitalize;
}
.patient-form .lens-type-tip {
  min-width: 450px;
}
.patient-form .lens-type-tip li {
  margin-bottom: 1em;
}
.patient-form .lens-type-tip li .header {
  font-weight: bold;
  text-align: left;
}
.patient-form .lens-type-tip li .details {
  text-align: left;
  margin-left: 1em;
}
.patient-form .list-receipts li:first-child {
  margin-top: 7px;
}
.patient-form .list-receipts li {
  padding: 7px;
  border-radius: 4px;
}
.patient-form .list-receipts li.removing {
  text-decoration: line-through;
  color: red;
}
.patient-form .list-receipts li:hover {
  background-color: #eeeeee;
}
.patient-form .thumbnail-space {
  display: inline-block;
  width: 150px;
  cursor: pointer;
}
.patient-form .file-name a {
  vertical-align: top;
}

.form-request .btn-send-link {
  width: 100%;
}

.fraud-statement {
  margin-top: 1em;
  border-radius: 4px;
  border: 1px solid #cccccc;
  overflow: auto;
  max-height: 250px;
  padding-left: 2em;
  padding-right: 2em;
}
.fraud-statement h5 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
