.login_logo{
    width: 60%;
    height: 60%;
    margin: 20px 0;
}

.card-login{
    opacity: 0.9;
}

.card-login>.card-body>.form-group>.input-group{
    width: 70% !important;
    margin: auto;
}

.card-login>.card-footer{
    padding-top: 30px !important;
    margin-bottom: 20px !important;
}

.resetPwLink{
    justify-content: flex-end;
}

.card-title-text{
    border-bottom: 1px black solid;
    width: 45%;
    margin: 0 auto 10px;
}

.staff-thumbnail img {
  width:100px;
  height:150px;

}

.box-staff {
    padding: 60px 0px;
    margin-top: 50px;
    background:#eeeeee;
    text-align: center;
}

.box-title {
    color: #428bca;
    font-size:0.8em;
}
.box-text {
  font-size:0.8em;
}

.profile {
  width:100px;
  height:150px;
  margin-bottom: 15px;
}

.fa {
    padding: 15px;
    font-size: 30px;
}

.table-halls tbody td:nth-child(1)  {
  text-align:center;
}

.table-halls tbody td:nth-child(2)  {
  text-align:left;
}

.table-halls tbody td:nth-child(2) p {
  font-size:10px;
  margin:0 !important;
}

.table-halls th {
  text-align: left;
}

table.datatable-allstudentupdate th {
  font-size:1rem !important;
}
table.datatable-allstudentupdate td {
  font-size:0.9rem !important;
}

table.dataTable thead .sorting:after {
  opacity: 0.4;
}
table.dataTable thead .sorting_asc:after {
  top: 2px;
  }
table.dataTable thead .sorting_desc:after {
  top: -3px;
}

.my-custom-scrollbar {
  position: relative;
  height: 500px;
  overflow: auto;
  }
  .table-wrapper-scroll-y {
  display: block;
  }


table.db1 input,select {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

.featured-box {
  padding: 1rem;
  border-radius: 5px;
}

.featured-box span {
  font-weight: bold;
}

.featured-box p {
  font-size: 2rem;
  margin-top: .75rem;
  margin-bottom: 0;
  font-weight: bold;
  text-align: right;
}

.featured-box a {
  color: white;
}

.featured-box a:hover{
  text-decoration: none;
}

.all-records {
  font-weight: bold;
  font-size: 1.75rem;
}

/* Rommel CSS */
.hide {
  display: none;
}

.focus-box .card{
  box-shadow: 0 1px 4px 0 rgba(359, 100, 100, 0.8);;
}

.text-bold {
  font-weight: bold;
}

.navbar .navbar-brand {
  font-weight: 400 !important;
  font-size: 1.425rem !important;
}
.sidebar-wrapper .nav-item .nav-link p {
  font-weight: 400 !important;
}