﻿ .bg-yellow {
            background-color: #f39c12 !important;
        }

        .bg-aqua {
            background-color: #00c0ef !important;
        }

        .bg-red {
            background-color: #dd4b39 !important;
        }

        .bg-green {
            background-color: #00a65a !important;
        }

        .boxgreen {
            width: 50%;
            height: 50%;
            background: #00a65a;
        }

        .boxred {
            width: 50%;
            height: 50%;
            background: #dd4b39;
        }

        .boxyellow {
            width: 50%;
            height: 50%;
            background: #f39c12;
        }

        .info-box {
            display: block;
            min-height: 45px;
            background: #fff;
            width: 100%;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            margin-bottom: 15px;
            border-radius: 5px 5px 5px 5px;
        }

            .info-box small {
                font-size: 14px;
            }

            .info-box .progress {
                background: rgba(0, 0, 0, 0.2);
                margin: 5px -10px 5px -10px;
                height: 2px;
            }

                .info-box .progress,
                .info-box .progress .progress-bar {
                    border-radius: 0;
                }

                    .info-box .progress .progress-bar {
                        background: #fff;
                    }

        .info-box-icon {
            border-top-left-radius: 5px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 5px;
            display: block;
            float: left;
            height: 45px;
            width: 45px;
            text-align: center;
            font-size: 35px;
            line-height: 40px;
            background: rgba(0, 0, 0, 0.2);
        }

            .info-box-icon > img {
                max-width: 100%;
            }

        .info-box-content {
            padding: 0px 10px;
            margin-left: 40px;
        }

        .info-box-number {
            display: block;
            font-weight: bold;
            font-size: 10px;
        }

        .progress-description,
        .info-box-text {
            display: block;
            font-size: 11px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .info-box-text {
            text-transform: uppercase;
        }

        .info-box-more {
            display: block;
        }

        .progress-description {
            margin: 0;
        }

        .col-sm-3 {
            width: 20%;
        }

        .modal-dialog-lg {
            margin: 30px auto;
            width: 75% !important;
        }

        .modal-dialog-xlg {
            margin: 30px auto;
            width: 100% !important;
        }

        .modal-dialog-sm {
            margin: 30px auto;
            width: 30% !important;
        }

        .timeline {
            list-style: none;
            padding: 20px 0 20px;
            position: relative;
        }

            .timeline:before {
                top: 0;
                bottom: 0;
                position: absolute;
                content: " ";
                width: 3px;
                background-color: #eeeeee;
                right: 25px;
                margin-left: -1.5px;
            }

            .timeline > li {
                margin-bottom: 20px;
                position: relative;
            }

                .timeline > li:before,
                .timeline > li:after {
                    content: " ";
                    display: table;
                }

                .timeline > li:after {
                    clear: both;
                }

                .timeline > li:before,
                .timeline > li:after {
                    content: " ";
                    display: table;
                }

                .timeline > li:after {
                    clear: both;
                }

                .timeline > li > .timeline-panel {
                    width: calc( 100% - 75px );
                    float: left;
                    border: 1px solid #d4d4d4;
                    border-radius: 2px;
                    padding: 20px;
                    position: relative;
                    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
                    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
                }

                    .timeline > li > .timeline-panel:before {
                        position: absolute;
                        top: 26px;
                        right: -15px;
                        display: inline-block;
                        border-top: 15px solid transparent;
                        border-left: 15px solid #ccc;
                        border-right: 0 solid #ccc;
                        border-bottom: 15px solid transparent;
                        content: " ";
                    }

                    .timeline > li > .timeline-panel:after {
                        position: absolute;
                        top: 27px;
                        right: -14px;
                        display: inline-block;
                        border-top: 14px solid transparent;
                        border-left: 14px solid #fff;
                        border-right: 0 solid #fff;
                        border-bottom: 14px solid transparent;
                        content: " ";
                    }

                .timeline > li > .timeline-badge {
                    color: #fff;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    font-size: 1.4em;
                    text-align: center;
                    position: absolute;
                    top: 16px;
                    right: 0px;
                    margin-left: -25px;
                    background-color: #999999;
                    z-index: 100;
                    border-top-right-radius: 50%;
                    border-top-left-radius: 50%;
                    border-bottom-right-radius: 50%;
                    border-bottom-left-radius: 50%;
                }

                .timeline > li.timeline-inverted > .timeline-panel {
                    float: right;
                }

                    .timeline > li.timeline-inverted > .timeline-panel:before {
                        border-left-width: 0;
                        border-right-width: 15px;
                        left: -15px;
                        right: auto;
                    }

                    .timeline > li.timeline-inverted > .timeline-panel:after {
                        border-left-width: 0;
                        border-right-width: 14px;
                        left: -14px;
                        right: auto;
                    }

        .timeline-badge.primary {
            background-color: #2e6da4 !important;
        }

        .timeline-badge.success {
            background-color: #3f903f !important;
        }

        .timeline-badge.warning {
            background-color: #f0ad4e !important;
        }

        .timeline-badge.danger {
            background-color: #d9534f !important;
        }

        .timeline-badge.info {
            background-color: #5bc0de !important;
        }

        .timeline-title {
            margin-top: 0;
            color: inherit;
        }

        .timeline-body > p,
        .timeline-body > ul {
            margin-bottom: 0;
        }

            .timeline-body > p + p {
                margin-top: 5px;
            }

        .centro {
            display: inline-block;
            vertical-align: middle;
        }

        .moverCheck {
            float: left;
            margin-right: 15px;
        }

        .renglones td {
            height: 24px;
        }
        .NCColaborador{
            padding-left:0px;
            padding-right:0px;
        }
        .divPanelesDatosActor{
            padding-left:0px;
            padding-right:0px;
        }
        .padDatos{
            padding-right:0px;
        }
        .padTDatos{
            padding-right:0px;
        }
        .padTDetalle{
            padding-left:0px;
            padding-right: 0px;
        }
        .ModalActores{height:430px;overflow-y:scroll;overflow-x: hidden;}
        .botonesActor{border-radius: 4px!important;margin-right: 4px;}


/*xs*/

@media (max-width: 767px){
    .panelDNuevos{padding-left:0px;padding-right:0px;}
    .padTDetalle{padding-left:14px!important;padding-right:0px;} 
    .timelineResponsive{padding-left:4px!important;padding-right:0px!important;}
    .bodyPanelActores{padding-left:4px;padding-right:0px;}
    .timeline > li {margin-bottom: 10px;position: relative;}
    .timeline > li > .timeline-badge{width:25px;height:25px;line-height:24px;border-top-right-radius:0%;top: 28px;}
    .timeline > li > .timeline-panel{width: calc( 100% - 47px );}
    .fa-2x{font-size: 14px!important;}
    .EncabezadoP {font-size:11px!important;margin-right: 4px;}
    .EncabezadoActor{font-size: 11px;}
    .TamDetalleActor{font-size: 10px;}
    .botonesActor{font-size: 7px;border-radius: 4px!important;margin-right: 4px;}
     .modal-dialog-sm {margin: 30px auto;width: 84% !important;}
    .ModalActores {height: 100%;overflow-x:hidden}
    .PieActores{padding-top:5px;}
    .ResponsiveModal{overflow-x: hidden;height: 78%; overflow-y:hidden; padding: 4px!important;}
    .modalCambia{height:84%;}
    .responsiveHeader{height: 10%;padding-top: 6px;padding-bottom: 0px;}
    .responsiveContent{height:100%;}
    .btnReporte{display:none!important;}
    .EncabezadoCU{padding:5px!important;}
    .BodyCU{padding:4px!important; font-size:8px; overflow-x:scroll;}
    .TablaCU{margin-bottom:0px!important;}
    .footerCU{padding:4px!important;}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px){
     .panelDNuevos{padding-left:0px;padding-right:0px;}
    .padTDetalle{padding-left:14px!important;padding-right:0px;} 
     .modal-dialog-sm {margin: 30px auto;width: 55% !important;}
      .BodyCU{padding:4px!important;overflow-x:scroll;}
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px){
    .panelDNuevos{padding-left:0px;padding-right:0px;}
    .padTDetalle{padding-left:14px!important;padding-right:0px;} 
     .modal-dialog-sm {margin: 30px auto;width: 50% !important;}
      .ModalActores {overflow-x:hidden;}
      .BodyCU{padding:4px!important;overflow-x:scroll;}
      
}