#infoGlobalForClient{
    font-size:1.0em;
    color: blue;
    font-weight: bold;
}

.opHighlightedTextBlue {
    color: blue;
    font-weight: bold;
}

.opHighlightedTexRed {
    color: red;
    font-weight: bold;
}

.opErrorFormField {
    font-size:1.0em;
    color: red;
    font-weight: bold;
}

.opCursorPointer {
    cursor: pointer;
}

.opDisableDiv {
    display: none;
}

.opDisableButton {
    background-image: url(../images/button_lightgray.jpg) !important;
    cursor: no-drop;
    color: #5B5A5A !important;
}

.opTextAreaClassic {
    margin: 2px;
    height: 80px;
    width: 258px;
}

#lastSystemUpdate {
    text-align:left;
    font-size: 10px;
    color: #E4D577;
}

.tdCentrado {
    text-align: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*OPCIONES CODE*/

/*
.tooltip {
    background: url(../images/tooltip.png) scroll 0 0;
    _border: 0.1em solid #a3a3a1;
    color: #322209;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    margin: 0.5em 0 0.7em 0;
    padding: 0.2em 0.8em 0.2em 0.5em;
}*/

.tooltip {
    background-color: #ffffbb;
    border: 0.1em solid #999999;
    color: #000000;
    font-style: italic;
    margin: 0.4em;
    padding: 0.1em;
}
/*
    OPCIONES CODE
	TODO 2015-08-21 GOBERR se deja tooltip con display: none, y al pasar el mouse sobre TD se muestra tooltip
	td:hover > .tooltip
*/
.tooltipCustomShowLastInvoiceCollectionAction {
    z-index:10;display:none; padding:14px;
    margin-top:20px; margin-left:-400px;
    width:400px; line-height:16px;
}

td:hover > .tooltipCustomShowLastInvoiceCollectionAction {
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;
}

.tooltipCustomShowProductInfo {
    z-index:10;
    display:none;
    padding:14px;
    margin-top:20px;
    margin-right:-400px;
    width:400px;
    line-height:16px;
}

td:hover > .tooltipCustomShowProductInfo {
    display:inline;
    position:absolute;
    color:#111;
    border:1px solid #DCA;
    background:#fffAF0;
}

.tooltipCustomShowQtyReferences {
    z-index:10;
    display:none;
    padding:14px;
    margin-top: 2px;
    margin-right:-400px;
    width:400px;
    line-height:16px;
}

div:hover > .tooltipCustomShowQtyReferences {
    display:inline;
    position:absolute;
    color:#111;
    border:1px solid #DCA;
    background:#fffAF0;
}

.tooltipCustomShowContractItemInfo {
    z-index:10;
    display:none;
    padding:14px;
    margin-top:20px;
    /*margin-right:-600px;*/
    margin-left:50px;
    width:380px;
    line-height:16px;
    bottom: 25%;
}

td:hover > .tooltipCustomShowContractItemInfo {
    display:inline;
    position:absolute;
    color:#111;
    border:1px solid #DCA;
    background:#fffAF0;
}

.tooltipCustomShowLastInvoiceCollectionActionRight {
    z-index:10;display:none; padding:14px;
    margin-top:20px; margin-right:-400px;
    width:400px; line-height:16px;
}

td:hover > .tooltipCustomShowLastInvoiceCollectionActionRight {
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;
}

.tooltipCustomShowInForm{
    z-index:10;display:none; padding: 5px 5px 5px ;
    margin-top:20px; margin-left:-100px;
    width:220px; line-height:16px;
    text-align: center; font-weight: normal;
}

td:hover > .tooltipCustomShowInForm {
    display:inline; position:absolute; color:#111;
    border-radius:10px ; background:#fffAF0;border: 1px solid black;
}

.tooltipCustomShowInTable{
    z-index:10;display:none; padding: 5px 5px 5px ;
    margin-top:20px; margin-left:-100px;
    width:220px; line-height:16px;
    text-align: center; font-weight: normal;
    text-transform: capitalize;
}

td:hover > .tooltipCustomShowInTable {
    display:inline; position:absolute; color:#111;
    border-radius:10px ; background:#fffAF0;border: 1px solid black;
}

.tooltipCustomShowInTableTwo{
    display:none;
    padding: 5px 5px 5px;
    margin-top:20px;
    margin-left:50px;
    width:300px;
    line-height:16px;
    text-align: center;
    font-weight: normal;
}

td:hover > .tooltipCustomShowInTableTwo {
    display:inline;
    position:absolute;
    color:#111;
    border-radius:10px;
    background:#fffAF0;
}

#mensaje{
    z-index:10;
    display:none;
    padding:14px 20px;
    margin-top:-30px;
    margin-left:28px;
    width:250px;
    line-height:16px;
}

span:hover > #mensaje{
    display:inline;
    position:absolute;
    color:#111;
    border:1px solid #DCA;
    background:#fffAF0;
}

/*estilo en la lista de pedidos -> totales con mayor enfasis. /ordermgr/control/orderview */
.totalOrder {
    font-size: medium
}

A.buttonopciones{
    border-bottom: #999999 solid 0.1em;
    border-top: #f7e893 solid 0.1em;
    border-left: #f7e893 solid 0.1em;
    border-right: #999999 solid 0.1em;
    background-image: url(../images/button_whitegray.jpg);
    background-repeat:repeat-x;
    line-height: 2.9em;
    margin-left: 10px;
    position: relative;
    padding: 0.4em 0.6em 0.4em 0.6em;
    /*white-space: nowrap;*/
}

A.buttonopciones:hover {
    color: #000000;
    border-bottom: #f7e893 solid 0.1em;
    border-top: #333333 solid 0.1em;
    border-left: #333333 solid 0.1em;
    border-right: #f7e893 solid 0.1em;
    background-image: url(../images/button_medgray_in.jpg);
    text-decoration:none;
}

.buttonopciones{
    width: 60%;
    margin: 0 auto;
}

A.buttondisabled{
    border-bottom: #999999 solid 0.1em;
    border-top: gray solid 0.1em;
    border-left: gray solid 0.1em;
    border-right: gray solid 0.1em;
    background-color: LightGrey;
    background-repeat:repeat-x;
    font-weight: bold;
    line-height: 2.9em;
    margin-left: 10px;
    padding: 0.4em 0.6em 0.4em 0.6em;
}

.opErrMsg {
    color: red;
}

.opLineMenu {
    border-top: 1px solid gainsboro;
}

.integracionfe-new-data-txtarea {
    background-attachment: local;
    background-image: repeating-linear-gradient(to bottom, white, white 28px, black 29px);
    line-height: 29px;
    resize: none;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    font-size: 15px;
    width: 100%;
}

.integracionfe-new-data-txtarea:focus {
    outline: none;
}

.integracionfe-new-data-table th td, .integracionfe-old-data-table th td{
    border: 1px solid black;
}


.integracionfe-new-data-table {
    border-collapse: collapse;
    width: auto;
    margin: 2% 7% 2% 7%;
}

.integracionfe-old-data-table{
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.integracionfe-new-data-table th, .integracionfe-old-data-table th{
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform:uppercase;
    background-attachment: local;
    background-image: repeating-linear-gradient(to bottom, #dfdfdf,#ccccfc 50%, #cccccc 100%);
}

.opciones-table{
    color: #000000;
    width: 100%;
}

#opciones-button {
    padding-top: 8px;
    padding-bottom: 5px;
}

.opciones-table tr th,.opciones-table .header-row {
    font-weight: bold;
    text-align: center;
}

.opciones-table tbody .header-row {
    font-weight: bold;
    text-align: center;
}

.opciones-table .header-row td {
    border-bottom: 0.1em solid #000000;
}

.opciones-table .header-row td a {
    color: #000000;
}

.opciones-table tr th,.opciones-table .header-row {
    font-weight: bold;
    text-align: left;
}

.opciones-table tr.header-row,
.opciones-table tr.header-row-2 {
    background:url(../images/bkgd_subheader.gif) repeat-x bottom;
    text-transform:uppercase;
}

.opciones-table tr td { /* Style for all cells */
    padding: 0.1em;
    vertical-align: middle;
}

.opciones-table tr .label,.opciones-table tr .group-label {
    /* field labels for forms */
    font-weight: bold;
    text-align: right;
    padding-right: 1.5em;
    white-space: nowrap;
    width: 1%;
}

.opciones-table tr.opciones:nth-child(odd) {
    background-color: #dfdfdf;
}

.opciones-table tr.opciones:nth-child(odd):hover {
    background-color: #ccccfc;
}

.opciones-table tr.opciones:nth-child(even) {
    background-color: #cccccc;
}

.opciones-table tr.opciones:nth-child(even):hover{
    background-color: #ccccfc;
}