


.bg_principal{
  background: #669999;
}

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

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

/*
.elegir_styles_header{
  color:blue !important;
  font-weight: bold !important;
}


.elegir_styles{
  color:blue !important;
}
*/
.web  nav-itemxx {
  color:blue !important;
}

.web .btn-primary{
  background: #669999 !important;
}


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

  .consultas  .container{
      border-radius: 5px;
      background-color: #f2f2f2;
      padding: 2px;
      opacity: 1.0;
      }

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

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

 .black_bg{
    color:white;
    background-color: #000000;
    font-weight:bold;
    size:1.3rem;
    height: 38px;
  }

  .white_bg{
    background-color: #ffffff;
    color:#000000;
  }

  .consultas label{
    color:white;
    size:1rem;
    font-weight:bold;
    margin-bottom: 0px;
    min-height: 0px !important;
  }


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



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

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


.consultas .cliente{
   cursor: pointer;
}

.consultas .cliente:hover{
  color:gray;
  box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.25);
  z-index:99999;

}

.row_style{
  color:#000000;
  /*border-bottom: solid 1px #cecece !important;*/
  font-size:1.1rem;
  font-weight: bold;
  vertical-align: middle;
}

.row_style:hover{
   cursor:pointer;
   box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.25);
}



/*  ========= Existencias ================== */


.col-form-label{

  font-size:1.1rem;
  font-weight: bold;
  color:#000000;
}

.input_exist{

  font-size:1rem;
  font-weight: bold !important;
  color:#000000 !important;
  background-color: #ffffff !important;
  height: 30px !important;
}





#input_mov_almacen_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: white;
  overflow: auto;
  z-index: 6000;
  display: none; }


  