﻿* {
    margin: 0;
}

label {
    font-weight: normal;
}

body, form, html {
    height: 100%;
    background-color: #eff2f5;
}

[name="aspnetForm"] {
    height: 100%;
}

.wrapper {
    display: inline-block;
    background-color: #F7F7F7;
}

.content-wrapper {
    background-color: #F7F7F7;
}

.padding_form {
    padding: 0 25px;
}

footer.footerLogo {
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: right;
    width: auto;
    font-weight: bold;
}

.close {
    color: #fff;
    opacity: .8;
}

.btn-info, .btn-info:focus {
    background-color: #25354F;
    border-color: #25354F;
}

    .btn-info:hover {
        background-color: #ACB4C9;
        border-color: #ACB4C9;
    }

.sidebar > .nav > li > a {
    color: #25354F;
}

    .sidebar > .nav > li > a:hover {
        color: #ACB4C9;
        background-color: transparent;
        font-weight: bold;
    }
/*XS*/
@media (max-width: 768px) {
    .table-responsive {
        border: none;
    }

    .divWrapperConsultasRecientes {
        min-height: 23em;
    }

    .xs-padding-0 {
        padding: 0 !important;
    }

    .nowrap-xs {
        white-space: nowrap;
    }

    /* GRID TABLE */
    .GridView.table {
        white-space: nowrap;
    }

    .table-responsive .table tbody tr > td:first-of-type {
        overflow: hidden;
    }

        .table-responsive .table tbody tr > td:first-of-type img {
            background: rgba(22,191,247,0.9);
            border: solid thin #bbb !important;
            box-shadow: 1px 0px 10px -5px #337ab7 inset;
            border-radius: 3px;
            padding: 0.8em;
            /*margin:0.5em;*/
            margin: 0;
        }

        .table-responsive .table tbody tr > td:first-of-type a:nth-of-type(2) img {
            background: rgba(92,184,92,0.9);
        }

    .block-xs {
        width: 100% !important;
    }

    .pull-right-xs {
        float: right !important;
    }

    .pull-left-xs {
        float: left !important;
    }

    .text-left-xs {
        text-align: left;
    }

    div.loader > div {
        max-width: 90%;
    }

    .row-xs {
        margin-right: -15px;
        margin-left: -15px;
    }

    div.topScroll {
        display: none;
    }

    /*Notificaciones*/
    .topnavbar .navbar-right .dropdown:nth-child(1) a.dropdown-toggle.sidebar-toggle {
        right: 48px;
        height: 50px;
    }
}
/* > XS*/
@media (min-width: 769px) {
    div[id*=UpdatePanelResultados] .table tr.divPaginacion td:last-of-type a {
        padding-right: 0;
    }
}
/* LG */
@media only screen and (min-width : 1200px) {
    .text-lg-right {
        text-align: right;
    }
}

.padding-sides-1 {
    padding-left: 1em;
    padding-right: 1em;
}

/*DATA TABLES*/
div.tablaContenido,
.dataTables_info,
.dataTables_paginate.paging_full_numbers {
    display: inline-block;
    width: 100%;
}

.dataTables_info {
    float: none;
    margin: 0.5em;
    text-align: left;
}

.dataTables_paginate.paging_full_numbers {
    margin-bottom: 3em;
    text-align: center;
}

    .dataTables_wrapper .dataTables_paginate.paging_full_numbers > a.paginate_button,
    .dataTables_paginate.paging_full_numbers > span,
    .dataTables_paginate.paging_full_numbers > span > a {
        display: inline-block;
        border-radius: 100%;
        height: 3em;
        width: 3em;
        white-space: nowrap;
        margin: 0.3em;
        line-height: 3em;
        text-indent: 0;
        padding: 0 !important;
        text-align: center;
    }

    .dataTables_paginate.paging_full_numbers > span {
        margin: 0;
        display: inline;
    }

/* TABLES */

table.block,
table.block tbody,
table.block table,
table.block tr.row,
table.block td.row {
    display: block;
}

table.block {
    width: 100%;
}

    table.block td[class*=col-] {
        display: inline-block;
    }

    table.block.row {
        width: auto;
    }

.block-table > table,
.block-table > table > tbody,
.block-table > table > tbody > tr,
.block-table > table > tbody > tr > td > table, .block-table > table > tbody > tr > td > table > tbody, .block-table > table > tbody > tr > td > table > tbody > tr, .block-table > table > tbody > tr > td > table > tbody > tr > td,
.block-table > table > tbody > tr > td {
    display: block !important;
    position: relative;
    width: 100% !important;
}

    .block-table > table > tbody > tr,
    .block-table > table > tbody > tr > td > table > tbody > tr {
        margin-bottom: 0.6em;
    }

.block-table input,
.block-table select {
    width: auto !important;
}

tr.form-inline input {
    display: inline-block;
}

tr.row > td[class*=col-] {
    position: relative;
}

.table-loader, table-loading {
    position: absolute;
    background: rgba(255,255,255,0.5);
    height: 100%;
    width: 100%;
    background-image: url(../../img/ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
}

.table-striped > tbody > tr.selectedRow:nth-of-type(odd),
.table-striped > tbody > tr.selectedRow:hover,
.table tr.selectedRow {
    background-color: #D9EDF7;
}

.table-striped > tbody > tr.alert-danger:nth-of-type(odd),
.table-striped > tbody > tr.alert-danger:hover {
    background-color: #f2dede;
}

.table-striped > tbody > tr.alert-warning:nth-of-type(odd),
.table-striped > tbody > tr.alert-warning:hover {
    background-color: #fcf8e3;
}

.table-striped > tbody > tr.alert-success:nth-of-type(odd),
.table-striped > tbody > tr.alert-success:hover {
    background-color: #dff0d8;
}

.table-striped > tbody > tr.alert-info:nth-of-type(odd),
.table-striped > tbody > tr.alert-info:hover {
    background-color: #d9edf7;
}

.table-striped > tbody > tr.bg-primary:nth-of-type(odd),
.table-striped > tbody > tr.bg-primary:hover {
    background-color: #5d9cec;
}

table.table {
    border: none;
    min-width: 100%;
}

.table-responsive {
    position: relative;
    width: 100%;
}

table.table:not(.noheader) > tbody > tr:first-of-type:not([class]),
table.table > thead > tr:first-of-type:not([class]),
.table tr.table-header {
    background-color: #ebebeb;
}

.table tbody tr td {
    cursor: pointer;
}

/* PAGINACION */
[id*=DataPager] {
    display: block;
    text-align: center;
}

.GridViewPager,
.divPaginacion,
#divPaginacion,
[id*=DataPager] {
    background: none !important;
}

tbody > tr.GridViewPager > td,
tbody > tr.divPaginacion > td,
tbody > tr#divPaginacion > td,
tbody > tr[id*=DataPager] > td {
    padding: 5px 0 2px;
    border: none;
}

tbody > tr.GridViewPager:nth-child(2) > td,
tbody > tr.divPaginacion:nth-child(2) > td,
tbody > tr#divPaginacion:nth-child(2) > td,
tbody > tr[id*=DataPager]:nth-child(2) > td {
    padding: 2px 0 5px;
}


.GridViewPager tr td a,
.GridViewPager tr td span,
.divPaginacion span,
.divPaginacion a,
.divPaginacion input[type="submit"],
[id*=DataPager] a,
[id*=DataPager] span,
[id*=divPaginacion] input {
    border-radius: 1px;
    margin: 1px;
    height: 2em;
    width: 2em;
    display: inline-block;
    text-align: center !important;
    border-radius: 100% !important;
    text-decoration: none;
    overflow: visible;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    box-shadow: 0 0 6px -2px black;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.GridViewPager tr td span,
.divPaginacion span,
[id*=DataPager] span {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #286090 !important;
    border: solid 1px #286090;
}

.GridViewPager tr td a:hover,
.divPaginacion a:hover,
.divPaginacion input[type="submit"]:hover,
[id*=DataPager] a:hover {
    background-color: #286090;
    border-color: #204d74;
}

/*
    Buttons
*/
.btn-white-space {
    white-space: normal;
}

.btn.no-radius {
    border-radius: 0px;
}

.fa-file-excel-o + .btn, .btn-excel {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.btnIconPolyfill {
    padding: 0;
}

    .btnIconPolyfill > .fa-solid {
        margin-left: 0.5em;
    }
    .btnIconPolyfill > .fa-regular {
        margin-left: 0.5em;
    }

    .btnIconPolyfill a {
        color: #fff;
        text-decoration: none;
        padding: 6px 12px;
        display: inline-block;
    }

    .btnIconPolyfill[class*="btn-default"] a {
        color: #444;
        border-color: #444;
    }

.btnIconPolyfillAbsolute {
    position: relative;
}

    .btnIconPolyfillAbsolute > a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
/*<div class="btn btn-danger btnIconPolyfillAbsolute">
    <em class="fa-solid fa-trash"></em>
    <a>link</a>
</div>*/
.btn-wrapper {
    display: inline-table;
    overflow: hidden;
    position: relative;
}

    .btn-wrapper > span, .btn-wrapper > em {
        position: absolute;
        top: 8px;
        left: 10px;
        /*color: #fff;*/
        pointer-events: none;
    }

    .btn-wrapper .btn {
        padding-left: 2em;
    }

        .btn-wrapper .btn > em,
        .btn-wrapper .btn > span {
            padding-right: 10px;
            font-size: 110%;
        }

/*<div class="btn-wrapper">
    <em class="fa-solid fa-trash"></em>
    <a class="btn btn-danger">link</a>
</div>
<div class="btn-wrapper">
    <a class="btn btn-danger">
        <em class="fa-solid fa-trash"></em>
        <label>link</label>
    </a>
</div>
*/

.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
a.disabled, button.disabled, [typed='submit'], [typed='button'] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}

.btn-toggle-primary {
    background-color: #dde6e9;
    background-image: none;
    border-color: #bac3c5;
}

    .btn-toggle-primary:active,
    .btn-toggle-primary.active,
    .open > .dropdown-toggle.btn-toggle-primary {
        color: #fff;
        background-color: #23b7e5;
        border-color: #23b7e5;
        font-weight: bold;
    }
/*
    Validator
*/
.regularexpressionvalidator, [id*="maskValidatorHoraHasta"], [id*="Validator"] {
    position: absolute;
    right: 0em;
    top: 0em;
    font-size: 2em;
    font-weight: bold;
    /*visibility:visible !important;*/
}

    .regularexpressionvalidator.invert, [id*="maskValidatorHoraHasta"].invert, [id*="Validator"].invert {
        left: 0;
        width: 10px;
    }

.controlError {
    border: 1px solid #FF0000;
    background-color: #FFE6E6;
}

.text-error {
    color: #f00;
}

.dtpkrError > * {
    border-bottom: red solid thin;
    border-top: red solid thin;
    height: auto;
}

.dtpkrError > :first-child {
    border-left: red solid thin;
}

.dtpkrError > :last-child {
    border-right: red solid thin;
}

.input-group.date.dtpkrError, .controlError {
    box-shadow: 0 0 8px -3px red;
}

.text-importantMessages {
    color: #18c62a;
}
/*
    Calendar section
*/
.clendarImage + span.regularexpressionvalidator,
.calendarImage + span.regularexpressionvalidator {
    top: 0;
    right: -3px;
}

div.calendarWrapper {
    display: inline-table;
}

[data-role="limpiarFecha"] {
    padding: 0.8em;
}

/*
    Collapsible
*/
[data-toggle="collapse"] {
    height: auto;
}

.panel-primary > .panel-heading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100 */
    background: #19467a; /* Old browsers */
    /*background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.panel-primary {
    border-color: transparent;
}

.panel-secondary {
    border-color: transparent;
    margin-bottom: 10px;
    /*border-color: #f3f3f3;*/
}

.panel-collapse-secondary {
    padding: 0px 15px;
}

.panel-secondary > .panel-heading-secondary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100 */
    background: #eceff1; /* Old browsers */
    /*background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); */
    /*background: linear-gradient(to bottom,#d3dee4 0,#ffffff 50%,#ffffff 51%,#fdfdfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    padding: 10px 15px;
}

a.panel-heading, a.panel-heading-secondary {
    text-decoration: none;
}

a[data-toggle="collapse"] .fa-solid {
    margin-top: 0.2em;
}

a[data-toggle="collapse"] [class*="fa-chevron"]:before {
    content: '\f078';
}

a[data-toggle="collapse"].collapsed [class*="fa-chevron"]:before {
    content: '\f054';
}

a[data-toggle="collapse"] > span.collapsed,
a[data-toggle="collapse"].collapsed > span.expanded {
    display: none;
}

a[data-toggle="collapse"].collapsed > span.collapsed {
    display: inline-block;
}


/* FICHAS */
.fichas > div, .fichas > li {
    /*border: solid thin lightgray;*/
    border-radius: 3px;
    /*box-shadow: 0 0 10px -5px;*/
    padding: 1em;
    width: 22em;
    display: inline-block;
    margin: 0 .3em 1em;
    vertical-align: top;
}

    .fichas > li:hover {
        border-color: #337ab7;
    }

.fichas .btn {
    margin-bottom: 1em;
    margin-right: 0.5em;
    white-space: normal;
}

/* LOADER */
/*
    SINTAXIS:
    <div class="loader">
       <div >
          <span class="fa-solid fa-spinner fa-pulse fa-3x"></span>
          <span class="text-md">Procesando..</span>
        </div>
    </div>

*/
.loader {
    position: fixed;
    right: 0;
    top: 6%;
    z-index: 1080;
    word-wrap: break-word;
}

    .loader > div {
        border-radius: 5px 0 0 5px;
        box-shadow: 0 0 10px -2px #000;
        background: rgba(0, 0, 0,0.5);
        color: #fff;
        float: right;
        max-width: 40em;
        min-height: 5em;
        padding: 1em 3em;
        padding-left: 5em;
        position: relative;
        word-wrap: break-word;
    }

        .loader > div > .fa-solid {
            position: absolute;
            left: 0.3em;
        }

.postBackLoader {
    background-image: url(../../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 3em;
    min-width: 3em;
    vertical-align: middle;
}

    .postBackLoader.nonblock {
        display: inline-block;
    }

    .postBackLoader.sm {
        height: 1em;
    }

.modal-footer > .postBackLoader {
    display: inline-block;
}

/*TABS*/
.tab-content {
    background: #fff;
    padding: 0;
}

    .tab-content > .tab-pane {
        padding: 1em; /* very optional */
    }

/* MODALS*/
[data-backdrop="false"] {
    pointer-events: none;
}

    [data-backdrop="false"] .modal-content {
        pointer-events: all;
    }

.modal.modal-fullscreen > .modal-dialog, .modal.modal-fullscreen .modal-content {
    position: absolute;
    left: 1%;
    width: 98%;
    top: 5px;
    bottom: 5px;
    margin: 0;
}

.modal.modal-fullscreen .modal-content {
    display: table;
    height: 100%;
}

.modal.modal-fullscreen .modal-header > *,
.modal.modal-fullscreen .modal-footer > * {
    padding: 10px;
}

.modal-body {
    word-break: break-word;
}

.modal.modal-fullscreen .modal-header,
.modal.modal-fullscreen .modal-body,
.modal.modal-fullscreen .modal-footer {
    display: table-row;
    width: 100%;
}

.modal.modal-fullscreen .modal-body {
    height: 100%;
}

div.modal-content {
    border: none;
    pointer-events: all;
    border: none
}

.modal-xl {
    width: 98%;
}

.modal-dialog.ui-draggable .modal-header {
    cursor: move;
}
/*CUSTOM CLASSES*/
.block {
    display: block;
}

.custom-input-group-addon {
    display: table-cell;
    padding-left: 6px;
    padding-right: 6px;
}

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-top-1 {
    margin-top: 1em;
}

.margin-top-0 {
    margin-top: 0;
}

.wrap-content {
    white-space: normal;
}

.btn {
    word-break: break-word;
}

.nowrap {
    white-space: nowrap;
}

.overflow-x {
    overflow-x: auto !important;
}

.overflow-x-remove {
    overflow-x: hidden !important;
}

.overflow-visible {
    overflow: visible;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-remove {
    overflow-y: hidden;
}

.inline-table {
    display: inline-table !important;
}

*.form-inline-block > * {
    display: inline-block;
    width: auto;
}

.error-message > span,
.message > span,
.message > div {
    display: inline-block;
    padding: 1em 3.5em;
    border-radius: 4px;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .error-message > span:before, .message > span:before, .message > div:before {
        position: absolute;
        left: 0.25em;
        top: 0.25em;
        content: "\f05a";
        font: normal normal normal 34px/1 FontAwesome;
    }

.callout {
    background: #eee;
    border: thin solid #ccc;
    border-left: 5px solid #eee;
    border-radius: 3px;
    padding: 1em;
}

.callout-warning {
    border-left-color: #eea236;
}

.callout-info {
    border-left-color: #1b809e;
}

.callout-danger {
    border-left-color: #ce4844;
}

.callout-success {
    border-left-color: #4cae4c;
}

.toast {
    cursor: pointer;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    right: 15%;
    top: 0;
    position: fixed;
    width: 70%;
    z-index: 1060;
    font-size: 20px;
    padding: 10px;
    border: 1px #606060 solid;
}

    .toast.sm {
        max-width: 17em;
    }

.text-info {
    color: #2d9ad6;
}

.text-prioridadBaja {
    color: #18ca57;
}

.text-prioridadMedia {
    color: #c1af0a;
}

.text-prioridadAlta {
    color: #c1230a;
}

.TextEtiquetas,
[class*=letra_] {
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
}

.buttonList .btn {
    margin: 0.3em;
}

.buttonList .btn-wrapper > span,
.buttonList .btn-wrapper > em {
    top: 13px;
}

.padding-1 {
    padding: 1em 0;
}

table.nopadding > tbody > tr > td,
table.padding-0 > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}

input[type="checkbox"].inline,
input[type="radio"].inline {
    max-width: 2em;
    vertical-align: middle;
    margin-right: 0.5em;
}

    input[type="checkbox"].inline + label,
    input[type="radio"].inline + label {
        vertical-align: sub;
        display: inline;
    }

.fileon-checkBoxList td {
    padding: 5px;
}

.restrictWidth {
    max-width: 1280px;
}

.topScroll {
    display: inline-block;
    height: 18px;
    overflow-x: auto;
    width: 100%;
}

    .topScroll > div {
        height: 18px;
    }

/* GRID */
.fileon-row {
    display: inline-table;
    width: 100%;
    padding-top: 15px;
}

    .fileon-row > div {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

/* TEXTBOX */
.typeahead.dropdown-menu {
    max-height: 20em;
    overflow: auto;
    margin-bottom: 2em;
    position: absolute;
}

.TextBox_Mayuscula {
    text-transform: uppercase;
}

.TextBox_Minuscula {
    text-transform: lowercase;
}

/** CUSTOM ANGLE / OVERRIDE BOOTSTRAP/ANGLE */

.dropdown.open > a.dropdown-toggle.sidebar-toggle {
    background: #eee;
    color: #117391;
}


.input-group {
    width: 100%;
}

    .input-group > .form-control[type="text"] {
        height: 35px;
    }

.input-group-btn,
a.input-group-addon, a.input-group-btn {
    display: table-cell;
    border: none;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .input-group-btn:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

.input-group > .input-group-btn > select:first-child {
    padding: 4px;
    width: initial;
    border: none;
    background: inherit;
    color: inherit;
    border-radius: inherit;
}

.input-group > .input-group-btn > select > option {
    background: #337ab7 !important;
}

.row.top, table.top .row {
    vertical-align: top;
}

.btn-default:hover, .btn.btn-default.text-primary:hover, .btn-primary:hover {
    background: #ACB4C9;
    border-color: #ACB4C9;
    color: #FFF;
}

.btn.btn-default.text-primary {
    border-color: #19578d;
    color: #19578d;
}

.btn-primary {
    background-color: #19578d;
}

.text-primary {
    color: #19578d;
}

.bg-lightgray {
    background: #f5f5f5;
}

.btn-default.text-danger {
    color: #a94442;
    border-color: #a94442;
}

.btn-default.text-green, .btn-default.text-success {
    color: #37bc9b;
    border-color: #37bc9b;
}

.btn.btn-default.text-warning {
    border-color: #ff902b;
    color: #985f0d;
}

div.datepicker {
    z-index: 1050 !important;
}

.btn.text-left {
    text-align: left;
}

.input-group > *:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

body .dataTables_wrapper .dataTables_paginate li.paginate_button {
    border: none !important;
    padding: 0;
}

div.dataTables_paginate.paging_full_numbers {
    display: inline-table;
}

div.dataTables_wrapper div.dataTables_processing, .dataTables_empty {
    display: none !important;
}

table.block .bootstrap-datetimepicker-widget table {
    display: table;
}

table.block .bootstrap-datetimepicker-widget tbody {
    display: table-row-group;
}

.dropdown-menu > li > a {
    padding: 3px 25px;
    position: relative;
    color: #337ab7 !important;
}

    .dropdown-menu > li > a > i:first-child {
        position: absolute;
        left: 6px;
        top: 5px;
    }

.ml-1 {
    margin-left: 5px;
}

.mr-1 {
    margin-right: 5px;
}


.select-divisa {
    width: auto !important;
    background: transparent !important;
    color: #fff !important;
}

.no-visible {
    display: none;
}

.descripcionGrupoFicha {
    color: #747474;
    font-size: 12px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width:100%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    background-color: white;
    border-left-style: none;
    width: 28px;
}

.custom-combobox-input {
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    color: #555;
    font-family: "Source Sans Pro",sans-serif;
    width: 94%;
}

.ui-autocomplete {
    position: fixed;
    z-index: 1510 !important;
    top: 0;
    left: 0;
    max-height: 200px;
    cursor: default;
    background-color: #fff;
    padding: 1px;
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
    color: #555;
    font-family: "Source Sans Pro",sans-serif;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0 1em 0 0.5em;
}

    .ui-menu .ui-menu-item-wrapper:hover {
        background-color: Highlight;
        color: #fff;
        font-family: "Source Sans Pro",sans-serif;
        font-size: 14px;
        font-weight: normal;
    }
    .ui-menu .ui-menu-item-wrapper:not(:focus) {
        font-family: "Source Sans Pro",sans-serif;
        font-size: 14px;
        border: none;
    }

