pie/* CSS Document */

.clear{
clear:both
}

    .messages{
        /*float: left;*/
        font-family: sans-serif;
/*        display: none;*/
    }
    .info{
        padding: 10px;
        border-radius: 10px;
        background: orange;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }
    .info2{
        padding: 10px;
        border-radius: 10px;
        background: orange;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }
    .before{
        padding: 10px;
        border-radius: 10px;
        background: blue;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .success{
        padding: 10px;
        border-radius: 10px;
        background: green;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .error{
        padding: 10px;
        border-radius: 0px;
        background: red;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
.Estilo1 {
	font-weight: bold;
	font-size: 9px;
	color: #00FF00;
}
.Estilo5 {font-size: 11px}
.Estilo6 {color: #01FC29}
.Estilo9 {color: #00FD29; font-weight: bold; }

.ventana_centro{
	margin:auto;
	width:850px;
	color:#356AA0;	
}

.barra-menu{
	margin:auto;
	width:890px;
	background:#FFDDDD url(../img/menu.png) repeat-x;	
	border-bottom: 1px solid #666;
	color:#356AA0;	
	height:40px;
}

.menus{
	float:left;
	width:110px;
	margin:5px 5px;
	color:#356AA0;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	text-shadow: 1px 1px 2px #000000;
	text-align:left;
	line-height:10px;
}

.barra-titulo{
	margin:auto;
	width:890px;
	background:#356AA0;	
	border-bottom: 1px solid #666;
	color:#FFF;
	height:45px;
	line-height:50px;	
}


.titulo{
	float:right;
	width:445px;	
	margin:0px 0px;
	color:#fff;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	text-shadow: 1px 1px 2px #000000;
	text-align:center;
}

.usuario{
	float:right;
	width:435px;	
	margin:5px 5px;
	color: #fff;
	font-size: 11px;
	height: 24px;
	line-height: 11px;
	text-align:right;
}

.barra-contenido{
	margin:auto;
	width:890px;
	background:#ffffff;	
	border-bottom: 1px solid #666;
	color:#356AA0;	
	height:500px;
}

body{
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0
}
 
#envoltura{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-165px;
	margin-top:-150px;
	width:350px
}
 
#mensaje{
	background: #ececec;
	border: 1px solid #000;
	border-radius:2px;
	box-shadow: 0 0 0 2px rgba(255,255,255,.1);
	display: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	left: 30px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: -50px
}
 
#mensaje.mensaje-rojo{
	border-color: #e9322d;
	color: #e9322d
}
 
#mensaje.mensaje-verde{
	border-color: #46a546;
	color: #46a546
}
 
#contenedor{
	background-color:#356AA0;
	box-shadow: 0 0 0 5px rgba(0,0,0,.3);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
 
#cabecera{
	border-bottom: 1px solid #666;
	color:#FFF;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	height:40px;
	line-height:50px;
	text-shadow: 1px 1px 2px #000000;
	text-align:center
}
 
#cuerpo{
	background:#ececec;
	border:solid #ccc;
	border-width: 1px 0;
	padding:10px 30px
}
 
form,p{
	margin:0
}
 
p{
	padding-bottom: 5px
}
 
.mb10{
	margin-bottom: 10px
}
 
label{
	color: #666;
	font-weight: bold
}
 
.input{
	border: 1px solid #999;
	border-radius:2px;box-shadow: 0 0 0 2px rgba(0,0,0,.1);
	font:bold 12px Arial, Helvetica, sans-serif;
	height: 24px;
	line-height: 24px;
	padding:0 2px
}

.caja{
	border: 1px solid #999;
	/*border-radius:2px;box-shadow: 0 0 0 2px rgba(0,0,0,.1);*/
	font:bold 10px Arial, Helvetica, sans-serif;
	height: 18px;
	line-height: 18px;
	padding:0 2px
}
 
.caja-color{
	background:#FFCC99;
	border: 1px solid #999;
	/*border-radius:2px;box-shadow: 0 0 0 2px rgba(0,0,0,.1);*/
	font:bold 10px Arial, Helvetica, sans-serif;
	height: 18px;
	line-height: 18px;
	padding:0 2px;
	text-align:right;
}

input#usuario{
	background:#fff url(../img/login-sprite.png) no-repeat 0 -23px;
	padding-left: 20px;
	width: 270px
}
 
input#clave{
	background:#fff url(../img/login-sprite.png) no-repeat 0 -53px;
	padding-left: 20px;
	width: 270px
}
 
.boton{
	background: #ccc;
	background: -moz-linear-gradient(top,#eee,#ccc);
	background: -webkit-linear-gradient(top,#eee,#ccc);
	background: linear-gradient(top,#eee,#ccc);
	color: #666;
	padding:0 10px
}
 
.boton:active{
	position: relative;
	top: 1px
}
 
#pie{
	border-top: 1px solid #666;
	color: #fff;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	text-align: center
}
 
#nota{
	padding-top: 20px;
}
 
#nota a{
	background:url(../img/login-sprite.png) no-repeat;
	display: block;
	height: 18px;
	margin: 0 auto;
	opacity:.28;
	overflow: hidden;
	text-indent: 100%;
	-webkit-transition:opacity .3s linear;
	-moz-transition:opacity .3s linear;
	transition:opacity .3s linear;
	width: 125px
}
 
#nota a:hover{
	opacity:.5
}

#borde
{
	margin:auto;
	width:890px;
	background-color:#356AA0;
	box-shadow: 0 0 0 5px rgba(0,0,0,.3);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}

.borde-50
{
	float:left;
	width:411px;
	height:235px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 4px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:7px;
	margin-right:7px;
	margin-top:10px;
}

.borde-25
{
	float:left;
	width:411px;
	height:200px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 4px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:7px;
	margin-right:7px;
	margin-top:10px;
}
.borde-35
{
	float:left;
	width:411px;
	height:130px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 4px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:7px;
	margin-right:7px;
	margin-top:10px;
}


.tabla{
    border-spacing: 0;
    display: flex;/*Se ajuste dinamicamente al tamano del dispositivo**/
    max-height: 80vh; /*El alto que necesitemos**/
    overflow-y: auto; /**El scroll verticalmente cuando sea necesario*/
    overflow-x: hidden;/*Sin scroll horizontal*/
    table-layout: fixed;/**Forzamos a que las filas tenga el mismo ancho**/
    /*width: 98vw; /*El ancho que necesitemos*/
    border:1px solid gray;
}

.tabla-50{
    border-spacing: 0;
    display: flex;/*Se ajuste dinamicamente al tamano del dispositivo**/
    max-height: 20vh; /*El alto que necesitemos**/
    overflow-y: auto; /**El scroll verticalmente cuando sea necesario*/
    overflow-x: hidden;/*Sin scroll horizontal*/
    table-layout: fixed;/**Forzamos a que las filas tenga el mismo ancho**/
    /*width: 98vw; /*El ancho que necesitemos*/
    border:1px solid gray;
}
.tabla-busca2{
    border-spacing: 0;
    display: flex;/*Se ajuste dinamicamente al tamano del dispositivo**/
    max-height: 70vh; /*El alto que necesitemos**/
    overflow-y: auto; /**El scroll verticalmente cuando sea necesario*/
    overflow-x: hidden;/*Sin scroll horizontal*/
    table-layout: fixed;/**Forzamos a que las filas tenga el mismo ancho**/
    /*width: 98vw; /*El ancho que necesitemos*/
    border:1px solid gray;
}

.tabla-busca{
    border-spacing: 0;
    display: flex;/*Se ajuste dinamicamente al tamano del dispositivo**/
    max-height: 63vh; /*El alto que necesitemos**/
    overflow-y: auto; /**El scroll verticalmente cuando sea necesario*/
    overflow-x: hidden;/*Sin scroll horizontal*/
    table-layout: fixed;/**Forzamos a que las filas tenga el mismo ancho**/
    /*width: 98vw; /*El ancho que necesitemos*/
    border:1px solid gray;
}
.tabla-pagos{
    border-spacing: 0;
    display: flex;/*Se ajuste dinamicamente al tamano del dispositivo**/
    max-height: 63vh; /*El alto que necesitemos**/
    overflow-y: auto; /**El scroll verticalmente cuando sea necesario*/
    overflow-x: hidden;/*Sin scroll horizontal*/
    table-layout: fixed;/**Forzamos a que las filas tenga el mismo ancho**/
    /*width: 98vw; /*El ancho que necesitemos*/
    border:1px solid gray;
}
.th2,.td2{
    font-weight: normal;
    margin: 0;
    /*max-width: 13.2vw; /**Ancho por celda*/
    /*min-width: 13.2vw;/**Ancho por celda*/
    word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 11px;
	color:#0000FF;
    height: 3.5vh !important;/*El mismo alto para todas las celdas**/
    padding: 0px;
	border:1px solid #c4c0c9;
/**    border-right: 1px solid #c4c0c9;**/
}

.thead{
    background-color:#999999;
    position: fixed !important;/*el thead va ser siempre estatico**/
	width:850px;
}

.thead1{
    background-color:#999999;
    position:absolute ;/*el thead va ser siempre estatico**/
	width:410px;
}

.thead3{
	background-color:#999999;
	position:block;
	color:#006699;
}
.th2,.td2,.th3{
    font-weight: normal;
    margin: 0;
    /*max-width: 13.2vw; /**Ancho por celda*/
    /*min-width: 13.2vw;/**Ancho por celda*/
   	word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 11px;
    height: 3.5vh !important;/*El mismo alto para todas las celdas**/
    padding: 0px;
	border:1px solid #c4c0c9;
	text-transform:uppercase;
/**    border-right: 1px solid #c4c0c9;**/
}
.th,.td{
    font-weight: normal;
    margin: 0;
    max-width: 18.5vw; /**Ancho por celda*/
    min-width: 18.5vw;/**Ancho por celda*/
    word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 11px;
    height: 3.5vh !important;/*El mismo alto para todas las celdas**/
    padding: 0px;
    border-right: 1px solid #c4c0c9;
}

.th1,.td1{
    font-weight: normal;
    margin: 0;
    max-width: 11vw; /**Ancho por celda*/
    min-width: 11vw;/**Ancho por celda*/
    word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 11px;
    height: 3.5vh !important;/*El mismo alto para todas las celdas**/
    padding: 0px;
    border-right: 1px solid #c4c0c9;
}
.td4{
    font-weight: normal;
    margin: 0;
    max-width: 19vw; /**Ancho por celda*/
    min-width: 19vw;/**Ancho por celda*/
    word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 11px;
    height: 3.5vh !important;/*El mismo alto para todas las celdas**/
    padding: 0px;
    border-right: 1px solid #c4c0c9;
}
.th4{
    font-weight: normal;
    margin: 0;
    max-width: 19vw; /**Ancho por celda*/
    min-width: 19vw;/**Ancho por celda*/
    word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 11px;
    height: 3.5vh !important;/*El mismo alto para todas las celdas**/
    padding: 0px;
    border-right: 1px solid #c4c0c9;
}
.field{
	float:left;
	width:410px;
	height:121px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 1px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right:7px;
	font-size:11px;
}
.fliedp{
	float:right;
	width:375px;
	height:40px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 1px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:11px;
}
.fieldf{
	float:right;
	margin-top:5px;
	margin-bottom:10px;
	width:375px;
	height:155px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 1px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:11px;
}
.fieldo{
	float:left;
	width:411px;
	height:79px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 1px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right:7px;
	font-size:11px;
}
.fieldo input,.fieldf input,.fliedp input,.field input,.autoriza input{
	font-size:11px;
}

.pedidos{
	 border-spacing: 0;
    max-height: 80vh; /*El alto que necesitemos**/
    overflow-y: auto; /**El scroll verticalmente cuando sea necesario*/
    overflow-x: hidden;/*Sin scroll horizontal*/
    table-layout: fixed;/**Forzamos a que las filas tenga el mismo ancho**/
    /*width: 98vw; /*El ancho que necesitemos*/
    border:1px solid gray;
	margin-top:10px !important;
}

#borde
{
	margin:auto;
	width:890px;
	background-color:#356AA0;
	box-shadow: 0 0 0 5px rgba(0,0,0,.3);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}

.borde-50
{
	float:left;
	width:411px;
	height:235px;
	background-color:#FFFFFF;
	box-shadow: 0 0 0 4px rgba(0,0,55,.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-left:7px;
	margin-right:7px;
}

.aviso{
	font-weight: normal;
    margin: 0;
    /*max-width: 13.2vw; /**Ancho por celda*/
    /*min-width: 13.2vw;/**Ancho por celda*/
    word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 16px;
	color:#000000;
	background-color: #58ACFA; 
	opacity: .8;
    height: 80vh !important;/*El mismo alto para todas las celdas**/
    padding: 10px 25px 0px 10px;
	border:3px solid #c4c0c9;
/**    border-right: 1px solid #c4c0c9;**/
}
h1.titulo{
	font-size: 36px;
	align-content: center;
	color: red; 
	padding: 0;
}
/*div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}*/
#notificaciones_li
{
position:relative;
}
#notificationContainer 
{
background-color: #fff;
border: 1px solid rgba(100, 100, 100, .4);
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
overflow: visible;
position: absolute;
top: 30px;
margin-left: -170px;
width: 400px;
z-index: -1;
display: none;
}
// Popup Arrow
#notificationContainer:before {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
color: transparent;
border: 10px solid black;
border-color: transparent transparent white;
margin-top: -20px;
margin-left: 188px;

}
#notificationTitle
{
font-weight: bold;
padding: 8px;
font-size: 13px;
background-color: #ffffff;
position: fixed;
z-index: 1000;
width: 250px;
border-bottom: 1px solid #dddddd;
}
#notificationsBody
{
padding: 33px 0px 0px 0px !important;
min-height:150px;
overflow-y: auto;
height: 150px; 
}
#notificationFooter
{
background-color: #8181F7;
text-align: center;
font-weight: bold;
padding: 3px;
font-size: 12px;
border-top: 0px solid #dddddd;
}
#notification_count 
{
padding: 2px 4px 2px 4px;
background: #cc0000;
color: #ffffff;
font-weight: bold;
margin-left: 25px;
border-radius: 7px;
-moz-border-radius: 7px; 
-webkit-border-radius: 7px;
position: absolute;
display: none;
font-size: 11px;
}
#tabla_notificacion{
	background: #A4A4A4;
	color: #000000;
}
#menu-notifi{
	width: 250px;
}
.alert-view{
	padding: 0px 0px 0px 0px !important;
	min-height:150px;
	overflow-y: auto;
	height: 150px; /**El scroll verticalmente cuando sea necesario*/
    overflow-x: hidden;/*Sin scroll horizontal*/
    
}
h5{
	color: #A4A4A4;
}
.tr-red{
	background: #F8E0E6;
}
.cab-noti{
	color: #FFFFFF;
	background: #0000FF;
}
.td-noti{
	font-weight: normal;
    margin: 0;
    /*max-width: 13.2vw; /**Ancho por celda*/
    /*min-width: 13.2vw;/**Ancho por celda*/
    word-wrap: break-word;/*Si el contenido supera el tamano, adiciona a una nueve linea**/
    font-size: 11px;
	color:#000000;
    height: 3.5vh !important;/*El mismo alto para todas las celdas**/
    padding: 0px;
	border:1px solid #c4c0c9;
}
.td-noti1{
	color: #8080ff;
	background: #ffffff;
	margin: 0;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #c4c0c9;
}

td.td-noti1:hover{
	color: #ffffff;
	background: #000080;
	margin: 0;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #c4c0c9;
}