/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    margin: 0;
    color: #000;
    font: 12px Arial;
    background:#4576a1;
    width: 1366px;
}
body a{
    color: #000000;
}
body a:hover{
    color: #FFFFFF;
}

#logo {
    position: absolute;
    margin: 5px 0 0 150px;
}

/*TOP*/
#top_fixo {
    /*position: absolute;*/
    width: 100%;
    height: 132.4px;
    background:#4576a1;
    text-align: center;
}
#menu {
    /*width: 450px;*/
    padding-top: 80px;
    margin-left: 150px;
}
.barNav a {
    font: 16px Arial italic;
    color: #FFF500;
    text-decoration: none;
    background: #4576a1;
    text-align: center;
    padding: 5px;
    margin-right: 7px;
    border: 1px solid #4576a1;
    border-radius: 7px;
}
.barNav a:hover {
    color: #4576a1;
    background: #FFFFFF;
    border: 1px solid #4576a1;
}
.barNav a.current {
    color: #4576a1;
    background: #FFFFFF;
    border: 1px solid #4576a1;
}
/*TOP*/

/*PADRÕES*/
.titulo{
    padding: 5px;
    border: 1px solid #4576a1;
    background:#4576a1;
    box-shadow:1px 1px 70px rgba(0,0,0,.2);
    border-top-left-radius:10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #FFF500;
}
.corpo{
    padding: 10px;
    border:1px solid #FFFFFF;
    background:#FFFFFF;
    box-shadow:1px 1px 70px rgba(0,0,0,.4);
    border-bottom-left-radius:10px;
    border-bottom-right-radius: 10px;
    text-align: justify;
    overflow: auto;
}
/*PADRÕES*/

/*MID2*/
#mid2 {
    /*position:relative;*/
    padding: 15px 0 20px 0;
    width: 100%;
    /*height: 100%;*/
    background: #FFFFFF;
    color: #000000;
    font-size: 14pt;
    box-shadow:1px 1px 70px rgba(255,255,255,.2);
    text-align: center;
    overflow: auto;
}
.banner_home{
    float: left;
}
.banner img{
    box-shadow:1px 1px 70px rgba(0,0,0,.4);
    border-radius:10px;
}
.esquerda{
    float: left;
    width: 35%;
    margin-top: 25px;
    margin-left: 10%;
}
.direita{
    float: right;
    width: 35%;
    margin-right: 10%;
    margin-top: 25px;
}
.baixo{
    float: left;
}
.baixo_esquerda{
    float: left;
    width: 15%;
    margin-top: 85px;
    margin-left: 5%;
}
.baixo_meio{
    float: left;
    width: 35%;
    margin-top: 25px;
    margin-left: 12%;
}
.baixo_direita{
    float: right;
    width: 15%;
    margin-right: 10%;
    margin-top: 85px;
}
/*MID2*/

/*MID2_servicos.html*/
.esquerda_servicos{
    float: left;
    width: 54%;
    margin-top: 25px;
    margin-left: 23%;
}
ul.list_servicos{
    list-style-type: decimal;
}
/*MID2_servicos.html*/

/*MID2_vagas.html*/
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
table {
    margin: 0 0 2em 0;
    width: 100%;
}
table tbody tr {
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-left: 0;
    border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.075);
}
table td {
    padding: 0.55em 0.55em;
}
table td img {
    width: 45px;
    height: 45px;
    padding: 0;
}
table th {
    color: #000000;
    font-size: 0.9em;
    font-weight: 300;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}
table thead {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
table tfoot {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
}
table.alt {
    border-collapse: separate;
}
table.alt tbody tr td {
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-left-width: 0;
    border-top-width: 0;
}
table.alt tbody tr td:first-child {
    border-left-width: 1px;
}
table.alt tbody tr:first-child td {
    border-top-width: 1px;
}
table.alt thead {
    border-bottom: 0;
}
table.alt tfoot {
    border-top: 0;
}
/*MID2_vagas.html*/

/*MID2_detalhes.html*/
#esquerda_detalhes{
    float: left;
    width: 45%;
    margin-top: 25px;
    margin-left: 25%;
}
#esquerda_detalhes .corpo{
    padding: 20px;
}
.detalhe_botao a {
    font: 16px Arial italic;
    color: #FFF;
    text-decoration: none;
    background: #4576a1;
    text-align: center;
    padding: 5px;
    margin-right: 7px;
    border: 1px solid #4576a1;
    border-radius: 7px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}
.detalhe_botao a:hover {
    color: #000;
    background: #FFFFFF;
    border: 1px solid #000;
}
.meio_detalhes{
    float: left;
    width: 55%;
    margin-top: 25px;
    margin-left: 22%;
    text-align: center;
}
.curriculo_titulo{
    padding: 5px;
    border: 1px solid #4576a1;
    background:#FFFFFF;
    /*box-shadow:1px 1px 70px rgba(0,0,0,.2);*/
    border-top-left-radius:10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #000000;
}
.curriculo_corpo{
    padding: 10px;
    border-right:1px solid #4576a1;
    border-left:1px solid #4576a1;
    border-bottom:1px solid #4576a1;
    background:#FFFFFF;
    /*box-shadow:1px 1px 70px rgba(0,0,0,.4);*/
    border-bottom-left-radius:10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.span_detalhes{
    font-size: 9pt;
}
/*MID2_detalhes.html*/

/*MID2_equipe.html*/
#esquerda_equipe{
    float: left;
    width: 54%;
    margin-top: 25px;
    margin-left: 23%;
}
#esquerda_equipe .corpo{
    font-size: 14pt;
    margin-bottom: 25px;
}
.corpo p{
    text-align: right;
}
/*MID2_equipe.html*/

/*MID2_avaliacao.html*/
#esquerda_album{
    float: left;
    width: 100%;
    margin-top: 25px;
}
/*MID2_avaliacao.html*/

/*MID2_contato.html*/
.input-block-level{
    display:block;
    width:100%;
    min-height:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.esquerda_contato{
    float: left;
    width: 45%;
    margin-top: 25px;
    margin-left: 5%;
}
#direita_contato{
    float: right;
    width: 35%;
    margin-right: 10%;
    margin-top: 25px;
}
#direita_contato .titulo{
    font-size: 10.5pt;
}
.mapa{
    border:1px solid #FFFFFF;
    box-shadow:1px 1px 70px rgba(0,0,0,.4);
    border-bottom-left-radius:10px;
    border-bottom-right-radius: 10px;
}
.mapa iframe{
    width: 100%;
}
#submitButton{
    font: 16px Arial italic;
    color: #FFF;
    text-decoration: none;
    background: #4576a1;
    text-align: center;
    padding: 5px;
    margin-right: 7px;
    border: 1px solid #4576a1;
    border-radius: 7px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}
#submitButton:hover {
    color: #000;
    background: #FFFFFF;
    border: 1px solid #000;
}
/*MID2_contato.html*/

/*BOT_FIXO*/
#bot_fixo{
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*BOT_FIXO*/

/*ADM*/
.body_adm{
    margin: 0;
    color: #000;
    font: 12px Arial;
    background:#FFFFFF;
    width: 1366px;
}
#top_adm {
    /*position: absolute;*/
    width: 100%;
    height: 39.3px;
    background:#4576a1;
    text-align: center;
}
#menu_adm {
    /*width: 450px;*/
    padding-top: 5px;
}
.barNav_adm a {
    font: 16px Arial italic;
    color: #FFF500;
    text-decoration: none;
    /*background: #4576a1;*/
    text-align: center;
    padding: 5px;
    margin-right: 2px;
    /*border: 1px solid #4576a1;*/
    /*border-radius: 7px;*/
}
.barNav_adm a:hover {
    color: #4576a1;
    background: #FFFFFF;
    /*border: 1px solid #4576a1;*/
}
.barNav_adm a.current {
    color: #4576a1;
    background: #FFFFFF;
    /*border: 1px solid #4576a1;*/
}
#mid2_adm {
    /*position:relative;*/
    padding: 15px 0 20px 0;
    width: 100%;
    /*height: 100%;*/
    background: #FFFFFF;
    color: #000000;
    font-size: 14pt;
    /*box-shadow:1px 1px 70px rgba(255,255,255,.2);*/
    text-align: center;
    overflow: auto;
}
.admcontrol{
    visibility: hidden;
    float: left;
}
/*ADM*/

/*MID2_admcadastro.html*/
.esquerda_admcadastro{
    float: left;
    width: 20%;
    margin-top: 25px;
    margin-left: 40%;
}
/*MID2_admcadastro.html*/

/*MID2_admaddvaga.php*/
.esquerda_admaddvaga{
    float: left;
    width: 50%;
    margin-top: 0px;
    margin-left: 20%;
}
/*MID2_admaddvaga.php*/













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
