html {
	height: 100%;
	margin: 0px !important;
	padding: 0px !important;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	height: 100%;
}

.RootPanel {
	height: 100%;
	width: 100%;
}

.mainHeader {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #EDEFFF;
	/*background-color: #3B5998;*/
	height: 30px;
	/*color: white;*/
	color: #3B5998;
	text-align: center;
	font-size: 22px;
	border-bottom: 2px solid #3B5998;
}

.mainEmpresa {
	margin: 0px;
	padding: 5px;
	height: 24px;
	background-color: #EDEFFF;
	color: grey;
	font-size: 22px;
	vertical-align: bottom;
}

.welcomeBarHidden {
	display: none;
}

.welcomeBarDisplayed {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #3B5998;
	color: white;
	text-align: right;
	white-space: nowrap;
}

.logoutIcon {
	padding-left: 3px;
	cursor: pointer;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 0px 0px 20px;
	text-align: center;
	background-color: gray;
	color: white;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.loginPanel {
	margin: 10px 0px 15px 0px;
	width: 100%;
	text-align: center;
}

.pnlMain{
	padding-top:5px;
	padding-left:10px;
}

.pnlMenu2 {
	margin-right: 0px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #eeeeee;
	risize:horizontal;
	overflow: auto;
	
}
.pnlMenu{
 	margin-right: 0px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #eeeeee;
	risize:horizontal;
	overflow: auto;
}
.MenuIcon {
	padding-right: 2px;
}

.basePanel {
	height: 100%;
}

.mainPanelContainer{
	padding-left:10px;
	padding-top:5px;
}

@external .gwt-SplitLayoutPanel-HDragger;
@external .gwt-SplitLayoutPanel-VDragger;

.splitLayoutPanel .gwt-SplitLayoutPanel-VDragger {
    background: #228899 url(img/Hdragger.png) center center no-repeat;
    cursor: row-resize;
}

.splitLayoutPanel .gwt-SplitLayoutPanel-HDragger {
    background: #228899 url(img/Vdragger.png) center center no-repeat;
    cursor: col-resize;
}

.navigationPanel {
	background-color: #EBEEF4;
	border: 1px solid #BBC1CE;
	padding: 3px;
	height: 24px;
	width: 500px;
}

.NavigationLink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

.NavigationLinkCurrent {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

.NavigationSeparator {
	padding-left: 3px;
	padding-right: 3px;
}

.GUIHeader {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

.GUISubtitle {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 1px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	text-decoration: underline;
}

.GUIColumn {
	background-color: #E0E0E0;
	color: #505050;
	height: 24px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 2px;
	text-align: center;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
}

.GUILine1, .GUIRow1 {
	background-color: #E0E0E0;
	height: 20px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	border: 2px;
}

.GUIGroup1 {
	background-color: #C0C0C0;
	height: 24px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border: 2px;
}

.GUIGroup2 {
	background-color: #BBBBBB;
	height: 24px;
	padding-left: 15px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border: 2px;
}

.GUIGroup3 {
	background-color: #AAAAAA;
	height: 24px;
	padding-left: 25px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border: 2px;
}

.GUIGroup1Value {
	background-color: #CCCCCC;
	height: 24px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border: 2px;
	text-align: right;
}

.GUIGroup2Value {
	background-color: #BBBBBB;
	height: 24px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border: 2px;
	text-align: right;
}

.GUIGroup3Value {
	background-color: #AAAAAA;
	height: 24px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border: 2px;
	text-align: right;
}

.GUILine2, .GUIRow2 {
	background-color: #FFFFFF;
	height: 20px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	border: 2px;
}

.GUILineRED {
	background-color: #F5A9A9;
	height: 20px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	border: 2px;
}

.GUILineBLUE {
	background-color: #81BEF7;
	height: 20px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	border: 2px;
}

.GUILineGREEN {
	background-color: #81F79F;
	height: 20px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	border: 2px;
}

.GUILineYELLOW {
	background-color: #F3F781;
	height: 20px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	border: 2px;
}

.GUIPanel {
	padding: 5px;
}

.GUIChildPanel {
	padding-top: 5px;
	padding-bottom: 5px;
}

.GUIChildTitle {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 16px;
}

.GUIGridOptions {
	background-color: #EBEEF4;
	border: 1px solid #BBC1CE;
	padding: 3px;
	height: 25px;
}

.GUIGridOptionsFilters {
	background-color: #EBEEF4;
	border: 1px solid #BBC1CE;
	/*padding: 3px;*/
/*height: 25px;*/
}

.GUIGridOptionsQuickFind {
	height: 20px !important;
	padding: 0px !important;
}

.GUIGridLink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.GUIGridDetailsPanel {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	width: 100%;
	margin-bottom: 4px;
}

.GUIGridOptionsSeparator {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.GUIRequiredLabel {
	color: red;
	padding-left: 3px;
}

.GUIElement {
	border-bottom: 1px solid #F2F2F2;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	height: 30px;
	white-space: nowrap;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 12px;
}

.ImageLink {
	cursor: pointer;
	padding: 2px;
}

.GUIPopUpDescription {
	font-weight: bold;
}

.gwt-Label {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
}


.gwt-ListBox {
	height:22px;
	margin-top:1px;
	margin-bottom:1px;
}

.gwt-TextBox {
	height:22px;
	margin-top:1px;
	margin-bottom:1px;
}

.gwt-PasswordTextBox {
	height:22px;
	margin-top:1px;
	margin-bottom:1px;
}

.smalltext {
	height:22px;
	margin-top:1px;
	margin-bottom:1px;
}

.gwt-DateBox {
	height:22px;
	margin-top:1px;
	margin-bottom:1px;
}

.Error {
	color: red;
}

.OKTEXT {
	color: #124E06;
}

.filter input {
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
	height: 10px;
}

.filter select {
	border-style: solid;
	border-width: 1px;
	height: 20px;
	vertical-align: middle;
}

.markedText {
	background-color: lightYellow;
}

.groupTotal {
	width: 100%;
	text-align: right;
	color: red;
	font-weight: bold;
}

.errorPanel {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	/*background-image: url('error.png');
padding: 10px; color: yellow; font-weight: bold; background-color: red;
*/
}

.okPanel {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #187F04;
	background-color: #5CAD4C;
	/*background-image: url('error.png');
padding: 10px; color: yellow; font-weight: bold; background-color: red;
*/
}

.bigtext {
	width: 300px;
}

.smalltext {
	width: 80px;
}

.actionButton {
	height: 25px;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	vertical-align: middle;
}

.popup {
	background-color: gray;
	border-color: gray gray gray gray;
	border-width: 1px 3px 3px 1px;
	border-style: solid solid solid solid;
}

.popup-item {
	font-weight: normal;
	font-size: 80%;
}

.popup-item td {
	padding: 0px;
}

.graphicContainer {
	overflow: scroll;
}

.columnTitle {
	padding: 5px;
	display: inline;
	white-space: nowrap;
}
.imput-search{
	padding-left: 5px;
	margin-left: 5px;
}
.treeIItem-selected{
	font:12px "Trebuchet MS";
	text-decoration: underline;
	color: blue;
}

.hidden{
	display:none;
}
.pointer{
	cursor:pointer;
}

.btnListarDocumentos{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding:2px;
}

.btnEnviarCorreos{
	margin-top: 10px;
	margin-bottom: 0px;
	padding:4px;
}

.sendEmailLabel{
	margin:2px;
}

.listBoxLoading{
	background-color: #ebebe4;
}

.statusLabel{
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	color: green;
	font-weight: bold;
}

.pnlResult{
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-weight: bold;
	width:100%;
	table-layout: fixed;
	margin-top:20px;
}

.pnlResultLine{
	text-align:center;	
}

.documentStatusConfirmed{
	background-color: #77DF79;
	padding-left:4px;
	padding-right:4px;
	border: 1px solid grey;
	text-align: center;
}

.documentStatusDraft{
	background-color: #FFF49C;
	padding-left:4px;
	padding-right:4px;
	border: 1px solid grey;
	text-align: center;
}

.documentStatusPreInvoice{
	background-color: #a3d5da;	
	padding-left:4px;
	padding-right:4px;
	border: 1px solid grey;
	text-align: center;
}

.shortTextBox {
	width: 100px;
}

.sendMailSent{
	background-color: #77DF79;
	border: 1px solid grey;
	margin-left:8px;
	margin-right:8px;
	text-align: center;
}

.sendMailNotSent{
	background-color: #E6B9A1;
	border: 1px solid grey;
	margin-left:8px;
	margin-right:8px;
	text-align: center;
}

.sendMailNumberFormat{
	text-align: right;
}

.sendEmailNumberFilterTextbox{
	width: 125px;
}

.labelLoading{
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-weight: bold;
}

.NumberFormat{
	text-align: right;
}
/*

.IPCTitleRow{
	background-color: #3B5998;
	color:white;
	padding: 2px;
	border: 1px solid black;
}

.IPCTitleLabel{
	background-color: #3B5998;
	color:white;
	padding: 2px;
}

.IPCLabel{
	padding: 2px;
}

.IPCRowCustomer{
	background-color: #E0E0E0;
	padding: 2px;	
	border: 1px solid black;
}

.IPCRow1{
	background-color: #EDEFFF;
	padding: 4px;	
	border: 1px solid black;
}

.IPCRow2{
	background-color: #eeeeee;
	padding: 4px;
	border: 1px solid black;
}

.btnIPC{
	padding: 4px;
	margin: 5px;
}

.btnsIPC{
    background-color: #dddddd;
    border: 1px solid black;
}

*/



table.flexTable-checkPanel {
    margin: auto;
    width: 50%;
}


.flexTable-checkPanel > tbody > tr > td {
    font-weight: 400;
    color: #494a49;
    width: 30%;
}


tr.GUIIPCLine1 {
    /* background-color: #E0E0E0; */
    background-color: #3B5998;
    color: #ffffffed;
    padding: 2px;
    height: 20px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 2px;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    border: 2px;
}

.IPCTitleRow {
    background-color: #ece9ff78;
  
    color: #222121;
    padding: 2px;
    border: 1px solid black;
}


tr.IPCTitleRow > td {
    padding-left: 5px;
    padding-right: 5px;
}

tr.IPCTitleRow > td:nth-child(1) > .IPCTitleLabel {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
}

.IPCTitleLabel {
    /* background-color: #3B5998; */
    color: #4a4848;
    padding: 2px;
}

.IPCRow1 {
    background-color: #fffdfd;
    background-color: #ececed9e;
    padding: 4px;
    border: 1px solid #727070;
}

.IPCRow2 {
    background-color: #f5f5f778;
    padding: 4px;
    border: 1px solid black;
}

.GUILine2  > td > table {
  width: 100%;
}

.GUIIPCLine2 > td > table {
  width: 100%;
}

tr.SaltoLinea {
    height: 15px;
}


table.flexTable-checkPanel {
    float: right;
}

.BtnFiltrar {
    display: none;
    float: right;
    cursor: pointer;
    -youbkit-touch-callout: none; /*iOS Safari*/
    -youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge y Opera 15+ */
    -moz-user-select: none;    /*Firefox*/
    -ms-user-select: none;        /* IE 10+ y Edge */
    user-select: none;    
}

.BtnFiltrarP {
    display: flex;
    float: right;
    cursor: pointer;
    -youbkit-touch-callout: none; /*iOS Safari*/
    -youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge y Opera 15+ */
    -moz-user-select: none;    /*Firefox*/
    -ms-user-select: none;        /* IE 10+ y Edge */
    user-select: none;    
}
.PopupOptFilter {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-content-filter td {
    padding-left: 8px;
}

.dropdown-content-filter label {
    padding-left: 8px;
    font-weight: 400;
}


table.btnsIPC {
    margin-top: 10px;
    width: 400px;
    background-color: #fffcfc;
    border: 1px solid #fffdfd;
}

table.btnsIPC  > tbody  > tr > td:nth-child(1) {
    padding-top: 7px;
    padding-left: 25px;
    padding-bottom: 7px;
}
table.btnsIPC  > tbody  > tr > td:nth-child(2) {
    padding-top: 7px;
    padding-right: px;
    padding-bottom: 7px;
}

table.btnsIPC  > tbody  > tr > td:nth-child(3) {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 40px;
}

table.btnsIPC button {
    height: 30px;
    width: 100px;
}


.PopupPanelError {
	border: 1px solid #f8f7f7;
	padding: 3px;
	background: white;
	transition: opacity 500ms;
	border-radius: 5px;
}

.material-icons.errorPopIcon {
    margin-left: 45%;
    font-size: 55px;
}

.gwt-PopupPanel.PopupPanelError {
	border: 1px solid #f8f7f7;
}


#popup:target {
	visibility: hidden;
	opacity: 0;
}

#popup {
	transition: opacity 500ms;
}


.HeaderErrorText {
	top: 0;
	margin-top: 10px;
	padding-left: 25px;
	transition: all 200ms;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #565353;
	opacity: 1;
	border-bottom: 1px solid #bdbbbb;
	/* padding: 16px 32px; */
}

a.close {
	    padding: 0;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.15s ease;
	/*top: 0;
	padding-right: 15px;
	transition: all 200ms;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #565353;
	opacity: 1;*/
}
a.close:focus {
background-color: #dfdad7;
	}

.ErrorTextPop {
	font-size: 16px;
	padding-right: 30px;
    padding-left: 30px;
	/*padding: 10px;
	font-weight: bold;*/
}



.PopupPanelError .popupContent table tbody tr:nth-child (2) td {
	border-top: 1px solid #e0e0e0;
}

.PopupPanelError table {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.PopBtn {
	padding: 12px 20px;
	border-radius: 8px;
	background-color: transparent;
	border: 0;
	font-weight: 600;
	cursor: pointer;
	transition: 0.15s ease;
	/* font-size: 13px; */
}
.PopBtnGuardar:hover , PopBtnGuardar:focus {
	background-color: #dfdad7;
	/* font-size: 14px; */
}

.PopBtnCancelar {
	background-color: #3B5998;
	color: #fff;
}

.PopBtnCancelar:hover , PopBtnGuardar:focus {
	background-color: #203256;+
}


td.PopCellBtn.PopCellBtnCancelar {
    width:12%;
}

td.PopCellBtn{
   aontent: right;
   align-content: right;
   text-align: right;
   padding: 1%;
}

td.HeaderCloseBtn {
    border-bottom: 1px solid #dfd5d5;
}

.ocultar {
    display: none;
}