/** Add css rules here for your application. */

.dialogVPanel {
	margin: 5px;
	text-align: center;
   background-color: #E3DDDD;
   padding: 10px 40px 40px 40px; 
   width: auto;
   height: 400px;
   margin-left: 50px;
   margin-right: 50px;
}

.gwt-TextBox-Old {
	font-weight: italic;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #000000;
	border-color: black;
}

.gwt-TextBox {
	border: 1px solid black;
	font-weight: italic;
	text-align: left;
}

.gwt-TextBox-hint {
	color: darkgray;
}

.gwt-Label {
	
	margin-left: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	/*text-align: right;*/
}
.gwt-Label-Header {
	
	color: White;
	margin-left: 3px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	
	/*text-align: right;*/
}
.gwt-Label-Total {
	
	font-style: normal;
	font-weight: bolder;
	text-align: right;
	color: #464542;
}
.gwt-HTML {
	
	vertical-align: middle;
	display: table-cell;
	color: #464542;
}
.gwt-HTML-clicked 
{
	
	color: #890914;
}
.gwt-ListBox {
	
}

.gwt-Label-header {
	color: White;
}

.fondoHeader {
	background-color: #9D1019;

}
.gwt-TextBox-new {
font-weight: italic;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: white;
}
.gwt-ButtonRed {
background: #980707;
	box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	
	color: #FFF;
	font-weight: bolder;
	text-decoration: blink;
	border-radius: 15px;
    border:solid 1px black;
}
.gwt-ButtonRed2 {
	background: #980707;
		
		color: #FFF;
		font-weight: bolder;
}
.gwt-ButtonRedDisabled {
background: #980707;
	box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	border-radius: 15px;
	
	color: #BDBDBD;
	font-weight: bolder;
	text-decoration: blink;
}
.pnl-fondo {
	background-color: ghostwhite;
	 transparency: 10;
	 opacity : .8;
	 border-radius: 15px;
    border:solid 1px black;
}
.pnl-background {
bottom: 0px;
	height: 100px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	text-align: right;
	background-image: url(inferior.png);
	background-repeat: no-repeat;
}

.label {
	color: #FFF;
	
	font-weight: bold;
	text-align: justify;
}


.pnl-autoriza {
	background-image: url(fondo_auto.png);
}

.gwt-DialogBox .dialogContent {
}

.gwt-DialogBox .dialogMiddleCenter {
   padding: 3px;
   background: white;
}

.gwt-DialogBox .dialogBottomCenter {
   background: url(images/hborder.png) repeat-x 0px -4px;
   -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
}

.gwt-DialogBox .dialogMiddleLeft {
   background: url(images/vborder.png) repeat-y;
}

.gwt-DialogBox .dialogMiddleRight {
   background: url(images/vborder.png) repeat-y -4px 0px;
   -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
}

.gwt-DialogBox .dialogTopLeftInner {
   width: 5px;
   zoom: 1;
}

.gwt-DialogBox .dialogTopRightInner {
   width: 8px;
   zoom: 1;
}

.gwt-DialogBox .dialogBottomLeftInner {
   width: 5px;
   height: 8px;
   zoom: 1;
}

.gwt-DialogBox .dialogBottomRightInner {
   width: 5px;
   height: 8px;
   zoom: 1;
}

.gwt-DialogBox .dialogTopLeft {
   background: url(images/corner.png) no-repeat -13px 0px;
   -background: url(images/corner_ie6.png) no-repeat -13px 0px;
}

.gwt-DialogBox .dialogTopRight {
   background: url(images/corner.png) no-repeat -18px 0px;
   -background: url(images/corner_ie6.png) no-repeat -18px 0px;
}

.gwt-DialogBox .dialogBottomLeft {
   background: url(images/corner.png) no-repeat 0px -15px;
   -background: url(images/corner_ie6.png) no-repeat 0px -15px;
}

.gwt-DialogBox .dialogBottomRight {
   background: url(images/corner.png) no-repeat -5px -15px;
   -background: url(images/corner_ie6.png) no-repeat -5px -15px;
}


.estiloMenu {
 	/*background: #FFFFFF;*/
 	background-color: whitesmoke;
	outline: none;
	-moz-border-radius: 15px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-top: none;
	border-right: none;
	border-bottom: medium solid grey;
	border-left: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.estiloMenuRojo {
 	/*background: #FFFFFF;*/
 	background-color: #9D1019;
	outline: none;
	-moz-border-radius: 15px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-top: none;
	border-right: none;
	border-bottom: medium solid grey;
	border-left: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

/* 
.ScrollPanel {
margin-left: -14px;
}

.scroll {
	background: #980707;
}
* 
*/

.input
{
	-moz-border-radius: 15px;
 	border-radius: 15px;
    border:solid 1px black; 
}

.pnlArticulo {
   background-color: #ECDCDC;
}

.scrollPanelMenu {
	/*background: #FFFFFF; */
	background-color: whitesmoke;
}

/*
::-webkit-scrollbar {
	-webkit-overflow-scrolling: touch;
	height:0.1px;
    width: 0.1px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 1px;
	}
 
 ::-webkit-scrollbar-thumb:horizontal {
	display:none;
	overflow-x:hide;
  }
 */
 .pnl-redondo-venta {
 	
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 5px 5px 25px #888888;
	background-color: #979eae;
}

.pnl-redondo-venta-2 {
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 5px 5px 25px #888888;
	/*background-color: #ECDCDC;*/
}

.pnl-redondo-promo {
	
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 5px 5px 25px #888888;
	background-color: #F6F5A1;
}

/** Reglas para el panel deslizable: PnlConMenu*/
.borde   {
	border: none;
	outline: none;
	position: relative;
	top:0px;
	left:-125px;
	transition-property: left;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.25s;
}


.bordeDer {
	border: none;
	outline: none;
	
	position: relative;
	top:0px;
	left:-125px;
	transition-property: left;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.25s;
}

.bordeIzq {
	border: none;
	outline: none;
	
	position: relative;
	top:0px;
	left:-125px;
	transition-property: left;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.25s;
}

.slideToLeft {
	
	position: relative;
	top:0px;
	left:-350px;
	transition-property: left;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.25s;
}

.slideToRight {
	
	position: relative;
	top:0px;
	left:125px;
	transition-property: left;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.25s;
}
/**Fin Reglas para el panel deslizable: PnlConMenu*/
 

.gwt-ToggleButton-up ,.gwt-ToggleButton-up-hovering,.gwt-ToggleButton-up-disabled
{
	outline: none;
    border: none;
  width:60px;
  height:26px;
	background-repeat: no-repeat;
	background-image: url(iconos/off.png);
	background-size:60px 26px;
}
.gwt-ToggleButton-down ,.gwt-ToggleButton-down-hovering,.gwt-ToggleButton-down-disabled
{
 outline: none;
    border: none;
  width:60px;
  height:26px;
	background-repeat: no-repeat;
	background-image: url(iconos/on.png);
background-size:60px 26px;
}  

.check-custom
{
	vertical-align: middle;
	border-radius: 3px;
    border:solid 1px darkgray;
   	width:20px;
  	height:20px;
  	background-color:#FFFFFF;
	/*background-repeat: no-repeat;
	background-image: url(checkmark.png);
	background-size:15px 15px; 
	*/
	
}
.check-custom-down
{
	/*vertical-align: middle;
	border-radius: 3px;
    border:solid 1px darkgray;
  	width:20px;
  	height:20px;
  	* 
  	*/
	background-repeat: no-repeat;
	background-image: url(iconos/paloma_azul-01.png);
	background-size:20px 20px;
	background-color:#FFFFFF;
	
}

.radio-custom
{
	vertical-align: middle;
	border-radius: 12px;
    border:solid 2px darkgray;
  	width:20px;
  	height:20px;
	/*background-repeat: no-repeat;
	background-image: url(iconos/radioButton.png);
	background-size:20px 20px;
	*/
	
}
.radio-custom-down
{
	
	/*border-radius: 8px;
    border:solid 1px darkgray;
  	width:20px;
  	height:20px;
  	* 
  	*/
	background-repeat: no-repeat;
	background-image: url(iconos/paloma_azul-01.png);
	background-size:20px 20px;
	
}

.button-mgwtRed
{
    display: block;
	position: relative;
	padding: 9px 13px;
	margin: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
    
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,59,59,0.70)), color-stop(0.5, rgba(233,72,72,0.80)), color-stop(0.5, rgba(184,0,0,0.70)), to(rgba(255,0,0,0.80)));
    
    
    padding: 5px 7px;
	margin: 2px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-left-radius: 16px 16px;
	border-bottom-right-radius: 16px 16px;
	border-top-left-radius: 16px 16px;
	border-top-right-radius: 16px 16px;
	
	
	color: #FFF;
	font-weight: bolder;
}


.button-mgwtRed:active
{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,30,30,1)), color-stop(0.5, rgba(233,40,40,1)), color-stop(0.5, rgba(184,0,0,1)), to(rgba(255,0,0,1)));
}

 .button-mgwtGreen
{
    display: block;
	position: relative;
	padding: 9px 13px;
	margin: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
    
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115,239,115,0.70)), color-stop(0.5, rgba(73,171,14,0.60)), color-stop(0.5, rgba(0,113,0,0.70)), to(rgba(0,150,0,0.80)));
    
    
    padding: 5px 7px;
	margin: 2px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-left-radius: 16px 16px;
	border-bottom-right-radius: 16px 16px;
	border-top-left-radius: 16px 16px;
	border-top-right-radius: 16px 16px;
	
	
	color: #FFF;
	font-weight: bolder;
}


.button-mgwtGreen:active
{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(80,200,80,1)), color-stop(0.5, rgba(50,150,0,1)), color-stop(0.5, rgba(0,100,0,1)), to(rgba(0,80,0,1)));
} 
 
 
 
 .round-Corner
 {
 	-moz-border-radius: 15px;
 	border-radius: 15px;
 }
 .gwt-LabelMant {
 }
 .gwt-PushButton {
outline: none;
    border: none;
 }
 .insetsItem {
 	margin-top: 5px;
 	margin-bottom: 5px;
 }
 .gwt-LabelSeparator {
	
	font-style: normal;
	font-weight: bold;
	/*vertical-align: middle;*/
	
	/*text-align: right;*/
}

.buttonOk
{
	text-align: right;
	background-color: #FFFFFF;
	background-position: top;
	padding-left: 45px;
	margin: 0px;
	padding-top: 0px;
	border: 0px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(iconos/paloma_azul-01.png);
 	
 	background-size:20px 20px;
}
.buttonOk:active 
{
	background-image: url(iconos/check_icono_Apretado.png);
	background-size:20px 20px;
	vertical-align: middle;
}

.s1 {
 	background-position: top;
	background-repeat: no-repeat;
	background-image: url(logo_sanborns_azul-01.png);
}
.borderStyle
{
	border-style:solid;
	border-width:2px;
}

.ventaCantidad
{
	
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.hideLeftPanel {
	position: absolute;
	top: 0px;
	left: 125px;
	background-color: #124449;
	
 	
 	opacity: 0.4;   
}
.hideRightPanel {
	position: absolute;
	top: 0px;
	left: 125px;
	background-color: #124449;
	
 	
 	opacity: 0.4;   
}
.pnlOculta
{
	background-color: #234459;
	
	
	opacity: 0.1;
}
.gwt-Label-Header-Titulo {
	
	color: White;
	margin-left: 3px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;

}
.numberSpinner
{
	color: #464542;
}

 .button-SanbornsRed
{
    display: block;
	position: relative;
	padding: 9px 13px;
	margin: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,0,0,0.70)), color-stop(0.5, rgba(10,50,50,0.80)), color-stop(0.5, rgba(10,0,0,0.70)), to(rgba(300,300,300,0.80)));
    padding: 5px 7px;
	margin: 2px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom-left-radius: 16px 16px;
	border-bottom-right-radius: 16px 16px;
	border-top-left-radius: 16px 16px;
	border-top-right-radius: 16px 16px;
	
	color: #FFF;
	font-weight: bolder;
}

.round-CornerTB
 {
 	font-weight: helvetica;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
 	border-radius: 15px;
 } 
 .bigFont
{
	color: #464542;
}
.middleFont
{
	color: #464542;
	margin-left: 15px;
	padding-left: 15px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gwt-LabelER {
	
	color: red;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	
	/*text-align: right;*/
}
.middleFontR
{
	color: red;
	margin-left: 15px;
	padding-left: 15px;
	
}
.gwt-Image {
	cursor: pointer;
}
.headerAdmon {
	
	cursor: pointer;
}
.headerLoginAdmon {
	
}
.spinner-background {
	padding: 10px 20px;
	box-shadow: 10px 10px 10px #888888;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: #a5a5a5; /* Old browsers */
background: -moz-linear-gradient(top,  #a5a5a5 0%, #000000 56%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(56%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a5a5a5 0%,#000000 56%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a5a5a5 0%,#000000 56%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a5a5a5 0%,#000000 56%); /* IE10+ */
background: linear-gradient(to bottom,  #a5a5a5 0%,#000000 56%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#000000',GradientType=0 );  IE6-9 */
	
}
.spinner-content-background {
background: #606060; /* Old browsers */
background: -moz-linear-gradient(top, #606060 0%, #ffffff 29%, #ffffff 62%, #c9c9c9 82%, #bababa 90%, #606060 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(29%,#ffffff), color-stop(62%,#ffffff), color-stop(82%,#c9c9c9), color-stop(90%,#bababa), color-stop(100%,#606060)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #606060 0%,#ffffff 29%,#ffffff 62%,#c9c9c9 82%,#bababa 90%,#606060 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #606060 0%,#ffffff 29%,#ffffff 62%,#c9c9c9 82%,#bababa 90%,#606060 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #606060 0%,#ffffff 29%,#ffffff 62%,#c9c9c9 82%,#bababa 90%,#606060 100%); /* IE10+ */
background: linear-gradient(to bottom, #606060 0%,#ffffff 29%,#ffffff 62%,#c9c9c9 82%,#bababa 90%,#606060 100%);

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#606060',GradientType=0 ); */
}
.spinner-selector
{
	
	background: -moz-linear-gradient(top,  rgba(168,94,110,0.15) 20%, rgba(164,79,97,0.15) 25%, rgba(143,2,34,0.15) 50%, rgba(164,79,97,0.15) 75%, rgba(168,94,110,0.15) 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(168,94,110,0.15)), color-stop(25%,rgba(164,79,97,0.15)), color-stop(50%,rgba(143,2,34,0.15)), color-stop(75%,rgba(164,79,97,0.15)), color-stop(80%,rgba(168,94,110,0.15))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(168,94,110,0.15) 20%,rgba(164,79,97,0.15) 25%,rgba(143,2,34,0.15) 50%,rgba(164,79,97,0.15) 75%,rgba(168,94,110,0.15) 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(168,94,110,0.15) 20%,rgba(164,79,97,0.15) 25%,rgba(143,2,34,0.15) 50%,rgba(164,79,97,0.15) 75%,rgba(168,94,110,0.15) 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(168,94,110,0.15) 20%,rgba(164,79,97,0.15) 25%,rgba(143,2,34,0.15) 50%,rgba(164,79,97,0.15) 75%,rgba(168,94,110,0.15) 80%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(168,94,110,0.15) 20%,rgba(164,79,97,0.15) 25%,rgba(143,2,34,0.15) 50%,rgba(164,79,97,0.15) 75%,rgba(168,94,110,0.15) 80%); /* W3C */
	
}
.spinner-content-itembottom{
	padding-top: 12px;
}

.fondo-blanco {
	background-color: White;
}

.aviso{
	color: #DB1F18;
}

.etiqueta-Total{
}


.gwt-ButtonGreen {
background: #079739;
	box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	
	color: #FFF;
	font-weight: bolder;
	text-decoration: blink;
	border-radius: 15px;
    border:solid 1px black;
}

.button-green-doc {
	text-align: center;
	
	box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    background-color: #e8ae0d;    
	
	transparency: 16;
	
	color: #FFF;
	font-weight: bolder;
	cursor: pointer;
	
}

.button-white-doc 
{
	text-align: center;
	border: white;
    background-color: rgb(241,248,254);    
    /*border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;*/
	
	transparency: 16;
	
	color: rgb(44,66,105);
	font-weight: bolder;
	cursor: pointer;
}

.button-white-doc:active
{
  /*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80,200,80,1)), color-stop(0.5, rgba(50,150,0,1)), color-stop(0.5, rgba(0,100,0,1)), to(rgba(0,80,0,1))); */
   background-color: rgb(209,233,252);  
   transparency: 16;  
} 

.button-green-doc:active
{
  /*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80,200,80,1)), color-stop(0.5, rgba(50,150,0,1)), color-stop(0.5, rgba(0,100,0,1)), to(rgba(0,80,0,1))); */
   background-color: rgb(96,120,92);  
   transparency: 16;  
} 

.pnl-redondo-doc {
	border: 2px solid green;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 5px 5px 25px #888888;
	background-color: #FFF;	
    transparency: 10;
	opacity : .8;
}

.lbltitulo-docAnt{
	
	-moz-box-shadow: inset -2px -2px 2px 2px #079739;
	-webkit-box-shadow: inset -2px -2px 2px 2px#079739;
	box-shadow: inset -2px -2px 2px 2px #079739;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: green;
	text-align: center;	
}

.button-mas {
    background: #0000FF;
    border-radius: 15px;
	box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	
	color: #FFF;
	border: 1px solid black;
	font-weight: bolder;
	text-decoration: blink;
	cursor: pointer;
	text-decoration: none;
}

.border-doc
{
	padding-left: 15px;
	border: 0px solid #0000FF;		
}

.chkAlineado
{
	color: black;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	
}

.cmdLogOut
{
	vertical-align: middle;
}

.lblServicio
{
	color: black;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin-left:5px;
	margin-top:4px; 
	margin-right:5px; 
}

.border-doc-redondo
{
	padding-left: 15px;
	border: 1px solid rgb(57,85,124);
	border-radius: 10px;
	/*-moz-box-shadow: inset -5px -5px 5px #0000FF;
    -webkit-box-shadow: inset -5px -5px 5px #0000FF;
    box-shadow: inset -5px -5px 5px #0000FF;*/
}

.border-cotizacion
{
	padding-left: 15px;
	/*border: 1px solid #0000FF;*/
	border-radius: 2px;
	/*-moz-box-shadow: inset -5px -5px 5px #0000FF;*/
    /*-webkit-box-shadow: inset -5px -5px 5px #0000FF;*/
    /*box-shadow: inset -5px -5px 5px #0000FF;*/
    background-color: rgb(149,183,229);
}

.border-servicios
{
	padding-left: 15px;
	/*border: 1px solid #0000FF;*/
	border-radius: 5px;
	/*-moz-box-shadow: inset -5px -5px 5px #0000FF;*/
    /*-webkit-box-shadow: inset -5px -5px 5px #0000FF;*/
    /*box-shadow: inset -5px -5px 5px #0000FF;*/
    background-color: rgb(251,247,175);
}

.border-doc-redondo-sinsombra
{
	padding-left: 15px;
	/*border: 1px solid #0000FF;*/
	border-radius: 10px;	
}

.txt-doc
{
	font-weight: bolder;
}

.fondo-map-origen
{
	 background: url(mapaOrigen.png)
}

.fondo-map-destino
{
	 background: url(mapaDestino.png)
}



.pnlBorde {
	
	/*-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 80px cornflowerblue;
	border: 1px solid cornflowerblue;
	
	background-color: #d7e9f9;
	*/
	
	background-color: #D7F4D8;
	
	border: 1px solid #D7F5D9;
	
	-moz-border-radius: 10px;
	/*border-radius: 10px;*/
	box-shadow: 0px 0px 80px 60px #D7F5D9;
	
	
	border-bottom-left-radius: 10px 10px;
	
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;

}

.gwt-Button-tab {
	color: white;
	border: limegreen;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
	font-weight: bold;
	background-color: limegreen;
/*	box-shadow: 5px 5px 25px #888888;*/
	cursor:pointer;
	cursor:hand;
    transparency: 10;
	opacity : .8;    	
}

body{
   font-size: 15px; 
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  	-webkit-background-size: cover;
}
.gwt-CheckBox {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

.gwt-autodoc-panelNorte{
	background-color:rgb(70,99,138);
	opacity :0.9; 
}

.gwt-autodoc-panelDummy{
	background-image: url(cuadro.jpg);
	background-repeat: no-repeat;
}

.pnltitulo-autodoc
{
	color: white;
	background-color: #288dc1;
}

.lbltitulo-autodoc
{
	color: white;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-left: 15px;
}

.lbltit-orides-autodoc
{
	opacity : 0.9;
	color: rgb(254, 254, 254);
	border: 5px;
	font-size: 18px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgb(70,99,138); 
}

.pnllat-autodoc
{
	background-color:#288dc1;
}

.boton-autodoc
{
	color: rgb(254, 254, 254);
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color:#e8ae0d;
	cursor: pointer;
	border-radius: 2px;
}

.pnlCodigoPos
{
	color: white;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color:rgb(70,99,138);
	opacity : 0.9; 
}

.pnlhiperlink
{
	color: rgb(226, 222, 20);
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.pnllatboton-autodoc
{
	background-color:rgb(58,85,124);
	opacity : 0.9; 
	transparency: 10;
}

.botonCotizar
{
	color: white;
	font-size: 14px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #e8ae0d;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.botonCotizarO
{
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #e8ae0d;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.pnlfacturacion
{
	background-image: url(fondoFacturacionEnvia.jpg);
	background-repeat: no-repeat;
    -o-background-size: cover;
  	-webkit-background-size: cover;
	background-size: cover;
}

.pnlserviciosadicionales
{
}

.lblestadomunicipio
{
	color: white;
	font-size: 11px;
}

.bloque-autodoc
{
	background-color:#288dc1;
	opacity : 0.9; 
	transparency: 10;
	color: white;
}

.icono-Impresora
{
	background-image: url(Icono-Impresora.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.icono-logout
{
	background-image: url(cierre_sesion.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.icono-login
{
	background-image: url(login.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.icono-cerrarsesion
{
	background-image: url(cierraSesion.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.icono-registro
{
	background-repeat: no-repeat;
	background-image: url(rastreo_guia.png);
	cursor:pointer;
}

.icono-rastreoguia
{
	background-image: url(rastreo_guia.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.icono-rastreorecoleccion
{
	background-image: url(rastreo_recoleccion.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.lblEncabezados
{
	color: white;
	font-size: 12px;
}

.camponumerico-doc {
	border: 1px solid black;
	font-weight: italic;
	text-align: right;
}

.txtcotizacion {
	border: 0px solid black;
	font-weight: italic;
	text-align: right;
	background-color: transparent;
}

.txtservicios {
	border: 0px solid black;
	font-weight: italic;
	text-align: right;
	background-color: transparent;
	color: black;
}

.lblcotizacioncostos {
	font-size: 12px;
	font-weight: bold;
}

.pnllineasuperior
{
	
}

.lblcotizaciontotal {
	font-size: 12px;
	font-weight: bold;
}

.pnltotalcotizacion
{
	background-color: rgb(57,85,124);
}

.pnlDetallesEnvio
{
	background-color: rgb(57,85,124);
}

.gridtotalcotizacion
{
	padding-left: 10px;
}

.pnldetalleenvio
{
	font-size: 14px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgb(255,255,255);
	opacity : 0.75;
}


.pnlcotizacion
{
	font-size: 14px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgb(255,255,255);
	opacity : 0.75;
}

.pnlremitente
{
	font-size: 14px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgb(255,255,255);
	opacity : 0.75;
}

.pnldestinatario
{
	font-size: 14px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgb(255,255,255);
	opacity : 0.75;
}


.pnlresumen
{
	background-image: url(fondoPanelDocumentacion.jpg);
	background-repeat: no-repeat;
    -o-background-size: cover;
  	-webkit-background-size: cover;
	background-size: cover;
}

.pnlrastreoGuia
{
	background-image: url(fondoPanelRastreoGuia.jpg);
	background-repeat: no-repeat;
    -o-background-size: cover;
  	-webkit-background-size: cover;
	background-size: cover;
}

.pnlrastreofoliorecoleccion
{
	background-image: url(fondoPanelFolioRecoleccion.jpg);
	background-repeat: no-repeat;
    -o-background-size: cover;
  	-webkit-background-size: cover;
	background-size: cover;
}

.txtResumen
{
	font-size: 10px;
	font-family: Helvetica Neue Lt std Medium Condesed;
}
.gwt-Label-Tabla {
	margin-left: 5px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}

.lblLogIn
{
	color: white;
	font-family: Helvetica Neue Lt std Medium Condesed;
	font-size: 12px;
}

.pnlBordeSinFondo 
{
	background-color: transparent;
	
	/*border: 1px solid #D7F5D9;
	*/
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 80px 60px #D7F5D9;
	
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;

}

.pnLogIn
{
	background-image: url(logInBackground.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    -o-background-size: cover;
  	-webkit-background-size: cover;
}
	 
.cmdTab {
	color: white;
	border:none;
/*	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
*/	border-right:3px solid white;
	
	font-weight: bold;
	background-color: transparent;
	cursor:pointer;
    transparency: 10;
	opacity : .8;    	
}	 

.lblTituloRastreo
{
	color: white;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	margin-left:5px;
	margin-top:4px; 
	margin-right:5px; 
}

.border-paquetes
{
	padding-left: 15px;
	border: 1px solid rgb(57,85,124);
}

.lblPaquetes
{
	color: white;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.imgClose
{
	background-image: url(iconos/close.png);
	background-size:20px 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.lblcotizacioncostos-total {
	font-size: 12px;
    font-weight: bold;
    border: none;
}

.pnlGPPHeader{

}

.pnlGPPInterno{
	padding: 5px;
}

.gwt-SuggestBoxPopup{
	background-color: White;
}