﻿*:focus {
  outline: none !important;
}

body {
  background: #DAE6E6;
  font-family: Verdana, Geneva, sans-serif;
  line-height: normal;
  font-size: 18px;
  color: #4D4D4D;
}

.mod-normal {
  font-weight: normal;
}

.hidden {
  display: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.terms {
  margin-left: 20px !important;
  margin-right: 20px !important;
  font-size: small !important;
  margin-top: 20px;
  word-wrap: break-word;
}

.terms-header {
  text-align: center;
  margin-top: 20px;
}

.terms li {
  list-style: none;
  padding: 5px 0px;
}

.terms ul {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.terms ul.terms-list {
  padding-left: 0px;
}

@media (max-width: 575px) {
  .terms .table-wrap {
    overflow-x: scroll;
  }
}
/*MAk-add stop base*/
.header-logout-text {
  margin-right: 10px;
}

.btn-add-patient {
  background-color: #37AB4C;
  border-radius: 0px 10px 0px 0px;
  width: 183px;
  font-size: 18px;
  border-color: #37AB4C;
  line-height: 35px;
  height: 50px;
}

@media print {
  .d-print-margin-bottom {
    margin-bottom: 15rem;
  }

  .d-print-margin-top {
    margin-top: 15rem;
  }
}
.btn-add-patient:active {
  background-color: #298038;
}

.btn-dashboard {
  width: 100% !important;
  background: #37AB4C;
  box-shadow: 3px 3px 0px #298038;
}

.btn-dashboard:active {
  background: #298038;
  box-shadow: 0px 0px 3px 3px;
}

.btn-dashboard.inactive {
  opacity: 0.5;
}

.btn-dashboard:active.inactive {
  background: #298038;
  box-shadow: 0px 0px 3px 3px;
  opacity: 0.5;
}

.card-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  margin: 10px;
}

.card-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.card-overlay-relative {
  position: relative;
}

.card-overlay-area {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  margin: 10px;
}

.card-overlay-text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.card-overlay-relative-area {
  position: relative;
}

.card-overlay-breakdown {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  margin: 10px;
}

.card-overlay-text-breakdown {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.card-overlay-relative-breakdown {
  position: relative;
}

.card-overlay-clinical-overview {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  margin: 10px;
}

.card-overlay-text-clinical-overview {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay-relative-clinical-overview {
  position: relative;
}

.loginwithpassword {
  top: 20%;
}
