/*
 Definir los colores en variables
*/
:root{
    --mc_primary: #36aae0;
    --mc_primary_soft: aliceblue;
    --mc_primary_soft-text: unset;

    --mc_secondary: gray;
    --mc_secondary_soft: rgb(199, 197, 197);
    --mc_secondary_soft-text: white;

    --mc_gray: gray;
    --mc_danger: #ef233c;

    /* --mc_primary: red;
    --mc_primary_soft: rgb(255, 133, 133);
    --mc_primary_soft-text: white;
    --mc_gray: gray;
    --mc_danger: #ef233c; */
}
table > thead:nth-child(1) > tr
{
/*    color: #000040;
    background-color: #E9F1FB;*/
    color: rgb(255, 255, 255);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, var(--mc_primary) 5%, var(--mc_primary) 100%) !important;
}

table > tbody > tr td
{
/*    color: #000;*/
    text-align: center;
}

.form-aplication input:required, .form-aplication textarea:required, .form-aplication select:required, select:required + .select2-container > span.selection > span.select2-selection {
  border-left: 3px solid #E4605E;
}

tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

.disabled-select {
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.tcentrar{
  text-align: center;
}

.tjustificar{
  text-align: justify;
}

.tizquierda{
  text-align: left;
}

.tderecha{
  text-align: right;
}

#tablaDireccionTercero > tbody > tr > td {
   line-height:40px;
}

#tablaSoporteContable > tbody > tr > td{
    border-style: ridge;
    border-width: 1px;
}

#tablaPucConfiguracion > tbody > tr > td{
    border-style: ridge;
    border-width: 1px;
}

.input-info{
    padding: .375rem .73rem;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid gray;
    margin: unset;
    border-left: unset;
}


#main #workspace .form-aplication div.field.table .button-add-delete {
    text-align: right;
}
 .icono_doc_select {
    background: url('../imagenes/iconos/doc.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_docx_select {
    background: url('../imagenes/iconos/doc.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_generico_select {
    background: url('../imagenes/iconos/generico.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_csv_select {
    background: url('../imagenes/iconos/csv.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_txt_select {
    background: url('../imagenes/iconos/txt.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_rar_select {
    background: url('../imagenes/iconos/rar.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_zip_select {
    background: url('../imagenes/iconos/zip.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_gif_select {
    background: url('../imagenes/iconos/gif.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_bmp_select {
    background: url('../imagenes/iconos/bmp.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_png_select {
    background: url('../imagenes/iconos/png.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_jpg_select {
    background: url('../imagenes/iconos/jpg.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_jpeg_select {
    background: url('../imagenes/iconos/jpeg.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_pdf_select {
    background: url('../imagenes/iconos/pdf.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_xls_select {
    background: url('../imagenes/iconos/xls.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_xlsx_select {
    background: url('../imagenes/iconos/xls.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_ppt_select {
    background: url('../imagenes/iconos/ppt.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_pptx_select {
    background: url('../imagenes/iconos/ppt.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}

.icono_DOC_select {
    background: url('../imagenes/iconos/doc.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_DOCX_select {
    background: url('../imagenes/iconos/doc.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_GENERICO_select {
    background: url('../imagenes/iconos/generico.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_GENE_select {
    background: url('../imagenes/iconos/generico.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}

.icono_CSV_select {
    background: url('../imagenes/iconos/csv.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_TXT_select {
    background: url('../imagenes/iconos/txt.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_RAR_select {
    background: url('../imagenes/iconos/rar.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_ZIP_select {
    background: url('../imagenes/iconos/zip.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_GIF_select {
    background: url('../imagenes/iconos/gif.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_BMP_select {
    background: url('../imagenes/iconos/bmp.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_PNG_select {
    background: url('../imagenes/iconos/png.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_JPG_select {
    background: url('../imagenes/iconos/jpg.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_PDF_select {
    background: url('../imagenes/iconos/pdf.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_XLS_select {
    background: url('../imagenes/iconos/xls.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_XLSX_select {
    background: url('../imagenes/iconos/xls.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_PPT_select {
    background: url('../imagenes/iconos/ppt.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}
.icono_PPTX_select {
    background: url('../imagenes/iconos/ppt.png')no-repeat 00;
    background-color: Transparent;
    width: 100%;
    background-size: contain;
}

.fc-time {
    display:none;
}

    /*.icono_txt_bandeja {
        background-image: url("./imagenes/iconos/facebook.png");}
*/
.notifyjs-corner {

  margin-top: 65px !important;

}

.iconos_bandeja {
    width: 32px;
    height: 32px;
}

.botonCrear {
    margin-top: -30px !important;
    /*text-align: left !important;*/
    /*float: none !important;*/
}

h2 {
    /* display: inline-block;
    */text-align: left;
}

.chosen-disabled, input[readonly], textarea[readonly], select[readonly], input[disabled], textarea[disabled], select[disabled] {
    background-color: rgb(238, 238, 238);
}

.iconos_menu {
    /*vertical-align: -5px;*/
    margin-left: -0.7%;
    /*width: 15px;
    height: 20px;*/
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -8px;
}

.icono_pdf {
    width: 32px;
    height: 32px;
}

.label_menu {
    margin-left: 10px;
    text-align: left;
}

#actualizaRemitente {
margin-top: -15px !important;

}
#agregarRemitente {

    margin-top: -15px !important;
    margin-left: 5px;
}

.radicado {
    vertical-align: -8px;
    width: 24px;
    height: 24px;

}

.adjuntos{
    background: url('../imagenes/iconos/adjunto.png')no-repeat 00;
    background-color: Transparent;
}

.drop {
    /*background-color: #ededed;*/
    background: linear-gradient(to bottom, #EDEDED 54%, #FFFFFF 100%);
    border:1px dashed #565656;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#707070;
    display: inline-block;
    font-size: 20pt;
    font-weight: bold;
    margin: 5px 0;
    padding:25px;
    text-align:center;
    width: 50%;
    -webkit-user-select: none;
}

.drop.click {
    background: linear-gradient(to bottom, #FFFFFF 5%, #EDEDED 100%);
}

.visto {
    background-color:#D9EDF7 !important;
}
.no_visto {
    background-color:#DFEDD7 !important;
}
.select_file {
    width: 100%;
}

#main #workspace .form-aplication div.field.button input[type='button']  {
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    background-color: var(--mc_primary);
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    margin-left: 5%;
}
/*
.field img {
    vertical-align: bottom;
}
*/


/* Común de toda la aplicación */
html {
    height: 100%;
    font-size: 62.5%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(238, 238, 238);
    color: rgb(135, 135, 135);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

 .contentGeneral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

a {
    color: rgb(0, 163, 186);
    text-decoration: none;
}

 footer, .push {
    height: 60px;
    clear:both;
}

footer {
    position:fixed;
    left:0px;
    bottom:0px;
    background-color: rgb(24, 28, 34);
    color: rgb(255, 255, 255);
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 100%;
}

footer > div {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 0;
}

footer div figure, footer div span {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

footer div small, footer div span {
    font-size: 12px;
    font-size: 1.2rem;
}

footer figure img {/*Tener cuidado imagenes tamaño*/
    height: 60px;
    width: 100%;
}

footer div:first-child {
    text-align: left;
}

footer div:last-child {
    text-align: right;
}

footer div small, footer div figure img, footer div span {
    vertical-align: middle;
}

/* Login de la aplicación */
.container {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 400px;
    transform: translate(-50%, -50%);
}

.container header {
    border-bottom: 1px solid rgb(135, 135, 135);
    margin: 0 auto;
    width: 90%;
}

.container .form-start-session {
    margin: 0 auto;
    width: 90%;
}

.container header img {/*Tener cuidado imagenes tamaño*/
    /*width: 65%;*/
}

.container .field figure img {/*Tener cuidado imagenes tamaño*/
    width: 75%;
    height: 20%;
}

.container .field {
    margin: 10px 0;
    text-align: left;
    width: 100%;
    height: 45px;
}

.container .field figure, .container .field div, .container .field div label, .container .field div input {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.container .field figure img, .container .field div label, .container .field div input {
    vertical-align: middle;
}

.container .field div label, .container .field div input, .container .field.right a, .container header figure figcaption, .form-start-session input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
}

.container .field div {
    width: 80%;
}

.container .field div label, .container .field div input {
    width: 100%;
}

.container .field div label {
    margin-bottom: 5px;
}

.container .field div input {
    padding: 5px;
}

.container .field.right {
    text-align: right;
}

.form-start-session input[type="submit"] {
    background-color: var(--mc_primary);
    font-weight: bold;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    margin: 6px 0 6px 6px;
}

.btn-wrap2 span {
    text-align: center;
    display: inline-block;
    width: 50%;
    cursor: pointer;
    text-decoration: underline;
}

/* Cabecera de la aplicación */
#hMain {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(135, 135, 135);
    font-size: 0;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#hMain > div {
    display: inline-block;
    border-right: 1px solid rgb(135, 135, 135);
    width: 9%;
    height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

#hMain > div:first-child {
    width: 60%;
    border-right: none;
    cursor: default;
}

#hMain > div label, #hMain > div span {/*Letra label botones*/
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
}

#hMain > div div label {/*Letra label usuario, ip*/
    font-size: 15px;
    font-size: 1.5rem;
    cursor: default;
}

#hMain > div figure, #hMain > div div {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 100%;
}

#hMain > div figure {
    width: 20%;
    text-align: center;
    vertical-align: top;
}

#hMain > div div {
    width: 80%;
}

#hMain > div div label {
    width: 50%;
    height: 35px;
    margin-top: 25px;
    display: inline-block;
}

#hMain > div div label:first-child {
    text-align: center;
}

#hMain > div div label:last-child {
    text-align: right;
}

#hMain div.optGroup {
    display: none;
}

#hMain div.optDescriptivo img, #hMain div#divNoti img, #hMain div.optGroup img {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}

#hMain div.optDescriptivo label, #hMain div#divNoti span, #hMain div.optGroup label {
    display: block;
    margin-top: 5px;
    text-align: center;
}

#hMain div.optDescriptivo img, #hMain div#divNotiVehiculo img, #hMain div.optGroup img {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}

#hMain div.optDescriptivo label, #hMain div#divNotiVehiculo span, #hMain div.optGroup label {
    display: block;
    margin-top: 5px;
    text-align: center;
}

#hMain div#divNoti span {
    background-color: rgba(255, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    width: 18px;
    margin: 0 auto;
}

#hMain div#divNotiVehiculo span {
    background-color: rgba(255, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    width: 18px;
    margin: 0 auto;
}

#hMain img {/*Tener cuidado imagenes tamaño*/
    /*width: 35%;*/
}

#hMain figure img {/*Tener cuidado imagenes tamaño*/
    /*width: 70%;*/
}

/* Menu de la aplicación */
#nMain {
    border-bottom: 1px solid rgb(135, 135, 135);
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
    height: 50px;
    width: 90%;
    font-size: 0;
}

#nMain ul, #nMain ul li, #nMain ul li div {
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
}

#nMain ul li {
    background-color: rgb(255, 255, 255);
    display: inline-block;
    height: 80%;
    width: 150px;
    border: 1px solid rgb(135, 135, 135);
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

#nMain ul li img, #nMain ul li label {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

#nMain ul li img {
    margin: 0;
    padding: 0;
    font-size: 0;
    border-right: 1px solid rgb(135, 135, 135);
}

#nMain ul li label {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    width: 70%;
}

#nMain ul li div.selected {
    background-color: rgb(24, 28, 34);
}

#nMain ul li div.selected label {
    color: rgb(255, 255, 255);
}

/* Menu de la aplicación agrupado */
#optGroup, #optGroup ul, #optGroup ul li, #optGroup ul li div {
    margin: 0;
    padding: 0px;
    font-size: 0;
    height: 100%;
   background-color: rgb(255, 255, 255);
}

#optGroup ul li ul div {
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) !important;
    border: 0px solid rgb(255, 255, 255) !important;
}

#optGroup ul li div.selected {
    background-color: rgb(24, 28, 34);
}

#optGroup ul li div.selected label {
  color: rgb(255, 255, 255);
}

#optGroup ul li ul div.selected {
  /*background-color: var(--mc_primary);*/
  background: linear-gradient(to right, var(--mc_primary) 0%, var(--mc_primary) 100%) !important;
}

#optGroup ul li {
    cursor: pointer;
    border: 1px solid rgb(238, 238, 238);
}

#optGroup ul li div {
    padding: 10px 0;
}

#optGroup ul li div img {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 3px;
}

#optGroup ul li div label {
    cursor: pointer;
    color: rgb(24, 28, 34);
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: bottom;
    margin-left: 40px;
}

#optGroup ul li ul {
    display: none;
}

#optGroup {
    display: none;
}

/* Parte del contenido (solo el contenedor) y menu lateral de la aplicación */
#main {
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

#main #sNMain, #main #workspace {
    display: inline-block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    font-size: 0;
    height: 100%;
}

#main #sNMain {
    width: 20%;
    vertical-align: top;
}

#main #workspace {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 12px rgb(135, 135, 135);
    width: 75%;
    position: absolute;
    height: calc(100% - 200px);
    /*min-height: 200px;*/
    overflow-y: scroll;
}

#main #sNMain ul, #main #sNMain ul li, #main #sNMain ul li div {
    margin: 0;
    padding: 0;
    font-size: 0;
}

#main #sNMain ul {
    margin: 0 auto;
    /*width: 60%;*/
    width: 75%;
}

#main #sNMain ul li ul {
    width: 100%;
    height: 100%;
    /*
    margin-top: 2%;
        margin-bottom: 2%;
        */
}

#main #sNMain ul li {
    margin-top: 10px;
    cursor: pointer;
}

#main #sNMain ul li ul li {
    margin: 0;
    cursor: pointer;
}

#main #sNMain ul li div {
    cursor: pointer;
    /*margin-left: 10px;*/
    padding: 10px;
    text-align: left;
    border: 1px solid rgb(204, 204, 204);
    background-color:white;
    /* border-radius: 5px; */
    /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) !important; */
}

#main #sNMain ul li div.selected {
    background-color:black;
    /* color: gray; */
    /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 100%) !important; */
}

#main #sNMain ul li ul div {
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) !important;
    border: 0px solid rgb(255, 255, 255) !important;
    border-radius: 0px !important;
}

#main #sNMain ul li label {
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-block;
    width: 90%;
}

#main #sNMain ul li div.selected label {
    color: rgb(255, 255, 255);
}

#main #sNMain ul li ul div.selected {
    background: linear-gradient(to right, var(--mc_primary) 0%, var(--mc_primary) 100%) !important;
}

#main #sNMain ul li ul li ul div.selected {
    background: linear-gradient(to right, var(--mc_primary) 0%, var(--mc_primary) 100%) !important;
}

#sNMain ul li ul {
   display: none;
}

#main #welcome {
    text-align: center;
}

#main #welcome img {/*Tener cuidado imagenes tamaño*/
    /*width: 50%;*/
    width: 90%;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#main #welcome span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}

#main #welcome label {
    color: rgb(135, 135, 135);
    font-weight: bold;
    display: block;
    font-size: 30px;
    font-size: 3.0rem;
}

.testtile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* La flecha */
.triangulo_inf {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid rgb(135, 135, 135);
    display: inline-block;
    height: 0;
    margin-left: 5%;
    width: 0;
}

.triangulo_sup {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid rgb(255, 255, 255);
    display: inline-block;
    height: 0;
    margin-left: 5%;
    width: 0;
}

/* Mensaje */
#mensaje {
    font-size: 14px;
    font-size: 1.4rem;
    color: rgb(255, 0, 0);
}

/* Cargando */
.loading {
    font-size: 10px;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 999;
    border-top: 1.1em solid rgba(0, 163, 186, 0.3);
    border-right: 1.1em solid rgba(0, 163, 186, 0.3);
    border-bottom: 1.1em solid rgba(0, 163, 186, 0.3);
    border-left: 1.1em solid rgb(255, 255, 255);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loading, .loading:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Formularios de la aplicación */
#main #workspace header {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    margin-top: 30px;
}

#main #workspace header .informacionFormulario, #main #workspace header .herramientaFormulario {
    display: inline-block;
}

#main #workspace header .informacionFormulario {
    vertical-align: top;
    width: 60%;
}

#main #workspace header .herramientaFormulario {
    text-align: right;
    width: 40%;
}

#main #workspace header .herramientaFormulario img {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1%;
    cursor: pointer;
    margin-left: 10px;
}

#main #workspace header h1 {
    color: rgb(24, 28, 34);
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-size: 2.0rem;
}

#main #workspace header label {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

#main #workspace .form-aplication {
    width: 95%;
    margin: 20px auto;
    padding: 0;
    font-size: 0;
}

#main #workspace .form-aplication fieldset {
    margin: 0;
    padding: 10px 0;
    font-size: 0;
    width: 100%;
    border: none;
    border-top: 1px solid rgb(135, 135, 135);
}

#main #workspace .form-aplication legend {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    padding: 0 15px;
}

#main #workspace .form-aplication div.field {
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-top: 20px;
}

#main #workspace .form-aplication div.field label {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

#main #workspace .form-aplication div.field.select .select2 {
    font-size: 14px !important;
}

/* Color Gris en los textos de resultado del Select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: rgba(68, 68, 68, 0.73);
    line-height: 28px;
}

#main #workspace .form-aplication div.field input, #main #workspace .form-aplication div.field textarea, #main #workspace .form-aplication div.field.file, #main #workspace .form-aplication div.field select, #main #workspace .form-aplication div.field.table {
    font-size: 14px;
    font-size: 1.4rem;
}

#main #workspace .form-aplication div.field.textarea, #main #workspace .form-aplication div.field.file, #main #workspace .form-aplication div.field.table, #main #workspace .form-aplication div.field.radio_label, #main #workspace .form-aplication div.field.checkbox_label {
    display: block;
    width: 95%;
    margin-left: 2%;
}

#main #workspace .form-aplication div.field.text, #main #workspace .form-aplication div.field.select {
    display: inline-block;
    width: 45%;
    margin-left: 2%;
    position: relative;
    vertical-align: middle;
}

#main #workspace .form-aplication div.field.textarea textarea {
    width: 100%;
    height: 120px;
    resize: vertical;
}

#main #workspace .form-aplication div.field.text input[type='number'], #main #workspace .form-aplication div.field.text input[type='text'], #main #workspace .form-aplication div.field.select select {
    display: block;
    width: 100%;
    height: 20px;
}

#main #workspace .form-aplication div.field.button {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    float: right;
    text-align: right;
}

#main #workspace .form-aplication div.field.radio, #main #workspace .form-aplication div.field.checkbox {
    display: inline-block;
    width: 10%;
    margin-left: 2%;
    position: relative;
    vertical-align: middle;
}

#main #workspace .form-aplication div.field.radio input, #main #workspace .form-aplication div.field.checkbox input {
    margin-left: 10%;
}

#main #workspace .form-aplication div.field.button input[type='submit'] {
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    background-color: var(--mc_primary);
    border: none;
    border-radius: 5px;
    margin: 10px 0;
}

#main #workspace .form-aplication div.radio_option, #main #workspace .form-aplication div.checkbox_option {
    margin-left: 2%;
    width: 100%;
}

#main #workspace .form-aplication div.radio_option div.field.option {
    display: inline-block;
    width: 10%;
}

#main #workspace .form-aplication div.checkbox_option div.field.option {
    display: inline-block;
    width: 30%;
}

#main #workspace .form-aplication .table_report tr th, #main #workspace .form-aplication .table_report tr td {
    padding: 5px;
}

/*
#main #workspace .form-aplication :required {
    border: 1px solid rgb(255, 0, 0);
}

#main #workspace .form-aplication :valid {
    border: 1px solid rgb(0, 255, 0);
}

#main #workspace .form-aplication :optional {
    border: 1px solid rgb(135, 135, 135);
}
*/
.contenedorBusqueda {
    font-size: 14px;
    font-size: 1.4rem;
    width: 95%;
    margin: 0 auto;
}

.dataTables_wrapper {
    font-size: 12px;
    font-size: 1.2rem;
}

#main #workspace .button-add-delete {
    text-align: right;
}

#main #workspace .contenedorBusqueda .button-add-delete button {
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    background-color: var(--mc_primary);
    border: none;
    border-radius: 5px;
    margin: 10px 5px;
    float: right;
    text-align: right;
}

/*
para que los iconos de font-awesome tome estilos base de la aplicación
*/
.fasome{
    font-size: 25px;
    color: var(--mc_primary);
    font-weight: bolder;
}

.not-allowed{
    cursor: not-allowed;
}

/*
estilos para las etiquetas de estados
en la etiqueta html cambiar background-color si es necesario
*/
.tag-info{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: whitesmoke;
    background-color: #007bff;
    padding: 5px 6px;
    border: 1px solid whitesmoke;
    border-radius: 5px;
}
/*
Estilos para modal de rubros
*/
.element{
    width:400px;
    margin-top:12px;
}
.contentPres{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/*
estilos para mostrar leyendas de iconos con puntos sin usar imágenes
*/
.legends{
    font-size: 14px;
    /* width: 90%; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.legend-item{
    display: flex;
    margin-left: 15px;
    color:black;
}

.legend-item span{
    margin-left: 5px;
}

.legend-dot{
    background: green;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}
/*
fin estilos leyendas de iconos puntos
*/

/**
* spinner de font awesome más rápido
*/
.fa-spin-faster{
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 0.5s infinite linear;
}

/**
* spinner de font awesome más rápido que faster
*/
.fa-spin-fastest{
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 0.25s infinite linear;
}

/**
* estilos para botón de acción en los cuadros de diálogo de jquery msg
* normalmente estos no son botones sino que etiquetas span
*/
.boton-msg {
    cursor: pointer;
    background-color: var(--mc_primary);
    color: white;
    padding: 8px 13px;
    border-radius: 5px;
    font-weight: bold;
}

/*
* Configurar la opacidad de las alertas de notify
*/
.notifyjs-corner {
    opacity: 1!important;
}

.buttons-container {
    display: flex;
    flex-direction:row-reverse;
    margin-top: 10px;
}

.buttons-container_items {
    display: flex;
    justify-content: space-between;
}

.button-add {
    color: white;
    min-width:150px;
    background-color: green;
    border-radius: 5px;
    border: 2px solid #055305;
}

.button-default {
    color: white;
    min-width:150px;
    border: 2px solid rgb(10, 127, 183);
    background-color: rgb(54, 169, 224);
    border-radius: 5px;
    padding: 3px;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.w-100{
    width: 100%;
}

.w-75{
    width: 50%;
}

.w-50{
    width: 50%;
}

.w-25{
    width: 25%;
}

.w-10{
    width: 10%;
}

.w-5{
    width: 5%;
}

/************************ RESPONSIVE DESIGN ************************/
/* Para el alto de 480px para abajo */
@media only screen
and (max-height:480px) {

    footer {
        margin-top: 20px;
    }

    /* El container deja de ser absolute */
    .container {
        position: inherit;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 0 auto;
    }

    /* El workspace deja de ser absolute */
    #main #workspace {
        position: inherit;
    }

}

/* Smartphones (portrait and landscape) medida estándar */
@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {
}

/* Smartphones (landscape) de 321px de ancho para arriba */
@media only screen
and (min-width:321px) {

/*
    #optGroup ul li {
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(135,135,135,1) 5.49999999%, rgba(255,255,255,1) 5.5%, rgba(255,255,255,1) 100%)! important;
    }

    #optGroup ul li div.selected {
        background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 5%, rgba(135,135,135,1) 5.49999999%, rgba(24,28,34,1) 5.5%, rgba(24,28,34,1) 100%) !important;
    }
*/

    body {
        background-color: rgb(255, 255, 255);
    }

    .container {
        background-color: rgb(238, 238, 238);
        width: 310px;
    }

    footer {
        height: 60px;
    }

    footer > div {
        width: 100%;
    }

    footer div span {
        display: none;
    }

    footer div small {
        font-size: 10px;
        font-size: 1.0rem;
    }

    footer div figure {
        display: block;
    }

    footer figure img {/*Tener cuidado imagenes tamaño*/
        height: 50px;
        width: 40%;
    }

    footer div:first-child {
        text-align: center;
    }

    footer div:last-child {
        text-align: center;
    }

    .container .field div {
        width: 75%;
    }

    .container .field div label, .container .field div input, .container .field.right a, .container header figure figcaption, .form-start-session input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .container header img {/*Tener cuidado imagenes tamaño*/
        /*width: 50%;*/
    }

    .container .field figure img {/*Tener cuidado imagenes tamaño*/
        width: 60%;
    }

    .container .field {
        margin: 10px 0;
    }

    .form-start-session input[type="submit"] {
        padding: 5px 10px;
        margin: 6px 0 6px 6px;
    }

    /* Mensaje */
    #mensaje {
        font-size: 12px;
        font-size: 1.2rem;
    }

    /* Cabecera de la aplicación */
    #hMain {
        background-color: rgb(238, 238, 238);
    }

    #hMain div.optDescriptivo {
        display: none;
    }

    #hMain div.optGroup {
        display: inline-block;
    }

    #hMain > div {
        width: 13%;
    }

    #hMain > div:first-child {
        width: 70%;
    }

    #hMain > div label, #hMain > div span {/*Letra label botones*/
        font-size: 12px;
        font-size: 1.2rem;
    }

    #hMain > div div label {/*Letra label usuario, ip*/
        font-size: 13px;
        font-size: 1.3rem;
    }

    #hMain > div figure {
        vertical-align: top;
        width: 40%;
    }

    #hMain > div div {
        width: 60%;
    }

    #hMain > div div label {
        display: block;
        width: 100%;
        height: 20px;
        margin-top: 10px;
    }

    #hMain > div div label:first-child, #hMain > div div label:last-child {
        text-align: center;
    }

    #hMain img {/*Tener cuidado imagenes tamaño*/
        /*width: 50%;*/
    }

    /* Menu de la aplicación */
    #nMain {
        display: none;
    }

    #optGroup {
        display: none;
    }

    #optGroup ul li div label {
        font-size: 12px;
        font-size: 1.2rem;
    }

    /* Parte del contenido (solo el contenedor) y menu lateral de la aplicación */
    #main #sNMain {
        display: none;
    }

    #main #workspace {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        height: calc(100% - 130px);
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 0 rgb(255, 255, 255);
    }

    #main #welcome img {/*Tener cuidado imagenes tamaño*/
        /*width: 80%;*/
    }

    #main #welcome span {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #main #welcome label {
        /*font-size: 16px;
        font-size: 1.6rem;*/
    }

    /* Formularios de la aplicación */
    #main #workspace .form-aplication div.field label {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #main #workspace .form-aplication div.field input, #main #workspace .form-aplication div.field textarea, #main #workspace .form-aplication div.field.file, #main #workspace .form-aplication div.field select, #main #workspace .form-aplication div.field.table {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #main #workspace .form-aplication div.field.text, #main #workspace .form-aplication div.field.select {
        display: block;
        width: 95%;
    }

    .contenedorBusqueda {
        font-size: 12px;
        font-size: 1.2rem;
    }

}

/* Smartphones (portrait) de 320px de ancho para abajo */
@media only screen
and (max-width:320px) {
/*
    #optGroup ul li {
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(135,135,135,1) 11%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 100%)! important;
    }

    #optGroup ul li div.selected {
        background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 11%, rgba(135,135,135,1) 11%, rgba(24,28,34,1) 12%, rgba(24,28,34,1) 100%) !important;
    }
*/
    body {
        background-color: rgb(255, 255, 255);
    }

    .container {
        background-color: rgb(238, 238, 238);
        width: 100%;
    }

    footer {
        height: 60px;
    }

    footer > div {
        width: 100%;
    }

    footer div span {
        display: none;
    }

    footer div small {
        font-size: 9px;
        font-size: 0.9rem;
    }

    footer div figure {
        display: block;
    }

    footer figure img {/*Tener cuidado imagenes tamaño*/
        height: 50px;
        width: 60%;
    }

    footer div:first-child {
        text-align: center;
    }

    footer div:last-child {
        text-align: center;
    }

    .container .field div {
        width: 70%;
    }

    .container .field div label, .container .field div input, .container .field.right a, .container header figure figcaption, .form-start-session input[type="submit"] {
        font-size: 11px;
        font-size: 1.1rem;
    }

    .container header img {/*Tener cuidado imagenes tamaño*/
        /*width: 50%;*/
    }

    .container .field figure img {/*Tener cuidado imagenes tamaño*/
        width: 60%;
    }

    .container .field {
        margin: 5px 0;
    }

    .form-start-session input[type="submit"] {
        padding: 5px 10px;
        margin: 6px 0 6px 6px;
    }

    /* Mensaje */
    #mensaje {
        font-size: 11px;
        font-size: 1.1rem;
    }

    /* Cabecera de la aplicación */
    #hMain {
        background-color: rgb(238, 238, 238);
    }

    #hMain div.optDescriptivo {
        display: none;
    }

    #hMain div.optGroup {
        display: inline-block;
    }

    #hMain > div {
        width: 13%;
    }

    #hMain > div:first-child {
        width: 70%;
    }

    #hMain > div label, #hMain > div span {/*Letra label botones*/
        font-size: 11px;
        font-size: 1.1rem;
    }

    #hMain > div div label {/*Letra label usuario, ip*/
        font-size: 12px;
        font-size: 1.2rem;
    }

    #hMain > div figure {
        vertical-align: top;
        width: 30%;
    }

    #hMain > div div {
        width: 70%;
    }

    #hMain > div div label {
        display: block;
        width: 100%;
        height: 20px;
        margin-top: 10px;
    }

    #hMain > div div label:first-child, #hMain > div div label:last-child {
        text-align: center;
    }

    #hMain img {/*Tener cuidado imagenes tamaño*/
        width: 70%;
    }

    /* Menu de la aplicación */
    #nMain {
        display: none;
    }

    #optGroup {
        display: none;
    }

    #optGroup ul li div label {
        font-size: 11px;
        font-size: 1.1rem;
    }

    /* Parte del contenido (solo el contenedor) y menu lateral de la aplicación */
    #main #sNMain {
        display: none;
    }

    #main #workspace {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        height: calc(100% - 130px);
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 0 rgb(255, 255, 255);
    }

    #main #welcome img {/*Tener cuidado imagenes tamaño*/
        /*width: 80%;*/
    }

    #main #welcome span {
        font-size: 11px;
        font-size: 1.1rem;
    }

    #main #welcome label {
        /*font-size: 15px;
        font-size: 1.5rem;*/
    }

    /* Formularios de la aplicación */
    #main #workspace .form-aplication div.field label {
        font-size: 11px;
        font-size: 1.1rem;
    }

    #main #workspace .form-aplication div.field input, #main #workspace .form-aplication div.field textarea, #main #workspace .form-aplication div.field.file, #main #workspace .form-aplication div.field select, #main #workspace .form-aplication div.field.table {
        font-size: 11px;
        font-size: 1.1rem;
    }

    #main #workspace .form-aplication div.field.text, #main #workspace .form-aplication div.field.select {
        display: block;
        width: 95%;
    }

    .contenedorBusqueda {
        font-size: 11px;
        font-size: 1.1rem;
    }

}

/* IPads (portrait and landscape) medida estándar */
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px) {
}

/* IPads (landscape) medida estándar */
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:landscape) {
}

/* IPads (portrait) medida estándar */
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:portrait) {
}

/* Tablet de 768px de ancho para arriba */
@media only screen
and (min-width:768px) {

    body {
        background-color: rgb(238, 238, 238);
    }

    .container {
        background-color: rgb(255, 255, 255);
        width: 400px;
    }

    footer {
        height: 60px;
    }

    footer > div {
        width: 50%;
    }

    footer div span {
        display: inline-block;
    }

    footer div small, footer div span {
        font-size: 11px;
        font-size: 1.1rem;
    }

    footer div figure {
        display: inline-block;
    }

    footer figure img {/*Tener cuidado imagenes tamaño*/
        height: 60px;
        width: 100%;
    }

    footer div:first-child {
        text-align: left;
    }

    footer div:last-child {
        text-align: right;
    }

    .container .field div {
        width: 80%;
    }

    .container .field div label, .container .field div input, .container .field.right a, .container header figure figcaption, .form-start-session input[type="submit"] {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .container header img {/*Tener cuidado imagenes tamaño*/
        /*width: 50%;*/
    }

    .container .field figure img {/*Tener cuidado imagenes tamaño*/
        width: 60%;
    }

    .container .field {
        margin: 10px 0;
    }

    .form-start-session input[type="submit"] {
        padding: 5px 10px;
        margin: 6px 0 6px 6px;
    }

    /* Mensaje */
    #mensaje {
        font-size: 13px;
        font-size: 1.3rem;
    }

    /* Cabecera de la aplicación */
    #hMain {
        background-color: rgb(255, 255, 255);
    }

    #hMain div.optDescriptivo {
        display: inline-block;
    }

    #hMain div.optGroup {
        display: none;
    }

    #hMain > div {
        width: 13%;
    }

    #hMain > div:first-child {
        width: 45%;
    }

    #hMain > div label, #hMain > div span {/*Letra label botones*/
        font-size: 13px;
        font-size: 1.3rem;
    }

    #hMain > div div label {/*Letra label usuario, ip*/
        font-size: 14px;
        font-size: 1.4rem;
    }

    #hMain > div figure {
        vertical-align: top;
        width: 30%;
    }

    #hMain > div div {
        width: 70%;
    }

    #hMain > div div label {
        width: 50%;
        height: 35px;
        margin-top: 25px;
        display: inline-block;
    }

    #hMain > div div label:first-child {
        text-align: center;
    }

    #hMain > div div label:last-child {
        text-align: right;
    }

    #hMain img {/*Tener cuidado imagenes tamaño*/
        /*width: 35%;*/
    }

    #hMain figure img {/*Tener cuidado imagenes tamaño*/
        /*width: 70%;*/
    }

    /* Menu de la aplicación */
    #nMain {
        display: block;
    }

    #optGroup {
        display: none;
    }

    #nMain ul li label {
        width: 68%;
        font-size: 13px;
        font-size: 1.3rem;
    }

    #nMain ul li {
        width: 133px;
        margin-left: 3px;
    }

    /* Parte del contenido (solo el contenedor) y menu lateral de la aplicación */
    #main #sNMain {
        display: inline-block;
        width: 20%;
        margin: 0;
        margin-top: 10px;
    }

    #main #sNMain ul li label {
        font-size: 13px;
        font-size: 1.3rem;
    }

    #main #workspace {
        display: inline-block;
        width: 75%;
        margin: 0;
        margin-top: 10px;
        height: calc(100% - 200px);
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 12px rgb(135, 135, 135);
    }

    #main #welcome img {/*Tener cuidado imagenes tamaño*/
        /*width: 50%;*/
    }

    #main #welcome span {
        font-size: 13px;
        font-size: 1.3rem;
    }

    #main #welcome label {
        /*font-size: 17px;
        font-size: 1.7rem;*/
    }

    /* Formularios de la aplicación */
    #main #workspace .form-aplication div.field label {
        font-size: 13px;
        font-size: 1.3rem;
    }

    #main #workspace .form-aplication div.field input, #main #workspace .form-aplication div.field textarea, #main #workspace .form-aplication div.field.file, #main #workspace .form-aplication div.field select, #main #workspace .form-aplication div.field.table {
        font-size: 13px;
        font-size: 1.3rem;
    }

    #main #workspace .form-aplication div.field.text, #main #workspace .form-aplication div.field.select {
        display: inline-block;
        width: 45%;
    }

    .contenedorBusqueda {
        font-size: 13px;
        font-size: 1.3rem;
    }

}

/* Escritorio y Portatil de 1224px de ancho para arriba */
@media only screen
and (min-width:1224px) {



    body {
        background-color: rgb(238, 238, 238);
    }

    .container {
        background-color: rgb(255, 255, 255);
        width: 400px;
    }

    footer {
        height: 60px;
    }

    footer > div {
        width: 50%;
    }

    footer div span {
        display: inline-block;
    }

    footer div small, footer div span {
        font-size: 12px;
        font-size: 1.2rem;
    }

    footer div figure {
        display: inline-block;
    }

    footer figure img {/*Tener cuidado imagenes tamaño*/
        height: 60px;
        width: 100%;
    }

    footer div:first-child {
        text-align: left;
    }

    footer div:last-child {
        text-align: right;
    }

    .container .field div {
        width: 80%;
    }

    .container .field div label, .container .field div input, .container .field.right a, .container header figure figcaption, .form-start-session input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .container header img {/*Tener cuidado imagenes tamaño*/
        /*width: 65%;*/
    }

    .container .field figure img {/*Tener cuidado imagenes tamaño*/
        width: 75%;
    }

    .container .field {
        margin: 10px 0;
    }

    .form-start-session input[type="submit"] {
        padding: 5px 10px;
        margin: 6px 0 6px 6px;
    }

    /* Mensaje */
    #mensaje {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /* Cabecera de la aplicación */
    #hMain {
        background-color: rgb(255, 255, 255);
    }

    #hMain div.optDescriptivo {
        display: inline-block;
    }

    #hMain div.optGroup {
        display: none;
    }

    #hMain > div {
        width: 9%;
    }

    #hMain > div:first-child {
        width: 60%;
    }

    #hMain > div label, #hMain > div span {/*Letra label botones*/
        font-size: 14px;
        font-size: 1.4rem;
    }

    #hMain > div div label {/*Letra label usuario, ip*/
        font-size: 15px;
        font-size: 1.5rem;
    }

    #hMain > div figure {
        vertical-align: top;
        width: 20%;
    }

    #hMain > div div {
        width: 80%;
    }

    #hMain > div div label {
        width: 50%;
        height: 35px;
        margin-top: 25px;
        display: inline-block;
    }

    #hMain > div div label:first-child {
        text-align: center;
    }

    #hMain > div div label:last-child {
        text-align: right;
    }

    #hMain img {/*Tener cuidado imagenes tamaño*/
        /*width: 35%;*/
    }

    #hMain figure img {/*Tener cuidado imagenes tamaño*/
        /*width: 70%;*/
    }

    /* Menu de la aplicación */
    #nMain {
        display: block;
    }

    #optGroup {
        display: none !important;
    }

    #nMain ul li label {
        width: 70%;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #nMain ul li {
        width: 150px;
        margin-left: 10px;
    }

    /* Parte del contenido (solo el contenedor) y menu lateral de la aplicación */
    #main #sNMain {
        display: inline-block;
        width: 20%;
        margin: 0;
        margin-top: 10px;
    }

    #main #sNMain ul li label {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #main #workspace {
        display: inline-block !important;
        width: 75%;
        margin: 0;
        margin-top: 10px;
        height: calc(100% - 200px);
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 12px rgb(135, 135, 135);
    }

    #main #welcome img {/*Tener cuidado imagenes tamaño*/
        /*width: 50%;*/
    }

    #main #welcome span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #main #welcome label {
        /*font-size: 18px;
        font-size: 1.8rem;*/
    }

    /* Formularios de la aplicación */
    #main #workspace .form-aplication div.field label {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #main #workspace .form-aplication div.field input, #main #workspace .form-aplication div.field textarea, #main #workspace .form-aplication div.field.file, #main #workspace .form-aplication div.field select, #main #workspace .form-aplication div.field.table {
        font-size: 14px;
        font-size: 1.4rem;
    }

    #main #workspace .form-aplication div.field.text, #main #workspace .form-aplication div.field.select {
        display: inline-block;
        width: 45%;
    }

    .contenedorBusqueda {
        font-size: 14px;
        font-size: 1.4rem;
    }

}
    .no_visto{
    background-color: #DFEDD7 !important;
    }

    .visto{
    background-color: #D9EDF7 !important;
    }

/* Pantallas Grandes */
@media only screen
and (min-width:1824px) {

}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1px) and (max-width: 767px) {
    .configuracion {
        display: block !important;
    }
    .menu-encabezado {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 3837px) {
    .configuracion {
        display: none;
    }
    .menu-encabezado {
        display: none !important;
    }
    #optGroup {
        display: none !important;
    }
    #main #workspace {
        display: inline-block !important;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .chart-container {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 20px;
        background: whitesmoke;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .chart-container {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 20px;
        background: whitesmoke;
    }
}

@media (min-width: 1025px) and (max-width: 2048px) {
    .chart-container {
        display: inline-block;
        width: 47%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        background: whitesmoke;
    }
}

@media (min-width: 2049px) and (max-width: 2937px) {
    .chart-container {
        display: inline-block;
        width: 47%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        background: whitesmoke;
    }
}

@media (min-width: 768px) and (max-width: 837px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(135,135,135,1) 31%, rgba(135,135,135,1) 31%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%)!important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 31%, rgba(135,135,135,1) 31%, rgba(135,135,135,1) 31%, rgba(24,28,34,1) 32%, rgba(24,28,34,1) 100%) !important; */
    }
}

@media (min-width: 838px) and (max-width: 907px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 28%, rgba(135,135,135,1) 28%,rgba(135,135,135,1) 28%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 28%, rgba(135,135,135,1) 28%, rgba(135,135,135,1) 28%, rgba(24,28,34,1) 29%, rgba(24,28,34,1) 100%) !important; */
    }
}


@media (min-width: 908px) and (max-width: 977px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(135,135,135,1) 25%,rgba(135,135,135,1) 25%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 25%, rgba(135,135,135,1) 25%, rgba(135,135,135,1) 25%, rgba(24,28,34,1) 26%, rgba(24,28,34,1) 100%) !important; */
    }
}

@media (min-width: 978px) and (max-width: 1117px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(135,135,135,1) 22%,rgba(135,135,135,1) 22%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 22%, rgba(135,135,135,1) 22%, rgba(135,135,135,1) 22%, rgba(24,28,34,1) 23%, rgba(24,28,34,1) 100%) !important; */
    }
}

@media (min-width: 1118px) and (max-width: 1257px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 19%, rgba(135,135,135,1) 19%,rgba(135,135,135,1) 19%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 19%, rgba(135,135,135,1) 19%, rgba(135,135,135,1) 19%, rgba(24,28,34,1) 20%, rgba(24,28,34,1) 100%) !important; */
    }
}

@media (min-width: 1258px) and (max-width: 1497px) {
    #main #sNMain ul li div {
        background-color: white;
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(135,135,135,1) 16%,rgba(135,135,135,1) 16%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 16%, rgba(135,135,135,1) 16%, rgba(135,135,135,1) 16%, rgba(24,28,34,1) 17%, rgba(24,28,34,1) 100%) !important; */
    }
}

@media (min-width: 1498px) and (max-width: 1737px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 13%, rgba(135,135,135,1) 13%,rgba(135,135,135,1) 13%, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 13%, rgba(135,135,135,1) 13%, rgba(135,135,135,1) 13%, rgba(24,28,34,1) 14%, rgba(24,28,34,1) 100%) !important; */
    }
}

@media (min-width: 1738px) and (max-width: 1967px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(135,135,135,1) 11%,rgba(135,135,135,1) 11%, rgba(255,255,255,1) 12%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 11%, rgba(135,135,135,1) 11%, rgba(135,135,135,1) 11%, rgba(24,28,34,1) 12%, rgba(24,28,34,1) 100%) !important; */
    }
    .iconos_menu {
        margin-left: -0.6% !important;
    }
}

@media (min-width: 1968px) and (max-width: 2157px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(135,135,135,1) 9%,rgba(135,135,135,1) 9%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 9%, rgba(135,135,135,1) 9%, rgba(135,135,135,1) 9%, rgba(24,28,34,1) 10%, rgba(24,28,34,1) 100%) !important; */
    }
    .iconos_menu {
        margin-left: -0.5% !important;
    }
}

@media (min-width: 2158px) and (max-width: 2547px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8.7%, rgba(135,135,135,1) 8.7%,rgba(135,135,135,1) 8.7%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 8.7%, rgba(135,135,135,1) 8.7%, rgba(135,135,135,1) 8.7%, rgba(24,28,34,1) 9%, rgba(24,28,34,1) 100%) !important; */
    }
    .iconos_menu {
        margin-left: -0.5% !important;
    }
}

@media (min-width: 2548px) and (max-width: 2937px) {
    #main #sNMain ul li div {
        /* background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8.4%, rgba(135,135,135,1) 8.4%,rgba(135,135,135,1) 8.4%, rgba(255,255,255,1) 8.7%, rgba(255,255,255,1) 100%) !important; */
    }

    #main #sNMain ul li div.selected {
        /* background: linear-gradient(to right, rgba(24,28,34,1) 0%, rgba(24,28,34,1) 8.4%, rgba(135,135,135,1) 8.4%, rgba(135,135,135,1) 8.4%, rgba(24,28,34,1) 8.7%, rgba(24,28,34,1) 100%) !important; */
    }
    .iconos_menu {
        margin-left: -0.45% !important;
    }
}

.mensaje_alerta {
    font-size: 14px !important;
    padding: 10px !important;
    color: white; text-align:
    center;background: RGB(194, 46, 79);
    width: 300px;
    float: right;
    margin-bottom: 5px;
}

#main #workspace .contenedorBusqueda .button-new button {
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    background-color: var(--mc_primary);
    border: none;
    border-radius: 5px;
    margin: 10px 5px;
    float: right;
    text-align: right;
}