﻿/*:root {
    --color-sap: #004946;
    --color-sap-claro: #0F958F;
    --color-sap-oscuro: #013d3b;
    --color-gris: #f3f3f5;
    --color-gris-claro: #f7f7f7;
    --color-gris-oscuro: #e6e8ea;
    --color-fondo: rgba(255, 255, 255, 0.95);
    --color-blanco: white;
    --color-error: #dc3545;
    --color-error-claro: #ea868f;
    --color-success: #198754;
    --color-success-claro: #75b798;
    --color-info: #0d6efd;
    --color-info-claro: #cff4fc;
    --color-font: black;
}*/

/*BASE*/


/*asdasd*/
@font-face {
    font-family: 'DisksFont';
    src: url('../Content/fonts/disks.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.passField {
    font-family: 'DisksFont' !important;
}

input:not([type=image]), textarea {
    padding: 4px 3px;
    border-radius: 4px;
    border: 1px solid darkgray;
    background-image: linear-gradient(to top, #f7f7f7 0%, #fff 50%);
    vertical-align: middle;
    outline: none;
}


    input:disabled, textarea:disabled, button:disabled, select:disabled {
        background-image: linear-gradient(to top, #f4f4f4 0%, #f4f4f4 0%);
        border-color: #dddddd;
        color: #808080;
        border-style: solid;
    }

    input:not([type=radio]):not([type=checkbox]):focus, select:focus, textarea:focus, button:focus {
        border: 1px solid #5897fb !important;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .15);
    }

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
    height: 17px;
    width: 17px;
    margin: 0px 1px 1px 6px;
}

    input[type="checkbox"]:focus:not(:disabled), input[type="checkbox"]:hover:not(:disabled), input[type="radio"]:focus:not(:disabled), input[type="radio"]:hover:not(:disabled) {
        filter: drop-shadow(0px 0px 2px #1f68dc);
    }

.ui-button {
    min-height: initial;
}

.cursorPointer, .cursorPointer, .cursorPointer {
    cursor: pointer;
}

.CenteredText{
    text-align:center;
}

select {
    outline: none;
    padding: 3px 3px;
    border-radius: 4px;
    border: 1px solid darkgray;
    background-image: linear-gradient(to top, #f7f7f7 0%, #fff 50%);
    vertical-align: middle;
}

    select::after {
        background-color: red;
        height: 10px;
        width: 10px;
    }

.ui-datepicker select {
    padding: 0px 0px;
}

/*select2*/
.select2-chosen {
    font-weight: normal;
}

.select2-container .select2-choice {
    height: 23px !important;
    line-height: 22px !important;
    padding: 0 0 0 3px !important;
}

div.select2-container:not(.select2-dropdown-open) span.select2-arrow > b {
    background-position: 1px 0px !important;
}

div.select2-container:not(select2-container-disabled) span.select2-arrow > b {
    filter: brightness(0);
}


div.select2-container.select2-dropdown-open span.select2-arrow > b {
    background-position: -17px 1px !important;
    filter: brightness(0);
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 20px !important;
}


.select2-container-multi a.select2-search-choice-close {
    left: -2px;
    top: 3px;
}

/*Modificaciones a jquery*/
div.ui-datepicker table.ui-datepicker-calendar td span, div.ui-datepicker table.ui-datepicker-calendar td a {
    background: linear-gradient(to top, #e4e4e4 0%, #fbfbfb 35%);
    border-color: #c5c5c5;
    border-radius: 2px;
    text-align: center;
}

    div.ui-datepicker table.ui-datepicker-calendar td a:hover {
        background: linear-gradient(to top, #e4e4e4 0%, #fbfbfb 35%);
        border-color: #5897fb;
        color: #0063ff;
        box-shadow: inset 0px 0px 10px #5897fb;
    }

div.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
    border-color: #0ed6cd;
}

div.ui-datepicker table.ui-datepicker-calendar td a.ui-state-active {
    border-color: #000;
    color: #ffffff;
    background: #145755;
    box-shadow: inset 0 0 4px 0px #ffffff70;
}



/*EndBase*/

.busquedaTWS {
    min-width: 300px;
}

.textRigth {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.center_horizontal {
    margin: auto;
}

.usrImageMax {
    max-width: 200px;
}

.usrImageBig {
    max-width: 114px;
}

.usrImageMid {
    max-width: 75px;
}

.usrImageSmall {
    max-width: 50px;
}

p {
    margin-top: 3px;
    margin-bottom: 3px;
}

a.logo {
    display: block;
    width: 195px;
    height: 45px;
    background: url("../Images/logo.png") no-repeat;
}

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 0.8em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*height: 100%;*/
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        /* background-color: #c7d1d6;*/
        cursor: pointer;
    }

footer, hgroup,
nav, section {
    display: block;
}

header {
    display: block;
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    margin-bottom: 3px;
}

.float-none {
    float: none;
}

.clear-fix:after {
    /*content: ".";*/
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 2px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1.05em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /**********************************************************sacrar***********************************************************/
    /*max-width: 1250px;*/
    /*min-width: 900px;*/
}

#body {
    background-color: #efeeef;
    /*clear: both;*/
    /*padding-bottom: 5px;*/
}



fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
    }

label {
    /*display: block;*/
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input textarea {
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0 5px 0;
    /*padding: 2px;*/
    min-width: 175px;
}

textarea {
    font-family: inherit;
    width: 300px;
}

button:focus, input[type="submit"]:focus, input[type="button"]:focus, button:focus {
    outline: none;
    box-shadow: 0 0 3px darkgray;
}



input[type="submit"]:not(:disabled):active,
input[type="button"]:not(:disabled):active,
button:not(:disabled):active {
    /*box-shadow: 1px 1px 1px #B9B6B6;*/
    border: 1px solid #A7A7A7;
    /*border-radius: 6px;*/
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQzZDYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255, 255, 255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(255, 255, 255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(255, 255, 255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(255, 255, 255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(255, 255, 255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(255, 255, 255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#00d1d3d6',GradientType=0 ); /* IE6-8 */
}

input[type="submit"]:not(:disabled):hover,
input[type="button"]:not(:disabled):hover,
button:not(:disabled):hover {
    border: 1px solid #7bb1f2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+48,a1dbff+100 */
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 48%, #a1dbff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 48%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 48%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
    /*box-shadow: 0 1px #2f8eff;*/
}

input[type="submit"]:not(:disabled):active,
input[type="button"]:not(:disabled):active,
button:not(:disabled):active {
    color: cornflowerblue;
}

input[type="submit"],
input[type="button"],
button {
    /*box-shadow: 0 1px #929292;*/
    min-height: 25px;
    border: 1px solid #a5a5a5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1em;
    /*font-weight: 600;*/
    padding: 3px;
    margin-right: 8px;
    margin-left: 2px;
    width: auto;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxZDNkNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1d3d6', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */
    vertical-align: middle;
}

    button span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px;
    }

/*button span._icono16:first-child:not(:last-child), button span._icono24:first-child:not(:last-child), button span._icono32:first-child:not(:last-child) {
            margin-right: 2px;
        }*/

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 2px;
    margin-right: 4px;
}

.centerText {
    text-align:center;
}

.contenedorDialogoConfirm {
    white-space: pre-wrap;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
    white-space: pre-wrap;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    /* border-collapse: collapse;
    border-spacing: 0; 
    margin-top: 0.75em;*/
    border: 0 none;
}

th {
    /*font-size: 1.2em;*/
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 0.25em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
}

/********************************BLOQUES*************************************************/
.masterBlock, .MasterBlock {
    overflow: auto;
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.masterRow, .MasterRow {
    /*overflow: hidden;*/
    padding-bottom: 3px;
    display: block;
}

.masterRowCenter, .MasterRowCenter {
    /*overflow: hidden;*/
    padding-bottom: 3px;
    text-align: center;
}

.masterRow.last, .MasterRow.last {
    padding-bottom: 2px;
}


.masterRow.slim, .MasterRow.slim {
    margin: 0;
    padding: 0;
}

.DataContainer, .dataContainer, .datacontainer {
    /*float: left;*/
    /*display: block;*/
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right: 8px;
}

.DataContainerPading {
    /*float: left;*/
    /*display: inline;*/
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding-left: 8px;
    padding-bottom: 6px;
}

.DataContainerVertical {
    /* margin-bottom: 10px;*/
}

.DataContainer .display-field, .dataContainer .display-field {
    margin-bottom: 4px;
    background-color: ghostwhite;
}

    .DataContainer .display-field select, .dataContainer .display-field select {
        width: 100%;
    }

.DataContainerVertical fieldset, .dataContainerVertical fieldset {
    border: ridge;
    border-width: 2px;
    padding: 8px;
}

.DataContainerVertical legend, .dataContainerVertical legend {
    display: block;
}

.DataContainer.fill100, .dataContainer.fill100 {
    margin: 0;
    width: 100%;
}

.DataContainer.fill50, .dataContainer.fill50 {
    margin: 0;
    width: 49.50%;
}

.DataContainer.fill33, .dataContainer.fill33 {
    margin: 0;
    width: 32.9%;
}

.DataContainer.fill25, .dataContainer.fill25 {
    margin: 0;
    width: 24.8%;
}

.MasterRow.slim, .masterRow.slim {
    margin: 0;
    padding: 0;
}


/* TABLE
----------------------------------------------------------*/

table.dataTable tr:nth-child(odd) {
    background: rgb(255, 252, 252);
}

table.dataTable tr:nth-child(even) {
    background: #eef0f1;
}

table.dataTable tr:first-child th {
    background-color: rgb(205, 215, 226);
}

table.dataTable tr:hover {
    background: rgb(203, 222, 240);
}

table.dataTable .active {
    background-color: lightgreen;
    display: -webkit-inline-box;
    text-align: center;
}

table.dataTable .inactive {
    background-color: crimson;
    display: -webkit-inline-box;
    text-align: center;
}

table.dataTable td {
    padding: 1px 4px 1px 4px;
}

table.dataTable input[type="checkBox"]:checked:disabled {
    filter: drop-shadow(0px 0px 0px #11e000);
}

table.dataTable input[type="checkBox"]:not(checked):disabled {
    filter: drop-shadow(0px 0px 0px #ff0000);
}

table.dataTable input[type="checkBox"]:checked {
    filter: drop-shadow(0px 0px 1px #11e000);
}

table.dataTable input[type="checkBox"]:not(checked) {
    filter: drop-shadow(0px 0px 1px #ff0000);
}

table.dataTable tr.highlight {
    background: rgba(152, 251, 152, 0.49);
}

table.dataTable th {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 1.0em;
}

table.dataTable table {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: black;
}

table.dataTable {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}


/****************************DataTable 2************************/
.dataTable2, .dataTable2 td, .dataTable2 th {
    border: 1px solid #bdbdbd;
}

    .dataTable2 tr:nth-child(odd) {
        background: rgb(252, 253, 255);
    }

    .dataTable2 tr:nth-child(even) {
        background: #eef0f1;
    }

    .dataTable2 tr:first-child th {
        background-color: rgb(205, 215, 226);
    }

    .dataTable2 tr:hover {
        background: rgb(203, 222, 240);
    }

    .dataTable2 .active {
        background-color: lightgreen;
        display: -webkit-inline-box;
        text-align: center;
    }

    .dataTable2 .inactive {
        background-color: crimson;
        display: -webkit-inline-box;
        text-align: center;
    }

    .dataTable2 td {
        padding: 1px 4px 1px 4px;
    }

    .dataTable2 tr.highlight {
        background: rgba(152, 251, 152, 0.49);
    }

    .dataTable2 th {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 1.0em;
    }



.dataTable2 {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

/****************************DataTable 3************************/
.dataTable3 td, .dataTable3 th {
    border-bottom: 1px solid rgba(0, 73, 70, 0.15);
}

.dataTable3 tr:last-child td, .dataTable3 tr:last-child th {
    border-bottom: 2px solid rgb(0, 73, 70);
}

.dataTable3 tr:nth-child(odd) {
    background: rgba(255, 252, 252, 0.2);
}

.dataTable3 tr:nth-child(even) {
    background: rgba(238, 240, 241, 0.2);
}

.dataTable3 tr th {
    background-color: rgba(0, 73, 70, 0.92);
    border-bottom: 2px solid rgb(0, 73, 70);
}

.dataTable3 tr:first-child th:first-child, .dataTable3 tr:first-child tr:first-child {
    border-top-left-radius: 5px;
}

.dataTable3 tr:first-child th:last-child, .dataTable3 tr:first-child tr:last-child {
    border-top-right-radius: 5px;
}

.dataTable3 tr:last-child th:first-child, .dataTable3 tr:last-child tr:first-child {
    border-top-left-radius: 5px;
}

.dataTable3 tr:last-child th:last-child, .dataTable3 tr:last-child tr:last-child {
    border-top-right-radius: 5px;
}

.dataTable3 tr:hover {
    background: rgba(20, 87, 85, 0.16);
}

.dataTable3 .active {
    background-color: lightgreen;
    display: -webkit-inline-box;
    text-align: center;
}

.dataTable3 .inactive {
    background-color: crimson;
    display: -webkit-inline-box;
    text-align: center;
}

.dataTable3 td {
    padding: 1px 4px 1px 4px;
}

.dataTable3 tr.highlight {
    background: rgba(152, 251, 152, 0.49);
}

.dataTable3 th {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 1.0em;
    color: white;
}



.dataTable3 {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}


/*DataTable 4*/
.dataTable4 {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    color: black;
}

    .dataTable4 tr:nth-child(odd) {
        background-color: rgba(147, 147, 147, 0.03);
    }
    .dataTable4 tr:nth-child(even) {
        background-color: white;
    }


    .dataTable4 td {
        padding: 6px;
    }

    .dataTable4 th {
        background-color: #fefefe;
        border-bottom: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
        padding: 6px;
        box-shadow: 0px 1px 2px 1px #c0c0c0;
    }



    .dataTable4 tbody:first-child tr:first-child th, .dataTable4 .mainTitle {
        background-color: #eaeaea;
        border-bottom: 2px solid #145754;
        padding: 7px;
    }

    .dataTable4 tr > td {
        border-bottom: 1px solid #d5d5d5;
    }

        .dataTable4 tr > td:first-child {
            border-left: 1px solid #d5d5d5;
        }

        .dataTable4 tr > td:last-child {
            border-right: 1px solid #d5d5d5;
        }

    .dataTable4 tr:last-child > td {
        border-bottom: 1px solid #aaaaaa;
    }

    .dataTable4 tr:hover td {
        background: #bcd9f2;
    }

    .dataTable4 tfoot tr:hover td {
        background-color: #eaeaea;
    }

    .dataTable4 tfoot tr:first-child {
        border-bottom: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
        padding: 6px;
        box-shadow: 0px -1px 2px 0px #c0c0c0;
    }

    .dataTable4 tfoot tr {
        background-color: #eaeaea;
        border-bottom: 2px solid #145754;
        padding: 7px;
    }
.ui-jqgrid-btable tbody tr.ui-state-highlight td {
    border-color: gray;
    background-color: rgb(198, 232, 250);
}
/* add delete info edit buttons
----------------------------------------------------------*/


.BTNTexto {
    height: 32px;
    margin-top: 4px;
}

    .BTNTexto img {
        height: 24px;
        position: relative;
        top: 1px;
        left: 1px;
    }

    .BTNTexto span {
        bottom: 8px;
        position: relative;
        margin-left: 7px;
        margin-right: 4px;
        font-size: 1.0em;
        font-weight: 500;
    }

.menuButton img {
    height: 16px;
    width: 16px;
    margin-bottom: 3px;
}

#body .ui-tabs .ui-tabs-panel {
    padding: 0px;
    text-align: center;
    border-top: 1px solid #013c39;
}

/*Elementos varios*/
fieldset {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    padding: 1px 3px 1px 3px;
}

/*.RadioOptions input {
    display: inline;
    vertical-align: baseline;
    width: auto;
}

.RadioOptions span {
    margin-right: 10px;
}*/

span.resaltado {
    font-size: initial;
    font-weight: 600;
}

/*Div para botones al dunal de una serie de elementos*/
.divBotones {
    border-top: 1px;
    border-top-style: solid;
    border-top-color: darkgray;
}

    .divBotones button {
        float: right;
        margin-left: 15px;
    }

.errorList {
    display: block;
    overflow: auto;
}

    .errorList span {
        display: block;
    }

.ui-dialog.ui-widget[aria-describedby="showMeAnError"], .ui-dialog.ui-widget[aria-describedby="showMeInfo"], .ui-dialog.ui-widget[aria-describedby="showMeConfirm"] {
    position: fixed;
}

    .ui-dialog.ui-widget[aria-describedby="showMeAnError"], .ui-dialog.ui-widget[aria-describedby="showMeAnError"] .ui-dialog-titlebar.ui-widget-header {
        border-color: crimson;
    }

.ui-dialog[aria-describedby="showMeAnError"] .ui-dialog-titlebar {
    background: crimson;
}

#showMeAnErrorContainer {
    white-space: pre-wrap;
}

.hideMe {
    display: none;
}

.drop5 {
    margin-top: 5px;
}

.drop10 {
    margin-top: 10px;
}

div .floatRight {
    float: right;
}

div .floatLeft {
    float: left;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}


.min250 {
    min-width: 250px;
}
/*datepicker de solo mes y dia*/
.monthPicker .ui-datepicker-calendar {
    display: none;
}

.monthPicker .ui-datepicker-inline {
    padding: .1em;
}

#logInView .titleWhite h1 {
    color: white;
    margin-left: 10px;
}

#loginlogo {
    margin-left: 50px;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
}

#loginlogocontainer {
    margin-left: 70px;
    margin-top: 40px;
}

.greenText {
    color: forestgreen;
    font-size: larger;
    font-style: italic;
}

.redText {
    color: #e80c4d;
    font-size: larger;
    font-style: italic;
}

.rotar90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotar180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotar270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.editor-label {
    font-weight: 500;
}



/***************************tooltip********************/



.ui-tooltip.ui-widget {
    display: block;
    position: absolute;
    -moz-box-shadow: 2px 2px 3px #999;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    float: none;
    margin: 2px;
    padding: 2px;
    border-color: rgba(54, 35, 25, 1);
    background-color: rgba(54, 25, 25, .5);
}


.ui-tooltip-content {
    display: block;
}


.boldText {
    font-weight: bold !important;
}


#body .ui-jqgrid {
    font-size: 0.75em;
}


/************Errores en rojo**************/

select.input-validation-error, textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

/***************info en texto*/
span.info {
    cursor: help;
}

/***********vertical align*************/

.verticalAlignMiddle {
    vertical-align: middle;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inputButtonField button {
    border-radius: 0px 4px 4px 0px;
    margin: 2px 2px 2px 0px;
    margin-top: 0px;
    vertical-align: bottom;
    margin-bottom: 0px;
    height: 25px;
}

    .inputButtonField button span {
        margin-bottom: 1px;
        vertical-align: top;
    }


/*CSS 2.0    CLASES GENERICAS*/

.alinearMedio input, .alinearMedio button, .alinearMedio label, .alinearMedio span {
    vertical-align: middle;
}

.underLine {
    border-bottom: 1px solid #999;
    margin-bottom: 2px;
}

.topLine {
    border-top: 1px solid #999;
    margin-top: 2px;
}

h1.topTitle, h2.topTitle, h3.topTitle, h4.topTitle, h5.topTitle, h6.topTitle, h7.topTitle {
    color: #156764;
}

label.label {
    color: #156764;
}

/*Flachas triangulares en css*/
.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}


table.sticky thead tr th, table.sticky thead tr td {
    position: sticky;
    top: 0;
}

/*newLayout*/
/*dialog*/

.ui-dialog.ui-widget {
    border-color: #004946;
}

    .ui-dialog.ui-widget .ui-dialog-titlebar {
        border-color: #004946;
    }

ul.ui-autocomplete {
    z-index: 1100;
    max-height: 250px;
    overflow: auto;
}

@media print {
    .hideToPrint {
        display: none;
    }
}

table.sticky thead tr th, table.sticky thead tr td {
    position: sticky;
    top: 0;
}

/*****************Nuevos cuadros de info***********************/

#floatInfoContainer {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 100000;
    height: auto;
}


    #floatInfoContainer .floatInfoItem {
        min-height: 20px;
        color: white;
        margin-bottom: 8px;
        padding: 3px 5px 3px 12px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin-left: auto;
        margin-right: auto;
    }

        #floatInfoContainer .floatInfoItem span.closeFloatInfoItem {
            cursor: pointer;
            font-weight: 600;
            font-size: x-large;
            padding: 0px 5px 6px 6px;
            line-height: 1px;
        }

        #floatInfoContainer .floatInfoItem.floatError {
            background-color: rgba(230, 0, 30, 0.8);
        }

        #floatInfoContainer .floatInfoItem.floatInfo {
            background-color: rgba(0, 73, 70, 0.8);
        }

        #floatInfoContainer .floatInfoItem span.floatInfoTextContent {
            padding-right: 12px;
            display: block;
        }

        #floatInfoContainer .floatInfoItem span.symbol {
            font-size: x-large;
            padding-right: 10px;
        }

@media screen and (max-width: 650px) {
    #floatInfoContainer .floatInfoItem {
        width: 95%;
    }

        #floatInfoContainer .floatInfoItem span.closeFloatInfoItem {
            font-size: large;
            padding-bottom: 3px;
            line-height: 1px;
        }

        #floatInfoContainer .floatInfoItem span.floatInfoTextContent {
            font-size: 0.9em;
        }

        #floatInfoContainer .floatInfoItem span.symbol {
            font-size: large;
            padding-right: 10px;
        }
}

@media screen and (min-width: 651px) and (max-width: 1366px) {
    #floatInfoContainer .floatInfoItem {
        width: 85%;
    }

        #floatInfoContainer .floatInfoItem span.floatInfoTextContent {
            font-size: 1.2em;
        }
}

@media screen and (min-width: 1367px) {
    #floatInfoContainer .floatInfoItem {
        width: 75%;
    }

        #floatInfoContainer .floatInfoItem span.floatInfoTextContent {
            font-size: 1.3em;
        }
}
