@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);
html, body, #geral { position:relative; margin:0 auto; height:100%; width: 100%}

body { font-weight:400; background: #edeeef url(../img/background.png);}

body {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

header {
  text-align: right;
  right: 0px;
  left:0;
  height: 40px;
  background-color:#fff;
  position:absolute;
}
.Logo {
  position: absolute;
  top: 200px;
  left: 700px;
  width: 600px;
  float: right;
  filter:alpha(opacity=75);
  opacity:.15;
}
.clear {clear: both;}

.UsuarioLogout {
  z-index: 999;
  position:absolute;
  right: 0;
  margin-right:5px;
  top:5px;
}
/* Menu */
.BarraEsquerda {
  height: 100%;
  background-color: #3f4b4c;
  width: 46px;
  height: 100%;
  position:absolute;
  z-index: 998;
}

.MenuPrincipal {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-left: 2px;

  -moz-perspective: 200px;
  -ms-perspective: 200px;
  -webkit-perspective: 200px;
  -o-perspective: 200px;
  perspective: 200px;
}
.MenuPrincipal ul {
  margin:0px;
  padding:0px;
}
.MenuPrincipal li {
  list-style: none;
}
.MenuPrincipal a {
  transition: all .5s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display:block;
  height:25px;
  line-height: 25px;
  text-indent: 10px;
  text-decoration:none;
  width:100%;
}
.MenuPrincipal a:hover{
  text-decoration:none;
}
.MenuPrincipal li:hover {
  transition: all .5s ease-out 0s;
  position: relative;
}
ul.SubMenu {
  display: none;
  border-radius: 0 0 30px 0;
}
li:hover .SubMenu {
  transition: all .5s ease-out 0s;
  background-color: #505B5C;
  display: block;
  position: absolute;
  left: 43px;
}
ul.SubMenu li {
  border: none;
  float:left;
  width:220px;
  height: 40px;
}
.MenuPrincipal .SubMenu {
  transition: all .5s ease-out 0s;
}
.MenuPrincipal .SubMenu .SubMenu {
  left:  220px;
  width: 660px;
  background: #505B5C;
  transition: all .5s ease-out 0s;
}
li:hover .SubMenu .SubMenu {
  display:none;
  margin-top:-25px;
}
.SubMenu li:hover .SubMenu {
  display:block;
  transition: all .5s ease-out 0s;
}
ul.Menu li span{
  float:right;
  color: #fff;
  margin-right:10px;
  margin-top:-20px;
}
li:last-child {
  border-radius: 0 0 30px 0;
}
li:hover, .MenuEscuro {
  background-color: #3f4b4c;
}


/* Icones do Menu */
.MenuIcon {
  background-repeat: no-repeat;
  background-size: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.MenuIconCADASTROSPESSOAS {
  background-image: url(../img/Icon/CadastrosReabilitacao.png);
}
.MenuIconCADASTROSPESSOAS:hover {
  background-image: url(../img/Icon/CadastrosReabilitacaoHover.png);
}
.MenuIconCADASTROSREABILITACAO {
  background-image: url(../img/Icon/CadastrosEspecialidades.png);
}
.MenuIconCADASTROSREABILITACAO:hover {
  background-image: url(../img/Icon/CadastrosEspecialidadesHover.png);
}
.MenuIconCADASTROSFINANCEIRO {
  background-image: url(../img/Icon/CadastrosFinanceiro.png);
}
.MenuIconCADASTROSFINANCEIRO:hover {
  background-image: url(../img/Icon/CadastrosFinanceiroHover.png);
}
.MenuIconADMINISTRACAO {
  background-image: url(../img/Icon/Administracao.png);
}
.MenuIconADMINISTRACAO:hover {
  background-image: url(../img/Icon/AdministracaoHover.png);
}
.MenuIconCONTROLES {
  background-image: url(../img/Icon/Recebimentos.png);
}
.MenuIconCONTROLES:hover {
  background-image: url(../img/Icon/RecebimentosHover.png);
}
.MenuIconATENDIMENTOS {
  background-image: url(../img/Icon/Atendimento.png);
}
.MenuIconATENDIMENTOS:hover {
  background-image: url(../img/Icon/AtendimentoHover.png);
}


.MenuIconCONTRIBUICAO {
  background-image: url(../img/Icon/Contribuicao.png);
}
.MenuIconCONTRIBUICAO:hover {
  background-image: url(../img/Icon/ContribuicaoHover.png);
}

.MenuIconPLANEJAMENTO {
  background-image: url(../img/Icon/Planejamento.png);
}
.MenuIconPLANEJAMENTO:hover {
  background-image: url(../img/Icon/PlanejamentoHover.png);
}
.MenuIconFERRAMENTAS {
  background-image: url(../img/Icon/Ferramentas.png);
}
.MenuIconFERRAMENTAS:hover {
  background-image: url(../img/Icon/FerramentasHover.png);
}
.MenuIconATENDIMENTOREAB {
  background-image: url(../img/Icon/AtendimentoReab.png);
}
.MenuIconATENDIMENTOREAB:hover {
  background-image: url(../img/Icon/AtendimentoReabHover.png);
}


.ButtonSair {
  vertical-align: middle;
}


/* Conteudo */

.Limites {
  margin-left: 60px;
  width: auto;
  z-index: 120;
  position: relative;
}
.titulo {
 font-size: 22px;
 padding-top:5px;
}

/* Formularios */
/* Formulario de cadastro */
.CampanhaLeft {width: 590px; float: left}
.CampanhaRight {width: 460px; float: left}
.CampanhaRight .large, .LifeStyleFonte .large {
  font-size: 11px!important;
  width: 215px;
}
textarea {
  display: inline-block;
  margin: 0;
}
input, textarea {
  padding: 0 0 0 8px;
}
input[type=text],input[type=password], textarea, select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  display: inline-block;
  background: #f8f8f8;
  text-transform: uppercase;
}
.Minusculo {
  text-transform: none!important;
}
input[type=file] {
  display: inline-block;

}
input[type=text], input[type=password], select, input[type=file] {
  height: 30px;
  line-height: 30px;
}
select {cursor: pointer;}
.ui-datepicker-title select{font-size:1em;margin:1px 0; padding: 0;     width: 80px!important;}
input[type=text]:focus, input[type=password]:focus, input[type=text]:hover, input[type=password]:hover, select:hover {
  outline: none;
  border: 1px solid #000!important;
  font-weight: bold;
}



input[type=submit], input[type=button] {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  font-weight:bold;
  height:29px;
  line-height:29px;
  min-width:54px;
  *min-width:70px;
  display:inline-block;
  padding:0 8px;
  text-align:center;
  color:#444;
  border:1px solid #dcdcdc;
  border-color:rgba(0,0,0,.1);
  cursor: pointer;
  width: 125px;
  margin-right: 5px;
}
input[type=radio] {
  border: 0px!important;
  -webkit-box-shadow: 0 0 0!important;
  -moz-box-shadow: 0 0 0!important;
  -o-box-shadow: 0 0 0!important;
  -ms-box-shadow: 0 0 0!important;
  box-shadow: 0 0 0!important;
}

input[value=Salvar]{
  background-color: #97c664;
}

input[value=Adicionar]{
  background-color: #39b392;
}
input[value=Voltar], .CorLaranja{
  background-color: #ebaa4b;
}
input[value=Deletar]{
  background-color: #f54928;
}
input[value=Imprimir]{
  background-color: #e9e9e9;
}
input[value=Detalhar]{
  background-color: #2caed1;
}

input[value=Editar]{
  background-color: #3b8dd5;
}

.xxx-small, .xxx-small input[type=text], .xxx-small select {
  width: 35px;
}

.xx-small, .xx-small input[type=text], .xx-small select {
  width: 70px;
}

.x-small, .x-small input[type=text], .x-small select {
  width: 100px;
}

.small, .small input[type=text],  .small input[type=password], .small select {
  width: 150px;
}

.large, .large input[type=text], .large select, .large input[type=file] {
  width: 200px;
}

.x-large, .x-large input[type=text], .x-large select {
  width: 320px;
}
.full, .full input[type=text], .full select {
  width: 420px;
}
.x-full, .x-full input[type=text], .x-full select {
  width: 520px;
}
.xx-full, .xx-full input[type=text], .xx-full select {
  width: 675px;
}

.xxxx-full, .xxxx-full input[type=text], .xxx-full select {
  width: 1350px;
}
.TextoRight {text-align: right;}

.Cadastro {
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 90px);
  z-index:-20;
  overflow: auto;
  padding-bottom: 30px;
  /*margin-left:10px;*/
}
.Cadastro br {
  clear: left;
}

.ui-dialog { z-index: 1000!important;}

.Cadastro label, .Cadastro fieldset, #DialogCidades label {
  display: block;
  margin: 0 10px 0 0;
  padding: 0 0 4px 0;
  line-height: 1.2em;
  float: left;
}
.Cadastro  input[type=text], .Cadastro span, .Cadastro  input[type=file] {
  display:block;
  float:left;

}
.Cadastro img {
  vertical-align: middle;
}
.Cadastro legend, .Cadastro p, .Cadastro h2 {
  font-size: 18px;
  margin-bottom: 10px;

}
.Cadastro label, .Cadastro .FieldsetDiferente legend  {
  font-size: 14px;
}
.Cadastro .TelAdd, .Cadastro .Excluir, .H2Toggle, .ApresentarBaixaContasAPagar {
  cursor: pointer;
}
.Cadastro .Required {
  border-color: #88a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 255, .5);
  box-shadow: 0 0 5px rgba(0, 0, 255, .5);
}


.CadastroImpressaoGeral h2 {
  font-weight: bold;
  color: #337ab7!important;
}

.HistoricoScroll {
  height: 680px;
  overflow-y: auto;
}
/* Cor da aba */
.PagMenuOpcaoN, .PagMenuOpcaoN2  { background-color: #fff; width: 170px!important;}
.PagMenuOpcaoS, .PagMenuOpcaoS2 { background-color: #6b98c3!important;}

/* AutoComplete */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.ui-autocomplete { height: 200px; }
/*as duas alteracoes a seguir foram para corrigir o aumento da area do menu lateral */
/*.ColVis {
  margin-left:10px;}*/

  /*.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info{ margin-left:10px; width:99%;} */
  /*dataTables_wrapper { width:99%;} */

  #datatable_info, #datatable_paginate { font-size:12px;}

/*alterei o posicionamento do simbolo de sair, e do titulo da pagina
sugestao de retirar um dos /br que tem embaixo do titulo, para diminuir o espaço vazio
aumentei o tamanho da barra do menu para 60px (46 anteriormente) e coloquei uma margem nos icones de 8px

*/

/* pagina login */
.login input[type="text"], .login input[type="password"] {
  background-image:url(../img/input-login.png);
  height:40px;
  line-height: 40px;
  border:0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left:100px;
  padding-right:30px;
  font-size:16px;
  color:#999999;

}
.login input:hover, .login input:focus {
  border:0!important;
}
.div_centro {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left:-200px;
  margin-top:50px;
  font-weight: bold;
}
#login h2 {
  font-size: 25px;
}
#login input {
  width: 300px;
}
.AtendimentoScroll {
  height: 450px;
  overflow-y: auto;

}

.AtendimentoDialogDiv {
  width: 500px;
  height: 500px;
  display: none;
}

.FotoPaciente {
  position: absolute;
  top: 15%;
  right: 0px;
  border: 0px;
  float: right;
}
.TableRecebimento td {
  padding-left: 10px;
}

/*** Table RFM **/

.table-rfm {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

.table-rfm th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-weight: 100;
  padding:16px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-rfm th:first-child {
  border-top-left-radius:3px;
}

.table-rfm th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

.table-rfm tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
.table-rfm div {
  position: relative;
}
.table-rfm tr:hover td {
  background:#4E5066!important;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}

.table-rfm tr:first-child {
  border-top:none;
}

.table-rfm tr:last-child {
  border-bottom:none;
}

.table-rfm tr:nth-child(odd) td {
  background:#EBEBEB;
}

.table-rfm tr:nth-child(odd):hover td {
  background:#4E5066;
}

.table-rfm tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

.table-rfm tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

.table-rfm td {
  background:#FFFFFF;
  padding: 12px 7px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.table-rfm td:last-child {
  border-right: 0px;
}

.table-rfm th.text-left {
  text-align: left;
}

.table-rfm th.text-center {
  text-align: center;
}

.table-rfm th.text-right {
  text-align: right;
}

.table-rfm td.text-left {
  text-align: left;
}

.table-rfm td.text-center {
  text-align: center;
}

.table-rfm td.text-right {
  text-align: right;
}

.table-FinanceiroConciliacao {
  height: 650px;
  overflow: auto;
  display: inline-block;
}

.table-ReabilitacaoFechamentoRecebimento {
  width: auto;
  overflow: auto;
  display: inline-block;
}

.Tabela {
  background:#EBEBEB;
}

.Tabela2 {
  background:#4E5066;
}

.ButtonAdicionar {
  background: #39b392 url(../img/IconAdd.png) no-repeat;
  background-size: 30px;
  text-align:right!important;
}

.DivReabilitacaoCalendarioAgendamentoExpandir {
  z-index: 999;
  background-color: #fff;

}

.DivReabilitacaoCalendarioAgendamento {
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.FecharReabilitacaoAgendamento {
  position: absolute;
  width: 50px;
  right: 0px;
  margin-right: 120px;
  z-index: 1;
  cursor: pointer;
}

.SetaReabilitacaoAgendamento {
  width: 20px;
  cursor: pointer;
}


.TabelaReabilitacaoCalendarioAgendamento {
  width: 100%!important;
  height: 100%;
  table-layout: fixed;
  border-radius:3px;
  border-collapse: collapse;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  text-align: center;
  border-radius:3px;
  vertical-align:middle;
  border-collapse: collapse;
  border-bottom:1px solid #9ea7af;
  border-right: 1px solid #9ea7af;
  background-color: #C7C7C7;
}


.TabelaReabilitacaoCalendarioAgendamento thead {
  display: fixed;
  overflow: auto;
} 
.TabelaReabilitacaoCalendarioAgendamento tbody {
  overflow: auto;
} 
.TabelaReabilitacaoCalendarioAgendamento th {
  background-color: #79CDCD;
  border-bottom:1px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-weight: 400;
  padding:16px;
  text-align: center;
}
.TabelaReabilitacaoCalendarioAgendamento td {
  border-bottom:1px solid #9ea7af;
  border-right: 1px solid #9ea7af;
}
.TabelaReabilitacaoCalendarioAgendamento td .AgendamentoGradeMaior {
  /*height: 50px!important;
  */
}
.TabelaReabilitacaoCalendarioAgendamento .AgendamentoHeaderLiberado {
  background-color: #79CDCD;
}

.TabelaReabilitacaoCalendarioAgendamento th .AgendamentoHeaderSmall {
  font-size:10px;

}

.TabelaReabilitacaoCalendarioAgendamento th:first-child {
  border-top-left-radius:3px;
}

.TabelaReabilitacaoCalendarioAgendamento th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
.TabelaReabilitacaoCalendarioAgendamento td .VariosProfissionais {
  border-right: 1px solid #9ea7af!important;
  border-bottom: 0px;
  display: table;
}

.TabelaReabilitacaoCalendarioAgendamento .AgendamentoBodyDiv2 {
  width: 100%;
  height: 50%;
}
.TabelaReabilitacaoCalendarioAgendamento .AgendamentoBodyDiv4 {
  min-width: 50%;
  min-height:50%;
}
.TabelaReabilitacaoCalendarioAgendamento tfoot td{
  padding: 10px;

}
.TabelaReabilitacaoCalendarioAgendamento td:hover:not(.VariosProfissionais),
.TabelaReabilitacaoCalendarioAgendamento th:hover,
.TabelaReabilitacaoCalendarioAgendamento div:hover {
  opacity:0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  z-index: -1;
}

.TabelaReabilitacaoCalendarioAgendamento .AgendamentoLiberado {
  cursor: pointer;
  z-index: -1;
}
.TabelaReabilitacaoCalendarioAgendamento .AgendamentoFechado {
  opacity:0.50;
  -moz-opacity: 0.50;
  filter: alpha(opacity=50);
  z-index: -1;

}
.TabelaReabilitacaoCalendarioAgendamento .HorariosSelecionados {
  text-align: left;
  height: 50px;
}

.FieldsetAgendamento {
  width: 100%;
  height: 200px;
  overflow-y: auto;
}
.TabelaReabilitacaoCalendarioAgendamento .HorariosSelecionados label{
  display: inline-block;
  width: 600px;
  height: 30px;
}
.FieldsetAgendamento span {
  width: 880px;
}

.FieldsetAgendamento label{
  cursor: pointer;
}
.ui-tooltip-content {
  font-size: 14;

}
.ui-tooltip {
  min-width: 400px!important;
}


.ReabilitacaoReagendamentoDivLeft {
  float: left;
  width: 570px;
  height: 480px;
  overflow-y: auto;

}
.ReabilitacaoReagendamentoDivRight {
  float: left;
}

.DivTexto, .DivOpcoes  {
  width: 900px;
  height: 420px;
  overflow-y: auto;
}

.DivReabilitacaoFormularioCadastroPerguntas {
  width: 1350px;
  display: table;
}

.DivFormularioScroll {
  height: 500px;
  overflow-y: auto;

}
.DivFormularioPreenchimento {
  height: 550px;
  overflow-y: auto;

}

.FormularioPergunta h2 {
  width: 900px;
}


.TabelaFormulariosPreenchimentoCheckbox, .TabelaFormulariosPreenchimento {
  width: 100%;
  table-layout: fixed;
  border-radius:3px;
  border-collapse: collapse;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  border-radius:3px;
  vertical-align:middle;
  border-collapse: collapse;
  border-bottom:1px solid #9ea7af;
  border-right: 1px solid #9ea7af;
  background-color: #79CDCD;
}

.TabelaFormulariosPreenchimentoCheckbox td, .TabelaFormulariosPreenchimento td {
  border-bottom:1px solid #9ea7af;
  border-right: 1px solid #9ea7af;
  height: 50px;
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle;
}


.DivFormularioPreenchimento label input[type=text] {
  width: 400px!important;
}

.TabelaFormulariosPreenchimentoCheckbox label {
  padding-top: 5px;
}


.ContasAPagarValor {
  float: right;
  width: 200px;
}


.TextGreen { color: #37474f; }
.TextOrange { color: #f0ad4e; }
.TextRed { color: #d9534f; }



.FinanceiroMovimentacaoFinanceiraSaldo {
    right: 20px;
    top: 100px;
    position: absolute;
    width: 400px;
    height: 200px;
    font-size: 18px;

 }

.FinanceiroMovimentacaoFinanceiraSaldo .text-right {
    text-align: right;
}