﻿@charset "utf-8";

html
{
	/*background-image: url(../imagens/fundo.jpg);*/
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	min-width: 1020px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
a {
	text-decoration: none;
    color:#1E8BC3;
}
a img
{
	border-style: none;
	border-width: 0px;
}

.contentor {
    /*margin-left: 100px;*/
    margin-left: 20px;
    margin-top: 5px;
    /*width:calc(100% - 200px);*/
    width:calc(100% - 20px);
    
}
.logo
{
    margin-left: 18px;
	width: 190px; /* estava 230px */
	background-image: url(../imagens/logo.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 80px;
	clear: both;
	margin-bottom: 10px;
	background-size: contain;
}
.host-name
{
	display: block;
	text-indent: 5px;
	font-size: 12px;
	color: #D7D7D7;
    text-align:center;
}
.cliente-ecra {
	/*background-image: radial-gradient(#d4edf7,#6587A3);*/
    background-color:#6587A3;
    border-radius:5px;
	height: 122px;
	width: 230px;
}
.cliente-dados {
	height: 70px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.cliente-info {
	height: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.cliente-info-det {
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;    
}
.cliente-sair
{
	background-image: url(../imagens/tablet-cliente-bot.png);
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	display: block;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	line-height: 36px;
	cursor: pointer;
}
.cliente-sair:hover
{
	background-image: url(../imagens/tablet-cliente-bot-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 38px;
	color: #F2F2F2;
}

.fundo {
	margin: 0;
    margin-bottom:30px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	/*background-image: url(../imagens/tablet.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 880px;
}

.menu-esq {    
    
	width: 230px;
	margin-top: 20px;
    border-radius: 25px;
}
.lat-esq {
	width: 230px;
	float: left;
    /*margin-left: -8px;*/
    margin-bottom:15px;
    background-color:#4D6C7E;
    border-radius: 15px 50px 15px 15px;
    padding:25px;
    min-height:890px;
}
.conteudos{
	float: left;
	margin-left: 5px;
    margin-bottom:15px;	
    background-color:#4D6C7E;
    padding:20px;
    width:calc(100% - 360px);
    border-radius: 15px 40px 15px 15px;
    min-height:900px;
}
.menu-sup {	
	width: 100%;
	/*background-color: #CCC;*/
	float: left;
	z-index: 1;
    /*margin-left: 8px;*/
}
.menu-sup-dir {
	width: calc(100% - 221px);
	height: 30px;    
	float: left;
    text-align: right;
    /*background: linear-gradient(right, #6C7A89, #E1E2E3);*/
    /*background-image:linear-gradient(#F6F6F6, #6A6E75);*/
    /*background-image:radial-gradient(#F6F6F6,#919398);*/
    /*background-color: #E1E2E3;*/
	/*background-repeat: repeat-x;*/
	/*padding:7px 6px;*/
}
.menu-sup-process {
    background-repeat: repeat-x;
    float: right;
    height: 30px;
    /*padding: 7px 6px;*/
    text-align: right;
    width: calc(100% - 10px);
}
a .settings
{
	border: 1px solid #9F9F9F;
	background-position: center center;
	width: 25px;
	height: 25px;
	background-image: url('../Imagens/settings.png');
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-top: -5px;
}
a .settings:hover
{
	background-color: #CCCCCC;
}
.menu-sup-esq {
    /*background-color:#6C7A89;*/
	width: 210px;
    margin-left: 10px;
	height: 24px;
	/*background-image: url(../imagens/menu-sup-esq.png);*/
	/*background-repeat: repeat-x;*/
	/*border-right: 2px solid #4d6c7e;*/
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	/*padding:14px 3px 6px 3px;*/
	float: left;
    /*text-align:center;*/
	font-size: 18px;
}
.grelhas
{
	float: left;
	margin-top: 10px;
	background-color: #fff;
    /*background-image:radial-gradient(#fff, #d4edf7);/*radial-gradient(#F6F6F6,#919398);*/
	/*margin-left: 7px;*/
	clear: both;
	font-size: 12px;
	color: #333;
	max-height: 780px;
	overflow: auto;
    /*border-radius:10px;*/    
    padding: 4px;
    width: calc(100% - 8px);
}
.grelhas-processo
{
	float: left;
	margin-top: 5px;
	width: 700px;
	background-color: #D6D6D6;
	/*margin-left: 2px;*/
	clear: both;
	font-size: 12px;
	color: #333;
	max-height: 500px;
	overflow: auto;
}
.grelha-calendario
{
	float: left;
	margin-top: 10px;
	background-color: #D6D6D6;
	/*margin-left: 7px;*/
	clear: both;
	font-size: 12px;
	color: #333;
	max-height:800px;
	overflow:auto;
    border-radius:10px;
}
.agenda-lista {
	width:100%;

}
.agenda-lista td{
	height:25px;
}
.calendario
{
	float: left;
	margin-top: 10px;
	width: 750px;
	background-color: #F0F0F0;
	margin-left: 6px;
	clear: both;
	font-size: 12px;
	color: #333;
	max-height: 560px;
	overflow: auto;
}
.cliente-nome {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.layer2
{
	overflow: hidden;
    text-align:center;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	z-index: 5000;
}

.div_centerscreen {
    display: table-cell;
    vertical-align: middle;

}
.div_inner_centerscreen {
    margin-left: auto;
    margin-right: auto; 
}
.form
{
	height: 200px;
	width: 450px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
/*form td 
{
	line-height:40px;	
}*/
.form-titulo
{
	/*margin-top: 15px;*/
	width: 95%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #AAC9EC;
	border-bottom-style: inset;
	border-bottom-width: 2px;
	/*border-bottom-color: #092840;*/
	line-height: 40px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color:White;
}
.form-topo {
	height: 45px;
	clear: both;
	/*background-image: url(../imagens/form-topo.png);*/
    background-color: #86B6D9;
	background-repeat: repeat-x;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E1E2E3;
	border-right-color: #E1E2E3;
	border-left-color: #E1E2E3;
	box-shadow: -1px 10px 20px 0px #000;
}
.form-conteudo-fundo {
	background-color: #86B6D9;
	/*background-color: #0D446B;*/
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E1E2E3;
	border-left-color: #E1E2E3;
	padding-right: 5px;
	padding-left: 5px;
	box-shadow: -1px 10px 20px 0px #000;
	
}
.form-conteudo_backup {
	/*background-color: #E0E0E0;*/
	min-height: 150px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*color: #333;*/
	color: #FFF;
	max-height:350px;
	overflow:auto;
}
.form-conteudo {
	/*background-color: #E0E0E0;*/
	min-height: 150px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*color: #333;*/
    background-image: radial-gradient(#fff, #D4EDF7);
	color: black;
    /*background-color:#F2F2F2;*/	
    max-height:450px;
	overflow:auto;
}

.form-conteudo2 {
    background-image: radial-gradient(#fff, #D4EDF7);
	/*background-color: #E0E0E0;*/
	min-height: 150px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*color: #333;*/
	color: black;
    background-color:#F2F2F2;
    max-height:350px;
	overflow:auto;
}

.form-rodape
{
	background-color: #86B6D9;
	/*height: 40px;*/
	padding: 5px;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E2E3;
	border-left-color: #E1E2E3;
	box-shadow: -1px 10px 20px 0px #000;
	border-bottom-color: #E1E2E3;
    text-align: right;
}
.form-conteudo .odd
{
/*  	background-color: #0D446B;
	color: #33CCFF;*/
}
.form-conteudo .even
{
	/*background-color: #0D446B;
	color: #33CCFF;*/
}
.tblfirstcol
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #5A8DC5;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;    
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-top {
  color: #373a3c;
  background-color: #fff;
  /*border-color: #ccc;*/
  font-weight: bold;
}
.btn-top:hover {
  color: #373a3c;
  background-color: #EEEEEE;
  /*border-color: #adadad;*/
}
.btn-top:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  /*border-color: #adadad;*/
}
.btn-top:active {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.btn-top_menu {
  font-size:12px;  
  color: #373a3c;
  background-color: #fff;
  /*border-color: #ccc;*/
  font-weight: bold;
}

.btn-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-green:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-green:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-green:active {
    color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-red {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-red:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-red:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-red:active {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

.btn-login {    
    width:100%;    
    color:#4D6C7E;
}
.btn-login:hover {    
    background-color:#DDF1F9;
    color: #4D6C7E;
}

.btn-right {
    border-radius: 0px 20px 20px 0px;
    margin-left:-6px;
    color:#4D6C7E;
}
.btn-right:hover {
    
    background-color:#DDF1F9;
    color: #4D6C7E;
}
.btn-left {
    border-radius: 20px 0px 0px 20px;
    background-color:#4D6C7E;
    color: #F2F2F2;
}
.btn-left:hover {
    
    background-color:#DDF1F9;
    color: #4D6C7E;
}


.bot-sup {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #009fe0;/*#6D87D6;
    /*border-color: #2e6da4;*/
    color: #fff;
}

.bot-sup:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.bot-sup:focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.bot-sup:active {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}

.btn-tab {
    margin-top:-3px;
    border-radius:15px 15px 0px 0px;    
    padding: 10px 20px;
}

.bot-1
{
	background-repeat: repeat-x;
	height: 30px;
	width: 90px;
	background-image: url(../imagens/bot-1.png);
	padding: 5px;
	float: right;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	line-height: 30px;
	color: #F2F2F2;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.bot-1:hover{
	background-image: url(../imagens/bot-1-hover.png);
	color: #CCC;
	line-height: 32px;
	text-decoration: none;
}
.bot-2{
	background-repeat: repeat-x;
	height: 30px;
	width: 90px;
	background-image: url(../imagens/bot-2.png);
	padding: 5px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	line-height: 30px;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.bot-2:hover{
	background-image: url(../imagens/bot-2-hover.png);
	color: #4E4E4E;
	line-height: 32px;
	text-decoration: none;
}
.bot-3{
	background-repeat: repeat-x;
	height: 30px;
	width: 90px;
	background-image: url(../imagens/bot-2.png);
	padding: 5px;
	float: right;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 10px 0px 0px 10px;
	line-height: 30px;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.bot-3:hover{
	background-image: url(../imagens/bot-2-hover.png);
	color: #4E4E4E;
	line-height: 32px;
	text-decoration: none;
}


.bot-4
{
	border: 1px solid #808080;
	background-repeat: repeat-x;
	height: 30px;
	width: 90px;
	background-image: url(../imagens/bot-4.png);
	padding: 5px;
	float: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 30px;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
a:hover .bot-4{
	background-image: url(../imagens/bot-4-hover.png);
	color: #4E4E4E;
	line-height: 32px;
	text-decoration: none;
}


.tabela-det-proc
{
    margin-left:10px;
    margin-top:10px;
    font-family: Verdana, Geneva, sans-serif;
    /*background-color: #E0E0E0;*/
	min-height: 150px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*color: #333;*/
	color: #FFF;
}

.tabela-docsv-detalhe
{
    background-color:rgb(220,230,250);        
}

/*msa*/
.lbl_span {
    width:100px;
    padding:10px 5px;
    font-weight:bold;
}
.lbl_input {
    width:100%;
    background-color:#FAFAFA;
    padding:10px 5px;
    color:#4C4C4C;
}
.lbl_input_pnl {
    border:medium none;
    width:100%;
    background-color:#FAFAFA;
    padding:10px 5px;
    color:#4C4C4C;
}

/* Tabelas */
/*.dataTable {
    border: 1px solid grey;
    margin-bottom: 5px;
}

table.display thead {
    font-weight:bold;
    border: 1px solid grey;
}*/
/*table.display tbody {    
    border: 1px solid grey;
}*/
.cursorText  {
    cursor: text;
}
table.cursorText th{
    padding: 5px 10px;
}
table.cursorText td{
    padding: 5px 10px;
}

.cursorPointer  {
    cursor: pointer;
}
table.cursorPointer th{
    padding: 5px 10px;
}
table.cursorPointer td{
    padding: 5px 10px;
}

/*para os filtros*/
 .search-wrapper {
	width: 125px;
	margin: 0px;
	margin-top: 0px;
    display:inline-block;
}
.search-label {
 font-weight:bold;
}
.search-box {
	width: 80px;
    padding: 4px 8px;
	border: 1px solid #ccc;
    outline: 0;
    border-radius: 7px;
}
.close-search-box {
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -30px;
    color: #4D6C7E;
}
.wrapper {
  min-height: 100%;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -20px;
}

#footer {
    width:100%;
    position: fixed;
    bottom: 0;
    height: 20px;
    z-index: 99999999;
}
.rodape {
    background-color: #4d6c7e;
    color: #ffffff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 0px;
    width:calc(100% - 35px);
    border-radius:5px 5px 0px 0px;
}

.rodape-texto-pontual {
    color: #ffffff;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: italic;
    margin-top: 4px;  
    margin-bottom:2px;  
}

.rodape-texto-pontual a{
    margin-right: 10px;    
    color: #ffffff;
    text-decoration:none;
    font-weight:bold;
    
}

table.display2 {
    background-color:#E0EBEF;
    color: #006699;
    font-family: Juris1,sans-serif;
    font-size: 14px;
}
table.display2 thead td {
    background-color: #ffffff;
    border-color: #ddecf3 #ffffff #ffffff;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    padding: 2px 0 2px 6px;
}
table.display2 td {
    padding: 2px 6px;
}


table.display3 {
    background-color:#ffffff;
    color: #006699;
    font-family: Juris1,sans-serif;
    font-size: 14px;
}
table.display3 thead td {
    background-color: #F2F2F2;
    border-color: #ddecf3 #ffffff #ffffff;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    padding: 2px 0 2px 5px;
}
table.display3 td {
    padding: 2px 5px;
}


table.display2over {
    background-color:#E0EBEF;
    color: #006699;
    font-family: Juris1,sans-serif;
    font-size: 14px;
    width:100%;
}
table.display2over thead td {
    background-color: #ffffff;
    border-color: #ddecf3 #ffffff #ffffff;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    padding: 1px 0 1px 3px;
}
table.display2over td {
    
    padding: 1px 3px;
    max-height:25px;
    overflow:hidden;
    text-overflow: ellipsis;
}

.grelha-col-total {
    font-weight:bold;
    font-size:14px;
}
.alignCenter{
    text-align:center;
}
.canvasjs-chart-credit {
   display: none;
}
.graficos
{
	float: left;
	margin-top: 10px;	
	clear: both;
	/*font-size: 12px;*/
	/*color: #333;*/
    border-radius:10px;    
    padding: 1px;
    width: calc(100% - 2px);
}
  .col-lg-1 {
    float: left;
    width: 8.333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }


div.int-box { 
    width:100%;
    margin-top:250px;
    display:block;
    text-align:center;
    color:white; 
}
div.int-box2 { 
    width:80%;
    margin-left:10%;
    margin-top:50px;
    display:block;
    text-align:center;
    color:white; 
}



.donut-legend > span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 10px;
  padding:2px;
}
.donut-legend > span:last-child {
  margin-right: 0px;
}
.donut-legend > span > i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  margin-top: -3px;
  vertical-align: middle;
  border-radius: 1px;
}

#main_title {
    /*border-bottom:1px solid #fff;*/
}

#publicidade {    
    /*position:relative;*/
    width:230px;
    /*margin-top:400px;*/
}

.dttblgrid{
    float: left; 
    width: 100%;
    table-layout: fixed; 
    word-wrap: break-word;
    border-collapse:collapse;
}
.dttblgrid thead > tr > td{
    /*color:#fff;*/
}

.search_init {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #AFD1E2;
    padding: 3px;
    width: 100%;
    color: #006699;
    margin-left: -5px;
}