@font-face {
  font-family: nbf;
  src: url(/assets/files/nbfl.woff2);
}

b {
  font-weight: 500;
}

.cButton {
  width: max-content;
  cursor: pointer;
  font-size: medium;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  color: white;
  background-color: #252525;
  border: 2px solid #3b3b3b;
  border-radius: 5px;
}

.mButton {
  width: 45%;
  cursor: pointer;
  font-size: large;
  padding: 12px 20px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin: 8px 0;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  background-color: #252525;
  border: 2px solid #3b3b3b;
  border-radius: 5px;
}

.hButton {
  width: 90%;
  text-align: center !important;
  cursor: pointer;
  font-size: large;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  color: white;
  background-color: #1e1e1e;
  border: 2px solid #3b3b3b;
  border-radius: 5px;
}

.cButton:hover,
.hButton:hover,
.mButton:hover {
  background-color: #1a1a1a;
  transition: 500ms;
}

.cButton:not(:hover),
.hButton:not(:hover),
.mButton:not(:hover) {
  background-color: #1e1e1e;
  transition: 500ms;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.logo {
  width: 150px;
}

.login-element {
  width: 15vw !important;
  color: white !important;
}

.showMobile {
  display: none;
}

.nPadding {
  padding-bottom: 2vh;
}

.wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  background-color: white;
  margin-bottom: 0;
}

.login-element:active {
  border-bottom: 1px solid #0e4377 !important;
  -webkit-box-shadow: 0 1px 0 0 #0e4377 !important;
  box-shadow: 0 1px 0 0 #0e4377 !important;
}

h5 {
  color: white;
  font-size: large;
}

.current {
  text-align: center;
}

.calls {
  background-color: #ffff2e;
  padding-left: 2vw;
  margin-bottom: 3vh;
  display: none;
}

.vehicles {
  background-color: #ff2b2b;
  padding-left: 2vw;
}

.admincont {
  width: 25%;
  display: inline-block !important;
  text-align: left !important;
  align-items: left !important;
  vertical-align: top;
}

.adminTitle {
  font-size: 1.5vw;
  color: white;
}

.bigText {
  color: white;
  font-size: 4vw;
}

.smallText {
  font-size: 2vw;
  color: #ff2b2b;
}

.addrTitle {
  margin-top: none;
  color: white;
  margin-bottom: -5px;
}

.topAddr {
  font-size: 2.5vw;
  color: white;
}

.topMDetails {
  font-size: 1.5vw;
  color: white;
}

.MDTButton {
  width: max-content;
  background-color: #1e1e1e;
  color: white;
  font-size: 2vw;
  padding: 10px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
  margin-right: 10px;
}

.admintb {
  color: white;
  width: 95% !important;
}

.townsel {
  padding-left: 2vw;
}

.ts {
  text-align: left;
  padding-left: 5vw;
  width: 15%;
}

.statcont {
  width: 25%;
  display: inline-block !important;
  text-align: left !important;
  align-items: left !important;
  vertical-align: top;
}

.nv {
  display: none !important;
}

.pta {
  padding-left: 2vw;
  width: 45%;
  display: inline-block;
}

.pttb {
  color: black;
  width: 44% !important;
}

.pttb-l {
  color: black;
  width: 38% !important;
}

.pttb-m {
  color: black;
  width: 20% !important;
}

.pttb-sm {
  color: black;
  width: 19.5% !important;
}

.pttb-s {
  color: black;
  width: 10% !important;
}

.editButtons {
  background-color: #ebebeb !important;
  display: block !important;
  position: fixed;
  border-radius: 5px;
}

.loginEMR {
  background-color: #949494;
  height: 50vh;
  width: 35%;
  border-radius: 15px;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.ltb {
  text-align: center;
  color: white;
}

.ndiv {
  padding-top: 5vh;
}

.nt {
  width: 45% !important;
  color: white;
}

.nd {
  width: 15% !important;
  color: white !important;
}

.ns {
  width: 25% !important;
  color: white;
}

.ntext {
  color: white;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: inline-block;
  font-family: nbf;
}

.as {
  width: 12% !important;
}

.nhome {
  width: 30%;
  border-radius: 10px;
  background-color: #26327c;
  padding-left: 1vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
  align-items: center;
  margin-bottom: 2vh;
}

.up {
  margin-top: -50vh !important;
}

.prev {
  margin-top: -10vh;
  overflow-y: auto;
  max-height: 50vh;
}

.prev-div {
  background-color: #3d3d3d;
  width: 25vw;
  padding: 1vh 1vw 1vh 1vw;
  margin-bottom: 2vh;
  border-radius: 10px;
}

.fslide {
  animation: fslide_a 50s linear;
  animation-iteration-count: infinite;
}

.slide {
  padding-top: 25vh;
  display: none;
  text-align: center;
  position: absolute;
  color: white;
  overflow-x: hidden !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: '';
}

.class-l {
  width: 20%;
}

.nsb {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: white;
  border-radius: 10px !important;
  outline-width: 0px !important;
  outline: 0px !important;
  user-select: none !important;
}

.nsb :focus {
  outline-width: 0px !important;
  outline: none !important;
  user-select: none !important;
}

.nsb :active {
  outline-width: 0px !important;
  outline: none !important;
  user-select: none !important;
}

.rcDiv {
  color: white;
  background-color: #5a5a5a;
  width: 95%;
  padding-top: 0.3vh;
  padding-bottom: 0.3vh;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  border-radius: 10px;
  margin-bottom: 1vh;
}

.aaDiv {
  color: white;
  background-color: #5a5a5a;
  width: 95%;
  padding-top: 0.3vh;
  padding-bottom: 0.3vh;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  border-radius: 10px;
  margin-bottom: 1vh;
}

.errMsg {
  color: red;
  font-size: 1vw;
  text-align: center;
}

.adminCollum {
  vertical-align: top;
  width: 60% !important;
  display: inline-block;
}

.mapCollum {
  vertical-align: top;
  width: 37% !important;
  display: inline-block;
}

.tones {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.tones:focus-visible {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.tones:focus {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  outline: none;
}

.dragUnit {
  font-size: 20px;
  color: white;
  text-align: left;
}

.arrow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}

@keyframes fslide_a {
  from {
    margin-left: -298px;
  }
  to {
    margin-left: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .adminCollum {
    vertical-align: top;
    width: 90% !important;
    display: inline-block;
  }

  .mapCollum {
    margin-top: 5vh;
    vertical-align: top;
    width: 90% !important;
    display: inline-block;
  }

  .ndiv {
    padding-top: 5vh;
  }

  .nt {
    width: 75% !important;
    color: white;
  }

  .nd {
    width: 50% !important;
    color: white !important;
  }

  .ns {
    width: 65% !important;
    color: white;
  }

  .nhome {
    width: 90%;
    border-radius: 10px;
    background-color: #26327c;
    padding-left: 1vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    align-items: center;
    margin-bottom: 2vh;
  }

  .errMsg {
    color: red;
    font-size: 5vw;
    margin-right: 5vw;
    text-align: center;
  }

  .as {
    width: 100% !important;
  }

  .abuttons {
    margin-left: -5vw;
  }

  .admincont {
    width: 100%;
    text-align: center;
  }

  .showMobile {
    display: block;
  }

  .prev {
    overflow-y: auto;
    max-height: 50vh;
  }

  .prev-div {
    background-color: #3d3d3d;
    width: 90vw;
    padding: 1vh 1vw 1vh 1vw;
    margin-bottom: 2vh;
    border-radius: 10px;
  }

  .adminTitle {
    font-size: 5vw;
    padding-left: 0px !important;
    text-align: center !important;
  }

  .bigText {
    color: white;
    font-size: 14vw !important;
  }

  .smallText {
    font-size: 7vw;
    color: #ff2b2b;
  }

  .addrTitle {
    margin-top: none;
    color: white;
    font-size: 7vw;
    margin-bottom: -5px;
  }

  .topAddr {
    font-size: 5vw;
    color: white;
  }

  .ts {
    text-align: center;
    padding-left: 35% !important;
    width: 100% !important;
  }

  .dt {
    text-align: center;
    align-items: center;
    padding-left: 5vw !important;
  }

  .as {
    width: 100% !important;
    padding-left: 10%;
    margin-bottom: 3vh;
  }

  .rc {
    width: 90% !important;
    margin-left: 8%;
  }

  .rct {
    margin-left: -5vw;
  }

  .rcDiv {
    color: white;
    background-color: #5a5a5a;
    text-align: center;
    width: 90%;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    padding-left: 3vw;
    padding-right: 1vw;
    border-radius: 10px;
    margin-bottom: 1vh;
  }

  .aaDiv {
    color: white;
    background-color: #5a5a5a;
    text-align: center;
    width: 90%;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 10px;
    margin-bottom: 1vh;
  }

  .tst {
    margin-left: -50% !important;
  }

  .cdt {
    margin-left: 24% !important;
  }

  .ast {
    margin-left: -9vw !important;
  }

  .admintb {
    color: white;
    text-align: center;
    width: 80% !important;
  }

  .statcont {
    width: 100%;
    display: inline-block !important;
    text-align: left !important;
    align-items: left !important;
    vertical-align: top;
    padding-left: 10vw;
  }

  .loginEMR {
    width: 85%;
  }

  .pta {
    padding-left: 2vw;
    width: 100%;
  }

  .pttb {
    color: black;
    width: 49% !important;
  }

  .pttb-l {
    color: black;
    width: 55% !important;
  }

  .pttb-m {
    color: black;
    width: 35% !important;
  }

  .pttb-sm {
    color: black;
    width: 18% !important;
  }

  .pttb-s {
    color: black;
    width: 25% !important;
  }
}

@media only screen and (max-width: 1225px) and (max-height: 937px) {
  .admincont {
    width: 100%;
    text-align: center;
  }

  .admintb {
    color: white;
    width: 95% !important;
  }

  .townsel {
    padding-left: 2vw;
  }

  .ts {
    text-align: left;
    padding-left: 5vw;
    width: 15%;
  }

  .dt {
    text-align: center;
    align-items: center;
    padding-left: 20vw;
  }

  .tst {
    margin-left: 2vw;
  }

  .cdt {
    margin-left: 2vw;
  }

  .ast {
    margin-left: -5vw;
  }
}

@media only screen and (max-width: 1024px) {
  .pta {
    padding-left: 2vw;
    width: 98%;
  }

  .pttb {
    color: black;
    width: 40% !important;
  }

  .pttb-l {
    color: black;
    width: 30% !important;
  }

  .pttb-m {
    color: black;
    width: 20% !important;
  }

  .pttb-s {
    color: black;
    width: 10% !important;
  }
  .class-l {
    width: 30%;
  }
}

@media only screen and (max-height: 731px) {
  .loginEMR {
    height: 60vh;
  }

  .pttb-m {
    width: 19.5% !important;
  }
  .pttb-sm {
    width: 19.1% !important;
  }

  .admincont {
    width: 30%;
    text-align: left !important;
    align-items: left;
  }

  .admintb {
    color: white;
    width: 100% !important;
  }

  .dt {
    text-align: left;
    align-items: left;
    margin-right: 8vw;
  }

  .ts {
    text-align: left;
    margin-right: 5vw;
    width: 15%;
  }

  .as {
    padding-left: -8%;
    width: 15% !important;
  }
}

@media only screen and (max-width: 1365px) {
  .pttb-m {
    width: 19.5% !important;
  }
  .pttb-sm {
    width: 19.1% !important;
  }
}
