
/* --------------- >>> Estilos para registro exitoso <<< ------------------*/
.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}
/* --------------- >>> Estilos para  el error <<< ------------------*/

.error-page {
  margin: 100px 0 40px;
  text-align: center;
}

.error-page__header-image {
  width: 212px;
}

.error-page__title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 31px;
}

label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

input.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}
/* --------------- >>> Tooltip <<< ------------------*/
/* Tooltip container */
.tooltiplus {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltiplus .tooltiptext {
  visibility: hidden;
  width: 120px;
  font-size: 12px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiplus .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltiplus:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* --------------- >>> Estilos para c  <<< ------------------*/
.mayuscula { 
  text-transform: uppercase;
} 
/* --------------- >>> Estilos para Botones  <<< ------------------*/
.btn {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  margin:0;
  -webkit-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
     -moz-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
          box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
}
.btn .btn-block:active, .btn .btn-lg:active {
  -webkit-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
     -moz-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
          box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
}
/*Botón primary*/
.btn-primary {
  background-color: #4274d7;
  border-color: #4d5bbe;
  text-shadow: 1px 1px 0 #232bd5;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #426acd;
  border-color: #4f56aa;
}

.btn-pressure {
  position: relative;
  margin-bottom: 0;
}
.btn-pressure:focus {
  -moz-outline-style:none;
       outline:medium none;
}
.btn-pressure:active, .btn-pressure.active {
  top: 4px;
  border: 0;
  position: relative;
}
.btn-sensitive:active, .btn-sensitive.active {
  top: 1px;
  margin-top: 4px;
}


.text-truncate1 {
  max-width: 30px; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}
/* --------------- >>> Estilos para realizar el ordenado de la tabla  <<< ------------------*/
table tr th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.asc:after {
  content: ' ↑';
}
.desc:after {
  content: " ↓";
}
/* --------------- >>> Estilos hover de la tabla  <<< ------------------
.table-hover tbody tr:hover {
  background-color: rgba(122, 114, 81, 0.7);
  color: rgb(38, 28, 179);
}*/
/* --------------- >>> Estilos de sombra <<< ------------------*/
.search, .fa-search {
  box-shadow: 3px 3px 5px #b8b8b944 inset;
}

.nav-create-edit {
  font-size: 14px;;
}