.font-body {
    font-family: 'NeoSansPro-Regular';
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.font-h1 h1{
 font-family: 'NeoSansPro-Regular';
    font-weight: 400;
     
}
.font-h1 small
{
 font-family: 'NeoSansPro-Light';
      
}

/** login **/
.input-form input{
   border-radius: 10px;
}
/* -- Formulario round -- */
.round-border input {
   border-radius: 10px;

}
#radius-border {

   border-radius: 10px;
}


.div-round-bottom{

   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
}

#div-round-left{
 border-bottom-left-radius: 10px;
 border-top-left-radius: 10px;
}
#div-round-right{
 border-bottom-right-radius: 10px;
 border-top-right-radius: 10px;
}
.boton-redondo{
   border-radius: 15px !important;
}

.boton-redondo-right{
   border-top-right-radius: 10px !important;
   border-bottom-right-radius: 10px !important;
}
.boton-redondo-left{
   border-top-left-radius: 10px !important;
   border-bottom-left-radius: 10px !important;
}

.div-round-select select{
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
}
.textarea-round textarea{
   border-radius: 10px;
}

/*** BOTON OUTLINE ***/

.btn1 {
  background-color: #4CAF50;
  border: none;
  color: black;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

   /* Green */
.outline-success{
   background-color: white;
    color: #4CAF50;
    border: 1px solid #04AA6D !important;
}   

   /* agua */
.outline-aqua{
   background-color: white;
    color: #00c0ef;
    border: 1px solid #00c0ef !important;
}   

.outline-success:hover {
    background-color: #04AA6D;
    color: white;
}


   /* Azul  */
.outline-info{
   background-color: white;
    color: dodgerblue;
    border: 1px solid #2196F3 !important;
}


.outline-info:hover {
    background-color: #2196F3;
    color: white;
}
.outline-info {
  border: 1px solid #2196F3 !important;  
}

   /* Amarillo */ 

.outline-warning{
   background-color: white;
    color: orange;
    border: 1px solid #ff9800 !important;
 }
.outline-warning:hover {
    background-color: #ff9800;
    color: white;
}

   /*  Red   */
.outline-danger{
   background-color: white;
    color: red;
    border: 1px solid #f44336 !important;
}
.outline-danger,.outline-xs{
   border: 1px  solid #f44336 !important;
}
.outline-danger:hover {
    background-color: #f44336;
    color: white;
}
   /*  Gray  */
 .outline-default{
   background-color: white;
    color: black;
    border: 1px solid gray !important;
}
.outline-default:hover {
    background-color: gray;
    color: white;
    
}


/*** TABLA PARA MOVILES **/ 

  @media screen and (max-width: 600px) {
      .table-movile {
       display: block;
       overflow-x: auto;
     }
}

.shadow-box{

       box-shadow: 2px 3px 6px #b3b3b3 !important;
}


.center-items-row{
   align-items: center !important;
   justify-content: center !important;
}

.input-line-bottom{

border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid gray;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}