body {
  box-sizing: border-box;
  z-index: 100;
  background-color: white;
}

/*Header*/

.header {
  position: sticky;
  top: 0px;
  z-index: 1000;
  background-color: #ff6600;
}

.navbar {
  padding-top: 4px;
  padding-bottom: 3px;
}

.navbar-brand {
  display: flex;
}

.school-logo {
  /* width: 100%; */
  height: 80px;
  /* box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2),
    0 6px 20px 0 rgba(254, 254, 254, 0.19);
  border-radius: 50%;
  background-color: white; */
  /* border: 2px solid darkgreen; */
}
.tw {
  /* Ensures long words break and text wraps within the cell */
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.school-name-cont {
  display: flex !important;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
}

.school-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Montserrat";
}

.school-address {
  font-size: 18px;
  font-family: "Lato";
  line-height: 22px;
  font-weight: 500;
  opacity: 0.8;
  text-indent: 1.2px;
}

.navbar-toggler {
  padding: 0 2px;
}

.navbar-toggler i {
  color: #fff !important;
}

.nav-link {
  color: #fff !important;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 0.9;
}

.dropdown-item:hover {
  background-color: #e4e3e2 !important;
  color: #fb5020;
}

.nav-item:hover .dropdown-menu {
  display: block;
  margin: -2px 0;
}

/*TC UPLOAD PAGE*/

.tc-page {
  margin: 0 0 80px !important;
}

.action-btn {
  font-size: 12px;
  padding: 5px;
  color: black;
}

.action-menu {
  max-width: 121px;
  min-width: 121px;
  padding: 5px 0;
  background-color: #fff;
}

.err,
.msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 41.67%;
  padding: 4px 10px;
  font-size: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #d3000056;
}

.msg {
  background-color: #00d30056;
}

.close-err,
.close-msg {
  font-size: 20px !important;
  cursor: pointer;
}

.search-box {
  display: flex;
  flex-direction: row;
  border-radius: 60px;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
}

.search-box #inputBox {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 0px;
  padding: 8px 30px;
  margin-bottom: 0;
  z-index: 2;
  background-color: #14325833;
}

.search-box .search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background-color: #143258;
}

.search-box input[type="submit"] {
  width: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

.upload-button {
  position: relative;
  min-height: 200px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

.upload-button:hover .fake-button img {
  transform: scale(1.2);
}

.fake-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

select:focus,
input.form-control:focus {
  outline: none !important;
  border-color: green !important;
  box-shadow: 0 0 10px green !important;
}

.fake-button input {
  display: none;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.fake-button img {
  width: 20%;
  opacity: 1;
  transition-duration: 0.5s;
}

.fake-button span {
  font-weight: 400;
  font-size: 13px;
  font-family: "Lato";
}

.real-button {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}

.real-button:hover,
.real-button:active {
  border: none;
}

#tc-border {
  /* border: 2px solid green; */
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
}

.modalheader {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #17a2b8;
}

.modal-content {
  /* border: 3px solid #fb5020 !important; */
  border-radius: 15px !important;
}

.tc-details .form-control {
  margin-bottom: 8px;
}

.tc-details label {
  margin-bottom: 0px;
  font-size: 15px;
  text-indent: 1.5px;
  font-family: "Assistant";
}

.form-control:disabled {
  background-color: gray !important;
  outline: none;
  cursor: not-allowed;
}

.tech_support {
  background-color: #143258;
  color: white;
}

.tech_support:hover {
  background-color: #212529;
}

.tc-details .form-control::placeholder {
  font-size: 14px;
  opacity: 0.6;
}

.tc-details input[type="submit"],
.clear {
  width: 100px;
  background-color: #143258;
  color: #fff;
  cursor: pointer;
  border: none;
  margin-bottom: 2px;
  margin-top: 15px;
}

input[type="submit"]:hover {
  background-color: #077d0d;
}

.clear {
  background-color: #08379e;
}

.clear:hover,
.clear:active {
  color: #fff;
  background-color: #af2216;
  text-decoration: none;
}

.tc-data {
  overflow: auto;
  /* padding: 0 30px 0 20px; */
}

.tc-data table {
  /* display: block; */
  width: 100%;
}

.tc-data thead tr {
  background-color: #143258;
  color: #fff;
}

.tc-data td.Printed {
  color: #226740;
  font-weight: 600;
}

.tc-data td.Un-Printed {
  color: #af2216;
  font-weight: 600;
}

.tc-data td.Confirmed {
  background-color: #077d0d;
  text-align: center;
  color: white;
  font-weight: 600;
}

.tc-data td.Pending {
  background-color: red;
  color: white;
  text-align: center;
  font-weight: 600;
}

.tc-data td.Active {
  color: green;
  font-weight: 600;
}

.tc-data td.In-Active {
  color: red;
  font-weight: 600;
}

.tc-data tbody tr:nth-child(odd) {
  background-color: #fff;
}

.tc-data tbody tr:nth-child(even) {
  background-color: #ccf5ff;
}

.tc-data tbody tr:hover {
  background-color: #14325853;
}

.tc-data thead th {
  /* width: 2%; */
  padding: 5px;
}

.tc-data td,
th {
  /*white-space: nowrap;*/
  padding: 5px 5px;
}
.tc-data tr,
th {
  /*white-space: nowrap;*/
  padding: 5px 5px;
}

#myTable input[type="submit"] {
  border: none;
  padding: 0;
  background-color: transparent;
}

.fa-print {
  color: #143258;
}

.fa-edit {
  color: #226740;
}

.fa-times-circle {
  color: #af2216;
}

.action-link.view {
  display: none;
}

.pageTitle {
  font-size: 22px;
  font-weight: 600;
}

/* App Info & Development  */
.app-logo {
  width: 80px;
  border-radius: 50%;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.app-content .checked {
  color: #ff6600;
}

.info-btn-box {
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  border-radius: 12px;
  display: block;
  text-align: center;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.info-btn-box .icon {
  padding: 10px 10px;
}
/*--------------------------------------------------------------
# Online Admission Form
--------------------------------------------------------------*/

#bg-admission-form {
  border-radius: 10px;
  padding: 10px 0px;
  background: white;
  box-shadow: 0px 0 18px rgba(247, 247, 249, 0.3);
  margin: 0 0 15px;
}

.online-admission .logo {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  display: block;
}

.online-admission img {
  align-items: center;
}

.online-admission .adm_heading {
  font-size: 28px;
  font-weight: bold;
  color: darkblue;
  text-align: center;
  margin: 0;
}

.online-admission .adm_description {
  color: darkred;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  display: block;
}

.online-admission .adm_sub_heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: green;
}

.online-admission .adm_tab_heading {
  color: darkblue;
  padding: 15px 0 1px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 2px solid darkblue;
}

.online-admission .sub_title {
  color: darkred;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.online-admission p {
  color: darkblue;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.online-admission form {
  padding: 10px;
}

.online-admission form span {
  color: black;
  font-size: 14px;
  font-weight: 600;
  background-color: rgb(221 228 235 / 50%);
  display: block;
  border-radius: 5px;
  padding: 2px 5px;
  text-transform: uppercase;
}

/* PRINT PAGE  */

.fee_label {
  color: black;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.fee_details {
  color: black;
  font-size: 14px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid;
  text-transform: uppercase;
}

.fee_add {
  text-align: left;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.fee_contact {
  text-align: right;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.online-admission label {
  color: darkblue;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

#myData {
  text-transform: uppercase;
  color: black;
}

.online-admission input {
  color: darkblue;
  font-size: 12px;
  font-weight: 500;
  font-family: Exo, sans-serif;
  text-transform: uppercase;
}

.online-admission .captcha-popup img {
  width: 30%;
}

/* FOOTER  */

.footer {
  bottom: 0;
  position: fixed;
  padding: 10px;
}

.copyright {
  font-size: 12px;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0;
}

.copyright a {
  color: #ff6600;
  font-weight: 600;
}

.copyright a:hover {
  color: #ff6600e1;
  font-weight: 600;
  text-decoration: none;
}

/*Media Queries for tab <768px breakpoint*/

@media screen and (max-width: 768px) {
  .pageTitle {
    font-size: 15px;
    font-weight: 600;
  }
  .modalheader {
    font-size: 18px;
    font-weight: 600;
  }
  /*Header*/
  .school-logo {
    /* width: 60%; */
  }
  .school-name-cont {
    margin-left: 7px;
  }
  .school-name {
    font-size: 24px;
    line-height: 24px;
  }
  .school-address {
    font-size: 16px;
  }
  .nav-link {
    font-weight: 600;
  }
  .navbar-toggler {
    border: none !important;
    outline: none !important;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus,
  .navbar-toggler:active {
    border: none !important;
    outline: none !important;
  }
  .dropdown-item {
    color: rgb(11, 11, 11);
  }
  .dropdown-item:hover {
    background-color: #c6c4c3 !important;
    color: #fff;
  }
  /*Dashboard page*/
  .dashboard-page h1,
  .profile-page h1 {
    font-size: 28px;
  }
  .dashboard-page h3,
  .profile-page h3 {
    font-size: 22px;
  }
  /*TC UPLOAD PAGE*/
  .err,
  .msg {
    width: 100%;
  }
  .fake-button img {
    width: 25%;
  }
  .tc-details {
    padding-right: 0;
  }
  .tc-details .form-control {
    margin-bottom: 3px;
  }
  .tc-details label {
    text-indent: 2px;
  }
  .tc-details input[type="submit"],
  .clear {
    width: 130px;
    margin-bottom: 1px;
    font-size: 15px;
    margin-top: 12px;
    border: none;
  }
  .clear:hover,
  .clear:active {
    color: #fff;
    text-decoration: none;
  }
}

/*Media Queries for tab <576px breakpoint*/

@media screen and (max-width: 576px) {
  /*Header*/
  .pageTitle {
    font-size: 20px;
    font-weight: 600;
  }
  .modalheader {
    font-size: 18px;
    font-weight: 600;
  }
  .school-logo {
    width: 45px;
    height: 45px;
  }
  .school-name-cont {
    margin-left: 5px;
  }
  .school-name {
    font-size: 17px;
    letter-spacing: -0.4px;
    line-height: 20px;
  }
  .school-address {
    font-size: 14px;
    line-height: 16px;
  }
  .nav-link {
    font-size: 13px;
    padding: 5px 0;
    font-weight: 600;
  }
  .navbar-toggler {
    border: none !important;
    outline: none !important;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus,
  .navbar-toggler:active {
    border: none !important;
    outline: none !important;
  }
  /* .dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  } */
  .dropdown-item:hover {
    background-color: #143258;
    color: #fff;
    margin-top: -6px;
  }
  /*Dashboard page*/
  .dashboard-page h1,
  .profile-page h1 {
    font-size: 18px;
  }
  .dashboard-page h3,
  .profile-page h3 {
    font-size: 16px;
  }
  /*TC UPLOAD PAGE*/
  .search-button input {
    width: 100%;
  }

  .tc-page {
    margin: 0 0 80px !important;
  }
  .err,
  .msg {
    width: 100%;
    font-size: 13px;
  }
  .upload-button {
    margin-bottom: 20px;
    min-height: 180px;
  }
  .fake-button img {
    width: 20%;
  }
  .tc-details {
    padding: 0;
  }
  .tc-details label {
    text-indent: 0px;
  }
  .tc-details input[type="submit"],
  .clear {
    width: 120px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
  }
  .clear:hover,
  .clear:active {
    color: #fff;
    text-decoration: none;
  }
}
