@charset "utf-8";
/* CSS Document */
@media screen {
    body {
        margin:15px;
        font-size:10pt;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        background-color:#FFFFFF;
        color:#333333;
    }

    a 
    {
        color:#869E8F;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    a:hover { color:#5F6A63; }

    table { font-size: 10pt; }

    #erro { color:#AD234B; }

    fieldset { margin:10px auto; text-align:justify; border: 1px solid #BDA5A4; }

    #mainContainer { position:relative; top:0; left:0; bottom:0; right:0; margin:0; }

    .placeholder { color: #b0a9a9; }

    .divEstilizada 
    {
        /*background-color:#f2f2f2;
        border:1px solid #c3d3d8;*/
        margin:0 auto;
        margin-top:1px;
        background-color:white;
    }

    .divEstilizada input, .divEstilizada select, .divEstilizada textarea, .botaoFalso
    {
        background-color:#eae7e4 !important;
        color:#060606;
        border:1px solid #AB9D94;
        letter-spacing:1px;
        font-size:10pt;
        font-weight:bold;
        padding:5px;
        border-radius:10px;
    }

    input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]
    {
        background-color:transparent !important;
        color:#060606;
        letter-spacing:1px;
        font-size:10pt;
        font-weight:bold;
        padding:5px;
        border-radius:10px;
        border:0;
    }

    .divEstilizada label 
    {
        color:#014132;
        letter-spacing:1px;
        font-size:10pt;
    }

    .clear { clear:both; }

    #MainMenu, #protocoloUpdates 
    {
        width:720px;
        padding:10px;
        margin:0 auto;
        text-align:center;
    }
    #buscaSugest { background-color:#C3D3D8; border:1px solid #ABBAB7; display:none; position:fixed; z-index:999999999999999; }
    #buscaSugest ul { list-style:none; margin:0; padding:0; }
    #buscaSugest ul li { text-align:left; border-bottom:1px solid #f2f2f2; margin:0; padding:5px; cursor:pointer; }

    #bgMenu  
    {
        border-left:0;
        border-right:0;
        display:block;
        margin:-8px;
    }

    #MainMenu .menuItem 
    {
        width:100px;
        height:30px;
        background-color:#C3D3D8;
        float:left;
        margin:10px;
        text-decoration:none;
        color:#4E6B66;
        padding-top:70px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center;
        letter-spacing:1px;
        font-size:9pt;
        font-weight:bold;
        background-image: url('imagens/padlock.png');
        opacity: 0.2;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #MainMenu .active { opacity: 1 !important; }
    #MainMenu .active:hover { opacity: 0.6 !important; }



    #protocoloUpdates { text-align:justify; }
    #protocoloUpdates fieldset { color:#000000; }
    #protocoloUpdates fieldset legend { font-size:12pt; }

    #protocoloUpdates #atualizacoes ul { margin:0px; padding:0px; list-style:none; }
    #protocoloUpdates #atualizacoes ul li { display:block; line-height:25px; padding-left:10px; }
    #protocoloUpdates #atualizacoes ul li:hover { background-color:#c3d3d8; }
    #protocoloUpdates #atualizacoes ul li img { margin-right:10px; }

    #sair 
    {
        position:fixed;
        top:0;
        right:0;
        background-color:inherit;
        text-align: right;
        font-size: 9pt;
        padding:15px;
    }

    #sair a { color:Black; text-decoration:underline; }
    #sair a:hover { color:#014136; }

    #aoTopo 
    {
        position:fixed;
        bottom:0;
        right:0;
        background-color:inherit;
        text-align: right;
        font-size: 8pt;
        padding:15px;
        display:none;
        cursor:pointer;
    }

    #aoTopo a { color:Black; text-transform:uppercase; }
    #aoTopo a:hover { color:#014136; }

    #ribbonNiver  
    {
        display:none; 
        position:fixed;
        top:10px;
        left:0px;
    }

    .ribbon {
        width:200px;
        background-color:#f75458;
        color:White;
        padding:5px;
        border-radius: 0 20px 20px 0;
    }

    .navi { margin-left:-150px; }

    .left { float:left; width:48%; }
    .right { float:right; width:48%; }

    #buscaCEPb {
        display:none;
        background-color:rgba(0,0,0,0.6);
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        right:0;
        margin:0;
    }

    #buscaCEP {
        display:none;
        width:380px;
        height:350px;
        padding:20px;
        overflow:auto;
        position:fixed;
        top:50px;
        left:50%;
        margin:0;
        margin-left:-200px;
    }

    #print {
        background-image:url('printPlugin/css/images/icon-print.png');
        background-repeat:no-repeat;
        background-position:top center;
        min-width:32px;
        min-height:32px;
        display:block;
        cursor:pointer;
    }
    .impressao { display:none; }

    #containsNiv {
        display: none;
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .80;
        z-index: 9999;
    }

    #anivClientes {
        background: #FFFFFF;
        padding: 20px;
        width:800px;
        margin:20px auto;
        z-index: 9999999;
        max-height:90%;
        overflow:auto;
    }

    #fundoPopUp {
        display:none;
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .80;
        z-index: 9999;
    }
    #conteudoPopUp {
        display:none;
        background: #F2F2F2;
        padding: 20px;
        z-index: 9999999;
        height:400px;
        overflow:auto;
        position:fixed;
    }
    label.error {
        font-size:8pt;
        padding:5px;
        background-image:url("imagens/bullet_error.png");
        background-repeat:no-repeat;
        background-position:left center;
        padding-left:20px;
    }
    #agendaMini {
        width:200px;
        max-height:320px;
        position:fixed;
        top:130px;
        left:-222px;
        background-color: #F2F2F2;
        padding:10px;
        border:1px solid #c3d3d8;
        overflow:auto;
    }
    #toggleAgenda {
        width:20px;
        height:20px;
        position:fixed;
        top:140px;
        left:0;
        border:1px solid #c3d3d8;
        border-left-color:#F2F2F2;
        background-color: #F2F2F2;
        background-image:url("imagens/fatcow-hosting-icons-3000/16x16/calendar_view_day.png");
        background-repeat:no-repeat;
        background-position:center center;
        cursor:pointer;
    }

    /************************ MENU PRINCIPAL **************************/

    #menuPrincipal {
        border:1px solid #AB9D94;
        border-top:0; border-bottom:0;
        width:250px;
        margin:0;
        position:fixed;
        bottom:0; top:80px; left:20px;
        padding-top:0px;
        overflow:auto;
    }
    #menuPrincipal a {
        color:#060606;
        text-decoration:none;
    }
    .tree {
        width:100%;
        list-style:none;
        padding:0;
        margin:0 auto;
    }
    .tree > li {
        border-bottom:1px solid #AB9D94;
        list-style:none;
        margin:0;
        padding:5px;
    }
    .tree label {
        background-position:center right;
        background-repeat:no-repeat;
        display:block;
        width:100%;
        cursor:pointer;
    }
    .tree label:hover {
        background-image:url("imagens/right-chevron.svg");
        background-size: auto 16px;
        background-repeat: no-repeat;
        background-position: center right;
    }
    .tree li.active {
        background-color:#fbfbf8;
        font-weight:bold;
        letter-spacing:1px;
    }
    .tree li.active > label {
        background-image:url("imagens/down-chevron.svg");
        background-size: auto 16px;
        background-repeat: no-repeat;
        background-position: center right;
    }
    .tree li a {
        display:block;
    }
    .tree li a:hover {
        color:#4e4e11;
    }
    .subtree {
        border:0;
        list-style:none;
        padding-left:15px;
        margin-top:7px;
        display:none;
        font-weight:normal;
        letter-spacing:normal;
        border-left:1px dashed #D0D0D0;
    }
    .subtree > li {
        padding:5px;
    }

    #toggleMenu {
        position:fixed;
        bottom:0; top:80px; left:270px;
        width:30px;
        cursor:pointer;
        background-image:url("imagens/controls_play_back-128.png");
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center center;
    }

    .menuOpen
    {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /************************ CONTEUDO **************************/

    #conteudo {
        position:fixed;
        bottom:0; top:80px; left:300px;
        padding:10px;
        overflow:auto;
        /*width:730px;*/
        right:0px;
        border-left:1px solid #AB9D94;
        background-size:cover;
        background-position:center center;
    }

    /**************************** WIDGETS *******************************/

    .widget {
        min-width:300px;
        max-width:360px;
        border-radius:10px;
        border:1px solid #AB9D94;
        padding:5px;
    }
    .widget > label {
        background-color:#AB9D94;
        display:block;
        margin:-5px;
        margin-bottom:5px;
        border-radius:10px 10px 0 0;
        padding:5px;
    }

    /***************************** CABEÇALHO *****************************/

    #header {
        height:80px;
        border-bottom:1px dotted #AB9D94;
        margin:0;
        padding:0;
        position:fixed;
        text-align:center;
        top:0; left:0; right:0;
    }
    #header #logo {
        padding:5px 30px;
        height:70px;
        float:left;
    }
    #title {
        font-family:'SailRegular';
        font-size:46pt;
        width:160px;
        margin:0 auto;
        line-height:80px;
        display:inline-block;
        color:#869E8F;
        text-shadow:0px 1px 1px #333333;
    }
    #header #actions {
        width:160px;
        float:right;
        height:80px;
        font-size:9pt;
        padding-top:10px;
    }

    /***************************** RODAPÉ ********************************/

    #rodape {
        /*border-top:1px solid #AB9D94;*/
        margin:0;
        position:absolute;
        /*text-align:center;*/
        bottom:0; left:0; right:0;
        background-color:#594A55;
        padding:3px 0;
        padding-left:3px;
    }
    #rodape > ul {
        list-style:none;
        margin:0; padding:0;
    }
    #rodape > ul li {
        display:inline-block;
        background-color:#FFFFFF;
        margin:0; padding:5px;
        border:1px solid #AB9D94;
        border-radius:5px;
    }
    #rodape > ul li a {
        color:#300018 !important;
    }
    #rodape > ul li:hover {
        background-color:#C4BDB6;
    }

    /***************************** CENTRO NOTIFICAÇÕES ********************************/

    #centroNotif {
        position:absolute;
        top:0; right:0; bottom:0;
        width:300px;
        background-color:#fbfbf8;
        font-size:9pt;
        overflow:auto;
    }
    #centroNotif a {
        color:black;
    }

    .setorNotif {
        margin:0; padding:0 15px;
        border-bottom:1px solid #AB9D94;
    }

    .setorNotif h3 {
        margin:0 -15px;
        padding:0 5px;
        font-weight:bold;
        font-size:10pt;
        background-color:#AB9D94;
        color:#ffffff;
        border-bottom:1px solid #fbfbf8;
    }

    .itemNotif {
        padding:0; margin:0;
    }

    .itemNotif h4 {
        margin:0; padding:5px;
        padding-bottom:2px;
        border-bottom:1px dotted #AB9D94;
    }

    .itemNotif p {
        font-style:italic;
        text-align:justify;
        font-size:8pt;
    }

    .infoNotif {
        background-color:rgba(171,157,148,0.3);
        margin:0 -15px;
        padding:2px 10px;
        font-size:7pt;
        text-transform:uppercase;
        border-bottom:1px solid #AB9D94;
    }

    #changeImg {
        position:absolute;
        top:0; left:0;
        opacity:.5;
        padding:5px;
        cursor:pointer;
    }

    #formChangeImg {
        position:absolute;
        top:25px; left:0;
        display:none;
    }

    #shoutout {
        position:fixed; 
        bottom:0; right: 0; left: 0; 
        height: 25px; 
        overflow: auto; 
        background-color: #E3C316; 
        border-top: 1px dotted #AB9D94; 
        line-height: 25px; 
        padding: 3px;
    }
    
    .homeWidget {
        cursor:pointer; 
        margin:20px; 
        -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75); 
        -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75); 
        box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    }
    
    .homeWidget caption {
        background-color:#FFFFFF; 
        padding:5px; 
        font-weight:bold;
    }
    
    #updateInfo {
        position: fixed;
        bottom: -250px;
        right: 25px;
        background-color: #F2F2F2;
        border: 1px solid #E0E0E0;
        border-bottom:0px;
        padding: 10px;
        width:200px;
        max-height:250px;
        overflow:auto;
    }
    
    #updateInfo dl {
        margin: 0;
    }
    
    #updateInfo dl dt {
        font-weight: bold;
        font-variant: small-caps;
        text-transform: lowercase;
        font-size:12pt;
        margin-bottom:5px;
        border-bottom: 1px solid #E0E0E0;
    }
    
    #updateInfo dl dd {
        margin-left: 0;
        font-size:9pt;
        padding:5px 3px;
    }
    
    #updateInfo dl dd a {
        color:#333333;
    }

}
