/*
 * CSS Styles that are used on the jScrollPane demo site - these are custom to the site and
 * you shouldn't need to use them in your own implementations of jScrollPane.
 */
* {
    margin: 0;
    padding: 0;
}

#top-nav {
    width: 780px;
    background: #50506d;
    padding: 0 20px 12px 0;
    margin: 0 auto 20px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-radius-topright: 0;
}

#top-nav img {
    float: left;
}

#top-nav ul {
    margin: 28px 0 0;
    overflow: hidden;
    float: right;
}

#top-nav ul li {
    float: left;
    padding: 0 0 0 1em;
    list-style: none;
}

#top-nav ul li a {
    color: #fff;
}

#top-nav ul li a:hover {
    color: #ffa;
}

#top-nav ul li:last-child {
    padding-right: 0;
}

#container {
    width: 760px;
    background: #eeeef4;
    padding: 20px;
    margin: 20px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

h1 {
    font-size: 116%;
    color: #fff;
    background: #50506d;
    margin: 0 0 1em;
    padding: 4px 8px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

h2 {
    clear: left;
    font-size: 100%;
    color: #fff;
    background: #8b8b9f;
    margin: 1em 0;
    padding: 4px 8px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

h2 span.setting-type {
    font-weight: normal;
}

p {
    font-size: 93%;
    margin: 1em 0;
}

p.intro {
    font-size: 116%;
    padding: 10px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a {
    color: #7171D4;
    text-decoration: none;
}

a:hover {
    color: #f60;
}

ul {
    padding: 0 0 0 1em;
}

ul li {
    margin: 0 0 .5em;
}

ul.link-list li {
    margin: 0;
}

ul p {
    margin: 0;
}

/* For the form demo page */
form {
    overflow: hidden;
}

fieldset {
    border: 0;
    overflow: hidden;
}

legend {
    font-weight: bold;
    margin: 1em 0;
}

label {
    clear: left;
    float: left;
    margin: .5em 6px 0 0;
    text-align: right;
    width: 100px;
}

input, select, textarea {
    float: left;
    border: 0;
    padding: 3px 5px;
    margin: 0 0 .5em;
}

input[type=button], input[type=submit] {
    clear: left;
    background: #fff;
    width: auto;
    margin: 0 0 0 106px;
}

pre {
    background: #fff;
    padding: 10px;
    font-size: 93%;
    width: 740px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #5E5E5E;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #C0C0C0;
}

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #E5E5E5;
    position: relative;
}

.jspDrag {
    background: #C0C0C0;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 20px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 10px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/* Styles specific to this particular page */
.scroll-pane {
    width: 100%;
    height: 710px;
    overflow: auto;
    margin-top: 15px;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}

html, body {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
    height: 100%;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}


#containerRadios {
    display: flex;
    flex-direction: column;
    width: 980px;
    height: 100vh;
    margin: 0 auto;
    padding: 0 auto;
    border: 0;
    background-color: #FFFFFF;
    position: relative;
    min-height: 100vh;
}

#topo {
    width: 980px;
    min-height: 70px;
    padding: 8px 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #545454;
}

#topo img {
    width: 100%;
    height: auto;
    display: block;
}

#conteudo {
    margin: auto;
}

#meio {
    width: 980px;
    background-color: #FFFFFF;
}

#esquerda {
    width: 320px;
    height: 540px;
    margin-top: 15px;
}

#esquerda .bemVindo {
    width: 320px;
    height: 344px;
    background: url("../imagens/backDisco.jpg") no-repeat top left;
    box-shadow: 5px 5px 3px #C0C0C0;
    -webkit-box-shadow: 5px 5px 3px #C0C0C0;
    -moz-box-shadow: 5px 5px 3px #C0C0C0;
}

#esquerda .meuPlayer {
    width: 320px;
    height: 360px;
    box-shadow: 5px 5px 3px #C0C0C0;
    -webkit-box-shadow: 5px 5px 3px #C0C0C0;
    -moz-box-shadow: 5px 5px 3px #C0C0C0;
}

#cimaPlayer .retrancaPlayer {
    font-size: 12px;
    padding: 10px;
    float: left;
}

#cimaPlayer .popupPlayer {
    font-size: 12px;
    padding-left: 278px;
}

#esquerda .nomeRadioPlayer {
    font-size: 26px;
    padding: 6px 0 6px 10px;
    clear: both;
}

#esquerda .chamadaPlayer {
    font-size: 13px;
    padding: 6px 6px 6px 10px;
    height: 90px;
}

#esquerda .txtBemVindo {
    padding: 10px;
    width: 300px;
}

#redeSocialPlayer .redeSocialPlayerTexto {
    float: left;
    padding: 8px 0 8px 10px;
    width: 200px;
    font-size: 13px;
}

#redeSocialPlayer .redeSocialPlayerImagens {
    float: left;
    padding: 8px 5px 0 0;
    width: 90px;
    text-align: right;
}

#instagram-img {
    width: 25px;
    height: 25px;
    padding-bottom: 1px;
    margin-left: 5px
}

#esquerda .bemVindo span {
    font-size: 16px;
}

#esquerda, #direita {
    float: left;
}

#direita {
    width: 660px;
    height: 100%;
}

#contentRadios {
    width: 660px;
    clear: both;
}

#boxRadiosMeio {
    width: 28px;
    height: 155px;
    float: left;
}

#boxRadiosSeparador {
    width: 660px;
    height: 30px;
    clear: both;
}

#boxRadios1, #boxRadios2, #boxRadios3, #boxRadios4, #boxRadios5, #boxRadios6, #boxRadios7{
    width: 300px;
    height: 155px;
    float: left;
    background-color: #7f7f7f;
}

.logomarca, .texto {
    float: left;
}

.logomarca {
    padding: 7px;
    height: calc(100% - 14px);
    display: flex;
    align-items: center;
}

.logomarca img {
    max-width: 147px;
    max-height: 141px;
}

.texto {
    width: 135px;
    height: 141px;
}

.nomeRadio {
    padding-top: 7px;
}

.nomeCidade {
    padding-top: 75px;
}

.nomeRadio h1 {
    font-size: 25px;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

#publicidade {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-top: 20px;
    background-color: #545454;
    box-shadow: 5px 5px 3px #C0C0C0;
    -webkit-box-shadow: 5px 5px 3px #C0C0C0;
    -moz-box-shadow: 5px 5px 3px #C0C0C0;
}

.textoDestaque {
    padding: 10px;
}

.bannerPublicidade {
    margin-left: 10px;
    width: 300px;
    border: 1px solid #545454;
}

#rodape {
    width: 980px;
    background-color: #545454;
    bottom: 0;
    max-height: 100%;
    min-height: 135px;
    padding-top: 6px;

}

#rodape .boxColuna1 {
    width: 310px;
    height: 120px;
    text-align: right;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #FFFFFF;
    float: left;
    font-size: 18px;
}

.boxColuna2, .boxColuna3, .boxColuna4, .boxColuna5, .boxColuna6, .boxColuna7 {
    width: 165px;
    float: left;
    font-size: 10px;
}

/* Container Radio HTML5 */
#containerRadio {
    width: 320px;
    heigth: 135px;
    clear: both;
}

#containerRadio .fundoPlayer {
    width: 90px;
    height: 91px;
    background-color: #545454;
    margin-left: 5px;
}

.fundoCinza{
    background-color: #545454;
}

.fundoMoov{
    background-color: #161520 !important;
}

#containerRadio .fundoPlayer, #containerRadio .informacoesPlayer {
    float: left;
}

#containerRadio .botoesPlayer {
    padding: 23px 25px;
}

#containerRadio .informacoesPlayer {
    width: 204px;
    height: 44px;
}

#containerRadio .backInformacoes1 {
    display: flex;
    align-items: center;
    margin: 0 0 5px 5px;
    width: 204px;
    height: 42px;
    background-color: #545454;
    overflow: hidden;
}

#containerRadio .backInformacoes2 {
    display: flex;
    align-items: center;
    margin-left: 5px;
    width: 204px;
    height: 42px;
    background-color: #545454;
}

#containerRadio .textoInformacoes {
    padding: 3px 4px 4px 8px;
    color: #FFFFFF;
    text-transform: capitalize;
}

#containerRadio .textoInformacoesSlogan {
    padding: 10px 4px 4px 8px;
    color: #FFFFFF;
}

#containerRadio .volumePlayer {
    clear: both;
}

#containerRadio .btnVolume {
    margin: 5px 0 0px 12px;
}

#containerRadio .btnVolume, #containerRadio .volumeQuadrados {
    float: left;
}

#containerRadio .imgQuadrados {
    margin: 5px 0 0 10px;
    float: left;

}

