@import url(https://fonts.googleapis.com/css?family=Roboto:300,500,400);
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.AlphabetNav {
  position: relative;
  box-shadow: none;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-flow: wrap row;
  padding: 0.5rem;
  background: ghostwhite;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 5px 3px 11px 0px #ececf8;
  height: auto !important;
}

.AlphabetNav a {
  display: flex;
  justify-content: center;
  padding: 0.5em;
  border-radius: 8px;
  font-size: 1.2em;
  line-height: 0.7;
  font-weight: 500;
  text-decoration: none;
  color: #484848;
  cursor: pointer;
}

.AlphabetNav a:hover {
  background: #ddd;
  color: #444;
}

.AlphabetNav .active {
  background: #6565e5;
  color: white;
}

@media (min-width: 400px) {
  .AlphabetNav {
    top: 2vh;
    right: 0;
    height: 90vh;
    margin-bottom: 10px;
  }
}
@media (min-width: 400px) and (min-height: 600px) {
  .AlphabetNav {
    width: 100%;
  }

  .AlphabetNav a {
    margin: 2px;
    font-size: 1rem;
  }
}
@media (min-width: 800px) {
  .AlphabetNav {
    top: 0;
    display: flex;
    align-items: flex-start;
    flex-flow: nowrap row;
    justify-content: space-around;
    width: 100%;
    height: auto;
    background: ghostwhite;
  }
}
@media (max-width: 736px) {
  .AlphabetNav a {
    padding: 6px;
  }

  .AlphabetNav a {
    font-size: 1em !important;
  }
}
@media (max-width: 640px) {
  .grade-title {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 740px) and (min-height: 360px) {
  .AlphabetNav a {
    font-size: 1em;
  }
}
.addclinet-dropbx {
  height: 45px !important;
}
.addclinet-dropbx input {
  border-bottom: none;
}

.addclinet-dropbx .select-wrapper input.select-dropdown {
  height: 30px;
  border-bottom: 0px solid transparent;
  color: #464444;
  font-size: 15px;
}

.addclinet-mrgst {
  margin-top: 26px !important;
}

.addclinet-inputfixbox {
  width: 95% !important;
  height: 35px !important;
}

/*# sourceMappingURL=profilelist.css.map */
