.btn-inst {
  background-color: #bc2a8d;
  color: white;
}
.btn-inst:hover,
.btn-inst:not(:disabled):not(.disabled).active,
.btn-inst:not(:disabled):not(.disabled):active {
  background-color: #8a3ab9;
  color: white;
}
.btn-ipefh {
  background-color: #00275d !important;
  border-color: white;
  color: white;
}
.btn-ipefh:hover {
  color: white;
}
.bg-ipefh {
  background-color: #00275d !important;
}
.bg-ipefh-repeat {
  background-image: url(../images/logo-ipefh-repeat.png);
}
.border-ipefh {
  border-color: #00275d !important;
}
.border-yipefh {
  border-color: #ffd204 !important;
}
.btn-outline-yipefh {
  color: #ffd204;
  background-color: transparent;
  background-image: none;
  border-color: #ffd204;
}
.btn-outline-yipefh:hover {
  color: #fff;
  background-color: #ffd204;
  border-color: #ffd204;
}
.text-yipefh {
  color: #ffd204;
}
.text-ipefh {
  color: #00275d;
}
.navbar-ipefh a {
  color: #00275d;
}
.navbar-yipefh a {
  color: #ffd204;
}
.list-group-item-ipefh {
  background-color: #00275d;
}
.embed-responsive-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.text-x2 {
  font-size: 2em;
}
.text-x3 {
  font-size: 3em;
}
.text-x4 {
  font-size: 4em;
}
.border-x2 {
  border-width: 2px;
}
.border-x3 {
  border-width: 3px;
}
.border-x4 {
  border-width: 4px;
}
.op-100 {
  opacity: 1;
}
.op-80 {
  opacity: 0.8;
}
.op-60 {
  opacity: 0.6;
}
.op-50 {
  opacity: 0.5;
}
.op-30 {
  opacity: 0.3;
}
.op-20 {
  opacity: 0.2;
}
.op-0 {
  opacity: 0;
}
.x2 {
  font-size: 1.2em;
}
.x3 {
  font-size: 1.5em;
}
.x4 {
  font-size: 1.7em;
}
.x5 {
  font-size: 2em;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}
body .logo {
  background-image: url(../images/logo-ipefh.svg);
}
body #window > div {
  max-width: 485px;
  box-shadow: 0 0 26px -10px black;
  min-height: 700px;
}
body .unread {
  position: absolute;
  top: -5px;
  right: 0;
  width: 2em;
  height: 2em;
  color: white;
  background-color: red;
  border-radius: 50%;
  border: 2px solid white;
  text-align: center;
  box-shadow: 0 0 3px black;
  font-size: 0.5em;
  display: none;
}
body .window-full {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
body .btn-select-typelogin {
  opacity: 0.8;
  border-radius: 24px;
}
body .btn-select-typelogin.selected {
  opacity: 1;
  /* border: 2px solid red; */
  box-shadow: 0 0 4px blue;
}
body #tour #tour-carousel,
body #tour .carousel-inner,
body #tour .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body #update {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
  z-index: 9999;
}
body .day-calendar-inline {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
}
body .day-calendar-inline.eventIPEFH:before {
  font-size: 1.2em !important;
  padding-top: 0.2em !important;
  text-align: center;
}
body .is-sticky > div {
  z-index: 99!important;
}
body #CHILDS #configChild {
  position: absolute;
  left: 100%;
  list-style: none;
  z-index: 9;
  padding: 0;
  width: 140px;
  top: 40%;
  opacity: 0.9;
  display: none;
}
body #CHILDS #configChild li:hover,
body #CHILDS #configChild li:active {
  background-color: grey;
  color: black;
}
body #CHILDS #configChild li.top {
  border-bottom: 1px solid darkgrey;
}
body #main-child {
  position: relative;
}
body #main-child.child-image .logo {
  display: block;
  width: 1em;
  height: 1em;
  /*border: 1px solid @blueipefh;*/
  position: absolute;
  bottom: 0em;
  left: 50%;
  margin-left: -0.5em;
}
body #tabs-menu .nav .nav-item,
body #tabs-school .nav .nav-item {
  /*background: red;*/
  color: #00275d;
  border: 1px solid lightgrey;
  background-color: white;
}
body #tabs-menu .nav .nav-item.active,
body #tabs-school .nav .nav-item.active {
  color: #ffd204;
  background-color: #00275d;
  border: 1px solid transparent;
}
body #tabs-menu .btn,
body #tabs-school .btn {
  box-shadow: none !important;
}
body #content-tabs {
  /*background-color: lightgrey;*/
}
body #content-tabs .container-lists .general .star-saved {
  display: none;
}
body #content-tabs .contains .info-item .image-item {
  margin-left: -3em;
  margin-right: -3em;
}
