﻿/*==== estrutura geral do site ====*/

/*html {
    overflow-y: auto;
}*/

.body-protocoloWeb {
    /* background: #f4f9fc; */
}

@media only screen and (min-width: 85.438em) {
    .row {
        max-width: 80rem;
    }
}


.apenas-impressao {
    display: none !important;
}

body {
    font: 12px/1.5 'rawline', sans-serif;
    overflow-y: scroll;
    background: #4354A6;
    overflow-x: hidden;
    -webkit-animation: androidbugfix infinite 1s;
    height: 100%;
}


@media only screen and (max-width: 40em) {
    body {
        font: 10px/1.5 'rawline', sans-serif;
    }
}

ul, li, p, a, span, div, label, button, .button, nav, h1, h2, h3, h4, h5, h6 {
    font-family: 'rawline', sans-serif;
}

    ul, li, ul li ul, ul li ol {
        margin: 0;
        padding: 0;
    }

ul {
    list-style-type: none;
}

/* zerando a proporção de fonte que tem no foundation*/
ul, ol, dl, p {
    font-size: inherit;
}

/*container que encapsula o site inteiro*/
.container-site {
    background: #fff;
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}


    .container-site.container-site--simples {
        padding: 0 0 0em 0;
        background: #f4f9fc;
    }


.ats-container,
.ats-container--paginaInterna {
    background-color: #fff;
}

.ats-margemInterna {
    padding-top: 1em;
    padding-bottom: 2em;
}

input[type="radio"].reset-margemZero {
    margin: 0;
}

.ats-headerPaginaInterna {
    margin-top: 1em;
}

.ats-voltar--protocoloWeb {
    margin-bottom: 3em;
}

.ats-container--paginaInterna .ats-headerPaginaInterna.ats-header--protocoloWeb {
    margin-top: 1.5em;
}

.ats-container--paginaInterna .ats-lista {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/*Fundo Home Consulta de Protocolo*/
.ats-consultaProtocolo {
    background-image: url("../Images/bg_consultaprotocolo.jpg");
    background-repeat: repeat;
    display: block;
    position: relative;
    border-top: 1px solid #C8DBED;
    border-bottom: 1px solid #C8DBED;
    padding: 4em 0;
    margin: 4em 0;
}


.ats-iframe {
    height: 0;
    margin: 0;
    width: 0;
    border-width: 0;
}


@media only screen and (min-width: 40.063em) {
    .container-site.container-site--simples {
        background: #fff;
    }
}


@media only screen and (max-width: 64em) {
    .ats-container--paginaInterna .ats-headerPaginaInterna.ats-header--protocoloWeb {
        margin-top: 0;
    }
}

.ats-container--paginaInterna.ats-container--protocoloWebMsgSucesso {
    width: 100%;
    background: #ffffff url("../Images/bg_conclusao.png") repeat right top;
}


.ats-container--paginaInterna.ats-container--noticias {
    margin-bottom: 1em;
}

.ats-container--paginaInterna.ats-container--manual {
    margin-top: 1em;
    margin-bottom: 2em;
}

/*consertando bug no IE e no Firefo do Modal Reveal do foundation*/

/* Firefox */
@-moz-document url-prefix() {
    .reveal-modal, dialog {
        position: fixed;
    }
}

/* Internet Explorer 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .reveal-modal, dialog {
        position: fixed;
    }
}

/*aumentando grid em protocolo web / procuração*/

.ats-dialogJqueryUi .row {
    max-width: 80rem;
}

.iframeresponsive {
    position: relative;
    width: 100%;
    overflow: scroll;
}
