/* Souzanet - Style criado automaticamente */
/* Utilizado para layout 0002 */
/* Default CSS Stylesheet for a new Web Application project */
/* Col�gio Santa Catarina*/
/*snDefault200708240008.master*/

/*
masterPage: snGestor.master
masterPageConfig: snGestor.master
masterPageDefault: snGestor.master 
masterPageGestor: snGestor.master
masterPageErro: snGestor.master
*/

@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"); }

html {
    *background: url(https://csc.souzanet.com.br/img/2017/fundo.png) center bottom no-repeat;
    *background: url(https://csc.souzanet.com.br/img/2017/fundo.png) center bottom no-repeat, rgba(0, 0, 0, 0.00);
    *background: url(https://csc.souzanet.com.br/img/2017/fundo.png) center bottom no-repeat, -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    *background: url(https://csc.souzanet.com.br/img/2017/fundo.png) center bottom no-repeat, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    *background: url(https://csc.souzanet.com.br/img/2017/fundo.png) center bottom no-repeat, linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    
    background-color: #d6dcc5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    *padding-left: 10px;
    *padding-right: 10px;

    background-attachment: fixed;
}

form{
    width: 100%;
}

body:not(.not).container {
    border: 0;
    margin: 0px; 
    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 */
    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;
          
    font-family: arial;
    font-size: 10pt;
    text-align: center;
    width: 100%;
}

@keyframes montar {
    0%   {opacity: 0.5;}
    100% {opacity: 1;}
}

#areaCabecalho {
    xheight: 100px;
    *background-color: #ffffff; /* vermelho */
    display: none;
	visibility: hidden;
    text-align: center;


    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 */
    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;
    xcursor: pointer;
    
}

        
#areaMenu {
    *background: rgba(237,234,237,1);
    *background: -moz-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(209,209,209,1) 100%);
    *background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,234,237,1)), color-stop(100%, rgba(209,209,209,1)));
    *background: -webkit-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(209,209,209,1) 100%);
    *background: -o-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(209,209,209,1) 100%);
    *background: -ms-linear-gradient(top, rgba(237,234,237,1) 0%, rgba(209,209,209,1) 100%);
    *background: linear-gradient(to bottom, rgba(237,234,237,1) 0%, rgba(209,209,209,1) 100%);
    *filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeaed', endColorstr='#d1d1d1', 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 */
    xwidth: 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;

    text-align: center;
}

#areaMenuSecundario {
    display: none;
    visibility: hidden;
}

#areaLogin {
    xheight: 10px;
    background-color: rgba(49,55,141,1); /* verde */
    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 */
    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;
}

#areaBanner {
    display: none; visibility: hidden;
    xheight: 200px;
    xbackground-color: #b89ac4; /* cinza */
    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%;
    
    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 {
    xheight: 550px;
    xbackground-color: #c6c5c5; /* cinza */
    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%;
    
    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 {
    width: 100%;
    background-color: rgba(49,55,141,1);
    *height: 323px;
    *max-width: 1280px;

    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;
}

@media (max-width: 500px) { .cabPositivo { display: none; visibility: hidden; } }

@media screen {
    #UnidadeLetivo1_lbUnidade, #UnidadeLetivo1_lbAnoLetivo, #loginLinhaUS1_lbUsuário, #UnidadeLetivo1_lbUsuario, #LoginLinha1_LoginLinhaUS1_Mensagem, #LoginLinha1_LoginLinhaUS1_lbUsuario, #LoginLinha1_LoginLinhaUS1_lbSenha, #LoginLinha1_ucPesquisar_lbPesquisar {
        color: dark-blue;
        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: dark-blue;
        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 {
    height: 21px;
    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 {
    height: 25px;
    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: 21px;
    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);
}

.textBoxDadosNumero
{
	font-size: 10pt;
	font-family: arial;
	text-align: right;
}


.textBoxDadosReadOnly
{
	font-size: 10pt;
	font-family: arial;
}

.textBoxDadosReadOnlyNumero
{
	font-size: 10pt;
	font-family: arial;
	text-align: right;
}

.textBoxPesquisa
{
    font-size: 10pt;
    font-family: arial;
    color: #800000;
}

.dropDownListDados
{
	font-size: 10pt;
	font-family: arial;
}
	
.dropDownListPesquisa
{
	font-size: 10pt;
	font-family: arial;
}

/* Configura��es do cabecalho */
/* Tabela do cabe�alho */
.tblCabecalho
{
    width: 100%;
}

#dvCabecalho
{
    width: 100%;
    max-width: 1280px;
    
}

.tblCabecalhoCelula {
}

/*.tblCabecalho .tblColunaCabecalho td {
    width: 100%;
    max-width: 1280px;  
    background-color: aliceblue;
}*/

.linhaCabecalho
{
    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;
    
}

@media screen {
    .tblColunaCabecalho {
        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; /* 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 {}
.colunaCabecalhoTituloCelula
{
    *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: 30px;
    width: 100%;
max-width: 1280px;
color: white;
text-align: right;
font-size: 12px;
padding-right: 10px;
}

.colunaCabecalhoTituloCelula:before {
*content: "Fale conosco: 27 3339 5799 / colegiocsc@uol.com.br";
}

.colunaCabecalhoTituloCelulaDir {}

.colunaCabecalhoCelulaEsq{ display: none; visibility: hidden; }
.colunaCabecalhoCelula
{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color:white;
    
    width: 100%;
    max-width: 1280px;
}
.colunaCabecalhoCelulaDir{ display: none; visibility: hidden; }

.tblColunaCabecalhoRodape { display: none; visibility: hidden; }
.colunaCabecalhoRodapeCelulaEsq{ display: none; visibility: hidden; }
.colunaCabecalhoRodapeCelula{ display: none; visibility: hidden; }
.colunaCabecalhoRodapeCelulaDir{ display: none; visibility: hidden; }

/* Parte direita da tabela */
.colunaCabecalhoDireita{  }

.colunaCabecalhoEsquerda{ text-align: right; width: 100%; }

.tblRodape
{
    width: 100%;
}

.tblRodapeTitulo { display: none; visibility: hidden; }

.tblRodapeCelula
{
    display: inline-table;
    max-width: 1280px;
    background-color: rgba(49,55,141,1);
}

.tblRodapeRodape { display: none; visibility: hidden; }

.linhaRodape 
{
    text-align: center;
    width: 100%;
}

.linhaLogo
{
    background-position: bottom center;
    height: 80px;
}

.rodapeTituloCelulaEsq
{
    display: none;
    visibility: hidden;
}

.rodapeTituloCelula
{
    *height: 10px;
}

.rodapeTituloCelulaDir
{
    display: none;
    visibility: hidden;
}

.rodapeCelulaEsq
{
    *display: none;
    *visibility: hidden;
}

.rodapeCelula
{
    background-position: no-repeat;
    width: 100%;
    max-width: 1280px;
    *height: 220px;
    text-align: center;
    vertical-align: top;
    *background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.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 { 
    width: 100%; 
    xmax-width: 1280px; 
    xheight: 320px; 
    xoverflow: hidden; 
    xdisplay: block; 
    xpadding-top: 10px; 

    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;
}

.tblBannerTitulo
{
    height: 15px;
}

.bannerCelulaDiv img {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

@media screen {
    .tblBanner {
        width: 1280px;

        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 */
    }
}

@media (max-width: 1280px) {
    .tblBanner {
        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                                  ==
===============================================================================================
*/

#dvMenu {}

.tblMenu { width: 100%; }

.tblMenuCelula {
    width: 100%;
}

.tblBarraMenuCtrl {
    width: 100%;
    height: 32px;
    text-align: center;
}

.barraMenuCtrl {
    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-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;

}


.tblMenuCtrlTitulo {
 
    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;

}

@media screen {
    .tblMenuCtrl {
        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;
    }
}

@media (max-width: 1280px) {
    .tblMenuCtrl {
        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{ *height: 25px; }
.menuCtrlTituloCelulaDir{}
.menuCtrlCelulaEsq
{
	background-image: url(https://santacatarina.souzanet.com.br/img/logotopo.png);
	background-size: 242px;
	background-repeat: no-repeat;
	background-position: center center;
        background-color: white;
	min-width: 270px;
	height: 130px;
	padding-left: 5px;
}

.menuCtrlCelula
{
	/*border: #28166F double 2px;
	background-color: #609FC2;*/
        background-color: white;
	padding-left: 5px;
	text-align: left;
	height: 32px;
	width: 100%;
        padding-top: 50px;
}

.menuCtrlCelulaDir
{
	padding-right: 15px;
        background-color: white;
}
.menuCtrlRodapeCelulaEsq {}
.menuCtrlRodapeCelula {}
.menuCtrlRodapeCelulaDir {}
.menuCtrlItem
{
    display: block;
    line-height: 32px;
    cursor: hand;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 12pt;
    *font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(75,75,75,1);
}

.sf-menu a /* complementa menuCtrlItem */
{
    padding-right: 20px;            
}

#mnMenuSair
{
    float: right; 
    display:inline-table inline;
}

#mnSair 
{
    padding-right: 0px;            
}
       
.menuCtrlItemHover, .menuCtrlItem:Hover
{
	color: #333333;
	cursor: hand;
}

.menuCtrlItemCelula 
{
	cursor: hand;
}

.menuCtrlSubItem
{
    display: block;
    line-height: 27px;
    color: #FFFFFF;
    background-color: #3C729D;
    text-decoration: none;
    height: 27px;
    padding-left: 3px;
    padding-right: 5px;
}

.sf-menu ul a /* complementa menuCtrlSubItem */
{
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 5px;       
}
        
.menuCtrlSubItemHover, .menuCtrlSubItem:Hover
{
	cursor: hand;
	color: #333333;
}

.menuCtrlSubItemCelula
{
	cursor: hand;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	z-index: 9999999;
}

.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;
    x-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
{
    x-padding-left: 10px;
    x-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
{
    top: 0;
    left: 100%;
}
.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%;
}

.tblBarraCentral { table-layout: fixed; }

#dvMasterGestorConteudo {
    min-width: 100%;
    *min-height: 100%;
    overflow-x: auto;
    overflow-y: visible;
}

.barraCentral
{
	width: 100%;
    text-align: center;
    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;
}


.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%;
}

.barraCentralTituloCelulaDir
{
	padding-right: 5px;
}

@media screen {
    .tblBarraCentral {
        width: 1280px;
        min-height: 600px;
        background-color: #ffffff;

        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;
        background-color: #ffffff;

        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 {
    display: none;
    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: 800px) {
    .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%; }
.barraEsquerdaCelula div {
    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: 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;
}
.barraEsquerdaCelula .principalForum {}
.barraEsquerdaCelula .principalEnquete {}
.barraEsquerdaCelula .principalCanal {}
.barraEsquerdaCelula .principalFotoSemana {}
.barraEsquerdaCelula .principalAlbum {}
.barraEsquerdaCelula .principalNotas {}
.barraEsquerdaCelula .principalRedeSocial {}
.barraEsquerdaCelula .principalVideo {}
.barraEsquerdaCelula .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;
}

.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: 800px) {
    .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%; }
.barraCentroCelula div {
    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 { 
    width: 100%;
    max-width: 350px;
    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;
}

.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: 800px) {
    .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%; }
.barraDireitaCelula div {
    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%; }
.barraDireitaCelula .principalRedeSocial {}
.barraDireitaCelula .principalVideo {}
.barraDireitaCelula .principalLogin { visibility: hidden; display: none; }

.barraDireitaCelulaDir { padding-right: 10px; }

.barraDireitaRodapeCelulaEsq { padding-right: 10px; }
.barraDireitaRodapeCelula { width: 100%; }
.barraDireitaRodapeCelulaDir { padding-right: 10px; }




/* Configurando not�cias */
/* Noticias */
.noticiaColDireita
{
	vertical-align: top;
	width: 50%;
}

.noticiaColEsquerda
{
	vertical-align: top;
	width: 50%;
}


.noticiaTitulo
{
	font-weight: bold;
	font-size: 10pt;
	color: #000099;
	font-variant: small-caps;
}

.noticiaTituloCelulaEsq
{
}

.noticiaTituloCelula
{
	height: 0px;
}

.noticiaTituloCelulaDir
{
}

.noticiaLink
{
	cursor: hand;
	color: #E77817;
	text-decoration: none;
}

.noticiaDiv
{
    height: 70px;
    overflow: hidden;
max-width: 250px;
}

.noticiaCelulaEsq {}

.noticiaCelula
{
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 10px;
    *background-color: #F3F4D7;
    vertical-align: top;

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 {}


.noticiaLink:hover
{
	cursor: hand;
	color: blue;
}

.noticiaRodapeCelulaEsq
{
}

.noticiaRodapeCelula
{
	height: 20px;
}

.noticiaRodapeCelulaDir
{
}

.noticiaFoto
{
	*padding-left: 5px;
	*max-height: 80px;
width: 100%;
}

.noticiaFotoTituloCelulaEsq
{
	padding-left: 5px;
}

.noticiaFotoTituloCelula
{
	height: 5px;
	width: 80px;
}

.noticiaFotoTituloCelulaDir
{
	padding-left: 5px;
}

.noticiaFotoCelulaEsq
{
	padding-left: 5px;
}

.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
{
	padding-left: 5px;
}

.noticiaFotoRodapeCelulaEsq
{
	padding-left: 5px;
}

.noticiaFotoRodapeCelula
{
	height: 5px;
	width: 80px;
}

.noticiaFotoRodapeCelulaDir
{
	padding-left: 5px;
}

.noticiaResumo
{
	font-size: 10pt;
}


/* Lista */

.nlistaTitulo
{
    color: darkred;
    text-decoration: none;
    font-family: arial;
    font-size: 9pt;
    text-transform: uppercase;
}

.nlistaTitulo:hover
{
	color: darkblue;
}

.nlistaTituloJanela
{
    font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	text-align: left;
	text-transform: uppercase;
	padding-right: 5px;
	color: #FFFFFF;
}

.nlistaResumo
{
    font-family: arial;
    font-size: 10pt;
    color: #000000;
    *text-align: justify;
display: none;
visibility: hidden;
}

.nlistaTituloCelulaEsq
{
	padding-left: 5px;

background: rgba(138,152,186,1);
background: -moz-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,152,186,1)), color-stop(100%, rgba(96,108,136,1)));
background: -webkit-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -o-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -ms-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: linear-gradient(to bottom, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a98ba', endColorstr='#606c88', GradientType=0 );
}

.nlistaTituloCelula
{
	padding-bottom: 3px;
	padding-top: 3px;
	height: 32px;
	width: 100%;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;

background: rgba(138,152,186,1);
background: -moz-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,152,186,1)), color-stop(100%, rgba(96,108,136,1)));
background: -webkit-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -o-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -ms-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: linear-gradient(to bottom, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a98ba', endColorstr='#606c88', GradientType=0 );
}

.nlistaTituloCelulaDir
{
	padding-right: 5px;

background: rgba(138,152,186,1);
background: -moz-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,152,186,1)), color-stop(100%, rgba(96,108,136,1)));
background: -webkit-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -o-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -ms-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: linear-gradient(to bottom, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a98ba', endColorstr='#606c88', GradientType=0 );
}

.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;
}

.nlistaItemCelula div { max-width: 370px; }


/* Destaques */
.destaqueColDireita
{
	border-right: #0066CC 1px;
	padding-right: 3px;
	border-top: #0066CC 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: 9pt;
}



/* 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: 10pt;
	font-family: arial;
	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-family: Verdana;
	font-variant: small-caps;
	font-size: 10pt;
}

.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                                 ==
===============================================================================================

*/
.tblLoginLinha { width: 100% }
.tblLoginLinhaCelula { width: 100%; }

.linhaLogin { width: 100%; }

.linhaLoginCelula
{
	color: #FFFFFF;
    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-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;

}

.tblLoginLinha { width: 100%; }

.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;

}

@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;

}

.labelDadosLogin
{
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	color: #FFFFFF;
}

.loginCelulaDiv
{
	color: #336666;
}


.loginTituloCelulaEsq
{
	padding-left: 10px;
}

.loginTituloCelula
{
	width: 100%;
}

.loginTituloCelulaDir
{
	padding-right: 10px;
}

.loginCelulaEsq
{
	xpadding-left: 10px;
}

.loginCelula
{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 10pt;
    color: #336666;
    height: 31px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce3c4+0,aebf76+100 */
*background: #dce3c4; /* Old browsers */
*background: -moz-linear-gradient(top,  #dce3c4 0%, #aebf76 100%); /* FF3.6-15 */
*background: -webkit-linear-gradient(top,  #dce3c4 0%,#aebf76 100%); /* Chrome10-25,Safari5.1-6 */
*background: linear-gradient(to bottom,  #dce3c4 0%,#aebf76 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce3c4', endColorstr='#aebf76',GradientType=0 ); /* IE6-9 */

}

.loginCelulaDir
{
	xpadding-right: 10px;
}

.loginRodapeCelulaEsq
{
	padding-left: 10px;
}

.loginRodapeCelula
{
	width: 100%;
}

.loginRodapeCelulaDir
{
	padding-right: 10px;
}




/* 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
{
    height: 57px;
    font-weight: bold;
    font-size: 14pt;
    width: 100%;
    color: #808080;
    text-align: center;
    padding-top: 4px;
    text-transform: uppercase;
    font-family: arial, Helvetica, sans-serif;
    border-bottom: 2px solid #808080;
    padding-bottom: 5px;
    vertical-align: bottom;
}

.materiaTituloCelulaDir
{
	padding-right: 5px;
}

.materiaTitulo
{
    font-variant: small-caps;
	font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
    font-family: arial, Helvetica, sans-serif;
}

.materiaCelulaEsq
{
	padding-left: 5px;
}

.materiaCelula
{
	margin-bottom: 20px;
	color: #660000;
	text-align: left;
	width: 100%;
}

.materiaTextoDiv img, materiaTextoDiv IMG {
    max-width: 100%;
}

.materiaCelulaDir
{
	padding-left: 5px;
}

.materiaDiv
{
	width: 100%;
        text-align: justify;
}

.materiaFoto
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 150px;
	padding-top: 10px;
}

.materiaTexto
{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10pt;
	color: #000080;
}

.materiaTextoCelula
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 100%;
}

.materiaRodapeCelulaEsq
{
	display: none;
	padding-left: 5px;
}

.materiaRodapeCelula
{
	display: none;
	width: 100%;
	height: 20px;
}

.materiaRodapeCelulaDir
{
	display: none;
	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: 10pt;
	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;
	font-size: 10pt;
	color: black;
	font-family: arial;
	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 */

.menuLinkCelula div { max-width: 280px; }
.menuLink
{
	text-justify: auto;
	list-style-position: outside;
	font-size: 10pt;
	cursor: hand;
	color: #0066CC;
	font-family: arial;
	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: 10pt;
	font-family: arial;
	text-align: left;
	text-transform: uppercase;
}

.utilTituloCelulaEsq {}

.utilTituloCelula
{
background: rgba(138,152,186,1);
background: -moz-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,152,186,1)), color-stop(100%, rgba(96,108,136,1)));
background: -webkit-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -o-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -ms-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: linear-gradient(to bottom, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a98ba', endColorstr='#606c88', GradientType=0 );

	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;
	font-size: 9pt;
	cursor: hand;
	color: darkred;
	font-family: arial;
	list-style-type: circle;
	text-decoration: none;
	text-transform: uppercase;
}

.utilLinkCelula div { max-width: 280px; }

.utilLink:hover
{
	cursor: hand;
	color: darkblue;
}
.menuLinkCelula div { max-width: 280px; }
.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: 10pt;
	font-family: arial;
	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;
	font-size: 9pt;
	cursor: hand;
	color: darkred;
	font-family: arial;
	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: 10pt;
	font-family: arial;
	text-align: left;
	text-transform: uppercase;
}

.colunaLoginTituloCelulaEsq {}

.colunaLoginTituloCelula
{
background: rgba(138,152,186,1);
background: -moz-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(138,152,186,1)), color-stop(100%, rgba(96,108,136,1)));
background: -webkit-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -o-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: -ms-linear-gradient(top, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
background: linear-gradient(to bottom, rgba(138,152,186,1) 0%, rgba(96,108,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a98ba', endColorstr='#606c88', GradientType=0 );

    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: #F3F4D7;
    padding-top: 4px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;

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 );
}

.colunaLoginCelulaDir {}

.colunaLoginRodapeCelula
{
       height: 20px;
}



.textBoxDados
{
	font-size: 10pt;
	color: #0066CC;
	font-family: arial;
}

.textBoxCem
{
	font-size: 10pt;
	width: 100%;
	color: #0066CC;
	font-family: arial;
	height: 100%;
}

.textFaleConosco
{
	font-size: 10pt;
	width: 100%;
	color: #0066CC;
	font-family: arial;
	height: 190px;
}

.labelDados
{
	font-weight: bold;
	font-size: 10pt;
	color: Black;
	font-family: arial;
}

.labelPesquisa
{
    font-weight: bold;
    font-size: 10pt;
    color: #800000;
    font-family: arial;
}

.labelDadosLogin
{
	font-weight: bold;
	font-size: 10pt;
	color: #000066;
	font-family: arial;
}

.botaoWingdings
{
	text-decoration: none;
	font-size: 18pt;
	color: #0066CC;
}

.botaoWingdings:hover
{
	font-size: 18pt;
	color: Aqua;
}

.dataHora
{
	display: none;
	visibility: hidden;
}
.dataGridTextBox
{
	font-size: 10pt;
	width: 100%;
	color: #0066CC;
	background-color: transparent;
}

.dataGridLabel
{
}

.dataGrid
{
	font-size: 10pt;
	width: 100%;
	color: #0066CC;
	border-top-style: none;
	font-family: arial;
	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;
	font-size: 10pt;
    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 );
	color: #FFFFFF;
	font-family: arial;
	height: 20px;
	font-variant: small-caps;
}

.dataGridHeader a
{
    font-size: 10pt;
    color: yellow;
    font-family: arial;
    text-decoration: none;
}

.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="15"] 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="15"] 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: 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: 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: 9pt;
	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: 9pt;
	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: #0066CC;
    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"], img[src="../img/btnEditar.png"], img[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"] {
    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: 10pt;
	color: #0066CC;
	font-family: arial;
}

.guia:hover
{
	color: dimgray;
}

.guiaFundo
{
	border-right: #0066CC 1px solid;
	padding-right: 2px;
	border-top: #0066CC 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #0066CC 1px solid;
	padding-top: 2px;
	border-bottom: #0066CC 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaFundoPressionado
{
	border-right: #0066CC 1px solid;
	padding-right: 2px;
	border-top: #0066CC 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #0066CC 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: #0066CC 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaEsqFundo
{
	border-right: #0066CC 1px solid;
	padding-right: 2px;
	border-top: #0066CC 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #0066CC 1px solid;
	padding-top: 2px;
	border-bottom: #0066CC 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaEsqFundoPressionado
{
	padding-right: 2px;
	border-top: #0066CC 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #0066CC 1px solid;
	padding-top: 2px;
	border-bottom: #0066CC 1px solid;
	text-align: center;
}

.guiaEsqVazioFundo
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	border-bottom: #0066CC 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaDirFundo
{
	border-right: #0066CC 1px solid;
	padding-right: 2px;
	border-top: #0066CC 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	border-left: #0066CC 1px solid;
	padding-top: 2px;
	border-bottom: #0066CC 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.guiaDirFundoPressionado
{
	border-right: #0066CC 1px solid;
	padding-right: 2px;
	border-top: #0066CC 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	border-bottom: #0066CC 1px solid;
	text-align: center;
}

.guiaDirVazioFundo
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	border-bottom: #0066CC 1px solid;
	background-color: whitesmoke;
	text-align: center;
}

.botaoFundo:hover
{
	background-color: #fbf5eb;
}

.botaoEspaco
{
	width: 100%;
}

.janelaUtilTitulo
{
	font-weight: bold;
	font-size: 9pt;
	color: #E77817;
	font-family: Verdana;
	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: Verdana, 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: Verdana, 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: Verdana, 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: Verdana, 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: Verdana, 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: Verdana, 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: 3px; padding-right: 3px; padding-bottom: 15px; }
#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: 80px) {
    .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;
}


#cardLogin { max-width: 300px !important; min-width: 300px !important; width: 300px; display: inline-block; }
