body{
    margin: 0;
    padding:0;
    font-family: "lucida_sansregular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #eaeaea;
    color: #333333;
    min-width: 1024px;
}

a{
    text-decoration: none;
    color: #283221;
    /*Isto é vergonhoso, mas necessário para o Safari*/
    -webkit-font-smoothing: antialiased;
}
img{
    border: none;
}

#header{
    height:55px;
}
#header-top{
    height: 55px;
    width:100%;
    background-color: #014d9a;
    box-shadow: 2px 2px 2px #152c4d;
    position: relative;
    z-index:3;
}
#header-mid{
    height: 30px;
    width:100%;
    background-color: #214478;
    color: #fff;
    font-size: 16px;
    box-shadow: 2px 2px 2px #a09b9b;
    position:relative;
    z-index:2;
}
#header-bot{
    height: 42px;
    width:100%;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px #7c9da5;
    position: relative;
    z-index:1;
}
#header-content{
    width: 1024px;
    height: 60px;
    margin: -120px auto 0 auto;
}
#header-logo-back{
    height: 60px;
    background-color: #fff;
    width:130px;
    top: 0;
    z-index: 4;
    position: absolute;
    margin-left: -16px;
    -moz-transform:    skew(30deg);
    -o-transform:      skew(30deg);
    -webkit-transform: skew(30deg);
    transform:         skew(30deg);
    /* IE8+ - must be on one line, unfortunately */ 
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.5, M21=0, M22=1, SizingMethod='auto expand')";

    /* IE6 and 7 */ 
    filter: progid:DXImageTransform.Microsoft.Matrix(
        M11=1,
        M12=0.5,
        M21=0,
        M22=1,
        SizingMethod='auto expand');
    margin-left:-30px\9;
}
#header-logo{
    position: absolute;
    top: 3px;
    margin-left: 7px;
    z-index: 5;
    height: 40px;
}
#header-top-content{
    width: 880px;
    margin: 18px 0 0 130px;
    color:#fff;
    font-size: 20px;
    padding-top:15px;
    z-index: 4;
    position: relative;
    height:40px;
}
#header-mid-content{
    width:100%;
    max-width: 770px;
    margin: 7px 0 0 240px;
    color:#fff;
    padding-top:5px;
    z-index: 4;
    position: relative;
    font-size: 16px;
    line-height: 18px;
}
#header-top-content i{
    font-size: 12px;
    line-height: 0px;
    width:180px;
}
#header-top-content ul{
    padding: 0; 
    margin: 0;
    list-style: none;
    clear: right;
    float: right;
}
#header-top-content ul li{
    padding-left:15px;
    font-size:14px;
    display: inline;
}
#header-top-content ul li a{
    text-decoration: none;
    color: #fff;
}
#header-top-content ul li a:hover{
    text-decoration: underline;
}

#menu{
    width: 1024px;
    margin: 0 auto;
    z-index: 6;
    position: relative;
    padding-top: 4px;
}
#menu ul{
    list-style: none;
    margin:0;
    padding:10px 0 0 0;
    /* width and height for IE */
    width:1024px;
    height:36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
#menu ul li{
    display: inline;
    margin-right: 3px;
}
#menu ul li a{
    font-size: 14px;
    padding: 8px 27px 6px 12px;
    text-decoration: none;
    color: #114172;
    width:auto;
    font-weight: normal;
}
#menu ul li a img{
    height: 26px;
    display: inline;
    padding: 0;
    margin: -3px 6px 0 0;
    vertical-align: middle;
}
#menu ul li a.enabled{
    border-bottom: 2px solid #224cb8;
}
#menu ul li a:hover{
    border-bottom: 2px solid #cacaca;
}
#menu ul li #menu-active{
    background-color: #224cb8;
}

#breadcrumb{
    margin-bottom: 20px;
    margin-top:40px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 6;
    font-size: 12px;
}
#breadcrumb-content{
    width:1024px;
    margin: 0 auto;
}
#breadcrumb a{
    margin:0; 
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    line-height: 26px;
    height: 26px;
    padding: 0 20px 0 30px;
    color: #ffffff;
    background-color: #014d9a;
    position: relative;
}
#breadcrumb a:first-child{
    padding:0 16px 0 28px;
}
#breadcrumb a:last-child{
    background-color: #176fc8;
}
#breadcrumb a:last-child:after{
    background-color: #176fc8;
}
#breadcrumb a:hover{
    background-color: #009ade;
}
#breadcrumb a:hover:after{
    background-color: #009ade;
}
#breadcrumb img{
    width: 16px;
    z-index: 2;
    position: relative;
    padding-top: 5px;
}

#acesso_interno{
    position: relative;
    z-index: 6;
    height:20px;
    width:1004px;
    margin: 0 auto 0 auto;
    padding-left: 270px;
    padding-top: 3px;
    color: #ff960e;
    font-size: 12px;
}

#main{
    width:1024px;
    margin: 20px auto;
    min-height: 680px;
}
.legend{
    font-size: 11px;
    color: #666666;
    margin-bottom: 8px;
}
.legend img{
    height:20px;
    display: inline;
    margin-top: -3px;
    vertical-align: middle;
}
.legend-mid{
    font-size: 12px;
    color: #666666;
    margin-bottom: 8px;
}
.legend-mid img{
    height:20px;
    display: inline;
    margin-top: -3px;
    vertical-align: middle;
}

h1{
    font-size: 18px;
    color: #014d9a;
    padding: 16px 0 16px 0;
    margin: 0;
}

h2{
    font-size: 16px;
    color: #014d9a;
    padding-top: 0;
    font-weight: bold;
}

.top-card{
    background-color: #184e99;
    height: 52px;
    width: 100%;
    padding: 12px 8px 8px 16px;
    box-sizing: border-box;
    color: #fff;
}

.top-card .legend{
    color: #ffffff;
}

.card{
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px #cacaca;
    min-height: 400px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    border-radius: 3px;
}

.card-header{
    padding: 24px;
}

table.card-table{
    width: 100%;
    border: 0;
    margin: 0;
    border-collapse: collapse;
    padding: 16px;
}

table.card-table th{
    text-align: left;
    font-size: 12px;
    color: #666666;
    padding: 16px 24px 16px 24px;
    border-bottom: 1px solid #cacaca;
}

table.card-table td{
    padding: 16px 24px 16px 24px;
    border-bottom: 1px solid #cacaca;
}

table.card-table tr:last-child td{
    border-bottom: 0;
}
.td_status_geral{
    text-align: center;
    vertical-align: top;
}

table.card-table a{
    display: inline-block;
    cursor: pointer;
}

table.card-table a:hover{
    color: #184e99;
}

.td_status_geral a{
    color: #666666;
    padding-top: 8px;
    font-size: 12px;
}

.td_status_geral .span_info{
    color: #666666;
    padding-top: 8px;
    text-transform:uppercase;
    display:block;
    font-size:10px;
}

.td_status_geral .span_agenda{
    text-transform:uppercase;
    display:block;
    padding-bottom:6px;
    color: #666666;
    font-size: 10px;
}

.td_status_geral .span_agenda_data{
    text-transform:uppercase;
    display:block;
    color: #666666;
    font-size: 12px;
}

.td_status_geral img{
    max-height: 28px;
}

.link-default{
    color: #0653a2;
    font-weight: bold;
}
.link-default:hover{
    text-decoration: underline;
}

.link-voltar{
    color: #336cc2;
    font-size: 12px;
}
.link-voltar:hover{
    text-decoration: underline;
}

td{
    vertical-align: middle;
}

td *{
    vertical-align: middle;
}

.row-title{
    cursor: pointer;
    padding: 16px 24px 16px 24px;
    border-bottom: 1px solid #cacaca;
}

.row-title.active{
    font-weight: bold;
    background-color: #efefef;
}

.row-title:hover{
    background-color: #efefef;
}

.arrow-down{
    cursor: pointer;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.3s linear;

}

.arrow-down.open{
    transform: rotate(-180deg);
    transition: transform 0.3s linear;
}

.row-details {
    max-height: 0;
    padding: 0;
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
    -webkit-transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
}

.row-details.visible{
    height: auto;
    transition: display 3s ease;
    -webkit-transition: max-height 1s ease-in;
    -moz-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
    max-height: 1600px;
}

.status_bullet{
    cursor:pointer;
}
.status_bullet.purple{
    fill: #7e02d1;
}
.status_bullet.red{
    fill: #c6131f;
}
.status_bullet.orange{
    fill: #e09304;
}
.status_bullet.green{
    fill: #129b4b;
}
.status_bullet.blue{
    fill: #126b9b;
}

.bt_download{
    float: right;
    margin-top:-40px;
    text-transform: uppercase;
    padding: 6px 12px;
    background-color:  #009ade;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0px 2px 2px #dedede;

}
.bt_download img{
    height: 19px;
    vertical-align: bottom;
    margin-right: 6px;
}

.bt_download:hover{
    background-color: #1677cc;
}

#login{
    width:1024px;
    padding: 10px 0 20px 0;
    margin: 0px auto 30px 0;
    font-size: 16px;
    background-color: #FFF;
    border-top: 3px solid #014d9a;
}

input, textarea, select{
    border: 1px solid #B9B9B9;
    height: 25px;
    min-width: 210px;
    margin-right: 10px;
    font-family: Arial, sans-serif;
}
input[type=radio]{
    width: 15px;
    margin-top: -3px;
}
select{
    height: 27px;
    font-size: 16px;
    line-height: 35px;
}

input:focus, textarea:focus, select:focus{
    border: 1px solid #505F49;
}

.input-required{
    border: 1px solid #E87171;
}

.input-verified{
    border: 1px solid #2a9459;
}

.button{
    background-color: #176fc8;
    border-bottom: 3px solid #014d9a;
    box-shadow: 2px 2px 2px #cacaca;
    color: #ffffff;
    font-size:12px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 16px;height: auto;line-height: 16px;
}

.button:hover{
    background-color: #014d9a;
    border-bottom: 3px solid #114172;
}

.button-featured{
    background-color: #ff6600; 
    border-color: #ff8400; 
}
.button-featured:hover{
    background-color: #ff8400; 
    border: 1px solid #ff6600;
}

.erro{
    color: #BF0000;
    font-size: 12px;
}

.msg{
    color: darkgreen;
    font-weight: bold;
}

.notificacao_bar_yellow{
    margin-top:20px;
    width:940px;
    border-left: 3px solid #ffba1b;
    background-color: #ffe4a4;
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
    font-size: 14px;
}
.notificacao_bar_yellow img{
    vertical-align: middle;
    margin-right: 10px;
}

.notificacao_bar_blue{
    margin-top:20px;
    width:940px;
    border-left: 3px solid #336cc2;
    background-color: #c4daf2;
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
    font-size: 14px;
}
.notificacao_bar_blue img{
    vertical-align: middle;
    margin-right: 10px;
}

.notificacao_bar_green{
    margin-top:20px;
    width:900px;
    background-color: #ddf4e9;
    border-left:3px solid #109357;
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
    font-size: 14px;
}
.notificacao_bar_green img{
    vertical-align: middle;
    margin-right: 10px;
}

.notificacao_bar_red{
    margin-top:20px;
    width:940px;
    border-left: 3px solid #dc281b;
    background-color: #fbdcda;
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
    font-size: 14px;
}
.notificacao_bar_red img{
    vertical-align: middle;
    margin-right: 10px;
}

.relatorios-linha{
    width:100%;
    height:30px;
    margin-bottom: 7px;
    border-collapse: collapse;
}

.relatorios-linha tr td{
    padding:8px 0 8px 8px;
}

.relatorios-linha tr td:first-child{
    padding-left:12px;
}

.relatorios-linha tr td:last-child{
    padding-right:12px;
}

.relatorios-linha .date{
    font-size: 12px;
    width: 80px;
    color: #666;
}

.relatorios-linha .anexo{
    width:20px;
}

.relatorios-linha .video{
    width:18px;
}

.relatorios-linha a{
    color: #114172;
    font-weight: bold;
}

.relatorios-green{
    background-color: #ddf4e9;
    border-left:3px solid #109357;

}

.relatorios-green:hover{
    background-color: #caf3e0;
}

.relatorios-red{
    background-color: #fbdcda;
    border-left:3px solid #dc281b;
}

.relatorios-red:hover{
    background-color: #ffd3d0;
}

.avisos{
    border-left:3px solid #184e99;
    background-color: #dce7f6;
}

.avisos:hover{
    background-color: #d5e0ef;
}

.avisos .sub td{
    background-color: #fff;
    min-height: 40px;
    border-bottom: 2px solid #dce7f6;
    padding:20px 20px 20px 0;
}

.avisos .sub td:last-child{
    border-right: 3px solid #dce7f6;
}

.agenda{
    border-left:3px solid #0faeff;
    background-color: #dfecf4;
}

.agenda:hover{
    background-color: #d3e8f4;
}

.agenda .sub td{
    background-color: #fff;
    min-height: 40px;
    border-bottom: 2px solid #dfecf4;
    padding:20px 20px 20px 0;
}

.agenda .sub td:last-child{
    border-right: 3px solid #dfecf4;
}

.mini-historico{
    float: left; 
    min-width: 342px;
    max-width: 600px;
    margin-bottom: 10px;
    min-height: 160px;
}

.mini-historico img{
    vertical-align: bottom;
    margin-right: 5px;
}

.mini-historico span{
    float: right;
    padding-top:5px;
    font-size: 14px;
}

.mini-historico a:hover{
    text-decoration: underline;
}

.mini-historico .green{
    border-left: 3px solid #109357;
    background-color: #ddf4e9;
    padding: 10px 20px 10px 10px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.mini-historico .green:hover{
    background-color: #caf3e0;
}

.mini-historico .yellow{
    border-left: 3px solid #ffba1b;
    background-color: #ffe4a4;
    padding: 10px 20px 10px 10px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.mini-historico .yellow:hover{
    background-color: #ffdc87;
}

.mini-historico .red{
    border-left: 3px solid #dc281b;
    background-color: #fbdcda;
    padding: 10px 20px 10px 10px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}

.mini-historico .red:hover{
    background-color: #ffd3d0;
}

.mini-historico .blue{
    border-left: 3px solid #2489bd;
    background-color: #c1eaff;
    padding: 10px 20px 10px 10px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}

.mini-historico .blue:hover{
    background-color: #c4e6f8;
}

.mini-historico .vencimento{
    font-size: 12px;
    color: #666;
    padding: 12px 0 10px 30px;
    height:20px;
    border-left:1px solid #DEDEDE;
    border-right:1px solid #DEDEDE;
}
.mini-historico .vencimento2{
    font-size: 12px;
    color: #666;
    padding: 2px 0 10px 30px;
    height:20px;
}
.mini-historico .agendamento{
    float: left;
    margin-top:-20px;
    margin-left: 30px;
    font-size: 12px;
    color: #184e99;
    font-weight: bold;
}

.mini-historico .alerta_red{
    float: right;
    margin-top:-36px;
    margin-right: 10px;
    font-weight: bold;
    color: #BF0000;
    font-size: 12px;
}
.mini-historico .alerta_green{
    float: right;
    margin-top:-36px;
    margin-right: 10px;
    font-weight: bold;
    color: #0653a2;
    font-size: 12px;
}


.mini-historico table{
    margin:0 0 20px 15px;
    border-collapse: collapse;
    min-width:295px;
    max-width: 560px;
}
.mini-historico table tr{
    height:30px;
    border-bottom: 1px solid #EFEFEF;
}
.mini-historico table img{
    height:18px;
}

.mini-historico table .icone{
    width:25px;
}

.mini-historico table .data{
    font-size: 12px;
    color: #666;
    width:83px;
}

.mini-historico table i{
    font-size: 12px;
    color: #666;
}

.list{
    margin-top: 10px;
    width:100%;
    border-collapse: collapse;
}

.list tr th{
    background-color: #EFEFEF;
    padding: 5px;
    height:30px;
    border-bottom: 1px solid #888888;
}
.list tr{
    height:30px;
    border-bottom: 1px solid #DADADA;
}

.list .tr-light{
    background-color: #ffffff;
}

.list .tr-dark{
    background-color: #F3F3F3;
}

.list tr:hover{
    background-color: #DAECF6;
    border-bottom: 1px solid #A2D1E8;
}
.list tr td{
    padding:5px;
}
.list img{
    height: 28px;
}
.list tr img{
    cursor: pointer;
    margin-right:2px;
    height:24px;
}
table no-hover tr:hover{}

.documentos{
    float: left; 
    width:450px; 
    margin-right: 20px;
    font-size: 12px;
}
.documentos table{
    max-width: 420px;
    margin-left: 30px;
}

.documentos table a:hover{
    color: #114172;
    text-decoration: underline;
}

.documentos .downloads{
    color: #888888;
    font-style: italic;
    width:90px;
}
.comentarios{
    float: left;
    margin-top: 24px;
    width: auto;
    min-height: 150px;
}
.comentarios div{
    margin-left: 30px;
}

.videos{
    clear: left;
    width:700px; 
    padding-top: 20px;
    min-height: 200px;
}
.videos h2 img{
    margin-right: 10px;
    margin-bottom: -2px;
}
.videos div{
    margin-left: 30px;
}

#foot{
    clear: both;
    width:1024px;
    margin: 20px auto;
    border-top: 1px solid #AFB8AF;
    height:40px;
    text-align: center;
    padding-top: 10px;
}

/* END DEFAULT*/

.link-darkgreen{
    color: #283221;
    font-size: 12px;
}

.link-darkgreen:hover{
    text-decoration: underline;
}

.link-featured{
    color: #ff6600;
    text-decoration: underline;
}

.link-featured:hover{
    color: #ff8400;
}

.link-agendar{
    color: #114172;
    font-weight: bold;

}

.link-agendar:hover{
    text-decoration: underline;
}


.downloads a:hover{
    text-decoration: underline;
    color: #344C2D;
}

.add_button{
    background-color: #014d9a;
    border: 1px solid #114172;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 6px;
}

.add_button:hover{
    background-color: #176fc8;
}

.search_button{
    background-color: #666;
    border: 1px solid #444;
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 6px;
    min-width:0;
    width:90px;
    height:30px;
}

.search_button:hover{
    background-color: #014d9a;
}

.return_true:before{
    content: url('../images/icon_retorno_true.png');
    padding-right: 5px;
    padding-bottom: 0;
    vertical-align: -20%;

}
.return_true{
    color: #214478;
    padding-top: 0;
    margin-top: 20px;
}

.return_false:before{
    content: url('../images/icon_retorno_false.png');
    padding-right: 5px;
    padding-bottom: 0;
    vertical-align: -20%;
}
.return_false{
    color: #a92626;
    padding-top: 0;
    margin-top: 20px;
}

#darkDiv {
    /*Altere esse valor sempre que nescessario */
    position:absolute;
    z-index: 10;
    top:0;
    left:0;
    background-color:black;
    /*Os tamanhos são tambem definidos por CSS para telas que tenha tamanho menor que todas as miniaturas de imagens juntas */
    width:100%;
    height:100%;
    opacity:0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

#loginDiv {
    width:500px;
    height:200px;
    position:absolute;
    z-index: 11;
    top:50%;
    left:50%;
    margin-top: -100px;
    margin-left: -250px;
    border:5px solid #014d9a;
    background-color:white;
    padding:0 20px 0 20px;
}
#agendarVisita {
    width:500px;
    height:250px;
    position:absolute;
    z-index: 11;
    top:50%;
    left:50%;
    margin-top: -100px;
    margin-left: -250px;
    border:5px solid #014d9a;
    background-color:white;
    padding:0 20px 0 20px;
}

.remove-tr{
    background-color: #ffbaba;
    border-bottom:1px solid #ff5555;
}
.add-tr{
    background-color: #baffda;
    border-bottom:1px solid #47d084;
}

.sugest {
    border:1px solid #555555;
    background-color:white;
    width:204px;
    position:absolute;
    cursor: pointer;
    font-size: 12px;
}

.sugest div{
    cursor: pointer;
    padding: 4px 4px 6px 4px;
}

.sugest div:hover {
    background-color: #D1D1D1;
    cursor: pointer;
}
