.header {
box-shadow: 0 2px 0 rgba(90, 97, 105, .11), 0 4px 8px rgba(90, 97, 105, .12), 0 10px 10px rgba(90, 97, 105, .06), 0 7px 70px rgba(90, 97, 105, .1);
    border-bottom: 3px solid #4995fb !important;
    border-top: 5px solid #ff8600 !important;
    top: 0px !important;
    height: 65px;
}
.card-shadow {
    box-shadow: 0 2px 0 rgba(90, 97, 105, .11), 0 4px 8px rgba(90, 97, 105, .12), 0 10px 10px rgba(90, 97, 105, .06), 0 7px 70px rgba(90, 97, 105, .1);
}
ul.nav-main li a {
    font-size: 0.7rem;
}
body:has(> #SignIn:not([style*="display: none"])), body:has(> #ResetPassword:not([style*="display: none"])) {
	background-image: url("../images/login/booksipad.jpg");
	background-size: cover;
}
body:has(#Home.show), body:has(#Evaluations.show), body:has(#Staff.show), body:has(#Rubrics.show), body:has(#Users.show), body:has(#groupObservations.show) {
	background-image: url("../images/login/simple-chalkboard.jpg");
	background-size: cover;
}
body:has(#Calendar.show) {
	background-image: url("../images/login/apple-books2k.jpg");
	background-size: cover;
}
html .btn.btn-deep {
	align-items: center;
  appearance: none;
  /*background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);*/
background-image: radial-gradient(at right top, #F1F1F133, #0101014D);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(73,73,73,0.40) 0 2px 4px,rgba(58,58,58,0.30) 0 7px 13px -3px,rgba(0,0,0,0.25) 0 -3px 0 inset !important;
	box-sizing: border-box;
  cursor: pointer;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
}
html .btn:focus.btn-deep {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(62,62,62,0.40) 0 2px 4px, rgba(63,63,63,0.30) 0 7px 13px -3px, rgba(224,224,224,0.25) 0 -3px 0 inset;
}
html .btn:hover.btn-deep {
  box-shadow: rgba(66,66,66,0.40) 0 4px 8px, rgba(63,63,63,0.30) 0 7px 13px -3px, rgba(221,221,221,0.25) 0 -3px 0 inset;
  transform: translateY(-2px);
}
html .btn:active.btn-deep {
  box-shadow: rgba(224,224,224,0.25) 0 3px 7px inset;
  transform: translateY(2px);
}