
/***************** combo dominio *************************************/
#mndactual{
    padding: 4px;
    background-color: #f9f9f9;
    border: solid 1px #DEDEDE;
    width: 100%;
}
#mndlista{
    background-color: #f9f9f9;
    position:absolute;
    border: solid 1px #DEDEDE;
    z-index:1;
    width: 100%;
}
#mndactual span{
    vertical-align: middle;
    height: 40px;
}
#mndactual i{
    vertical-align: middle;
    height: 40px;
}
#mndlista ul{
    list-style:none;
    cursor: pointer;
    margin:0;
    padding:0;
}
#mndlista ul li{
    padding: 4px;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
}
#mndlista ul li:hover{
    background-color: #428ff4;
    color: #FFFFFF;
}
#mndlista ul li span{
    vertical-align: middle;
    height: 40px;
}
#mndlista ul li i{
    vertical-align: middle;
    height: 40px;
}

/***************** html Combo Ajax*************************************/
.buscaComboTexto div div{
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    border: 1px solid #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    margin-left: 0;
    padding: 6px;
    cursor:pointer;
}
.buscaComboLista{
    background-color: #F7FBFC;
    position:absolute;
    border: solid 1px #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    z-index:2;
}
.buscaComboLista div ul{
    list-style:none;
    cursor: pointer;
    margin:0;
    padding:0;
}
.buscaComboLista div ul li{
    padding:4px;
}

/***************** Parpadeo de Alertas *************************************/
.parpadea {

    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*
    INICIO CSS PARA EXPLORER DE CALIDAD/REPOSITORIO
*/
.file_manager{
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.panel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    /* avoid browser level touch actions */
    xtouch-action: none;
}

.panel-left {
    flex: 0 0 auto;
    /* only manually resize */

    min-width: 18%;
    max-width: 50%;
    height:99%;
    background:#e6e6e6;
    border-top:1px solid #c2c2c2;
    border-bottom:1px solid #c2c2c2;
    border-right:1px solid #c2c2c2;

}
.panel_left_in{
    padding: 10px;
    height:95%;
    overflow-y: auto;
    overflow-x: hidden;
}

.panel-left .hover{
    color:orange;
}
.panel-left .selected{
    color:orange;
    font-weight: bold;
}

.panel_left_in li{
    cursor: pointer;
}

.panel_left_in, .panel_left_in ul, .panel_left_in li {
    position: relative;
    margin-left:5px
}

.panel_left_in ul {
    list-style: none;
}

.panel_left_in li::before, .panel_left_in li::after {
    content: "";
    position: absolute;
    left: -12px;
}

.panel_left_in li::before {
    border-top: 1px dotted green;
    top: 9px;
    width: 8px;
    height: 0;
}

.panel_left_in li::after {
    border-left: 1px dotted brown;
    height: 100%;
    width: 0px;
    top: 2px;
}

.panel_left_in ul > li:last-child::after {
    height: 8px;
}



.panel-right {
    flex: 1 1 auto;
    /* resizable */
    padding: 10px;
    width: 80%;
    height:94%;
    background:#fff;
    border-top:1px solid #c2c2c2;
    border-bottom:1px solid #c2c2c2;
    overflow-y: auto;
    overflow-x: hidden;
}
.panel-right ul{
    list-style: none;
    padding: 14px 0 0 14px;
    margin: 0;
}

.panel-right li{
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden;
    width: 100px;
}
.panel-right li .icon{
    display: inline-block;
    position: relative;
}
.panel-right li .text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}
.panel-right .hover{
    background-color:#E6E6E6;
    border-color:transparent;
}

.panel-right .selected{
    background-color:#BDBDBD;
    border-color:transparent;
    border: 1px solid #6E6E6E;
}


.panel-right .icon_responsable{
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
}


.file_manager .header{
    padding: 10px;
}
.file_manager .header input{
    margin:0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.file_manager .header .btn-group{
    display: inline-block;
}

.file_manager .root{
    padding: 5px;
}
/* FIN CSS PARA EXPLORER DE CALIDAD/REPOSITORIO */


/*ini timeline*/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
 
/* The line */
.cbp_tmtimeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #afdcf8;
    left: 20%;
    margin-left: -10px;
}
 
.cbp_tmtimeline > li {
    position: relative;
}
 
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 15%;
    padding-right: 100px;
    position: absolute;
}
 
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
 
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}
 
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #3594cb;
}
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #6cbfee;
}
 
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #3594cb;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #6cbfee;
}
 
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
 
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 10px;
}
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #6cbfee;
}
 
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}
 
/* Example Media Queries */
@media screen and (max-width: 65.375em) {
 
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}
 
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
 
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
 
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
 
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
 
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #3594cb;
        top: -20px;
    }
 
    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }
 
    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}
/*fin timeline*/