@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

/******* ESTILOS ALERTA DE SALIDA *******/
  /* Estilos del modal */
.modal_alerta_s {
    /*display: none; /* Inicialmente oculto */
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Asegura que el modal_alerta_s esté por encima de otros elementos */
}

/* Estilos del contenido del modal_alerta_s */
.modal_alerta_s-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    /*width: 70%;*/
    text-align: center;
	
}
.mensaje_popup_alerta_s{
	font-size: 1.1em;
}
/* Estilos para los botones */
#btn_alerta_s_salir, #btn_alerta_s_continuar {
    font-size: 1.2em; /* Ajusta el tamaño de la letra según sea necesario */
	position: relative; /* Necesario para posicionar el texto "¡Nuevo!" */
	/*padding: 20px 40px;*/
    margin: 1.2em; /* Ajusta el margen para aumentar la separación */
}

#btn_alerta_s_salir {
	background-color:white;
    color: #5569d7;
    border: 2px solid #5569d7;
}

#btn_alerta_s_continuar {
	background-color: #5569d7;
    color:#ffffff;
    border: 2px solid #5569d7;
}

/***** fin ESTILOS ALERTA DE SALIDA ******/
body{
	font-family: 'Roboto', sans-serif;
}

.form-group select.form-control{
    height: unset !important
}

.pace .pace-progress {
  background: #303f9f;
  height: 3px;
}

a{
	color: #c20e18
}

a:hover{
	color: #63070c;
}

.table.table-compacta thead tr th {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 4px;
}

.table.table-compacta thead tr th:first-child{
    padding-left: 0px !important;
}

.table.table-compacta tbody tr td {
    padding: 1px;
    font-size: 12px;
    padding-left: 4px;
    border: 1px solid rgba(225, 225, 225, 0.7);
}

.page-sidebar .sidebar-menu .menu-items > li > a{
	padding-left: 20px;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu{
	padding: 0px;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li{
	padding: 0px 5px 0px 30px;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a{
	padding: 0px;
}

.page-sidebar .sidebar-menu .menu-items > li:hover{
	background: #ededed;
}

.page-sidebar .sidebar-menu .menu-items > li.open.active{
	background: #ededed;
}

.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail{
	color: #c20e18
}

.page-sidebar .sidebar-menu .menu-items li.open.active > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail{
	color: #c20e18
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover > .icon-thumbnail{
	color: #c20e18
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title{
	width: 90%; /* cambio de 80 a 90 en wms */
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu{
	background-color: #ededed
}

.page-sidebar .sidebar-menu .menu-items > li > a > .arrow{
	padding-right: 2px;
}

.dataTables_wrapper{
	padding: 0px !important
}

div.dataTables_wrapper div.dataTables_info{
    padding: 7px;
    margin-top: 5px !important;
    height: 32px !important;
}

div.dataTables_wrapper div.dataTables_paginate{
    padding: 7px;
    margin-top: 5px !important;
    height: 32px !important;
}


.tabla-nav{
	font-size: 11px !important;
	margin-top: 10px;
}

.tabla-nav ul li a{
	color:rgba(89, 88, 88, 0.4)
}

.tabla-nav ul li a:hover{
	color:rgba(89, 88, 88, 1)
}

.dropdown-menu{
	background: #fff;
}

.tabla-nav ul li .form-control{
	font-size: 11px !important;
}

.form-group.bg-danger{
	background-color: rgba(243, 88, 88, 0.2) !important
}



/*-----WMS4----*/


a{
	color: #3f51b5;
	text-decoration: none;
}

a:hover{
	color: #303f9f;
	text-decoration: none;
}

.header{
	background-color: #3f51b5;
	border-bottom: none;
}

.page-sidebar{
	background-color: #fff;
}

.page-sidebar a, .page-sidebar button{
	color: #6a6c6f;
}

.page-sidebar .sidebar-header{
	background-color: #303f9f;
	border-color: #303f9f;
}

.page-sidebar .sidebar-header a, .page-sidebar button{
	color: #fff;
}


.header .input-group .input-group-addon{
	background-color: #303f9f;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.header .form-control{
	border-radius: 4px;
}

.header form {
	width: 100%;
}

.page-sidebar{
	box-shadow: 0 14px 28px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.10);
}

.page-sidebar a:hover, .page-sidebar button:hover, .page-sidebar a:active, .page-sidebar button:active{
	color: #222 !important;
}

.icon-thumbnail{
	background: transparent;
	color: #808080;
	margin-right: 14px;
	margin-top: 7px;
}

body.menu-pin .icon-thumbnail{
	margin-right: 0px;
}

.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail{
	 color: #222 !important;
}

.page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a{
	color: #333
}

.icon-thumbnail > i{
	font-size: 20px;
}

li.user-info {
    height: 48px;
    border-bottom: none;
    margin-top: 5px;
}

li.user-info .icon-thumbnail{
	background: transparent;
}

li.user-info .icon-thumbnail img{
	height: 40px;
	width: 40px;
	border-radius: 50px;
	border: solid 1px #ddd;
}

.sidebar-visible li.user-info {
	height: auto;
    min-height: 100px;
    border-bottom: solid 1px #EDF0F0;
    margin-bottom: 5px;

}

.sidebar-visible li.user-info .detailed{
	margin-top: 30px;
	margin-left: 10px;
}

.sidebar-visible li.user-info .title{
	text-transform: uppercase !important;
	font-weight: 700;
	color: #6a6c6f;
	width: 100% !important;
}

.sidebar-visible li.user-info .details{
	text-transform: uppercase;
	color: #6a6c6f;
	font-weight: 400;
	opacity: 1 !important;
	width: 100% !important;
	line-height: 2px !important;
}


.sidebar-visible li.user-info .icon-thumbnail{
	float: left;
	left: 42px;
	margin-top: 20px;
}

.sidebar-visible li.user-info .icon-thumbnail img{
	height: 60px;
	width: 60px;
}

.page-sidebar .sidebar-menu .menu-items > li.user-info ul.sub-menu{
	background-color: #fff !important
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title{
	text-transform: capitalize
}

.table.table-compacta thead tr th {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;

}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 4px;
}


.table.table-compacta thead tr th:first-child{
    padding-left: 0px !important;
}

.table.table-compacta tbody tr td {
    padding: 1px;
    font-size: 12px;
    padding-left: 4px;
    border: 1px solid rgba(225, 225, 225, 0.7);
}


div.dataTables_wrapper div.dataTables_info{
    padding: 7px;
    margin-top: 5px !important;
    height: 32px !important;
}


div.dataTables_wrapper div.dataTables_paginate{
    padding: 7px;
    margin-top: 5px !important;
    height: 32px !important;
}


.table.table-hover tbody tr:hover td{
	background: rgba(63, 81, 181, 0.2) !important;
}

.tabla-nav{
	font-size: 11px !important;
	margin-top: 10px;
}

.tabla-nav ul li a{
	color:rgba(89, 88, 88, 0.4)
}

.tabla-nav ul li a:hover{
	color:rgba(89, 88, 88, 1)
}

.tabla-nav ul li .form-control{
	font-size: 11px !important;
}

.card{
	border-radius: 4px;
}


.login-nip .teclado{
	margin-left: 0px;
	margin-right: -5px;
}

.login-nip .teclado .btn{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 32%;
	margin-bottom: 5px;
}

.login-nip .teclado .btn:last-child{
	width: 65.3%;
	text-transform: uppercase;
}


.page-sidebar .sidebar-overlay-slide{
	background-color: #303f9f;
}


.header form {
    width: 50%;
   /* position: absolute;
    left: 260px;
    top: 13px;*/
}




#wrap{
 position: relative !important;
 height: 240px;
}

.over_frente{
position: absolute;
content: "";
background: url(../img/r_frente.png);
background-size: cover !important;
background-position: center center !important;
height: 240px;
width: 320px;
z-index: 4;
border: solid;
border-width: 1px;
color: #051154;
opacity: 0.4;
}

.over_izq{
position: absolute;
content: "";
background: url(../img/r_derecho.png);

background-size: cover !important;
background-position: center center !important;
height: 240px;
width: 320px;
z-index: 4;
border: solid;
border-width: 1px;
color: #051154;
opacity: 0.4;
}

.over_der{
position: absolute;
content: "";
background: url(../img/r_izquierdo.png);
background-size: cover !important;
background-position: center center !important;
height: 240px;
width: 320px;
z-index: 4;
border: solid;
border-width: 1px;
color: #051154;
opacity: 0.4;
}

.over_atras{
position: absolute;
content: "";
background: url(../img/r_reverso.png);
background-size: cover !important;
background-position: center center !important;
height: 240px;
width: 320px;
z-index: 4;
border: solid;
border-width: 1px;
color: #051154;
opacity: 0.4;
}

.over_adic{
position: absolute;
content: "";

height: 240px;
width: 320px;
z-index: 4;
border: solid;
border-width: 1px;
color: #051154;
opacity: 0.4;
}

#camara video{
	position: relative !important;
}

#camara{
/* 	position: absolute; */
	z-index: 1;
}

form.form_os{
 /*width: 520px !important;*/
}

form.form_osrp{
 /*width: 520px !important;
 left: 750px !important;*/
}


/******** ESTILOS MODAL UBICACIONES DE ALMACÉN ********/
.modal_almacen {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal_almacen.show {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal_content_almacen {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 80vh;
    overflow-y: auto;
    transform: scale(0.7) translateY(-50px);
    transition: transform 0.3s ease;
}

.modal_almacen.show .modal_content_almacen {
    transform: scale(1) translateY(0);
}

.close_almacen {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease;
}

.close_almacen:hover {
    color: black;
}