.cabeza-tindex thead tr th {
    color: #fff;
    background-color: #d98018;
    font-weight: bold;
    border-collapse: collapse;
}

.cabeza-tindex-general thead tr th {
    color: #fff;
    background-color: #434a54;
    font-weight: bold;
    border-collapse: collapse;
}

.cabeza-tindex-error thead tr th {
    color: #fff;
    background-color: #ac2925;
    font-weight: bold;
    border-collapse: collapse;
}

.cabeza-tindex-ok thead tr th {
    color: #fff;
    background-color: #398439;
    font-weight: bold;
    border-collapse: collapse;
}

.foot-tindex thead tr th {
    color: #fff;
    background-color: #434a54;
    font-weight: bold;
}

.pie-tr-index th {
    color: #fff;
    background-color: #434a54;
}

.tindex-b {
    padding: 8px 10px;
    width: 100%;
    border-spacing: 0;
    clear: both;
    margin: 0;
}

.tindex-b th {
    text-align: center;
}

.subirArchivo {
    border-collapse: collapse;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    padding: 8px 10px;
    width: 100%;
    border-spacing: 0;
    clear: both;
    margin: 0;
}

.subirArchivo th {
    text-align: center;
    padding: 0px 10px;
}

.subirArchivo tr {
    border-collapse: collapse;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    padding: 8px 10px;
    width: 100%;
    border-spacing: 0;
    clear: both;
    margin: 0;
}

.celdaCab {
    color: #fff;
    background-color: #d98018;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center !important;
}

.celdaCab2 {
    color: #fff;
    background-color: #d98018;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left !important;
}

.showDir {
    width: 100%;
    border: 1px solid #ccd0d4;
}

.showDir>tbody>tr {
    /*background-color: #b9a9b9;*/
}


/*----------------------------------------------- Desplegables*/

.mainStatusContainer {
    width: 100%;
    /*	background-color: ;
	 height: 380px; */
    margin-top: 20px;
    display: inline-block;
}

.statusContainer {
    margin-left: 1%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    text-align: center;
}

.firstContainer {
    width: 32%;
    float: left;
    display: inline;
}

.secondContainer {
    width: 32%;
    float: left;
    display: inline;
}

.thirdContainer {
    width: 32%;
    float: left;
    display: inline;
}

.fourthContainer {
    width: 32%;
    float: left;
    display: inline;
}

.fifthContainer {
    width: 32%;
    float: left;
    display: inline;
}

.sixthContainer {
    width: 32%;
    float: left;
    display: inline;
}

.collapsible {
    background-color: #d98018;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible-ok {
    background-color: #4cae4c;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible-error {
    background-color: #c9302c;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.content {
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .2);
    height: 500px;
    overflow-y: auto;
    overflow-x: auto;
}

.alternate2 {
    background-color: #e1dcdc;
}


/*-----------------------------------------------Persona*/

.showDirPersona {
    height: 30%;
    padding-left: 1%;
    padding-right: 0%;
    padding-top: 1%;
    padding-bottom: 1%;
    /*background-color: #F11486;*/
}

.showDirPersona>div {
    width: 97%;
    height: 97%;
    background-color: #DCE5F5;
    padding: 3% 3%;
    border-collapse: collapse;
    border: 1px solid #ccd0d4;
}


/*-----------------------------------------------Direccion*/

.showDirPersonaDatos {
    display: inline-block;
    padding-top: 2%;
    padding-left: 2%;
    width: 100%;
    height: 90%;
}

.showDirPersonaDatos>input {
    background-color: #DCE5F5;
    border: 0;
}

.showDirPersonaDatos>textarea {
    /* Contenedor Individual */
    border: 0;
    width: 100%;
    background-color: #DCE5F5;
    text-align: center;
    resize: none;
    overflow-x: hidden;
    margin-bottom: 2%;
}

.inputOculto {
    display: none;
}

.showDirDirecciones {
    /* Th */
    /*  height: 260px;*/
    padding-left: 0%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.showDirDirecciones>div {
    /* Contenedor General */
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: auto;
}

.showDirDirecciones>div>div {
    /* Contenedor Individual */
    width: 32%;
    /*height: 195px;*/
    margin-top: 0px;
    background-color: #f9f9f9;
    margin-left: 1%;
    margin-right: 1%;
    padding: 1.5% 1.5%;
    background-color: #434a5a;
    color: #fff;
}

.showDirDirecciones>div>div>input {
    /* Contenedor Individual */
    border: 0;
    width: 100%;
    background-color: #434a5a;
    text-align: center;
}

.showDirDirecciones>div>div>textarea {
    /* Contenedor Individual */
    border: 0;
    width: 100%;
    background-color: #434a5a;
    text-align: center;
    color: #fff;
    resize: none;
    overflow-x: hidden;
}


/*-----------------------------------------------Filtro busqueda*/

.buscadorFiltroContenedor {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.buscadorFiltroPrincipal {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #bebebe;
}

.buscadorFiltroCabecera {
    background-color: #337ab7;
    color: #fff;
    width: 100%;
    padding: .5% 2%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.buscadorFiltroFiltros {
    width: 100%;
    padding-top: 1.5%;
    padding-left: 2%;
    padding-right: 2%;
}

.buscadorFiltroFiltros>div {
    background-color: #fff;
    display: inline-block;
    padding-bottom: 1.5%;
    width: 19%;
    text-align: center;
}

.buscadorFiltroFiltros>div>label>input {
    /*  width: 24px; height: 24px;*/
}

.buscadorFiltroInput {
    background-color: #f5f6f8;
    padding: 1.5% 2%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 20px;
}

.buscadorFiltroInput>input {
    width: 83%;
    margin-right: 1.5%;
    padding-left: 1.2%;
    border-radius: 6px;
}

.botones-edicion {
    display: none;
    /*display: flex;*/
    flex-direction: row-reverse;
}


/**Download Graficas**/

.btn-feet {
    background-color: rgba(241, 26, 26, 0.533);
}

.btn-filtro {
    float: left;
    background-color: #C1C4C0;
}

.btn-filtro:hover {
    transform: scale(1.1) !important;
}

.btn-download {
    float: right;
}

.btn-download:hover {
    transform: scale(1.1) !important;
}


/****/

.areaSQL {
    width: 100%;
}

.contenedorLog {
    padding: 30px;
    display: none;
    color: #FFFFFF;
    background-color: #000000;
}

.contenedorLog>p {
    font: 100% monospace;
}

.lineLogError {
    background-color: rgba(220, 53, 69, 0.4);
}

.lineLogOk {
    background-color: rgba(40, 167, 69, 0.4);
}

.lineLogMarcador {
    background-color: rgba(0, 123, 255, 0.4);
}

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


/**-Dashboard zafe-**/

#menuDG {
    margin-bottom: 0px !important;
}

#menuRec {
    margin-bottom: 0px !important;
}

#menuT {
    margin-bottom: 0px !important;
}

#menuCV {
    margin-bottom: 0px !important;
}

#menuCL {
    margin-bottom: 0px !important;
}

#menuV {
    margin-bottom: 0px !important;
}

.contenedorTablePagination {
    width: 100%;
}

.tablePagination {
    text-align: center;
    width: auto;
    margin: auto;
    border-bottom: 0px;
}

.tablePagination>tbody>tr>td {
    border-top: 0px;
}

.tablePagination>tbody>tr>td>p {
    text-align: left;
}

.tablePagination>tbody>tr>td>a {
    text-align: center;
}

.tablePagination>tbody>tr>td>label {
    text-align: center;
    position: relative;
    top: -15px;
    cursor: pointer;
}

.tablePagination>tbody>tr>td {
    text-align: center;
    /*border: 1px solid black;*/
    padding: 0px 0px 0px 0px;
}

.tdColumnaTexto {
    width: 225px;
}

.tdColumnaAnterior {
    width: 100px;
}

.tdColumnaPagina {
    width: 32px;
}

.tdColumnaSiguiente {
    width: 100px;
}

.tdColumnaAnterior:hover,
.tdColumnaSiguiente:hover {
    font-weight: bold;
    cursor: pointer;
    color: #4cadc9;
    text-decoration: underline;
}

.btnStateActive>button {
    color: #fff !important;
}


/****/


/****/

.fixed_menu {
    position: fixed !important;
    left: 15px !important;
    z-index: 100;
}

.fixed_menu_color1 {
    background-color: rgba(241, 241, 241, 1) !important;
}

.fixed_menu_color2 {
    background-color: rgba(255, 255, 255, 1) !important;
}

.pia_column_inner_menu_btn_A>div {
    padding-top: 0px !important;
    padding-right: 30px !important;
}

.pia_column_inner_menu_btn_B>div {
    padding-top: 0px !important;
    padding-left: 60px !important;
}

#pia_title_dashboard {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

#pia_title_dashboard>h2 {
    font-size: 30px !important;
}

#graficasDG>div>div {
    padding-top: 0px !important;
}

#colophon {
    z-index: 101;
}

.inputFiltroGraficas {
    cursor: pointer;
}

.inputFiltroGraficasLabel {
    cursor: pointer;
    /*margin-right: 15px;*/
}

.tituloFiltro {
    margin-bottom: 0px !important;
}

#pia_row_menu_filtros>div>div>div>div {
    margin-bottom: 0px !important;
}

#pia_row_menu_filtros>div>div {
    padding-top: 0px !important;
}

.rowTituloFiltro {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
}

.rowFiltro {
    width: 18%;
    display: inline-block;
}

#tituloGraC1 {
    text-align: center;
}

#tituloGraC2 {
    text-align: center;
}

#tituloGraC3 {
    text-align: center;
}

.icTableGeneral {
    display: none;
}

.icPaginacionGeneral {
    background-color: #f1f1f1;
}

.icFlechaLeft {
    font-size: 24px;
}

.icFlechaLeft:hover {
    font-size: 30px;
    color: #4cadc9;
}

.icColumnaFlecha {
    width: 14%;
    border: 0px;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.icFlechaRight {
    font-size: 24px;
}

.icFlechaRight:hover {
    font-size: 30px;
    color: #4cadc9;
}

.ic_tdCheckbox {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: center;
}

.ic_tdLabel {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: center;
    height: 42px;
}

.ic_label:hover {
    font-size: 20px;
    color: #4cadc9;
}


/****/


/****/

.mob-menu-header-holder {
    width: 20% !important;
}

.mobmenur-container {
    background-color: #f1f1f1;
    border-radius: 8px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #dd8018 !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mobmenur-container_menuFlotante {
    top: 20px !important;
}

.wpb_content_element {
    margin-bottom: 15px !important;
}

.btn_collapse {
    height: 20px;
}

.btn_collapse>button {
    height: 20px;
}

.btn_collapse>button>i {
    position: absolute !important;
    top: 2.5px !important;
    left: 49%;
    font-size: 40px !important;
}

.btn_collapse_close {
    display: none !important;
}


/****/

.contenedorIconMoreInfoMap {
    width: 100px;
    height: 50px;
    position: relative;
    right: 30px;
    top: 0px;
    float: right;
    z-index: 1000;
}

.contenedorIconMoreInfoDashboard {
    width: 100px;
    position: absolute;
    right: -80px;
    top: 5px;
}

.contenedorIconMoreInfoDashboardMovile {
    width: 60px;
    position: absolute;
    right: 40%;
    top: 10px;
}

.imgMoreInfo {
    width: 50px;
}

.imgMoreInfo:hover {
    cursor: help;
}

.imgCloseInfo {
    position: relative;
    float: right;
    width: 30px;
    position: relative;
    float: right;
    top: -8px;
    right: 20px;
    display: none;
}

.imgCloseInfoMovile {
    position: relative;
    float: right;
    width: 20px;
    position: relative;
    float: right;
    top: -60px;
    right: -6px;
    display: block;
}

.imgCloseInfo:hover {
    cursor: pointer;
}

.modal-content-vid {
    position: relative;
    background-color: #152651;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    margin: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    width: 100%;
    padding: 25px;
}

.modal-dialog-vid {
    max-width: 750px;
    margin: 30px auto;
}

.close_vid {
    float: right;
    width: 5%;
}

.close_vid:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.nvm_video {
    color: #FFFFFF;
    float: left;
    margin: 0px;
}

.nvm_video:hover {
    text-decoration: underline;
    cursor: pointer;
}


/*Menú categorias*/

.categoria_general_li:hover {
    border-radius: 5px !important;
    background-color: rgba(120, 225, 230, 0.4) !important;
    border-color: rgb(169, 169, 169) !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 3px 3px 3px 3px !important;
    color: #000000 !important;
    transform: scale(1.01) !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.categoria_general_li>a>div>p:hover {
    font-weight: bold !important;
    color: #000000 !important;
}

.categoria_select_li {
    border-radius: 5px !important;
    background-color: #4cadc9 !important;
    border-color: rgb(169, 169, 169) !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 3px 3px 3px 3px !important;
    color: #ffffff !important;
    transform: scale(1.01) !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.categoria_select_li>a>div>p {
    font-weight: bold !important;
    color: #ffffff !important;
}

.categoria_select_li>a>div>p>img {
    background-color: white;
    border-radius: 24px;
}

#mega-menu-max_mega_menu_1 {
    /*padding-left: 3% !important;*/
}

#footnote>div {
    z-index: unset !important;
}

#contenedorNotasDashboard {
    z-index: unset !important;
}

.close{
    color: #fff !important;
}

.vc_row.vc_row-o-full-height {
  max-height: 100vh !important;
}

.div_dashboard_mn2 {
    width: 100%;
}
.div_dashboard_mn2 > div {
    width: 100%;
}
.div_dashboard_mn2 > div > div {
    width: 100%;
}
.div_dashboard_mn2 > div > div > div {
    width: 100%;
}
.div_dashboard_mn2 > div > div > div > button {
    width: 100%;
}

.pia_row_menu_btns {
    min-height: unset !important;
    height: 48px !important;
}