header {
  background-color: darkblue;
  color: white; }
  header menu {
    margin: 0; }
    header menu a {
      padding: 10px 20px;
      display: inline-block; }
      header menu a:hover, header menu a.active {
        background-color: royalblue; }
    header menu input[type=search] {
      padding: 10px;
      border: none;
      border-radius: 3px;
      background-color: transparent;
      color: white; }
    header menu button {
      border: none;
      background-color: transparent;
      padding: 10px; }
      header menu button::after {
        content: '\f002';
        font-family: var(--fa);
        color: white; }
      header menu button:hover {
        background-color: royalblue; }

table, th, td {
  border-collapse: collapse; }

.pg-ctnr {
  padding: 20px; }

.data-content tr.ttl {
  background-color: royalblue;
  color: white; }
.data-content td, .data-content th {
  border: 1px solid #cccccc;
  padding: 5px 10px; }
  .data-content td img, .data-content th img {
    max-width: 40px;
    max-height: 50px; }

.data-content {
  width: 100%;
  overflow: scroll; }
  .data-content table {
    width: 200%; }

.data-entry-form tr.ttl {
  background-color: royalblue;
  color: white; }
.data-entry-form th, .data-entry-form td {
  border: 1px solid #cccccc; }
.data-entry-form th {
  padding: 5px 10px; }
.data-entry-form td {
  padding: 0; }
  .data-entry-form td input, .data-entry-form td select, .data-entry-form td textarea {
    padding: 5px 10px; }

.btn-ctnr {
  margin-top: 20px; }

.btn {
  background-color: royalblue;
  color: white;
  padding: 5px 20px;
  border: none;
  border-radius: 5px; }

.family-parents-ctnr a {
  display: inline-block;
  padding: 5px 20px 5px 5px;
  background-color: royalblue;
  color: white;
  margin: 1px 5px;
  position: relative; }
  .family-parents-ctnr a::before {
    position: absolute;
    border: 19px solid;
    border-color: transparent white transparent transparent;
    right: 0;
    top: 0;
    content: ''; }
  .family-parents-ctnr a::after {
    content: '';
    left: -31px;
    top: 0;
    position: absolute;
    border: 20px solid;
    border-color: transparent royalblue transparent transparent;
    z-index: 1; }
  .family-parents-ctnr a:hover, .family-parents-ctnr a.active {
    background-color: #4CAF50; }
    .family-parents-ctnr a:hover::after, .family-parents-ctnr a.active::after {
      border-color: transparent #4CAF50 transparent transparent; }

.contact-us-content {
  max-width: 600px;
  margin: auto; }
  .contact-us-content form > div, .contact-us-content form .rw > div {
    margin-bottom: 5px; }
  .contact-us-content input, .contact-us-content textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px; }

.shikasta {
  font-family: var(--shikasta); }

.nastaliq {
  font-family: var(--nastaliq);
  font-size: 1.5rem; }

.login-ctnr {
  margin: 20px auto;
  max-width: 500px; }
  .login-ctnr input {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 100%; }

footer .copyright {
  direction: ltr;
  background-color: darkblue;
  color: white;
  padding: 10px;
  text-align: center; }

.profile-info-ctnr {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #cccccc; }
  .profile-info-ctnr > div {
    padding: 50px; }
    .profile-info-ctnr > div:first-child {
      width: 100%;
      text-align: center;
      background-color: #cccccc;
      border-radius: 5px 5px 0 0; }
      .profile-info-ctnr > div:first-child::after {
        content: '';
        width: 1px;
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .profile-info-ctnr > div:first-child img {
        max-width: 200px;
        max-height: 250px;
        vertical-align: middle; }
    .profile-info-ctnr > div:last-child {
      width: 100%;
      background-color: rgba(3, 15, 247, 0.12);
      border-radius: 0 0 5px 5px; }

.tbl-profile td {
  padding: 10px; }
  .tbl-profile td:first-child {
    font-weight: bold; }

.profile-new-user {
  background-color: rgba(3, 15, 247, 0.12);
  margin-top: 20px;
  box-shadow: 5px 5px 5px #cccccc;
  border-radius: 10px;
  padding: 20px; }
  .profile-new-user .profile-new-user-frm {
    display: flex;
    flex-direction: column; }
    .profile-new-user .profile-new-user-frm > div {
      padding: 5px;
      width: 100%; }
      .profile-new-user .profile-new-user-frm > div input {
        width: 100%;
        padding: 5px 10px; }

.profile-other-users {
  background-color: rgba(3, 15, 247, 0.12);
  padding: 20px;
  margin-top: 20px;
  box-shadow: 5px 5px 5px #cccccc;
  border-radius: 10px; }
  .profile-other-users .profile-other-user-ctnr {
    width: 100%;
    overflow: scroll; }
    .profile-other-users .profile-other-user-ctnr table {
      width: 250%; }
      .profile-other-users .profile-other-user-ctnr table tr:first-child {
        background-color: royalblue;
        color: white; }
      .profile-other-users .profile-other-user-ctnr table tr td, .profile-other-users .profile-other-user-ctnr table tr th {
        padding: 5px 10px;
        border: 1px solid #cccccc; }
        .profile-other-users .profile-other-user-ctnr table tr td:last-child a, .profile-other-users .profile-other-user-ctnr table tr th:last-child a {
          border: 1px solid #cccccc;
          padding: 3px 10px;
          border-radius: 5px;
          background-color: royalblue;
          color: white;
          vertical-align: middle; }
        .profile-other-users .profile-other-user-ctnr table tr td:last-child button, .profile-other-users .profile-other-user-ctnr table tr th:last-child button {
          border: 1px solid #cccccc;
          padding: 6px 15px;
          background-color: red;
          color: white;
          border-radius: 5px;
          vertical-align: middle; }

.dlg-change-password, .dlg-reset-password,
.dlg-edit-user {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6); }
  .dlg-change-password .dlg-change-password-bx, .dlg-reset-password .dlg-change-password-bx,
  .dlg-edit-user .dlg-change-password-bx {
    width: 400px;
    margin: 50px auto;
    background-color: white;
    padding: 5px 20px 20px;
    border-radius: 10px; }
    .dlg-change-password .dlg-change-password-bx .dlg-close-btn, .dlg-reset-password .dlg-change-password-bx .dlg-close-btn,
    .dlg-edit-user .dlg-change-password-bx .dlg-close-btn {
      position: relative; }
      .dlg-change-password .dlg-change-password-bx .dlg-close-btn::after, .dlg-reset-password .dlg-change-password-bx .dlg-close-btn::after,
      .dlg-edit-user .dlg-change-password-bx .dlg-close-btn::after {
        content: '\f00d';
        color: red;
        font-size: 1.5rem;
        font-family: var(--fa);
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0; }
    .dlg-change-password .dlg-change-password-bx input, .dlg-reset-password .dlg-change-password-bx input,
    .dlg-edit-user .dlg-change-password-bx input {
      width: 100%;
      display: block;
      padding: 5px 10px;
      margin-bottom: 5px;
      border: 1px solid #cccccc;
      border-radius: 5px; }
    .dlg-change-password .dlg-change-password-bx.edt-usr, .dlg-reset-password .dlg-change-password-bx.edt-usr,
    .dlg-edit-user .dlg-change-password-bx.edt-usr {
      width: 600px; }

.dlg-user-info-ctnr {
  display: flex; }
  .dlg-user-info-ctnr .dlg-user-pic {
    position: relative;
    width: 30%;
    text-align: center; }
    .dlg-user-info-ctnr .dlg-user-pic::after {
      content: '';
      display: inline-block;
      width: 1px;
      vertical-align: middle; }
    .dlg-user-info-ctnr .dlg-user-pic img {
      max-width: 90%;
      vertical-align: middle; }
    .dlg-user-info-ctnr .dlg-user-pic input[type=file] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .dlg-user-info-ctnr .dlg-user-pic span {
      display: block; }
  .dlg-user-info-ctnr .dlg-user-info {
    width: 70%; }

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