﻿.ExplorerInterface-CfContainer {
    background-color: rgba(255,255,255,0.5);
    padding-top: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}

.ExplorerInterface-CfTitle {
    text-align: left;
    font-size: 25px;
    color: #fff;
    background-color: black;
    padding-top: 3px;
    padding-left: 40px;
}

.ExplorerInterface-CfPanel {
    /*background-color:#E8E6E7;*/
    margin: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}

    .ExplorerInterface-CfPanel > div {
        padding-top: 15px;
    }

.ExplorerInterface-CfGridExplorer {
    margin-top: 0px;
}

/****   FILTROS   *****/
.ExplorerInterface-CfPlec {
    background-color: #9EA374;
    color: white;
    padding: 5px 5px 5px 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ExplorerInterface-CfPlecLeft {
    width: 15px;
    height: 45px;
    background-color: #A41D36;
    margin-bottom: 20px;
    margin-top: 10px;
    position: absolute;
    margin-left: 0px;
}

.ExplorerInterface-CfExpand {
    background: url(../Img/icono-mostrar.png) no-repeat;
    border: none;
    width: 25px;
    height: 24px;
    padding: 0px;
    margin-left: 55px;
    margin-top: 5px;
}

    .ExplorerInterface-CfExpand:hover {
        background: url(../Img/icono-mostrar.png) no-repeat;
        border: none;
        width: 25px;
        height: 24px;
        padding: 0px;
        margin-left: 55px;
    }

.ExplorerInterface-CfColapse {
    background: url(../Img/icono-ocultar.png) no-repeat;
    border: none;
    width: 25px;
    height: 24px;
    padding: 0px;
    margin-left: 55px;
    margin-top: 5px;
}

    .ExplorerInterface-CfColapse:hover {
        background: url(../Img/icono-ocultar.png) no-repeat;
        border: none;
        width: 25px;
        height: 24px;
        padding: 0px;
        margin-left: 55px;
    }

.ExplorerInterface-CfPanel-Visible {
    display: block;
    visibility: visible;
}

.ExplorerInterface-CfPanel-Hidden {
    display: none;
    visibility: hidden;
}

.ExplorerInterface-CfFormGroup {
}

    .ExplorerInterface-CfFormGroup div {
        height: 30px;
    }

.ExplorerInterface-CfLabelControl {
    text-align: right;
    color: #727272;
    padding-right: 7px;
    font-weight: normal;
    margin-top: 6px;
}

.ExplorerInterface-CfLabelControlLeft {
    text-align: left;
    color: #727272;
    padding-right: 7px;
    font-weight: normal;
    margin-top: 6px;
}

.ExplorerInterface-CfLabelDataLeft {
    text-align: left;
    color: #727272;
    padding-right: 7px;
    font-weight: 600 !important;
    margin-top: 6px;
}

.ExplorerInterface-CfLabelDataRight {
    text-align: right;
    color: #727272;
    padding-right: 7px;
    font-weight: 600 !important;
    margin-top: 6px;
    display: block;
}

.ExplorerInterface-CfInputControl {
    text-align: left;
    color: #666;
    padding-left: 5px;
    /*border: 1px;
    border-top: none;
    border-left: none;
    border-bottom-color: #656565;
    border-bottom-style: solid;
    border-right-color: #656565;
    border-right-style: solid;*/
    background-color: #e1e1e1;
    border-radius: 3px;
    width: 100%;
}

.ExplorerInterface-CfInputSelectControl {
    text-align: left;
}

    .ExplorerInterface-CfInputSelectControl select {
        color: #666;
        padding-left: 5px;
        border: 1px;
        border-top: none;
        border-left: none;
        border-bottom-color: #656565;
        border-bottom-style: solid;
        border-right-color: #656565;
        border-right-style: solid;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #F3F3F3;
        width: 100%;
    }

        .ExplorerInterface-CfInputSelectControl select::-ms-expand {
            display: none;
        }

.ExplorerInterface-CfBaseGrid {
    border-radius: 0px 0px 0px 0px;
    border: 0 !important;
}

    .ExplorerInterface-CfBaseGrid .k-grid-header {
        background-color: #A41D36 !important;
        border-bottom: 0px;
    }

    .ExplorerInterface-CfBaseGrid .k-grid > .k-grouping-header, .k-grid-header:first-child, .k-grid-toolbar:first-child, .k-scheduler > .k-scheduler-toolbar:first-child {
        border-radius: 0px 0px 0px 0px;
    }

    .ExplorerInterface-CfBaseGrid .k-grid-header-wrap {
        border-color: rgb(88,90,95);
    }

    .ExplorerInterface-CfBaseGrid thead {
        border-color: #fcebb5 !important;
    }

        .ExplorerInterface-CfBaseGrid thead tr {
            border-bottom: 0px !important;
        }

        .ExplorerInterface-CfBaseGrid thead th {
            color: white !important;
            background-color: #A41D36 !important;
            border-bottom: 0px !important;
            border-color: transparent;
            font-weight: 500 !important;
            text-align: center !important;
        }
            .ExplorerInterface-CfBaseGrid thead th .k-link {
                color: white !important;
            }

    .ExplorerInterface-CfBaseGrid .k-grid-norecords-template{
        width: 100% !important;
        border: 0px !important;
    }
    .ExplorerInterface-CfBaseGrid tbody {
    }

        .ExplorerInterface-CfBaseGrid tbody tr {
        }

        .ExplorerInterface-CfBaseGrid tbody td {
            color: #666 !important;
            border-color: transparent;
            border: 0px !important;
            text-align: center;
        }

        .ExplorerInterface-CfBaseGrid tbody .k-alt{
            color: #9EA374 !important;
            background-color: #ece8e2 !important;
        }       

    .ExplorerInterface-CfBaseGrid .k-grid-norecords-template {
        width: 40em;
    }
    .ExplorerInterface-CfBaseGrid .k-grid-footer {
        background-color: white !important;
        border-bottom: 0px;
    }
        .ExplorerInterface-CfBaseGrid .k-grid-footer td {
            background-color: white !important;
            border-color: transparent;
            border: 0px !important;
        }

.ExplorerInterface-CfRowSpacer {
    border-radius: 0px 0px 0px 0px !important;
    height: 10px;
}


.ExplorerInterface-CfIconSearch {
    background: url(../Img/btn_search.png) no-repeat;
    border: none;
    width: 140px;
    height: 46px;
}

    .ExplorerInterface-CfIconSearch:hover {
        background: url(../Img/btn_search_hover.png) no-repeat;
        border: none;
        width: 140px;
        height: 46px;
    }

    .ExplorerInterface-CfButtonPrint {
    background: url(../Img/btn_print.png) no-repeat;
    border: none;
    width: 140px;
    height: 46px;
}

    .ExplorerInterface-CfButtonPrint:hover {
        background: url(../Img/btn_print_hover.png) no-repeat;
        border: none;
        width: 140px;
        height: 46px;
    }

     .ExplorerInterface-CfButtonExportDocument {
    background: url(../Img/btn_export_document.png) no-repeat;
    border: none;
    width: 140px;
    height: 46px;
}

    .ExplorerInterface-CfButtonExportDocument:hover {
        background: url(../Img/btn_export_document_hover.png) no-repeat;
        border: none;
        width: 140px;
        height: 46px;
    }

.ExplorerInterface-CfButtonClean {
    background: url(../Img/btn_clean.png) no-repeat;
    border: none;
    width: 140px;
    height: 46px;
}

    .ExplorerInterface-CfButtonClean:hover {
        background: url(../Img/btn_clean_hover.png) no-repeat;
        border: none;
        width: 140px;
        height: 46px;
    }

.ExplorerInterface-CfButtonSave {
    background: url(../Img/btn_save.png) no-repeat;
    border: none;
    width: 129px;
    height: 37px;
}

    .ExplorerInterface-CfButtonSave input:hover {
        background: url(../Img/btn_save_hover.png) no-repeat;
        border: none;
        width: 129px;
        height: 37px;
    }

.ExplorerInterface-CfButtonAcept {
    background: url(../Img/btn_aceptar.png) no-repeat;
    border: none;
    width: 129px;
    height: 37px;
}

    .ExplorerInterface-CfButtonAcept input:hover {
        background: url(../Img/btn_aceptar_hover.png) no-repeat;
        border: none;
        width: 129px;
        height: 37px;
    }

.ExplorerInterface-CfButtonDetail {
    background: url(../Img/ico_detalle.png) no-repeat;
    border: none;
    width: 15px;
    height: 18px;
}

.ExplorerInterface-CfMainFilter select {
    background-color: #9EA374 !important;
    border: 1px;
    border-color: #9EA374;
    border-style: solid;

    color: #FFF;
    padding-left: 5px;
    width: 100%;
}

    .ExplorerInterface-CfMainFilter select::-ms-expand {
        color: #fff;
    }

.CfExplorerFilterLabel {
    color: #666;
    font-family: Roboto;
    font-size: 20px;
}