
/*  ========================================== */
/* =============  CLIENTES ==================  */
/*  ========================================== */

.margin_top_page{

	height:50px; /* Top page space */
}


.ul_style{
	list-style: none;
}





  .top_clientes{
    color:white;
    background-color: #000000; /*#669999;*/
    opacity:0.75;
    font-weight:bold;
    size:1.3rem;
    height: 42px;
  }

/*
.top_clientes .container a:hover , p:hover  {
  background-color: unset !important;
    color: unset !important;
  }
*/

  .clientes  .border_box{
      border-radius: 5px;
      border:1px solid gray !important; 
      padding: 2px;
      /*opacity: 1.0;*/
      }



  .clientes .magnafab {
      border-radius: 5px;
      background-color: #000000; /*#f2f2f2;*/
      padding: 2px;
      /*opacity: 1.0;*/
      }

   .clientes p{
      padding:0px;
      margin-bottom:0px;
      min-height: 0px;
      size:1rem;
      color:#000000;
   }



  .clientes .aqua_bg{
    color:white;
    background-color: #000000; /*#669999;*/
    font-weight:bold;
    size:1.3rem;
    height: 38px;
  }

  .clientes label{
    color:black;
    size:1rem;
    font-weight:bold;
    margin-bottom: 0px;
  }

  .referencia label{
    color:#ffffff !important;
  }

  .referencia .pointer{
    cursor:pointer;
  }

  .clientes input[type=text], select, textarea {
    font-size: 1rem;
    width: 100%;
    padding: 0px;
    border: 1px solid #blue;
    border-radius: 4px !important;
    margin-top: 3px;
    /* resize: vertical;*/
   /* min-height: .1rem !important;*/
  }



.clientes button {
  background-color: #000000 !important;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  min-height: 0px !important;
  height: 40px !important;
}

.clientes button:hover {
  background-color: #676533 !important;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  min-height: 0px !important;
  height: 40px !important;
}

.clientes input[type=submit]:hover {
  background-color: #777777;
}


/*  ============= LATERAL CATEGORY ============================ */


.row_selected:hover{
  color:gray;
  box-shadow: -100px 0px 0px 0.2rem rgba(0,123,255,0.25);
  z-index:999;
  cursor:pointer;
}

.row_bot_border{
	border-bottom: solid 1px #b3d80f;
}




.selector_tab  a.active{
    background-color: #9fc3a5 !important;
    color:white !important;
    font-weight: bold !important;
    border-color: #669999 !important;
}

.selector_tab  a{
    background-color: #c7c7c7 !important;
    color:white;
    font-weight: bold !important;
}


.elegir_styles{
  height: 40px;
}