* { /*font-family: 'Acme', sans-serif;*/ font-family: 'PT Sans Narrow', sans-serif; font-size:14px; font-style: normal; }
html, body { margin:0; padding:0; /*height: 100%; /*background-color: #ec8531; */}

main { margin: 65px 0px 0px 215px; }


.fl { float: left; }
.fr { float: right; }
.cls { clear: both; }
.laranja { background-color: #ec8531; }
.azul { background-color: #084c7d; }
.direita { text-align: right; }

a.lnkLaranja { color:#ec8531; text-decoration:none; margin-right: 10px;}

header 
{ 
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    
    border-bottom: thin solid #ec8531;
    background-color: #c20000;
    position: fixed;
    top: 0px; left:0px;
    width: 100%;

    z-index: 1;
}

.areaLogo { margin-top: 3px; }
figure { margin:0; }
.logo { width: 163px; }
.botao { margin-top:0px; margin-left:5px; text-decoration: none; background-color: #fff; border: none;  padding: 5px; border-radius: 4px; width: 60px;  color: #c20000; cursor: pointer; text-align:center;}
.btnAdicionar {  text-decoration: none; background-color: #ec8531; border: none;  padding: 5px; border-radius: 4px; width: 80px; color: #FFF; cursor: pointer; margin-right: 15px; }

.areaCaixaBusca { margin-right: 20px;  margin-top: 5px; }
.caixaBusca { padding: 4px; border-radius:4px; width: 350px; border:thin solid #c20000; }
.btnBuscar { text-decoration: none; background-color: #fff; border: none;  padding: 5px; border-radius: 4px; width: 60px;  color: #c20000; cursor: pointer;}


/* AREA BOTOES DE CANAIS */
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;
    }
.mnuCanais { width: 200px; height: 100%; border-right: thin solid #babaca; overflow: scroll;  position: fixed; top: 0px; left:0px;}
.conteudoMnuCanais { padding: 65px 0 0 15px; }


/* ADD CANAL*/
.botaoAddCanal { background-color: #c20000; border: thin solid #c20000; width: 90%; border-radius: 5px; margin-bottom: 4px; cursor: pointer; height:33px;}
.nmAddMnuCanal { font-size: 14px; margin-top: 7px; margin-left: 4px; color:#fff; }

.caixaNovoCanal 
{ 
    border: thin solid #babaca;
    width: 158px;
    border-radius: 5px;
    margin-bottom: 4px;
    padding: 4px;
    margin-bottom: 10px;
    /*display: none;*/
}

#txtNovoCanal
{ 
    padding: 4px;
    border-radius: 4px;
    width: 120px;
    border: thin solid #babaca;
}

/* BOTAO CANAL */
.botaoCanal { border: thin solid #babaca;  width: 90%; border-radius: 5px; margin-bottom: 4px; cursor: pointer; height:33px;}
.botaoCanal:hover {background-color: #c20000; border: thin solid #c20000;}
.imgMnuCanal { margin-right: 4px;  }
.iconeCanal { width: 25px; margin-top: 4px; border-radius: 50px; margin-left: 6px;  }
.nmMnuCanal { font-size: 14px; margin-top: 7px; margin-left: 4px; }
a.lnkBtnCanal { color:#000; }
a.lnkBtnCanal:hover { color:#fff; }



/* Vitrine Videos */
.vitrineVideo 
{ 
    width: 255px;
    margin-right: 5px;
    background-color: #fff;
    min-height: 220px;
    color: #000;
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 4px;
    border: thin solid #bacaca;
}

.vitrineVideo a { text-decoration: none;color: #000; }

.fotoCapaVideo 
{ 
    width: 255px; height: 143px; 
    background-image: url('../images/exemplo.jpg');    
    background-position: center; 
    background-size: cover; 
}
.idVideo { padding: 4px; }
.nm_canal { color: #c20000; }
.titulo {  font-size: 14px; font-weight: bold }
.subtitulo { font-size: 12px; font-weight: normal;}

/* BUSCAR */
h1 { font-size: 16px; font-weight: normal; }
.textoProcurado { font-style: italic; font-weight: bold; color:#c20000;}


.itemResultado 
{ 
    margin-right: 5px;
    background-color: #fff;
    color: #000;
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 4px;
    border: thin solid #bacaca;
    width: 482px;
}

.itemResultado  a { text-decoration: none;color: #000; }

.fotoCapaVideoResultado
{ 
    width: 211px;
    height: 118px;
    background-image: url(../images/exemplo.jpg);
    background-position: center;
    background-size: cover;
}

.idVideoResultado
{
    width: 263px;
    padding: 4px;
    background-color: #f00;
}

/* VER VIDEO */
.caixaVideo 
{ 
    width: 800px;
    margin-right: 5px;
    background-color: #fff;
    min-height: 220px;
    color: #000;
    margin-bottom: 5px;
    padding: 4px;
    border-radius: 4px;
    border: thin solid #bacaca;

    position: absolute;
    left: 50%;
    margin-left: -300px;
}

.areaVideo
{ 
    width: 800px;
    height: 450px;
    /*background-image: url(../images/exemplo.jpg);
    background-position: center;
    background-size: cover;*/
}

.videoDestaque { width: 100%; height: 100%; }



/* NOVO VIDEO */
.pnlBloqueio
{
    width:100%; height: 100%; background-color: #000; z-index:4;
    position:absolute;
    top:0; left:0;
    display:none;
    opacity: 0.5;
}

.pnlNovoVideo 
{ 
    border-radius:4px;
    width:600px; min-height: 342px; background-color: #fff; border:thin solid #babaca; 
    display:none;
    position:absolute;
    top:50%; left:50%;
    margin-left: -300px;
    margin-top: -171px;
    z-index:5;
    padding: 10px;
}

.linha { margin-bottom: 5px; }
.info  { width: 70px; padding: 3px 0 3px 0; }
.entrada { width: 530px; }
.entrada input[type='text'] { width: 100%;}
.entrada textarea { width: 100%; resize: none;}
.entradaCol select { width: 225px;}
.entradaCol select.cat { width: 156px;}
.cats { padding: 3px 0 3px 0; min-width:20px; height:17px; }
.col1 { width: 50%; }
.col2 { width: 50%; }
.areaNovaCategoria input[type='text'] { width:142px; }
.areaNovoCanal input[type='text'] { width:222px; }
.btnSalvarCategoria { margin-left: 3px; }
                      

.botaoNovoMobile 
{
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 3;
    width: 64px;
    height: 64px;
    display:none;
}

.btnSalvarNovoVideo
{
    text-decoration: none;
    background-color: #c20000;
    border: none;
    padding: 5px;
    border-radius: 4px;
    width: 80px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 15px auto;
}





/* MEDIA QUERY -----------------------------------------------------------------------------------------------------------------  */

/* CELULAR DE PÉ */
@media screen and (max-width: 450px) 
{
    
    header{ padding: 5px 0 5px 0 }
    .areaLogo { width: 100%; text-align: center;}
    .logo { margin:auto; }

    .areaCaixaBusca { width: 91%; margin-right: 0; margin-top: 15px; text-align: center; margin-bottom: 15px;}
    .caixaBusca { width: 225px; }

    .mnuCanais {width: 100%; height: inherit; overflow-x: scroll; border-bottom: thin solid #babaca; background-color: #fff;}
    .conteudoMnuCanais 
    { 
        padding: 117px 0 0 8px;
        width: 100%;
        height: 35px;
        display: flex;
        background-color: #fff;
    } 

    .botaoAddCanal, .caixaNovoCanal { display: none }
    .botaoCanal 
    { 
        width: max-content;
        padding-right: 12px;
        margin-right: 5px;
        margin-bottom: 0;
    }
    main {margin: 161px 0px 0px 0px; background-color: inherit; padding: 10px; border-top: thin solid #babaca;}

    .conteudo { width: 269px; margin:auto; }


    .itemResultado {width: 100%; } 

    .caixaVideo 
    {
        width: 100%;
        position: inherit;
        margin-left: 0;
    }
    .areaVideo { width: 100%; height: auto; }
    
    .botaoNovoMobile 
    {
        display:block;
    }
    
    .pnlNovoVideo 
    {
        width: 300px;
        margin-left: -160px;
        margin-top: 0;
        top: 15px;
        min-height: -webkit-fill-available;
    }
    
    .info { width: 100%; }
    .entrada { width: 100%; }
    .col1 { width: 100%; }
    .col2 { width: 100%; }
    .entradaCol { width: 100%; }
    .entradaCol select { width: 100%; }
    .entradaCol select.cat { width: 230px; }
    .areaNovoCanal input[type='text'] { width:300px; }
}

/* CELULAR DEITADO */
@media screen and (min-width: 451px) and (max-width: 650px) 
{
}

/* TABLET DE PÉ */
@media screen and (min-width: 651px) and (max-width: 960px) 
{
}