﻿/* Color Padrão Primária: #1F3A89; */
/* Color Padrão Secundária: #85C226; */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.colorPadrao {
    color: #1F3A89;
}

.colorSecond {
    color: #85C226;
}

.colorCinza {
    color: #666;
}

html, body {
    text-align: center; /* hack para o IE */
    background: #FFF;
    font-size: 12px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-style: normal;
    color: #000;
}

#div_login {
    position: relative;
    width: 778px;
    height: 500px;
    left: 50%;
    margin-left: -389px;
    background: url(images/fundo-login.gif) top left repeat-x;
}

.form_login {
    position: absolute;
    width: 250px;
    top: 120px;
    left: 50%;
    margin-left: -125px;
}

.textboxLogin {
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    color: #000099;
}

    .textboxLogin:focus {
        font-weight: bold;
        color: #000099;
        background: #CBE7FB;
    }

.rgSalvaConfig {
    margin-right: 3px;
}

#topo {
    text-align: center; /* hack para o IE */
    margin-bottom: 6px;
    width: 100%;
    height: 70px;
    background: #FFF url("images/bg_topo.png") top left repeat-x;
    border-bottom: solid 4px #1F3A89;
}

#container_topo {
    position: relative;
    margin: 0 auto;
    text-align: left; /* "remédio" para o hack do IE */
    width: 100%;
    height: 70px;
    background: transparent;
}

#logo {
    position: relative;
    width: 260px;
    height: 63px;
    background: transparent;
    top: 5px;
    left: 10px;
    z-index: 10;
}

#menu_topo_suporte {
    position: absolute;
    background: transparent;
    bottom: -1px;
    right: 300px;
    z-index: 11;
}

#menu_topo_cliente {
    position: absolute;
    background: transparent;
    bottom: -1px;
    right: 10px;
    z-index: 11;
}

#busca {
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: 15;
}

#usuario {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 15;
    color: #1F3A89;
}

#conteudo {
    margin: 0 auto;
    text-align: left; /* "remédio" para o hack do IE */
    padding: 5px 5px 5px 5px;
    background-color: #FFF;
}

#rodape {
    clear: both;
    margin-top: 6px;
    text-align: center; /* hack para o IE */
    height: 150px;
    background: #85C226 url("images/bg_rodape.png") bottom left repeat-x;
    border-top: solid 4px #1F3A89;
}

#container_rodape {
    margin: 0 auto;
    text-align: center; /* "remédio" para o hack do IE */
    padding: 10px 5px 5px 5px;
    height: 135px;
}

    #container_rodape a:link {
        text-decoration: none;
        color: #000;
    }

    #container_rodape a:active {
        text-decoration: none;
        color: #000;
    }

    #container_rodape a:visited {
        text-decoration: none;
        color: #000;
    }

    #container_rodape a:hover {
        text-decoration: underline;
        color: #000;
    }

.ErrorHolder {
    width: 250px;
    border: solid 5px #8F6B00;
    background: #F5B800 url( 'images/alert-icon.png' ) no-repeat 10px 10px;
    padding: 20px 10px 30px 70px;
    display: none;
}

.textBoxPadrao {
    padding: 2px;
}

.panelStyle {
    border: solid 1px #1F3A89;
    background-color: #E2E7F9;
    padding: 4px;
}

.panelStyleOrcamento {
    background-color: #DFF2BF;
}

.ajaxLoading {
    background: #FFFFFF url(images/ajax-loader.gif) center center no-repeat;
}

.buscaWater {
    width: 135px;
    height: 16px;
    border: solid 1px #98ACE7;
    color: #98ACE7;
    font-size: 16px;
    padding: 5px 3px 5px 3px;
    font-weight: bold;
}

.busca {
    width: 135px;
    height: 16px;
    border: solid 1px #1F3A89;
    color: #1F3A89;
    font-size: 16px;
    padding: 5px 3px 5px 3px;
    font-weight: bold;
}

.contextMenu {
    text-align: left;
}

.erro {
    color: Red;
}

.pageView {
    border: solid #666;
    border-width: 0px 1px 1px 1px;
    background-color: #FFFFFF;
}

.prioridade-5 {
    background-image: url('images/prio_4-icon.png');
}

#container-quadro {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}

#quadro {
    /*float: left;*/
    margin: 10px 0 0;
    position: relative;
    overflow: auto;
    padding: 10px 0px;
    border-style: solid;
    border-color: #CCC;
    border-width: 1px 0px;
    width: 100%;
    background-color: #EEE;
}

    #quadro ul {
        list-style: none outside none;
    }

.lista-etapas .etapa:first-child {
    border-left: medium none;
    margin-left: 10px;
    padding-left: 0;
}

.lista-etapas .etapa {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 23%;
}

    .lista-etapas .etapa:last-child {
        border-right: medium none;
        margin-right: 0;
        padding-right: 0;
    }

.etapa-header {
    border-bottom: 1px solid #CCCCCC;
    color: black;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 10px;
}

    .etapa-header .nome-etapa {
        display: inline-block;
        line-height: 1.25;
        overflow: hidden;
        padding: 12px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.limite-overflow {
    color: #620F0F;
}

ul.lista-estorias {
    height: 500px;
    border-top: 1px solid white;
    overflow-y: auto;
}

.group-dia {
    background-color: #E2E2E2;
    border: 1px solid #999999;
    color: #000000;
    font-weight: bold;
    margin: 8px 0 -5px;
}

.estoria {
    -moz-transition: opacity 0.25s ease 0s;
    margin-top: 8px;
}

    .estoria .header-view {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        line-height: 1.25;
        padding-right: 50px;
        position: relative;
        color: #DDDDDD;
        font-size: 10px;
        padding: 8px 6px;
        word-wrap: break-word;
    }

.top-bar {
    height: 16px;
}

    .top-bar .tipo {
        cursor: pointer;
        display: inline;
        float: left;
        font-weight: 100;
        height: 6px;
        line-height: 70%;
        margin: 0 0 1px;
        padding: 3px 5px 5px;
        text-transform: uppercase;
    }

.tipo .label-tipo {
    display: block;
    line-height: 8px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.estimativa {
    background: none repeat scroll 0 0 #FFF;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: 12px;
    line-height: 1.1;
    margin: 0 0 1px;
    padding: 1px 5px;
}

    .estimativa .label-estimativa {
        display: block;
        line-height: 10px;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
    }

.top-bar .prioridade {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
}

.tipo-desenv {
    background-color: #2babd6;
}

    .tipo-desenv .label-estimativa {
        color: #2babd6;
    }

.tipo-error {
    background-color: #620F0F;
}

    .tipo-error .label-estimativa {
        color: #620F0F;
    }

.tipo-outros {
    background-color: #888888;
}

    .tipo-outros .label-estimativa {
        color: #888888;
    }

.top-bar .alocado {
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 6px;
    line-height: 70%;
    margin: 0 0 1px;
    padding: 3px 5px 5px;
    text-transform: uppercase;
    background-color: #FFFFFF;
}

.top-bar .teste-ok {
    float: right;
    height: 27px;
    height: 23px;
    margin: -6px 3px 0px 0px;
}

.alocado .label-alocado {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.postit {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: lighter;
    line-height: 1.4em;
    padding: 14px 10px 27px;
    position: relative;
}

.postit-comum {
    background-color: #FFF;
}

.postit-executando {
    background-color: #D6E7FF;
}

.postit .titulo {
    font-size: 12px;
    font-weight: bold;
    word-wrap: break-word;
    text-align: left;
}

.titulo .codigo-os {
    border: solid 1px #DDDDDD;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125) inset;
    font-family: Helvetica,Arial,sans-serif;
    padding: 2px 4px;
    font-weight: normal;
}

.postit .paineis {
    bottom: 0;
    height: 18px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.postit .painel {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #DDDDDD;
    height: 16px;
    padding: 2px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.postit .contador {
    color: #AAAAAA;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
    margin: 0 10px 0 0;
    text-decoration: none;
    text-indent: 0;
    width: auto;
}

.postit .tempo {
    padding-left: 15px;
    background: url(images/clock_mono.png) top left no-repeat;
}

.postit .tarefas {
    padding-left: 15px;
    background: url(images/checkbox_checked.png) top left no-repeat;
}

.postit .apresentacao {
    padding-left: 15px;
    height: 16px;
    width: 16px;
    background: url(images/visao.png) top left no-repeat;
}

.postit .tempo-exec {
    float: right;
    color: #5CA0FF;
    font-weight: bold;
}


h1 {
    font-size: 22px;
    width: 100%;
}

    h1 span {
        position: absolute;
        z-index: 5;
        bottom: 6px;
        left: 300px;
        font-size: 14px;
        color: #1F3A89;
    }

h2 {
    font-size: 20px;
}

.h2Linha {
    font-size: 20px;
    color: #1F3A89;
    border-bottom: solid 2px #85C226;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

h3 {
    font-size: 16px;
    border-bottom: solid 2px #85C226;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

    h3 span {
        float: right;
        font-size: 12px;
        font-weight: bold;
    }

h4 {
    font-size: 14px;
}

.h4Linha {
    color: #1F3A89;
    border-bottom: solid 2px #85C226;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 9px;
}


p {
    padding-bottom: 5px;
}

fieldset {
    padding: 3px;
    border: 1px solid #1F3A89;
}

legend {
    font-weight: bold;
    color: #1F3A89;
    font-size: 14px;
}

.passoAPasso {
    border: 2px solid #85C226;
}

    .passoAPasso legend {
        font-size: 15px;
        color: #1F3A89;
    }

a:link {
    text-decoration: underline;
    color: #1F3A89;
}

a:active {
    text-decoration: underline;
    color: #1F3A89;
}

a:visited {
    text-decoration: underline;
    color: #1F3A89;
}

a:hover {
    text-decoration: none;
    color: #1F3A89;
}

a2:link {
    text-decoration: none;
    color: #1F3A89;
}

a2:active {
    text-decoration: none;
    color: #1F3A89;
}

a2:visited {
    text-decoration: none;
    color: #1F3A89;
}

a2:hover {
    text-decoration: underline;
    color: #1F3A89;
}

td {
    padding-bottom: 4px;
    padding-left: 2px;
}

table tr td b {
    color: #1F3A89;
    font-size: 12px;
}

table h6 {
    color: #888;
}

textarea {
    font-size: 12px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
}

.tableSolicitacao .header {
    background-color: #1F3A89;
}

    .tableSolicitacao .header td {
        border-bottom: solid 1px #1F3A89;
        color: #FFF;
        font-weight: bold;
    }

.tableSolicitacao .item {
    background-color: #FFF;
    color: #1F3A89;
}

.tableSolicitacao .alternativeItem {
    background-color: #E2E7F9;
    color: #1F3A89;
}

#detalheHistorico {
    width: 200px;
    padding: 6px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}

#msgHistorico {
    padding: 6px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}

.colorHistPublica {
    border-color: #1F3A89;
    background-color: #E2E7F9;
}

.colorHistPrivada {
    border-color: #85C226;
    background-color: #DFF2BF;
}
