* {
  font-family: Calibri !important;
}

html,
body,
p,
h3,
ul,
h2,
h1,
td input {
  margin: 0;
  padding: 0;
}
/* body {
  background-size: 10px 10px;
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
  background-color: white !important;
} */
.mainClr {
  background-color: #324b96;
  color: #ffffff;
}
a {
  text-decoration: none;
}
.btn {
  background-color: #324b96;
  border: none;
  border-radius: 3px;
  color: white !important;
  padding: 0.5vw 1vw;
  cursor: pointer;
  /* margin: 0 5vw; */
}
.btn:hover {
  background-color: #899cd2;
  /* font-weight: bold; */
}
.del {
  background-color: rgb(200, 0, 0);
}
.del:hover {
  background-color: rgb(100, 0, 0);
  /* font-weight: bold; */
}
.green {
  background-color: green;
  margin: 0;
}
input {
  text-transform: uppercase;
  font-size: 16px;
}
.brown {
  color: brown;
  cursor: not-allowed;
}
select {
  background-color: #ffffff;
  border: solid 1px;
  /* height: 25px; */
  box-shadow: black 1.2px 1.2px 0px;
  cursor: pointer;
  min-width: 15vw;
  font-size: 15px;
  padding: 3px 0px;
  border-radius: 3px;
}

select option {
  cursor: pointer !important;
  width: 50%;
}

input[type="file"] {
  border: none !important;
}
/* hr {
    width: 100%;
    border: solid black 1px;
    margin: 0;
} */

.lowercase input,
.lowercase select {
  text-transform: lowercase !important;
}
.notransform input,
.notransform select {
  text-transform: none;
}
textarea {
  resize: vertical;
}

.headBottom {
  padding: 0 5%;
  border: solid 1px black;
}

.headBottom table {
  width: 100%;
  font-family: Agency FB;
  font-weight: bold;
  text-align: center;
}
.hamburger {
  display: none;
}

.hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #ecf0f1;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.smallShow {
  display: none;
}
.desc {
  overflow: auto !important;
  max-height: 40px !important;
}
.ali-right {
  text-align: right !important;
}
@media (max-width: 768px) {
  header {
    padding-bottom: 10% !important;
  }
  .smallShow {
    display: block;
    justify-content: space-between;
  }

  #headBottom {
    display: none;
  }

  #headBottom table tbody {
    text-align: left;
    position: absolute;
    background-color: #324b96;
    width: 100%;
    left: 0;
    padding: 0 30px;
  }

  #headBottom table tr {
    display: grid;
  }

  .headTop h2,
  .smallShow {
    font-size: 1rem;
    display: flex;
    align-items: center;
  }

  .headTop {
    display: flex;
    justify-content: space-around;
  }

  .hamburger {
    display: block;
  }

  .hamburger span {
    padding: 0;
  }

  .loginInputs input {
    width: 90%;
  }

  .loginImg img {
    height: 14rem;
  }

  .btn {
    /* padding: 2.5vw 5vw; */
    padding: 1.5vw 3vw;
  }
  .loginButtons {
    padding-bottom: 0;
  }

  .main {
    display: none !important;
  }
  .main-nav {
    display: inherit !important;
  }
  .content {
    margin-top: 5vh;
    height: auto;
    font-size: auto;
  }
  .content .bodyText p {
    font-size: inherit;
  }
  .footerBody {
    height: auto !important;
  }
  .footerBody p {
    font-size: 0.7rem !important;
    /* mihir's css */
    font-size: 0.9rem !important;
  }
  .main-nav .list-item {
    padding: 2.5vw 1vw !important;
  }
  .list-submenu2 .last {
    margin-left: 95% !important;
  }
  .list-submenu2 .last::before {
    content: "" !important;
    position: absolute !important;
    top: 0.5rem !important;
    left: -1.5rem !important;
    border: 0.8rem solid transparent !important;
    border-right-color: #ffffff !important;
  }
  .px16 {
    font-size: 0.8rem !important;
  }
  .topText {
    font-size: 20px;
    font-weight: bold;
  }
  .bodyText {
    line-height: normal;
  }
}
@media print {
  .desc {
    max-height: none !important;
  }
}
