@import url('https://fonts.googleapis.com/css?family=Montserrat|Staatliches');
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

/*
textarea:focus, input:focus, input[type]:focus, select:focus {
  border-color: rgb(204, 51, 51) !important;
  box-shadow: 0 0 0 .15rem rgba(204, 51, 51, 0.5) !important;
}
*/

body {
  padding: 0rem 1rem 3rem 1rem;
  font-size: 0.8rem !important;
  background-color: #fdfdfd !important;
}


body::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */

}



/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
	
	
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
body::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
   /* box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);*/
}
/* Cambiamos el fondo cuando esté en active */
body::-webkit-scrollbar-thumb:active {
 background: rgba(0,0,0,0.4);
}


header {}
header .titulo {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  float: left;
  padding: 2rem 0rem 1rem 0rem;
}
header .icono {
  float: left;
  width: 2rem;
  display: block;
  padding: 2rem 0rem 1rem 0rem;
  margin-right: 0.5rem;
}
header .breadcrumb {
  font-size: 0.7rem;
  width: 100%;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.04);
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 0px;
}
header .breadcrumb .breadcrumb-item a:hover, header .breadcrumb .breadcrumb-item a:link, header .breadcrumb .breadcrumb-item a:visited {
  text-decoration: none;
  color: #999999;
}
header .breadcrumb .breadcrumb-item .material-icons {
  font-size: 1rem !important;
}
section {
  margin-top: 1rem;
}
section .bloque {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e1e1;
  -webkit-box-shadow: rgba(64, 64, 64, 0.05) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.05) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.05) 0 2px 5px;
  background: #ffffff;
  padding: 20px;
  height: 100%;
  font-size: 0.8rem !important;
  color: #666666 !important;
  margin-bottom: 1rem;
}
section .bloque .titulo {
  font-size: 0.9rem;
  color: #E0251B ;
  text-transform: uppercase;

  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
  font-weight: 500;
	height: 40px;
}
.bloque-separador {
  height: 30px;
  display: block;
}
.grilla {
  box-sizing: border-box;
  padding-bottom: 0px !important;
}
.grilla .right {
  text-align: right;
}
.grilla .left {
  text-align: left;
}
.grilla .center {
  text-align: center;
}
.grilla .neg {
  font-weight: bold;
}
.grilla .text-tam:before {
  content: attr(data-text);
}
.grilla .cabecera {
  font-weight: bold;
  color: #555;
  padding: 0px 0.5rem 1rem 0.5rem !important;
  border-bottom: 1px solid #cccccc !important;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grilla .detalle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.grilla .detalle .lineas {
  border-bottom: 1px solid #cccccc !important;
  height: auto;
  padding: 0.5rem !important;
  cursor: pointer;
}
.grilla .detalle .lineas a {
  color: #666;
  text-decoration: none;
}
.grilla .detalle .lineas:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.grilla .detalle .oculta {
  display: none;
}
.grilla .totales {
  margin-top: 1rem;
  text-align: right;
  font-weight: bold;
}
.grilla .totales input {
  text-align: right;
  margin-bottom: 0.2rem;
}
.btn {}
.btn #spinner {
  display: none;
  width: 28px;
  height: 28px;
}
.btn .iconos {}
.btn .iconos div {
  float: left;
}
.btn .material-icons {
  line-height: 1rem;
  padding-right: 5px;
  font-size: 1.3rem;
}
.loading {
  background-color: #ffffff;
  background-image: url("../_IMG/loading_red.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-position-x: 96%;
  background-repeat: no-repeat;
}
.modal {
  font-size: 0.8rem !important;
}
.popover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) !important;
}
#DS1Confirm .modal-title {
  text-transform: uppercase;
}
#DS1Confirm .modal-body {
  text-align: left;
}
#DS1Confirm .modal-body b {
  text-transform: uppercase;
}


#DS1popup .modal-title {
  text-transform: uppercase;
}
#DS1popup .modal-body {
  text-align: left;
}
#DS1popup .modal-body b {
  text-transform: uppercase;
}


.DS1popupError .modal-content {
			background-image: url("../_IMG/icon_msj/error.png") ;
			background-position: right center;
			background-color: #dc3545 ;
			background-repeat: no-repeat;
    		background-size: 40%;
			color: #FFFFFF;
			border: 1px solid rgba(0,0,0,0.2) !important;
}
		
.DS1popupError .modal-header{
		border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}

.DS1popupError .modal-header .close{
	text-shadow: 0 1px 0 #000;
}
		
.DS1popupError .modal-footer{
	background-color: #ffffff !important;
}
		
		
.DS1popupError .btn{
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
	color: #FFFFFF;
}


.DS1popupOk .modal-content {
			background-image: url("../_IMG/icon_msj/ok.png") ;
			background-position: right center;
			background-color: #28a745 ;
			background-repeat: no-repeat;
    		background-size: 40%;
			
			color: #FFFFFF;
			border: 1px solid rgba(0,0,0,0.2) !important;
		}
		
		.DS1popupOk .modal-header{
			
			border-bottom: 1px solid rgba(0,0,0,0.2) !important;
	
		}
		.DS1popupOk .modal-header .close{
			
			    text-shadow: 0 1px 0 #000;
		}
		
		.DS1popupOk .modal-body{
		
		}
		
		
		.DS1popupOk .modal-footer{
			background-color: #ffffff !important;
		}
		
		
		.DS1popupOk .btn{
				background-color: #28a745 !important;
			border-color: #28a745 !important;
			color: #FFFFFF;
		}




.dropdown-item {
  cursor: pointer;
}
.dropdown-item.disabled {
  opacity: 0.5;
}
.paginador {
  float: right;
}
.paginador nav div {
  float: left;
  margin-right: 1rem;
  line-height: 35px;
}
.paginador nav a {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*background: rgba(0,0,0,0.03);*/
  font-size: 0.7rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
}
.paginador nav a:nth-child(2) {
  font-weight: bold;
}
.paginador nav a:last-child {
  font-weight: bold;
  border-right: 1px solid #ccc;
}
.paginador nav .select {
  background: rgba(224, 37, 27, 1) !important;
  color: #fff !important;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#pbv_Grilla {}
#pbv_Grilla .lineas span {
  font-size: 0.8rem;
  float: left;
  margin: 2px 0px 2px 0px;
  cursor: pointer;
}
#pbv_Grilla .lineas #sku {
  font-weight: bold;
  width: 100%;
}
#pbv_Grilla .lineas #descripcion {
  font-weight: bold;
  width: 100%;
}
#pbv_Grilla .lineas #marca {
  width: 50%;
  font-size: 0.7rem;
}
#pbv_Grilla .lineas #modelo {
  width: 50%;
  font-size: 0.7rem;
}
#pbv_Grilla .lineas #precio {
  font-weight: bold;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}
.btn-orange {
  color: #fff !important;
  background-color: #eea236 !important;
  border-color: #eea236 !important;
}
.form-row .form-group:last-child {
  margin-bottom: 0px !important;
}
.cliente_nombre_fantasia {
  font-weight: bold;
  font-size: 0.7rem;
 text-transform: uppercase;
}
.proveedor_nombre_fantasia {
  font-weight: bold;
  font-size: 0.7rem;
}
.cliente_razon_social {
  font-size: 0.7rem;
}
.proveedor_razon_social {
  font-size: 0.7rem;
}
.disabled-menu {
  opacity: 0.5 !important;
}
.input-group input[type=text] {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.usuario_disable {
  color: #999999 !important;
  font-style: italic;
}

/***************************************** Tarjeta*/
.card_usuarios
{ 
	height: auto !important; 
	padding-top: 1.3rem; 
 
}
		
		
.card_usuarios .card-usu
{  

	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
	height: auto !important;
	background: #f8f9fa;
	cursor: pointer;
	font-size: 0.8rem !important;
}
		
		
.card_usuarios .card-usu-select
{  
   background: #007bff !important;  
   color: #ffffff !important;
}
	
.card_usuarios .card-usu .img
{  
	float: left; 
	margin-right: 0.5rem ; 
	background-color: #fffff;
}
		
.card_usuarios .card-usu .img img
{ 
	width: 2.5rem;  
	border: 0.2rem solid #ced4da; 
	border-radius: 1.5rem;  
}
		
.card_usuarios .card-usu .nom
{ 
	font-weight: bold;
}

.card_usuarios .card-usu .ema
{  

}

/********************************************************************/





/*-------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 575.98px) {
  header .breadcrumb {
    /*  display: none !important;*/
  }
  .right-sm {
    text-align: right !important;
  }
  .left-sm {
    text-align: left !important;
  }
  .center-sm {
    text-align: center !important;
  }
  .paginador {
    display: none;
  }
  .form-row .form-group:last-child {
    margin-bottom: 15px !important;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  /*header .logo .text {
    display: none;
}
    */
  .grilla .text-tam:before {
    content: attr(data-phonetext);
  }
  .btn {
    width: 100%;
    margin-bottom: 0.8rem;
    text-align: center !important;
  }
  .btn .material-icons {
    display: none;
  }
  .grilla .right-sm {
    text-align: right;
  }
  .oculto-sm {
    display: none;
  }
  .modal-content {
    margin-bottom: 4rem !important;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991.98px) {
  /*header .logo .text {
    display: block;
}*/
  section .bloque {
    height: auto;
  }
  .bloque-separador {
    display: none;
  }
  .grilla .detalle .lineas {
    padding-bottom: 0.5rem;
  }
  /*.grilla .col-sm-oculta {
    display: none;
}
  */
  .col-sm-oculta {
    display: none;
  }
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}