/*  Estilos menu principal */
/*@import url(arr-dasboard.css);*/
@import url(arr-work-flow2.css);

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #BCBCBC;
}

/*html { overflow-x:hidden; }*/

.container {
    width: 100%;
    margin: 0 auto;
    /* el valor automático de los lados, unido a la anchura, centra el diseño. No es necesario si establece la anchura de .container en el 100%. */
    overflow: hidden;
    /* esta declaración provoca que .container borre todas las columnas flotantes contenidas dentro de �l. */
}

.ContentTop {
    background: #F6F6F6;
    border-right: #346f97 1px solid;
    width: 100%;
    height: 75px;
    margin-top: 0;
    float: left;
    top: 0;
    position: relative;
}

.Content {
    margin: 10px 0 0px 0px;
    top: 30px;
}

div.wrap-index {
    width: 100%;
    padding: 0;
}

div.wrap-index div.main {
    background: url('../../pic/bg_cuadro_medio.png') 0px 20px no-repeat;
    width: 500px;
    height: 407px;
    padding: 2px 25px;
    margin: auto;
    top: 50%;
    margin-top: 100px;
}

div.wrap-index div div.titulo {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 180%;
    margin: 1px auto 20px;
}

div.wrap-index div.pie,
div.pie {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 120%;
    margin: 4px auto 2px auto;
    color: #2C5C8F;
}


/*DIV FIJO*/
div#mostrarCargandoGrid {
    background: #3A3A3A;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    text-align: center;
    vertical-align: text-bottom;
    display: block;
}

* html #mostrarCargandoGrid {
    /* ie6 hack */
    position: absolute;
    /* height: expression(document.body%2EscrollHeight > document.body.offsetHeight ? document.body%2EscrollHeight : document.body.offsetHeight + 'px'); */
}

/***********DIV FIJO********/
#cargando {
    background-color: #069;
    color: #FFF;
    font-size: 12px;
    position: fixed;
    _position: absolute;
    top: 5px;
    right: 10px;
    padding: 3px 5px 0 5px;
    height: 15px;
    width: 80px;
    line-height: 10px;
    z-index: 10000;
    display: none;
    /* top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop) !important */
}

#cargando p {
    margin: 0;
    padding: 0
}

table,
tr,
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

img#lanzador {
    padding: 5px;
}

img.ui-datepicker-trigger {
    padding: 2px;
}

a:link,
a:visited,
a:active {
    color: #1d1d1d;
    text-decoration: none;
    font-weight: 100;
}

a:hover {
    color: #417CA6;
    text-decoration: none;
}

a img {
    vertical-align: middle;
}

.cursor {
    cursor: pointer;
}

.Cursor {
    cursor: pointer;
}


.TextError {
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cabezote {
    background-image: url(../../pic/f_cabezote.gif);
    background-position: left top;
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}

tr.title {
    font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #08245B;
    color: White;
}

tr.content {
    font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: White;
    color: #000162;
}

tr.input {
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 3px;
    padding-left: 6px;
}

.campos {
    vertical-align: bottom;
}

.herramientas {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    background-image: url(../../pic/css/fondoTop.jpg);
    border: 1px dotted #009966;
    background-repeat: repeat-x;
}

table.Forms {
    background-image: url(../../pic/css/fondoTop.jpg);
    background-repeat: repeat-x;
}

.seccion {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #006699;
}

input,
select:not(.grapesjsEditor select):not(.tw-formControl),
textarea {
    font-size: 100%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #D1D2D3;
    padding: 5px;
    margin: 5px 5px 0px 0px;
}

input:focus,
select:not(.grapesjsEditor select):focus:not(.tw-formControl):focus,
textarea:focus {
    border: 1px solid #2679C3;
}

/* TOOL TIPS Y FORMULARIO
*******************************/
.myform {
    font-size: 100%;
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.myform fieldset {
    border: none;
    padding: 3px;
    margin: 2px;
}

.myform legend {
    font-size: 100%;
    color: #069;
}

.myform label {
    font-size: 98%;
    color: #000;
}

label.requerido {
    color: #F00;
}

.clear {
    clear: both;
    height: 14px;
}

/*.error {
    margin: 0 0 2px;
    padding: 2px 6px;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    background: #F00;
    border: 1px solid #8F0000;
    color: #FFF;
    -moz-box-shadow: 0 0 6px #BF7777;
    -webkit-box-shadow: 0 0 6px #BF7777;
    z-index: 1000;
}*/

.error em {
    /*	background-image: url(../../pic/css/tooltip/esq.png);
            background-repeat: no-repeat;
            min-width: 36px;
            min-height: 27px;*/
    width: auto;
    position: absolute;
}


/* GRID
--------------------------------------------------------- */
.acciones-grid {
    text-align: right;
    width: 100%;
    margin-top: 10px;
}

.acciones-grid img {
    padding: 2px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: middle;
    height: 32px;
}

table.grid {
    font-size: 100%;
    border-spacing: 1px;
    border-collapse: collapse;
    background: #4297D7;
    border: 1px solid #FFF;
    width: 100%;
}

table.grid thead th,
table.grid tbody th,
table.grid th {
    background: #1C7BB6;
    border: 1px solid #FFF;
    vertical-align: middle;
    text-align: center;
    padding: 1px 3px;
    color: #FFF;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}

table.grid thead th:last-child,
table.grid tbody th:last-child,
table.grid th:last-child {
    border-top-right-radius: 4px;
}

table.grid tbody th {
    background: #1C7BB6;
    border: 1px solid #FFF;
    vertical-align: middle;
    text-align: center;
    padding: 1px;
}

table.grid tbody tr:nth-child(odd) {
    background: #F7F6F7;
}

table.grid tbody tr:nth-child(even) {
    background-color: #F2F2F2;
}

table.grid tbody tr:hover {
    cursor: pointer;
    background-color: rgba(175, 212, 237, 0.5) !important;
}

table.grid,
table.none-hover tbody tr:hover {
    background: rgba(208, 214, 231, 0);
}

table.grid td {
    border: 1px solid #FFF;
    padding: 3px 2px;
}

table.grid tr {
    background: #1C7BB6;
}

table.grid a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 99%;
}

table.grid tbody a {
    color: #0E5EA0;
}

.navegation-grid a {
    color: #CACACA !important;
}

table.grid tfoot th,
table.grid tfoot td {
    background: #1C7BB6;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}

table.grid tfoot th:last-child,
table.grid tfoot td:last-child {
    border-bottom-right-radius: 4px;
}

table.grid tfoot th:first-child,
table.grid tfoot td:first-child {
    border-bottom-left-radius: 4px;
}

table.grid tfoot th table th,
table.grid tfoot td table td {
    border: none;
}

table.grid td.registro {
    text-align: center;
    padding-left: 2px;
    vertical-align: middle;
    font-weight: bold;
}

table.grid table td {
    padding: 2px;
}

table.grid tr.totales {
    background: #F3F3F3;
}

table.grid img {
    vertical-align: middle;
}

table.grid tfoot tr td a[data-type] {
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 0;
    cursor: pointer;
}

table.grid tfoot tr td a[data-type='first'] {
    background-image: url(../../pic/css/grid/primero.gif);
}

table.grid tfoot tr td a[data-type='back'] {
    background-image: url(../../pic/css/grid/anterior.gif);
}

table.grid tfoot tr td a[data-type='forward'] {
    background-image: url(../../pic/css/grid/siguiente.gif);
}

table.grid tfoot tr td a[data-type='last'] {
    background-image: url(../../pic/css/grid/ultimo.gif);
}

table.grid tbody tr.important {
    background-color: #3986AC;
}

table.grid tbody tr.important td {
    font-weight: 900;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 5px 0px;
}

/****** General *************/
div.detalle-propiedad {
    float: left;
    width: 19.6%;
    display: block;
    margin: 1px 0;
    padding: 1px;
    border-bottom: 1px solid #BBB;
    text-align: left;
}

table.detalle-propiedad {
    width: 99.9%;
    background: #EEE;
}

table.detalle-propiedad td {
    padding: 2px 3px;
}


.texto_consecutivo {
    font-size: 18px;
    color: #930;
}

input[type=moneda] {
    text-align: right;
}

.myform fieldset {
    background-image: none;
}

.myform label {
    font-size: 11px;
    color: #000;
}

.clear {
    clear: both;
    height: 15px;
}

/*.error {
    margin: 0 0 2px;
    padding: 2px 6px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}*/

.error em {
    background-image: url(../../pic/css/tooltip/esq.png);
    background-repeat: no-repeat;
    width: auto;
    position: absolute;
}

.celdaDir {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #003366;
}

table.direccion {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;

}

.direccionTr {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #C7D7DE;
    background-image: url(../../pic/css/grid/header_2.png);
    background-repeat: repeat-x;
}

table.direccion th {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #FFF;
}

/* form style */
.myform {
    font-size: 100%;
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* nested fieldset */
/*.myform fieldset {
        border: 1px solid #445627;
        padding: 6px;
        margin: 4px;
}

.myform legend {
        font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #006699;
}*/



/* input field */
.myform input,
.myform select,
.myform textarea {
    border: 1px solid #D1D2D3;
    padding: 1px;
    /* CSS3 spicing */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.myform input:focus {
    color: #000;
    background-color: #E0E0E0;
}

.myform input:active {
    background-color: #E0E0E0;
}


/* button */
.myform button {
    border: 1px solid #444;
    padding: 1px;
    color: #000;
    font-size: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


/* error message */
/*.error {
    height:15px;
    background-color:#DBDBDB;
    border:1px solid #444;
    font-size:11px;
    padding:4px 10px;
    color:#000;
    margin-left:-2px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px; 
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;	
    -webkit-border-bottom-left-radius:0; 
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;	
}
*/

.fileName {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px
}

a.link:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0033CC
}

a.link:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0033CC;

}

a.link:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0033CC;
}

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

INPUT.hidden {
    z-index: 2;
    filter: alpha(opacity=0);
    position: relative;
    text-align: left;
    opacity: 0;
    -moz-opacity: 0;
}

.fileUpload {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    padding-left: 8px;
    padding-right: 8px;


    background-image: url(../../pic/css/grid/header_2.png);
    background-repeat: repeat-x;

}

.fileUploadDetalle {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid;
    border-bottom-width: 1px;
}

#scrollUpload2 {
    background: white;
    width: 100%;
    height: 200px;
    overflow: auto;
    vertical-align: top;
}

/* -------------------------------------------------------------------------------------------- */
/* Some rights reserved - http: //creativecommons.org/licenses/by-sa/2.5/                       */
/* -------------------------------------------------------------------------------------------- */
/* If you want to use Uni-Form all you need to do is keep the copyright intact, you don't need  */
/* to link to Uni-Form, although it would be swell if you did.                                  */
/* -------------------------------------------------------------------------------------------- */
/* Do not edit this file directly, make your changes to uni-form.css in the same folder         */
/* Keep in mind that wherever you see 'Required property' it means that the property must exist */
/* -------------------------------------------------------------------------------------------- */


.grid hr {
    border: none;
    background: #cacaca;
    height: 1px;
}

.uniForm {
    margin: 5px;
    padding: 5px;
    background: #FFF;
    position: relative;
    border: 1px solid #CACACA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.6);
}

/* reset stuff */

/* Some generals and more resets */
.uniForm fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.uniForm fieldset legend {
    margin: 0 0 10px;
    /* padding: 0 0 0 25px; */
    color: #FFF;
    font-size: 115%;
    font-weight: 700;
}

/* This is the main unit that contains our form elements */
.uniForm .ctrlHolder,
.uniForm .buttonHolder {
    margin: 0;
    padding: 0;
    clear: both;
}

/* Clear all floats */
.uniForm:after,
.uniForm .buttonHolder:after,
.uniForm .ctrlHolder:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}

/* A class to be used on a label that contains a checkbox or a radio button */

/* IE shows borders & padding on checkboxes and radio buttons if they are declared on an input element, remove them */
/* Legacy/Inheritance fix */

/* ------------------------------------------------------------------------------ */

/* Styles for form controls where labels are above the input elements */
/* Set the class of the parent (preferably to a fieldset) to .blockLabels */

.uniForm label,
.uniForm .label {
    display: inline-block;
    float: none;
    padding: 0;
    line-height: 100%;
    width: auto;
    cursor: pointer;
}

.uniForm button {
    cursor: pointer;
}

/* Postition the hints */

/* Position the elements inside combo boxes (multiple inputs/selects/checkboxes/radio buttons per unit) */
.uniForm ul {
    float: left;
    width: 99%;
    margin: 0;
    padding: 0;
}

.uniForm ul li {
    margin: 0 0 .2em 0;
    list-style: none;
}

.uniForm ul li label {
    margin: 0;
    float: none;
    display: block;
    overflow: visible;
}

/* Alternate layout */
#contenido-tabs-informe .ctrlHolder {
    padding: 5px 0px 0px 15px !important;
}

#contenido-tabs-informe .ctrlHolder .alternate2 label {
    width: 48%;
    float: left;
}

.uniForm ul.alternate li {
    float: left;
    width: 32%;
    margin-right: .6em;
}

.uniForm ul.alternate li label {
    float: none;
    display: block;
    width: 98%;
}

.uniForm ul .textInput,
.uniForm ul select,
.uniForm ul input,
.uniForm ul.alternate .textInput,
.uniForm ul.alternate textarea,
.uniForm ul.alternate select {
    width: 95%;
    margin-top: .3em;
    float: none;
    padding: 5px;
}

.uniForm ul.alternate input.ui-autocomplete-input {
    float: left;
    width: 83% !important;
    margin-top: .14em;
}

.uniForm ul.alternate input.TextBox {
    float: left;
    width: 83% !important;
    margin-top: .14em;
    display: none;
}

.uniForm ul.alternate input.hasDatepicker {
    float: left !important;
    width: 90px !important;
}

.uniForm ul.alternate img.ui-datepicker-trigger {
    margin-top: .15em;
    margin-right: .40em;
    float: initial;
    cursor: pointer;
}

.uniForm ul.alternate input.direccion {
    float: left !important;
    width: 90%;
}

/* Position the elements inside combo boxes (multiple selects/checkboxes/radio buttons per unit) */

/* ------------------------------------------------------------------------------ */

/* Styles for form controls where labels are in line with the input elements */
/* Set the class of the parent (preferably to a fieldset) to .inlineLabels */
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 100%;
    position: relative;
}

/* Float the input elements */
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload,
.uniForm .inlineLabels select,
.uniForm .inlineLabels textarea {
    float: left;
}

/* Postition the hints */

/* ------------------------------------------------------------------------------ */

/* Required fields asterisk styling for .blockLabels */
.uniForm label em,
.uniForm .label em {
    float: left;
    width: 10px;
    margin: 0 0 0 -10px;
}

/* Required fields asterisk styling for .inlineLabels */
.uniForm .inlineLabels label em,
.uniForm .inlineLabels .label em {
    display: block;
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    font-style: normal;
    font-weight: bold;
}

.uniForm label small {
    font-size: .75em;
    color: #777;
}

/* ------------------------------------------------------------------------------ */

/* Columns */

.uniForm .col {
    float: left;
}

/* ------------------------------------------------------------------------------ */
/* ########################## On to the styling ################################# */
/* ------------------------------------------------------------------------------ */

/* This is the main unit that contains our form elements */
.uniForm .ctrlHolder {
    padding: 2px 3px 12px;
}

.uniForm .buttonHolder {
    text-align: right;
    margin: .6em 0 0 0;
}

.uniForm .resetButton {
    float: left;
    text-align: left;
    background-color: yellow;
}


/* This class gets added to div.ctrlHolder to highlight the row */
.uniForm .focused {
    background: #fffcdf;
}

/* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */

/* .inlineLabel within .buttonHolder (useful for TOS checkboxes) */

/* Classes to control the widths of the fields */
.uniForm .small {
    width: 30% !important;
}

.uniForm .medium {
    width: 45% !important;
}

/* Large is default and should match the value you set for .textInput, textarea or select */
.uniForm .auto {
    width: auto !important;
}

/* ------------------------------------------------------------------------------ */

/* .blockLabels (default style, will be applied even if you don't class the parent element) */

.uniForm label {
    margin: 0 0 .5em 0;
}

.uniForm .textInput {
    width: 53%;
    /* <- Required property */
}


.uniForm select {
    width: 99%;
    /* <- Required property */
}

/* Inline labels within multifields contain radios and checkboxes */

/* Block labels within multifields contain selects and text inputs */

/* ------------------------------------------------------------------------------ */

/* .inlineLabels */

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label {
    width: 31%;
    /* <- Required property */
    margin: .3em 2% 0 0;
    /* <- Required property */
}

.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload,
.uniForm .inlineLabels select,
.uniForm .inlineLabels textarea {
    width: 64%;
    /* <- Required property */
}

/* Focus pseudoclasses */
.uniForm .ctrlHolder .textInput:focus {
    outline: none;
    /* Get rid of the 'glow' effect in WebKit, optional */
}

.uniForm .ctrlHolder textarea:focus {
    outline: none;
    /* Get rid of the 'glow' effect in WebKit, optional */
}

/* Columns (they are floated left by default) */
.uniForm .col {
    width: 47.9%;
    /* <- Required property */
    margin: 0 2% 20px 0;
}

/* Use .first and .last classes to control the layout/spacing of your columns */
.uniForm .col.first {
    width: 49%;
    /* <- Required property */
    float: left;
    clear: none;
}

.uniForm .col.last {
    width: 49%;
    /* <- Required property */
    float: right;
    clear: none;
    margin-right: 0;
}

/* Messages */
.uniForm #errorMsg {
    background: #ffdfdf;
    border: 1px solid #df7d7d;
    border-width: 1px 0;
    margin: 0 0 1.5em 0;
    padding: 7px;
}

.uniForm .error {
    background: #ffdfdf;
    border: 1px solid #df7d7d;
    border-width: 1px 0;
}

.uniForm #errorMsg dt,
.uniForm #errorMsg h3 {
    margin: 0 0 .5em 0;
    font-size: 100%;
    line-height: 100%;
    font-weight: bold;
}

.uniForm #errorMsg dd {
    margin: 0;
    padding: 0;
}

.uniForm #errorMsg ol {
    margin: 0;
    padding: 0;
}

.uniForm #errorMsg ol li {
    margin: 0;
    padding: 2px;
    list-style-position: inside;
    border-bottom: 1px dotted #df7d7d;
    position: relative;
}

.uniForm .errorField {
    color: #af4c4c;
    margin: 0 0 6px 0;
    padding: 4px;
    background: #ffbfbf;
}

/*
IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, 
AND MODIFYING IT WITH YOUR OWN PROPERTIES/VALUES. THIS IS RECOMMENDED BECAUSE IF YOU HAPPEN TO RUN INTO TROUBLE, 
YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... 
*/

legend.especial {
    background: #FFF url('../../pic/linea_formulario.png') no-repeat top left;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    width: 97%;
}

/* ------------------------------------------------------------------------------ */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color: #666;
}

#TB_window a:link {
    color: #666;
}

#TB_window a:visited {
    color: #666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666;
}

#TB_window a:focus {
    color: #666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index: 1005;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay {
    /* ie6 hack */
    position: absolute;
    /* height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); */
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 1010;
    color: #000;
    display: none;
    border: 6px solid #AAA;
    text-align: left;
    top: 50%;
    left: 50%;
    padding: 0 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
}

* html #TB_window {
    /* ie6 hack */
    position: absolute;
    /* margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin=document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); */
}

#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 2px 2px 2px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
    margin: 0 -2px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    behavior: url(border-radius.htc);
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
    padding: 15px;
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
}

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 903;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
    /* -height/2 0 0 -width/2 */
}

* html #TB_load {
    /* ie6 hack */
    position: absolute;
    /* margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin=document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); */
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect {
    /* ie6 hack */
    position: absolute;
    /* height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); */
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin: 1px 0 -1px 0;
    width: 100% !important;
}

div.tabla {
    clear: none;
    overflow: auto;
}

div.fila {
    clear: both;
}

div.col {
    float: left;
    padding: 5px;
    border-color: #F0E0A0;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
}


table.contabilidad {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    border-color: #000000;
}



table.contabilidad thead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

table.contabilidad th {
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
}

table.contabilidad td.medio {
    padding-left: 2px;
}

.logoMenu {
    width: 17%;
    float: left;
    display: inline-block;
    padding: 4px;
}

.menu {
    width: auto;
    float: right;
    display: inline-block;
    text-align: right;
    padding: 0px 5px 5px 0px;
}

.menu ul {
    width: auto;
    /*background: #ED551C;*/
    border-radius: 5px;
    padding: 0px 5px 5px 5px;
    /*border : 1px solid #000000;*/
}

.menu ul li {
    display: inline-block;
    border-radius: 0px 0px 5px 5px;
    margin-right: 2px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: auto;
    padding: 0 4px 0 4px;
    height: 20px;
    padding-top: 1px;
    background: #EDEDED;
}

.menu ul li.selected,
.menu ul li:hover,
.menu ul li:hover a {
    color: #FFFFFF !important;
    background: #1C7BB6;
    color: #FFFFFF;
}

.menu ul li a {
    text-decoration: none;
    color: #2E2E2E;
    font-weight: bold;
    vertical-align: middle;
}

.menu ul li a:hover,
.menu ul li a.selected {
    text-decoration: none;
    color: #FFFFFF !important;
    background: #1C7BB6;
}

.iconosAdmin {
    padding-top: 2px;
    background: #EDEDED;
}

td.list {
    background: url('../../pic/16x16/dialog-ok.png') right center no-repeat;
    cursor: pointer;
}

td.list:hover {
    background: url('../../pic/16x16/dialog-ok.png') right center no-repeat #EBEBE6;
}

ul:not(.tw-list-disc) {
    list-style: none !important;
}

h3 {
    padding: 5px;
}

.mensaje-container {
    padding: 1px;

}

table.mensajes td,
table.mensajes tr {
    padding: 5px;
    border: 1px solid;
}

table.mensajes td.titulo {
    border-color: #FFBF00;
}

table.mensajes {
    width: 100%;
}

#volver_salida {
    text-align: center;
}


/** Estilos de rediseño **/

body {
    margin: 0px;
    font-size: 1.125rem;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EEF1F5;
}

body.nobg {
    background-image: none;
    background-color: transparent;
}

.login {
    text-align: center;
    margin: 0;
    padding: 1px 4px;
    padding-bottom: 80px;
    overflow: hidden;
}

/*.login-image{
	
}
.login-fields{
	
}*/

.login .header {
    width: 100%;
    padding: 4px 0 120px;
    background: url('../../pic/sombra_login_top.png') no-repeat center bottom transparent;
    box-shadow: none;
    margin-bottom: 0px;
}

.login .navegadores {
    width: 100%;
    padding: 94px 0 4px;
    background: url('../../pic/sombra_login_bottom.png') no-repeat center top transparent;
    text-align: center;
    font-style: italic;
    margin: 2px auto;
    margin-top: 0px;
}

.login form {
    /*width: 600px;*/
    width: 100%;
    padding: 8px 2px;
}

.login form .titulo {
    font-size: 160%;
    color: #1C07BA;
    padding: 2px;
}

.login form .formulario {
    border: 1px solid #C4BABA;
    border-radius: 6px;
    margin: 2px auto;
    padding: 10px;
    color: #888;
    font-size: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.login form .formulario .user {
    background: url('../../pic/regusuario.png') no-repeat center left;
    width: 90%;
    height: 41px;
    margin: 4px auto;
    text-align: left;
    background-size: 100% 40px;
}

.login form .formulario .user input {
    border: none;
    background: transparent;
    font-size: 115%;
    width: 70%;
    padding: 2px 1px;
    position: relative;
    left: 5%;
}

.login form .formulario .ingresar {
    width: 354px;
    margin: 1px auto;
    text-align: right;
}

.footer {
    /*    border-top: 1px solid #777;
        padding: 6px 4px;
        width: 96%;
        margin: 12px auto;
        color: #444;
        text-align: center;*/
    padding: 4px 4px 0px 4px;
    width: 100%;
    color: #444;
    text-align: center;
    position: fixed;
    bottom: -20px;
    background-color: rgba(233, 233, 233, 1);
    height: 40px;
    box-shadow: 10px 11px 10px 10px;
    left: 0px;
    z-index: 100;
}

input[type=submit],
input[type=button],
input[type=reset] {
    background: url('../../pic/boton.png') repeat-x center left;
    /*background: #d0e4f7;*/
    background: -moz-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e4f7), color-stop(7%, #339ada), color-stop(50%, #2c91cf), color-stop(94%, #2182be), color-stop(100%, #2182be));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#2182be', GradientType=0);
    /* IE6-9 */
    border: none;

    box-shadow: 3px 3px 2px #CACACA;
    -moz-box-shadow: 3px 3px 2px #CACACA;
    -webkit-box-shadow: 3px 3px 2px #CACACA;
    -o-box-shadow: 3px 3px 2px #CACACA;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 4px;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus {
    outline: none;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
    box-shadow: 2px 2px 1px #CACACA;
    -moz-box-shadow: 2px 4px 1px #CACACA;
    -webkit-box-shadow: 2px 2px 1px #CACACA;
    -o-box-shadow: 2px 2px 1px #CACACA;
}

input[type=submit].small,
input[type=button].small,
input[type=reset].small {
    border-radius: 3px;
    color: #FFF;
    font-size: 80%;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

input[type=checkbox] {
    width: 17px !important;
    height: 17px !important;
    cursor: pointer;
}

input[type=submit][data-type='success'],
input[type=button][data-type='success'],
input[type=reset][data-type='success'] {
    background: url('../../pic/boton-success.png') repeat-x center left;
    background: -moz-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cff7e5), color-stop(7%, #34da7f), color-stop(50%, #2cd076), color-stop(94%, #21bf68), color-stop(100%, #21bf68));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cff7e5', endColorstr='#21bf68', GradientType=0);
    /* IE6-9 */
}


input[type=submit] [data-type='default']:hover,
input[type=button][data-type='default']:hover,
input[type=reset][data-type='default']:hover,
input[type=submit] [data-type='success']:hover,
input[type=button][data-type='success']:hover,
input[type=reset][data-type='success']:hover,
input[type=submit][data-type='info']:hover,
input[type=button][data-type='info']:hover,
input[type=reset][data-type='info']:hover,
input[type=submit][data-type='danger']:hover,
input[type=button][data-type='danger']:hover,
input[type=reset][data-type='danger']:hover,
input[type=submit][data-type='warning']:hover,
input[type=button][data-type='warning']:hover,
input[type=reset][data-type='warning']:hover {
    -webkit-box-shadow: 2px 2px 2px #CACACA;
}

input[type=submit] [data-type='default']:focus,
input[type=button][data-type='default']:focus,
input[type=reset][data-type='default']:focus,
input[type=submit] [data-type='success']:focus,
input[type=button][data-type='success']:focus,
input[type=reset][data-type='success']:focus,
input[type=submit][data-type='info']:focus,
input[type=button][data-type='info']:focus,
input[type=reset][data-type='info']:focus,
input[type=submit][data-type='danger']:focus,
input[type=button][data-type='danger']:focus,
input[type=reset][data-type='danger']:focus,
input[type=submit][data-type='warning']:focus,
input[type=button][data-type='warning']:focus,
input[type=reset][data-type='warning']:focus {
    -webkit-box-shadow: 2px 2px 2px #CACACA;
}

input[type=submit][data-type='info'],
input[type=button][data-type='info'],
input[type=reset][data-type='info'] {
    background: #cff1f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cff1f7 0%, #34d2da 7%, #2cc8d0 50%, #21b7bf 94%, #21b7bf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cff1f7), color-stop(7%, #34d2da), color-stop(50%, #2cc8d0), color-stop(94%, #21b7bf), color-stop(100%, #21b7bf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cff1f7 0%, #34d2da 7%, #2cc8d0 50%, #21b7bf 94%, #21b7bf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cff1f7 0%, #34d2da 7%, #2cc8d0 50%, #21b7bf 94%, #21b7bf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cff1f7 0%, #34d2da 7%, #2cc8d0 50%, #21b7bf 94%, #21b7bf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cff1f7 0%, #34d2da 7%, #2cc8d0 50%, #21b7bf 94%, #21b7bf 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cff1f7', endColorstr='#21b7bf', GradientType=0);
    /* IE6-9 */
}


input[type=submit][data-type='danger'],
input[type=button][data-type='danger'],
input[type=reset][data-type='danger'] {
    background: #f8d9ce;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8d9ce 0%, #df4c2f 7%, #d64326 50%, #c3381d 94%, #c3381d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8d9ce), color-stop(7%, #df4c2f), color-stop(50%, #d64326), color-stop(94%, #c3381d), color-stop(100%, #c3381d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8d9ce 0%, #df4c2f 7%, #d64326 50%, #c3381d 94%, #c3381d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8d9ce 0%, #df4c2f 7%, #d64326 50%, #c3381d 94%, #c3381d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8d9ce 0%, #df4c2f 7%, #d64326 50%, #c3381d 94%, #c3381d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f8d9ce 0%, #df4c2f 7%, #d64326 50%, #c3381d 94%, #c3381d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8d9ce', endColorstr='#c3381d', GradientType=0);
    /* IE6-9 */

}


input[type=submit][data-type='warning'],
input[type=button][data-type='warning'],
input[type=reset][data-type='warning'] {
    background: #fcf4ca;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcf4ca 0%, #f4ba1a 7%, #eeb20e 50%, #d6a00a 94%, #d6a00a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcf4ca), color-stop(7%, #f4ba1a), color-stop(50%, #eeb20e), color-stop(94%, #d6a00a), color-stop(100%, #d6a00a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcf4ca 0%, #f4ba1a 7%, #eeb20e 50%, #d6a00a 94%, #d6a00a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcf4ca 0%, #f4ba1a 7%, #eeb20e 50%, #d6a00a 94%, #d6a00a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcf4ca 0%, #f4ba1a 7%, #eeb20e 50%, #d6a00a 94%, #d6a00a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fcf4ca 0%, #f4ba1a 7%, #eeb20e 50%, #d6a00a 94%, #d6a00a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf4ca', endColorstr='#d6a00a', GradientType=0);
    /* IE6-9 */
}

input[type=submit][disabled=disabled],
input[type=button][disabled=disabled],
input[type=reset][disabled=disabled] {
    opacity: 0.5;
}

.header {
    width: 100%;
    height: 45px;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    margin: 0 auto 0px auto;
    text-align: right;
    /*
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;*/
    background: #0074A9;
    /* IE6-9 fallback on horizontal gradient */

}

.header .header-left {
    background: url('../../pic/sup_left.png') no-repeat top left;
    width: 100px;
    height: 36px;
    float: left;
}

.header .ver {
    color: white;
    letter-spacing: 1px;
}

.div-home {
    width: 715px;
    margin: 10px 0;
    padding: 7px;
    /*border: 1px solid #CACACA;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*background-color: rgba(255, 255, 255, 0.57);*/
    /*box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.6)*/
}

.div-home .item {
    width: 100px;
    margin: 12px;
    padding: 8px;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 8px 0 8px 0;
    float: left;
    display: inline-block;
    text-align: center;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.div-home .item:hover {
    -moz-border-bottom-right-radius: 50% 20px;
    -webkit-border-bottom-right-radius: 50% 20px;
    -o-border-bottom-right-radius: 50% 20px;
    border-bottom-right-radius: 50% 20px;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.25);
}

.div-home .item img {
    height: 96px;
}

.contenedor {
    width: 99%;
    margin: 10px auto;
}

.titulo-seccion {
    background: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.6);
}

i.help {
    padding: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 5px;
    background-image: url('../../pic/help.png');
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: help;
    margin-left: 5px;
}

.titulo-seccion .titulo {
    font-size: 25px;
    float: left;
    padding: 3px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 6px;
    font-weight: bold;
    color: #3775A2;
    text-transform: uppercase;
}

.titulo-seccion .titulo img {
    vertical-align: middle;
    padding-bottom: 10px;
}

.titulo-seccion .botones {
    float: right;
    padding: 2px;
    text-align: center;
}

.titulo-seccion .botones a {
    display: inline-block;
    padding: 0px 8px 0px 8px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.titulo-seccion .botones a:last-child {
    border: none;
}

.titulo-seccion .botones img {
    padding: 3px 10px 1px 10px;
}

.content-tabs {
    width: 100%;

}

.content-tabs .tabs {
    float: left;
    width: 14%;
    background-color: whitesmoke;
    margin-top: 18px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 10px 0 #BABABA;
    margin-left: 11PX;
    margin-right: 11px;

    /*padding: 5px;*/
    /*    border: 1px solid rgb(213, 213, 213);
        border-radius: 4px;*/
    /*margin-top: 5px;*/
    /*box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.18);*/
}

.content-tabs .contenido {
    float: right;
    width: 83.5%;
    margin-bottom: 70px;
}

.tabs-verticales li.activa {
    border: 1px solid #BBB;
    background: #E2F1FE;
}

.tabs-verticales li.activa a {
    color: #313131;

}

.tabs-verticales li:hover {
    background-color: #6699ff;
}

.tabs-verticales li {
    /*margin: 4px asuto;*/
    padding: 8px;
    /*border-radius: 5px 5px 5px 5px;*/
    border-bottom: 1px #6699ff groove;
}



.tabs-verticales li:hover {
    background: #D0D6E7;
    color: #3333FF;
}

.tabs-verticales li:last-child {
    border: none;
}



.tabs-verticales a {
    color: #313131;
    display: inline-block;
    width: 99.8%;
    line-height: 1.2;
}

.tabs-verticales span.iconos {
    display: inline-block;
    width: 35px;
    float: left;
}

.ui-datepicker-trigger {
    vertical-align: middle;
}

fieldset.form {
    border: 1px solid #CACACA;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.6);
    margin-bottom: 2px;
}

legend {
    background: -moz-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(28, 123, 182, 1)), color-stop(1%, rgba(28, 123, 182, 0.99)), color-stop(10%, rgba(28, 123, 182, 0.9)), color-stop(40%, rgba(28, 123, 182, 0.6)), color-stop(100%, rgba(28, 123, 182, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7bb6', endColorstr='#001c7bb6', GradientType=1);
    /* IE6-9 */
    width: 96%;
    padding: 6px 0 6px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    -o-border-radius: 5px;
    border-radius: 2px;
    color: #FFF;
    font-size: 115%;
    font-weight: 700;
    text-align: left;
    margin: 10px 0px 10px 0px;
    padding: 5px 5px 5px 20px;
}

legend.titulo {
    background: -moz-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(28, 123, 182, 1)), color-stop(1%, rgba(28, 123, 182, 0.99)), color-stop(10%, rgba(28, 123, 182, 0.9)), color-stop(40%, rgba(28, 123, 182, 0.6)), color-stop(100%, rgba(28, 123, 182, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7bb6', endColorstr='#001c7bb6', GradientType=1);
    /* IE6-9 */
    width: 96%;
    padding: 6px 0 6px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 2px;
    -o-border-radius: 5px;
    border-radius: 2px;
    color: #FFF;
    font-size: 115%;
    font-weight: 700;
    text-align: left;
    margin: 10px 0px 10px 0px !important;
    padding: 5px 5px 5px 20px !important;
}

fieldset.form legend {
    background: -moz-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(28, 123, 182, 1)), color-stop(1%, rgba(28, 123, 182, 0.99)), color-stop(10%, rgba(28, 123, 182, 0.9)), color-stop(40%, rgba(28, 123, 182, 0.6)), color-stop(100%, rgba(28, 123, 182, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(28, 123, 182, 1) 0%, rgba(28, 123, 182, 0.99) 1%, rgba(28, 123, 182, 0.9) 10%, rgba(28, 123, 182, 0.6) 40%, rgba(28, 123, 182, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7bb6', endColorstr='#001c7bb6', GradientType=1);
    /* IE6-9 */
    width: 96%;
    padding: 6px 0 6px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 115%;
    font-weight: 700;
    text-align: left;
}

.ui-button-icon-only .ui-button-text {
    padding: 0.1em !important;
}

.header>a:link {
    text-decoration: none;
    color: #FFF !important;
}

/*.error {
    margin: 0 0 2px;
    padding: 2px 6px;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -khtml-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    background: #F00;
    border: 1px solid #8F0000;
    color: #FFF;
    -moz-box-shadow: 0 0 6px #BF7777;
    -webkit-box-shadow: 0 0 6px #BF7777;
    -khtml-box-shadow: 0 0 6px #BF7777;
    box-shadow: 0 0 6px #BF7777;
    z-index: 1000;
}*/

.error em {
    width: auto;
    position: absolute;
}

#errors {
    display: none;
    width: 500px;
    position: fixed;
    margin-left: -250px;
    top: 30%;
    left: 50%;
    z-index: 1001;
    padding: 5px;

    background: #FCF7F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #8F0000;
    color: #000;
    -moz-box-shadow: 0 0 8px #DD4F4F;
    -webkit-box-shadow: 0 0 8px #DD4F4F;
    -khtml-box-shadow: 0 0 8px #DD4F4F;
    box-shadow: 0 0 8px #DD4F4F;
    max-height: 70%;
    overflow: auto;
}

#errors #cerrar {
    display: inline-block;
    text-align: right;
    width: 99.4%;
    padding: 2px;
    cursor: pointer;
}

#mensajes {
    width: 99.35%;
}

#buscar {
    margin-top: 10px;
    margin-bottom: 10px;
    /*height: 20px;*/
    display: inline-block;
    width: 40%;
}

#left {
    float: left;
    padding: 5px;
    width: 28%;
}

#users {
    background: #f1f1f2;
    height: 336px;
    overflow: auto;
    width: 95%;
    ;
    padding: 10px 0 0 15px;
}

#users div:hover {
    cursor: move;
}

#enviarBoton {
    float: left;
    background: #f1f1f2;
    height: 366px;
    overflow: auto;
    width: 68%;
}

#tabs-mensajes {
    border: none;
}

#tabs-mensajes #tabs-nuevomsg {
    padding: 0px;
}

#buscarUs {
    background: url("../../pic/16x16/search.png") right top no-repeat;
    padding: 2px 25px 2px 2px;
    border: none;
    border-radius: 0;
    -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .2);
    width: 86.5%;
}

#formulario_mensaje tr td input[type=text] {
    width: 490px;
    border: none;
    border-radius: 0;
    height: 18px;
    margin-bottom: 5px;
}

#formulario_mensaje tr td textarea {
    width: 492px;
    border: none;
    border-radius: 0;
    height: 130px;
    float: left;
}

#formulario_mensaje tr td hr {
    background-color: #C9CACC;
    margin-left: 1px;
    width: 493px;
    border: none;
    margin-bottom: 12px;
    height: 1.5px;
}

#enviar_a {
    min-height: 20px;
    overflow: auto;
    background-color: #FFFFFF;
    margin-bottom: 12px;
    margin-top: 12px;
}

#CrearMensaje {
    color: #FFFFFF;
    cursor: pointer;
    float: right;
}

#enviar_a div {
    float: left;
    display: inline-block;
    cursor: move;
}

#enviar_mensaje {
    width: 97.5% !important;
}

.mensajes {
    float: left;
    width: 32%;
}

.VerMensajes {
    float: right;
    width: 65%;
}

#tablas_mensajes .titulo {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 10px;
    color: #6C6D6F;
}

#tablas_mensajes .inputText {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}

#tablas_mensajes .inputArea {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 8px;
    width: 95%;
    height: 238px;
    margin-bottom: 10px;
    vertical-align: top;
    overflow-y: auto;
}

#tablas_mensajes .inputArea .mensaje {
    overflow-y: auto;
}

#tabs-bandeja-salida,
#tabs-bandeja-entrada {
    background-color: #FFFFFF;
}

.datosMensaje {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #F0F0F0;
}

#detalle_inv {
    display: none;
}

iframe#cambiar_pass {
    width: 96% !important;
}

.ui-accordion .ui-accordion-content {
    background: #FFFFFF !important;
    padding: 1em 0px !important;
}

.cargando {
    display: none;
    width: 80%;
    position: absolute;
    background: #CCCCCC;
    opacity: 0.7;
    z-index: 100000000;
}

.cargando img {
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -110px;
    position: relative;
}

.entidad {
    display: table;
    width: 100%;
    height: 10px;
}

.entidad .logo {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
}

.entidad .logo a {
    cursor: pointer;
}

.entidad .datos {
    width: 31.4%;
    background: #FFFFFF;
    height: 56px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    float: left;
    display: inline-block;
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px;
}

.entidad .datos span label {
    font-weight: bold;
}

.container_informes {
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid #CACACA;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.6);
    display: table;
}

.container_interno {
    width: 100%;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
}

.container_informes .bloque {
    width: 100%;
    border-radius: 12px 0 12px 0;
    border: 2px solid #DDDDDD;
    padding: 5px;
    min-height: 200px;
    display: inline-block;
    float: left;
}

/*.container_informes .bloque h3{
    color: #0082B4;
    border-bottom: 2px solid #DDDDDD;
    padding: 0;
}*/

.container_informes .bloque h3 img {
    width: 40px;
    height: 32px;
    margin-right: 2px;
}

.container_informes .bloque ul {
    padding: 6px;
}

.container_informes .bloque ul>li span {
    display: inline-block;
    vertical-align: middle;
}

/*
 * Ficha de la propiedad
 */

.contenedor_listado_prop {
    padding: 10px 15px;
}


#propiedades_ficha {
    width: 99%;
    min-height: 100px;
    border: 1px #000 dashed;
    margin: 0 0 10px 0;
    padding: 5px;
    height: auto;

    float: left;
}

.listado_tabla_propiedades {
    display: table;
    width: 99%;

}

.fila_listado {
    display: table-row;
    width: 100%;
    float: left;
}

.fila_listado .col_listado {
    display: table-column;
    text-align: center;
    width: 24.9%;
    float: left;
}

.fila_listado:hover {
    background-color: #E1F0FE !important;
}

.listado_tabla_propiedades .fila_listado.headerCol:hover {
    background-color: #1C7BB6 !important;
}

.listado_tabla_propiedades .fila_listado.headerCol {
    background-color: #1C7BB6;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.listado_tabla_propiedades .fila_listado.headerCol .col_listado {
    padding: 5px 0;
}

.fila_listado .col_listado {
    padding: 25px 0;
    border-right: 1px solid #fff;
}

.fila_listado .col_listado.col_imagen {
    padding: 5px 0;
    border-right: 1px solid #fff;
}

.fila_listado .col_listado img {
    height: 50px;
    /*height: 150px;*/
}

.col_buscar {
    padding: 5px 5px 20px 5px;
    float: left;
    width: 48.6%;
}

#buscarProp {
    background: url("../../pic/16x16/search.png") right top no-repeat;
    padding: 2px 25px 2px 2px;
    border-radius: 0;
    font-style: italic;
    width: 96%;
}

#propiedades_listado {
    float: left;
    width: 99%;
}

.generarFicha,
.agregarPropiedades {

    float: left;
    width: 48%;
    padding: 15px 10px;

}

#propiedades_listado .listado_interno,
#propiedades_ficha .listado_interno {
    cursor: move;
}

#tabla_input_type,
#tabla_select_type {
    display: none;
}

#tabla_select_type tr {
    border: none;
}

#tabla_select_type tr td {
    border: none;
}

.contenido_asignar {
    position: relative;
    float: left;
    width: 98%;
    height: auto;
    padding: 10px;
}

.lista_caracteristicas {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
}

.lista_caracteristicas h2 {
    display: inline-block;
    font-weight: normal;
    width: 56%;
}

.tipo_de_propiedad {
    position: relative;
    float: left;
    width: 60%;
    height: auto;
}

#grupos_x_propiedad {
    padding: 0 1%;
    width: 100%;
}

#grupos_x_propiedad_nombres {
    float: left;
    width: 35%;
}

#grupos_x_propiedad_caracteristicas {
    float: left;
    width: 65%;
}

#contenido_caracteristicas {
    margin: 0;
    padding: 15px 0 0 5px;
    width: 100%;
    background-color: #edeff0;
    max-height: 270px;
    overflow: auto;
    box-shadow: inset 2px 2px 0 rgba(100, 100, 100, .4);
    -moz-box-shadow: inset 2px 2px 0 rgba(100, 100, 100, .4);
    -webkit-box-shadow: inset 2px 2px 0 rgba(100, 100, 100, .4);
}

.resultado_caract {
    padding: 0 0 0 10px;
    width: 100%;
    cursor: move;
}

.resultado_caract img {
    padding: 0 20px 0 0;
    vertical-align: middle;
    max-width: 30px;
}

#agregar_grupo_x_tipo {
    width: 40%;
    float: right;
}

#grupos_x_propiedad .grupo_x_tipo {
    margin: 5px 10px;
}

#grupos_x_propiedad .grupo_x_tipo {
    min-height: 34px;
    float: left;
    max-height: 230px;
    overflow: auto;
    width: 95%;
    border: 1px dashed #CACACA;
    padding: 3% 1%;
    margin-left: 4%;
}

.titulo_grupo_caracteristica {
    background: none repeat scroll 0 0 #D7D7D7;
    border: 1px solid #808080;
    float: left;
    margin-left: 2%;
    margin-top: 1%;
    width: 100%;
}

.titulo_grupo_caracteristica h3 input {
    color: #808080;
}

.unsortable {
    position: static !important;
}

.unsortable .resultado_caract {
    cursor: no-drop;
    color: #777;
}

.content_resutado_caract {
    width: 43%;
    vertical-align: top;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 8px 10px 10px;
    border: 1px dashed #CACACA;
}

.contenido_asignar a {
    cursor: pointer;
}

.content_resutado_caract:hover {
    background: #fff;
}

#acciones_asignar img {
    margin: 0 5px 18px 20px;
}

.tipo_de_propiedad .content_resutado_caract {
    width: 85%;
}

.parametros_generales .usuarios {
    min-height: 20px;
    width: 80%;
    cursor: move;
    padding: 5px;
    border: 1px solid #CACACA;
    margin-top: 5px;
    background: #FFF;
}

#listado_modelos {
    padding: 20px;
}

#listado_modelos .modelo {
    cursor: pointer;
    padding: 10px;
    margin: 5px 0;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    font-size: 15px;
    color: #000000;
}

#listado_modelos .modelo:hover {
    background: #000000;
    border: 1px solid #CACACA;
    color: #FFFFFF;
}

#panel2 {
    float: left;
    width: 40%;
    margin-left: 1%;
}

.fila_1 {
    float: left;
    width: 80%;
    text-align: center;
}

.fila_2 {
    float: left;
    width: 20%;
    text-align: center;
}

#icono_caract_subir {
    border: 1px solid #CACACA;
    height: 100px;
    margin: 15px auto;
    width: 100px;
    cursor: pointer;
    display: table;
}

#icono_caract_subir .icono_carac {
    display: table-cell;
    vertical-align: middle;
}

#icono_caract_subir .icono_carac img {
    max-height: 70px;
    max-width: 70px;
}

#icono_caract_subir .icono_eliminar_hidden {
    display: none;
}

#icono_caract_subir .icono_caract_subir:hover .icono_eliminar_hidden {
    display: block;
}

#icono_caract {
    display: none;
}

#eliminar_icono2 {
    visibility: hidden;
}

#content_caract {
    margin-top: 17px;
}

.titulo_asignadas {
    display: none;
}

.contenido_seleccionar {
    float: none;
}

.contenido_seleccionar ul {
    float: none;
}

.contenido_seleccionar ul li {
    float: none;
}

#icono_ayuda {
    display: inline-table;
}

#icono_ayuda a {
    cursor: pointer;
}

.ui-tooltip {
    background: none;
    width: 155px;
    height: 90px;
    box-shadow: none;
    border: none;
    padding: 10px 25px;
    top: 5% !important;
    left: 60% !important;
}

/*estilos incorporados por jorge alejandro quiroz*/
#table-form {
    padding-left: 40px;
    margin: auto;
    margin-top: 20px;
}

#table-form tr,
td {
    padding: 3px 5px;
}

.optionsHorizontal a {
    display: line;
    margin: 0px 20px 0px 0px;
}

#tabla-actividades {
    margin-left: 130px;
    width: 80%;
}

.tabla-actividades2 {
    margin-left: 5% !important;
    width: 97% !important;
}

#tabla-actividades input,
#tabla-actividades textArea {
    width: 92%;
}

#buscar-bitacora {
    width: 50%;
    height: 50px;
    margin: auto;
    margin-left: 37%;
    padding: 30px;
}

#buscar-bitacora input {
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-left: 413px;*/
    width: 80%;
}

.bitacora-descripcion {
    width: 250px;
    padding: 0;
    border: 1px solid #ccc;

}

textarea.bitacora-descripcion {
    width: 240px;
    height: 50px;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    background-image: url(bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.actividades {
    margin: auto;
    margin-top: 20px;
    margin-left: 190px;
}

.actividades .actividad {
    width: 74%;
    background-color: #F2F2F2;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    word-wrap: break-word;
    margin-left: 110px;
    float: left;
}

.actividades .actividad #close {
    position: relative;
    top: -7px;
    right: 0px;
    left: 98%;
}

.actividades .actividad #titulo {
    position: relative;
    text-align: justify;
    text-align: center;
    width: 80%;
    top: -7px;
    font-size: 20px;
    font-weight: 900;
    word-wrap: break-word;
}

.actividades .actividad p {
    margin-top: 5px;
    width: 90%;
    font-size: 15px;

}

.Sseparator {
    width: 90%;
    position: relative;
}

.Sseparator .mask {
    overflow: hidden;
    height: 20px;
}

.Sseparator .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px black;
}

.Cexpandible {
    float: left;
    width: 100%;
}

.Cexpandible .contenido_normal {
    height: 50px;
    overflow: hidden;
}

.Cexpandible .contenido_expandido {
    background-color: red;
}

.Cexpandible .contenido {
    border-radius: 4px;
    width: 90%;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid rgb(209, 206, 206);
}

.actividades .actividad #close:hover {
    cursor: pointer;
}

.arrowDown {
    position: relative;
    top: 20px;
    right: 0px;
    left: 42%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid grey;
}

.arrowUp {
    position: relative;
    top: -6px;
    right: 0px;
    left: 42%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid grey;
}

.Cexpandible .arrowDown:hover,
.arrowUp:hover {
    cursor: pointer;
}

.detalle-bitacora {
    padding: 10px;
    margin: auto;
    width: 1404px;
    display: block;
    height: 406px;
}

.detalle-bitacora .info-bitacora {
    width: 30%;
    float: left;
}

.detalle-bitacora .contenido-bitacora {
    width: 70%;
    float: right;
}

.clear {
    clear: both;
}

.margen {
    padding: 10px;
}

.bitacora-container {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 0%, #ffffff 21%,
            #ffffff 41%, #e1e1e1 100%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
            color-stop(0%, #e1e1e1), color-stop(21%, #ffffff), color-stop(41%, #ffffff),
            color-stop(100%, #e1e1e1), color-stop(100%, #f6f6f6));
}

.bitacora-container h1,
h2 {
    display: inline;
    font-size: 20px;
}

.bitacora-container .text {
    font-size: 15px;
    font-style: italic;
}

#st-collapsable-content {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.increase-input input,
.increase-input textArea {
    width: 466px;
}

/* estilos para la paginacion*/
.JKpag {
    padding: 5px;
    margin-bottom: 20px;
}

.JKpag-body {
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
}

.JKpag-controls {
    border: 1px solid #999;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    background: url("../../pic/fondo_menu.png") repeat-x scroll left top #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}

.JKpag-controls a,
.JKpag-controls span {
    margin: 15px 16px 15px 0px;
    border-radius: 5px;
    padding: 8px 15px 8px 15px;
    font-weight: 800;
    border: 1px solid grey;
    text-decoration: none;
}

.JKpag-controls a {
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: grey;
    background: rgb(234, 234, 234);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(219, 219, 219, 1) 22%, rgba(232, 232, 232, 1) 46%, rgba(186, 186, 186, 1) 57%, rgba(96, 96, 96, 1) 88%, rgba(56, 56, 56, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 1)), color-stop(8%, rgba(255, 255, 255, 1)), color-stop(22%, rgba(219, 219, 219, 1)), color-stop(46%, rgba(232, 232, 232, 1)), color-stop(57%, rgba(186, 186, 186, 1)), color-stop(88%, rgba(96, 96, 96, 1)), color-stop(100%, rgba(56, 56, 56, 1)));
    /* Chrome,Safari4+ */
    transition: all 0.5s;
}

.JKpag-controls a:hover {
    cursor: pointer;
    color: white;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 13%, rgba(225, 225, 225, 1) 17%, rgba(246, 246, 246, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(13%, rgba(241, 241, 241, 1)), color-stop(17%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 13%, rgba(225, 225, 225, 1) 17%, rgba(246, 246, 246, 1) 100%);
    /* Chrome10+,Safari5.1+ */
}

.JKpag-controls #act-page {
    background-color: white;
    box-shadow: inset 5px 6px 9px -4px rgba(0, 0, 0, 0.5);
}

.JKpag-page {
    border: 1px solid grey;
    padding: 0px 10px 5px 10px;
    background-color: #f7f6f7;
    border-radius: 10px;
    margin-top: 10px;
    padding-top: 15px;
    float: left;
    width: 95%;
}

.JKpag-page .bitacora-container {
    float: left;
    width: 97%;
}

.pendiente.bitacora-container .texto {
    font-size: 15px;
}

.pendiente.bitacora-container .texto .text {
    font-weight: bold;
    font-size: 15px;
}

/* estilos para la paginacion*/
.instrucciones {
    font-style: italic;
    text-align: center;
}

#dialog_chat_id_pendientes {
    max-height: 380px;
}

.cambiar-grupo {
    cursor: pointer;
    float: right;
    padding: 1.2% 3% 2%;
}

.arr-progressbar {
    border: 1px solid grey;
    width: 200px;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px;
    height: 20px;
    box-shadow: inset 0px 0px 17px -5px rgba(0, 0, 0, 1);
}

.arr-progressbar .arr-pregress {
    height: 100%;
    width: 0%;
    background-image: url(../../pic/arr_progressbar.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.brand-progress {
    position: absolute;
    left: 410px;
    bottom: 45px;
}

.siple-upload-results {
    margin-left: 150px
}

.simple-option-panel {
    padding: 25px 145px;
}

.import-results {
    padding: 20px;
}

.simple-warning {
    color: #0072C5;
    padding: 7px;
    background-color: #BEE4FF;
    border: 1px solid #20A1FF;
    border-radius: 5px;
    width: 450px;
    margin-top: 10px;
}

.revision-img {
    border-radius: 10px;
    border: 1px solid grey;
    box-shadow: 2px 7px 8px -6px rgba(0, 0, 0, 1);
}

.simple-container {
    border: 1px solid grey;
    border-radius: 5px;
    width: 510px;
    padding: 10px;
    margin: 15px auto;
    background: white;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.simple-container table {
    width: 80%;
    margin: auto;
}

div.advice-text {
    color: grey;
    text-align: justify;
}

span.important {
    color: red !important;
}

.simple-form-input {
    width: 170px;
    padding: 10px;
    box-shadow: inset 2px 5px 18px -7px rgba(0, 0, 0, 0.7);
    border-radius: 11px;
    text-align: center;
}

.simple-form-input:focus {
    outline: 0;
}

#contenido #resultado,
.simple-alert-success {
    border: 1px solid green;
    padding: 20px;
    border-radius: 10px;
    background: #E2FDF1;
    width: 460px;
    margin: auto;
    box-shadow: inset 0px 0px 28px 4px rgba(0, 0, 0, 0.2);
}

#contenido #error,
.simple-alert-error {
    border: 1px solid rgb(151, 8, 8);
    background: #FFD7D7;
    padding: 20px;
    border-radius: 10px;
    width: 460px;
    margin: auto;
    box-shadow: inset 0px 0px 28px 4px rgba(0, 0, 0, 0.2);
}

.preview {
    padding: 10px;
    border: 1px solid black;
    width: 400px;
    border-radius: 7px;
    margin-top: 5px;
}

/*/////// arrLightBox ////////*/

.arr-lb-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    z-index: 1500;
}

.lb-container-inner {
    padding: 20px;
    margin: auto;
    width: 90%;
    height: 100%;
    min-height: 400px;
    /*max-height: 450px;*/
    /*overflow-y: scroll;*/
}

.lb-container-inner iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}

.lb-container-inner iframe::-webkit-scrollbar {
    width: 12px;
}

.lb-container-inner iframe::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.lb-container-inner iframe::-webkit-scrollbar-track {
    border: 1px gray solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px gray inset;
}

.arr-lb-container {
    background-color: white;
    /*width: 60%;*/
    /*height: 50%;*/
    /*margin: auto;*/
    /*margin-top: 10%;*/
    /*position: fixed;*/
    position: relative;
    /*    margin-left: 20%;*/
    border-radius: 10px;
    box-shadow: 0px 0px 20px 6px rgba(18, 132, 231, 0.7);
    max-height: 700px;
    padding-bottom: 20px;
    overflow: hidden;
}

.lightbox-close {
    background: rgb(204, 204, 204);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 21%, rgba(255, 255, 255, 1) 48%, rgba(204, 204, 204, 1) 77%, rgba(204, 204, 204, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 204, 204, 1)), color-stop(21%, rgba(238, 238, 238, 1)), color-stop(48%, rgba(255, 255, 255, 1)), color-stop(77%, rgba(204, 204, 204, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 21%, rgba(255, 255, 255, 1) 48%, rgba(204, 204, 204, 1) 77%, rgba(204, 204, 204, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 21%, rgba(255, 255, 255, 1) 48%, rgba(204, 204, 204, 1) 77%, rgba(204, 204, 204, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 21%, rgba(255, 255, 255, 1) 48%, rgba(204, 204, 204, 1) 77%, rgba(204, 204, 204, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(204, 204, 204, 1) 0%, rgba(238, 238, 238, 1) 21%, rgba(255, 255, 255, 1) 48%, rgba(204, 204, 204, 1) 77%, rgba(204, 204, 204, 1) 100%);
    /* W3C */
    border-radius: 10px 10px 0px 0px;
    padding: 0px 10px 0px 0px
}

.lightbox-close span {
    background: rgb(226, 226, 226);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
    /* IE6-9 */
    float: right;
    font-weight: 900;
    font-size: 14px;
    color: gray;
    cursor: pointer;
    position: relative;
    top: 5px;
    padding: 4px;
    border: 1px solid gray;
    border-radius: 6px;
}

.blur {
    /*background-color: red !important;*/
    /*-webkit-filter: blur(2px);*/
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    /*filter: url(blur.svg#blur);*/
}

.arr-success-msg,
.arr-error-msg {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(162, 206, 136, 1) 19%, rgba(141, 214, 130, 1) 50%, rgba(88, 147, 54, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(19%, rgba(162, 206, 136, 1)), color-stop(50%, rgba(141, 214, 130, 1)), color-stop(100%, rgba(88, 147, 54, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(162, 206, 136, 1) 19%, rgba(141, 214, 130, 1) 50%, rgba(88, 147, 54, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(162, 206, 136, 1) 19%, rgba(141, 214, 130, 1) 50%, rgba(88, 147, 54, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(162, 206, 136, 1) 19%, rgba(141, 214, 130, 1) 50%, rgba(88, 147, 54, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(162, 206, 136, 1) 19%, rgba(141, 214, 130, 1) 50%, rgba(88, 147, 54, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#589336', GradientType=0);
    /* IE6-9 */
    width: 80%;
    padding: 20px;
    height: 10px;
    /*background-color: red;*/
    margin: auto;
    border-radius: 10px;
    border: 1px solid grey;
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: 800;
    text-shadow: 1px 1px 2px #000000;
    position: relative;
}

.arr-error-msg {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(211, 141, 141, 1) 19%, rgba(221, 135, 135, 1) 50%, rgba(150, 55, 55, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(19%, rgba(211, 141, 141, 1)), color-stop(50%, rgba(221, 135, 135, 1)), color-stop(100%, rgba(150, 55, 55, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(211, 141, 141, 1) 19%, rgba(221, 135, 135, 1) 50%, rgba(150, 55, 55, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(211, 141, 141, 1) 19%, rgba(221, 135, 135, 1) 50%, rgba(150, 55, 55, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(211, 141, 141, 1) 19%, rgba(221, 135, 135, 1) 50%, rgba(150, 55, 55, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(211, 141, 141, 1) 19%, rgba(221, 135, 135, 1) 50%, rgba(150, 55, 55, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#963737', GradientType=0);
    /* IE6-9 */
}

.arr-success-msg a,
.arr-error-msg a {
    color: #A0D7FF;
}

/* ///////////////////////////// */
.simple-table tr td {
    padding-right: 20px;
    /*padding-bottom: 0px;*/
}

.list-view {
    padding: 10px;
    border: 1px solid grey;
    margin: 10px;
    border-radius: 10px;
    background-color: white;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8bac6', endColorstr='#b8bac6', GradientType=1);
    /* IE6-9 */
}

.list-view-item {
    display: flex;
    padding: 0px 10px 0px 10px;
    border: 1px solid gray;
    margin: 3px;
    background-color: rgb(247, 253, 253);
    border-radius: 3px;
}

/*
.list-view-item label{
    margin: 10px;
    cursor: pointer;
}*/
.list-view-item .column {
    cursor: pointer;
    /* border: 1px solid grey; */
    max-width: 260px;
    width: 18%;
    padding: 10px;
    word-wrap: break-word;
    font-size: 11px;
    border-right: 1px solid gray;
}

.list-view-item .column:last-child {
    border-right: none;
}

.list-view-titles {
    display: flex;
    padding-left: 16px;
}

.list-view-titles {
    border-radius: 10px;
    overflow: hidden;
    width: 98.3%;
    border: 1px solid gray;
    background-color: #1670C3;
}

.list-view-titles div {
    width: 10.67%;
    text-align: center;
    padding: 10px 0px 10px 2px;
    background-color: #1670C3;
    color: white;
    font-weight: 900;
}

.page-controls {
    display: flex;
    width: 10%;
    margin: auto;
}

.page-controls #left-ctrl {
    border-right: 10px solid black;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    height: 0px;
    margin-right: 15px;
    cursor: pointer;
}

.page-controls span {
    display: block;
    line-height: 20px;
}

.page-controls #right-ctrl {
    border-left: 10px solid black;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    height: 0px;
    margin-left: 15px;
    cursor: pointer;
}

.page-controls #right-ctrl:active {
    border-left: 10px solid gray;
}

.page-controls #left-ctrl:active {
    border-right: 10px solid gray;
}

.medium-centered {
    width: 70%;
    margin: auto;
}

/*:::::::::::::::: titulos y subtitulos usando un div ::::::::::::::::::::::::::::::::::*/

.arr-simple-title {
    border-radius: 10px 0px 0px;
    padding: 10px;
    /*background-color: rgba(18, 132, 231,0.3);*/
    background: -moz-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(18, 132, 231, 1)), color-stop(14%, rgba(57, 152, 229, 1)), color-stop(62%, rgba(95, 170, 231, 1)), color-stop(68%, rgba(100, 172, 231, 0.7)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1284e7', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */

    color: white;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 20px;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
}

.arr-simple-title {
    border-radius: 10px 0px 0px;
    padding: 10px;
    /*background-color: rgba(18, 132, 231,0.3);*/
    background: -moz-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(18, 132, 231, 1)), color-stop(14%, rgba(57, 152, 229, 1)), color-stop(62%, rgba(95, 170, 231, 1)), color-stop(68%, rgba(100, 172, 231, 0.7)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(18, 132, 231, 1) 0%, rgba(57, 152, 229, 1) 14%, rgba(95, 170, 231, 1) 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1284e7', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */

    color: white;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 30px;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
}

.arr-simple-title_2 {
    border-radius: 10px 0px 0px;
    padding: 10px;
    background: linear-gradient(to right, rgba(24, 130, 223, 1) 0%, rgba(31, 132, 214, 1) 14%, #5FAAE7 62%, rgba(100, 172, 231, 0.7) 68%, rgba(125, 185, 232, 0) 100%) repeat scroll 0% 0% transparent;
    color: #FFF;
    font-weight: 900;
    font-size: 1.3rem;
    text-shadow: 2px 1px 9px rgba(0, 0, 0, 0.5);
}

.arr-simple-title.on-top {
    border-radius: 5px 0px 0px 5px;
}

.arr-simple-subtitle {
    padding: 10px 0px 10px 30px;
    margin-bottom: 10px;
    font-size: 13px;
    color: white;
    font-weight: 900;
    text-shadow: 1px 2px 2px rgb(82, 82, 82);
    background: -moz-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(40, 144, 224, 0)), color-stop(5%, rgba(44, 146, 224, 1)), color-stop(81%, rgba(109, 177, 230, 0.7)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002890e0', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.sub-title-legend {
    padding: 5px;
    margin: 5px;
    padding-left: 10%;
    margin-bottom: 10px;
    font-size: 13px;
    color: white;
    font-weight: 900;
    text-shadow: 1px 2px 2px rgb(82, 82, 82);
    background: -moz-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(40, 144, 224, 0)), color-stop(5%, rgba(44, 146, 224, 1)), color-stop(81%, rgba(109, 177, 230, 0.7)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(40, 144, 224, 0) 0%, rgba(44, 146, 224, 1) 5%, rgba(109, 177, 230, 0.7) 81%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.justify {
    text-align: justify;
}

.arr-simple-subtitle.centered,
.arr-simple-title.centered {
    text-align: center;
}

/*:::::::::::::::::::::::::::: titulos y subtitulos usando etiquetas h :::::::::::::::::::::::::::::::::::::::::*/
h1.arr-simple-subtitle,
h1.arr-simple-title {
    font-size: 20px;
}

h2.arr-simple-subtitle,
h2.arr-simple-title {
    font-size: 18px;
}

h3.arr-simple-subtitle,
h3.arr-simple-title {
    font-size: 16px;
}

h4.arr-simple-subtitle,
h4.arr-simple-title {
    font-size: 14px;
}

h5.arr-simple-subtitle,
h5.arr-simple-title {
    font-size: 12px;
}

h6.arr-simple-subtitle,
h6.arr-simple-title {
    font-size: 10px;
}

.arr-simple-subtitle.info {
    background: -moz-linear-gradient(left, rgba(77, 171, 187, 0) 0%, rgba(80, 173, 188, 1) 5%, rgba(134, 195, 206, 0.7) 81%, rgba(147, 201, 211, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(77, 171, 187, 0)), color-stop(5%, rgba(80, 173, 188, 1)), color-stop(81%, rgba(134, 195, 206, 0.7)), color-stop(100%, rgba(147, 201, 211, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(77, 171, 187, 0) 0%, rgba(80, 173, 188, 1) 5%, rgba(134, 195, 206, 0.7) 81%, rgba(147, 201, 211, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(77, 171, 187, 0) 0%, rgba(80, 173, 188, 1) 5%, rgba(134, 195, 206, 0.7) 81%, rgba(147, 201, 211, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(77, 171, 187, 0) 0%, rgba(80, 173, 188, 1) 5%, rgba(134, 195, 206, 0.7) 81%, rgba(147, 201, 211, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(77, 171, 187, 0) 0%, rgba(80, 173, 188, 1) 5%, rgba(134, 195, 206, 0.7) 81%, rgba(147, 201, 211, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004dabbb', endColorstr='#0093c9d3', GradientType=1);
    /* IE6-9 */
}

.badge {
    background-color: #999999;
    border-radius: 2px;
    padding: 2px 2px;
    color: white;
    font-weight: 900;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    display: inline-block;
}

.badge.badge-success {
    background-color: #468847;
}

.badge.badge-info {
    background-color: #3A87AD;
}

.badge.badge-danger {
    background-color: #B94A48;
}

.badge.badge-warning {
    background-color: #F89406;
}

/* ::::::::::::::::::    icono de ayuda    ::::::::::::::::::: */
.arr-simple-title i {
    padding: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    bottom: 10px;
    right: 20px;
    background-image: url('../../pic/help.png');
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: help;
}

h6.arr-simple-title i {
    padding: 5px;
}


.arr-simple-container {
    margin-top: 10px;
}

.inline {
    text-align: center;
}

.inline input {
    display: inline;
    margin-right: 20px;
    margin-left: 20px;
    width: 100px;
}

.arr-simple-container .arr-inner-container {
    padding: 20px;
    background-color: #FFFFFF;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-radius: 7px 7px 7px 7px;
    width: 96%;
    margin: auto;
}

.arr-simple-container .arr-inner-container .half.left {
    width: 48%;
    float: left;
}

.arr-simple-container .arr-inner-container .half.right {
    width: 48%;
    float: right;
}

.arr-inner-container .help-text {
    font-style: italic;
    padding-left: 10px;
    color: rgb(92, 89, 89);
    font-size: 14px;
}

.whatch-video {
    color: rgb(45, 112, 173);
    font-weight: 800;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.button.large {
    min-width: 100%;
}

.button-form {
    text-align: center;
    padding: 20px;
    border: 1px solid rgb(218, 216, 216);
    border-radius: 5px;
    box-shadow: inset 0px 0px 20px -6px rgba(0, 0, 0, 0.4);
}

.items-grid {
    width: 100%;
    margin: auto;
}

.filtros_grid .titulo {
    height: 30px;
    background-color: #1C7BB6;
    padding: 5px;
    font-size: 1.45rem;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}

.content-filtros-grid {
    padding: 5px;
}

.content-filtros-grid table {
    width: 100%;
}

.items-grid th {
    background-color: #339ADA;
    color: white;
}

.items-grid tbody th {
    background-color: #f2f2f2;
    color: #000;
}

.items-grid thead th {
    background-color: #1C7BB6;
    padding: 5px 2px;
    color: white;
    border: none;
    text-shadow: none;
}

.items-grid thead th textarea, .items-grid thead th select, .items-grid thead th .select2-container, .items-grid thead th input[type="date"] {
	width: 95% !important;
}

.items-grid thead tr.wide th {
    padding: 10px 0px 10px 10px;
    text-align: center;
}

.items-grid thead th:first-child {
    border-radius: 5px 0px 0px 0px;
}

.items-grid thead th:last-child {
    border-radius: 0px 5px 0px 0px;
}

.items-grid tr:nth-child(odd) {
    /*background-color: rgba(0,0,0,0.05);*/
    background-color: #F2F2F2;
}

.items-grid tr:hover {
    background-color: rgba(175, 212, 237, 0.5) !important;
}

.items-grid tr.controls {
    background-color: #c9d7e0 !important;
}

.items-grid tr.controls td {
    text-align: center;
}

.items-grid tr td {
    padding: 5px 5px 5px 0px;
}

.items-grid.informe {
    margin-top: 20px;
}

.items-grid.informe tr td {
    padding: 5px;
}

.items-grid.informe tr.totales,
.items-grid.informe tr.totales:hover {
    font-weight: bold;
    padding: 5px 0px;
    color: rgb(255, 255, 255);
    text-align: right;
    border: none;
    text-shadow: rgba(0, 0, 0, 0.701961) 1px 2px 2px;
    background-color: rgb(28, 123, 182) !important;
}


.items-grid.none-padding tr td {
    padding: 0px;
}

.items-grid.none-padding.none-hover tr:hover {
    background-color: white !important;
}

.items-grid.none-padding.none-hover tr:nth-child(odd) {
    background-color: white !important;
}

.text-shadow {
    /*text-align: center;*/
    padding: 5px;
    font-size: 1.3rem;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25) !important;
}

.pointer {
    cursor: pointer;
}

input[d-width='small'],
textarea[d-width='larger'],
select[d-width='small'] {
    max-width: 25px !important;
}

input[d-width="medium"],
textarea[d-width='larger'],
select[d-width="medium"] {
    max-width: 35px !important;
}

input[d-width='large'],
textarea[d-width='larger'],
select[d-width='large'] {
    max-width: 60px !important;
}

input[d-width='larger'],
textarea[d-width='larger'],
select[d-width='larger'] {
    max-width: 80px !important;
}

input[d-width='block1'],
textarea[d-width='block1'],
select[d-width='block1'] {
    min-width: 100px;
    max-width: 100px;
}

input[d-width='block2'],
textarea[d-width='block2'],
select[d-width='block2'] {
    min-width: 150px;
    max-width: 150px;
}

input[d-width='block3'],
textarea[d-width='block3'],
select[d-width='block3'] {
    min-width: 200px;
    max-width: 200px;
}

/* ::::::::::::::::::::::::::::    BREGIN - MALLA DE POSICIONAMIENTO ROW-CONTENT    ::::::::::::::::::::::::::::: */

div.row-content {
    width: 100%;
    clear: both;
    display: table;
    padding: 5px;
    margin: auto;
}

div.row-content>div[class*='span'] {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

div.row-content {
    width: 100%;
    clear: both;
    display: table;
    padding: 5px 0px;
    margin: auto;
}

.row-content.none {
    padding: 0px;
}

div.row-content>div[class*='none'] {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.row-content.display>div>label {
    display: block;
}

.span0-5 {
    max-width: 5%;
    width: 5%;
}

.span1 {
    max-width: 10%;
    width: 10%;
}

.span1-5 {
    max-width: 15%;
    width: 15%;
}

.span2 {
    max-width: 20%;
    width: 20%;
}

.span2-5 {
    max-width: 25%;
    width: 25%;
}

.span3 {
    max-width: 30%;
    width: 30%;
}

.span3-3 {
    max-width: 33%;
    width: 33%;
}

.span4 {
    max-width: 40%;
    width: 40%;
}

.span5 {
    max-width: 50%;
    width: 50%;
}

.span6 {
    max-width: 60%;
    width: 60%;
}

.span6-6 {
    max-width: 66%;
    width: 66%;
}

.span7 {
    max-width: 70%;
    width: 70%;
}

.span8 {
    width: 80%;
    max-width: 80%;
}

.span9 {
    width: 90%;
    max-width: 90%;
}

.span10 {
    width: 100%;
    max-width: 100%;
}

/* ::::::::::::::::::::::::::::    END - MALLA DE POSICIONAMIENTO ROW-CONTENT    ::::::::::::::::::::::::::::: */


input[type='text'][pretify],
input[type='moneda'][pretify] {
    padding: 5px;
    font-weight: 600;
    font-size: 15px;
}

input[type='text'][pretify]:focus,
input[type='moneda'][pretify]:focus {
    box-shadow: 0px 0px 9px 2px rgba(31, 130, 221, 0.66);
    outline: none;
    border: 1px solid gray;
}

ul.ctrlHolder.horizontal>li>label {
    padding: 0px 0px 5px 0px;
    display: inline-block;
    font-weight: 900;
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
    min-width: 150px;
}

ul.ctrlHolder.horizontal>li {
    border-bottom: 1px solid rgb(189, 189, 189);
    border-radius: 0px 0px 0px 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 90%;
    padding-top: 10px;
}

ul.ctrlHolder.vertical>li>label {
    padding: 0px 0px 5px 0px;
    display: block;
    font-weight: 900;
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

ul.ctrlHolder.vertical>li {
    border-bottom: 1px solid rgb(189, 189, 189);
    border-radius: 0px 0px 0px 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 90%;
    padding-top: 10px;
}

ul.ctrlHolder.vertical li:last-child,
ul.ctrlHolder.horizontal li:last-child {
    border-bottom: none;
}

input[ctrlHolderButton='right'] {
    padding: 7px;
}


.factura-item {
    margin: 10px;
    border-radius: 0px 10px 0px 20px;
    transition: all 0.3s;
    border-bottom: 1px solid rgb(213, 213, 213);
}

.factura-item:hover {
    background-color: rgba(182, 211, 255, 0.3);
    cursor: pointer;
    border-bottom: 2px solid rgb(213, 213, 213);
}

.factura-item .factura-item-title span.date {
    margin-left: 9%;
}

.factura-item .factura-item-body {
    margin-bottom: 10px;
}

.factura-item .factura-item-body div {
    display: inline-table;
}

.factura-item .factura-item-body .factura-item-detalle {
    padding: 10px;
    width: 25%;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: 800;
}

.factura-item .factura-item-body .factura-item-options {
    width: 17%;
}

.factura-item .bottom-values {
    margin: 0px;
    text-align: center;
    padding-left: 10%;
    /*margin-top: 5px;*/
}

.factura-item .bottom-values table thead tr {
    background-color: #339ADA;
}

.factura-item .bottom-values table thead tr th {
    padding: 6px;
    color: white;
}

.factura-item .bottom-values table thead tr th:first-child {
    border-radius: 5px 0px 0px 0px;
}

.factura-item .bottom-values table thead tr th:last-child {
    border-radius: 0px 5px 0px 0px;
}


/* ::::::::::::::::      BEGIN - CSS FileUploadAjax     ::::::::::::::::::: */

.input-upload {
    width: 58.5%;
    box-shadow: 4px 4px 2px #CACACA;
    -moz-box-shadow: 4px 4px 2px #CACACA;
    -webkit-box-shadow: 4px 4px 2px #CACACA;
}

img.addUpload {
    vertical-align: middle;
    padding-left: 25px;
    padding-top: 6px;
    cursor: pointer;
}

.grupoSelectUpload>.barra {
    display: none;
    width: 70%;
    margin-left: 7px;
    margin-top: -5px;
}


.btn-upload {
    top: -2px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    vertical-align: middle;
    border: none;
    box-shadow: 4px 4px 2px #CACACA;
    -moz-box-shadow: 4px 4px 2px #CACACA;
    -webkit-box-shadow: 4px 4px 2px #CACACA;
    -o-box-shadow: 4px 4px 2px #CACACA;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
    cursor: pointer;

    background: url('../../pic/boton-success.png') repeat-x center left;
    background: -moz-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cff7e5), color-stop(7%, #34da7f), color-stop(50%, #2cd076), color-stop(94%, #21bf68), color-stop(100%, #21bf68));
    background: -webkit-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    background: -o-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    background: -ms-linear-gradient(top, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    background: linear-gradient(to bottom, #cff7e5 0%, #34da7f 7%, #2cd076 50%, #21bf68 94%, #21bf68 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cff7e5', endColorstr='#21bf68', GradientType=0);

}

.fileUploadAjax {
    position: relative;
    overflow: hidden;
}

.fileUploadAjax input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.filesUploadAjax.none-margin>.row-content>.span5>.arr-simple-subtitle {
    padding: 5px 0px 5px 30px !important;
}

.filesUploadAjax.none-margin>.row-content>.span5>.addUpload {
    width: 18px !important;
    padding-top: 3px !important;
}

.filesUploadAjax.none-margin>.selectoresUpload>.grupoSelectUpload>.row-content>.span10 {
    padding: 0px !important;
}

.filesUploadAjax.none-margin>.selectoresUpload>.grupoSelectUpload>.row-content {
    padding: 0px !important;
}

.filesUploadAjax.none-margin>.row-content>.span5 {
    padding: 0px !important;
}

.filesUploadAjax.none-margin>.row-content {
    padding: 0px !important;
}

/* ::::::::::::::::      END - CSS FileUploadAjax     ::::::::::::::::::: */

.accion {
    cursor: pointer;
}

i.simple {
    font-weight: 100;
}

.callout {
    padding: 10px;
    margin: 1px 0px 10px 0px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 5px;
}

.callout.hover:hover {
    padding: 10px;
    margin: 1px 0px 10px 0px;
    border-left-width: 5px;
    border-radius: 5px;
    background-color: aliceblue;
    cursor: pointer;
}

.callout-info {
    border-left-color: #5bc0de;
}

.callout-warning {
    border-left-color: #f0ad4e;
}

.callout-danger {
    border-left-color: #d9534f;
}

.callout-success {
    border-left-color: #1C7BB6;
}

.callout-greend {
    border-left-color: #16911c;
}

.requiered {
    color: red;
}


form.label-shadow label {
    font-size: 14px;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);
}

/* ::::::::::::::::      BEGIN - CSS PARA CREACION DE CONTRATOS     ::::::::::::::::::: */

.acciones-contrato {
    margin: 0px 20px 0px 0px;
    vertical-align: middle;
}

.acciones-contrato-m {
    margin: 0px 20px 0px 0px;
    vertical-align: middle;
    width: 18px !important;
    padding-top: 0px !important;
}

.oculto {
    display: none;
}

.label-contrato {
    margin: 6px !important;
    width: 20% !important;
    font-size: 1.25rem;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25) !important;
}

.label-shadow {
    margin: 6px !important;
    font-size: 14px !important;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25) !important;
}

.none-propiedad {
    text-decoration: none;
    color: rgb(172, 172, 172);
    font-weight: normal;
}

/* ::::::::::::::::      END - CSS PARA CREACION DE CONTRATOS     ::::::::::::::::::: */

/* ::::::::::::::::      BEGIN - CSS PARA BOTONTES EN FACTURAS     ::::::::::::::::::: */

.boton-content {
    position: fixed;
    right: -5px;
}

.boton-derecho {
    position: relative;
    right: -150px;
}


/* ::::::::::::::::      END - CSS PARA BOTONTES EN FACTURAS     ::::::::::::::::::: */


.escala-grises {
    filter: url('#grayscale');
    /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* Para cuando es estándar funcione en todos */
    filter: Gray();
    /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.btn-arrenda {
    background: url('../../pic/boton.png') repeat-x center left;
    /* background: #d0e4f7; */
    background: -moz-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e4f7), color-stop(7%, #339ada), color-stop(50%, #2c91cf), color-stop(94%, #2182be), color-stop(100%, #2182be));
    background: -webkit-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: -o-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: -ms-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: linear-gradient(to bottom, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#2182be', GradientType=0);
    border: none;
    box-shadow: 4px 4px 2px #CACACA;
    -moz-box-shadow: 4px 4px 2px #CACACA;
    -webkit-box-shadow: 4px 4px 2px #CACACA;
    -o-box-shadow: 4px 4px 2px #CACACA;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #FFF !important;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-arrenda:hover {
    text-decoration: none;
}

select:not(.grapesjsEditor select):not(.tw-formControl) {
    background: -moz-linear-gradient(-45deg, rgba(221, 221, 221, 0.9) 0%, rgba(232, 232, 232, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(221, 221, 221, 0.9)), color-stop(100%, rgba(232, 232, 232, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(221, 221, 221, 0.9) 0%, rgba(232, 232, 232, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(221, 221, 221, 0.9) 0%, rgba(232, 232, 232, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(221, 221, 221, 0.9) 0%, rgba(232, 232, 232, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(221, 221, 221, 0.9) 0%, rgba(232, 232, 232, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6dddddd', endColorstr='#e6e8e8e8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.list-token-plantillas {

    overflow-y: auto;
}

a:link {
    text-decoration: none !important;
}

/* CSS TAB GRID */

.tab-container {
    padding-left: 1px;
    color: white;
    font-weight: bold;
}

.tab-container .nav-tabs>li>a {
    font-weight: 100;
}


/* Define el modo de entrada de textos en los inputs */

[data-text=uppercase] {
    text-transform: uppercase
}

[data-text=lowercase] {
    text-transform: lowercase
}

[data-text=capitalize] {
    text-transform: capitalize
}


/* ::::::::::::::::      BEGIN - CSS PARA INPUT TIPO CHECKBOX     ::::::::::::::::::: */


.input-checkbox-bottom {
    float: left;

    width: 80px;
    height: 26px;
    background: #E8E8E8;
    margin: 20px auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    margin: 5px 5px 0px 0px;
}

.input-checkbox-bottom>input[type="checkbox"] {
    display: none;
}

.input-checkbox-bottom:after {
    content: 'NO';
    font: 12px/26px Arial, sans-serif;
    color: #000;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.input-checkbox-bottom:before {
    content: 'SI';
    font: 12px/26px Arial, sans-serif;
    color: #0074a9;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.input-checkbox-bottom label {
    display: block;
    width: 34px;
    height: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.input-checkbox-bottom input[type=checkbox]:checked+label {
    left: 43px;
}

/* ::::::::::::::::      END - CSS PARA INPUT TIPO CHECKBOX     ::::::::::::::::::: */

/* CSS Importar datos */

.items_pager_campos {
    background: url('../../pic/boton.png') repeat-x center left;
    background: -moz-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0e4f7), color-stop(7%, #339ada), color-stop(50%, #2c91cf), color-stop(94%, #2182be), color-stop(100%, #2182be));
    background: -webkit-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: -o-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: -ms-linear-gradient(top, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    background: linear-gradient(to bottom, #d0e4f7 0%, #339ada 7%, #2c91cf 50%, #2182be 94%, #2182be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#2182be', GradientType=0);
    border: none;
    box-shadow: 2px 2px 2px #CACACA;
    -moz-box-shadow: 4px 4px 2px #CACACA;
    -o-box-shadow: 4px 4px 2px #CACACA;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px;
    margin-bottom: 5px;
}

.items_content_select {
    width: 90%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(85, 85, 85);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* visibility: visible; */
    background-image: none;
    background-color: white;

}

/* define un tamaño por defecto para los input debido a que en el navegador firefox se desordenan estos campos */
input[type=text] {
    width: 90%;
}

.content-filtros-grid input[type=text] {
    width: 100%;
}

.link-soporte-tecnico {
    margin-right: 5px;
    border: 1px solid;
    background: #00395E;
    padding: 9px;
}

.none-margin {
    margin: 0px !important;
}

.none-padding {
    padding: 0px !important;
}

.icon-hover-f25 {
    font-size: 20px !important;
}

.icon-hover-f25:hover {
    font-size: 25px !important;
}

hr {
    margin: 5px;
    border-color: rgba(144, 144, 144, 0.22);
    border-width: 1px;
    border-style: ridge;
}

.filtros_grid select {
    width: 100% !important;
}

.ui-autocomplete {
    background: white;
    border-radius: 2px;
    border: 1px solid #0074A9;
}

.TextBox {
    margin: 0px;
    margin-top: 5px;
    width: 90%;
}

input[type='dateBetween'].hasDatepicker {
    width: 35% !important;
	min-width: 80px;
    margin: 0px;
    margin-top: 5px;
}

.simple-uniForm {
    border: none;
    box-shadow: none;
}

.login .content-login {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10%;
    margin-top: 10%;
    border-radius: 13px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

@media (min-width: 992px) {
    .login .content-login {
        margin-top: 30%;
    }
}

.login .input-username,
.login .input-password {
    margin: 0px;
    border-radius: 6px;
    height: 30px;
    vertical-align:
        bottom;
    margin-left: 10px;
    font-weight: 500;
    color: #505050;
    width: 80%;
    font-family: Roboto;
    font-weight: bold;
}

.login .input-username:focus,
.login .input-password:focus {
    outline: none;
    border-color: #A3A4A6;
}

.login .input-button {
    height: 40px;
    background-image: none;
    background-color: #1575A7;
    margin: 0px;
}

.login .input-button:focus {
    outline: none;
    box-shadow: 4px 4px 2px #CACACA;
}

.login .input-button:hover {
    box-shadow: 2px 2px 0px #CACACA;
}

.login .login-footer1 {
    font-family: Roboto;
    font-weight: bold;
    color: white;
    text-shadow: #000 0px 0px 1px;
}

.login .login-footer1 a {
    font-family: Roboto;
    font-weight: bold;
    color: white;
    text-decoration: underline !important;
}


/* ::::::::::::::::      BEGIN - GRID SYSTEM BOOTSTRAP   ::::::::::::::::::: */

.bootstrap-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .bootstrap-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .bootstrap-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .bootstrap-container {
        width: 1170px;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}


.col-md-1,
.col-xs-2,
.col-md-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-xs-9,
.col-md-9,
.col-xs-10,
.col-md-10,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-6,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

@media (min-width: 768px) {

    
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px) {

    
    .col-lg-4,
    .col-lg-6,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }
}

.clearfix:before,
.clearfix:after,
.bootstrap-container:before,
.bootstrap-container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.bootstrap-container:after,
.row:after {
    clear: both;
}

/* ::::::::::::::::      END - GRID SYSTEM BOOTSTRAP   ::::::::::::::::::: */


.menu-static {
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.19);
    z-index: 1000;
    position: relative;
    top: 0px;
    -webkit-transition-duration: 0.2s;
}

.contenedor-datos {
    margin: 10px auto;
}

.menu-static.fixed {
    position: fixed !important;
    top: -40px !important;
    width: 100% !important;
}

.contenedor-datos.fixed {
    margin: 70px auto !important;
}

.text-center {
    text-align: center;
}


/* margin and padding customs */

.no-margin {
    margin: 0px !important
}

.no-padding {
    padding: 0px !important
}

.margin {
    margin: 5px
}

.margin-left {
    margin-left: 5px !important
}

.margin-right {
    margin-right: 5px !important
}

.margin-bottom {
    margin-bottom: 5px !important
}

.margin-top {
    margin-top: 5px !important
}

.padding {
    padding: 5px
}

.padding-left {
    padding-left: 5px !important
}

.padding-right {
    padding-right: 5px !important
}

.padding-bottom {
    padding-bottom: 5px !important
}

.padding-top {
    padding-top: 5px !important
}

.margin-lg {
    margin: 10px
}

.margin-right-lg {
    margin-right: 10px !important
}

.margin-bottom-lg {
    margin-bottom: 10px !important
}

.margin-top-lg {
    margin-top: 10px !important
}

.padding-left-lg {
    padding-left: 10px !important
}

.padding-right-lg {
    padding-right: 10px !important
}

.padding-bottom-lg {
    padding-bottom: 10px !important
}

.padding-top-lg {
    padding-top: 10px !important
}

.margin-left-bg {
    margin-left: 15px !important
}

.margin-bottom-bg {
    margin-bottom: 15px !important
}

.margin-top-bg {
    margin-top: 15px !important
}

.padding-bg {
    padding: 15px
}

.padding-left-bg {
    padding-left: 15px !important
}

.padding-right-bg {
    padding-right: 15px !important
}

.padding-bottom-bg {
    padding-bottom: 15px !important
}

.padding-top-bg {
    padding-top: 15px !important
}

/* CSS3 CUSTOM MENU */

/* The whole thing */

/* Each of the items in the list */

.img-rounded {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.no-definido {
    font-weight: bold;
    color: #bb3737;
}

ul.format li {
    line-height: 1.5em;
    border-bottom: 1px solid #ccc;
    float: left;
    display: inline;
    padding: 0px 4px;
}

ul.double li {
    width: 50%;
}

ul.triple li {
    width: 33.333%;
}

ul.quad li {
    width: 25%;
}

ul.six li {
    width: 16.666%;
}

ul.format.double li:nth-child(4n+1) {
    background-color: #F2F2F2;
}

ul.format.double li:nth-child(4n+0) {
    background-color: #F2F2F2;
}

/* EFECTO DE ROTACION */

@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

.spinnerRotate {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

input.hasDatepicker {
    width: 80%;
}


.popover-title {
    color: #0074A9;
    text-align: left;
}

.popover-content {
    text-align: left;
}

select.has-error,
input.has-error,
.has-error input,
.has-error select {
    border: 1px solid red !important;
}

.msg-error {
    color: red;
}

.wizard>.content>.body {
    overflow: scroll;
    width: 100% !important;
    height: 100% !important;
}

table.items-grid tfoot td {
    background: #1C7BB6;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
    padding: 4px !important;
}

table.items-grid tfoot td.dt-body-right {
	text-align: right;
}

.colorHtml5 {
    height: 30px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.d-grid {
    display: grid
}


/* STYLE FOO NOTIFY */
.notifyjs-foo-base {
    width: 370px;
    background: #fff;
    padding: 3px;
    border-radius: 1px;
    min-height: 90px;
    border: 1px solid #dadada;
    font-family: Arial, Helvetica, sans-serif;
}

.notifyjs-foo-base .action-close {
    float: right;
    position: relative;
    top: 0px;
    right: -10px;
    color: #6b6b6b;
    font-size: medium;
    font-weight: bold;
    cursor: pointer;
}

.login button.input-button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#2182be', GradientType=0);
    border: none;
    box-shadow: 3px 3px 2px #CACACA;
    -moz-box-shadow: 3px 3px 2px #CACACA;
    -webkit-box-shadow: 3px 3px 2px #CACACA;
    -o-box-shadow: 3px 3px 2px #CACACA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 4px;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    padding: 4px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-left>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

.vertical-text>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.vertical-text>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.vertical-text.tabs-left {
    left: -50px;
}

.vertical-text.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.container-datatable {
	width: 100% !important;
	max-width: 100vw !important;
}

/* Versión desktop (se mantiene como tabla) */
.table-responsive-custom table {
	width: 100%;
	border-collapse: collapse;
}

/* Versión móvil - apilamiento vertical */
@media (max-width: 768px) {
	.table-responsive-custom table, 
	.table-responsive-custom thead, 
	.table-responsive-custom tbody, 
	.table-responsive-custom th, 
	.table-responsive-custom td, 
	.table-responsive-custom tr { 
		display: block; 
	}

	.table-responsive-custom td {
		position: relative;
		padding-left: 40% !important;
		text-align: left;
		min-height: 2em;
	}

	.table-responsive-custom td:before {
		position: absolute;
		left: 8px;
		content: attr(data-label);
		font-weight: bold;
		text-align: left;
	}

	/* Ocultar headers originales */
	.table-responsive-custom thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
}