﻿@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FDFDFD;
    margin: 0 auto;
    overflow: hidden;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #EEE;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
        color: #EEE;
    }

    a:hover {
        text-decoration: none;
        color: #EEE;
    }

    a:active {
        text-decoration: none;
        color: #EEE;
    }

img {
    border: none;
}

p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.meio {
    width: 85%;
    height: calc(100% - 145px);
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 150px;
    overflow-x: auto;
    overflow-y: auto;
}

.sair {
    background: url(../imagens/layout/sair.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 5px;
}

.tdTitulo {
    text-align: right;
}

.tdSubmit {
    text-align: center;
}

.submit {
    width: 200px;
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 25px;
    line-height: 22px;
    padding: 0 6px;
    border: none;
    border: hidden;
    margin-left: 80px;
}

    .submit:hover {
        background: #00467F;
        cursor: pointer;
    }

.LinkLogo {
    float: left;
    cursor: pointer;
    width: 112px;
    height: 119px;
}

.topo {
    background: url(../imagens/layout/logo_intersept.png) no-repeat;
    background-size: 112px 119px;
    width: 100%;
    height: 120px;
    margin-top: 15px;
}

.cliente {
    height: 100%;
    padding-left: 170px;
}

.nome_cliente {
    border-bottom: 2px solid #999;
    color: #00579b;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}

.alterarCadastro {
    margin-top: 5px;
    width: 120px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
    background-color: #00579b;
    cursor: pointer;
}

    .alterarCadastro:hover {
        color: #ffd800;
        background-color: #00467F;
    }

tr input {
    width: 100%;
}

.small {
    width: 20%;
}

tr select {
    width: 100%;
}

hr {
    border-width: 0;
    height: 2px;
    border-top-width: 2px;
    margin: 20px 0;
    border-color: #FFF;
}

h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 18px;
    font-weight: normal;
}

ul {
    list-style: none;
    margin: 0;
}

    ul li {
        margin-left: 35px;
        margin-right: 35px;
        vertical-align: top;
        display: inline-block;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 220px;
        height: 120px;
        text-align: center;
    }

.content_menu {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
}

.menu {
    margin: 0 auto;
    background-color: #006b9c;
    width: 958px;
    text-align: left;
}

.ImgMenu {
    width: 50px;
    height: 50px;
}

.LinkMenu {
    cursor: pointer;
}

.content_banner {
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.banner {
    margin: 0 auto;
    width: 958px;
    height: 198px;
}

/* HEADER */
#header {
    width: 100%;
    height: 45px;
}

    #header .homologacao {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 42px;
    }

    #header .phomologacao {
        border: solid #DE0000 3px;
        background-color: white;
        color: #DE0000;
        font-weight: bold;
        padding: 5px 0px 5px 0px;
        vertical-align: middle;
        font-size: 23px;
        height: 25px;
        max-width: 520px;
        margin: 0 auto;
    }

.logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}


/* RODAPE */
#rodape {
    text-align: center;
    background-color: #00579b;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    color: #FFF;
    background-image: url(../imagens/layout/rodape.png);
    background-repeat: repeat-x;
    position: fixed;
    bottom: 0px;
}

    #rodape .conteudo {
        width: 85%;
        margin: 0 auto;
        padding-top: 10px;
    }

    #rodape .coluna {
        width: 300px;
        margin: 0 auto;
        vertical-align: top;
        display: inline-block;
    }

        #rodape .coluna p {
            margin-bottom: 10px;
        }

    #rodape .coluna_endereco {
        font-size: 14px;
    }

    #rodape .coluna_telefones {
        font-size: 13px;
    }

        #rodape .coluna_telefones span {
            font-size: 11px;
        }

    #rodape .linkSite {
        width: 212px;
        height: 41px;
    }

/* LOGIN */
#login {
    text-align: center;
    background: #FFF;
    padding: 20px;
    width: 300px;
    margin: 0 auto;
}

    #login .form {
        font-family: Arial, Helvetica, sans-serif;
        height: 35px;
        width: 280px;
        line-height: 35px;
        font-size: 14px;
        color: #FFF;
        padding: 0 10px;
        background: url(../imagens/layout/bg_form_login.png) no-repeat;
        border: none;
        border: hidden;
        margin-bottom: 15px;
    }

        #login .form:focus {
            outline: none;
            background: url(../imagens/layout/bg_form_login_focus%5D.png) no-repeat;
        }

    #login .form-invalid {
        font-family: Arial, Helvetica, sans-serif;
        width: 270px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color: #FFF;
        padding: 0 10px;
        background: url(../imagens/layout/bg_form_login.png) no-repeat;
        background-color: red;
        border: none;
        border: hidden;
        margin-bottom: 15px;
    }

        #login .form-invalid:focus {
            outline: none;
            background: url(../imagens/layout/bg_form_login_focus%5D.png) no-repeat;
            background-color: red;
        }

    #login .botao {
        width: 100%;
        background: #00579b;
        color: #FFF;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        height: 25px;
        line-height: 22px;
        padding: 0 6px;
        border: none;
        border: hidden;
    }

        #login .botao:hover {
            color: #ffd800;
            background-color: #00467F;
            cursor: pointer;
        }

    #login a {
        background: #000 !important;
        color: #FFF !important;
        font-size: 12px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        height: 40px !important;
        line-height: 40px !important;
        padding: 4px 4px !important;
        border: none !important;
        border: hidden !important;
    }

        #login a:hover {
            background: #00467F !important;
            cursor: pointer !important;
        }

/*FORM NOVA SENHA*/
#form1 #newPswd .botao {
    background: #00579b;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    border: none;
    border: hidden;
}

    #form1 #newPswd .botao:hover {
        color: #ffd800;
        background-color: #00467F;
        cursor: pointer;
    }

#form1 .form {
    font-family: Arial, Helvetica, sans-serif;
    width: 270px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FFF;
    padding: 0 10px;
    background: url(../imagens/layout/bg_form_login.png) no-repeat;
    border: none;
    border: hidden;
    margin-bottom: 15px;
}

    #form1 .form:focus {
        outline: none;
        background: url(../imagens/layout/bg_form_login_focus%5D.png) no-repeat;
    }

#form1 .form-invalid {
    font-family: Arial, Helvetica, sans-serif;
    width: 270px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FFF;
    padding: 0 10px;
    background: url(../imagens/layout/bg_form_login.png) no-repeat;
    background-color: red;
    border: none;
    border: hidden;
    margin-bottom: 15px;
}

    #form1 .form-invalid:focus {
        outline: none;
        background: url(../imagens/layout/bg_form_login_focus%5D.png) no-repeat;
        background-color: red;
    }

/* TAB */
#tab {
    margin-bottom: 35px;
    height: 41px;
}

    #tab .botao_tag {
        width: 155px;
        height: 41px;
        background: url(../imagens/layout/bt_tab.png) no-repeat;
        color: #FFF;
        line-height: 30px;
        padding-left: 10px;
        margin: 20px 0 5px 0;
        float: left;
        font-size: 17px;
    }

    #tab .botao_tag_ativo {
        width: 155px;
        height: 41px;
        background: url(../imagens/layout/bt_tab_ativo.png) no-repeat;
        color: #FFF;
        line-height: 30px;
        padding-left: 10px;
        margin: 20px 0 5px 0;
        float: left;
        font-size: 17px;
    }


/* GRID */
#grid {
    min-width: 1600px;
}

    #grid .linha_titulos {
        font-weight: bold;
        float: left;
        clear: both;
        margin-bottom: 5px;
    }

    #grid .linha {
        border-bottom: 1px solid #BBB;
        float: left;
        clear: both;
    }

    #grid .coluna {
        width: auto;
        min-width: 120px;
        float: left;
        line-height: 26px;
    }

    #grid .coluna_previsao {
        width: 180px;
        float: left;
        line-height: 26px;
    }

    #grid .imprimir {
        width: 15px;
        height: 26px;
        background: url(../imagens/layout/icone_imprimir.png) no-repeat;
        padding-left: 2px;
        color: #666;
        float: left;
        line-height: 26px;
        margin: 0 5px;
    }

    #grid .baixar_xml {
        width: 15px;
        height: 26px;
        background: url(../imagens/layout/icone_xml.png) no-repeat;
        padding-left: 2px;
        color: #666;
        float: left;
        line-height: 26px;
        margin: 0 5px;
    }

    #grid .linha .noimprimir {
        width: 15px;
        height: 26px;
        background: url(../imagens/layout/icone_imprimir.png) no-repeat;
        padding-left: 2px;
        color: #E84242;
        float: left;
        line-height: 26px;
        margin: 0 5px;
        cursor: not-allowed;
    }

    #grid .linha .nobaixar_xml {
        width: 15px;
        height: 26px;
        background: url(../imagens/layout/icone_xml.png) no-repeat;
        padding-left: 2px;
        color: #E84242;
        float: left;
        line-height: 26px;
        margin: 0 5px;
        cursor: not-allowed;
    }

    #grid .atualizar {
        width: 15px;
        height: 26px;
        background: url(../imagens/layout/icone_atualizar.png) no-repeat;
        padding-left: 2px;
        color: #666;
        float: left;
        line-height: 26px;
        margin: 0 5px;
    }

    #grid .atualizar_bloqueado {
        width: 15px;
        height: 26px;
        background: url(../imagens/layout/icone_atualizar.png) no-repeat;
        padding-left: 2px;
        color: #DDD;
        float: left;
        line-height: 26px;
        margin: 0 5px;
        cursor: not-allowed;
    }

/* ATUALIZAR */
.infos_atualizar {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px;
}

/* DATA */
.date {
    border: none;
    border: hidden;
    font-size: 13px;
    padding: 0 5px 0 30px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../imagens/layout/icone_data.png) no-repeat;
    height: 26px;
    line-height: 26px;
    width: 100px;
    color: #666;
}

    .date:focus {
        outline: none;
    }

#calroot {
    z-index: 10000;
    margin: -1px 0 0 -6px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #FE8A01;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../imagens/layout/prev.png) no-repeat scroll center center;
    float: left;
    cursor: pointer;
}

#calnext {
    background: url(../imagens/layout/next.png) no-repeat;
    float: right;
}

    #calprev.caldisabled, #calnext.caldisabled {
        visibility: hidden;
    }

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

    #caldays span {
        display: block;
        float: left;
        width: 28px;
        text-align: center;
        color: #BBB;
    }

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

    .calweek a {
        display: block;
        float: left;
        width: 27px;
        height: 20px;
        text-decoration: none;
        font-size: 11px;
        margin-left: 1px;
        text-align: center;
        line-height: 20px;
        color: #666;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .calweek a:hover, .calfocus {
            background-color: #ddd;
        }

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

    a.caloff:hover {
        background-color: rgb(245, 245, 250);
    }

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #FE8A01;
    color: #fff;
}

#caltoday {
    background-color: #FEA946;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}
/* Firefox 19+ */
:-moz-placeholder {
    color: #fff;
}
/* Firefox 18- */
:-ms-input-placeholder {
    color: #fff;
}
