/* 
    Document   : app
    Created on : Jun 21, 2015, 11:32:18 AM
    Author     : luismldias
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


html { 
    background: url("../img/fundodiscos.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    overflow:hidden;
    margin:0; 
    padding:0; 
    height:100%; 
}

body{
    margin: 0px;
    padding: 0px;
    margin:0; 
    padding:0; 
    height:100%; 
    /*    background: url("../img/fundodiscos.jpg") no-repeat top center;
        background-color: #000000;*/
}


a:hover{
    opacity: 0.5;
}
.selectorContainer a:hover{
    opacity: 1;
}
#loading{
    display:none;
    z-index: 20000;
    background: url('../img/fundoLoading.png');
    position:absolute;
    top:0px;
    left:0px;
    cursor: wait;
}

#loadingStr{
    display:block;
    margin:0 auto;
    color:white;
    font-family: proxima_novasemibold;
    width:100%;
    text-align: center;
    font-size: 26px;
    width:250px;
    height:170px;
    padding-top:80px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    background-color: black;
}

#siteHeader{
    width:100%;
    position: absolute;
    top:0px;
    overflow:hidden;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 1000;
    height:65px;
}

#btnSwitchLang{
    display:block;
    width:49px;
    height:49px;
    background-image: url('../img/langEn.png');
    position:absolute;
    top:10px;
    left:10px;
}

footer{
    position:absolute;
    bottom:0px;
    width:100%;
    height:83px;
    background-color: #000000;
    overflow:hidden;
    z-index: 1;
}

#innerFooter{
    border-top: 1px solid white;
    width:100%;
    height:79px;
    margin-top:3px;
    position:relative;
}

#logoCandidatura{
    position:absolute;
    right:10px;
    bottom:0px;
    display:block;
}




#logosContainer{
    float:left;

}
#logosContainer a{
    display:block;
    float:left;
    /*margin-right:15px;*/
    outline: none !important;

}
#logosContainer a.padded{
    margin-top:0px;
}
#logoMuseu{
    /*padding-top:3px;*/
}

#logoInet{
    /*padding-top:3px;*/
    display:none;
}
#titleContainer{
    position:absolute;
    top:0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    /*width:auto;*/
}
#titleWhiteBar{
    display:block;
    width:100%;
    height:10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    position:relative;
}
#siteTitle{
    text-transform: uppercase;
    font-family: proxima_novaextrabold;
    color:#ffffff;
    font-size: 40px;
    cursor: pointer;
    text-align: center;
    width:100%;
    position:relative;
}

@media (max-width: 1060px) {
    #siteTitle{
        font-size: 1.7em;
    }
}


#topNav{
    position:relative;
    float:right;
}
#topNav a{
    text-decoration: none;
    font-family: proxima_novasemibold;
    font-size: 15px;
    color:#ffffff;
    text-transform: uppercase;
    padding-right:20px;
}
#navBarContainer{
    position:relative;
    height:10px;
    overflow:hidden;
    display:block;
}
#navLinks{

    margin-top:10px;

}
#navLinks a{
    color:#d7d9d8;
    font-size: 1.1em;
}


#helpContainer{
}

#navBar{
    background-color: #ffffff;
    height:10px;
    display:none;
    position:absolute;
}
#main{
    width:100%;
    overflow:hidden;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    height:100%;
}

#infoContainer{
    position: relative;
    width:100%;
    background-color: #3c3635;
    padding-bottom:40px;
    padding-top:80px;
    margin-top:-600px;
    height:480px;
    display:block;
    overflow:hidden;
    z-index: 999;
}
#infoScrollContainer{
    width:80%;
    margin:0 auto;
    min-height: 320px;
}

.infoContent {
    color:#ffffff;
    margin:0 auto;
    font-family: 'proxima_nova_rgregular';
}
.prevControl{
    position:absolute;
    left:10px;
    top:50%;
    cursor: pointer;
}
.nextControl{
    position:absolute;
    right:10px;
    top:50%;
    cursor: pointer;
    z-index: 999;

}

.infoContent{
    overflow:hidden;
}



#search{
    display:block;
    position:relative;
    z-index: 10;
    height:60px;
    width:100%;
    overflow:hidden;
    margin-top:20%;
}
#searchboxContainer{
    position:absolute;
    display:block;
    width:660px;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
}
#searchtext{
    height:60px;
    width:450px;
    float:left;
    border: none;
    background: url('../img/iconsearch.jpg') no-repeat #ffffff;
    background-position: 10px 20px;
    font-size: 30px;
    padding-left: 50px;
    outline: none;
}
#searchbtn{
    float:left;
    font-family: 'proxima_nova_rgregular';
    display:block;
    text-transform: uppercase;
    padding-left:15px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:10px;
    vertical-align: middle;
    color:#ffffff;
    background-color: #ba131a;
    height:32px;
    text-decoration: none;
    font-size: 20px;
    width:115px;
}
#searchbtn:hover{
    opacity:1;
}

#contactEmail{
    color:white;
}

#list{
    background-color: transparent;
    width:850px;
    margin:0 auto;
    z-index: 500;
    display:block;
    position:relative;
    margin-top:-60px;
    left: 50%;
    transform: translateX(-50%);
    position:absolute;
    bottom:120px;
}


#listSelector{

    width:850px;
    margin:0 auto;

}

#bola_seta{
    display:block;
    float:left;
    margin-top:10px;
}

#listSelector .selectorContainer{
    height:40px;
    width:400px;
    float:left;
    height:60px;
    overflow:hidden;
    text-align: center;
}

.selectedTipo{
    border-bottom:10px solid #ffffff;
}

#listSelector {
    height:60px;
}

.selectTipo{
    margin-top:15px;
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgregular';
    /*color:#d9d9d9;*/
    color:white;
    font-size:30px;
    font-weight: bold;
}
.selectTipo:hover{
    color:#ffffff;
    border-bottom:10px solid #ffffff;
}

#listSelector a.active{
    color:#ffffff;
    border-bottom:10px solid #ffffff;
}

#listAlphabet{
    overflow:hidden;
    display:block;
    padding-top:20px;
    width:96%;
    padding-left:2%;
    padding-right:2%;
    border-bottom:1px solid #cfcfcf;
    padding-bottom:10px;
    display:none;
    background-color: #ffffff;
}

#listAlphabet a{
    text-transform: uppercase;
    color:#000000;
    font-size: 19px;
    font-family: 'proxima_nova_rgregular';
    float:left;
    text-decoration: none;
    margin-right: 19px;
}

#listAlphabet a:hover{
    opacity: 0.5;
}

#listAlphabet a.withItems{
    font-weight: bold;
}


#resultsContainer{
    position:relative;
    margin:0 auto;
    width:80%;
    padding-right:10%;
    padding-left:10%;
    font-family: 'proxima_nova_rgregular';
    background-color: #ffffff;

}
.letraResult{
    display:block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom:10px;
    padding-top:20px;
    width:100%;
}

.repertorioLinkContainer{
    width:100%;
    position:relative;
    display:block;
}
.linkMediaPlay{
    margin-right:5px;
}

.linkResult{
    display:block;
    text-decoration: none;
    color: #000000;
    font-size:20px;
    width:100%;
}
.linkResult:hover{
    opacity: 0.5;
}
.linkinterpretes{
    display:block;
    width:100%;
}

.linkRepertorios{
    display:block;
    width:100%;
}


.linkMediaPlay{
    display:block;
    overflow:hidden;
    float:left;
    width:24px;
    height:24px;
    background-image: url('../img/btnPlay.png');
    background-size: 24px 24px;
}

#detail{
    display:none;

}

#inner_detail{
    font-family: 'proxima_nova_rgregular';
    margin-right:35px;
    margin-left:35px;
    position:relative;
    margin:0 auto;
}
#inner_detail a{
    font-family: 'proxima_nova_rgregular';
    color:#696969;
}
#inner_detail a:visited{
    color:#696969;

}

#detail_content{
    font-family: 'proxima_nova_rgregular';
    overflow: hidden;
    background-color: #ffffff;
    z-index: 999999;
}

#detail_header{
    margin-top:30px;
    padding-bottom:20px;
    border-bottom:1px solid #919095;
    text-transform: uppercase;
    margin-bottom:30px;
}
#detail_title{
    color:#5c5c5c;
    font-size: 20px;
    font-style: italic;
    margin-bottom:15px;
}
#detail_interprete{
    color:#333333;
    font-size: 18px;
}
#detail_header label{
    display:block;
}

#detail_contents{
    font-family: 'proxima_nova_rgregular';
    overflow: hidden;
    border-bottom:1px solid #919095;
    padding-bottom:10px;
}


#detail_contents_left{
    width:50%;
    overflow:hidden;
    float:left;
}
#detail_contents_right{
    width:50%;
    overflow:hidden;
    float:left;
}
#imgRepertorio{
    width:336px;
    height:336px;
    width:300px;
    height:300px;
    display:block;
    margin:0 auto;
    border:9px solid #000000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
    width:60%;
    height:60%;
}


.detail_info_section{
    margin-bottom:15px;
}
#playerControls{
    padding-top:10px;
    width:80px;
    margin:0 auto;
    overflow:hidden;
}
#playerControls a{
    display:block;
    float: left;
}
#playerControls a img{
    border: none;
}
#btnPlay{
    margin-right:15px;
}

#btnOtherSide{
    text-align: center;
    width:100%;
    display:block;
}
#btnCloseDetail{
    display:block;
    top:5px;
    right:5px;
    position:absolute;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    color:black;
    font-family: 'proxima_nova_rgregular';
}
#btnCloseDetail:hover{
    opacity: 0.5;
}
#headerListaReportorios{
    position:relative;
    display:block;
    padding-top:10px;
    margin-bottom:10px;
    font-weight: bold;
    font-size: 22px;
    border-bottom:1px solid #919095;
    overflow:hidden;
}

#playerContainer{
    position:absolute;
    width:0px;
    height:0px;
    top:-200px;
    left:-200px;
    display:none;
}

#customBlock{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    background-color: #ffffff;
}

#btnGlobalStop a{
    font-size: 140px;
    color:white;
}

#btnGlobalStop{
    font-family: arial;
    text-decoration: none;
    color: transparent;
    text-align: center;
    width:32px;
    height:32px;
    position:absolute;
    background: url('../img/btnGlobalStop.png');
    background-repeat: no-repeat;
}

#mainStopPlayer{
    display:none;
    width:150px;
    height:45px;
    overflow: hidden;
    margin-left:70px;
    position:absolute;
    right:300px;
    bottom:10px;
    z-index: 90000;
}

.no-results{
    padding-top:0px;
    width:100%;
    text-align: center;
    font-size: 1.1em;
    margin-top:0px;
}


#aboutContainer{
    font-size: 0.8em;
}
@media (min-width: 1280px) {
    #aboutContainer{
        font-size: 0.9em;
    }
}