/* Souzanet - Style criado automaticamente */
/* Utilizado para layout 0002 */
/* Default CSS Stylesheet for a new Web Application project */
/* Jesus Menino */

/*
masterPage: snGestor.master
masterPageConfig: snGestor.master
masterPageDefault: snGestor.master 
masterPageGestor: snGestor.master
masterPageErro: snGestor.master
*/

@font-face { font-family: OpenSansCondensed; src: url("fonts/OpenSansCondensed.ttf"), url("fonts/OpenSansCondensed.eot"); font-weight: 100; }
@font-face { font-family: OpenSans; src: url("fonts/OpenSans.ttf"), url("fonts/OpenSans.eot") }
@font-face { font-family: MavenPro; src: url("fonts/MavenPro.ttf"), url("fonts/MavenPro.eot") }
@font-face { font-family: euro35; src: url("fonts/eurof35.ttf"), url("fonts/eurof35.eot") }
@font-face { font-family: euro36; src: url("fonts/eurof36.ttf"), url("fonts/eurof36.eot") }
@font-face { font-family: euro55; src: url("fonts/eurof55.ttf"), url("fonts/eurof55.eot") }
@font-face { font-family: euro56; src: url("fonts/eurof56.ttf"), url("fonts/eurof56.eot") }
@font-face { font-family: euro75; src: url("fonts/eurof75.ttf"), url("fonts/eurof75.eot") }
@font-face { font-family: euro76; src: url("fonts/eurof76.ttf"), url("fonts/eurof76.eot") }
@font-face { font-family: Adolphus; src: url("fonts/Adolphus.ttf"), url("fonts/Adolphus.eot") }
@font-face { font-family: amerika_sans; src: url("fonts/amerika_sans.ttf"), url("fonts/amerika_sans.eot") }
@font-face { font-family: asymek; src: url("fonts/asymek.ttf"), url("fonts/asymek.eot") }
@font-face { font-family: importGeometr706; src: url(fonts/placcond.ttf), url(fonts/placcond.eot); font-weight: 100; }
@font-face { font-family: importArchivoNarrow; src: url(fonts/ArchivoNarrow-Regular.ttf), url(fonts/ArchivoNarrow-Regular.eot); }
@font-face { font-family: "Lato"; font-style: normal; font-weight: 300; src: local("Lato Light"), local("Lato-Light"), url("fonts/EsvMC5un3kjyUhB9ZEPPwg.woff2") format("woff2"), url("fonts/KT3KS9Aol4WfR6Vas8kNcg.woff") format("woff"); }

@font-face {
  font-family: 'museo300';
  src: url("../fonts/Museo300-Regular.eot");
  src: url("../fonts/Museo300-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Museo300-Regular.woff2") format('woff2'), url("../fonts/Museo300-Regular.woff") format('woff'), url("../fonts/Museo300-Regular.ttf") format('truetype'), url("../fonts/Museo300-Regular.svg#museo300") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo700';
  src: url("../fonts/Museo700-Regular.eot");
  src: url("../fonts/Museo700-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Museo700-Regular.woff2") format('woff2'), url("../fonts/Museo700-Regular.woff") format('woff'), url("../fonts/Museo700-Regular.ttf") format('truetype'), url("../fonts/Museo700-Regular.svg#museo700") format('svg');
  font-weight: normal;
  font-style: normal;
}

#tblNenhuma { 
    background-color: rgba(255,255,255,.7); 
    height: 100%;
    min-height: 100%;
}

#tblNenhuma td { 
    height: 100%;
    min-height: 100%;
    vertical-align: top;
}

body:not(.not).container {
    border: 0;
    margin: 0px; 
          
    font-family: arial, Helvetica, Arial;
    font-size: 8pt;
    text-align: center;
    width: 100%;
    *height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.00);
}

 form:not(.not).container {  
    font-family: arial, Helvetica, Arial;
    font-size: 8pt;
    text-align: center;
    width: 100%;
    *height: 100%;
    min-height: 100%;
    overflow: visible; 

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */

    *-webkit-justify-content: fl;
    *justify-content: flex-start;
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

@keyframes montar {
    0%   {opacity: 0.5;}
    100% {opacity: 1;}
}

#areaCabecalho {
    display: none;
    visibility: hidden;
}

#areaCabecalhox:before {
    *content: url(https://www.souzanet.com.br/img/logoimp.jpg);
    align-content: center;
    justify-content: center;
}


#areaMenu {
    height: 150px;
    *box-sizing: border-box;
    *padding-left: 50px;
*padding-right: 50px;
    *margin-left: 20px;
    *margin-right: 20px;
    
    *position: fixed;
    top: 0px;
    left: auto;
    width: 100%;

    border-botton: solid 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    *text-align: right;
    *order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    *-webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    *-moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
    *-ms-flex-order: 2; /* TWEENER - IE 10 */
    *-webkit-order: 2; /* NEW - Chrome */
    animation-name: montar;
    animation-duration: 0.5s;
    -webkit-animation-name: montar;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: montar;
    -moz-animation-duration: 0.5s;
    text-align: center;
    background-color: #ffffff;
    z-index: 9999;
}

#areaMenuSecundario {
    display: none;
    visibility: hidden;
}

#areaLogin {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    
    background: rgba(246,246,246,1);
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 );

    order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
    -ms-flex-order: 3; /* TWEENER - IE 10 */
    -webkit-order: 3; /* NEW - Chrome */
    
    animation-name: montar;
    animation-duration: 0.5s;
    -webkit-animation-name: montar;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: montar;
    -moz-animation-duration: 0.5s;
}

#areaBanner {
display: none; visibility: hidden;
    order: 4; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 4; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 4; /* OLD - Firefox 19- */
    -ms-flex-order: 4; /* TWEENER - IE 10 */
    -webkit-order: 4; /* NEW - Chrome */
    width: 100%;
    max-width: 100%;
    
    animation-name: montar;
    animation-duration: 0.5s;
    -webkit-animation-name: montar;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: montar;
    -moz-animation-duration: 0.5s;
}

#areaCorpo {
    *border-bottom: solid 2px green;
    width: 100%;
    min-height: 100%;

    order: 5; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 5; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 5; /* OLD - Firefox 19- */
    -ms-flex-order: 5; /* TWEENER - IE 10 */
    -webkit-order: 5; /* NEW - Chrome */
    
    animation-name: montar;
    animation-duration: 0.5s;
    -webkit-animation-name: montar;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: montar;
    -moz-animation-duration: 0.5s;
}

#areaRodape {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #d83034;

    *border-top: solid 2px black;

    width: 100%;

    order: 6; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 6; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 6; /* OLD - Firefox 19- */
    -ms-flex-order: 6; /* TWEENER - IE 10 */
    -webkit-order: 6; /* NEW - Chrome */
        
    animation-name: montar;
    animation-duration: 0.5s;
    -webkit-animation-name: montar;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: montar;
    -moz-animation-duration: 0.5s;
}


@media screen {
    #UnidadeLetivo1_lbUnidade, #UnidadeLetivo1_lbAnoLetivo, #loginLinhaUS1_lbUsu�rio, #UnidadeLetivo1_lbUsuario, #LoginLinha1_LoginLinhaUS1_Mensagem, #LoginLinha1_LoginLinhaUS1_lbUsuario, #LoginLinha1_LoginLinhaUS1_lbSenha, #LoginLinha1_ucPesquisar_lbPesquisar {
        color: rgb(50, 50, 50);
        font-family: Arial;
        font-size: 12px;
    }

    #loginLinhaUS1_tbUsu�rio, #loginLinhaUS1_tbSenha, #loginLinhaUS1_tbSenhaNova, #loginLinhaUS1_tbSenhaConfirma {
        width: 70px;
    }
}

@media (max-width: 480px) {
    #loginLinhaUS1_lbUsu�rio, #LoginLinha1_LoginLinhaUS1_Mensagem, #LoginLinha1_LoginLinhaUS1_lbUsuario, #LoginLinha1_LoginLinhaUS1_lbSenha, #LoginLinha1_ucPesquisar_lbPesquisar {
        color: rgb(50, 50, 50);
        font-family: Arial;
        font-size: 12px;
    }

    #UnidadeLetivo1_lbUnidade, #UnidadeLetivo1_lbAnoLetivo, #UnidadeLetivo1_lbUsuario {
        display: none;
        visibility: hidden;
    }

    #LoginLinha1_LoginLinhaUS1_lbUsuario, #LoginLinha1_LoginLinhaUS1_lbSenha
    {
        font-weight:100;
    }

    #loginLinhaUS1_tbUsu�rio, #loginLinhaUS1_tbSenha, #loginLinhaUS1_tbSenhaNova, #loginLinhaUS1_tbSenhaConfirma {
        width: 50px;
    }
}

input[type="text"]:not(.not).container:not(.not).form-control, input[type="password"]:not(.not).container:not(.not).form-control {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: solid 1px #999999;
}

select:not(.not).container {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: solid 1px #999999;
    background-color: white;
}

textarea:not(.not).container {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: solid 1px #999999;
}

option:not(.not).container { background-color: white; }

option[selected="selected"] { background-color: rgba(207,207,207,1); }

input:focus, textarea:focus, select:focus, input[type="password"]:focus {
    background-color: #ffffe3;
}

input[type="text"]:disabled, select:disabled, textarea:disabled, input[readonly="readonly"], select[readonly="readonly"], textarea[readonly="readonly"] {
    height: 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: solid 1px #999999;
    background-color: rgba(245,245,245,1);
}

.textBoxDados {
    color: dimgray;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}

.textBoxDadosNumero {
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: right;
}


.textBoxDadosReadOnly {
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}

.textBoxDadosReadOnlyNumero {
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: right;
}

.textBoxPesquisa {
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    color: #800000;
}

.dropDownListDados {
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}

.dropDownListPesquisa {
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}

/* Configura??es do cabecalho */
/* Tabela do cabe?alho */
.tblCabecalho
{
    width: 100%;
}

#dvCabecalho
{
    width: 100%;
    
}

.tblCabecalhoCelula {
}

/*.tblCabecalho .tblColunaCabecalho td {
    width: 100%;
    max-width: 1280px;  
    background-color: aliceblue;
}*/

.linhaCabecalho
{
    width: 100%;
    text-align: center;

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;

    *-webkit-justify-content: center;
    *justify-content: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    
}

@media screen {
    .tblColunaCabecalho {
        width: 100%;
        order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
        -ms-flex-order: 2; /* TWEENER - IE 10 */
        -webkit-order: 2; /* NEW - Chrome */
    }
}

@media (max-width: 1280px) {
    .tblColunaCabecalho {
        width: 100%;
        order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
        -ms-flex-order: 2; /* TWEENER - IE 10 */
        -webkit-order: 2; /* NEW - Chrome */
    }
}

.tblColunaCabecalhoTitulo {
    width: 100%;

    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1; /* NEW - Chrome */
}

.tblColunaCabecalhoRodape {
    width: 100%;

    order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
    -ms-flex-order: 3; /* TWEENER - IE 10 */
    -webkit-order: 3; /* NEW - Chrome */
}

.colunaCabecalhoTituloCelulaEsq
{
    *background: rgb(44,83,158);
    *background: -moz-linear-gradient(top,  rgba(44,83,158,1) 0%, rgba(32,48,114,1) 100%);
    *background: -webkit-linear-gradient(top,  rgba(44,83,158,1) 0%,rgba(32,48,114,1) 100%);
    *background: linear-gradient(to bottom,  rgba(44,83,158,1) 0%,rgba(32,48,114,1) 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#203072',GradientType=0 );
    *height: 10px;
    *width: 33%;

}
.colunaCabecalhoTituloCelula
{
    *background: rgb(169,3,41);
    *background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(109,0,25,1) 100%);
    *background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%);
    *background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    *height: 10px;
    *width: 34%;
}

.colunaCabecalhoTituloCelulaDir
{    
    *background: rgb(44,83,158);
    *background: -moz-linear-gradient(top,  rgba(44,83,158,1) 0%, rgba(32,48,114,1) 100%);
    *background: -webkit-linear-gradient(top,  rgba(44,83,158,1) 0%,rgba(32,48,114,1) 100%);
    *background: linear-gradient(to bottom,  rgba(44,83,158,1) 0%,rgba(32,48,114,1) 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#203072',GradientType=0 );
    *height: 10px;
    *width: 33%;
}

.colunaCabecalhoCelulaEsq{}
.colunaCabecalhoCelula {
    background-image: url(https://iseat.souzanet.com.br/img/ico_telefone.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: 12px;
    padding-left: 22px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1280px;
    min-width: 1280px;
    text-align: left;
    vertical-align: central;
    color: white;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: left;
}

.colunaCabecalhoCelulaDir{}

.tblColunaCabecalhoRodape { display: none; visibility: hidden; }
.colunaCabecalhoRodapeCelulaEsq{ display: none; visibility: hidden; }
.colunaCabecalhoRodapeCelula{ display: none; visibility: hidden; }
.colunaCabecalhoRodapeCelulaDir{ display: none; visibility: hidden; }

/* Parte direita da tabela */

.colunaCabecalhoEsquerda{ text-align: left; width: 100%; }

.colunaCabecalhoDireita{}

.tblRodape
{
    width: 100%;
    heigth: 600px;
}

.linhaRodape {
    background-position: top center;
    background-repeat: no-repeat;
padding-top: 50px;
background: #1e73be;
}

.linhaLogo
{
    background-position: bottom center;
    padding-top: 250px;
    padding-bottom: 7px;
}

.rodapeTituloCelulaEsq
{
    display: none;
    visibility: hidden;
}

.rodapeTituloCelula
{
    display: none;
    visibility: hidden;
}

.rodapeTituloCelulaDir
{
    display: none;
    visibility: hidden;
}

.rodapeCelulaEsq
{
    display: none;
    visibility: hidden;
}

.rodapeCelula
{
    background-position: no-repeat;
    width: 100%;
height: 100px;
    text-align: center;
    vertical-align: top;
}

.rodapeCelulaDir
{
    display: none;
    visibility: hidden;
}

.rodapeRodapeCelula
{
    display: none;
    visibility: hidden;
}

.idioma
{
	display: none;
	visibility: hidden;
}

.linhaIdioma{}

/* Destaque */
.linhaDestaque {}
/* Corpo */
/* Tabela onde entrar?o as barras de Menu, Central e Util */
.tblDestaque
{
	width: 100%;
	height: 1px;
}

/* Utilizado para layout 0002 */
.tblCorpoMenu {}
.tblCorpoCelAreaLivre {}

/*
=============================================================================================== 
==                                           banner                                          ==
===============================================================================================
*/
.linhaBanner { 
    min-height: 100%; 
    max-width: 100%; 

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}


@media screen { .bannerCelulaDiv img { width: 100%; max-width: 100%; } }
@media (max-width: 2560px) { .linhaBanner { width: 100%; max-width: 2560px; }}
@media (max-width: 1920px) { .linhaBanner { width: 100%; max-width: 1920px; }}
@media (max-width: 1680px) { .linhaBanner { width: 100%; max-width: 1680px; }}
@media (max-width: 1600px) { .linhaBanner { width: 100%; max-width: 1600px; }}
@media (max-width: 1440px) { .linhaBanner { width: 100%; max-width: 1440px; }}
@media (max-width: 1366px) { .linhaBanner { width: 100%; max-width: 1366px; }}
@media (max-width: 1280px) { .linhaBanner { width: 100%; max-width: 1280px; }}
@media (max-width: 1280px) { .linhaBanner { width: 100%; max-width: 1280px; }}
@media (max-width: 800px) { .linhaBanner { width: 100%; max-width: 800px; }}
@media (max-width: 720px) { .linhaBanner { width: 100%; max-width: 720px; }}
@media (max-width: 640px) { .linhaBanner { width: 100%; max-width: 640px; }}
@media (max-width: 320px) { .linhaBanner { width: 100%; max-width: 320px; }}

.tblBannerTitulo
{
    *height: 15px;
}

.bannerCelulaDiv
{
    *width: 100%; 
    *max-width: 100%; 
    *overflow-x: hidden
}


.bannerCelulaDiv img { width: 100%; max-width: 100%; }
/*@media screen { .bannerCelulaDiv img { width: 100%; max-width: 100%; } }
@media (max-width: 2560px) { .bannerCelulaDiv img { width: 100%; max-width: 2560px; }}
@media (max-width: 1920px) { .bannerCelulaDiv img { width: 100%; max-width: 1920px; }}
@media (max-width: 1680px) { .bannerCelulaDiv img { width: 100%; max-width: 1680px; }}
@media (max-width: 1600px) { .bannerCelulaDiv img { width: 100%; max-width: 1600px; }}
@media (max-width: 1440px) { .bannerCelulaDiv img { width: 100%; max-width: 1440px; }}
@media (max-width: 1366px) { .bannerCelulaDiv img { width: 100%; max-width: 1366px; }}
@media (max-width: 1280px) { .bannerCelulaDiv img { width: 100%; max-width: 1280px; }}
@media (max-width: 1280px) { .bannerCelulaDiv img { width: 100%; max-width: 1280px; }}
@media (max-width: 800px) { .bannerCelulaDiv img { width: 100%; max-width: 800px; }}
@media (max-width: 720px) { .bannerCelulaDiv img { width: 100%; max-width: 720px; }}
@media (max-width: 640px) { .bannerCelulaDiv img { width: 100%; max-width: 640px; }}
@media (max-width: 320px) { .bannerCelulaDiv img { width: 100%; max-width: 320px; }}*/

.tblBanner {
    width: 100%;
    max-width: 100%;
    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1; /* NEW - Chrome */
}

.tblBannerRodape
{
    display: none;
    visibility: hidden;
}

/* 
=============================================================================================== 
==                                    configurações do menu                                  ==
===============================================================================================
*/

#mnMenu { display: inline-block; }
#MenuLinha1_tdMenu { width: 100%; text-align: right;  }
@media screen { #dvMenu { text-align: right; display: inline-block; } }
@media (max-width: 600px) { #dvMenu { text-align: right; width: 100%; display: none; visibility: hidden; } }
#dvMenu table {}


#mnSolicitaçãoNew { display: none; visibility: hidden }
#mnHelpNew { display: none; visibility: hidden }
.tblMenu { width: 100%; }

.tblMenuCelula {
    width: 100%;
    text-align: center;
}

.tblBarraMenuCtrl {
    width: 100%;
    max-width: 1500px;
    text-align: center;
    display: inline-table;
    *background-color: blue;
}

.barraMenuCtrl {
    width: 100%;
    min-width: 100%;
    vertical-align: top;
    text-align: right;
    *background-color: yellow;
    *display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    *display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    *display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    *display: -ms-flexbox; /* TWEENER - IE 10 */
    *display: -webkit-flex; /* NEW - Chrome */
    *-webkit-justify-content: center;
    *justify-content: center;
    *align-items: center;
    *-webkit-align-content: center;
    *-webkit-align-items: center;
    *-webkit-box-align: center;
    *flex-direction: column;
    *-webkit-flex-direction: column;
    *-webkit-box-orient: vertical;
    *-ms-flex-direction: column;
}


.tblMenuCtrlTitulo {
    *height: 28px;
    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1;

}


.tblMenuCtrl {
    display: inline-block;
    *width: 100%;
    order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
    -ms-flex-order: 2; /* TWEENER - IE 10 */
    -webkit-order: 2;
}

.tblMenuCtrlRodape {
 
    order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
    -ms-flex-order: 3; /* TWEENER - IE 10 */
    -webkit-order: 3;

}

.menuCtrlTituloCelulaEsq{}
.menuCtrlTituloCelula{}
.menuCtrlTituloCelulaDir{}

.menuCtrlCelulaEsq {
    min-width: 210px;
    max-width: 210px;
    width: 210px;
    background: url(https://erlach-itapua.souzanet.com.br/img/marca.png) no-repeat center right;
    background-size: 200px;
    height: 150px;
    cursor: hand;
    font-size: 16pt;
    vertical-align: bottom;
    text-align: center;
    *font-weight: bold;
    color: darkblue;
    padding-bottom: 10px;
    line-height: 23pt;
}

.menuCtrlCelulaEsq:after {
    content: 'Jardim da Penha';
}
.menuCtrlCelula {
    /*border: #28166F double 2px;
background-color: #609FC2;*/
    padding-left: 5px;
    text-align: right;
    height: 150px;
    width: 100%;
}

.menuCtrlCelulaDir {
    padding-right: 35px;
    height: 150px;
}

.menuCtrlCelulaEspacoEsq { visibility: hidden; display: none; }
.menuCtrlCelulaEspacoCentro { visibility: hidden; display: none; }
.menuCtrlCelulaEspacoDir { visibility: hidden; display: none; }

#tdMenuSair {} 
#mnSair {}
      

.menuCtrlRodapeCelulaEsq {}
.menuCtrlRodapeCelula {}
.menuCtrlRodapeCelulaDir {}
.menuCtrlItem {
    display: block;
    line-height: 150px;
    cursor: hand;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 12px;
    font-family: OpenSansCondensed, sans-serif;
    font-size: 13pt;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    *font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: dimgray;
    *text-shadow: 2px 2px 3px smoke;
    *text-transform: uppercase;
}

.menuCtrlItemGestor {
    font-size: 13pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}
.menuCtrlItemSite {
    font-size: 13pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}

.menuCtrlItemHover, .menuCtrlItem:hover
{
    *background: rgb(15, 51, 117);
    color: #999999;
}

.sf-menu a /* complementa menuCtrlItem */
{
    padding-right: 15px;            
    *padding-left: 10px;
}

#mnMenuSair
{
    float: right; 
    display:inline-table inline;
}

#mnSair 
{
    padding-right: 0px;            
}

.menuCtrlItemCelula 
{
	cursor: hand;
}

.menuCtrlItemCelula:hover
{}

.menuCtrlSubItem {
    display: block;
    line-height: 27px;
    color: #ffffff;
    background-color: #275986;
    text-decoration: none;
    height: 27px;
    padding-left: 3px;
    padding-right: 5px;
    font-size: 12pt;
}

.sf-menu ul a /* complementa menuCtrlSubItem */
{
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 5px;       
}
        
.menuCtrlSubItemHover, .menuCtrlSubItem:Hover
{
	cursor: hand;
	color: rgb(50, 50, 50);
}

.menuCtrlSubItemCelula {
    cursor: hand;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: left;
    z-index: 9999999;
    min-width: 150px;
}

.sf-menu, .sf-menu *   /*** ESSENTIAL STYLES ***/
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li
{
    position: relative;
}
.sf-menu ul
{
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li
{
    float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul
{
    display: block;
}
.sf-arrows .sf-with-ul:after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    vertical-align; baseline;
    height: 0;
    width: 0; /* order of following 3 rules important for fallbacks to work */
    x-border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows ul .sf-with-ul:after
{
    *padding-left: 10px;
    *margin-top: -5px;
    margin-right: -13px;
    border-color: transparent;
    border: 5px solid transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-menu ul ul
{
    *position: fixed;
    *max-height: 200px;
    overflow: auto;
    top: 0;
    left: 100%;
}

ul ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(207,29,121,1);
    border-radius: 10px;
    background-color: rgb(228, 152, 191);
}

ul ::-webkit-scrollbar {
    width: 12px;
    background-color: rgb(204, 144, 175);
}

ul ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(207,29,121,1);
    background-color: rgb(116, 11, 65);
}

.sf-menu li
{
    white-space: nowrap; /* no need for Supersubs plugin */ 
    *white-space:normal;/* ...unless you support IE7 (let it wrap) */
    -webkit-transition:background.2s;
    transition: background.2s;
}

/* 
=============================================================================================== 
==                               configura??es da barra central                              ==
===============================================================================================

*/
.tblCorpo
{
    width: 100%;
}

.tblAreaLivre 
{
	width: 100%;
}

.tblAreaLivreFundo 
{
	width: 100%;
}

.tblAreaDefault 
{
    width: 100%;
}

.barraCentral
{
	width: 100%;
    text-align: center;
    vertical-align: top;
    *background-color: yellow;
    *min-height: 2000px;

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */

    *-webkit-justify-content: center;
    *justify-content: center;
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;

}

.tblBarraCentralTitulo {
    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1;
}

.barraCentralTituloCelulaEsq
{
	padding-left: 5px;
}

.barraCentralTituloCelula
{
	width: 100%;
    height: 15px;
}

.barraCentralTituloCelulaDir
{
	padding-right: 5px;
}

@media screen {
    .tblBarraCentral {
        width: 1280px;
        min-height: 600px;
        padding-top: 10px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: rgba(255,255,255,.7);

        order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
        -ms-flex-order: 2; /* TWEENER - IE 10 */
        -webkit-order: 2;
    }
}

@media (max-width: 1280px) {
    .tblBarraCentral {
        width: 100%;
        min-height: 600px;
        padding-top: 10px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: rgba(255,255,255,.7);

        order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
        -ms-flex-order: 2; /* TWEENER - IE 10 */
        -webkit-order: 2;
    }
}

.barraCentralCelulaEsq
{
	padding-left: 5px;
}

.barraCentralCelula
{
	width: 100%;
    vertical-align: top;
    height: 600px;
}

.barraCentralCelulaDir
{
	padding-right: 5px;
}

.tblBarraCentralRodape {
    order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
    -ms-flex-order: 3; /* TWEENER - IE 10 */
    -webkit-order: 3;
}

.barraCentralRodapeCelulaEsq
{
	padding-left: 5px;
}

.barraCentralRodapeCelula
{
	width: 100%;
}

.barraCentralRodapeCelulaDir
{
	padding-right: 5px;
}


/* 
=============================================================================================== 
==                          configuraï¿½ï¿½es da barra linha topo                                ==
===============================================================================================

*/
.linhaTopo  {
	vertical-align: top;
    width: 100%;
}

.linhaTopo .principalDestaque {}
.linhaTopo .principalNoticia {}
.linhaTopo .principalNoticiaLista {}
.linhaTopo .principalMenu {}
.linhaTopo .principalUtil {}
.linhaTopo .principalForum {}
.linhaTopo .principalEnquete {}
.linhaTopo .principalCanal {}
.linhaTopo .principalFotoSemana {}
.linhaTopo .principalAlbum {}
.linhaTopo .principalNotas {}
.linhaTopo .principalRedeSocial {}
.linhaTopo .principalVideo {}

/* 
=============================================================================================== 
==                          configuraï¿½ï¿½es da barra linha Base                                ==
===============================================================================================

*/
.linhaBase  {
	vertical-align: top;
    padding-top: 10px;
    width: 100%;
}

.linhaBase .principalDestaque {}
.linhaBase .principalNoticia {}
.linhaBase .principalNoticiaLista {}
.linhaBase .principalMenu {}
.linhaBase .principalUtil {}
.linhaBase .principalForum {}
.linhaBase .principalEnquete {}
.linhaBase .principalCanal {}
.linhaBase .principalFotoSemana {}
.linhaBase .principalAlbum {}
.linhaBase .principalNotas {}
.linhaBase .principalRedeSocial {}
.linhaBase .principalVideo {}

/* 
=============================================================================================== 
==                     configuraï¿½ï¿½es da barra central da esquerda                            ==
===============================================================================================

*/
@media screen {
    .barraEsquerda  {
	    vertical-align: top;
        padding-top: 25px;
        width: 30%;
    }
}

@media (max-width: 899px) {
    .barraEsquerda  {
	    vertical-align: top;
        padding-top: 25px;
        display: inline-block;
        width: 45%;
    }
}

@media (max-width: 599px) {
    .barraEsquerda  {
	    vertical-align: top;
        padding-top: 25px;
        display: inline-block;
        width: 100%;
    }
}

.barraEsquerdaTituloCelulaEsq { padding-left: 10px; }
.barraEsquerdaTituloCelula { width: 100%; }
.barraEsquerdaTituloCelulaDir { padding-left: 10px; }

.barraEsquerdaCelulaEsq { padding-left: 10px; }
.barraEsquerdaCelula { 
    width: 100%; 
    vertical-align: top;

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

.barraEsquerdaCelula .principalDestaque {}
.barraEsquerdaCelula .principalNoticia {}
.barraEsquerdaCelula .principalNoticiaLista {}
.barraEsquerdaCelula .principalMenu {}
.barraEsquerdaCelula .principalUtil {
    width: 100%;

    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1;
}
.barraEsquerdaCelula .principalForum {}
.barraEsquerdaCelula .principalEnquete {}
.barraEsquerdaCelula .principalCanal {}
.barraEsquerdaCelula .principalFotoSemana {}
.barraEsquerdaCelula .principalAlbum {}
.barraEsquerdaCelula .principalNotas {}
.barraEsquerdaCelula .principalRedeSocial {}
.barraEsquerdaCelula .principalVideo {}
.barraEsquerdaCelula .principalLogin { width: 100%; }

.barraEsquerdaCelulaDir { padding-left: 10px; }

.barraEsquerdaRodapeCelulaEsq { padding-left: 10px; }
.barraEsquerdaRodapeCelula { width: 100%; }
.barraEsquerdaRodapeCelulaDir { padding-left: 10px; }




/* 
=============================================================================================== 
==                     configuraï¿½ï¿½es da barra central da centro                              ==
===============================================================================================

*/
@media screen {
    .barraCentro {
        vertical-align: top;
        padding-top: 25px;
        width: 40%;
    }
}

@media (max-width: 899px) {
    .barraCentro {
        vertical-align: top;
        padding-top: 25px;
        display: inline-block;
        width: 50%;
    }
}

@media (max-width: 599px) {
    .barraCentro {
        vertical-align: top;
        padding-top: 25px;
        display: inline-block;
        width: 100%;
    }
}

.barraCentroTituloCelulaEsq { padding-left: 10px; }
.barraCentroTituloCelula { width: 100%; }
.barraCentroTituloCelulaDir { padding-right: 10px }

.barraCentroCelulaEsq { padding-left: 10px; }
.barraCentroCelula { 
    width:100%; 
    vertical-align: top;

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

.barraCentroCelula .principalDestaque {
    width: 100%;

    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1;
}

.barraCentroCelula .principalNoticia {
    width: 100%;

    order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
    -ms-flex-order: 2; /* TWEENER - IE 10 */
    -webkit-order: 2;
}

.barraCentroCelula .principalNoticiaLista {
    width: 100%;

    order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
    -ms-flex-order: 3; /* TWEENER - IE 10 */
    -webkit-order: 3;
}
.barraCentroCelula .principalMenu {}
.barraCentroCelula .principalUtil {}
.barraCentroCelula .principalForum {}
.barraCentroCelula .principalEnquete {}
.barraCentroCelula .principalCanal {}
.barraCentroCelula .principalFotoSemana {}
.barraCentroCelula .principalAlbum {}
.barraCentroCelula .principalNotas {}
.barraCentroCelula .principalRedeSocial {}
.barraCentroCelula .principalVideo {}
.barraCentroCelula .principalLogin {}

.barraCentroCelulaDir { padding-right: 10px }

.barraCentroRodapeCelulaEsq { padding-left: 10px; }
.barraCentroRodapeCelula { width: 100%; }
.barraCentroRodapeCelulaDir { padding-right: 10px }




/* 
=============================================================================================== 
==                     configuraï¿½ï¿½es da barra central da direita                             ==
===============================================================================================

*/
@media screen {
    .barraDireita {
        vertical-align: top;
        padding-top: 25px;
        width: 30%;
    }
}

@media (max-width: 899px) {
    .barraDireita {
        vertical-align: top;
        padding-top: 25px;
        display: inline-block;
        width: 50%;
    }
}

@media (max-width: 599px) {
    .barraDireita {
        vertical-align: top;
        padding-top: 25px;
        display: inline-block;
        width: 100%;
    }
}

.barraDireitaTituloCelulaEsq { padding-right: 10px; }
.barraDireitaTituloCelula { width: 100%; }
.barraDireitaTituloCelulaDir { padding-right: 10px; }

.barraDireitaCelulaEsq { padding-right: 10px; }
.barraDireitaCelula { 
    width: 100%; 
    vertical-align: top;

    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}


.barraDireitaCelula .principalDestaque {}
.barraDireitaCelula .principalNoticia {}
.barraDireitaCelula .principalNoticiaLista {}
.barraDireitaCelula .principalMenu {}
.barraDireitaCelula .principalUtil {}
.barraDireitaCelula .principalForum { width: 100%; }
.barraDireitaCelula .principalEnquete { width: 100%; }
.barraDireitaCelula .principalCanal {}
.barraDireitaCelula .principalFotoSemana {}
.barraDireitaCelula .principalAlbum {}
.barraDireitaCelula .principalNotas { 
    width: 100%;

    order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
    -ms-flex-order: 2; /* TWEENER - IE 10 */
    -webkit-order: 2;
}
.barraDireitaCelula .principalRedeSocial { 
    width: 100%;

    order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
    -ms-flex-order: 3; /* TWEENER - IE 10 */
    -webkit-order: 3;
}
.barraDireitaCelula .principalVideo {}
.barraDireitaCelula .principalLogin { 
    width: 100%;

    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1;
}

.barraDireitaCelulaDir { padding-right: 10px; }

.barraDireitaRodapeCelulaEsq { padding-right: 10px; }
.barraDireitaRodapeCelula { width: 100%; }
.barraDireitaRodapeCelulaDir { padding-right: 10px; }





/* Configurando not?cias */
/* Noticias */
.noticiaLinInteira {}

.noticiaColEsquerda {
    padding-bottom: 20px;
    *padding-right: 10px;
    *padding-left: 10px;
    vertical-align: top;
    width: 100%;
    max-width: 325px;
    min-width: 290px;
    display: inline-block;
    *height: 350px;
}

.noticiaColMeio {}

.noticiaColDireita {
    padding-bottom: 20px;
    *padding-right: 10px;
    *padding-left: 10px;
    vertical-align: top;
    width: 100%;
    max-width: 325px;
    min-width: 290px;
    display: inline-block;
    *height: 350px;
}

.noticiaColEsquerdaAlter {
    padding-bottom: 20px;
    *padding-right: 10px;
    *padding-left: 10px;
    vertical-align: top;
    width: 100%;
    max-width: 325px;
    min-width: 290px;
    display: inline-block;
}

.noticiaColMeioAlter {}

.noticiaColDireitaAlter {
    padding-bottom: 20px;
    *padding-right: 10px;
    *padding-left: 10px;
    vertical-align: top;
    width: 100%;
    max-width: 325px;
    min-width: 290px;
    display: inline-block;
}

.noticiaTitulo {
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    color: #003399;
    text-transform: uppercase;
    line-height: 18pt;
    font-weight: bold;
}

.noticiaTituloCelulaEsq {}
.noticiaTituloCelula {}
.noticiaTituloCelulaDir {}

.noticiaLink {
    cursor: hand;
    text-decoration: none;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    color: #CC3300;
    text-decoration: none;
}

.noticiaLink:hover
{
	color: #999999;
}

.noticiaDiv {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.noticiaCelulaEsq {}

.noticiaCelula
{
    text-align: left;
	width: 100%;
	color: black;
    vertical-align: top;
    *border: solid 1px rgba(191,191,191,1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;    
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15px;

background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(224,224,224,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0', GradientType=0 );
}

.noticiaCelulaDir {}

.noticiaRodapeCelulaEsq {}
.noticiaRodapeCelula {}
.noticiaRodapeCelulaDir {}

.noticiaFoto
{
	width: 100%;
}

.noticiaFotoTituloCelulaEsq {}
.noticiaFotoTituloCelula {}
.noticiaFotoTituloCelulaDir {}
.noticiaFotoCelulaEsq {}
.noticiaFotoCelula {
    width: 100%;
    *height: 187px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    *border-bottom-left-radius: 3px;
    *border-bottom-right-radius: 3px;    
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.noticiaFotoCelulaDir {}
.noticiaFotoRodapeCelulaEsq {}
.noticiaFotoRodapeCelula {}
.noticiaFotoRodapeCelulaDir {}

.noticiaResumo
{
    font-size: 11pt;
    color: dimgray;
    text-decoration: none;
    line-height: 12pt;
}



/* Lista */

.nlistaTitulo {
    color: #3366CC;
    text-decoration: none;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.nlistaTitulo:hover
{
	color: #999999;
}

.nlistaTituloJanela {
    font-weight: bold;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: left;
    text-transform: uppercase;
    padding-right: 5px;
    color: #FFFFFF;
    background-color: #3B5998;
}

.nlistaResumo
{
    font-family: arial;
    font-size: 8pt;
    color: #000000;
    text-align: justify;
}

.nlistaTituloCelulaEsq
{
	padding-left: 5px;
    background-color: #3B5998;
}

.nlistaTituloCelula {
    padding-bottom: 3px;
    padding-top: 3px;
    height: 32px;
    width: 100%;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    font-weight: bold;
    background-color: #3B5998;
}

.nlistaTituloCelulaDir
{
	padding-right: 5px;
    background-color: #3B5998;
}

.nlistaCelulaEsq
{
    padding-left: 5px;
}

.nlistaCelula
{
	padding-top: 3px;
    padding-left: 5px;
	padding-right: 5px;
	width: 100%;
    padding-bottom: 10px;
    text-align: justify;
}

.nlistaCelulaDir
{
	padding-right: 5px;
}

.nlistaRodapeCelulaEsq
{
	padding-left: 5px;
}

.nlistaRodapeCelula
{
	width: 100%;
	height: 10px;
}

.nlistaRodapeCelulaDir
{
	padding-right: 5px;
}




/* Destaques */
.destaqueColDireita
{
	border-right: dimgray 1px;
	padding-right: 3px;
	border-top: dimgray 1px;
	display: none;
	padding-left: 8px;
	visibility: hidden;
	padding-bottom: 3px;
	vertical-align: top;
	border-left: lightgrey 1px dashed;
	width: 50%;
	padding-top: 3px;
	border-bottom: lightgrey 1px dashed;
}

.destaqueColEsquerda
{
	padding-right: 3px;
	display: none;
	padding-left: 8px;
	visibility: hidden;
	padding-bottom: 3px;
	vertical-align: top;
	width: 50%;
	padding-top: 3px;
	border-bottom: lightgrey 1px dashed;
}

.destaqueTitulo
{
	font-weight: bold;
	font-size: 10pt;
	color: #000099;
	font-variant: small-caps;
}

.destaqueTituloCelula
{
	font-weight: bold;
	font-size: 10pt;
	color: #000099;
	text-align: left;
}

.destaqueCelula
{
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 10px;
    background-color: #F3F4D7;
    vertical-align: top;
}

.destaqueRodapeCelula
{
        padding-bottom: 20px;
}

.destaqueDiv
{
       height: 70px;
       overflow: hidden;
}

.destaqueLink
{
	cursor: hand;
	color: #E77817;
	text-decoration: none;
}

.destaqueLink:hover
{
	cursor: hand;
	color: blue;
}

.destaqueFoto
{
	padding-left: 5px;
	max-height: 80px;
}

.destaqueResumo
{
	font-size: 11pt;
}



/* Canais */
.linhaCanal { width: 100%; text-align: left; }

.tblCanal { display: inline-block; }

#tdCanal {}

.canalLinInteira {}
.canalColEsquerda
{
	padding-top: 10px;
    padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
    display: inline-block;
}

.canalColMeio
{
	padding-top: 10px;
    padding-right: 7px;
	padding-left: 5px;
	vertical-align: top;
    display: inline-block;
}

.canalColDireita
{
	padding-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
    display: inline-block;
}

.canalTitulo
{
    font-size: 10pt;
    color: rgb(255,255,255);
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.canalTitulo:hover
{
    color: #003366;
}

.canalTituloCelulaEsq {}
.canalTituloCelula {}
.canalTituloCelulaDir {}

.canalLink {
    cursor: hand;
    text-decoration: none;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    color: rgb(255,255,255);
}

.canalLink:hover
{
	color: #999999;
}

.canalDiv 
{
}

.canalCelulaEsq {}
.canalCelula
{
	text-align: center;
	width: 136px;
	height: 100px;
    padding-bottom: 10px;
	color: black;
	background-color: #3C729D;
    background-repeat: no-repeat;
    background-position: bottom center;
    vertical-align: top;
}

.canalCelulaDir {}
.canalRodapeCelulaEsq {}
.canalRodapeCelula 
{
    height: 20px;
}
.canalRodapeCelulaDir {}

.canalFoto
{
    left: -40px;
	width: 250px;
    position: relative;
}

.canalFotoTituloCelulaEsq {}

.canalFotoTituloCelula {}

.canalFotoTituloCelulaDir {}

.canalFotoCelulaEsq {}

.canalFotoCelula
{
    border: 2px solid #3C729D;
    width: 178px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background-color: White;
}

.canalFotoCelulaDir {}

.canalFotoRodapeCelulaEsq {}

.canalFotoRodapeCelula
{
	height: 10px;
}

.canalFotoRodapeCelulaDir {}

.canalResumo
{
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	color: dimgray;
	text-decoration: none;
}

/*POP UP AGUARDE QUE APARECE NO MEIO DA TELA */


.aguardeImagem
{
	background-image: url(img/Aguarde.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 40px;
}

.aguardeTexto {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    font-variant: small-caps;
}

.aguardeFundo
{
	position:absolute;
	z-index: 999999;
	top: 200px;
	left: 45%;
	border-right: #FFFFFF 2px solid;
	padding-right: 5px;
	border-top: #FFFFFF 2px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #FFFFFF 2px solid;
	padding-top: 5px;
	border-bottom: #FFFFFF 2px solid;
	background-color: #609FC2;
}

/*
===============================================================================================
==                                    configura??es de Login                                 ==
===============================================================================================

*/
@media screen {
    .tblLoginLinha {
        width: 1280px;
        height: 87px;
        display: inline-block;
    }
}
@media ( max-width: 1280px ) {
    .tblLoginLinha {
        width: 100%;
        height: 87px;
    }
}

.tblLoginLinhaCelula { width: 100%; }

.linhaLogin { width: 100%; }

.linhaLoginCelula
{
	color: #FFFFFF;
    width: 100%;
    max-width: 1280px;
    text-align: center;
 
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
}

.tblLoginTitulo {
 
    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1;
    *display: none;
    *visibility: hidden;
    height: 25px;

}

@media screen {
    .tblLogin {
        width: 1280px;
 
        order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
        -ms-flex-order: 2; /* TWEENER - IE 10 */
        -webkit-order: 2;

    }

    linhaLoginCelula {}
    linhaLogin {}
}

@media ( max-width: 1280px ) {
    .tblLogin {
        width: 100%;
 
        order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
        -ms-flex-order: 2; /* TWEENER - IE 10 */
        -webkit-order: 2;

    }

    linhaLoginCelula { width: 100% }
    linhaLogin { width: 100% }
}

.tblLoginRodape {
 
    order: 3; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
    -ms-flex-order: 3; /* TWEENER - IE 10 */
    -webkit-order: 3;
    display: none;
    visibility: hidden;

}


.loginCelulaDiv
{
	color: #336666;
}

.loginCelulaEsq {}

.loginCelula {
    width: 100%;
    font-size: 8pt;
    color: #336666;
    height: 31px;
}

.loginCelulaDir {}

.loginRodapeCelulaEsq {}
.loginRodapeCelula {}
.loginRodapeCelulaDir {}




/* Configurando Zoom de not?cias */
/* Mat?rias */
.barraBotaoTituloCelulaEsq
{
	padding-left: 5px;
}

.barraBotaoTituloCelula
{
	height: 5px;
	width: 100%;
}

.barraBotaoTituloCelulaDir
{
	padding-right: 5px;
}

.barraBotaoCelulaEsq
{
	padding-left: 5px;
}

.barraBotaoCelula
{
	padding-right: 3px;
	padding-left: 5px;
	width: 100%;
}

.barraBotaoCelulaDir
{
	padding-right: 5px;
}

.barraBotaoRodapeCelulaEsq
{
	padding-left: 5px;
}

.barraBotaoRodapeCelula
{
	height: 10px;
	width: 100%;
}

.barraBotaoRodapeCelulaDir
{
	padding-right: 5px;
}

.barraRBotaoTituloCelulaEsq
{
	padding-left: 5px;
}

.barraRBotaoTituloCelula
{
	height: 5px;
	width: 100%;
}

.barraRBotaoTituloCelulaDir
{
	padding-right: 5px;
}

.barraRBotaoCelulaEsq
{
	padding-left: 5px;
}

.barraRBotaoCelula
{
	padding-right: 3px;
	padding-left: 5px;
	width: 100%;
}

.barraRBotaoCelulaDir
{
	padding-right: 5px;
}

.barraRBotaoRodapeCelulaEsq
{
	padding-left: 5px;
}

.barraRBotaoRodapeCelula
{
	height: 10px;
	width: 100%;
}

.barraRBotaoRodapeCelulaDir
{
	padding-right: 5px;
}

/* Configurando Zoom de not?cias */
/* Mat?rias */
.materiaTituloCelulaEsq
{
	padding-left: 5px;
}

.materiaTituloCelula {
    *background: rgba(237,237,237,1);
    *background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
    *background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(224,224,224,1)));
    *background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
    *background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
    *background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
    *background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(224,224,224,1) 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0', GradientType=0 );
    *height: 80px;
    text-align: center;
    padding-top: 50px;
    width: 100%;
    font-weight: 400;
    font-size: 24pt;
    color: black;
    *font-variant: small-caps;
    font-family: MavenPro, sans-serif;
    text-shadow: 2px 2px 3px white;
}

.materiaTituloCelulaDir
{
	padding-right: 5px;
}

.materiaTitulo {
    *font-variant: small-caps;
    font-weight: 400;
    font-size: 24pt;
    font-family: MavenPro, sans-serif;
}

.materiaTituloCelula:after {
    content: '';
    display: block;
    margin: 10px auto 0 auto;
    width: 250px;
    height: 7px;
    background: #d83034;
}

.materiaCelulaEsq
{
	padding-left: 5px;
}

.materiaCelula
{
	padding-bottom: 10px;
	color: #660000;
	text-align: left;
	width: 100%;
    max-width: 100%;
    padding-top: 10px;
    text-align: center;
        
}

@media screen { .materiaDiv { width: 100%; text-align: justify; display: block; overflow: hidden; } }
/*@media (max-width: 1280px) { .materiaDiv { max-width: 1004px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 950px) { .materiaDiv { max-width: 930px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 900px) { .materiaDiv { max-width: 880px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 850px) { .materiaDiv { max-width: 830px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 800px) { .materiaDiv { max-width: 780px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 750px) { .materiaDiv { max-width: 730px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 700px) { .materiaDiv { max-width: 680px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 650px) { .materiaDiv { max-width: 630px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 600px) { .materiaDiv { max-width: 580px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 550px) { .materiaDiv { max-width: 530px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 500px) { .materiaDiv { max-width: 480px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 450px) { .materiaDiv { max-width: 430px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 400px) { .materiaDiv { max-width: 380px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 350px) { .materiaDiv { max-width: 330px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 300px) { .materiaDiv { max-width: 280px; width: 100%; text-align: justify; display: block; overflow: hidden; } }
@media (max-width: 250px) { .materiaDiv { max-width: 230px; width: 100%; text-align: justify; display: block; overflow: hidden; } }*/


.materiaTextoDiv img, .materiaTextoDiv IMG {
    max-width: 100%;
}

.materiaCelulaDir
{
	padding-left: 5px;
}

.materiaFoto
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 150px;
	padding-top: 10px;
}

.tdmateriaFoto {
    display: inline-block;
}

.materiaTexto
{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12pt;
	color: dimgray;
}

.materiaTextoCelula
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 100%;
}

.materiaRodapeCelulaEsq
{
	padding-left: 5px;
}

.materiaRodapeCelula
{
	width: 100%;
	height: 20px;
}

.materiaRodapeCelulaDir
{
	padding-left: 5px;
}

.materiaFotoTituloCelulaEsq
{
	padding-left: 5px;
}

.materiaFotoTituloCelula
{
	height: 5px;
	width: 150px;
}

.materiaFotoTituloCelulaDir
{
	padding-left: 5px;
}

.materiaFotoCelulaEsq
{
	padding-left: 5px;
}

.materiaTextoFotoCelula
{
	padding-right: 3px;
	padding-left: 8px;
	padding-bottom: 10px;
	width: 150px;
	padding-top: 3px;
	text-align: center;
}

.materiaFotoCelulaDir
{
	padding-left: 5px;
}

.materiaFotoRodapeCelulaEsq
{
	padding-left: 5px;
}

.materiaFotoRodapeCelula
{
	height: 5px;
	width: 150px;
}

.materiaFotoRodapeCelulaDir
{
	padding-left: 5px;
}

.materiaTextoFoto
{
	font-size: 8pt;
	font-style: italic; 
}

.materiaTextoFotoDiv
{
	
}



/* Barra lateral (esquerda) de menu */
.barraMenu
{
	table-layout: fixed;
	vertical-align: top;
	width: 145px;
	border-collapse: separate;
	/*background-color: #EDEDED;*/
	padding-right: 5px;
}

/* Configura??es do menu */

.menuTituloCelulaEsq /* C?lula esquerda utilizada para colocar o peda?o esquerdo da imagem */
{
	padding-left: 8px;
}

.menuTitulo {
    font-weight: bold;
    color: black;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    font-variant: small-caps;
}

.menuTituloCelula
{
	width: 100%;
	background-repeat: repeat-x;
	height: 20px;
	text-align: center;
	padding-top: 1px;
}

.menuTituloCelulaDir /* C?lula direita utilizada para colocar o peda?o direito da imagem */
{
	padding-left: 8px;
}

/* link */
.menuLink {
    text-justify: auto;
    list-style-position: outside;
    cursor: hand;
    color: dimgray;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    list-style-type: circle;
    text-decoration: none;
}

.menuLink:hover
{
	cursor: hand;
	color: blue;
}

.menuLinkCelulaEsq /* C?lula esquerda utilizada para colocar o peda?o esquerdo da imagem */
{
	padding-left: 8px;
}

.menuLinkCelula
{
	padding-left: 15px;
	width: 100%;
	height: 18px;
	background-color: white;
	text-align: left;
}

.menuLinkCelulaDir /* C?lula direita utilizada para colocar o peda?o direito da imagem */
{
	padding-right: 8px;
}

/* configura??es da linha que divide os links do menu */
.menuLinhaCelulaEsq /* C?lula esquerda utilizada para colocar o peda?o esquerdo da imagem */
{
	padding-left: 8px;
}

.menuLinhaCelula
{
	padding-left: 15px;
	background-image: none;
	width: 100%;
	height: 1px;
	background-color: #E77817;
}

.menuLinhaCelulaDir /* C?lula direita utilizada para colocar o peda?o direito da imagem */
{
	padding-right: 8px;
}

/* configura??es da barra de rodap? do menu */
.menuRodapeCelulaEsq /* C?lula esquerda utilizada para colocar o peda?o esquerdo da imagem */
{
	padding-left: 8px;
}

.menuRodapeCelula /* C?lula central utilizada para colocar o peda?o central da imagem */
{
	width: 100%;
	height: 20px;
}

.menuRodapeCelulaDir /* C?lula direita utilizada para colocar o peda?o direito da imagem */
{
	padding-right: 8px;
}

/* barra de utilidades (direita) */
.barraUtil
{
	table-layout: fixed;
	vertical-align: top;
	border-collapse: separate;
}

.utilTitulo {
    font-weight: bold;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: left;
    text-transform: uppercase;
}

.utilTituloCelulaEsq {}

.utilTituloCelula
{
	background-color: #3B5998;
	height: 32px;
	text-align: left;
	width: 100%;
	padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #FFFFFF;
}

.utilTituloCelulaDir {}

.utilLink {
    text-justify: auto;
    list-style-position: outside;
    cursor: hand;
    color: darkred;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    list-style-type: circle;
    text-decoration: none;
    text-transform: uppercase;
}

.utilLink:hover
{
	cursor: hand;
	color: blue;
}

.utilLinkCelulaEsq {}

.utilLinkCelula
{
	width: 100%;
	height: 21px;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 4px;
    padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.utilLinkCelulaDir {}

/* configura??es da linha que divide os links do menu */
.utilLinhaCelulaEsq {}

.utilLinhaCelula
{
	width: 100%;
	height: 0px;
}

.utilLinhaCelulaDir {}

/* configura??es da barra de rodap? do menu */
.utilRodapeCelulaEsq {}

.utilRodapeCelula
{
	width: 100%;
	height: 20px;
}

.utilRodapeCelulaDir {}

/* coluna de notinhas */
.notaTitulo {
    font-weight: bold;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: left;
    text-transform: uppercase;
}

.notaTituloCelulaEsq
{
	padding-left: 0px;
}

.notaTituloCelula
{
	background-color: #3B5998;
	height: 32px;
	text-align: left;
	width: 100%;
	padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #FFFFFF;
}

.notaTituloCelulaDir /* C?lula direita utilizada para colocar o peda?o direita da imagem */
{}

.notaLink {
    text-justify: auto;
    list-style-position: outside;
    cursor: hand;
    color: darkred;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    list-style-type: circle;
    text-decoration: none;
    text-transform: uppercase;
}

.notaLink:hover
{
	cursor: hand;
	color: blue;
}

.notaCelulaEsq /* C?lula esquerda utilizada para colocar o peda?o esquerdo da imagem */
{
	padding-left: 0px;
}

.notaCelula
{
	width: 100%;
	height: 21px;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 4px;
        padding-bottom: 3px;
}

.notaCelulaDir /* C?lula esquerda utilizada para colocar o peda?o esquerdo da imagem */
{}

.notaRodapeCelula
{
       height: 20px;
}

/* coluna de login */
.colunaLoginTitulo {
    font-weight: bold;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-align: left;
    text-transform: uppercase;
}


.loginTituloCelulaEsq { padding-left: 10px; }
.loginTituloCelula { border-top: solid 1px #EFEFEF; width: 100%; height: 10px; height: 1px; }
.loginTituloCelulaDir { padding-left: 10px; }

.colunaLoginTituloCelulaEsq {}

.colunaLoginTituloCelula
{
    background-color: dimgray;
    height: 32px;
    text-align: left;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 3px;
    color: #FFFFFF;
}

.colunaLoginTituloCelulaDir {}

.colunaLoginCelulaEsq {}

.colunaLoginCelula
{
    width: 100%;
    height: 21px;
    text-align: left;
    background-color: rgba(237,237,237,1);
    padding-top: 4px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.colunaLoginCelulaDir {}

.colunaLoginRodapeCelula
{
       height: 20px;
}

.textFaleConosco {
    width: 100%;
    color: dimgray;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    height: 190px;
}

.labelDados {
    *font-weight: bold;
    color: Black;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    padding-top: 7px;
    padding-bottom: 2px;
}

.labelPesquisa {
    *font-weight: bold;
    color: #800000;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}

.labelDadosLogin {
    *font-weight: bold;
    color: #000066;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
}

.botaoWingdings
{
	text-decoration: none;
	font-size: 18pt;
	color: dimgray;
}

.botaoWingdings:hover
{
	font-size: 18pt;
	color: Aqua;
}

.dataHora
{
	display: none;
	visibility: hidden;
}
.dataGridTextBox
{
	font-size: 11pt;
	width: 100%;
	color: dimgray;
	background-color: transparent;
}

.dataGridLabel
{
}

.dataGrid {
    width: 100%;
    color: dimgray;
    border-top-style: none;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.dataGridTelefoneDiv
{
	border-top: darkred 3px solid;
	border-bottom: darkred  3px solid;
	overflow: auto;
	width: 100%;
	height: 290px;	
}

.dataGridDiv
{
	border-top: darkred  3px solid;
	border-bottom: darkred  3px solid;
	overflow: auto;
	width: 100%;
}

.dataGridHeader {
    font-weight: bold;
    background: rgba(210,210,210,1);
    background: -moz-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(190,190,190,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,210,210,1)), color-stop(100%, rgba(190,190,190,1)));
    background: -webkit-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(190,190,190,1) 100%);
    background: -o-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(190,190,190,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(190,190,190,1) 100%);
    background: linear-gradient(to bottom, rgba(210,210,210,1) 0%, rgba(190,190,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0', GradientType=0 );
    color: rgb(50, 50, 50);
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    height: 20px;
    *font-variant: small-caps;
    text-shadow: 2px 2px 3px #ffffff;
}

.dataGridHeader a {
    color: yellow;
    font-size: 12pt;
    font-family: OpenSansCondensed, sans-serif;
    font-stretch: condensed;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-shadow: 2px 2px 3px #1e2c69;
}

.dataGridHeader a:hover
{
    color: red;
}

.dataGridItem
{
}

.dataGridAlternating
{
	background-color: gainsboro;
}

.dataGridEdit
{
}

.dataGridSelected
{
	background-color: lavender;
}

.botao td[colspan="2"] td a, .botao td[colspan="3"] td a, .botao td[colspan="4"] td a, .botao td[colspan="5"] td a, .botao td[colspan="6"] td a, .botao td[colspan="7"] td a, .botao td[colspan="8"] td a, .botao td[colspan="9"] td a, .botao td[colspan="10"] td a, .botao td[colspan="11"] td a, .botao td[colspan="12"] td a, .botao td[colspan="13"] td a, .botao td[colspan="14"] td a, .botao td[colspan="15"] td a, .botao td[colspan="16"] td a, .botao td[colspan="17"] td a, .botao td[colspan="18"] td a, .botao td[colspan="19"] td a, .botao td[colspan="20"] td a,
.dataGrid td[colspan="2"] td a, .dataGrid td[colspan="3"] td a, .dataGrid td[colspan="4"] td a, .dataGrid td[colspan="5"] td a, .dataGrid td[colspan="6"] td a, .dataGrid td[colspan="7"] td a, .dataGrid td[colspan="8"] td a, .dataGrid td[colspan="9"] td a, .dataGrid td[colspan="10"] td a, .dataGrid td[colspan="11"] td a, .dataGrid td[colspan="12"] td a, .dataGrid td[colspan="13"] td a, .dataGrid td[colspan="14"] td a, .dataGrid td[colspan="15"] td a, .dataGrid td[colspan="16"] td a, .dataGrid td[colspan="17"] td a, .dataGrid td[colspan="18"] td a, .dataGrid td[colspan="19"] td a, .dataGrid td[colspan="20"] td a
{	
	background: rgb(16,122,0),;
	background: -moz-linear-gradient(top, rgb(16,122,0) 0%, rgba(0,89,31,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(16,122,0)), color-stop(100%, rgba(0,89,31,1)));
	background: -webkit-linear-gradient(top, rgb(16,122,0) 0%, rgba(0,89,31,1) 100%);
	background: -o-linear-gradient(top, rgb(16,122,0) 0%, rgba(0,89,31,1) 100%);
	background: -ms-linear-gradient(top, rgb(16,122,0) 0%, rgba(0,89,31,1) 100%);
	background: linear-gradient(to bottom, rgb(16,122,0) 0%, rgba(0,89,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06b56', endColorstr='#e73323', GradientType=0 );

	border: 1px solid #ffffff;
	border-radius: 0px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: sans-serif;
	font-size: 11pt;
	text-decoration-x: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}

.botao td[colspan="2"] td span, .botao td[colspan="3"] td span, .botao td[colspan="4"] td span, .botao td[colspan="5"] td span, .botao td[colspan="6"] td span, .botao td[colspan="7"] td span, .botao td[colspan="8"] td span, .botao td[colspan="9"] td span, .botao td[colspan="10"] td span, .botao td[colspan="11"] td span, .botao td[colspan="12"] td span, .botao td[colspan="13"] td span, .botao td[colspan="14"] td span, .botao td[colspan="15"] td span, .botao td[colspan="16"] td span, .botao td[colspan="17"] td span, .botao td[colspan="18"] td span, .botao td[colspan="19"] td span, .botao td[colspan="20"] td span,
.dataGrid td[colspan="2"] td span, .dataGrid td[colspan="3"] td span, .dataGrid td[colspan="4"] td span, .dataGrid td[colspan="5"] td span, .dataGrid td[colspan="6"] td span, .dataGrid td[colspan="7"] td span, .dataGrid td[colspan="8"] td span, .dataGrid td[colspan="9"] td span, .dataGrid td[colspan="10"] td span, .dataGrid td[colspan="11"] td span, .dataGrid td[colspan="12"] td span, .dataGrid td[colspan="13"] td span, .dataGrid td[colspan="14"] td span, .dataGrid td[colspan="15"] td span, .dataGrid td[colspan="16"] td span, .dataGrid td[colspan="17"] td span, .dataGrid td[colspan="18"] td span, .dataGrid td[colspan="19"] td span, .dataGrid td[colspan="20"] td span
{
	background: rgba(207,207,207,1);
	background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;

	border: 1px solid #000;
	border-radius: 0px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #000;
	font-family: sans-serif;
	font-size: 11pt;
	text-decoration-x: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ajaxPanel
{
	overflow: visible;
	width: 100%;
	height: 100%;
}

.iFrame
{
	width: 100%;
	height: 700px;
	display: inline;
}

.botao
{
    font-size: 10pt;
    color: darkorange; /* #014c31; */
    font-family: arial;
    text-decoration: none;
}

.botao:hover
{
	color: dimgray;
}

.botao {
    font-size: 10pt;
    color: darkorange; /* #014c31; */
    font-family: arial;
    text-decoration: none;
}

    .botao:hover {
        color: dimgray;
    }

.botaoFundo {
    border-radius: 18px;
}

.botaoFundo a
{	
    background: rgba(58,148,207,1);
    background: -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

	border: 2px solid #ffffff;
	border-radius: 18px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}

.botaoFundo a:hover
{
	background: rgba(207,207,207,1);
	background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
}

input[type="submit"]:not(.not).container
{
    background: rgba(58,148,207,1);
    background: -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

	border: 2px solid #ffffff;
	border-radius: 18px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
    text-transform: uppercase;
	line-height-x: 25px;
}

input[type="submit"]:hover:not(.not).container
{
	background: rgba(207,207,207,1);
	background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
}

input[src="../img/btnEditar.png"], input[src="~/img/btnEditar.png"], input[src="../img/btnEditar.png"], input[src="~/img/btnEditar.png"] {
    background: url(rar/transparente_branco/btnEditar.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnEditar.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEditar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnEditar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEditar.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEditar.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEditar.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnEditar.png"]:hover, input[src="~/img/btnEditar.png"]:hover, img[src="../img/btnEditar.png"]:hover, img[src="~/img/btnEditar.png"]:hover {
	background: url(rar/transparente_preto/btnEditar.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnEditar.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEditar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnEditar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEditar.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEditar.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEditar.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnSalvar.png"], input[src="~/img/btnSalvar.png"], img[src="../img/btnSalvar.png"], img[src="~/img/btnSalvar.png"] {
    background: url(rar/transparente_branco/btnSalvar.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnSalvar.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnSalvar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnSalvar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnSalvar.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnSalvar.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnSalvar.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnSalvar.png"]:hover, input[src="~/img/btnSalvar.png"]:hover, img[src="../img/btnSalvar.png"]:hover, img[src="~/img/btnSalvar.png"]:hover {
	background: url(rar/transparente_preto/btnSalvar.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnSalvar.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnSalvar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnSalvar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnSalvar.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnSalvar.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnSalvar.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnCancelar.png"], input[src="~/img/btnCancelar.png"], img[src="../img/btnCancelar.png"], img[src="~/img/btnCancelar.png"] {
    background: url(rar/transparente_branco/btnCancelar.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnCancelar.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnCancelar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnCancelar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnCancelar.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnCancelar.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnCancelar.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnCancelar.png"]:hover, input[src="~/img/btnCancelar.png"]:hover, img[src="../img/btnCancelar.png"]:hover, img[src="~/img/btnCancelar.png"]:hover {
	background: url(rar/transparente_preto/btnCancelar.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnCancelar.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnCancelar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnCancelar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnCancelar.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnCancelar.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnCancelar.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnEnviar.png"], input[src="~/img/btnEnviar.png"], img[src="../img/btnEnviar.png"], img[src="~/img/btnEnviar.png"] {
    background: url(rar/transparente_branco/btnEnviar.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnEnviar.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEnviar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnEnviar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEnviar.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEnviar.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnEnviar.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnEnviar.png"]:hover, input[src="~/img/btnEnviar.png"]:hover, img[src="../img/btnEnviar.png"]:hover, img[src="~/img/btnEnviar.png"]:hover {
	background: url(rar/transparente_preto/btnEnviar.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnEnviar.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEnviar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnEnviar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEnviar.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEnviar.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnEnviar.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnExcluir.png"], input[src="~/img/btnExcluir.png"], img[src="../img/btnExcluir.png"], img[src="~/img/btnExcluir.png"] {
    background: url(rar/transparente_branco/btnExcluir.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnExcluir.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnExcluir.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnExcluir.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnExcluir.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnExcluir.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnExcluir.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnExcluir.png"]:hover, input[src="~/img/btnExcluir.png"]:hover, img[src="../img/btnExcluir.png"]:hover, img[src="~/img/btnExcluir.png"]:hover {
	background: url(rar/transparente_preto/btnExcluir.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnExcluir.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnExcluir.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnExcluir.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnExcluir.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnExcluir.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnExcluir.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnFoto.png"], input[src="~/img/btnFoto.png"], img[src="../img/btnFoto.png"], img[src="~/img/btnFoto.png"] {
    background: url(rar/transparente_branco/btnFoto.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnFoto.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnFoto.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnFoto.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnFoto.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnFoto.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnFoto.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnFoto.png"]:hover, input[src="~/img/btnFoto.png"]:hover, img[src="../img/btnFoto.png"]:hover, img[src="~/img/btnFoto.png"]:hover {
	background: url(rar/transparente_preto/btnFoto.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnFoto.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnFoto.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnFoto.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnFoto.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnFoto.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnFoto.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnIr.png"], input[src="~/img/btnIr.png"], img[src="../img/btnIr.png"], img[src="~/img/btnIr.png"] {
    background: url(rar/transparente_branco/btnIr.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnIr.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnIr.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnIr.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnIr.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnIr.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnIr.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnIr.png"]:hover, input[src="~/img/btnIr.png"]:hover, img[src="../img/btnIr.png"]:hover, img[src="~/img/btnIr.png"]:hover {
	background: url(rar/transparente_preto/btnIr.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnIr.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnIr.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnIr.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnIr.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnIr.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnIr.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnVoltar.png"], input[src="~/img/btnVoltar.png"], img[src="../img/btnVoltar.png"], img[src="~/img/btnVoltar.png"] {
    background: url(rar/transparente_branco/btnVoltar.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnVoltar.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnVoltar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnVoltar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnVoltar.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnVoltar.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnVoltar.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnVoltar.png"]:hover, input[src="~/img/btnVoltar.png"]:hover, img[src="../img/btnVoltar.png"]:hover, img[src="~/img/btnVoltar.png"]:hover {
	background: url(rar/transparente_preto/btnVoltar.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnVoltar.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnVoltar.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnVoltar.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnVoltar.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnVoltar.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnVoltar.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

input[src="../img/btnNovo.png"], input[src="~/img/btnNovo.png"], img[src="../img/btnNovo.png"], img[src="~/img/btnNovo.png"] {
    background: url(rar/transparente_branco/btnNovo.png) center center no-repeat, rgba(58,148,207,1);
    background: url(rar/transparente_branco/btnNovo.png) center center no-repeat, -moz-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnNovo.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,148,207,1)), color-stop(100%, rgba(66,121,169,1)));
    background: url(rar/transparente_branco/btnNovo.png) center center no-repeat, -webkit-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnNovo.png) center center no-repeat, -o-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnNovo.png) center center no-repeat, -ms-linear-gradient(top, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    background: url(rar/transparente_branco/btnNovo.png) center center no-repeat, linear-gradient(to bottom, rgba(58,148,207,1) 0%, rgba(66,121,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94cf', endColorstr='#4279a9', GradientType=0 );

    border: 2px solid #ffffff;
    background-size: 30px;
    background-position: center center;
    width: 29px;
	border-radius: 20px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	text-align: center;
	display: block;
	position: relative;
	color: #FFF;
	font-family: Lato;
	font-size: 9pt;
	text-decoration: none;
	font-weight-x: bold;
	text-transform: uppercase;
	line-height-x: 25px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
}

input[src="../img/btnNovo.png"]:hover, input[src="~/img/btnNovo.png"]:hover, img[src="../img/btnNovo.png"]:hover, img[src="~/img/btnNovo.png"]:hover {
	background: url(rar/transparente_preto/btnNovo.png) center center no-repeat, rgba(207,207,207,1);
	background: url(rar/transparente_preto/btnNovo.png) center center no-repeat, -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnNovo.png) center center no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(191,191,191,1)));
	background: url(rar/transparente_preto/btnNovo.png) center center no-repeat, -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnNovo.png) center center no-repeat, -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnNovo.png) center center no-repeat, -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	background: url(rar/transparente_preto/btnNovo.png) center center no-repeat, linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(191,191,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#bfbfbf', GradientType=0 );
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 2px 7px rgba(0, 0, 0, 0);
	color: dimgray;
    background-size: 30px;
    background-position: center center;
    width: 29px;
}

.guia
{
	font-size: 8pt;
	color: dimgray;
	font-family: arial;
}

.guia:hover
{
	color: dimgray;
}

.guiaFundo
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaFundoPressionado
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	text-align: center;
}

.guiaVazioFundo
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaEsqFundo
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaEsqFundoPressionado
{
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	text-align: center;
}

.guiaEsqVazioFundo
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaDirFundo
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaDirFundoPressionado
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	text-align: center;
}

.guiaDirVazioFundo
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.botaoFundo:hover
{
	background-color: #fbf5eb;
}

.botaoEspaco
{
	width: 100%;
}

.janelaUtilTitulo
{
	font-weight: bold;
	font-size: 11pt;
	color: #E77817;
	font-family: arial;
	height: 100%;
	text-align: center;
	font-variant: small-caps;
}

.janelaUtilTituloCelulaEsq
{
	padding-left: 10px;
}

.janelaUtilTituloCelula
{
	background-color: #FFFFFF;
	width: 100%;
	height: 21px;
	padding-top: 2px;
}

.janelaUtilTituloCelulaDir
{
	padding-left: 10px;
}

.janelaUtilCelulaEsq
{
	padding-left: 10px;
}

.janelaUtilCelula
{
	background-color: #FFFFFF;
	padding-bottom: 2px;
	vertical-align: top;
	width: 100%;
	height: 130px;
}

.janelaUtilCelulaDir
{
	padding-left: 10px;
}

.janelaUtilRodapeCelulaEsq
{
	padding-left: 10px;
}

.janelaUtilRodapeCelula
{
	width: 100%;
	height: 19px;
	text-align: center;
}

.janelaUtilRodapeCelulaDir
{
	padding-right: 10px;
}

.janelaLoginDiv
{
	/*background-image: url(img/fundoLogin.jpg);*/
	vertical-align: baseline;
}

.janelaLoginCelula
{
	padding-bottom: 2px;
	vertical-align: top;
	width: 100%;
	height: 130px;
	color: #000099;
	background-color: white;
	padding-top: 2px;
}

.janelaUtilDiv
{
	overflow: auto;
	width: 100%;
	height: 126px;
}

.janelaNoticia
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 350px;
	border-bottom-style: none;
}

.enqueteLinkCelula
{
	padding-right: 1px;
	padding-left: 15px;
	background-image: url(img/topico.gif);
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

/* ---------------------------- */
/* Configura??es padr?o do .NET */

/*
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/
.tableLinhaCampo { display: inline-block; padding-left: 5px; padding-right: 5px; padding-bottom: 25px; }
#tdMenuMobile { display: none; visibility: hidden; }
.pesquisaCelula { background: url(rar/lupaBarraPesquisa.png) no-repeat right center; padding-right: 60px; background-size: contain; }
@media screen { .hrLinhaMobile { visibility: hidden; display: none } } @media (max-width: 680px) { .hrLinhaMobile { visibility: visible; display: block } }
@media screen {
    .dataGrid td {}
    .dataGrid tr {}
    .dataGrid .dataGridHeader {}
    .dataGrid .labelGrid { visibility: hidden; display: none; }
}@media (max-width: 20px) {
    .dataGrid td {
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }
    .dataGrid tr { border-bottom: solid 1px #999999; text-align: left }
    .dataGrid .dataGridHeader { visibility: hidden; display: none; }
    .dataGrid .labelGrid { visibility: visible; display: block; color: dimgray; font-weight: bold; }
}
.PesquisaCemPorCento { background: url(rar/lupaBarraPesquisa.png) no-repeat left center; background-size: 25px; padding-left: 30px; width: calc(100% - 30px); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: solid 1px #999999; }
.PesquisaPixel { background: url(rar/lupaBarraPesquisa.png) no-repeat left center; background-size: 25px; padding-left: 30px; }
.divListaPesquisa { max-height: calc(50% - 30px); width: 10px; overflow: auto; list-style-type : none; border: solid 1px #999; background: #ffffe3; padding: 2px; text-align: left; visibility : hidden;}
.divListaPesquisaItem { color: #014c31; background: #ffffe3; height: 15pt; line-height: 15px; display: block; overflow: hidden; width: 100%; text-align: left; }
.divListaPesquisaItem:hover { height: 15pt; line-height: 15px; display: block; overflow: hidden; cursor: hand; width: 100%; text-align: left; }
.divListaPesquisaSelected { background: #DDD; line-height: 15pt; height: 15pt; display: block; overflow: hidden; width: 100%; text-align: left;}
.dataGrid td, .dataGrid th { border: solid 1px #999999; padding-left:  3px; padding-right: 3px; }
.dataGrid Table td, .dataGrid table th { border:  0px; padding: 0px; }
.botaoInformativo { padding-bottom: 8px; padding-right: 4px; width: 80px; padding-left: 4px; text-align: center; display: inline-block; vertical-align: top; padding-top: 8px; }
.barraBotaoInformativo { text-align: center; }
.cemPorCento { width: calc(100% - 6px); }
.Tab .ajax__tab_header { font-family: Sans-Serif; font-size: 16px; display: block; color: dimgray; letter-spacing: 0.5px; font-stretch: condensed; text-align: left; }
.Tab .ajax__tab_header a span { color: #fff; text-shadow: 1px 1px 1px #000; }
.Tab .ajax__tab_header .ajax__tab_outer { border-color: #222; color: #222; border: solid 1px #d7d7d7; background-color: rgb(167, 165, 165); border-top-left-radius: 6px; border-top-right-radius: 6px; }
.Tab .ajax__tab_header .ajax__tab_inner { border-color: #666; color: #666; padding: 10px 10px 10px 10px; }
.Tab .ajax__tab_hover .ajax__tab_outer { background-color: dimgray; }
.Tab .ajax__tab_hover .ajax__tab_outer .ajax__tab_inner a span{ color: white; text-shadow: 1px 1px 1px #000; }
.Tab .ajax__tab_hover .ajax__tab_inner { color: #fff; }
.Tab .ajax__tab_active .ajax__tab_outer { border-color: #7a7a7a; border-bottom-color: #ffffff; background-color: #ffffff; }
.Tab .ajax__tab_active .ajax__tab_outer a span { font-size: 20px; color: dimgray; text-shadow: 1px 1px 1px #fff; }
.Tab .ajax__tab_active .ajax__tab_inner { color: #000; border-color: #333; }
.Tab .ajax__tab_body:not(.not).container { font-family: sans-serif; font-size: 10pt; background-color: #fff; border: solid 1px #7a7a7a; margin-top: 3px; height: 50px; }
.Tab .ajax__tab_body:not(.not).container .ajax__tab_panel { padding: 10px; height: 450px; max-height: 450px; overflow: auto;  }

/* https://icofont.com */
@font-face {
    font-family: 'FontAwesome2';
    src: url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*bot�o que abre o menu*/
/*#740404 - Vermelho*/
/*#040674 - Azul*/
/*#744c04 - Laranja*/
/*#6c7404 - Amarelo*/
/*#d1d1d1 - cinza*/
/*#4a4a4a - grafite*/
/*#066b27 - verde*/
#fxViewMenu {
    color: #333; 
    background: #d1d1d1; 
    padding: 10px 20px 10px 20px; 
    position: fixed; 
    top: 0; 
    right: 20px; 
    text-align: center; 
    vertical-align: central; 
    border-radius: 0px 0px 10px 10px; 
}

/*Barra do menu*/
/*#740404 - Vermelho*/
/*#050674 - Azul*/
/*#744c04 - Laranja*/
/*#744c04 - Amarelo*/
/*#d1d1d1 - cinza*/
/*#6d6d6d - grafite*/
/*#066b27 - verde*/
.menu-content {
    width: 100%;
    top: 0;
    left: 0;
    *bottom: 0;
    position: relative;
    height: 100%;
    text-align: left;
    background-color: #d1d1d1;
    z-index: 9999999999999999999999999999999999999999999999999999;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100% - 0px);
}

/*Item do menu*/
/*#750000 - Vermelho*/
/*#0c0075 - Azul*/
/*#755200 - Laranja*/
/*#756b00 - Amarelo*/
/*#d1d1d1 - cinza*/
/*#6f6f6f - grafite*/
/*#007523 - Verde*/
.red.jquery-accordion-menu .jquery-accordion-menu-footer, .red.jquery-accordion-menu .jquery-accordion-menu-header, .red.jquery-accordion-menu ul li a {
    background: #d1d1d1;
}

/*Item do menu hover*/
/*#490101 - Vermelho*/
/*#020149 - Azul*/
/*#493101 - Laranja*/
/*#484901 - Amarelo*/
/*#828282 - cinza*/
/*#4d4d4d - grafite*/
/*#014909 - verde*/
.red.jquery-accordion-menu > ul > li.active > a, .red.jquery-accordion-menu > ul > li:hover > a {
    background: #828282;
}

/*item do menu borda*/
/*#231516 - Vermelho*/
/*#161523 - Azul*/
/*#232015 - Laranja*/
/*#232315 - Amarelo*/
/*#343431 - cinza*/
/*#2c2c2c - grafite*/
/*#152317 - verde*/
.red.jquery-accordion-menu > ul > li > a {
    border-bottom-color: #343431;
}

/*Submenu*/
/*#560c0c - Vermelho*/
/*#0f0c56 - Azul*/
/*#56450c - Laranja*/
/*#56540c - Amarelo*/
/*#b5b5b4 - cinza*/
/*#525252 - grafite*/
/*#0c561d - verde*/
.jquery-accordion-menu ul ul.submenu li a {
    width: 100%;
    float: left;
    font-size: 11pt;
    background: #b5b5b4;
    border-top: none;
    position: relative;
    border-left: solid 6px transparent;
    transition: border .2s linear;
}

/*hover do submenu*/
/*#f0f0f0 - branca*/
/*#333    - grafite*/
.red.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: #333;
}

/*#f0f0f0 - letra branca*/
/*#333    - letra grafite*/
.jquery-accordion-menu ul li a {
    width: 100%;
    padding: 14px 22px;
    float: left;
    text-decoration: none;
    color: #333;
    font-size: 13pt;
    background: #414956;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: color .2s linear, background .2s linear;
}

/*#f0f0f0 - letra branca*/
/*#333    - letra grafite*/
.jquery-accordion-menu .jquery-accordion-menu-footer, .jquery-accordion-menu .jquery-accordion-menu-header {
    width: 100%;
    height: 50px;
    padding-left: 22px;
    float: left;
    line-height: 50px;
    font-weight: 600;
    color: #333;
    background: #414956;
}

.fa {
    display: inline-block;
    font-family: FontAwesome2 !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#demo-list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.jquery-accordion-menu, .jquery-accordion-menu * {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    outline: 0;
}

.jquery-accordion-menu {
    min-width: 260px;
    float: left;
    position: relative;
    box-shadow: 0 20px 50px #333;
}

.jquery-accordion-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-accordion-menu ul li {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

.jquery-accordion-menu > ul > li.active, .jquery-accordion-menu > ul > li:hover > a {
    color: #fff;
    background: #3b424d;
}

.jquery-accordion-menu > ul > li > a {
    border-bottom: solid 1px #3b424d;
}

.jquery-accordion-menu ul li a i {
    width: 34px;
    float: left;
    line-height: 18px;
    font-size: 16pt;
    text-align: left;
}

.jquery-accordion-menu .submenu-indicator {
    float: right;
    right: 22px;
    position: absolute;
    line-height: 19px;
    font-size: 20pt;
    transition: transform:not(.not).container .3s linear;
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
    line-height: 16px;
}

.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
    transform: rotate(45deg);
}

.jquery-accordion-menu ul ul.submenu, .jquery-accordion-menu ul ul.submenu li ul.submenu {
    width: 100%;
    display: none;
    position: static;
}

.jquery-accordion-menu ul ul.submenu li {
    clear: both;
    width: 100%;
}

.jquery-accordion-menu ul ul.submenu li:hover > a {
    border-left-color: #414956;
}

.jquery-accordion-menu ul ul.submenu > li > a {
    padding-left: 30px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
    padding-left: 45px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
    padding-left: 60px;
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label, .jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 42px;
    top: 14px;
    font-size: 11pt;
    font-weight: 800;
    color: #555;
    text-align: center;
    line-height: 18px;
    background: #f0f0f0;
    border-radius: 100%;
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
    top: 12px;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    transform: scale(0);
}

.animate-ink {
    animation: ripple .5s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


#fxSistema::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#fxSistema::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#fxSistema::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

#fxSistema::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background:  #555;
}
