body {
  background-color: #d0dada;
  color: white;
}

.container {
  width: 97%;
}

.descargarElPedido i.enviado{
  color: green;
}

.descargarElPedido i.pendiente{
  color: red;
}

img.imagesUpdate{
  height: 200px;
}

.botonesImagenes{
  text-align: center;
}

.prioridad-fotos{
  width: 60px;
  text-align: center;
}

.ordenMsj{
  display: none;
  text-align: center;
}

#sincronizarModal{
  text-align: right;
  padding: 0 6px 0 0;
}

.porcentajeDeAumento{
  width: 55px;
  margin: 0 5px 0 1rem;
}

i.accionDescargar{
  margin: 0px !important;
}

.filtrar {
  width: 100%;
}

.alertFiltro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  margin: 0.5rem;
}

.closeProductSearch, .closeOrdersSearch {
  opacity: 1;
  line-height: 0rem;
  font-size: 1.5rem;
  background-color: #d47373 !important;
  color: white;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 2rem;
}

.formularioDescarga{
  display: inline;
  text-align: center;
}

.iconoDescarga{
  font-size: 18px;
}

.prevImg{
  width: 150px;
  height: 150px;
  border: 1px solid #000;
  margin: 10px 5px 0 0;
}

.pedidoIcono{
 font-size: 10px;
}

.datosClientePedido th, .datosClientePedido td{
  font-size: 15px;
  font-style: normal;
}

.selector {
  width: 100%;
  text-align: left;
}

.mensajes{
  display: none;
}

/* #tagsColor, #tagsColor_tagsinput{
  display: none;
} */

.grabarImagenes{
  display: none;
}

.error {
  display:none
}

.botonesUpdateFoto{
  margin-left: 45%;
}

.botonesUpdate{
  margin-left: 40%;
}


.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  margin-top: 75px;
  background: #d0dada;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 15px;
  background: #fff;
  min-height: 400px;
  color: #566787;
  background: #f5f5f5;
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
  margin-top: 40px;
}

/* MODAL PEDIDO VER/AGREGAR */
* {
  box-sizing: border-box;
}

body {
  font: 16px Arial;  
}

.boxcomplete {
  /*the container must be positioned relative:*/
  position: relative;
  margin-bottom: 12px;
  width:50%;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

input {
  background-color: #FFFFFF;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #FFFFFF;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.boxcomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the boxcomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.boxcomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.boxcomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.boxcomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
