.ir-arriba {
	display:none;
  text-align: center;
	background:#e9f340;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:0px;
}

.botonF2{
  width:60px;
  height:60px;
  padding:10px;
  margin:10px;
  border-radius:100%;
  background:#e9f340;
  border:none;
  outline:none;
  color:#030e50;
  font-size:25px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}

.wait{
    display: none;
    background: url('/images/wait.gif') center no-repeat;
    position: fixed;
    top: 0%; left: 0%;
    width: 100%; height: 100%;
    background-size: 150px 150px;
    background-color:#fff;
    z-index:1010;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    z-index:1100;
}

.modal-content{
    overflow: auto;
    min-height: 50%;
    max-height: 87vh;
}

.img-box {
    padding-bottom: 6px;
}

.card-shadow {
  box-shadow: 5px 3px 10px #333
}

.btn-fixed {
    /** posicion fija derecha **/
    right: 1%;
    z-index: 999;
    position: fixed;
    bottom: 0%;

    /** vista **/
    display: inline-block;

    /** estilo ***/
    padding: 9px 18px;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid red;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);

    /*** tamaño ***/
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 0;
}

.btn-fixed-left {
    left: 1%;
}

.btn-shadow {
    box-shadow: 5px 3px 10px #333;
}

.btn-new {
    right: 1%;
    z-index: 999;
    position: fixed;
    bottom: 16%;

    /** vista **/
    display: inline-block;

    /*** tamaño ***/
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 2px;
}

.btn-round {
    z-index: 999;
    top: 8%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 2px;
    box-shadow: 5px 3px 10px #333;
}

.btn-day {
    margin-right: 2px;
    border-radius: 5px;
}

.days-container {
    display: flex;
    flex-direction: column;
}

.select_day_text {
    background-color: beige;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: xx-small;
}

.shadow {
    box-shadow: 5px 3px 10px #333
}

.btn:hover {
  background-color: #f8b6029a;
  color: #020202;
  margin-left: 5px;
  margin-right: 5px;
}

.content-header > .breadcrumb {
  FONT-WEIGHT: 500;
  background: #0000002b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: fixed;
  top: 7%;
  right: 2rem;
  border-radius: 2px;
  z-index: 1050;
}

.navbar {
    line-height: 2.25;
}

@media (max-width: 767px) {
  .content-header > .breadcrumb {
      top: 7.6%;
      background: #4cb8e9d9;
  }
}
