﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-3 {
    border-width: 3px !important;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/*.e-avatar {
    background-image: url(/image/pic01.png);
    margin: 2px;
}*/


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.e-avatar {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #bcbcbc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
    font-size: 1em;
    font-weight: 400;
    height: 3em;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 3em;
}

.e-avatar img {
    height: 100%;
    width: auto;
}

.e-avatar.e-avatar-circle {
    border-radius: 50%;
}

.e-avatar.e-avatar-xsmall {
    font-size: 0.6em;
}

.e-avatar.e-avatar-small {
    font-size: 0.8em;
}

.e-avatar.e-avatar-large {
    font-size: 1.2em;
}

.e-avatar.e-avatar-xlarge {
    font-size: 1.4em;
}

.medicalDashBoard {
    background-color: rgba(173, 173, 225, 0.20)
}


.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.e-inplaceeditor .e-editable-value-wrapper .e-editable-value.e-send-error {
    color: red;
}

/* class below for vacburma uap.*/
.changeSmallWidth {
    min-width: 120px;
}

#lookCustomerId, #lookPhoneNumber, #lookDob {
    width: 159px
}