﻿* {
    margin: 0;
    padding: 0;
}

    * body {
        margin: 0 0 0;
        font: .74em "Trebuchet MS", Arial, Sans-Serif;
        color: #444;
        background: #ffffff url(../Imagens/bg_body.jpg);
    }

h1 {
    font-size: 3em;
    font-weight: normal;
    float: left;
}

    h1 a {
        text-decoration: none;
    }

h2 {
    font-size: 2em;
    color: #FFF2B3;
    font-weight: normal;
    margin: 0 0 .8em;
}

h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    margin: 0 0 .8em;
}

p {
    margin: 0 0 2em 0;
    line-height: 1.8em;
}

em {
    border-bottom: 1px dotted #fff;
    cursor: pointer;
}

a {
    color: #9D2900;
}

    a:hover {
        color: #A0000E;
        text-decoration: none;
    }

img {
    border: 0;
}

.red {
    color: #9D2900;
}


.divRoundCorner {
    border: 1px solid #0191AF;
    border-radius: 7px;
    -moz-border-radius: 7px; /* Firefox 3.6 and earlier */
    padding: 5px;
}

.divRoundCornerHeader {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.divBoxShadow {
    box-shadow: 10px 10px 5px #888888;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.label {
    font-family: verdana, arial, sans-serif;
    font-style: normal;
    color: #0096BB;
}

.labelTit {
    font-family: verdana, arial, sans-serif;
    font-style: normal;
    color: #0096BB;
    font-weight: bold;
    font-size: medium;
}

.labelTitBook {
    font-family: verdana, arial, sans-serif;
    font-style: normal;
    color: #0096BB;
    font-weight: bold;
    font-size: 20px;
}

.labelCapa {
    font-family: verdana, arial, sans-serif;
    font-style: normal;
    color: #0096BB;
    font-weight: bold;
    font-size: 52px;
}

.labelSubCapa {
    font-family: verdana, arial, sans-serif;
    font-style: normal;
    color: #0096BB;
    font-weight: bold;
    font-size: 43px;
}



.marcacao {
    font-family: verdana, arial, sans-serif;
    font-style: normal;
    color: red;
    font-weight: bold;
}


.btnImagem {
    width: 19px;
    height: 19px;
    cursor: pointer;
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    background-color: transparent;
    vertical-align: middle;
    margin-left: 10px;
}

.cursorwait {
    cursor: pointer;
}

.error {
    background: #fff url(../imagens/error_bg.jpg) bottom right no-repeat;
}

.warning {
    background: #fff url(../imagens/warning_bg.jpg) bottom right no-repeat;
}

.success {
    background: #fff url(../imagens/success_bg.jpg) bottom right no-repeat;
}

.prompt {
    background: #fff url(../imagens/prompt_bg.jpg) bottom right no-repeat;
}

div.painel {
    overflow: scroll;
    overflow-x: hidden;
    margin-right: 1px;
    border: solid 1px #FFFFFF;
}

table.grid {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    font-family: Verdana;
}

    table.grid td {
        border: solid 1px #FFFFFF;
        height: 20px;
    }

    table.grid .gridCabecalho {
        background: #2ea4df;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        border-color: #FFFFFF;

    }

        table.grid .gridCabecalho a {
            color: #FFFFFF;
            font-weight: bold;
            text-align: center;
            height: 18px;
            text-decoration: none;
        }

        table.grid .gridCabecalho tr {
            position: relative;
        }

    table.grid .gridLinhaPar {
        background: #F7F7F7;
        border-bottom: 1px solid #FFFFFF !important;
    }

    table.grid .gridLinhaImpar {
        background: #FFFFFF;
    }

    table.grid tr.gridLinhaPar:hover {
        background-color: #D9EBF5;
        cursor: pointer;
    }

    table.grid tr.gridLinhaImpar:hover {
        background-color: #D9EBF5;
        cursor: pointer;
    }

    table.grid .btnImagem {
        width: 22px;
        height: 22px;
        cursor: pointer;
        border-right: medium none;
        border-top: medium none;
        border-left: medium none;
        border-bottom: medium none;
        background-color: transparent;
        vertical-align: middle;
    }


table.gridSemCursor tr.gridLinhaPar:hover {
    background-color: #D9EBF5;
    cursor: default;
}

table.gridSemCursor tr.gridLinhaImpar:hover {
    background-color: #D9EBF5;
    cursor: default;
}

input.txtinputdisable {
    padding: 1px 2px;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    background: #d6d6d6 url(../imagens/bg_disable.gif);
}

input.txtinput {
    padding: 1px 2px;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}

input.button {
    font-weight: bold;
    color: #ffffff;
    padding: 2px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    text-shadow: 1px 1px 3px #666666;
    border: solid #77d5f7 1px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2ea4df), to(#097bb0));
    background: -moz-linear-gradient(top, #2ea4df, #097bb0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2ea4df, endColorStr=#097bb0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2ea4df, endColorStr=#097bb0);
    display: inline-block; /* IE is so silly */
}

    input.button:hover {
        background: #A1D8F1;
        border: solid #2ea4df 1px;
    }

input.buttondisable {
    font-weight: bold;
    color: #ffffff;
    padding: 2px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    text-shadow: 1px 1px 3px #666666;
    border: solid #77d5f7 1px;
    background: #d6d6d6 url(../imagens/bg_disable.gif);
    display: inline-block; /* IE is so silly */
}

.txtarea {
    width: 250px;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    height: 130px;
    overflow: auto;
    resize: none;
}

/* INICIO -- Style utilizado para o box flutuante */
.toggler {
    width: 500px;
    height: 200px;
    position: absolute;
    display: block;
}

#effect {
    width: 240px;
    height: 105px;
    padding: 0.4em;
    position: relative;
}

    #effect h4 {
        margin: 0;
        padding: 0.4em;
        text-align: center;
    }
/* FIM    -- Style utilizado para o box flutuante */

#divPrincipal {
    width: 1024px; /* largura fictícia */
    margin: 0 auto;
    background: #ffffff url(../Imagens/bgHeader.png) repeat-x;
}

/* TELA DE LOGIN ################################################################################################ */
#divLogin {
    width: 260px;
    height: 290px;
    margin: 0 auto 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

#divLogoLogin {
    float: left;
    margin: 15px 0 0 0;
    width: 260px;
}

    #divLogoLogin .imgLogoLogin {
        width: 50px;
        height: 50px;
        margin-top: 10px;
        float: right;
        text-align: center;
        display: block;
    }

    #divLogoLogin .normal {
        text-align: left;
        font-family: Arial;
        font-weight: bold;
        color: #0191AF;
        font-size: 20px;
        margin: 10px 0 0 0;
    }

#divLogoInicial {
    width: 1024px;
    text-align: center;
    padding-top: 30px;
}

    #divLogoInicial .imgLogoInicial {
        width: 60px;
        height: 60px;
        margin: 0;
        display: block;
        float: right;
    }

    #divLogoInicial .p1 {
        font-family: Arial;
        font-weight: bold;
        color: #0191AF;
        font-size: 50px;
        vertical-align: middle;
    }

    #divLogoInicial .p2 {
        font-family: Arial;
        font-weight: bold;
        color: #0191AF;
        font-size: 35px;
        vertical-align: middle;
    }
/* TELA DE LOGIN ################################################################################################ */

#divProgress {
    background-color: #CCCCCC;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: 0; /* For IE8 and earlier */
}

.labelProgress {
    font-size: xx-large;
    font-weight: bold;
    color: #27799F;
}

#divMasterHeader {
    background: #fff url(../Imagens/bgHeader.png) repeat-x;
    width: 1024px;
    height: 100px;
}

.sair {
    float: right;
    position: relative;
    top: 10px;
    right: 10px;
    color: #27799F;
    font-size: 13px;
    font-weight: bold;
}

    .sair a {
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
    }

        .sair a:hover {
            cursor: pointer;
        }

#divLogo {
    float: left;
    width: 1024px;
    padding: 20px 0 0 0;
    text-align: center;
}

    #divLogo .imgLogo {
        margin: 5px 30px 0 30px;
        display: block;
    }

    #divLogo .p1 {
        font-family: Arial;
        font-weight: bold;
        color: #0191AF;
        font-size: 35px;
        vertical-align: middle;
        margin-right: 10px;
    }

    #divLogo .p2 {
        font-family: Arial;
        font-weight: bold;
        color: #0191AF;
        font-size: 22px;
        vertical-align: middle;
    }

#divMasterHeaderBar {
    display: inline-block;
    width: 1028px;
    height: 18px;
    margin: 0 0 30px;
    background: url(../Imagens/bar2.gif) repeat-x;
    margin-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
    vertical-align:middle; 
}

.step {
    float: right;
    margin: 0 10px 0 1px;
    color: White;
    font-weight: bold;
    line-height: 18px;
    vertical-align: middle;
}

.caminho {
    float: left;
    line-height: 18px;
    vertical-align: middle;
    width: 680px;
    margin-left: 10px;
    text-align: left;
}

    .caminho a {
        text-decoration: none;
        color: #E1E1E1;
        font-weight: bold;
    }

    .caminho span.itemSelecionado {
        color: #FFFFFF;
        font-weight: bold;
    }

    .caminho span.itemDeselecionado {
        color: #E1E1E1;
        font-weight: bold;
    }

#divMaster {
    width: 1024px;
    display: inline-block;
}

#divMasterLateral {
    float: left;
    width: 310px;
}

#divMasterConteudo {
    float: right;
    width: 700px;
    min-height: 400px;
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
}

#divProgressImg {
    width: 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    position: absolute;
}

#divMasterFooter {
    clear: both;
    width: 1024px;
    height: 60px;
    margin: 20px 0 0 0;
    border-top: 1px solid #e0e0e0;
}

    #divMasterFooter .right {
        float: right;
        margin: 15px 10px 0 0;
        width: 200px;
        text-align: left;
    }

    #divMasterFooter .imgFooter {
        width: 95px;
        height: 24px;
        float: right;
    }

    #divMasterFooter .normal {
        margin: 10px 0 0 7px;
    }

    #divMasterFooter a {
        color: #808080;
        font-weight: bold;
    }

/* 
Estilos criados para as telas do modulo Emissao 
Eduardo Ferreira - 24/7/15    
*/

.statusLoading {
    width:100%; 
    height:35px; 
    display:none;
}
.statusLoading img
{ 
    float:left;
}
.statusLoading span
{
    font-weight:bold; 
    line-height:35px; 
    vertical-align:middle; 
    float:left;
    margin-left: 10px            
}

.txtAlerta
{
    font-weight:bold; 
    width:100%; 
    border:0px;
    color:#9D2900;
}

.boxMessage { 
  width: 90%; 
  height: 300px; 
  position: relative;
}

.messageInBox { 
  position: absolute; 
  margin: 20px;  
  display: table; 
}

.messageInBox p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
  font-size:2em;
  color:#9D2900;
  font-weight:bold; 
}

.controlePeriodo {
    display: table-cell; 
    float: left;
    line-height: 21px;
    vertical-align: top;    
}