html,
body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #fcba02;
}

#main {
  padding-bottom: 60px;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding-bottom: 60px;
  padding-top: 50px;
}

h1,
h2,
h3,
h4 {
  color: #fcba02;
  text-align: center;
}

label {
  color: #fcba02;
}

.btn-dark,
.btn-danger {
  color: #fcba02;
}

a:not([href]):not([class]) {
  color: #fcba02;
  cursor: pointer;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  cursor: pointer;
}

/* LOADING */

.loader {
  /*
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  */
  animation: rotate 1s linear infinite;
}

@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-overlay {
  display: none;
  background: rgba(12, 12, 12, 0.966);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 910;
  top: 0;
}

.loading-overlay-image-container {
  display: none;
  position: fixed;
  z-index: 917;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-overlay-img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

#tabMenu,
#formEvento {
  display: none;
}

.fc .fc-toolbar-title {
  font-size: 1em;
  margin: 0;
}

.fc .fc-scrollgrid-section-liquid > td {
  height: auto;
}

.btn-secondary {
  background-color: #fcba02;
  border-color: #fcba02;
}

.borderTitle {
  border: 1px solid #fcba02;
}

.custom-file-label::after {
  content: "Examinar";
}
.btn-nu {
  color: #fcba02;
  background-color: #fff;
  border-color: rgba(12, 12, 12, 0.966);
}

.container {
  background-color: #fff;
  height: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.row {
  margin-right: -2px;
  margin-left: -2px;
}
.bg-primary {
  background-color: #fcba02 !important;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  z-index: 10;
}

.header {
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 10;
  width: 100%;
}
.bgheader {
  background-color: #000;
  color: #fff;
  /* display: flex; */
  justify-content: center !important;
  color: #fcba02;

}

.menuicon {
  width: 40px;
  height: 40px;
}

.menucontent {
  background-color: #fcba02;
}
.menulink {
  border: 1px #fff solid;
}
.badgeNotification {
  position: absolute;
  right: 15px;
  font-size: 11px;
  z-index: 1;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  color: white;
  background: red;
}

.float_but {
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #fcba02;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 10;
}

.my-float_bt {
  margin-top: 17px;
  font-size: 35px;
}


#login {
  width: 200px;
  margin: 10px auto;

}
#login div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#content{
  width: 100%;
  padding: 20px;
}

.form-button{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#firmado {
  background: green;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#formulario{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
