html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

h2 {
  margin: 0;
  color: #00528C
}

a:active, a:link, a:visited {
  text-decoration: underline;
  color: #333333;
}

.underline {
  text-decoration: none;
  color: #333333;
}

.underline:hover {
  text-decoration: none;
  color: #333333;
}

.bloco_gray {
  background-color: #e0e0e0;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888888;
}

.bloco_white {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888888;
}

body, table {
  font-family: sans-serif;
  font-size: 11px;
  color: #333;
  font-weight: normal;
  margin-top: 0px;
}

form {
  margin: 0
}

form table td {
  margin: 2px;
}

.table_buttons {
  margin-top: 5px;
  background-color: #CACACA;
}

.searchFaqSubmit {
  text-decoration: none !important;
  background-color: #00518d;
  color: #FFF !important;
  padding: 9px 30px 11px 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -9px;
  font-size: 14px;
}

.menu-destaques > li > a:hover {
  border-left: 3px solid #00518d;
  color: #00518d;
}

.menuCategory .menuItems > li {
  background-color: #eaeaea;
  list-style: none;
  border-left: solid 3px #00518d;
  margin-bottom: 5px;
  border-bottom: solid 1px #dadada;
  position: relative;
}

.faqItemTitle a {
  font-size: 14px;
  font-weight: bold;
  color: #00518d;
  text-decoration: none;
}

.menuCategory .menuItems > li > ul > li a:hover, 
.menuCategory .menuItems > li > ul > li a.active  {
  background-color: #555;
  color: #FFF;	    
  border-bottom: solid 2px #00518d;
}

.menuCategory .toggleTerm:hover {
  background-color: #00518d;
}

.buttons {
  border-top: 1px solid #dadada;
  height: 30px;
  padding: 0;
  margin: 0
}

.required {
  color: #f00;
}

.disabled {
  color: #ccc;
}

.obs {
  font-size: 10px;
  padding: 0;
  margin: 0
}

label {
  font-weight: bold
}

span.roinput {
  display: block;
  font-size: 12px;
  background: #fff;
  color: #666;
  padding: 3px 0;
  border: 1px solid #CCC;
  margin-right: 5px;
}

span.roinput b {
  margin-left: 3px;
  margin-bottom: 2px;
  margin-top: 2px;
}

/* LISTA DE DOWNLOADS */
.dl_conteiner:hover {
  background-color: #dadada
}

.dl_conteiner:hover > span {
  visibility: visible;
}

.dl_conteiner {
  float: left;
  margin: 5px;
  padding: 10px;
  width: 300px;
  border: 1px solid #dadada;
  background-color: #fff;
  height: 60px;
}

.dl_conteiner img {
  float: left;
}

.dl_conteiner div {
  float: right;
  margin: 0 5px;
}

.dl_conteiner .dl_texto {
  float: right;
  width: 220px;
  height: 50px;
  overflow: auto;
}

.dl_conteiner span {
  float: right;
  margin: 5px 0 0 0;
  visibility: hidden;
}

.dl_conteiner span img {
  margin: 0 4px;
}

.icon_conteiner:hover {
  background-color: #dadada
}

.icon_conteiner:hover > span {
  visibility: visible;
}

.icon_conteiner {
  float: left;
  margin: 2px;
  padding: 3px;
  width: 50px;
  border: 1px solid #dadada;
  background-color: #fff;
  height: 50px;
}

.icon_conteiner div {
  float: right;
  margin: 0 5px;
}

.icon_conteiner img {
  margin: 0 4px;
}

.indicador {
  background-color: #fff;
  width: 100px;
  height: 70px;
  display: none;
  padding: 10px 0;
  margin: 0 auto;
  position: absolute;
  vertical-align: center;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -35px;
  border: 2px solid #E77421;
  text-align: center;
  z-index: 1060;
}

.indicador img {
  margin-bottom: 5px;
}

.inputCurrency {
  text-align: right;
}

fieldset {
  padding: 10px;
  border: 1px solid #CCC;
}

legend {
  font-weight: bold;
}

input, select, textarea, button {
  font-size: 12px;
  color: #666;
  padding: 3px 0;
  border: 1px solid #CCC;
  /*	background:#FFF url(../templates/imagens/template2/input_bg.png) 0 0 repeat-x;*/
  outline: none;
  margin-right: 5px;
}

/*#chart table.jqplot-table-legend { background-color: #fff; margin: 0; margin-left: 20px; margin-top: 3px}*/
.rpt_block {
  width: 24%;
  height: 50px;
  float: left;
  cursor: pointer;
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: top
}

.rpt_block label {
  width: 90%;
  height: 100%;
  font-weight: normal;
  cursor: pointer;
  display: block;
}

.rpt_block input {
  float: left
}

.rpt_radio {
  width: 24%;
  height: 50px;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
}

.rpt_radio label {
  width: 90%;
  height: 100%;
  font-weight: normal;
  cursor: pointer;
  display: block;
}

.rpt_radio input {
  float: left
}

input[type=submit], input[type=button], button {
  font-size: 12px;
  color: #666;
  padding: 2px 0;
  border: 1px solid #CCC;
  background: #FFF url(../templates/imagens/template2/input_bg.png) 0 0 repeat-x;
  outline: none;
  margin-right: 5px;
}

.buttons {
  padding-top: 2px;
}

textarea {
  height: auto;
}

select {
  padding: 2px 3px;
}

/*.container {margin: auto;}*/
/*#tab-0 {padding:0}*/
input:focus, select:focus, textarea:focus {
  border: 1px solid #00518d;
}

.btn {
  border: 1px solid #999;
  border-top-color: #CCC;
  border-bottom-color: #666;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  width: 90px;
  height: 22px;
  float: bottom;
  background-color: #bababa;
  font: 1.1em sans-serif;
  color: #414141;
  align: right; /*margin: 0; margin-top: 3px*/
}

.btn:hover {
  background-color: #bfbfbf;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(255, 255, 255, 0.25);
}

.btn:click {
  font-weight: bold;
}

.btn:disabled {
  background-color: #cccccc;
  color: #d0d0d0;
}

.btn:disabled:hover {
  box-shadow: 0 0 0;
}

.frameBody {
  margin: 0px
}

.gridCell {
  padding: 2px;
  margin: 0;
}

div.hList .clean:hover {
  background-color: #fff;
  color: #000;
  cursor: default
}

/*
.button { width: 80px; }
button.button { FONT-SIZE: 11px; HEIGHT: 20px; WIDTH: 80px; }
legend { font-weight: bold; }
.btnDef { width: 80px; }
fieldset { padding: 5px; }
*/

/* mensagens */
.msg {
  margin: 3px auto;
  padding: 7px 10px;
  padding-left: 36px;
}

.msg.warning {
  background: #FFFBCC url(../imagens/msg_warning.png) 10px no-repeat;
  border: 1px solid #E6DB55;
}

.msg.success {
  background: #CCEBD6 url(../imagens/msg_success.png) 10px no-repeat;
  border: 1px solid #7FCC99;
}

.msg.error {
  background: #F2DEDE url(../imagens/msg_warning.png) 10px no-repeat;
  border: 1px solid #FF0000;
}

.news {
  color: #c0c0c0;
}

.title {
  font-weight: bold;
  font-size: 14px;
  color: #003D80;
}

.fundo_bg {
  background: #414141;
  color: white;
}

td.principal {
  color: #333333;
  height: 100%; 
  background: linear-gradient(#3465a4, #bfcaf0 1%, #D0CECE 10%) !important; 
}

.toolbar {
  font-weight: normal;
  float: right;
  margin-right: 1px;
}

hr {
  background: #999;
  height: 1px;
  border: 0px;
  clear: both;
}

a:active.menu, a:link.menu, a:visited.menu {
  display: block;
  float: right;
  width: 100px;
  text-align: center;
  color: #414141;
  border-left: 1px solid #414141;
  text-decoration: none;
}

a:active.linkbar {
  color: white;
}

a:link.linkbar {
  color: white;
}

a:visited.linkbar {
  color: white;
}

.MainMenu {
  width: 100%;
  height: 250px;
  padding: 1px;
  display: none;
  color: #FFF;
}

.MainMenu TABLE {
  color: #ffffff;
}

.MainMenu A:active {
  color: #ffffff;
}

.MainMenu A:link {
  color: #ffffff;
}

.MainMenu A:visited {
  color: #ffffff;
}

table.menubar {
  background: RGB(245, 120, 34) url(../imagens/img_home_SM.jpg) no-repeat right top;
  color: #333333;
  font-size: 14px;
  padding: 5px;
}

td.menubar {
  background: RGB(245, 120, 34) url('../imagens/img_home_SM.jpg') no-repeat right top;
  color: #333333;
  font-size: 14px;
  padding: 5px;
}

td.top_header {
  height: 60px;
  background-color: #D0CECE;
}

.logo_image{
  max-width: 150px;
  max-height: 60px;
  margin: auto;
  float:left;
}

td.top_navbar {
  height: 35px;
  background-color: #d37434;
}

td.tablet_header {
  height: 32px;
  line-height: 26px;
  font-size: 14px;
  padding: 5px;
  background: RGB(245, 120, 34) url(../imagens/topo_bg-csbrasil.png) 0 0 repeat-x;
}

td.tablet_header a {
  display: block;
  width: 80px;
  text-align: center;
  text-decoration: none;
  float: left;
}

table.TopHeader {
  color: #fff;
  font-size: 14px;
  padding: 5px;
  height: 100%;
}

td.TopHeader {
  background: url(../imagens/logo_csbrasil4.png) 0 0 no-repeat;
}

table.topbar {
  background-color: RGB(255, 250, 255);
}

table.tabmenu {
  background-color: #eaeaea;
  color: #333333;
  font-size: 14px;
  border: 1px solid #cacaca;
}

td.topbar {
  background-color: #414141;
  color: RGB(245, 120, 34);
}

.btn2 {
  border-radius: 4px;
  padding: 2 0;
  text-align: center;
  cursor: pointer;
  margin-top: 2px;
  float: bottom;
  margin-left: 0px;
  background-color: RGB(245, 120, 34);
  font: 1.0em sans-serif;
  color: #fff;
  align: right;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(255, 255, 255, 0.25);
}

.btn2:hover {
  cursor: pointer;
  background-color: RGB(245, 120, 34);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(255, 255, 255, 0.25);
}

.header_main {

}

.icon-menu {
  width: 20px;
  height: 20px;
  margin: auto;
  padding-right: 5px;
}

.header_photo {
  display: flex;
  float: right;
  margin-top: 15px;
}


.header_main_new {
  display: flex;
}

.header_main a {
  color: white;
  text-decoration: none;
}

.header_main a:visited {
  color: white;
  text-decoration: none;
}

.header_main a:link {
  color: white;
  text-decoration: none;
}

.header_main a:active {
  color: white;
  text-decoration: none;
}

.header_main ul {
  display: inline-table;
  list-style: none;
  float: right;
}

.header_main li {
  float: right;
  padding: 0 0px 0 0;
  line-height: 33px;
  color: white;
  display: block;
  width: 100px;
}

.header_main li a {
  display: block;
  float: left;
  padding-left: 25px;
  /*width: 70px; */
  height: 32px;
  margin-right: 5px;
}

.header_main li.i_home a {
  background: url(../imagens/home.png) 0 0 no-repeat;
}

.header_main li.i_logout a {
  background: url(../imagens/logout.png) 0 0 no-repeat;
}

.header_main li.i_menu a {
  background: url(../imagens/menu.png) 0 0 no-repeat;
}

.header_main li.i_mail a {
  background: url(../imagens/email_icon.png) 0 0 no-repeat;
}

.header_main li.i_notificacao {
  margin-right: 25px;
}

.header_main li.i_notificacao a {
  background: url(../imagens/notificacao_icon.png) 0 0 no-repeat;
}

#posicionaNotificacao {
  position: absolute; /* posição absoluta ao elemento pai, neste caso o BODY */
  /* Posiciona no meio, tanto em relação a esquerda como ao topo */
  right: 0%;
  top: 189px;
  width: 260px; /* Largura da DIV */
  min-height: 50px;
  max-height: 100%;
  /* A margem a esquerda deve ser menos a metade da largura */
  /* A margem ao topo deve ser menos a metade da altura */
  /* Fazendo isso, centralizará a DIV */
  margin-left: -150px;
  margin-top: -125px;
  color: #FFF;
  background-color: #999;
  text-align: left; /* Centraliza o texto */
  z-index: 1000; /* Faz com que fique sobre todos os elementos da página */
  -moz-opacity: 0.9;
  filter: opacity(alpha=90);
  opacity: 0.9;
  border: 1px solid #999;
  border-radius: 0em;

}

#closeNotificacao {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../imagens/close.png);

  font-weight: bold;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
}

#listaNotificacao,
#listaNotificacao ul,
#listaNotificacao ul li,
#listaNotificacao ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: auto;
}

#listaNotificacao {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  min-height: 50px;
  /*max-height: 550px; */
  display: block;
  position: relative;
}

.align-right {
  float: right;
}

#listaNotificacao > ul > li > a {
  padding: 5px 5px;
  border-left: 1px solid #727272;
  border-right: 1px solid #727272;
  border-top: 1px solid #727272;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: none;
  text-decoration: none;
  color: #000;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);  */
  background: #ccc;
  background: -webkit-linear-gradient(#fff, #ccc);
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -ms-linear-gradient(#fff, #ccc);
  background: linear-gradient(#fff, #ccc);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#listaNotificacao > ul > li > a:active {
  background: #fff;
}

#listaNotificacao > ul > li > a > p {
  font-size: 12px;
}

.header_info {
  white-space: nowrap;
  width: auto;
  max-width: 350px;
  float: left;
  margin: 11px;
  color: white;
  text-align: center;
  padding-left: 130px;
  line-height: 20px;
  background: url(../imagens/logo_csbrasil4.png) 0 0 no-repeat;
}
.header_photo a {
  text-decoration: none;
}
.header_info_new {
  white-space: nowrap;
  width: 100%;
  float: left;
  line-height: 20px;
  padding-right: 30px;
}



.header_search {
  width: auto;
  max-width: 150px;
  float: left;
  margin: 11px;
  color: white;
  padding-left: 10px;
  line-height: 20px;
}

ul.tabmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.tabmenu li {
  float: left;
  display: block;
  width: 100px !important;
  text-align: center;
  padding: 4px;
  cursor: pointer;
  font-size: 13px;
}

span.tabmenu {
  padding: 4px;
  cursor: pointer;
}

ul.block_menu {
  padding: 10px;
}

/* li.selected { color: RGB(245,120, 34); font-weight: normal; } */
li.selected {
  background-color: #00528C;
  color: #FFF;
  font-weight: normal;
}

li.normal {
  color: #ffffff;
  font-weight: normal;
}

li.normal:hover {
  background: #707070;
  font-weight: normal;
}

li.menu_link {
  list-style-type: none;
  font-family: Arial;
  font-size: 14px;
  padding: 3 0;
  line-height: 25px;
}

li.menu_link a {
  text-decoration: none;
  text-shadow: #fff 0 1px 0;
  color: #333;
}

li.menu_link a:hover {
  text-decoration: underline;
}

.GridCtrl {
  overflow: auto;
  position: relative;
  height: 100%;
  width: 100%;
}

.hs_conteiner {
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #CCC;
  padding: 10px;
  background-color: #FFF;
}

.hs_container {
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #CCC;
  padding: 10px;
  background-color: #FFF;
}

.separador {
  padding: 0;
  height: 1px;
  border-bottom: solid 1px #CCC;
}

.container {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  padding: 0;
}

.container_h {
  background-color: #c0c0c0;
  color: black;
  padding: 5px;
  height: 25px;
  font-weight: bold;
}

.container_h_Inverse {
  background-color: #ddd;
  color: black;
  padding: 5px;
  height: 25px;
  font-weight: bold;
}

.container_h a {
  padding: 0 2px
}

.container_h a:hover {
  text-decoration: underline
}

.container_h h1 {
  font-size: 18px;
  float: left;
  padding: 0;
  margin: 4px 0;
  color: #000
}

.rpt_aligns {
  width: 100px;
  position: absolute;
  background-color: #FFF;
  display: none;
  margin: 0;
  padding: 2px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(255, 255, 255, 0.25);
}

/*.container_h .page{ color: #333; text-decoration: none }
.container_h .pageoff{ color: #000; text-decoration: none; font-weight: bold}*/
table.grid {
  width: 100%;
  margin: auto;
  text-align: left;
  background-color: #cacaca;
  border-spacing: 1px;
  white-space: nowrap;
}

table.grid th {
  background-color: #cacaca;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

table.grid caption {
  background-color: #cacaca;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

table.grid tr:nth-child(even) {
  background-color: #ffffff;
}

table.grid tr:nth-child(odd) {
  background-color: #f0f0f0;
}

tr.normal {
  background-color: #ffffff;
}

tr.alternate {
  background-color: #f0f0f0;
}

table.fgrid {
  width: 100%;
  margin: auto;
  text-align: left;
  background-color: #cacaca;
  border-spacing: 1px
}

table.fgrid caption {
  background-color: #cacaca;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

table.fgrid th {
  background-color: #cacaca;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

tr.fgrid_h {
  background-color: #aaa;
}

tr.fgrid_n {
  background-color: #ffffff;
}

tr.fgrid_a {
  background-color: #f0f0f0;
}

img.PictureBOX {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(255, 255, 255, 0.25)
}

/*
 | UI Tabs.
*/
.tabs {
  border: 0;
  background: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.tabs .ui-tabs-nav {
  border: 0;
  border-bottom: 1px solid #3333;
  background: none;
  padding: 0;
}


.tabs .ui-tabs-nav li {
  border: 0;
  margin: 0;
  padding: 0;
  font: 11px;
  font-weight: normal;
  background: none;
  min-width: 100px;
  height: 30px;
}
.tabs .ui-tabs-nav li.ui-tabs-selected a{
  color: #333333
}
.tabs .ui-tabs-nav li a {
  font-size: 11px;
  color: #333333;
  display: block;
  text-align: center;
  margin: 0 auto;
  float: none;
}



.tabs .ui-tabs-nav li.ui-tabs-selected {
  background: #ffffff;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabs .ui-widget-content {
  padding: 0;
  background: #F5F5F5;
  border: 1px solid #dadada;
  width: 100%;
  height: 100%;
  height /*\**/: 89% \9;
}

input {
  height /*\**/: 24px/9;
  _height: 24px;
  _height: 24px;
}

.icon_widgets {
  background: url(../imagens/icon_widgets.png) right bottom no-repeat;
}

.icon_favs {
  background: url(../imagens/icon_folder.png) right bottom no-repeat;
}

.icon_fotos {
  background: url(../imagens/icon_fotos.png) right bottom no-repeat;
}

.icon_videos {
  background: url(../imagens/icon_videos.png) right bottom no-repeat;
}

.icon_search {
  background: url(../imagens/icon_search.png) right top no-repeat;
}

.icon_apple {
  background: url(../imagens/icon_apple.png) right top no-repeat;
}

.icon_linux {
  background: url(../imagens/icon_linux.png) right top no-repeat;
}

.icon_windows {
  background: url(../imagens/icon_windows.png) right top no-repeat;
}

.icon_ios {
  background: url(../imagens/icon_ios.png) right top no-repeat;
}

.icon_android {
  background: url(../imagens/icon_android.png) right top no-repeat;
}

.icon_home ul {
  padding: 2px 10px;
}

.listbox {
  width: 100%;
  height: 97%;
  margin-top: 20px
}

/* Código hList
*@ author Julio Porto
*/
div.hList {
  overflow: auto;
  padding: 0;
  margin: 0;
  height: 100%;
}

div.hList tr td a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 7px 0 7px 2px;
}

div.hList table {
  width: 100%;
  background-color: #fff;
}

div.hList table td img {
  border: 0;
}

div.hList table td {
  border-bottom: 1px solid #cacaca;
  padding: 0px;
}

div.hList .hListOption {
  color: #00528C;
  font-weight: bold;
  padding: 7px;
}

.hListBorder {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 4px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(255, 255, 255, 0.25);	*/
  padding: 5px;
}

div.hList .over {
  background-color: #00528C;
  color: #fff
}

div.hList .over a {
  color: #fff
}

div.hList .out {
  background-color: #fff
}

div.hList .reg {
  background-color: #fff
}

div.hList .sel {
  background-color: #ccc
}

div.hList .space {
  margin-right: 8px;
}

.hListSearchBar {
  height: 30px;
}

.hListSearchBar div {
  border: 1px solid #cacaca;
  height: 100%;
  width: 100%;
}

.hListSearchBar input {
  float: left;
  border: 0;
  width: 83%
}

.hListSearchBar a {
  float: right;
  display: block;
  margin: 2px;
  width: 23px;
  height: 24px;
  background: #fff url(../imagens/search.png) 0 0 no-repeat;
  border: 0;
}

#hListHeader {
  background-color: #414141;
  color: #fff;
  font-weight: bold;
  height: 25px;
  padding: 5px;
}

.hListHeader {
  background-color: #414141;
  color: #fff;
  font-weight: bold;
  height: 25px;
  padding: 5px;
}

.hListHeader a {
  color: #fff;
  cursor: pointer;
  text-decoration: none
}

/* Fim Código hList */

/* Estilo xtabs */
.xtabs {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.xtabs ul {
  width: 100%;
}

.xtabs li {
  display: block;
  width: 150px;
  height: 15px;
  float: left;
  text-align: center;
  padding: 2px 0
}

.Htab_selected {
  font-weight: bold;
  color: #00528C;
  border-bottom: 1px solid #f60;
  border-top: 1px solid #f60
}

.Htab_default {
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent
}

a.xtab_link {
  border-bottom: 2px solid #fff;
  width: 100px;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none
}

a.xtab_link_selected {
  border-bottom: 2px solid #00528C;
  cursor: default;
  font-weight: bold
}

button:hover {
  cursor: pointer
}

/* Estilo Grid Email */
.divMail {
  height: 100%;
  border: 1px solid #cacaca;
  border-top: 0;
  overflow-y: auto
}

.gridMail {
  width: 100%;
  background-color: #fff;
}

.gridMail tr {
  cursor: pointer;
}

.gridMail tr:hover {
  background-color: #F7F5B7;
}

.gridMail th, .gridMail th:hover {
  background-color: #414141;
  color: #fff
}

.gridMail td {
  border-bottom: 1px solid #cacaca;
}

.gridMail img {
  vertical-align: middle;
  padding-right: 5px
}

.gridMail input[type="checkbox"] {
  float: left
}

.gridMail label {
  width: 90%;
  height: 100%;
  display: block;
  float: left;
  padding: 4px 0;
  font-weight: normal;
  cursor: pointer
}

.btn_chart {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff url(../imagens/chart_icon.jpg) 0 0 no-repeat;
}

.rpt_filters {
  overflow-y: scroll;
  overflow-x: hidden
}

#chart_stats {
  overflow-y: scroll;
  height: 100%
}

.over {
  background-color: #F7F5B7
}

/* estilo do report
 * Não está sendo usado, mas também é proibido de remover
.report_container {width:100%; height: 100%; background-color: #ffffff; padding: 0; border: 1px solid #414141}
.report_container h1{font-size: 18px; float:left; padding: 0; margin: 4px 0; color: #fff}
.report_container .header {background-color: #414141; padding: 5px; color: #fff}
.report_container .header a{color: #fff; padding: 0 2px}
.report_container .rpt_filters{padding: 5px}

.report_grid { width:100%; margin:auto; text-align:left; border-bottom: 1px solid #dadada}
.report_grid .normal{background-color: #fff}
.report_grid .alternate{background-color: #FFFFc0}
.report_grid th {background: #fff; padding: 5px; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada}
.report_grid th a{color: #333}
.report_grid th div{width: 100px; position: absolute; background-color: #FFF; display:none; margin: 0; padding: 2px;
					border: 1px solid #cacaca; border-radius: 4px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(255, 255, 255, 0.25);}
.report_grid td {border-right: 1px solid #dadada}
*/
#menu_stats {
  margin: 0;
  padding: 0;
  margin-top: 5px
}

#menu_stats li {
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none
}

#TableResumoContrato input {
  height: 18px;
  font-size: 11px
}

#TableResumoContrato .btn {
  font-size: 10px
}

/**
* Indicadores: utilizados para colocar a cor de fundo de acordo com status
*/
.indicador_green {
  background-color: RGB(187, 255, 221);
}

.indicador_yellow {
  background-color: RGB(255, 255, 202);
}

.indicador_red {
  background-color: RGB(255, 206, 206);
}

.indicador_blue {
  background-color: RGB(210, 233, 255);
}

/* Report styles */
table th.headerSep:nth-child(even) {
  background-color: #E5E8E5;
}

table th.headerSep:nth-child(odd) {
  background-color: #EEEEEE;
}

table td.colTotal {
  background-color: #CACACA;
}

td.colFirst {
  border-left: thick solid #cacaca;
}

#accordian {
  background: #fff;
  width: 250px;
  margin: 100px auto 0 auto;
  color: #000;
  /*Some cool shadow and glow effect*/
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6),
  0 0 200px 1px rgba(255, 255, 255, 0.5);
}

/*heading styles*/
#accordian h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 34px;
  padding: 0 10px;
  cursor: pointer;
  /*fallback for browsers not supporting gradients*/
  background: #ccc;
  background: linear-gradient(#fff, #ccc);
}

/*heading hover effect*/
#accordian h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

/*iconfont styles*/
#accordian h3 span {
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-right: 10px;
}

/*list items*/
#accordian li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*links*/
#accordian ul ul li a {
  margin: 0;
  padding: 0;
  color: #000;
  text-decoration: none;
  font-size: 11px;
  line-height: 27px;
  display: block;
  padding: 0 15px;
  /*transition for smooth hover animation*/
  transition: all 0.15s;
}

/*hover effect on links*/
#accordian ul ul li a:hover {
  margin: 0;
  padding: 0;
  background: #ccc;
  border-left: 5px solid #999;
}

/*Lets hide the non active LIs by default*/
#accordian ul ul {
  margin: 0;
  padding: 0;
  display: none;
}

#accordian li.active ul {
  margin: 0;
  padding: 0;
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;

}

.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;

}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

.switch-red > .switch-input:checked ~ .switch-label {
  background: #00528C;
  font-size: 8px !important;
}

.remove-nowrap {
  white-space: normal;
}

.__tarja {
  position: absolute;
  top: 161px;
  right: 0px;
  width: 42%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  bottom: 0px;
  text-align: center;
  line-height: 60px;
  color: #00528C;
  font-size: 21px;
  font-weight: bold;
}

.button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

#TabelaLogin {
  background-image: url(../imagens/bg_login_csbrasil.jpg);
  box-shadow: 0 0 21px 3px #333;
}