
/*  ========================================== */
/* =============  PETICIONES =================  */
/*  ========================================== */

.margin_top_page{

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

.margin_top_page_edicion{

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

.ul_style{
	list-style: none;
}



.peticion_lbl_font{
  font-size:.8rem;
  height: 20px !important;
  color:black;  
}

.peticion_input_font{
  font-size:.8rem;
  height: 20px !important;
  color:black;  
}

.peticion_textarea_font{
  font-size:.8rem;

  color:black;  
}





  .texto_centrado{
    text-align: center;
  }

  .peticiones .top_peticiones {
    color:white;
    background-color: #000000 !important; /*#669999;*/
    /*opacity:0.75;*/  
  }


  .peticiones .top_peticiones h6{
    /*opacity:0.75;*/
    font-weight:bolder !important;
    font-size:1.3rem !important;
    height: 40px;
    padding-top:15px; 

  }

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


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



  .peticiones .container   {

   

      /*opacity: 1.0;*/
      }

  .peticiones .container-fluid   {
     


      /*opacity: 1.0;*/
      }





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

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

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

  .referencia .pointer{
    cursor:pointer;
  }

  .peticiones 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;*/
  }



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

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

.peticiones 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;
}




.peticiones .form-control{

  padding:0 0 0 5px !important;
  font-size:1rem;
  height: 30px;
  color:#000000;
}




 #flip {
  padding: 0px;
  text-align: center;
  background-color: #e5eecc;
  border: solid 1px #c3c3c3;
  cursor:pointer;
}

#panel_clientes {
  padding: 0px;
  display: none;
}

.lateral_clientes{
  background-color: rgba(0,0,0,0.6);
  width:100%;
  z-index: 999999999999;
  position:absolute;
  margin-left:0px;
  border:solid 1px white;
}

.lateral_interior_clientes{
  background-color: #f4f6f9;
  width:85%;
  margin-left:63px;
  height: 530px;
  margin-top:1%;

}

.pof_input_size{
  width:150px;
}



  .peticiones .clientes h6{
    /*opacity:0.75;*/
    font-weight:bolder !important;
    font-size:1.3rem !important;
    height: 40px;
    padding-top:15px; 

  }


  .peticiones .area_clientes{
      height:350px;
      margin-top:10px;
      overflow-x:hidden;
      overflow-y:scroll;"    

  }


  .bordes_compara{
    border:solid 1px black !important;
  }

  .bordes_header_pof{
    border:solid 1px black;
    height: 100px;
  }

  .p_pof{
    padding:0px;
    height: 20px;
  }

    .div_pof{
    margin-top:-15px;
    height: 20px;
  }

  .btn_green{
    background-color:  green !important;
  }