﻿.header {
    /*box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.1);*/
    border-bottom-width: 0;
    padding: 10px;
    padding-right: 12px;
    border: none !important;
}

.content-section {
    /*background-color: white;*/
    padding: 50px 0 0 0;
}

.dxNavBar {
    padding-top: 50px !important;
}

.panelLeft {
    background-color: #FAFAFA;
    border-right: 1px solid #D9D9D9;
    padding: 0px !important;
}

.avatar {
    float: right;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #E3E4E5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    text-align: center;
    cursor: pointer;
}

    .avatar i {
        margin-top: 6px;
    }

.avatar-user {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    border: solid 3px #009688;
}

.icon img {
    position: absolute;
    left: 15px;
    top: 0px;
    float: left;
    width: 140px;
    height: 45px;
}

.title {
    margin-left: 70px;
    margin-top: 6px;
}

.avatar:hover {
    background-color: #009688;
}

.LogOut {
    width: 116px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

    .LogOut:hover {
        color: #8C9195;
    }

.col-lg-9 {
    padding-right: 0px !important;
}

caption {
    caption-side: top !important;
}

#panelBusqueda {
    display: none;
}

.dxis-imageArea {
    padding-top: 50px !important;
}

ul {
    list-style-type: none;
}

.dxcvStatusBar_MaterialCompact1 tr.dxcv > td {
    padding: 5px !important;
}

.dxcvCard_MaterialCompact1 {
    height: 120px !important;
}

.dxbButton_MaterialCompact1 {
    border-radius: 49px !important;
}

.dxctToolbar_MaterialCompact1 {
    padding: 9px 0 9px 0 !important;
    height: 55px !important;
}

.dxbButton_MaterialCompact1 {
    text-transform: none !important;
}

#comboHorizontal {
    width: 90%;
    margin: 0 auto;
    height: auto;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    background-image: -webkit-linear-gradient(top,#FFFFFF,#F4F4F4);
    background-image: -moz-linear-gradient(top,#FFFFFF,#F4F4F4);
    background-image: -ms-linear-gradient(top,#FFFFFF,#F4F4F4);
}

#reporteHorizontal {
    width: 90%;
    margin: 0 auto;
    height: auto;
    margin-top: 20px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    background-image: -webkit-linear-gradient(top,#F4F4F4,#FFFFFF);
    background-image: -moz-linear-gradient(top,#F4F4F4,#FFFFFF);
    background-image: -ms-linear-gradient(top,#F4F4F4,#FFFFFF);
}

.FrecuenciaEntrega {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .FrecuenciaEntrega td, th {
        border: 1px solid #dddddd;
        text-align: center;
        padding: 5px;
    }

    .FrecuenciaEntrega th {
        background-color: #F1F1F1;
        font-size: 15px !important;
    }

#contenidoDetalles {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    #contenidoDetalles {
        width: 100% !important;
    }

    .dxgvAdaptiveHeaderPanel_MaterialCompact1 {
        display: none;
    }

    .title {
        font-size: .8em;
    }

    #panelBusqueda {
        width: 100%;
        display: block;
        padding-bottom: 5px;
    }

    .dxis-imageArea {
        padding-top: 20px !important;
    }

    .FrecuenciaEntrega table {
        width: 100%;
    }

    .FrecuenciaEntrega thead {
        display: none;
    }

    .FrecuenciaEntrega td {
        display: block;
        border: none;
        position: relative;
        padding-left: 50%;
    }

        .FrecuenciaEntrega td:before {
            position: absolute;
            top: 0;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        .FrecuenciaEntrega td:nth-of-type(1):before {
            content: "Domingo";
            font-weight: bold;
            font-size: 15px
        }

        .FrecuenciaEntrega td:nth-of-type(2):before {
            content: "Lunes";
            font-weight: bold;
            font-size: 15px
        }

        .FrecuenciaEntrega td:nth-of-type(3):before {
            content: "Martes";
            font-weight: bold;
            font-size: 15px
        }

        .FrecuenciaEntrega td:nth-of-type(4):before {
            content: "Miercoles";
            font-weight: bold;
            font-size: 15px
        }

        .FrecuenciaEntrega td:nth-of-type(5):before {
            content: "Jueves";
            font-weight: bold;
            font-size: 15px
        }

        .FrecuenciaEntrega td:nth-of-type(6):before {
            content: "Viernes";
            font-weight: bold;
            font-size: 15px
        }

        .FrecuenciaEntrega td:nth-of-type(7):before {
            content: "Sabado";
            font-weight: bold;
            font-size: 15px
        }

    .popUpMensajeGuia {
        font-size: 14px !important;
    }

    .btnEnviarDocumentosDMI {
        margin-top: 10px;
    }

    .popUpMensajeGuia .dxbButton_MaterialCompact1.dxbTSys {
        width: 100%;
    }

    .contentButtons {
        padding-top: 20px !important;
    }

    .dxflNestedControlCell_MaterialCompact1, .dxflCaptionCell_MaterialCompact1 {
        padding-top: 0px !important;
    }

    .dxflCaptionCell_MaterialCompact1, .dxflNestedControlCell_MaterialCompact1 {
        padding-bottom: 5px !important;
    }

    .dxgvADDC img {
        height: 45px !important;
        width: 35px !important;
    }

    .dxgvADCMDC {
        text-align: center;
    }

    .Icono {
        padding-top: 15px !important;
        text-align: center;
    }

    .Totales .dxflNestedControlCell_MaterialCompact1 {
        text-align: initial !important;
    }

    .dxisControl .dxis-nbDotsBottom {
        margin-top: -170px !important;
    }
}

@media only screen and (max-width: 400px) {
    #ctl00_lblTitulo {
        font-size: 0 !important;
    }
}
