@import 'variablesGlobales.css';

.panelCentralVisualizador{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 88%;
    width: 100%;
}
.numVideo{
    width: 80px;
}

.numordervideo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.barraprogreso{
    width: 80%;
    margin-bottom: 10px;
}
.tablaCompletaTV{
    width: 70%;
    height: 250px;
    overflow-y: auto;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;

}
.borderGuardarTV{
    width: 60%;
}

.derechaVisualizador{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 98%;
    width: 100%;
}
.modallogoVideo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.logoConfig{
    width: 40%;
}

.IzquierdaVisualizador{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 95%;
    width: 60%;
    padding: 15px;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    border-color: #686868;
}

.textTV{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0px;
    margin-top: 20px;
    /*margin-right: 80px;*/
    text-align: left;
    
}
.botonGuardarCOnfigTV{
    margin-top: 5px;
    margin-bottom: 9px;
}

.botonGuardarVideos{
    margin: 3px;
}

.botonesConfigTV{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.mensajerotativo{
    font-size: 15px;
    font-weight: bold;
}

.botonContraIp{
    margin: 10px;
}
.separarCrearTv{
    border-style: solid;
    border-width:0px 0px 1px 0px;
    border-color: #b9bbbe;
    margin-bottom: 10px;
}
.textlabelsm{
    text-align: left;
}

.mensajerotativo{
    text-align: center;
}
.subtituloDerecha2{
    width: 99%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-width:0px 0px 1px 0px;
    border-color: #EFEFF2;
    padding: 10px;
    margin: 5px;
}
.paneldere2{
    width: 104%;
    height: 100%;
    background-color: #A288FC;
}

