/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
# ---------------------------------------------------------------
# Author - Interagi Tecnologia http://www.interagi.com.br
# Copyright (C) 2010 - 2012 Interagi Tecnologia. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.interagi.com.br
-----------------------------------------------------------------*/
.jcemediabox-zoom-link,
.jcemediabox-zoom-image{
    display: none !important;
}
.tit_videoteca {
    font-size: 28px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    font-family: Open Sans semibold;
    margin-bottom: 20px;
}
#barraEsquerda {
    margin-right: 0px !important;
}
#barraEsquerda h2.tema_especifico{
    padding-top: 30px;
}

#barraEsquerda h2{
    border: none;
}
.nav.menu {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
}
.nav-child-videoteca.unstyled.small {
    padding: 30px 45px;
    width: 630px;
    height: 560px;

    -moz-box-shadow: 0px 0px 10px 2px #DDD;
    -webkit-box-shadow: 0px 0px 10px 2px #DDD;
    box-shadow: 0px 0px 10px 2px #DDD;


    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #eef2f5 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eef2f5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#eef2f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f5',GradientType=0 );

}
.nav.videoteca_menu.menu > li {
    border-left: 5px solid #931004;
    height: 21px;
    padding: 4px 30px 9px 8px !important;
    margin: 8px 0;
    border-bottom: none !important;
    cursor: pointer;
    background: url("../img/passador.png") center right no-repeat;
}
.nav.videoteca_menu.menu > li.active {
    background: url("../img/passador.png") center right no-repeat #eef2f5;
}

.nav.videoteca_menu.menu .botao-voltar {
    border-left: 0px !important;
    height: 21px;
    padding: 0px !important;
    margin: 0px 0;
    border-bottom: none !important;
    cursor: pointer;
    background: none !important;
}

.nav.videoteca_menu.menu .botao-voltar img {
    margin-left: 0px !important;
    margin-top: 15px !important;
    opacity: 0.9;
}

.nav.videoteca_menu.menu .botao-voltar img:hover {
    opacity: 1;
}

.nav-child-videoteca ul {
    float: left;
    width: 50%; 
}

    
.nav-child-videoteca li {
    float: left;
    width: calc(100% - 15px);
    margin-right: 3%;
    padding: 3px 5px 3px 10px !important;
}
.videoteca-submenu li a {
    border-left: 1px solid #000;
    padding-left: 6px;
    font-size: 14px;
}
.videoteca-submenu li:hover a {
    border-left: 1px solid #FFF;
    padding-left: 6px;
    color: #FFF;
}
.videoteca-submenu li:hover {
    background: #931004;    
}
.videoteca-submenu li{
    border-bottom: none !important;
}

/*Página de apresentação */
.videoteca-apresentacao {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
}
.videoteca-apresentacao .tit {
    font-weight: bold;
    font-size: 28px !important;
    font-family: Open sans semibold !important;
}
.videoteca-apresentacao img {
    margin: 50px 0 45px !important;
}
.videoteca-apresentacao .destaques{
    font-size: 24px !important;
    font-family: Open Sans light !important;
    width: 46%;
    margin: 0 auto;
    text-align: center !important;
}


.videoteca-apresentacao .destaques p{
    font-size: 17px !important;
    font-family: tahoma !important;
    color: #2b2b2b;
}

.acesse-btn .esquerda-btn-videoteca div, .acesse-btn .direita-btn-videoteca div {
    background: #660000;
    color: #FFF;
    padding: 10px 40px;
    position: relative;
    font-size: 17px !important;
    font-family: Open Sans light !important;
    border-radius: 6px;
    width: 60%;
    margin-left: 15px;
}
.acesse-btn .esquerda-btn-videoteca div:hover, .acesse-btn .direita-btn-videoteca div:hover {
    color: #FFF;
    -moz-box-shadow: 0px 0px 1px 0px #931004;
    -webkit-box-shadow: 0px 0px 1px 0px #931004;
    box-shadow: 0px 0px 1px 0px #931004;
}
.acesse-btn {
    height: auto;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.acesse-btn .esquerda-btn-videoteca{
    width: 50%;
    float: left;
}

.acesse-btn .direita-btn-videoteca{
    width: 50%;
    float: right;
}



/*Página de tema específico*/
.videoteca-content {
    float: left;
    width: 100%;
    font-size: 14px;
}
.videoteca-desc {
    width: 280px;
    float: left;
    padding: 30px 45px;

    -moz-box-shadow: 0px 0px 10px 2px #DDD;
    -webkit-box-shadow: 0px 0px 10px 2px #DDD;
    box-shadow: 0px 0px 10px 2px #DDD;


    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #eef2f5 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eef2f5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#eef2f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef2f5',GradientType=0 );
}
.tit-desc {
    font-size: 24px;
    color: #000;
    font-family: Open Sans semibold;
    border-bottom: 1px solid;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.videoteca-videos {
    float: right;
    width: 300px;
    height: 530px;
    overflow-y: auto;
}
.videoteca-videos::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.videoteca-videos::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.videoteca-videos::-webkit-scrollbar-thumb {
    background: #931004;
    border: 0px none #931004;
    border-radius: 50px;
}
.videoteca-videos::-webkit-scrollbar-thumb:hover {
    background: #931004;
}
.videoteca-videos::-webkit-scrollbar-thumb:active {
    background: #931004;
}
.videoteca-videos::-webkit-scrollbar-track {
    background: #DEDEDE;
    border: 75px none #DEDEDE;
    border-radius: 99px;
}
.videoteca-videos::-webkit-scrollbar-track:hover {
    background: #DEDEDE;
}
.videoteca-videos::-webkit-scrollbar-track:active {
    background: #DEDEDE;
}
.videoteca-videos::-webkit-scrollbar-corner {
    background: transparent;
}
.videoteca-videos .video {
    position: relative;
    float: left;
    width: 100%;
    padding: 7px 0;
    border-top: 1px solid #DDD;
    margin: 7px 0;
}
.videoteca-videos .video:first-of-type{
    padding: 0;
    border-top: none;
    margin: 0;
}
.videoteca-videos .imagem {
    position: relative;
    float: left;
    width: 30%;
    padding-left: 3%;
}
.videoteca-videos .descricao {
    float: left;
    width: 65%;
}