html, body, p, h1, h2, h3, h4, h5, h6, p, blockquote, form, ul, li, dl, dt, dd, table, fieldset, legend {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

.errorDebug{
    /** background:url(../images/404.png) no-repeat; **/
    padding-left:50px;
    padding-top:14px;
    position:relative;
    top:5px;
}

.errorDeny{
    /** background:url(../images/deny.png) no-repeat; **/
    padding-left:50px;
    padding-top:25px;
    position:relative;
    top:10px;
}

a img { border:0; }

a,a:link,a:visited,a:hover { color:#70767d; text-decoration:none; }
a:focus,a:hover { text-decoration:underline; }

.clear { display:block; clear:both; }

body {
    background: #fbfbfb url(../images/bg.jpg) 0 0 repeat;
    color:#70767d; font:68% Tahoma, Verdana, Arial;
}

p { display:block; clear:both;margin:10px 0; }
p.p01 { margin:24px 0; }

/* ESTRUTURA */
#wrapper-container { position:relative; top:0; width:1200px; margin:auto; height:100%; border-bottom:4px solid #c7c7c9; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#container { position:relative; width:1160px; background:url(../images/bg-content.gif) repeat-y top; padding:8px 20px; z-index: 0;}
#wrapper-footer { bottom:0; display:block; clear:both; background:url(../images/bg-footer.gif) repeat-x top #dcdee0; height:66px; }
#content { position:relative; width:945px; float:right;}
#col { position:relative; width:408px; float:left; }
#col h5 { border:1px solid #dfe0e2; }


/*BREADCRUMBS*/
#breadcrumbs{font-size:11px; text-align:left; padding:6px 6px 6px 3px; font-weight:normal;  background:url(../images/bg-content.gif) repeat-y top; background-color:white;}
#breadcrumbs-container{padding-left:15px; margin-bottom: 20px;}
#last-breadcrumb{font-size:16px; font-weight:bold; color:#38649E; }
#loginHello{float:right; vertical-align: text-bottom; padding-right:15px; font-size:14px; font-weight:bold; color:#38649E}


/* Header */
#header {
    position:relative;
    width:1160px;
    height:58px;
    background:url(../images/bg-header2.gif) no-repeat;
    padding:20px 20px 0 20px;
    z-index: 1;
}

#header .hdrl {
    width: 20px;
    height: 50px;
    top:20px;
    left:15px;
    position:absolute;
    z-index:801;
    background: url(../images/hdrl.gif) top left no-repeat;
}

.hdlogo {
    background: url(../images/head-logo.png) top left no-repeat;
    width:100px;
    text-align:right;
}

.hdlogin {
    margin-left:0px;
    padding-left:30px;
    background: url(../images/head-logo.png) top left no-repeat;
    width:300px;
    text-align:center;
    font-family: "Arial", Verdana, sans-serif;
    font-size: 19px;
    font-weight: bold;
    float: left;
}

.corneredLogin{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*overflow: hidden;*/
    background: gainsboro;
    width: 495px;
    float:none;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
}


#header .hdrr {
    width: 20px;
    height: 50px;
    top:20px;
    left:1160px;
    position:absolute;
    z-index:800;
    background: url(../images/hdrr.gif) top right no-repeat;
}
/* Navigation Menu */
#nav, #header #nav * { z-index: 20; }

#nav {
    background: url(../images/hdr.gif) repeat-x;
    margin: 0;
    border: 0 none;
    padding-left: 0;
    width: 100%; /*For KHTML*/
    list-style: none;
    height: 50px;
    padding: 0;
    float: left;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}

#nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    height: 50px;
    padding: 0 10px;
    background: url(../images/nsp.gif) center right no-repeat;
    line-height: 50px;

}

#nav li.nobg { background: none; }

#nav ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 220px;
    list-style: none;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
}

#nav ul:after /*From IE 7 lack of compliance*/{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

#nav ul li {
    width: 220px;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
    position: relative;
    top: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: none;
}

/* Root Menu */
#nav a {
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    height: auto !important;
    height: 1%; /*For IE*/
    height: 30px;
    padding: 0 10px;
    color:gainsboro;
}

#nav li.active a { color: #ddd; }
#nav li.active a:hover { color: #fff; }

/* Root Menu Hover Persistence */
#nav a:hover,
#nav li:hover a,
#nav li.iehover a {
    color: #fff;
}

/* 2nd Menu */
#nav li:hover li a,
#nav li.iehover li a {
    text-transform: none;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    color: #999;
    background: url(../images/mbg.png) 0 0 repeat;
}

/* 2nd Menu Hover Persistence */
#nav li:hover li a:hover,
#nav li:hover li:hover a,
#nav li.iehover li a:hover,
#nav li.iehover li.iehover a {
    color: #fff;
    background: #000;
}

/* 3rd Menu */
#nav li:hover li:hover li a,
#nav li.iehover li.iehover li a {
    float: none;
    color: #999;
    background: url(../images/mbg.png) 0 0 repeat;
}

/* 3rd Menu Hover Persistence */
#nav li:hover li:hover li a:hover,
#nav li:hover li:hover li:hover a,
#nav li.iehover li.iehover li a:hover,
#nav li.iehover li.iehover li.iehover a {
    color: #fff;
    background: #000;
}

/* 4th Menu */
#nav li:hover li:hover li:hover li a,
#nav li.iehover li.iehover li.iehover li a {
    color: #999;
    background: url(../images/mbg.png) 0 0 repeat;
}

/* 4th Menu Hover */
#nav li:hover li:hover li:hover li a:hover,
#nav li.iehover li.iehover li.iehover li a:hover {
    color: #fff;
    background: #000;
}

#nav ul ul,
#nav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul {
    display: none;
}

#nav li:hover ul,
#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav li.iehover ul,
#nav ul li.iehover ul,
#nav ul ul li.iehover ul {
    display: block;
}
/*fim NAVEGACAO*/

/* Css para o loader modal*/
.pagemodalloader {position: fixed;left:0;top:0;z-index:9000;background-color:#000; display:none; height:100%; width:100%;}
.pagemodallimg {position: fixed;left:0;top:0;z-index:9001; background: url(../images/47.gif) no-repeat center white; display:none; height:60px; width:200px;}

/* HEADER */
#header li { display:inline; }

/* CLEARFIX */
.last { margin-right:0; }
.clear { display:block; clear:both; }
hr { display:block; clear:both; margin:-8px 0; border:none; }

.clearfix:after { content:"."; display:block; height:0; clear:both;  visibility:hidden; }
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clean {
    display: block;
}

/*css do botão jquery*/
.fg-button { outline: 0; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; float: right; padding:4px 12px; }
.fg-button2 { outline: 0; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; padding:4px 12px; }
.fg-button-mini {  outline: 0; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; font-size: 10px; padding:2px 10px; float: left;}
.fg-button-mini2 {  outline: 0; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; font-size: 10px; padding:2px 10px; float: right;}

/*containers do colorpicker*/
.colorpicker-container {position: absolute; display: none; background-color: #c9c9c9; border: 1px solid #38649E; margin-bottom: 50px; right: 170px;}

/* CSS do grid */
#DGHeaderContainer {border:1px solid #d3d3d3; background-color: whitesmoke; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#DGHeaderContainer td {padding: 2px 4px;  color:#555555; font-weight:bold; text-align:center; border-right: 1px solid #d3d3d3; height: 25px;}
#DGHeaderContainer td:hover {color:#38649E;}

#DGBodyContainer{height: 200px; border-left:1px solid #d3d3d3; border-right:1px solid #d3d3d3; overflow: auto;}
#DGBodyContainer td {padding: 2px 4px; border-bottom: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3;  color:#000; height: 30px;}
#DGBodyContainer tr:hover { background-color:#dbe3ed; }

#DGFooterContainer {border:1px solid #d3d3d3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#DGFooterContainer td { background-color: whitesmoke; color:#555555; font-weight:normal; text-align:center;  height: 35px; padding: 0 8px; }
#DGFooterContainer input, #DGFooterContainer select{float:none;}
#DGFooterContainer #DGFooterLeftCol {text-align: left;}
#DGFooterContainer #DGFooterRightCol {text-align: right;}
#DGFooterContainer .ui-icon { background-image: url(../images/ui-icons_888888_256x240.png);}
#DGFooterContainer .ui-state-hover , #DGFooterContainer .ui-state-focus {border: 1px solid #d8dcdf;}
#DGFooterContainer .ui-button-icon-only {height: 2em;}

.DGHeaderSortDesc{ background:url(../images/gridCol2.gif) no-repeat center right;}
.DGHeaderSortAsc{ background:url(../images/gridCol.gif) no-repeat center right;}

/*tipos da lista de organização*/
.orga_type_C{
    width: 30px;
    height: 25px;
    background: url(../images/organization/ico-pj.png) bottom left no-repeat;
    cursor:pointer;
}
.orga_type_P{
    width: 30px;
    height: 25px;
    background: url(../images/organization/ico-pf.png) bottom left no-repeat;
    cursor:pointer;
}
.orga_billing_type_BO{
    width: 30px;
    height: 25px;
    background: url(../images/organization/ico-boleto.png) bottom left no-repeat;
    cursor:pointer;
}
.orga_billing_type_DI{
    width: 30px;
    height: 25px;
    background: url(../images/organization/ico-dinheiro.png) bottom left no-repeat;
    cursor:pointer;
}
.orga_billing_type_DC{
    width: 30px;
    height: 25px;
    background: url(../images/organization/ico-debito.png) bottom left no-repeat;
    cursor:pointer;
}
.orga_billing_type_CC{
    width: 30px;
    height: 25px;
    background: url(../images/organization/ico-cartao.png) bottom left no-repeat;
    cursor:pointer;
}
.internal_user_ADM{
    width: 32px;
    height: 32px;
    background: url(../images/ico-admin.png) bottom left no-repeat;
    cursor:pointer;
    float:left;
}
.internal_user_FIN{
    width: 32px;
    height: 32px;
    background: url(../images/ico-financeiro.png) bottom left no-repeat;
    cursor:pointer;
    float:left;
}
.internal_user_SUP{
    width: 32px;
    height: 32px;
    background: url(../images/ico-suporte.gif) bottom left no-repeat;
    cursor:pointer;
    float:left;
}
.internal_user_COM{
    width: 32px;
    height: 32px;
    background: url(../images/ico-gerente.jpg) bottom left no-repeat;
    cursor:pointer;
    float:left;
}
.internal_user_MAN{
    width: 32px;
    height: 32px;
    background: url(../images/ico-gerente.png) bottom left no-repeat;
    cursor:pointer;
    float:left;
}
.internal_user_SADM{
    width: 16px;
    height: 16px;
    background: url(../images/ico_adm.gif) bottom left no-repeat;
    cursor:pointer;
    float:left;
}

.blocked_FB{
    width: 32px;
    height: 32px;
    background: url(../images/ico-feedback.png) bottom left no-repeat;
    cursor:pointer;
    float:left;
}

.blocked_SU{
    width: 32px;
    height: 32px;
    background: url(../images/ico-suporte.gif) bottom left no-repeat;
    cursor:pointer;
    float:left;
}
.blocked_SY{
    width: 32px;
    height: 32px;
    background: url(../images/ico-sistema.png) bottom left no-repeat;
    cursor:pointer;
    float:left;
}
.blocked_US{
    width: 32px;
    height: 32px;
    background: url(../images/ico-usuario.png) bottom left no-repeat;
    cursor:pointer;
    float:left;
}

.status_2{
    width: 30px;
    height: 25px;
    background: url(../images/ico-yellow.png) bottom left no-repeat;
    cursor:pointer;
}
.status_1{
    width: 30px;
    height: 25px;
    background: url(../images/ico-green.png) bottom left no-repeat;
    cursor:pointer;
}
.status_0{
    width: 30px;
    height: 25px;
    background: url(../images/ico-red.png) bottom left no-repeat;
    cursor:pointer;
}

.sender_3{
    width: 32px;
    height: 32px;
    background: url(../images/ico-quarantine.png) bottom left no-repeat;
    cursor:pointer;
}
.sender_2{
    width: 32px;
    height: 32px;
    background: url(../images/ico-locked.png) bottom left no-repeat;
    cursor:pointer;
}
.sender_1{
    width: 32px;
    height: 32px;
    background: url(../images/ico-ok.png) bottom left no-repeat;
    cursor:pointer;
}
.sender_0{
    width: 32px;
    height: 32px;
    background: url(../images/ico-pause.png) bottom left no-repeat;
    cursor:pointer;
}


/* Botao no estilo combo box para exportação */
#exp_xls, #exp_html, #exp_csv {width: 105px;}

/* input para pesquisa(busca) */
#div_busca input { color:#38649E; padding:5px 8px; }
#div_busca select {height:25px;}

/* Focus dos inputs na cor azul */
input:hover, textarea:hover, select:hover{ background-color: #b3c5da; border-color: #38649E; color: #000000;}
/*Configuração de cor para campos disabled*/
input[disabled],textarea[disabled], select[disabled] { background-color: gainsboro; }

.ui-button-icon-only, #div_secao .ui-button-icon-only {height: 2em;}

/* Blocks */
.block {
    padding-bottom: 5px;
    margin-bottom: 25px;
    clear: both;
    background: #fff url(../images/bnd.gif) bottom center repeat-x;
}

.nobg{
    padding-bottom: 0px;
    margin-bottom: 0px;
    clear: both;
    background: none;
}

.block .bendl {
    width: 5px;
    height: 5px;
    background: url(../images/bendl.gif) bottom left no-repeat;
    float: left;
}

.block .bendr {
    width: 5px;
    height: 5px;
    background: url(../images/bendr.gif) bottom left no-repeat;
    float: right;
}

/* Block head */

.block .block_head {
    height: 54px;
    line-height: 54px;
    background: url(../images/bhead.gif) 0 0 repeat-x;
    overflow: hidden;
}

.block .block_head .bheadl {
    width: 20px;
    height: 54px;
    float: left;
    background: url(../images/bheadl.gif) top left no-repeat;
}

.block .block_head .bheadr {
    width: 20px;
    height: 54px;
    float: right;
    background: url(../images/bheadr.gif) top right no-repeat;
}

.block .block_head h2 {
    font-family: "Arial", Verdana, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #555;
    float: left;
}

.block .block_head ul {
    float: right;
    font-size: 11px;
    font-weight: bold;
    /*text-shadow: 1px 1px 0 #fff;*/
}

.block .block_head ul li {
    display: inline;
    /*padding: 0px 0;*/
    padding-left: 20px;
    background: url(../images/phs.gif) 7px center no-repeat;
    /*vertical-align: top;*/
}

.block .block_head ul li.nobg { background: none; }

.block .block_head ul li a,.block .block_head ul li button {
    clear:both;
    background:white;
    /*color:#2E6E9E;*/
    outline: none;
}

/*.block .block_head ul li.active a { color: #888; }*/
.block .block_head ul li a:hover { color: black; }

.block .block_head form {
    float: right;
    padding: 15px 0;
    height: 34px;
    line-height: 24px;
}

.block .block_head form .text {
    width: 129px;
    height: 15px;
    padding: 5px 10px 5px 25px;
    border: 0;
    font-size: 11px;
    color: #999;
    margin: 0;
    background: url(../images/srch.gif) left center no-repeat;
}

.block .block_head form .text:focus {
    color: #666;
    background: url(../images/srch_.gif) left center no-repeat;
}

.block .block_head select {
    text-transform: none;
}

/* Block content */
.block .block_content {
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px 10px 10px 10px;
}

.block .block_content .search{
    padding-left:15px;
}

.block .block_content h1,
.block .block_content h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #454545;
    margin-bottom: 10px;
}

.block .block_content h3 {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.block .block_content h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}


.block .block_content ul {
    padding-left: 15px;
    padding-bottom: 15px;
}

.block .block_content ol {
    padding-left: 15px;
    padding-bottom: 15px;
    list-style-position: inside;
}

.block .block_content ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(../images/li.gif) 0 7px no-repeat;
}

.block .block_content ol li {
    margin-bottom: 5px;
}

.block hr {
    height: 1px;
    border: 0;
    background: no-repeat;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

/* Messages */
.block .message {
    padding: 10px 15px 10px 40px;
    margin: 10px 0;
    font-weight: bold;
    font-size:11px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#external-container, #alert_erro, #alert_ok, #alert_aviso, #alert_sucesso{
    position:relative;
    top:-8px;
}


.block .message table {
    width: 100%;
}
.block .message table .colmsg {
    width: 93%;
}

.block .message.errormsg {
    border: 1px solid #e9c59b;
    background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
    color: #e3302c;
    display:none;
}

.block .message.success {
    border: 1px solid #bfde84;
    background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
    color: #508600;
}

.block .message.info {
    border: 1px solid #bbdbe0;
    background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
    color: #0888c3;
}

.block .message.warning {
    border: 1px solid #e5e181;
    background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
    color: #666;
}

.block .message .mini{
    font-size:11px;
}

.block .message .close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/close.png) 0 0 no-repeat;
    margin-top: 2px;
    cursor: pointer;
}

/*small blocks*/
/* Small blocks */

.block.small {
    width: 49%;
    background: #fff url(../images/bnd.gif) bottom center repeat-x;
    padding-bottom: 0;
}

.block.small.left { float: left;}
.block.small.right { float: right;}

.block.small .block_head { background: url(../images/bhead.gif) 0 0 repeat-x; }
.block.small .block_content { background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

.block.small .block_content input.text,
.block.small .block_content textarea { width: 96%; padding: 7px; }

.block.small.center {
    float: none;
    margin: 0 auto;
}


/* Block sidebar */
.block.withsidebar .bendl {
    width: 191px;
    background: url(../images/bendsb.gif) bottom left no-repeat;
}

.block.withsidebar .block_content {
    overflow: hidden;
    padding: 0;
    background: url(../images/sidebar.gif) 0 0 repeat-y;
}

.block.withsidebar .block_content .sidebar {
    width: 190px;
    float: left;
    font-size: 11px;
}

.block.withsidebar .block_content .sidebar p {
    padding: 0 13px 15px;
    line-height: 18px;
}

.block.withsidebar .block_content .sidebar ul.sidemenu {
    padding: 0;
    margin-bottom: 10px;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
    padding: 0;
    margin: 0;
    background: 0;
    border-bottom: 1px solid #ccc;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
    display: block;
    padding: 10px 13px;
    font-weight: bold;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
    background: #fdfdfd;
    border-right: 1px solid #ccc;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a.active,
.block.withsidebar .block_content .sidebar ul.sidemenu li a.active:hover {
    background: #fff;
    border: 0;
}

.block.withsidebar .block_content .sidebar_content {
    padding: 15px 20px 15px 210px;
}



/* Forms */

.adminusform input.adminusformselect{
    height:15px;
}

.adminusform fieldset {
    border:1px solid #d9d9d9;
    margin:0px 10px 20px 10px;
    /*padding: 20px 20px 20px 15px;*/
    padding:6px;
    position:relative;
    min-height:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.adminusform fieldset label{
    padding-left:15px;
}
.adminusform .fieldset.collapsed > *, .fieldset.collapsed > * {
    display:none;
}
.adminusform .fieldset.collapsed .legend, .adminusform .fieldset.collapsed .legend {
    display:block;
    margin-left:0;
}
.adminusform .fieldset.collapsed {
    background:none !important;
    border:none;
    padding:0;
}
.adminusform input[type=checkbox], .adminusform input[type=radio] {
    width:auto;
    border:0;
    background:none;
    margin:0 0px 0 0;
    position: relative;
    left:-15px;
}

.adminusform legend{
    background:scroll center top white;
    font-size:13px;
    font-family:Helvetica;
    font-weight:bold;
    padding:5px 8px;
    color:#454545;
}

.adminusform fieldset.nowire{
    border:0px;
    margin:0px;
    padding:8px;
}

.adminusform fieldset.sub {
    border:1px solid #d9d9d9;
    margin:12px 12px 15px 1px;
    padding:12px 10px 8px 8px;
    clear:both;
    position:relative;
    min-height:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.adminusform fieldset.filter {
    border:1px solid #d9d9d9;
    margin:auto;
    padding:10px;
    clear:both;
    position:relative;
    min-height:10px;
    color:#555555;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.adminusform fieldset.filter label{
    color:#555555;
}

.adminusform .gray{
    background-color: whitesmoke;
}

.adminusform legend.sub  {
    background:none;
    border:0px;
    font-size:12px;
    font-weight:normal;
    font-family:Helvetica;
    padding:1px 7px;
}

.adminusform label {
    display:block;
    text-align:left;
    cursor:pointer;
    margin-bottom:10px;
}
.adminusform .inline label {
    display:inline-block !important;
    margin-right:15px;
}
.adminusform .inline select {
    margin-right:15px;
}


/*tabelas de contato*/
.contactinfodisplay {background:white; font-size:11px; color:#363636;}
.contactinfotbl{width:850px; border:1px solid gray;}
.predisplay{
    padding-top:15px;
    font-size:11px;
    display:none;
    margin-bottom: 15px;
    color:#363636;
    list-style-type: none;
    /* border:1px solid gainsboro;*/
}

.predisplay button, .predisplay a {
    background:white;
    outline: none;
    padding-right:2px;
    margin-left:2px;
}

.act-container{
    float:right;
    margin: 6px;
}

.predisplay .clear{
    height:1px;
}
.item{
    border:1px solid gainsboro;
    color:#363636;
    padding:3px;
    margin-top:5px;
}
.card{
    border:1px solid #c9c9c9;
    color:#363636;
    background: #FAFAFA;
    width:390px;
    float:left;
    margin:6px;
    padding: 6px;
}
.card-header{
    height:22px;
    padding: 4px;
    cursor:pointer;
}
.card-placeholder{
    border:1px dotted #38649E;
    width:390px;
    float:left;
    margin:4px;
    padding: 6px;
    background-color: #b3c5da; border-color: #38649E;
}
.card-content{
    margin-top:12px;
}


.adminusform label.lbl1{width:180px !important; text-align:left;}
.adminusform label.lbl2{width:110px !important;}
.adminusform label.lbl3{width:130px !important; text-align:right;}
.adminusform label.lbl4{width:60px !important; text-align:right;}
.adminusform label.lbl5{width:60px !important;}
.adminusform label.lbl6{width:0px !important;}
.adminusform span.lbl6{color:#38649E;}
.adminusform .spacer{ height:2px;}

/* FORMULARIOS */
label { display:block; float:left; margin-right:6px; color:#38649E; }
input, textarea, select { color:#70767d; float:left; font: 1em Tahoma; background:#fff; border:1px solid #c7c7c9; padding:2px; }

option:hover { background:#eecccc; }

form .clear { height:8px; }
.clear2 { height:1px; }

/*tables ajax*/
.Jtable {
    text-align: left;
    margin-bottom: 15px;
    color: #555;
}

.Jtable tr td,
.Jtable tr th {
    border-bottom: 1px solid #c0c0c0;
    padding: 8px;
    line-height: normal;
    font-size: 11px;
}
.Jtable #headz{
    font-weight: bold;
}

.Jtable tr td #act {
    text-align: right;
    font-size: 11px;
}

.Jtable tr td #act a { color: #666; }
.Jtable tr td #act a:hover { color: #dd0000; }

.search td{
    padding-left:10px;
}

/* ESQUEMA DE CORES */
.esquemaCores {display:block; clear: both; width:600px; overflow: hidden;}
.esquemaCores ul {display:inline;}
.esquemaCores ul li{float:left; padding: 20px 85px 20px 0; font-weight:bold;}
.esquemaCores ul li .esquema_1{margin: 0 0 0 5px; float: right; height: 15px; width: 65px;}
.crop {margin:30px 0 0 0;}
.crop .preview { width:137px; height:32px; overflow:hidden; margin: 0 0 0 60px; float:left;}
.crop #cropbox { width:180px; overflow:hidden;}
.crop .cropbox {float:left; }
#modalCrop { width:620px;}

.titleLogotipo {clear: both; font-size: 14px; font-weight: bold; margin: 0 0 15px; padding: 0 0 3px;}
.enviaLogo h3{margin:10px 0 0 0;}
.crop{display:block; width:520px; height:170px; overflow:hidden;}
.cortarImagem{margin:0 0 10px 0;}
.coresPersonalizadas{margin:5px 0 20px 0; display:block;}

#optCorBtn{display:none;}
#optCorIco{display:none;}
#optCorFooter{display:none;}
#optCorLink{display:none;}
#optCorBg{display:none;}

.lblSelCor{font-weight: bold; position: relative;top: 10px;}

a.boxSelCor{width:22px; height:22px; float:left; overflow:hidden; margin:0 5px 0 0; border: 1px solid #000000; background:url('../images/sel_cor_seta.png') no-repeat bottom right;}
li.listSelCor input{float:left; width:60px; color:#666666; text-transform: uppercase;}
li.listSelCor{float:left; margin:0 60px 25px 0; width: 138px; height: 50px;}
ul.opcoesCores li{float:left;}
ul.opcoesCores li a{display:block; width:22px; height:22px; border: 1px solid #000000; margin: 1px 0 0 -1px; overflow:hidden;}
.enviaLogo p{padding:5px 0 5px 0;}

ul.listColor {}
ul.listColor li {float:left; width:11px; height:12px; margin: 0 0 0 -1px; padding:0px !important; overflow:hidden; border: 1px solid #000000;}

#form_sender_class input, #form_sender_class select{
    float: none !important;
}

.boxBuscaViva { width:245px; padding:5px; background:#F5F5F5; min-height:185px; border:1px #CCC solid; border-radius:5px; -moz-border-radius:5px; }
.boxBuscaViva .resultados { margin-top:5px; padding:0 5px; overflow:auto; overflow-x:hidden; }

.tabGeralDest { clear:both; margin-top:-1px; width:100%; padding:10px; border-collapse:collapse; }
.tabGeralDest th { font-size:13px; height:45px; font-weight:bold; padding:0 5px; }
.tabGeralDest td { font-size:11px; background-color:#EDEDED; height:28px; padding:0 5px; border-bottom:1px #FFF solid; }
.tabGeralDest tr.odd td { background-color:#F7F7F7; }
.tabGeralDest tr.last-child td { border-bottom:1px #CCC solid; }
.tabGeralDest td.first-child { border-left:1px #CCC solid; }
.tabGeralDest td.last-child { border-right:1px #CCC solid; }
.tabGeralDest .checkbox-replace { margin-left:5px; } /* checkboxes primeira coluna */
.tabGeralDest .lineCheck td { background:#DAF3CE!important; } /* !important por causa das linhas 'odd' */
.tabGeralDest .totalUnico { white-space:nowrap; }
.tabGeralDest tr.check { background-color: #999999; color:  #b49f88 }

.pagination{ text-align: center; }
.pagination *{ text-decoration: none !important; display: inline-block; height: 24px; padding: 0 10px; color: #2e6e9e !important; font: bold 1em/24px Verdana, Arial, sans-serif; border: 1px solid #c5dbec; border-radius: 3px; margin: 0 2px; }
.pagination a:hover{ border-color: #a2acb3; text-decoration: none; background: #9ab9d0 url(images/ui-bg_highlight-hard_75_9ab9d0_1x100.png) 50% 50% repeat-x; color: #2e2929 !important; }
.pagination.last .last, .pagination.last .next,
.pagination.first .first, .pagination.first .prev{ color: #70767d !important; text-decoration: none !important; }
.pagination.last .last:hover, .pagination.last .next:hover,
.pagination.first .first:hover, .pagination.first .prev:hover{ background: none; color: #70767d !important; text-decoration: none !important; border-color: #c5dbec; }