﻿/***************** TABLAS GRIDVIEW ******************/

/* Tablas infragistics */

.igTable {
    outline: none;
}

.HeaderCaptionClass {
    font-weight: 300;
    font-size: 16px;
    background: #fbfbfb;
    vertical-align: bottom;
    padding: 8px;
}


tbody.NewItemClass > tr > td {
    padding: 5px;
    line-height: 1.428571429;
    vertical-align: center;
    border-top: 1px solid #dddddd;
}

tbody.NewItemClass > tr:hover > td {
    background: #ffffd6;
}

/* Pager infragistics */

.igg_Pager {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
    float: right;
    width: auto !important;
    float: right;
}

    .igg_Pager span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.428571429;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        cursor: pointer;
        font-size: 12px;
        font-weight: 600;
    }

        .igg_Pager span:first-child {
            margin-left: 0;
            border-radius: 2px 0 0 2px;
        }

        .igg_Pager span:last-child {
            border-radius: 0px 2px 2px 0px;
        }

        .igg_Pager span.igg_PageLink:hover {
            background-color: #eee;
        }

        .igg_Pager span.igg_PageCurrent {
            color: #fff;
            cursor: default;
            background-color: #44709B;
            border-color: #357ebd;
        }



/* Correcciones filtros primera fila mayo 2016 */

/*tr[mkr=sizeRow] .e_specialOk {
    height: 0px;
}*/

/*tr[mkr=sizeRow] {
    visibility: hidden;
}*/

/*tr[mkr="sizeRow"] td::before {
    content: "";
}*/

tr[mkr="sizeRow"] > td {
    height: 0 !important;
    padding: 0 !important;
}

/* Con esto, se oculta la imagen del check */
    tr[mkr="sizeRow"] > td::after,
    tr[mkr="sizeRow"] > td::before {
        display: none !important;
    }

.ig_Control .e_gridView.e_With_Options {
    outline: 0;
    overflow: visible !important;
}

.e_gridView {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    overflow: visible !important;
}

    .e_gridView table th,
    .e_gridView .e_tableRow td {
        line-height: 1.42857143;
        border: none;
        border-top: 1px solid #eee;
        word-wrap: break-word;
        /*background-color: #fff;*/
    }



    .e_gridView table th {
        background: #fafafa;
        padding: 8px 10px;
        color: #666;
        font-size: 13px;
        font-weight: 600;
        border-bottom: solid 1px #ddd;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        height: 50px;
    }

    .e_gridView .e_tableRow td {
        padding: 3px 8px;
        font-size: 12px;
        word-break: break-word;
    }


        .e_gridView table tr.e_section_row > td {
            background: #fafafa;
            padding: 5px 10px;
            color: #666;
            font-size: 12px;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .e_gridView table tr.e_summary_row > td {
            background: #fafafa;
            padding: 5px 8px;
            color: #666;
            font-size: 12px;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .e_cell_Incidence {
            color: #FF0000 !important;
        }

        .e_cell_AusencePending {
            color: #eeac68 !important;
        }

        .e_cell_AusenceApproved {
            color: #33CC00 !important;
        }
       


@media (min-width: 1600px) {
    /*.e_gridView .e_tableRow td
    {
        padding: 8px 8px;
    }*/
}

.e_gridView .e_tableRow td > img {
    vertical-align: top;
    margin-right: 3px;
}


/* Celdas seleccionadas */

.e_cellSelected {
    outline: none;
}

.e_tableRow .e_cellSelected > .igg_FilterButton {
    border-color: #ccc;
}



/*.ig_Header .e_tableRow .e_cellSelected,
.e_buttonAction.e_cellSelected
{
    background: transparent !important;
}*/


.e_cellCol:not(.e_Filtering) > td {
    background-color: #EFEFF4 !important;
    /*color: #fff !important;*/
}

.e_cellCol button,
.e_cellCol .btn {
    /*border-color: transparent;*/
    color: #000;
}


/* Celda que contiene el botón de acciones */

th.igg_HeaderCaption:hover {
    background-color: none !important;
}

.e_buttonAction {
    text-align: right;
    position: relative;
}

    /*.e_buttonAction:after
{
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    bottom: 0;
    width: 1px;
    background: #fff;
}
*/

    .e_buttonAction .btn {
        border-radius: 1px;
        padding: 2px 5px 2px;
        font-size: 11px;
        margin: 2px 0px 2px -25px;
    }


    .e_buttonAction a {
        color: #666;
    }

        .e_buttonAction a .glyphicon {
            color: #999;
            margin-right: 3px;
            font-size: 12px;
        }

.e_buttonAction .e-btn-success {
    background-color: #1bbc9b;
    border-color: #17A286;
    color: #ffffff;
}

    .e_buttonAction .e-btn-success:hover {
        background-color: #18A98C;
        border-color: #148F77;
        color: #ffffff;
    }

    .e_buttonAction .e-btn-primary span.glyphicon,
    .e_buttonAction .e-btn-success span.glyphicon,
    .e_buttonAction .e-btn-warning span.glyphicon {
        color: #ffffff;
        margin-right: 6px;
    }

.e_buttonAction .e-btn-warning {
    background-color: #ffcc00;
    border-color: #E2B608;
    color: #ffffff;
}

.e_buttonAction .e-btn-warning:hover {
    background-color: #ecbd00;
    border-color: #CCA300;
    color: #ffffff;
}

.e_buttonAction .e-btn-primary {
    background-color: #44709B;
    border-color: #285e8e;
    color: #ffffff;
}

    .e_buttonAction .e-btn-primary:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

/* Dropdown de acciones */
.e_grid_actions_dropdown {
}

    /* Corrección de items de dropdown sin iconos */

    .e_grid_actions_dropdown.dropdown-menu a,
    .e_more_actions_dropdown.dropdown-menu a {
        padding-left: 40px !important;
    }

        .e_grid_actions_dropdown.dropdown-menu a .glyphicon,
        .e_more_actions_dropdown.dropdown-menu a .glyphicon,
        .e_btn_group_table .e_btn_group_table_item .glyphicon {
            margin-right: 10px;
            display: inline-block;
            color: #999;
            font-size: 12px;
        }

        /* Corrección de items de dropdown sin iconos */

        .e_grid_actions_dropdown.dropdown-menu a .glyphicon,
        .e_more_actions_dropdown.dropdown-menu a .glyphicon {
            margin-left: -22px;
        }

.e_btn_group_table .e_btn_group_table_item .glyphicon {
    margin-right: 6px;
}

/*Clase para las cabeceras del grid*/

.e_headerGrid {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .e_headerGrid:hover {
        background-color: #eee;
    }

/*clase para la zona de arrastrar columnas*/

.e_GroupingSettings {
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    border-bottom: 0;
    font-size: 13px;
    color: #999;
    position: relative;
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
}

.e_GroupingSettingsWithoutImage {
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    border-bottom: 0;
    font-size: 13px;
    color: #999;
    position: relative;
}


.ighg_GroupedRow td {
    background: #fafafa;
    font-weight: 600 !important;
}

.e_GroupingSettings::before {
    content: url(../images/ico/grouping_grids.png);
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: -webkit-baseline-middle;
}

.ighg_GroupedColumn {
    font-weight: 600;
    color: #444;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 2px 4px 2px;
    margin-left: 2px;
    background: #fafafa;
    border-radius: 2px;
}

    .ighg_GroupedColumn img {
        margin-top: -2px;
    }

.ighg_ExpansionColumnHeader, .ighg_ExpansionColumn {
    width: 20px;
}


/*.e_GroupingSettings:hover {
    background-color:#fbfbfb;
}*/
/*esta clase se aplica cuando arrastramos la columna al contenedor de group by*/
.e_GroupingSettingsDragMarkup {
    cursor: move;
    background-color: #e4f1f7;
    border: 3px solid #009ada;
}

.e_grid_lg_size,
.e_gridView table th.e_grid_lg_size {
    width: 25% !important;
}

.e_grid_sm_size,
.e_gridView table th.e_grid_sm_size {
    width: 5% !important;
}


.igg_FilterHeaderButton {
    pointer-events: all !important;
    z-index: 9999;
}

th.igg_SummaryRow:hover {
    color: #f4f4f4;
}

.e_gridView table th.igg_Summary {
    background: #fafafa !important;
    height: 40px !important;
    border-top: solid 1px #eee;
}


.e_specialOk {
    position: relative;
    text-align: center;
}

.e_specialOk::after {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: transparent url(../images/ico/quest_checkbox2.svg) no-repeat 0 -50px;
    background-size: 25px;
    vertical-align: middle;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .e_specialOk::after {
        background-size: 125px;
        background-position: -50px;
    }
}

.e_specialNok {
    position: relative;
    text-align: center;
}

    .e_specialNok::after {
        content: "";
        display: inline-block;
        height: 25px;
        width: 25px;
        background: transparent url(../images/ico/quest_checkbox2.svg) no-repeat center -75px;
        background-size: 25px;
        vertical-align: middle;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .e_specialNok::after {
        background-size: 125px;
    }
}

/* Círculos de colores para el grid */
span[class*="e_glyphicon_special"] {
    margin-bottom: -.1em;
    overflow: hidden;
}
.e_glyphicon_special_green_dot::after {
    content:"\25cf";
    font-size: 2em;
    color: green;
}

.e_glyphicon_special_orange_dot::after {
    content:"\25cf";
    font-size: 2em;
    color: orange;
}

.e_glyphicon_special_darkgray_dot::after {
    content:"\25cf";
    font-size: 2em;
    color: darkgray;
}

.e_glyphicon_special_blue_dot::after {
    content:"\25cf";
    font-size: 2em;
    color: blue;
}

/* Filtros externos Grid */

.e_grid_filters {
    margin: 0;
    border-top: solid 1px #ddd;
    padding: 15px 0 0;
}


    .e_grid_filters.form-inline .control-label {
        margin-right: 5px;
    }

/* FILTROS EXTERNOS (V2) */

/* e_filters es el contenedor de filtros */

.e_filters {
    margin: 0;
    border-top: solid 1px #ddd;
    padding: 15px 0 10px;
}

    .e_filters .btn.btn-info {
        padding: 8px 12px 9px;
        font-size: 11px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

/* Grupo de filtros por defecto */

.e_filters ul.e_default_filters {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-right: 20px;
}

.e_filters ul.e_default_filters > li {
        display: inline-block;
        margin-bottom: 10px;
}

.e_default_filters > li .form-group {
        margin-bottom: 0;
}

.e_default_filters > li:not(:last-child) .form-group {
        margin-right: 15px;
}

/* CSS ADICIONAL */

.e_advfilterpopover_container {
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    top: -21px;
    margin-bottom: -10px;
    padding-bottom: 7px;
    width: 460px;
}

.e_advfilterpopover_container .form-group {
    display: block;
        margin-bottom: 15px;
}

.e_advfilterpopover_container .form-control {
    width: 100%;
}


.buttonsAdvFilter {
    margin-right: 10px;
}

/*.e_advancedfilter_search_container {
    float: left;
}*/

    .e_advancedfilter_search_container .popover {
        max-width: 500px;
        left: 65px !important;
        margin-top: 15px;
    }

        .e_advancedfilter_search_container .popover > .arrow {
        left: 60px !important;
        }



/* Comportamiento de form groups en dispositivos pequeños */

@media (max-width:767px) {

    .e_filters ul.e_default_filters {
        display: block;
        margin-bottom: 20px;
        margin-right: 0px;
    }

        .e_filters ul.e_default_filters > li {
            display: block;
        }

    .e_default_filters > li .form-group {
        margin-right: 0px !important;
    }

    .e_filters > .btn {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}



/* Grupo de filtros mostrados como tabs */

.e_filters ul.e_filter_tabs {
    display: block;
    margin: 0;
    padding: 0;
}

.e_filters ul.e_filter_tabs > li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 6px;
}

.e_filter_tab {
    color: #31708f;
    background-color: #d9edf7;
    border: solid 1px #bce8f1;

    font-family: Roboto, "Open Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    border-radius: 2px;
    position: relative;
    height: 34px;
    padding: 9px 25px 9px 10px;
}

.e_filter_tab:hover {
    border-color: #a6d1e6;
}

    .e_filter_tab > span.e_filter_tab_label {
    }
    .e_filter_tab > span.e_filter_tab_label:after {
        content: ": ";
    }

    .e_filter_tab > span.e_filter_tab_value {
        font-weight: 600;
    }

    .e_filter_tab > .close {
        position: absolute;
        right: 2px;
        top: 6px;
        height: 20px;
        width: 20px;
        text-shadow: none;
        line-height: 0;
        outline: none;

        background: transparent;
        border: none;
    }

    .e_filter_tab > a {
        vertical-align: 0px;
        font-size: 10px;
        color: #999;
        padding: 3px;
        margin-left: 5px;
    }



/* FIN FILTROS EXTERNOS (V2) */










/* Filtros Internos Grid */

.igg_FilterButton {
    background: #fff;
    border: solid 1px #eee;
    margin-right: 10px;
    float: left !important;
}

    .igg_FilterButton:hover {
        background: #fbfbfb;
        border: solid 1px #ccc;
    }

.e_gridView .e_Filtering td {
    padding: 5px;
}

/* Grid dropdown */

.e_griddropdown {
    border-style: none;
    width: 100%;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-color: rgba(0,0,0,0);
    margin-left: -8px;
}

    .e_griddropdown option {
        background: #FFFFFF;
    }

    .e_griddropdown:hover {
        -moz-appearance: button;
        text-indent: initial;
        text-overflow: initial;
    }





.igg_FilterDisabled * {
    display: none;
}

.igg_FilterRow .igg_FilterDisabled {
    pointer-events: none;
}

/*.e_gridView .e_Filtering td:hover:after {
    content: "Clic para filtrar";
    color: #999;
    margin-top: 2px;
    font-size: 10px;
}*/


.e_FilteringRuleDropDown {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 1px rgba(0,0,0,.05);
}

    .e_FilteringRuleDropDown > ul {
        outline: none;
        font-size: 12px;
    }

        .e_FilteringRuleDropDown > ul li {
            padding: 2px 5px;
        }

            .e_FilteringRuleDropDown > ul li:hover {
                background: #fbfbfb;
                cursor: pointer;
            }


/*Variaciones bordes*/


.e_gridView table th {
    background: #fafafa;
    padding: 8px 0;
    text-indent: 8px;
    /*border-bottom: solid 1px #eee;*/
    text-overflow: ellipsis;
    min-width: 50px;
    position: relative;
    border: none;
    /* width: auto !important;*/
    white-space: nowrap;
}

.e_gridView.ignoreMinHeight table th {
    min-width: 40px !important;
}

.e_gridView table tr.gridEvalResults th {
    font-size: 12px;
    padding: 8px 4px;
}

/* Solución para casos de cabeceras alineadas a la derecha sin margen */
.e_gridView table th.text-right {
    padding-right: 8px;
}

    .e_gridView table th span {
        color: #666;
        font-size: 13px;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100%-10px);
        display: block;
        position: absolute;
        left: 8px;
        right: 5px;
        top: 7px;
        bottom: 5px;
        pointer-events: none;
        min-height: 24px;
    }

    .e_gridView table th img {
        position: absolute;
        right: 3px;
        top: 40%;
    }

.e_gridView.e_HasGroupedColumns1 table th:first-child {
    width: 20px !important;
}

.e_gridView.e_HasGroupedColumns2 table th:first-child {
    width: 40px !important;
}

.e_gridView.e_HasGroupedColumns3 table th:first-child {
    width: 60px !important;
}

.e_gridView.e_HasGroupedColumns4 table th:first-child {
    width: 80px !important;
}

.e_gridView.e_HasGroupedColumns5 table th:first-child {
    width: 100px !important;
}

.e_gridView.e_HasGroupedColumns6 table th:first-child {
    width: 120px !important;
}

.e_gridView.e_HasGroupedColumns7 table th:first-child {
    width: 140px !important;
}

.e_gridView.e_HasGroupedColumns8 table th:first-child {
    width: 160px !important;
}

.e_gridView.e_HasGroupedColumns9 table th:first-child {
    width: 180px !important;
}

.e_gridView.e_HasGroupedColumns10 table th:first-child {
    width: 200px !important;
}


.e_gridView table th:hover {
    background: #eee;
}

/*Caso especifico para regular tamaño de encabezados según texto*/
.e_gridView.e_gridView_whiteSpace table th {
    white-space: pre-wrap !important;
}

.e_gridView .e_tableRow td:not(:last-child),
.e_gridView table th:not(:last-child) {
    /*border-right: solid 1px #ddd;*/
}

th.e_headerColButtonActions {
    border-left: none !important;
    position: relative;
    pointer-events: none;
}

    th.e_headerColButtonActions * {
        display: none !important;
    }

/*th.e_headerColButtonActions:after
{
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    bottom: 0;
    width: 1px;
    background: #fbfbfb;
}*/

.e_gridView td.e_before_options {
    border-right: medium none !important;
}

.e_gridView td.e_buttonAction {
    border-left: medium none !important;
}

th.e_headerColButtonActions:hover {
    background: #fafafa !important;
    cursor: default;
}


.e_gridView tr.ig_Header > td > div > table > tbody {
    /*border: solid 1px #ddd;
    border-bottom: none;*/
}

/*@media (min-width:768px)
{*/

.e_gridView > table > tbody > tr:nth-child(2) > td > table {
    border: solid 1px #ddd;
    /*border-top-color: #eee;*/
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
}
/*}*/

.e_gridView > table > tbody > tr:nth-last-child(2) > td > div {
    border: solid 1px #ddd;
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
    margin-top: -1px;
}


/*Edicion en grid*/
.e_gridViewEditable {
    background-color: #FFF6D1;
}

    .e_gridViewEditable input:hover {
        cursor: pointer;
    }

.e_gridViewEditableButton span:hover {
    cursor: pointer;
}

.e_gridViewEditableButton span {
    display: table;
    margin: auto;
}

.e_gridViewEditable input {
    display: block;
    margin: auto;
    cursor: pointer;
}

.webdatagrid_edit {
    font-size: 12px;
    margin-top: -1px;
    box-shadow: 0 0 5px rgba(102, 175, 233, 1);
    border: 1px solid rgba(102, 175, 233, 1);
}

.e_gridViewEditableHeader {
    background-color: #FFE57F !important;
}

/*Columnas bloqueadas */

.igg_FixedColumnHeaderCssClass {
    border-right: 1px solid #ddd !important;
}

.igg_FixedColumnCellCssClass > tr > td {
    background: #fafafa none repeat scroll 0 0;
    border-right: 1px solid #ddd !important;
}

.webdatagrid > table {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.02);
}

.igg_FixedColumnCellCssClass > tr > td {
    padding-left: 0px !important;
    text-indent: 5px;
}

    .igg_FixedColumnCellCssClass > tr > td:nth-child(1) {
        padding-left: 5px !important;
    }

    .igg_FixedColumnCellCssClass > tr > td > div {
        margin-top: -1px !important;
    }


.e_gridView.e_With_Options > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td > div {
    overflow: visible !important;
}

.e_gridView > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td > div > table {
    table-layout: fixed !important;
    width: 100% !important;
}

    .e_gridView > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td > div > table td {
        min-width: 50px;
    }

/* Tablas sin bordes */
.e_gridHiddenBorder.e_gridView > table > tbody > tr:nth-child(2) > td > table {
    border: none;
}

/* Tablas responsivas */

@media (max-width: 767px) {


    .e_gridResponsive > table > tbody > tr:nth-child(2) > td {
        display: block;
        overflow-x: scroll;
        box-shadow: inset -1px 0px 0px #eee;
        position: relative;
        box-shadow: 3px 3px 0px rgba(0,0,0,.02);
        border: solid 1px #ddd;
    }

        .e_gridResponsive > table > tbody > tr:nth-child(2) > td > table {
            width: 900px !important;
            margin-left: -1px;
            border: none;
        }

            .e_gridResponsive > table > tbody > tr:nth-child(2) > td > table > tbody {
                display: block;
                width: 900px;
            }

                .e_gridResponsive > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td > div {
                    overflow-x: hidden !important;
                    overflow-y: visible !important;
                }
}


/* Selector de número de resultados por página */

.e_pagersize {
    float: left;
    top: -88px;
    position: relative;
    margin: 20px 0;
}

    .e_pagersize span {
        float: left;
        font-size: 13px;
        padding: 2px 0;
        margin-right: 5px;
    }

        .e_pagersize span:last-child {
            font-size: 12px;
            color: #999;
        }

    .e_pagersize select {
        width: auto;
        float: left;
        margin-right: 5px;
    }

@media (max-width:539px) {
    .e_pagersize {
        top: -25px;
    }
}


/* Filtros infragistics */

.iggFilterBox {
    background: #fff;
    outline: none;
}

.iggFiltering {
    background: #fff;
    border-top: solid 1px #ddd;
    padding: 5px 0;
    height: 40px;
}

    .iggFiltering span {
        cursor: pointer;
    }

        .iggFiltering span:after {
            content: 'Filtrar por...';
            color: #ccc;
            margin-left: 10px;
            border: none;
        }


.iggFilterButton {
    /*float:left;*/
}


/* Tablas GridView */

table.e_gridView {
}

    table.e_gridView tr.e_gridViewPager td {
        border: none;
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }

        table.e_gridView tr.e_gridViewPager td:hover {
            background: none;
        }

        table.e_gridView tr.e_gridViewPager td a,
        table.e_gridView tr.e_gridViewPager td span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            cursor: pointer;
            color: #333;
        }

        table.e_gridView tr.e_gridViewPager td span {
            color: #fff;
            cursor: default;
            background-color: #428bca;
            border-color: #428bca;
        }

        table.e_gridView tr.e_gridViewPager td a:hover {
            background-color: #fbfbfb;
        }


    table.e_gridView tr.e_gridViewPager table td:first-child a,
    table.e_gridView tr.e_gridViewPager table td:first-child span {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    table.e_gridView tr.e_gridViewPager table td:last-child a,
    table.e_gridView tr.e_gridViewPager table td:last-child span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

/* Grids que se utilizan como contenedores, como en Mis datos */

.e_gridAsSection {
}

    .e_gridAsSection > thead > tr > td,
    .e_gridAsSection > tbody > tr > td,
    .e_gridAsSection > tfoot > tr > td {
        /*border-top: none;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;*/
    }


/* Tablas*/

.table.e_no_border_table td, .table.e_no_border_table th {
    border-left: medium none !important;
    border-top: medium none !important;
}

.e_no_padding_table td, .e_no_padding_table th {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.table .e_table_xs_btn {
    width: 25px;
}

.table-hover > tbody > tr > td img.e_moreinfo {
    opacity: .2;
}


.table-hover > tbody > tr:hover > td img.e_moreinfo {
    opacity: 1;
}

/* Sobreescritura de estilos de tablas */

.rdLeft, .rdRight {
    width: 0px !important;
}

.RadDock .rdContent {
    font: inherit !important;
    overflow: visible !important;
}

.RadDock .rdCenter .rdCommands {
    display: none;
}

.ig_Control.igtab_THControl {
    overflow: visible !important;
    min-height: 0 !important;
    /*padding: 0 10px;*/
}

.RadDock .rdTop {
    height: 60px;
}


/* Lo siguiente afecta a distintos módulos */

.tableHeader {
    padding: 5px 0;
    text-align: left;
}

    .tableHeader > th {
        border: none;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        padding: 5px 0;
    }

/* a */
.cellDay {
    display: block;
    height: 70px;
    text-decoration: none !important;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
}

/* span */
.cellTitle {
    text-decoration: none;
    padding: 1px 3px;
    display: block;
    text-align: right;
    vertical-align: top;
    font-weight: 600;
    font-size: 11px;
    color: #333;
}


.cellDay:not([disabled=disabled]):hover {
    background: #FFF5CC;
}

.cellDay:focus {
    outline: solid 5px rgba(0,0,0,.1);
    background: #FFF5CC;
}

.cellContent {
    display: block;
    font-size: 11px;
    color: #333;
    line-height: 1.1em;
    padding: 1px 3px;
}


.tableRow > td {
    border-color: #ddd;
    height: 100%;
    width: 14%;
}


    .tableRow > td:first-child {
        width: 20px !important;
        font-size: 11px;
        padding: 0 5px;
        font-weight: 600;
        color: #999;
        text-align: center;
    }





.e_cellNums {
    text-align: right;
}

.e_gridAlignLeft {
    text-align: left !important;
}

.e_gridAlignCenter {
    text-align: center !important;
}


.e_gridAlignRight {
    text-align: right !important;
}

.e_cellAlignCenter {
    text-align: center;
    vertical-align: middle;
}

th.e_cellNums {
    padding-right: 8px !important;
}

.e_tree .igt_align {
    margin: 0px !important;
}

.e_treelabelcheckbox {
    margin-top: 2px;
    margin-left: 2px;
}


.igdd_DropDownListContainer
{
    background-color:White;
    border: 1px solid #eee;
}

/*******Sombra de la cabecera del grid al mover las columns *******/
.e_gridView > table > tbody > tr:nth-child(2) > td > table > tbody:nth-child(2) > tr > td > div > table:not([mkr="dataTbl.hdn"]) {
    width: 100px !important;
}


/* Grid de conocimiento en competencias */
.competencesKnowledgeGrid table th span {
    position: static;
    text-align: left;
}

/*****************************De momento estilos migrados de la web vieja *************************/
.qualGlobal
{
    text-align:center; 
    margin-left:auto;
    margin-right:auto; 
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.qualGlobalTitle
{
    margin-top:15px;  
    border-bottom: 1px solid #EEEEEE;
    font-size:15px;
    height:30px;
    /*font-weight:300;*/
}

.qualGlobalDataQual
{
    margin-bottom:20px;
    height:30px;
}


.qualGlobalDataQuant
{
    height:50px;
}

.qualGlobalSerie
{
    /*float:left;
    width:300px;*/
}

.qualGlobalValue
{
    font-size:40px;
}

.quantGlobalValue
{
    font-size:22px;
}


/***************** TABLAS MVC ******************/



/*.jsgrid {
}

    .jsgrid table {
        border: solid 1px #ddd;
        box-shadow: 3px 3px 0px rgba(0,0,0,.02);
    }

        .jsgrid table > thead > tr > th {
            vertical-align: middle;
            color: #666;
            font-size: 13px;
            font-weight: 600;
            overflow: hidden;
            height: 50px;
            border-bottom: solid 1px #eee;
            background: #fafafa;
            padding: 8px 0px;
            text-indent: 8px;
            text-overflow: ellipsis;
            min-width: 50px;
            position: relative;
            border: none;
            white-space: nowrap;
        }

        .jsgrid table > tbody > tr > td {
            font-size: 12px;
            word-break: break-word;
        }
}*/


/***************** TABLAS GRIDVIEW 2 ******************/

/*.jsgrid {
    margin-bottom: 20px;
    border: solid 1px #ddd;
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
}

    .jsgrid table {
        border: none;
        border: solid 1px #ddd;
    box-shadow: 3px 3px 0px rgba(0,0,0,.02);
    }

.jsgrid-grid-header {
    border: none;
}

.jsgrid-header-row > .jsgrid-header-cell {
    vertical-align: middle;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    height: 50px;
    border-bottom: solid 1px #eee;
    background: #fafafa;
    padding: 8px 0px;
    text-indent: 8px;
    text-overflow: ellipsis;
    min-width: 50px;
    position: relative;
    border: none;
    white-space: nowrap;
    border: none;
}

.jsgrid table > tbody > tr > td {
    line-height: 1.42857143;
    border: none;
    border-top: 1px solid #eee;
    word-wrap: break-word;
}*/

