/* CSS Document */
::-webkit-scrollbar {
  width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #EA3A11; 
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #424242; 
  border-radius: 5px;
}

.input_busqueda:enabled::-webkit-input-placeholder { /* WebKit browsers */
    opacity:    10;
}

#descripcion_documento:enabled::-webkit-input-placeholder { /* WebKit browsers */
    opacity:    10;
}

input:enabled::-webkit-input-placeholder { /* WebKit browsers */
    opacity:    0;
}
input:enabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:    0;
}
input:enabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:    0;
}
input:enabled:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:    0;
}

body{
	
	font-family: 'Rajdhani', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	
}

.sidenav {
	
	font-family: 'Rajdhani';
	font-style:normal;
	font-weight: 500;
	font-size: 16px;
	width: 17%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: white;
	overflow: scroll;
	overflow-x: auto;
	transition: 0.5s;
	padding: 10px 15px 15px 15px;
	box-shadow: 5px 2px 15px 2px #404040;
	
}
.space_menu{
	
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: 1;
	background-color: #EA3A11;
	width: 50px;
	height: 30px;
	display: none;
	padding: 3px;
	align-content: center;
	border-radius: 5px 0px 0px 5px; 
}

.space_menu:hover  {

	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	
}
.img_logo_menu{
	
	width: 140px;
	
}

.img_body_logo{
	
	width: 659px;
	position: relative; 
	left: 10%; 
	top: 20%;
}

.main{
	
	font-family: 'Rajdhani', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	min-height: 100vh;
	width: 100%;
	background-color: #E5E5E5;
	background-size:480px 300px ;
	background-repeat: no-repeat;
	background-position:center;
	
}

.container-login{
	
	position: absolute;
	top: 20%;
	left: 40%;
	min-height: 25%;
	min-width: 15%;
	width: 20%;
	height: auto;
	border: none;
	padding: 25px;
	background-color: white;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(15px);
	border-radius: 5px;
	
}

.container-login img{

	min-width: 181px;
	width: 181px;
	
}

.body_login{ 
	
	background-color: red;
	background: url("../img/blancos.svg"); 
  	background-size: cover;
	background-position: center;
  	background-repeat: no-repeat;
  	margin: 0;
  	height: 100vh;
	
}

.input_control{
	
	width: 100%;
	height: 34px;
	border: none;
	background: #F1F1F1;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}

.input_control:focus{
	
	outline: none !important;
    border:1px solid #EA3A11;
}

button{
	
	position: relative;
	float: right;
	width: 115px;
	height: 30px;
	background-color: #EA3A11;
	color: white;
	border: none;
	border-radius: 5px;
	
}

.cabecera{
	
	position: absolute;
	padding: 25px;
	top: 15px;
	min-width: 100%;
	width: 100%;
	min-height: 80px;
	height: 80px;
}

.function_data{
	
	display: flex;
	min-height: 35px;
	height: 35px;
	max-width: 380px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 50px;
	
}

.select_imagen{
	
	position: absolute;
	top: 95px;
	left: 20%;
	min-width: 77%;
	min-height: 15%;
}

.select_multiple{
	
	text-align: center;
	border: 1px solid rgba(64,64,64,0.2);
	border-radius: 5px;
	background-color: transparent;
	
}

.select_multiple:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
}

.name_form{
	
	display: inline-block;
	min-height: 25px;
	height: 55px;
	width: auto;
	align-content: space-between;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 20%;
	
}

.titulo_seccion{
	
	display: inline-block;
	min-height: 35px;
	height: 35px;
	width: auto;
	margin-left: 10px;

}

.img_seccion{
	
	display: inline-block;
	position: relative;
	top: -15px;
	min-height: 55px;
	height: 65px;
	width: auto;
	text-align: center;
	
}

.img_menu{
	
	display: none;
	
}

.input_busqueda{
	
	display: inline-flex;
	border: none;
	margin-right: 15px;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 180px;
	text-align: center;
	
}

.input_busqueda:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
}

.input_busqueda:focus{
	
	outline: none !important;
    border:1px solid #EA3A11;
}

.line_menu{

	display: inline-block;
	
}

.ul-submenu{
	
	margin-left: 20px;
	
}
	
.sidenav a {
  padding: 8px 8px 8px 5px;
  text-decoration: none;
  font-size: 1rem;
  color: #404040;
  transition: 0.3s;
	display: inline-block;
}

.sidenav a:hover {
  color: #EA3A11;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.button_modal{
	
	border: 1px solid #EA3A11;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 110px;
	text-align: center;
	background-color: #EA3A11;
	color: white;
	
}

.button_modal:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	
}

.button_inter{
	
	border: 1px solid #EA3A11;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 110px;
	text-align: center;
	background-color: #EA3A11;
	color: white;
}

.info-general{
	
	position: relative;
	top: 10%;;
	left: 20%;
	width: 78%;
	display: inline-flex;
	margin: 0px;
	
}

.flex-item-exp {
	margin-right: 15px;
	flex: 20%;
}

.flex-item-imp {
	margin-right: 15px;
  	flex: 20%;
}

.flex-item-via {
	margin-right: 15px;
	flex: 20%;
}

.flex-item-com {
	margin-right: 15px;
  	flex: 20%;
}

.flex-item-tra {
	margin-right: 15px;
	flex: 20%;
}

.flex-item-tot {
  	flex: 20%;
}

.text-block{

	height: 30px;
	border-radius:5px 0px 0px 5px;
	background-color: #EA3A11;
	min-width: 65%;
	color: white;
  	justify-content: center;
  	align-items: center;
	display: inline-flex;
}

input{
	
	max-height: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	
}

select{
	
	max-height: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	
}

.modal-header{
	
	background-color: #EA3A11;
	color: white;
	max-height: 40px;
	display: flex;
	align-content: center;
	align-items: center;
	padding-top: 25px;
	padding-left: 40%;
	
}

.active_class{
	
	background-color: #424242 !important;
	color: white !important;
	
}

.avisoPrivacidad{
	
	min-height: 100vh;
	min-width: 100vw;
	background-color: rgba(65,65,65,0.75);
	z-index: 2000000;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 30px;
	
}

.contentAviso{
	
	min-width: calc(100% - 60px);
	min-height: calc(100% - 60px);
	max-width: calc(100% - 60px);
	max-height: calc(100% - 60px);
	overflow: auto;
	background-color: #FFFFFF;
	color: #424242;
	padding: 15px;
	font-weight: bold;
	
}


@media only screen and (min-width:0px) and (max-width: 870px) {
	
	.function_data{

		right: 3%;
		top: 75px;
		
	}
	
	.input_busqueda{

		top: 75px;
		left: 6%;
		min-width: auto;
		max-width: 150px;
		
	}
	
	.label_info > label{
	
	margin-right: 10px;	
	margin-left: 30px;	
	min-width: calc(80% / 3);
	max-width: calc(80% / 3);
	cursor: pointer;
	
}
		
}

@media only screen and (min-width:0px) and (max-width: 870px) {
	
	.main{
		
		width: 100%;
	}
	
	.name_form{

		top: 5px;
		left: 5%;
	
	}
	
	.sidenav{
		
		padding-left: 7px;
		padding-bottom: 25px;
		width: 60%;
		display: none;
		
	}
	
	
	
	.img_menu{
	
		display: inline-block;
		position: absolute;
		top: 25px;
		right: 5%;
		height: 30px;
		
	}
	
	.img_menu:hover{
	
		box-shadow: 1px 1px 10px 3px #EA3A11;
		transition: 0.4s;
		padding: 5px;
		border: 1px solid #EA3A11;
		border-radius: 5px;
		right: 5%;
	}
	
	.class_link{
	
		width: 87%;
	
	}

	.select_imagen{
	
		min-height: 75%;
		min-width: 90%;
		position: absolute;
		top: 22%;
		left: 5%;
		max-width: 50px;
	
	}
	
	.button_mas{
	
		position: absolute;
		display: inline-block;
		top: 75px;
		right: 29%;
		text-align: center !important;
		width: 90px;
		
	}
	
	.img_body_logo{
	
		width: 420px;
		position: relative; 
		left:-7%; 
		top: 29%;
		
	}
	
	.space_menu{
		
		display: flex;
		
	}
	
	.container-login{
		
		left: 5%;
		width: 90%;
		
	}
	
	.filternav {
	
		width: 60%;
		
	}
	
	.info-general{
		
		top: 14%;
		left: 5%;
		width: 94%;
		flex-wrap: wrap;
		
	}
	
	.flex-item-exp {
		
		margin-right: 0px;
		margin-bottom: 5px;
		flex: 50%;
	}
	
	.flex-item-imp {
		margin-right: 0px;
		margin-bottom: 5px;
	  	flex: 50%;
	}
	
	.flex-item-via {
		margin-right: 0px;
		margin-bottom: 5px;
		flex: 50%;
	}
	
	.flex-item-com {
		margin-right: 0px;
		margin-bottom: 5px;
	  	flex: 50%;
	}
	
	.flex-item-tra {
		margin-right: 0px;
		flex: 50%;
	}
	
	.flex-item-tot {
	  	flex: 50%;
	}
	
}

@media only screen and (min-width:0px) and (max-width: 360px)  {
	
	.img_body_logo{
	
		width: 420px;
		position: relative; 
		left:-7%; 
		top: 25%;
		
	}
	
	.select_imagen{
	
		min-height: 75%;
		min-width: 90%;
		position: absolute;
		top: 22%;
		left: 5%;
		max-width: 50px;
	
	}
	
}

@media only screen and (min-width: 871px) and (max-width: 1200px)  {

	.name_form{

		top: 5px;
		left: 30%;
	
	}
	
	.label_info > label{
	
	margin-right: 10px;	
	margin-left: 30px;	
	min-width: calc(80% / 4);
	max-width: calc(80% / 4);
	cursor: pointer;
	
}
	
	.input_busqueda{
		
		min-width: auto;
		max-width: 150px;
		
	}
	
	.sidenav{

		width: 25%;
		display: block;
		
	}
	
	.button_mas{
		
		text-align: center;
		position: absolute;
		right: 10%;
	
	}

	.tablas_filtros{
		
		position: absolute;
		top: 190px;
		left: 20%;
		min-width: 60%;
		min-height: 45%;
		width: 76%;
		height: 66%;
		text-align: center;
		
	}
	
	.tablas_filtros_dobles{
		
		position: absolute;
		top: 230px;
		left: 20%;
		min-width: 50%;
		min-height: 45%;
		width: 50%;
		height: 50%;
		text-align: center;
		
	}
	
	.pie_pagina{
		
		right: 50px;
	
	}
	
	.img_agregar_catalogo{
	
		height: 17px;
		position: relative;
	
	}
	
}








