﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #F8F8FF;
    font-size: .90em;
    /*font-family: "Century Gothic", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    /*background-image: url(../../Imagens/bg.jpg);
	background-repeat: repeat;*/
}

.fonteDestaqueRevalidacao {
    border: 2px solid red;
}

.Validacao {
    color: #d80101;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1001px;
    background-color: #fff;
    border-radius: 5px 5px 10px 10px;
    margin: 0px auto 0px auto; /*border: 1px solid #496077;*/
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766; /*padding: 8px 0px 0px 0px;*/
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
    color: #eaeaea;
    padding-top: 0;
    padding-bottom: 5px;
    height: 20px;
}

    div.hideSkiplink a {
        color: #eaeaea;
        text-decoration: none;
    }

.menu {
    z-index: 200;
    position: absolute;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/* 
	LEVEL ONE
*/
ul.dropdown {
    position: relative;
}

    ul.dropdown li {
        font-weight: bold;
        float: left;
    }

    ul.dropdown a:hover {
        color: #FFF;
    }

    ul.dropdown li a {
        display: block;
        padding: 4px 8px;
        border-right: 1px solid #eaeaea;
        color: #eaeaea;
    }

    ul.dropdown li:last-child a {
        border-right: none;
    }

    ul.dropdown li.hover, ul.dropdown li:hover {
        background: #6a6f84;
        position: relative;
    }

        ul.dropdown li.hover a {
            color: #FFF;
        }
    /* 
	LEVEL TWO
*/
    ul.dropdown ul {
        width: 220px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

        ul.dropdown ul li {
            font-weight: normal;
            background: #3a4f63;
            color: #eaeaea;
            border-bottom: 1px solid #eaeaea;
            float: none;
        }

            ul.dropdown ul li a {
                border-right: none;
                width: 100%;
                display: inline-block;
            }
        /* 
	LEVEL THREE
*/
        ul.dropdown ul ul {
            left: 100%;
            top: 0;
        }

    ul.dropdown li:hover > ul {
        visibility: visible;
    }



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input {
    padding: 3px;
}

    input:focus, textarea:focus, select:focus {
        border-color: #707070;
        box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
        -moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
        -webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 8px;
    }

div.accountInfo {
    width: 42%;
}

.formDinamico {
    border: solid 1px #C9C9C9;
    background-color: rgb(234, 234, 234);
    height: 18px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/* TABS
----------------------------------------------------------*/
.tabsCommon {
    border-left: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    padding: 20px;
    padding-top: 30px;
}

    .tabsCommon td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

ul#tabs {
    font-size: .80em;
    font-family: "Century Gothic", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    list-style-type: none;
    padding-bottom: 28px;
    border-bottom: 1px solid #696969;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
}

    ul#tabs li {
        float: left;
        height: 25px;
        background-color: rgb(234,234,234);
        margin: 2px 2px 0 2px;
        border: 1px solid #696969;
        border-radius: 5px 5px 0px 0px;
    }

        ul#tabs li.active {
            border-bottom: 1px solid #fff;
            background-color: #fff;
        }

        ul#tabs li.disable a {
            color: #b0b0b0;
        }

#tabs a {
    float: left;
    display: block;
    color: #696969;
    text-decoration: none;
    padding: 4px;
}

    #tabs a:hover {
        background: #fff;
    }

/* FLUXO
----------------------------------------------------------*/
.borda {
    border: 2px solid #444444;
}

.cadastroFisica {
    font-size: 11px;
    color: #484848;
}

.detailsNumeros {
    color: #999999;
}


.links {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
}


    .links a:link {
        color: #5a5a5a;
        font-size: 11px;
    }

    .links a:visited {
        color: #000000;
        font-size: 11px;
    }

    .links a:hover {
        color: #babec2;
        font-size: 11px;
    }

    .links a:active {
        color: #000000;
        font-size: 11px;
    }

.bordaInput {
    border: solid #d8a300 4px;
}

.entregue {
    color: #004502;
    background-color: #FF6A00;
    text-align: center;
    font-size: 12px;
}

.aprovado {
    color: #FFFFFF;
    background-color: #34938b;
    text-align: center;
    font-size: 12px;
}

.aVencer {
    color: #c89019;
    background-color: #fffd4f;
    text-align: center;
    font-size: 12px;
}

.nEntregue {
    color: #ecc8ff;
    background-color: #7300ae;
    text-align: center;
    font-size: 12px;
}

.isento {
    color: #002651;
    background-color: #5178c3;
    text-align: center;
    font-size: 12px;
    height: 40px;
}

.vencido {
    color: #ffadad;
    background-color: #d02121;
    text-align: center;
    font-size: 12px;
    height: 50px;
}

.comentarios {
    color: #053266;
}

.isentarTemporariamente {
    color: #004502;
    background-color: #ffc600;
    text-align: center;
    font-size: 11px;
    border: solid 1px #e1e1e1;
}

.entregue2 {
    color: #004502;
    background-color: #FF6A00;
    text-align: center;
    font-size: 11px;
    border: solid 1px #e1e1e1;
}

.aVencer2 {
    color: #c89019;
    background-color: #fffd4f;
    text-align: center;
    font-size: 11px;
    border: solid 1px #e1e1e1;
}

.nEntregue2 {
    color: #990000;
    background-color: #7300ae;
    text-align: center;
    font-size: 11px;
    border: solid 1px #e1e1e1;
}

.isento2 {
    color: #002651;
    background-color: #5178c3;
    text-align: center;
    font-size: 11px;
    border: solid 1px #e1e1e1;
}

.pendenteDocumentacao {
    text-align: center;
    font-size: 11px;
    border: solid 1px #e1e1e1;
    height: 40px;
}

.vazio {
    border: solid 1px #e1e1e1;
    text-align: left;
    font-size: 11px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.backCinza {
    background-color: #e4e4e4;
}

.backCinzaClaro {
    background-color: #eeeeee;
}

.backCinzaBotao {
    background-color: #e4e4e4;
    height: 30px;
    text-align: right;
    padding-right: 9px;
}

.estiloTituloTabelas {
    background-color: #24334f;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
}

.textoRed {
    color: #d80101;
}

.textoRed2 {
    color: #d80101;
    text-decoration: underline;
    font-weight: bold;
}

.textoRed3 {
    text-decoration: underline;
    color: #d80101;
}

.titulo1 {
    font-size: 11px;
    font-weight: bold;
}

.titulo2 {
    font-size: 11pt;
    font-weight: bold;
    color: #a71313;
}

.titulo3 {
    font-size: 14px;
    font-weight: bold;
}

.espacamentoForms {
    height: 50px;
}

.comentariosReprovacao {
    color: #a71313;
    font-weight: bold;
}

.ou {
    width: 80px;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    float: left;
}

.tituloArquivos {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.divisorias {
    height: 15px;
    background-image: url('Imagens/line.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.entreguePontuacao {
    color: #004502;
    background-color: #34938b;
    text-align: center;
    font-size: 12px;
    height: 40px;
}

.pontuacaoGreen {
    color: Green;
}

.arquivos {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.parcial {
    font-size: 13px;
}

.statusRegularIrregular {
    float: right;
    width: 150px;
    height: 40px;
}

.titulo4 {
    color: #000000;
    font-size: 14PX;
}

.tabela1 {
    padding: 10px;
}

.AlturaColunaHeader {
    height: 30px;
    font-weight: bold;
    vertical-align: bottom;
}

.AlturaColunaItem {
    height: 20px;
}

/* MODAL
----------------------------------------------------------*/
#basic-modal-content {
    display: none;
    padding: 20px;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container {
    color: #bbb;
    background-color: #333;
    border: 4px solid #444;
    padding: 12px;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            background: url('Imagens/x.png') no-repeat;
            width: 25px;
            height: 29px;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: -15px;
            right: -16px;
            cursor: pointer;
        }

    #simplemodal-container h3 {
        color: #84b8d9;
    }

#btnArrumarSalvar unified {
    margin-left: -45px;
}

#btnArrumarFinalizarAnalise unified {
    margin-left: -115px;
}

/*.HeaderImagem {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
}
*/

.HeaderImagem {
    position: relative;
    height: 70px;
}

.logo-topo {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 60px; /* ajuste fino */
}
