@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1{
}
#orderlist {
	border: medium solid #C7C7C7;
	width: 100%;
}
th {
	background-color: #C7C7C7;
}

button {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
tbody tr td {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: x-small;
}
tbody tr th {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: x-small;
}
.title {
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: medium;
}

#HeaderLogo {
	width: 600px;
}
.button {
	font-size: medium;
	text-align: center;
}
.button {
	font-size: x-small;
}
.gridContainer.clearfix #header {
	/* [disabled]background-color: #D7D9FF; */
}
.title {
	margin-bottom: 3px;
}
#orderlist tbody tr td, #orderlist tbody tr th {
	text-align: left;
	vertical-align: top;
}
.evenRow {
	background-color: #B7CAFF;
}
.evenRow, .oddRow {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:12px;
}
.evenRow:hover, .oddRow:hover {
	cursor: pointer;
	background-color: #D5A557;
}

.demorado{
	color: #FF0000;
	font-weight: bolder;
}
.atiempo{
	color: #005706;
}
.thOrderNum {
	width: 36px;
}
.thCliente {
	display: none;
}
.thProceso {
	display: none;
}
.thFechaEntrega {
	width: 95px;
}
.thStatusEntrega {
	display: none;
}
.thSegCobranza {
	display: none;
}
.thOrderNum  ,.thCliente,.thGuia,.thProceso,.thFechaEntrega,.thStatusEntrega,.thSegCobranza{
	padding-right: 3px;
}
.zeroMargin_mobile{
	margin-left: 0;
}
.hide_mobile{
	display: none;
}

.field {
	display: inline-block;
	max-width: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	margin-right: 0.6em;
}
.segprocesos {
	border-right-color:#666666;
	border-right-width:medium;
	border-right-style:dotted;
	margin-right:-20;
	padding-right:20px;
}
#notasseguimiento {
	max-width: 97%;
}
.buttons {
	text-align: center;
	margin-bottom: 2px;
}
.buttons input {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:4px;
	margin-right:4px;
}






/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.Second {
}
.Content {
}

tbody tr th {
	font-size: small;
}
tbody tr td {
	font-size: small;
}
.title {
	font-size: large;
}
.button {
	font-size: small;
}
.thOrderNum {
	width: 48px;
}
.thCliente {
	display: table-cell;
	width: 25%;

}

.thFechaEntrega {
	width: 127px;
}
.thOrderNum, .thCliente, .thGuia, .thProceso, .thFechaEntrega, .thStatusEntrega, .thSegCobranza {
	padding-right: 4px;
}
#div1 {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}





}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 94%;
	max-width: 1760px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#thOrderNum {
	width: 50px;
}
.thOrderNum, .thCliente, .thGuia, .thProceso, .thFechaEntrega, .thStatusEntrega, .thSegCobranza {
	padding-right: 5px;
}
.thStatusEntrega {
	display: table-cell;
	width: 150px;
}





}

@media only screen and (min-width:1025px){
.title {
	font-size: x-large;
}
.button {
	font-size: medium;
}
.thOrderNum, .thCliente, .thGuia, .thProceso, .thFechaEntrega, .thStatusEntrega, .thSegCobranza {
	padding-right: 6px;
}
.thProceso {
	display: table-cell;
	width: 19%;
}
.thCliente {
	width:18%;
}
#div1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}



@media only screen and (min-width:1260px){
.thSegCobranza {
	display:table-cell;
	width:120px;
}

}

@media only screen and (min-width:1500px){
tbody tr th {
	font-size: medium;
}
tbody tr td {
	font-size: medium;
}
.thFechaEntrega {
	width: 158px;
}
}
