body, html {
    margin: 0;
    padding: 0;
}


@media screen and (min-width: 900px) {
    .topo {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-size:cover;
        height: 300px;
    }

    .topo_logo {
        position: absolute;
        width: 100%;
    }
    .topo_logo_imagem {
        margin-top: 40px;
        padding-left: 100px;
    }
    .topo_atendimento {
        border-radius: 6px;
        background-color: #FF7F27;
        width: 170px;
        color: #FFFFFF;
        margin-top: 10px;
        margin-right: 10px;
        border: 2px solid #EA5E00;
    }
    .topo_atendimento_conteudo {
        border-radius: 6px;
        background-color: #FFFFFF;
        width: 170px;
        color: #777;
        margin-top: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .topo_atendimento_quadro {
        float: right;
        display: block;
        height: 300px;
        width: 180px;
    }
    .topo_menu {
        position: absolute;
        display: block;
        margin-top: 250px;
        background-color: #000;
        height: 50px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        width: 100%;
    }
    .topo_menu_links {
        text-align: center;
        color: #FFFFFF;
        font-size: 20px;
        font-family: Verdana;
        padding: 15px;
    }
    .chat_live_principal {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .chat_live_quadro {
        float: right;
        border-radius: 5px 5px 0px 0px;
        margin-right: 20px;
        width: 300px;
        height: 40px;
        background: #CCC;
        background: rgb(183,183,183); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(183,183,183,1) 0%, rgba(122,122,122,1) 21%, rgba(122,122,122,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(122,122,122,1) 21%,rgba(122,122,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(183,183,183,1) 0%,rgba(122,122,122,1) 21%,rgba(122,122,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
    }
    .chat_live_titulo {
        border-radius: 5px 5px 0px 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        color: #FFFFFF;
    }
    .chat_live_seta {
        float: right;
        margin-right: 10px;
    }
    .chat_live_conteudo {
        background-color: #FFF;
        height: 85%;
        width: 97%;
        margin: auto;
    }
    .topo_menu_mobile {
        display: none;
        background-color: #333333;
        padding: 10px;
        font-size: 30px;
        line-height: 60px;
    }
}

@media screen and (max-width: 899px) {
    .topo {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-size:cover;
        height: 300px;
    }
    .topo_logo {
        position: absolute;
        width: 100%;
    }
    .topo_logo_imagem {
        margin-top: 40px;
    }
    .topo_atendimento {
        border-radius: 6px;
        background-color: #FF7F27;
        width: 170px;
        color: #FFFFFF;
        margin-top: 10px;
        margin-right: 10px;
        border: 2px solid #EA5E00;
    }

    .topo_atendimento_conteudo {
        border-radius: 6px;
        background-color: #FFFFFF;
        width: 170px;
        color: #777;
        margin-top: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .topo_atendimento_quadro {
        float: right;
        display: none;
        height: 300px;
        width: 180px;
    }
    .topo_menu {
        position: absolute;
        display: none;
        margin-top: 250px;
        background-color: #000;
        height: 50px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        width: 100%;
    }
    .topo_menu_links {
        text-align: center;
        color: #FFFFFF;
        font-size: 20px;
        font-family: Verdana;
        padding: 15px;
    }
    .chat_live_principal {
        position: absolute;
        display: none;
        bottom: 0;
        right: 0;
    }
    .chat_live_quadro {
        float: right;
        border-radius: 5px 5px 0px 0px;
        margin-right: 20px;
        width: 300px;
        height: 40px;
        background: #CCC;
        background: rgb(183,183,183); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(183,183,183,1) 0%, rgba(122,122,122,1) 21%, rgba(122,122,122,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(122,122,122,1) 21%,rgba(122,122,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(183,183,183,1) 0%,rgba(122,122,122,1) 21%,rgba(122,122,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
    }
    .chat_live_titulo {
        border-radius: 5px 5px 0px 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        color: #FFFFFF;
    }
    .chat_live_seta {
        float: right;
        margin-right: 10px;
    }
    .chat_live_conteudo {
        background-color: #FFF;
        height: 85%;
        width: 97%;
        margin: auto;
    }
    .topo_menu_mobile {
        display: block;
        background-color: #333333;
        padding: 10px;
        font-size: 30px;
        line-height: 60px;
    }
}

.escolha_servico_cor {
    border-radius: 50%;
    height: 110px;
    width: 110px;
    font-size: 30px;
    margin-left: 40px;
}

.escolha_servico {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 85px;
}

.escolha_servico_setor {
    float: left;
    width: 25%;
    padding-bottom: 50px;
    margin: 0 30px 0 10px;
    cursor: pointer;
}

.escolha_servico_setor:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.escolher_servico_titulo {
    font-size: 15px;
    margin: 0 6px 0 10px;
    text-align: center;
    margin-top: 10px;
}

.escolher_servico_resumo {
    margin: 0 6px 0 10px;
    font-size: 12px;
    text-align: center;
}

@font-face {
    font-family: OCR A Std;
    src: url(../../web-files/fonts/OCRAStd.otf);
}

.menu_nomes {
    font-family: OCR A Std;
    color: #FFFFFF;
}

.menu_nomes:hover {
    color: #149bdf;
}

.conteudo_textos {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


.adm_login {
    background-image: url(../../web-files/imagens/fundo_login.png);
    position: absolute;
    height: 210px;
    width: 336px;
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -168px;
}

.adm_topo {
    position: absolute;
    background-color: #F1F1F1;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.3));
    height: 100px;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #939393;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    z-index: 3;
}

.adm_topo_logo {
    float: left;
    padding: 5px;
    width: 190px;
}

.adm_topo_dados {
    float: left;
    padding: 5px;
}

.adm_menu {
    position: absolute;
    top: 100px;
    background-color: #464646;
    width: 200px;
    padding-bottom: 10px;
    z-index: 2;
}

.adm_menu_itens_on {
    background-color: #0074A3;
    color: #FFFFFF;
    margin-top: 5px;
}

.adm_menu_itens_off {
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 5px;
}

.adm_menu_itens_off:hover {
    background-color: #00AAF2;
}

.adm_menu_link {
    float: left;
    padding: 5px;
}

.adm_menu_seta {
    float: right;
    margin-top: 7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #FFFFFF;
}

.adm_conteudo {
    position: absolute;
    width: 100%;
    margin-top: 100px;
    z-index: 1;
}

.adm_conteudo_dados {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 210px;
    padding-bottom: 50px;
    min-height: 325px;
}

.adm_rodape {
    bottom: 0;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    background-color: #ECECEC;
    
    border-top: 1px solid #CDCDCD;
    -webkit-box-shadow: 0 0 -15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 -15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    z-index: 3;
}

.adm_estatistica_ano {
    margin-top: 5px;
    width: 5%;
    height: 21px;
    line-height: 21px;
    background-color: #990000;
    border-bottom: #CCCCCC solid 1px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.adm_estatistica_mes {
    margin-top: 5px;
    width: 7%;
    height: 21px;
    line-height: 21px;
    background-color: #990000;
    border-bottom: #CCCCCC solid 1px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.adm_estatistica_total {
    margin-top: 5px;
    width: 11%;
    height: 21px;
    line-height: 21px;
    background-color: #990000;
    border-bottom: #CCCCCC solid 1px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}

.adm_estatistica_ano1 {
    width: 5%;
    height: 21px;
    line-height: 21px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC solid 1px;
    text-align: center;
    float: left;
}

.adm_estatistica_mes1 {
    width: 7%;
    height: 21px;
    line-height: 21px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC solid 1px;
    text-align: center;
    float: left;
}

.adm_estatistica_total1 {
    width: 11%;
    height: 21px;
    line-height: 21px;
    background-color: #FFFFFF;
    border-bottom: #CCCCCC solid 1px;
    text-align: center;
    float: left;
}

.acender1:hover {
    background-color: #FFFBF2;
}

thead {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.1));
}

#progressbox_upload {
    border: 1px solid #0099CC;
    padding: 1px;
    position:relative;
    border-radius: 3px;
    margin: 10px;
    display:none;
    text-align:left;
}
#progressbar_upload {
    height:20px;
    border-radius: 3px;
    background-color: #006699;
    width:1%;
}
#statustxt_upload {
    top:3px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
}
#output_upload {
    margin-top: 20px;
}

.quadro_hospedagem {
    margin: auto;
    max-width: 920px;
    font-family: Arial;
}

.quadro_hospedagem_planos {
    float: left;
    margin-right: 65px;
}

.quadro_hospdagem_valor {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    width: 163px;
}

.quadro_hospdagem_descricao {
    font-size: 13px;
    padding-left: 10px;
}

a.button {
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;

    padding: 0 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font: bold 20px Arial, sans-serif;
}

a.button:hover {
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}

a.button:active {
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}


a.button_azul_piscina {
    color: #FFFFFF;
    background: #235F4F; /* Old browsers */
    background: -moz-linear-gradient(top,  #235F4F 0%, #358E76 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#235F4F), color-stop(100%,#358E76)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #235F4F 0%,#358E76 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #235F4F 0%,#358E76 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #235F4F 0%,#358E76 100%); /* IE10+ */
    background: linear-gradient(top, #235F4F 0%,#358E76 100%); /* W3C */
}

a.button_azul_piscina:hover {
    color: #1D5042;
}

a.button_roxo {
    color: #FFFFFF;
    background: #742167; /* Old browsers */
    background: -moz-linear-gradient(top,  #742167 0%, #AF319C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#742167), color-stop(100%,#AF319C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #742167 0%,#AF319C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #742167 0%,#AF319C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #742167 0%,#AF319C 100%); /* IE10+ */
    background: linear-gradient(top, #742167 0%,#AF319C 100%); /* W3C */
}

a.button_roxo:hover {
    color: #53174A;
}

a.button_laranja {
    color: #FFFFFF;
    background: #C47306; /* Old browsers */
    background: -moz-linear-gradient(top,  #C47306 0%, #F79B20 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C47306), color-stop(100%,#F79B20)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C47306 0%,#F79B20 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C47306 0%,#F79B20 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #C47306 0%,#F79B20 100%); /* IE10+ */
    background: linear-gradient(top, #C47306 0%,#F79B20 100%); /* W3C */
}

a.button_laranja:hover {
    color: #995A04;
}