input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 0;
}

body {
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}
hr {
  border-top: 1px solid #666666;
}
a {
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: darkgreen;
  text-decoration: underline;
  text-decoration-color: white;
}
span {
  color: #3333ff;
  font-weight: bold;
  font-size: 12px;
}
.table-responsive {
  width: 92%;
}
/* table {
  border-collapse: separate;
} */
td {
  padding: 10px 0;
}
/* dashboard */

/* User */
/*For mobile*/
.center-text {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

/*User Info*/
.navbar-nav {
  margin-left: 5px;
  width: 100%;
}
.panel {
  background: #ffffff;
  padding: 10px;
  margin: 1% auto;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.com-card {
  border: 2px solid #cccccc;
  color: black;
  font-weight: bold;
}
.card-header {
  background: #a2c4f6;
  font-weight: bold;
}
.blue-card {
  background: #e6f2ff;
  color: #006fe6;
  font-weight: 600;
}
.info-container {
  border: 1px solid #bfbfbf;
  padding: 2%;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 15px;
}
.row-container {
  margin-top: 1%;
}
.row-border {
  border: 1px solid #b3b3b3;
}
.green-column {
  font-weight: bold;
  border-right: 1px solid #b3b3b3;
  font-size: 10px;
}
.green-column:nth-child(1) {
  background-color: #1aff8c;
}
.card-no-margin {
  padding: 2px;
  margin: 0;
}
.black-background {
  margin-top: 5px;
  padding: 3px 3px;
  background: black;
  color: white;
  border-radius: 5px;
  margin-right: 30px;
}
.footer-container {
  margin-left: 0;
}
.image-text {
  font-size: 15px;
  margin: 10px;
}
.icon {
  height: 30px;
  width: 30px;
  margin: 10px;
  vertical-align: middle;
}
.bi {
  vertical-align: middle;
}
.btn {
  font-size: 11px;
  padding: 3px 6px;
}
#printButton {
  display: none;
}
/*For tablet*/
@media screen and (min-width: 760px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }
  span {
    font-size: 13px;
  }
  .center-text {
    font-size: 14px;
  }
  .green-column {
    font-size: 12px;
  }
  .black-background {
    margin-top: 5px;
    padding: 3px 3px;
  }
  .btn {
    font-size: 12px;
    padding: 3px 6px;
  }
  #printButton {
    display: none;
  }
  .image-text {
    font-size: 20px;
  }
  .icon {
    height: 40px;
    width: 40px;
  }
}
/*For laptop and PC*/
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
  .center-text {
    margin-bottom: 20px;
    font-size: 30px;
  }
  span {
    font-size: 18px;
  }
  /*User Info*/
  .green-column {
    font-size: 16px;
  }
  .black-background {
    margin-top: 5px;
    padding: 2px 5px;
  }
  .footer-container {
    margin-left: 10px;
  }
  .image-text {
    font-size: 25px;
    margin: 30px 70px;
  }
  .icon {
    height: 50px;
    width: 50px;
  }
  .btn {
    padding: 5px 10px;
    font-size: 18px;
  }
  #printButton {
    display: block;
  }
}
@media print {
  .btn {
    display: none;
  }
  .footer-container {
    visibility: hidden;
  }
  #informationPage {
    visibility: visible;
  }
}
