personal {
  font-family: monospace, monospace;
  font-size: .8em;
  background: transparent;
  color: #2040A0;
  /*color: #c7254e;*/
}

.repetir-dias {
  display: none;
}

.repetir {
  display: none;
}

.data-form {
  padding: 10px;
}

.form-control2 {
  width: 100%;
  height: 24px;
  /*padding: 6px 12px;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

nombre {
  color: #1A3773;
  font-size: 28px;
  /*font-family: Windsong, curier new, monospace;*/
}


table.ayuda {

  width: 90%;
  border: 1px solid #bbbbbb;
  padding: 50px;

}

td.ayuda {

  text-align: left;
  /*padding-left: 5px;*/
  border: 1px solid #bbbbbb;
  padding: 10px;

}

td.ayuda-titulo {

  text-align: center;
  padding-left: 5px;

}


/* $activeColor: #c0392b; //red */
/* $background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/13460/dark_wall.png'); */
/* .slideOne */
.slideOne {
  width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideOne label {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  left: -3px;
  cursor: pointer;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slideOne input[type=checkbox] {
  visibility: hidden;
}

.slideOne input[type=checkbox]:checked+label {
  left: 37px;
}

/* end .slideOne */
/* .slideTwo */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  height: 2px;
  width: 52px;
  background: #111;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo label {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
  left: 4px;
  background: #fcfff4;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}

.slideTwo label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #333;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px black, 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.slideTwo input[type=checkbox] {
  visibility: hidden;
}

.slideTwo input[type=checkbox]:checked+label {
  left: 54px;
}

.slideTwo input[type=checkbox]:checked+label:after {
  background: #27ae60;
  /*activeColor*/
}

/* end .slideTwo */
/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
  content: 'OFF';
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.slideThree:before {
  content: 'ON';
  color: #27ae60;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}

.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.slideThree input[type=checkbox] {
  visibility: hidden;
}

.slideThree input[type=checkbox]:checked+label {
  left: 43px;
}

/* end .slideThree */
/* .roundedOne */
.roundedOne {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px auto;
  background: #fcfff4;
}

.roundedOne label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedOne label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #f0ad4e 0%, #145b32 100%);
  background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne label:hover::after {
  opacity: 0.6;
}

.roundedOne input[type=checkbox] {
  visibility: hidden;
}

.roundedOne input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.roundedOne-warning {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px auto;
  background: #fcfff4;
}

.roundedOne-warning label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedOne-warning label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #f0ad4e;
  background: -webkit-linear-gradient(top, #ECA62C 0%, #9B620E 100%);
  background: linear-gradient(to bottom, #ECA62C 0%, #9B620E 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne-warning label:hover::after {
  opacity: 0.6;
}

.roundedOne-warning input[type=checkbox] {
  visibility: hidden;
}

.roundedOne-warning input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.roundedOne-danger {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px auto;
  background: #fcfff4;
}

.roundedOne-danger label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedOne-danger label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #913d3d;
  background: -webkit-linear-gradient(top, #913d3d 0%, #c9302c 100%);
  background: linear-gradient(to bottom, #913d3d 0%, #c9302c 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne-danger label:hover::after {
  opacity: 0.6;
}

.roundedOne-danger input[type=checkbox] {
  visibility: hidden;
}

.roundedOne-danger input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.roundedOne-success {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px auto;
  background: #fcfff4;
}

.roundedOne-success label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedOne-success label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #3d917d;
  background: -webkit-linear-gradient(top, #00E30A 0%, #3d917d 100%);
  background: linear-gradient(to bottom, #00E30A 0%, #3d917d 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne-success label:hover::after {
  opacity: 0.6;
}

.roundedOne-success input[type=checkbox] {
  visibility: hidden;
}

.roundedOne-success input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.roundedOne-primary {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px auto;
  background: #fcfff4;
}

.roundedOne-primary label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedOne-primary label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #3d6891;
  background: -webkit-linear-gradient(top, #3d6891 0%, #286090 100%);
  background: linear-gradient(to bottom, #3d6891 0%, #286090 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne-primary label:hover::after {
  opacity: 0.3;
}

.roundedOne-primary input[type=checkbox] {
  visibility: hidden;
}

.roundedOne-primary input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.roundedOne-alert {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px auto;
  background: #fcfff4;
}

.roundedOne-alert label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedOne-alert label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #3d6891;
  background: -webkit-linear-gradient(top, #FCE800 0%, #AA8D03 100%);
  background: linear-gradient(to bottom, #FCE800 0%, #AA8D03 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne-alert label:hover::after {
  opacity: 0.3;
}

.roundedOne-alert input[type=checkbox] {
  visibility: hidden;
}

.roundedOne-alert input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.roundedOne-default {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px auto;
  background: #fcfff4;
}

.roundedOne-default label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedOne-default label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #c0c0c0;
  background: -webkit-linear-gradient(top, #c0c0c0 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #c0c0c0 0%, #e6e6e6 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne-default label:hover::after {
  opacity: 0.3;
}

.roundedOne-default input[type=checkbox] {
  visibility: hidden;
}

.roundedOne-default input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/* end .roundedOne */
/* .roundedTwo */
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedTwo label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.roundedTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
  opacity: 0.3;
}

.roundedTwo input[type=checkbox] {
  visibility: hidden;
}

.roundedTwo input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/* end .roundedTwo */
/* .squaredOne */
.squaredOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredOne label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.squaredOne label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
  background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.squaredOne label:hover::after {
  opacity: 0.3;
}

.squaredOne input[type=checkbox] {
  visibility: hidden;
}

.squaredOne input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/* end .squaredOne */
/* .squaredTwo */
.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}

.squaredTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
  opacity: 0.3;
}

.squaredTwo input[type=checkbox] {
  visibility: hidden;
}

.squaredTwo input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/* end .squaredTwo */
/* .squaredThree */
.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px auto;
}

.squaredThree label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  opacity: 0.3;
}

.squaredThree input[type=checkbox] {
  visibility: hidden;
}

.squaredThree input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/* end .squaredThree */
/* .squaredFour */
.squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
}

.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredFour label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredFour label:hover::after {
  opacity: 0.5;
}

.squaredFour input[type=checkbox] {
  visibility: hidden;
}

.squaredFour input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/* end .squaredFour */
* {
  box-sizing: border-box;
}

.primary {
  color: #3d6891;
}

.danger {
  color: #c9302c;
}

.success {
  color: #3d917d;
}

.default {
  color: #e6e6e6;
}

.disabled {
  color: #CCC;
}

.sincubrir {
  color: #FCE800;
}

.warning {
  color: #ECA62C;
}

.icon-alert {
  color: #E9CE00;
}

.puntero {
  cursor: pointer;
}

.punteroSmall {
  cursor: pointer;
  font-size: 10px;
}

.punteroMedium {
  cursor: pointer;
  font-size: 16px;
  vertical-align: bottom;
}

.punteroBig {
  cursor: pointer;
  font-size: 20px;
}

.danger-personal {
  color: #c9302c;
  font-size: 14px;
}

.font-small {
  font-size: 10px;
}

.font-medium {
  font-size: 12px;
}

.font-big {
  font-size: 24px;
}

.label-primary {
  color: #FFFFFF;
  background-color: #3d6891;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-success {
  color: #FFFFFF;
  background-color: #449d44;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-success-ligth {
  color: #FFFFFF;
  background-color: #1CD641;
  /*  border-radius: 5px;*/
  ;
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-alert {
  color: #3d6891;
  background-color: #FCE800;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-warning {
  color: #FFFFFF;
  background-color: #ECA62C;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-out {
  color: Red;
  background-color: #c6c6c6;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
  font-weight: bold;
}

.label-off {
  color: Red;
  background-color: #89E389;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-danger {
  color: #FFFFFF;
  background-color: #913d3d;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-default {
  color: #000000;
  background-color: #e6e6e6;
  /*  border-radius: 5px;*/
  ;
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-accepted {
  color: #000000;
  background-color: #90EE90;
  border-color: green;
  color: green;
  /*  border-radius: 5px;*/
  ;
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
}

.label-danger-off {
  color: red;
  background-color: #FFFFFF;
  /*  border-radius: 5px;*/
  padding: 2px 6px;
  text-align: center;
  border: 1px solid red;
}


.div-label {
  /*border-spacing: 3px;*/
  position: absolute;
  left: 120px;
  top: 150px;
  z-index: 1000;
  width: auto;
  background-color: #FFFFFF;
  /*padding: 10px 11px 10px 11px;*/
}

.div-label-info {
  border-spacing: 3px;
  position: absolute;
  left: 5px;
  top: 120px;
  z-index: 1000;
  width: auto;
  background-color: #3d6891;
  padding: 10px 11px 10px 11px;
}

.info-label {
  border-spacing: 3px;
  position: absolute;
  left: 5px;
  top: 65px;
  z-index: 1000;
  text-align: center;
  vertical-align: bottom;
}

.buble-transparent {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;

}

.buble-success {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px 5px;
  border: 1px solid #000000;
  background: #3d917d;
  background: -webkit-linear-gradient(top, #00E30A 0%, #3d917d 100%);
  background: linear-gradient(to bottom, #00E30A 0%, #3d917d 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;

}

.buble-default {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px 5px;
  border: 1px solid #000000;
  background: #c0c0c0;
  background: -webkit-linear-gradient(top, #c0c0c0 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #c0c0c0 0%, #e6e6e6 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;

}

.buble-danger {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px 5px;
  border: 1px solid #000000;
  background: #913d3d;
  background: -webkit-linear-gradient(top, #913d3d 0%, #c9302c 100%);
  background: linear-gradient(to bottom, #913d3d 0%, #c9302c 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;

}

.buble-warning {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px 5px;
  border: 1px solid #000000;
  background: #f0ad4e;
  background: -webkit-linear-gradient(top, #ECA62C 0%, #9B620E 100%);
  background: linear-gradient(to bottom, #ECA62C 0%, #9B620E 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;

}

.buble-alert {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px 5px;
  border: 1px solid #000000;
  background: #3d6891;
  background: -webkit-linear-gradient(top, #FCE800 0%, #AA8D03 100%);
  background: linear-gradient(to bottom, #FCE800 0%, #AA8D03 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;

}

.buble-primary {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 5px 5px;
  border: 1px solid #000000;
  background: #3d6891;
  background: -webkit-linear-gradient(top, #3d6891 0%, #286090 100%);
  background: linear-gradient(to bottom, #3d6891 0%, #286090 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;

}

.note-info {
  color: #3d6891;
  background-color: #FFFFFF;
  padding: 8px 8px;
  text-align: left;
  width: auto;
  height: 40px;
  margin: 3px 0px 3px 0px;
}


.horarioNoActivo {
  cursor: pointer;
  font-size: 12px;
  background-color: #89E389;
  border-color: red;
  color: red;
}

.horarioSuplencia {
  cursor: pointer;
  font-size: 12px;
  background-color: #ECA62C;
  border-color: #ECA62C;
}

.horarioNoCumplido {
  cursor: pointer;
  font-size: 12px;
  background-color: #E9CE00;
  border-color: #E9CE00;
  color: #3d6891;
}

.horarioDiferenciado {
  cursor: pointer;
  font-size: 12px;
  background-color: #1CD641;
  border-color: #449d44;
}


.horarioNoHabilitado {
  cursor: pointer;
  font-size: 12px;
  background-color: #ffffff;
  border-color: red;
  color: red;
}

.horarioDefault {
  cursor: pointer;
  font-size: 12px;
  background-color: #4caf50;
  border-color: #449d44;
  color: white;
}

.horarioSinConfirmar {
  cursor: pointer;
  font-size: 12px;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
  color: #000000;
}

.horarioLicencia {
  cursor: pointer;
  font-size: 12px;
  background-color: rgb(255, 159, 51);
  border-color: rgb(255, 159, 51);
  color: white;
}

.horarioRechazado {
  cursor: pointer;
  font-size: 12px;
  background-color: #c6c6c6;
  border-color: red;
  color: red;
  /*background-image: url('../../web/images/question-mark.png');
  background-repeat: no-repeat;
  background-position: right;
  display: block;*/
}

.horarioAceptado {
  cursor: pointer;
  font-size: 12px;
  background-color: #90EE90;
  border-color: green;
  color: green;
}

.horarioSimultaneo {
  cursor: pointer;
  font-size: 12px;
  background-color: #f44336;
  border-color: #913d3d;
  color: white;
}

.horarioDiaLibre {
  cursor: pointer;
  font-size: 12px;
  background-color: #ff9f89;
  border-color: #ff9f89;
  color: white;
}

.fc-list-item:hover td {
  color: black;
}

.navbar-height {
  height: 52px;
}

.navbar-primary {
  background-color: #2040A0;
}

.navbar-right {
  margin-right: 20px !important;
}

.dash {
  padding: 15px;
  text-align: center;
  background-color: #f2f2f2;
}

.indicador {
  border-color: #c6c6c6;
  border: 1px solid #ccc;
}

.indicador-rojo {
  text-align: center;
  color: #ff0000;
  background-color: #eee;
  font-size: 1.4em;
}

.indicador-amarillo {
  text-align: center;
  color: #ff9900;
  background-color: #eee;
  font-size: 1.4em;
}

.indicador-verde {
  text-align: center;
  color: #009900;
  background-color: #eee;
  font-size: 1.4em;
}

.indicador-label {
  text-align: center;
  font-size: .8em;

}

.indicador-amarillo-label {
  text-align: center;
  color: yellow;
  font-size: .8em;

}

.indicador-verde-label {
  text-align: center;
  color: green;
  font-size: .8em;

}

.indicador-cantidad {
  min-width: 130px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  color: #003366;
  font-size: 2.0em;
  font-weight: bold;
  float: left;

}

.indicador-label {

  text-align: center;
  color: #404040;
  font-size: .7em;

}

.indicador-celda {
  border-left: 1px solid #aaa;
}

.indicador-tabla {
  background-color: #f2f2f2;
}

.check-hiden {
  position: absolute;
  left: -9999px;
}

.label-button {
  font-size: 12px;
  padding: 1px 10px;
  border: 2px solid #fff;
  /* border-radius: 10px;*/
  color: #fff;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, .2);*/
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
  width: 100px;


  border: 1px solid #FAF0E6;
  cursor: pointer;
  padding: 3px;
  margin-top: 10px;
  font-weight: bolder;
  text-align: center;
  color: white;

}


.label-button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

.label-off {
  background-color: #DDD;
  color: #1f1f1f;
  font-weight: normal;

}

.label-success {
  background-color: #4caf50 !important;
  font-size: 12px !important;
  font-weight: bold;
}

.label-free-day {
  background-color: #ff9f89;
  color: #FFFFFF;
  padding: 2px 6px;
  text-align: center;
  border: 1px solid #000000;
  font-size: 12px !important;
  font-weight: bold;
}

.label-alert {
  background-color: #C1BD1C;
  font-size: 12px !important;
  font-weight: bold;
}

.label-warning {
  background-color: #f0ad4e;
  font-size: 12px !important;
  font-weight: bold;
}

.label-danger {
  background-color: #f44336 !important;
  font-size: 12px !important;
  font-weight: bold;
}

.label-default {
  background-color: #a0a0a0;
  font-size: 12px !important;
  font-weight: bold;
}

.label-message {
  background-color: #5d5d5d;
  font-size: 12px !important;
  font-weight: bold;
}

.label-later {
  background-color: #20b2aa;
  font-size: 12px !important;
  font-weight: bold;
}

.label-reject {
  background-color: #ff8080;
  font-size: 12px !important;
  font-weight: bold;
}



.plegable {

  position: fixed;
  top: 0;
  right: 0;

  height: 100%;
  background-color: #e9e9e9;
  padding-top: 50px;
  display: none;

}


.button-close {
  position: absolute;
  top: 50px;
  right: 10px;
  font-size: 28px;
  z-index: 1000;
  display: none;
}

#chat {
  background-color: white;
  /*  margin: 20px auto 0;*/
  width: 400px;
}

#chat #header-chat {
  background-color: #555;
  color: white;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

#chat #mensajes {
  padding: 10px;
  height: calc(100vh - 200px);
  width: 99%;
  overflow: hidden;
  overflow-y: scroll;


}

#chat #mensajes .mensaje-autor {
  margin-bottom: 10px;
  text-align: right;
  padding-right: 20px;

}

#chat #mensajes .mensaje-autor img,
#chat #mensajes .mensaje-amigo img {
  display: inline-block;
  vertical-align: top;
}

#chat #mensajes .mensaje-autor .contenido {
  background-color: #c1bd1c14;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 13px;
  padding: 15px;
  vertical-align: top;
  width: 300px;
  margin-right: -6px;
}

#chat #mensajes .mensaje-autor .fecha {
  color: #777;
  font-style: italic;
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
}

#chat #mensajes .mensaje-autor .flecha-izquierda {
  display: inline-block;
  margin-right: -6px;
  margin-top: 10px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid white;
}


#chat #mensajes .mensaje-amigo {
  margin-bottom: 10px;
}

#chat #mensajes .mensaje-amigo .contenido {
  background-color: #3d6891;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 15px;
  vertical-align: top;
  width: 300px;
}

#chat #mensajes .mensaje-amigo .flecha-derecha {
  display: inline-block;
  margin-left: -6px;
  margin-top: 10px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #8CA8B7;
}

#chat #mensajes .mensaje-amigo img,
#chat #mensajes .mensaje-autor img {
  border-radius: 5px;
}

#chat #mensajes .mensaje-amigo .fecha {
  color: white;
  font-style: italic;
  font-size: 10px;
  text-align: left;

  margin-top: 10px;
}

#caja-mensaje {
  background-color: #e9e9e9;
  /*margin: 0 auto;*/

  padding: 0px 5px 5px 0px;
  width: 400px;
  position: fixed;
  bottom: 10px;
}

#caja-mensaje input {
  border: solid 1px #4193BF;
  outline: none;
  padding: 30px;
  border-radius: 10px 0 0 10px;

}

#caja-mensaje button {
  border: 0;
  color: white;
  font-size: 12px;
  padding: 6px;
  width: 40px;
  margin-top: 8px;
  min-height: 62px;
  background-color: #325b7e;
}

.field-planificacion-obs>label {
  display: none;
}

dia {
  color: #1A3773;
  font-size: 14px;
  padding: 0px;
}

dianombre {
  color: rgb(65, 64, 64);
  font-size: 14px;
  padding: 0px;
}

mes {
  color: #1A3773;
  font-size: 16px;
  padding: 0px;
}

.time-table {
  text-align: center;
  width: 100%;
  padding: 0px 0px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.time-original , .time-original a  {
  color: #23527c !important;
  font-size: 12px;
  text-align: center;
  padding: 0px 0px;
}

.time-ok , .time-ok a  {
  color: rgb(26, 115, 38) !important;
  font-size: 12px;
  text-align: center;
  padding: 0px 0px;
  font-weight: bold;
}

.time-warning , .time-warning a  {
  color: rgb(187, 124, 6) !important;
  font-size: 12px;
  text-align: center;
  padding: 0px 0px;
  font-weight: bold;
}

.time-alert , .time-alert a  {
  color: #f44336 !important;
  font-size: 12px;
  text-align: center;
  padding: 0px 0px;
  font-weight: bold;
}

.time-danger , .time-danger a {
  color: red !important;
  font-size: 12px;
  text-align: center;
  padding: 0px 0px;
  font-weight: bold;
  border: solid 1px red !important;
}



.td_notification {
  width: 10px;
  text-align: left;
  padding: 3px;
}

/* Create the blue navigation bar */
.navbar_notification {
  text-align: left;
}

/* Define what each icon button should look like */
.button_notification {
  display: inline-block;
  /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative;
  /* All 'absolute'ly positioned elements are relative to this one */
}

/* Make the badge float in the top right corner of the button */
.button__badge {
  background-color: #913d3d;
  border-radius: 5px;
  color: white;

  padding: 0px 3px;
  font-size: 10px;

  position: absolute;
  /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}

/*
.supervisor {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #913d3d;
  background-image: url('../../web/images/home.png');
  border: 1px solid #000000;

}
*/

.titulo {
  padding-top: 10px;
  color: #3d6891;
  font-weight: bold;
}

.plegable>.data-form>h4 {
  color: #325b7e;
}

.node-tree {
  background-color: white;
}


.nav-default {
  background-color: #e6e6e6;
}

/*begin Panel Monitor */
.node-tree {
  background-color: white;
}

/*end Panel Monitor*/

/* begin proyectos */
.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  z-index: 10;
  /* margin: 0 auto;*/
  left: -webkit-calc(50% - 50px);
  left: -moz-calc(50% - 50px);
  left: calc(50% - 50px);

  top: -webkit-calc(50% - 50px);
  top: -moz-calc(50% - 50px);
  top: calc(50% - 50px);
  display: none;
}

/* LOADER 1 */

#loader-1:before,
#loader-1:after {
  content: "";
  position: fixed;
  top: 200px;
  /* left: -10px;*/
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



#campo_menu_menu {
  padding: 2px;
  line-height: 1.8;
}

#campo_menu_menu input {
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  padding-right: 5px;
  padding-left: 5px;
}

#campo_menu_form_activas {
  padding-right: 5px;
  padding-left: 5px;
  word-break: break-all;
}

.campo_menu_lista_activas span {
  padding: 2px 4px;
  margin: 4px 2px;
  border-radius: 12px;
  border: solid 1px #f5f6f8;
  color: #3d6691;
  background: #f5f6f8 !important;

}

#campo_menu_input_search {
  padding-right: 5px;
  padding-left: 5px;
}

.campo_menu_lista_activas span .glyphicon-remove {
  color: #ec870e;
  border-radius: 12px;
  border: solid 1px white;
  background: white !important;
  padding: 1px;
  font-size: 9pt;
  margin-left: 2px;

}

.campo_menu_lista_disponibles {
  /*  padding-right: 5px;
padding-left: 5px;*/
}

.campo_menu_lista_disponibles span {
  padding: 2px 4px;
  margin: 4px 2px;
  border-radius: 12px;
  border: solid 1px #3d6691;
  color: #f5f6f8;
  background: #3d6691 !important;
  width: 100%;
}

.opcion_menu_lista_activa_ini {
  padding: 2px 4px;
  margin: 4px 2px;
  border-radius: 12px;
  border: solid 1px #3d6691;
  color: #f5f6f8;
  background: #3d6691 !important;
  width: 100%;
  line-height: 24px;
}

/*end proyectos*/

/* Dia libre */

.ficha_free {

  border-radius: 3px 3px 0 3px;
  min-height: 40px !important;
  margin-bottom: 5px;
  padding-right: 5px !important;
  height: auto;
  background-color: #efc77c !important;
  background-image: linear-gradient(140deg, rgba(255, 255, 255, .2) 29%,
      transparent 20%,
      transparent 51%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent);
  /*background-image: repeating-linear-gradient(-45deg, #efc77c 10, #efc700 40%); */
}

.ficha_letter_free {
  padding: 10px;
  border-radius: 3px 0px 0px 3px;
  font-size: 7pt !important;
  background-color: #ec9c08 !important;
}

.ficha_input_free {

  padding: 2px 2px !important;
  text-align: center !important;
  font-weight: bold;
  border: none !important;
  font-size: 7pt !important;

  background-color: transparent !important;
  box-shadow: none !important;
  /*color: #ec9c08 !important;*/
  height: 20px !important;

}

/* end fichas */


.marcador::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -0.9675rem;
  border-right: 0.8rem solid #3FAFD7;
  border-top: 0.575rem solid transparent;
  border-bottom: 0.575rem solid transparent;
}

.marcador-obs {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.0rem;
  border-radius: 0.125rem;
  background: #3FAFD7 !important;
  color: #fff !important;
  min-width: 80px;
  text-align: center;
}

.marcador-obs-super {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.0rem;
  border-radius: 0.125rem;
  background: #ff020254 !important;
  color: #fff !important;
  min-width: 80px;
  text-align: center;
}

.marcador-obs-super::before {

  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -0.9675rem;
  border-right: 0.8rem solid #ff020254;
  border-top: 0.575rem solid transparent;
  border-bottom: 0.575rem solid transparent;
  /*
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.2rem;
  border-radius: 0.125rem;
  background: #ff0000 !important;
  color: #fff !important;
  min-width: 80px;
  text-align: center;
  */
}


.marcador-super::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -0.9675rem;
  border-right: 0.8rem solid #fe0000;
  border-top: 0.575rem solid transparent;
  border-bottom: 0.575rem solid transparent;
}

.marcador-lic::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -0.675rem;
  border-right: 0.7rem solid #ff9f33;
  border-top: 0.575rem solid transparent;
  border-bottom: 0.575rem solid transparent;
}

.marcador-licencia {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.0rem;
  border-radius: 0.125rem;
  background: #ff9f33;
  color: #fff;
  min-width: 80px;
  text-align: center;
}

.marcador-sus::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -0.675rem;
  border-right: 0.7rem solid #c74d42;
  border-top: 0.575rem solid transparent;
  border-bottom: 0.575rem solid transparent;
}

.marcador-suspen {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.0rem;
  border-radius: 0.125rem;
  background: #c74d42;
  color: #fff;
  min-width: 80px;
  text-align: center;
  font-weight: normal;
}

.marcador-tar::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -0.675rem;
  border-right: 0.7rem solid #3f9965;
  border-top: 0.575rem solid transparent;
  border-bottom: 0.575rem solid transparent;
}

.marcador-tarea {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.0rem !important;
  border-radius: 0.125rem;
  background: #d1f7e0;
  border: 1px solid #3f9965;
  color: #fff !important;
  min-width: 80px;
  text-align: center;
}

#messageBar {
  position: absolute;
  float: bottom;
  width: 100%;
  left: 0;
  margin-bottom: 0px;
  background-color: #8594A5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 40px;
  padding: 3px;
  z-index: 2000;
  min-height: 20px;
}

.btn-notification {
  padding: 0.25rem 0.75rem;
  margin-left: 0.5rem;
  margin-top: 0;
  font-size: 1.2rem;
  background-color: #A6D63E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  float: bottom;
  margin-top: 10px;
  margin-left: 20px;
  color: #FFFFFF;
  z-index: 0;
}

/* prueba inputs redondeados  , CArlos H.*/

.form-control-marco {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  background-color: #fff !important;
  background-position: center bottom, center calc(100% + 1px) !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  color: #555555 !important;
  font-size: 14px !important;
  outline: 0 !important;
  padding: 7px 7px !important;
  height: 32px !important;
}

.form-control-marco:focus,
.form-control-marco:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6) !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  border-color: #66afe9 !important;
}

/*fin prueba inputs redondeados*/
