@charset "utf-8";

@font-face {
  font-family: 'FontAwesome';

  src: url('fonts/FontAwesome.otf');
}

/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html{
	background: rgba(197, 202, 206, 0.14);
	font-family: "Open Sans";
}

body{
	margin:0;
	background-color: white;
	padding-top: 104px;
}

.text-requerimentos {
	padding:0;
	margin:0;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.campoVazio{
	box-shadow: 0px 0px 20px 10px #ffff00;
	background-color: #ffff00;
}

body.inse_paciente_rap{
	background-color: white;
}
/*

	CLASSES JÃ� TRATADAS
*/

/*RESET STYLE*/
#tab1 #nav #t1 a, #tab2 #nav #t2 a, #tab3 #nav #t3 a, #tab4 #nav #t4 a, #tab5 #nav #t5 a, #tab6 #nav #t6 a, #tab7 #nav #t7 a, #tab8 #nav #t8 a, #tab9 #nav #t9 a{
	background: #1F76B6;
	border-radius: 4px;
	padding: 0px 12px;
	cursor: default;
}

#tab3 #nav #t3 a{
	font-style: italic;
	border: 1px solid white;
	text-shadow: 2px 1px 1px #011542;
}


#tab1 #nav #t1 a img, #tab2 #nav #t2 a img, #tab3 #nav #t3 a img, #tab4 #nav #t4 a img, #tab5 #nav #t5 a img, #tab6 #nav #t6 a img, #tab7 #nav #t7 a img, #tab8 #nav #t8 a img, #tab9 #nav #t9 a img{
/*	filter: grayscale(100%) invert(100%) brightness(1400%);*/
	-webkit-filter: grayscale(100%) invert(100%) brightness(1400%);
	-moz-filter: grayscale(100%) invert(100%) brightness(1400%);
	-ms-filter: grayscale(100%) invert(100%) brightness(1400%);
	-o-filter: grayscale(100%) invert(100%) brightness(1400%);
}


.logo{
	position: fixed;
	display: block;
	top: 0px;
	background: #90cde4 url(../images/fundo.jpg) no-repeat center;
	width: 100%;
	height: 130px;
	z-index:80;
	-webkit-transform: translateZ(0);
}

.logoimg{
	width: 137px;
	height: 35px;
	margin: 0 auto;
	top: 0px;
}

.sidebar{
	z-index: 4;
	overflow-y: auto;
	position: fixed;
	top: 130px;
	left: 0px;
	bottom: 0px;
	width: 175px;
	padding-top:5px;

	background: #011542;
	border-right: 1px solid #414141;

	-moz-transition: left 0.01s;
    -webkit-transition: left 0.01s;
    -o-transition: left 0.01s;
    transition: left 0.01s;
}

.sidebar a{
	float: left;
	width: 100%;
	height: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar a:nth-child(odd){
	background: rgba(255, 255, 255, 0.01);
}

.sidebar a img{
	float: left;
	width: 20px;
	margin: 10px;
	margin-right: 10px;
	margin-top: 1px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #011542;
 	-webkit-box-shadow: 2px 2px 2px #011542;
 	-moz-box-shadow: 2px 2px 2px #011542;
}

.sidebar a:hover{
	cursor: pointer;
	background-color: #0E7ECF;
	font-style: italic;
  	text-shadow: 2px 1px 1px #011542;
}

.showhidebar{
	float: left;
	cursor: pointer;
	z-index: 5;
	position: fixed;
	height: 32px;
	width: 100px;
	color: white;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
	background: url(../i/header/handheader.png) no-repeat 8px center;
	border: 1px solid;
	background-size: 17px;
	top: 70px;
	left:15px;
	padding-left: 30px;
	line-height: 33px;
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	
}

.showhidebar:hover{
	background-color: #0E7ECF;
	font-style: italic;
  	text-shadow: 2px 1px 1px #011542;
}

/* BARRA ESCONDIDA */
input[type=checkbox]#toggle-sidebar-left:not(:checked) ~ .table-main{
	padding-left: 0px;
}
input[type=checkbox]#toggle-sidebar-left:not(:checked) ~ .sidebar{
	left: -176px;
}

input[type=checkbox]#toggle-sidebar-left:not(:checked) ~ label.esconder-barra span:nth-child(2) {
	display: block;
}
input[type=checkbox]#toggle-sidebar-left:not(:checked) ~ label.esconder-barra{
	left: 10px;
}

/* BARRA VISIVEL */
input[type=checkbox]#toggle-sidebar-left:checked ~ label.esconder-barra span:nth-child(1) {
	display: block;
}


#label_menu{
	float: left;
	cursor: pointer;
	z-index: 5;
	position: fixed;
	top: 70px;
	right: 10px;
	width: 50px;
	height: 32px;
	padding-left: 40px;
	line-height: 33px;
	background: url('../i/menu-button-white.png') no-repeat 15px center;
	border-radius: 4px;
	border: 1px solid #fdfdfd;
	background-size: 17px;
	color: white;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
}

#label_menu:hover{
	background-color: #0E7ECF;
	font-style: italic;
  	text-shadow: 2px 1px 1px #011542;
}

#label_comp, #label_paciente, #label_legenda{
	float: right;
	cursor: pointer;
	z-index: 5;
	position: fixed;
	top: 350px;
	margin-right: -38px;
	right: -2px;
	width: 110px;
	height: 35px;
	text-align: right;
	line-height: 33px;

	background:#011542 url('../i/composicoes.png') no-repeat 7px center;
	background-size: 20px;
	border: 2px solid #116eb2;
	border-bottom: 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	 border-radius:10px 10px 0px 0px;

	 -moz-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;

	color: white;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);
}

#label_paciente{
	top: 235px;
	width: 90px;
  	margin-right: -30px;
	background: #011542 url('../i/paciente.png') no-repeat 7px;
  	background-size: 20px;
}

#label_legenda{
	top: 400px;
	width: 90px;
  	margin-right: -30px;
	background: #011542 url('../i/menu-button.png') no-repeat 7px;
  	background-size: 20px;
}

#label_comp:hover, #label_paciente:hover, #label_legenda:hover{
	background-color: #0E7ECF;
}


.campoOnblur{
	background-color:#f5f5f5;
	border:1px solid #d1d1d1;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#666;*/
	color: #011542;
	padding-left:3px;
}

.campoData{
	width:80px !important;
}


/* COMPOSIÃ‡Ã•ES */
input[type=checkbox]#toggle-compos-right:checked ~ .compos-right, input[type=checkbox]#toggle-paciente-right:checked ~ .paciente-right, input[type=checkbox]#toggle-legenda-right:checked ~ .legenda-right {
	right: 10px;
}

input[type=checkbox]#toggle-compos-right:checked ~ #label_comp{
	background-color: #0E7ECF;
	right:405px;
}

input[type=checkbox]#toggle-paciente-right:checked ~ #label_paciente {
	background-color: #0E7ECF;
	right:565px;
}

input[type=checkbox]#toggle-legenda-right:checked ~ #label_legenda {
	background-color: #0E7ECF;
	right:360px;
}


/* ::-webkit-scrollbar { width: 25px; height: 25px;} */
/* ::-webkit-scrollbar-button {  background-color: #666; } */
/* ::-webkit-scrollbar-track {  background-color: #666;} */
/* ::-webkit-scrollbar-track-piece { background-color: #ffffff;border:1px solid #000;} */
/* ::-webkit-scrollbar-thumb { height: 25px; background-color: #ccc; border-radius: 25px;} */
/* ::-webkit-scrollbar-corner { background-color: #ffffff;} */
/* ::-webkit-scrollbar-thumb:active{background-color:#666; border:1px solid #000;}  */

::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #011542; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #011542; 
  border-radius: 10px;
  box-shadow: inset 0 0 5px white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1F76B6;
}

.compos-right, .paciente-right, .legenda-right{
	position: fixed;
	top: 140px;
	right: -395px;
	bottom: 30px;
	width: 390px;
	height: 67%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #F8F8F8;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border: 4px outset #116eb2;
	border-radius:5px;
	-webkit-box-shadow: 5px 5px 5px #cccccc;

    -moz-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    
	z-index: 50;
}
.paciente-right{
	width: 550px;
  	height: 53%;
  	right: -555px;
}
.legenda-right{
	width: 350px;
	height: 50%;
	right: -395px;
	top: 250px;
}
#div-compos::-webkit-scrollbar { 
	width: 25px; 
	height: 25px;
}
#div-compos::-webkit-scrollbar-thumb{
	background-color:#90cde4;
	border-radius:25px;
}
#div-compos::-webkit-scrollbar-thumb:hover{
	background-color:#90cde4;
	border:1px solid #333333;
}
#div-compos::-webkit-scrollbar-thumb:active{
	background-color:#90cde4;
	border:1px solid #ffffff;
} 
#div-compos::-webkit-scrollbar-track {  
	background-color: #90cde4;
}
#div-compos::-webkit-scrollbar-track-piece { 
	background-color: #011542;
}
#div-compos::-webkit-scrollbar-track {  
	background-color: #90cde4;
}
#div-compos::-webkit-scrollbar-button {  
	background-color: #90cde4; 
	height: 25px;
}

.compos-right .compos-right-header{
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	height: 24px;
	padding-top: 9px;

	background: rgba(0,0,0,0.02);
	border-bottom: 1px solid rgb(219, 219, 219);
}

.titComp{
	background:#011542;
    padding:5px;
    height:20px;
}

.contComp{
    display:none;
    padding:5px;
}


/* MENU PRINCIPAL */
input[type=checkbox]#toggle-sidebar-right:checked ~ .sidebar-right {
	right: 5px;
	bottom: 25px;
}

input[type=checkbox]#toggle-sidebar-right:checked ~ #label_menu {
	border-radius: 4px;
	border: 1px solid #36a4d9;
	color: white;
	background: #116eb2 url('../i/menu-button-white.png') no-repeat 15px center;
	background-size: 17px;
}

.sidebar-right{
	z-index: 4;
	position: fixed;
	top: 125px;
	right: -210px;
	width: 200px;
	overflow: auto;
	background: #F8F8F8;
	border: 4px outset #116eb2;
	border-radius:8px;

    -moz-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 100;
}

.sidebar-right .sidebar-entry-header{
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	height: 24px;
	padding-top: 9px;

	background: rgba(0,0,0,0.02);
	border-bottom: 1px solid rgb(219, 219, 219);
}

.comp-header{
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	height: 24px;
	padding-top: 9px;
	background: #011542;
	border-bottom: 1px solid rgb(219, 219, 219);
	color: white;
	font-weight: bold;
	text-align:center;
}

.sidebar-right label{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-left: 15px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	color: #011542;
	font-size: 11px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	line-height: 33px;
	background-color: #91cde5;
}

.sidebar-right label:after{
	content: '';
	position: absolute;
	right: 8px;
	top: 10px;
	width: 14px;
	height: 14px;
	background: url('../i/arrow.png') no-repeat center center;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */

	 -moz-transition: -moz-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
	-webkit-filter: grayscale(0%) invert(0%) brightness(50%);
}

input[type=radio].sidebar-right-radio:checked ~ ul {
	display: block;
}

input[type=radio].comp-radio:checked ~ ul {
	display: block;
}

input[type=radio].sidebar-right-radio:checked ~ .sidebar-entry-header label:after{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
}

input[type=radio].comp-radio:checked ~ .comp-header label:after{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
}

.sidebar .sidebar-entry-header{
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	height: 24px;
	padding-top: 9px;

	background: rgba(0,0,0,0.2);

}

input[type=radio].compos-right-radio:checked ~ ul {
	display: block;
}

input[type=radio].compos-right-radio:checked ~ .compos-entry-header label:after{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
}

.sidebar .compos-entry-header{
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	height: 24px;
	padding-top: 9px;
	background: rgba(0,0,0,0.2);
}

/*
UTILIZAR ESTAS CASSES SE FOR NECESSÃ�RIO
.resultado3, .resultado4, .resultado5, .resultado6, .resultado7, .resultado8, .resultado9
*/

.resultado1, .resultado2{
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0 5px;
}

.resultado1{
	background-color:#e5e5e5 !important;
}

.resultado2{
	background-color:#f1f1f1 !important;
}

.resultado8{
	background-color:#33FF99 !important;
}

.resultado9{
	background-color:#33FF98 !important;
}
.resultado10{
	background-color:#ff8000 !important;
}
.resultado_ante{
	background-color:#ffeb3b !important
}

.rel_detalhe{
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0 5px;
	margin-bottom: 10px;
}

.rel_detalhe tr{
	height: 22px !important;
}

tr .detalhe{
	display:none;
}
/*
UTILIZAR ESTAS CLASSES SE FOR NECESSÃ�RIO
.texto, .texto2, .texto3, .textodica, .textotit
*/

.texto2, .texto3{
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.texto2 {
	text-align:left;
}

.texto3 {
	text-align:center;
	background: #011523;
	color: white;
	font-size: 14px;
}


/*
	FINAL DAS CLASSES TRATADAS
*/

.obrigatorio{
	color: #d90000;
	padding-left: 5px;
}

.barNav1 a span{
	display: none;
}

span.barNav{position:absolute;padding:0 0 0 2px;_padding:0;}

.barNav img{z-index:-1;}

.barNav a{
	font:11px Arial, Verdana,Helvetica,sans-serif;
	color:#000;
	text-decoration:none;
	text-align:center;
}

.barNav a:hover{
	color:#666;
}

.barNav a span{
	display:none;
	visibility:hidden;
}

.barNav a:hover span{
	z-index:100;
	display:block;
	visibility:visible;
	position:absolute;
	background-color:#ffffff;
	top:-12px;
	left:-248px;
	height:130px;
	color:#444;
	font-size:11px;
	text-align:left;
	line-height:16px;
	background:url("../i/tip_fd.png") no-repeat;
	filter:alpha(opacity=90%);
	-moz-opacity:0.90;
	width:220px;
	padding:30px 10px 0 18px;
	cursor:pointer;
}

* html body .barNav a:hover span{
	background:url("../i/tip_fd_ie.png") no-repeat;
	visibility:visible;
	width:350px;
	cursor:pointer;
}

/* END IMPORTED RULES */

.table-main{
	width: 100%;
	padding-left: 175px;
	 -moz-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}

a{
	text-decoration:none;
}

li{
	list-style:none;
}

#geral{
	position:relative;
}

.container {
	width:980px;
	min-height:281px;
	margin:0 auto;
}

.leiamais {
	width:52px;
	height:16px;
	background:url(../images/readmore2.png);
	margin-top:10px;
}

.title {
	width:240px;
	height:25px;
}

.newsNome {
	margin-top:10px;
	color:#999;
}

body {
	background:#e7e8eb;
}

.textalignjustify {
	text-align:justify;
}

h2 {
	font-size:19px;
	/*color:#9b9c9d;*/
	color:#011542;
	clear:both;
}

h3 {
	font-size:17px;
	/*color:#b5b6b9;*/
	color:#011542;
	clear:both;
}

h4 {
	font-size:15px;
}

h5 {
	text-shadow: 2px 1px 1px #011542;
	font-size:20px;
}

#upbar {
	background:url(../images/upbar.jpg);
	width:100%;
	height:16px;
	top: 0px;
	position: fixed;
	z-index:100;
	display: none;
}

#bgheader {
/*
	background:#90cde4 url(../images/bgheader3.jpg) no-repeat center top;
	width:100%;
*/
	height:281px;
}

#downbar {
	background:url(../images/downbar.jpg);
	width:100%;
	height:7px;
}


#searchbox {
	background:url(../images/searchbar.png) no-repeat;
	width:193px;
	height:29px;
	/*color:#5b5d6f;*/
	color:#011542;
	font-size:12px;
	margin-left:750px;
	margin-top:-230px;
	padding-top:7px;
	padding-left:10px;
}

#lupa {
	background:url(../images/lupa.png);
	width:17px;
	height:17px;
	margin-left:155px;
	margin-top:-16px;
}

nav {
    clear:both;
    background:#FFF;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#011542;
	width:980px;
	height:30px;
	padding-top:10px;
	margin:0 auto;
}

nav ul {
    width:980px;
	margin:0 auto;
}

nav ul li {
    display:inline;
	text-align:center;
	float:left;
    position: relative;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	 border-radius:0 0 15px 15px;
}

nav ul li a {
    /*color:#444444;*/
    color:#011542;
	text-decoration:none;
	padding:16px 19px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	 border-radius:0 0 15px 15px;
}

a.submenu {
    /*color:#444444;*/
    color:#011542;
	text-decoration:none;
	padding:16px 19px;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	 border-radius:0 0 0 0;
}

nav ul li a:hover {
    color:#FFFFFF;
	background:#0094de;
}

nav ul li:hover a{
    color:#FFFFFF;
	background:#0094de;
}

nav ul li:hover ul li a{
    color:#0094de;
	background:#FFFFFF;
}

nav .current-menu-item a {
    background: #008300;
    color: #ffdd00;
}

nav ul li ul {
    display: none;
    float: none;
    position: absolute;
	z-index:30;
	max-width:100px;
    top: 100%;
	font-size:14px;
	text-align:center;
	margin-top:12px;
}
nav ul li:hover ul {
    display: block;
}
nav ul:hover li:hover > ul {
    display: block;
}
nav ul li ul li,
nav ul li ul li a {
    float: none;
    background: white;
    /*color: #444444;*/
    color: #011542;
	display:block;
	width:135px;
}
nav ul li ul li a:hover {
    float: none;
    background: #0094de;
    color: white;
}
nav ul li ul li {
    margin: 0;
	display:block;
}
nav ul li ul li ul {
    left: 100%;
    top: 0;
}

#shadowmenu {
	background:url(../images/shadow.png) no-repeat;
	width:100%;
	height:11px;
	margin:0 auto;
	position:relative;
	z-index:6;
}

.marginzerada{
	margin-right:0px;
}

.downmenu{
	padding-top:8px;
}

#bgbody {
	width:980px;


	margin:0 auto;
	margin-top:-11px;
	position:relative;
	z-index:5;
	padding-bottom:30px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	 border-radius:0 0 15px 15px;
	background: url(../images/img/img-3.png) no-repeat;
	background-color:#91cde5;
}

#imagemtopo {
	width: 90%;
	height: 400px;
	margin: 0 auto;
	padding-top: 0px;
}

#imggroup1 {
	width:932px;
	height:151px;
	margin:0 auto;
}

#img1 {
	background:url(../images/imagem2.png);
	width:205px;
	height:151px;
	float:left;
}

#escritos1 {
	width:215px;
	height:160px;
	float:left;
	margin-left:17px;
	font-size:12px;
	text-align:justify;
}

#img2 {
	background:url(../images/imagem3.png);
	width:205px;
	height:151px;
	float:right;
	margin-left:0px;
}

#escritos2 {
	width:235px;
	height:160px;
	float:left;
	margin-left:30px;
	font-size:12px;
}

#leiamais1 {
	width:52px;
	height:16px;
	background:url(../images/readmore2.png);
	margin-top:10px;
}

#imgdownbar {
	width:932px;
	height:52px;
	background:url(../images/imgdownbar.jpg);
	margin-top:20px;
	display:block;
	clear:both;
}

#titles1 {
	width:980px;
	height:20px;
	margin-top:90px;
}

#treinamento {
	background:url(../images/marker.jpg);
	width:295px;
	height:22px;
	float:left;
	margin-left:30px;
}

#diretor {
	background:url(../images/marker.jpg);
	width:295px;
	height:22px;
	float:left;
	margin-left:30px;
}

#FAQ {
	width:295px;
	height:22px;
	float:left;
	margin-left:30px;
}

#imgbar1 {
	clear:both;
	width:980px;
	height:180px;
	background:url(../images/bgimages456.png);
	margin-top:10px;
}

#imginsd1 {
	float:left;
	margin-top:15px;
}

#imginsd2 {
	float:left;
	margin-top:15px;
}

#imginsd3 {
	float:left;
	margin-top:15px;
}

#treinamento a, #diretor a, #FAQ a{
	font-size: 19px;
	/*color: #9b9c9d;*/
	color: #011542;
	clear: both;
}

#downimgbar1 {
	background:url(../images/downshadow456.png);
	width:980px;
	height:17px;
	margin-top:-17px;
}

#titles2 {
	width:980px;
	height:20px;
}

#imgbar2 {
	clear:both;
	width:980px;
	height:180px;
	background:url(../images/bgimages456.png);
	margin-top:10px;
}

#imginsd4 {
	float:left;
	margin-top:15px;
}

#imginsd5 {
	float:left;
	margin-top:15px;
}

#imginsd6 {
	float:left;
	margin-top:15px;
}

#downimgbar2 {
	background:url(../images/downshadow789.png);
	width:980px;
	height:17px;
	margin-top:-3px;
}

#container {
	margin-top:60px;
	width:980px;
}



#biglinks {
	color:white;
	margin-top:145px;
	margin-left:25px;
	font-size:26px;
}

#links {
	color:white;
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
	margin-top:7px;
}

#links li {
	list-style:none;
	padding:7px;
}

#links li a{
	color:#FFF;
	text-decoration:none;
}

#links li a:hover{
	text-decoration:underline;
}

#separador1 {
	background:url(../images/separador.png) no-repeat;
	width:100%;
	height:2px;
	margin-left:25px;
	margin-top:10px;
}

#todoslink {
	width:185px;
	float:left;
}

#todoscontato {
	width:380px;
	float:left;
	margin-left:63px;
}

#bigcontatos {
	color:white;
	margin-top:145px;
	margin-left:-10px;
	font-size:26px;
}

#separador2 {
	background:url(../images/separador.png) no-repeat;
	width:100%;
	height:2px;
	margin-left:-10px;
	margin-top:10px;
}

#contatos {
	color:white;
	font-size:12px;
	font-weight:bold;
	margin-left:-10px;
	margin-top:7px;
	float:left;
}

#contatos1 {
	color:white;
	font-size:12px;
	font-weight:bold;
	margin-left:30px;
	margin-top:7px;
	float:left;
}

#logosmidia {
	width:70px;
	height:25px;
}

#face {
	width:26px;
	height:25px;
	margin-top:195px;
	margin-left:-10px;
}

#linkedin {
	width:26px;
	height:25px;
	margin-left:23px;
	margin-top:-25px;
}

#mensagem {
	width:300px;
	float:right;
}

#news {
	color:white;
	font-size:26px;
	margin-top:145px;
}

#frmNews{
	margin-top:7px;
}

#txtnomecont, #txtempresacont, #txtemailcont{
	width: 405px;
}

#txtnome{
	width:510px;
	margin:3px 0 3px 20px;
}

#txtmedicamento{
	width:510px;
	margin-left:44px;
	margin-bottom:3px;
}

#txtfabricante{
	width:510px;
	margin-left:128px;
}

#txtnome2{
	width:510px;
	margin-left:200px;
	margin-bottom:3px;
}

#txttelefone{
	width:510px;
	margin-left:96px;
	margin-bottom:3px;
}

#txtendereco{
	width:510px;
	margin-left:182px;
}

#txtnome3{
	width:685px;
	margin:3px 0 3px 20px;
}

#txtcargo{
	width:685px;
	margin:3px 0 3px 83px;
}

#txtemail{
	width:685px;
	margin:3px 0 3px 75px;
}

#txttelefone{
	width:685px;
	margin:3px 0 3px 61px;
}

#txttelefone2{
	width:510px;
	margin:3px 0 3px 96px;
}

#txtdata{
	width:685px;
	margin:3px 0 3px 22px;
}

#txtocorencia{
	width:560px;
	margin:3px 0 3px 131px;
}

#txtlocal{
	width:560px;
	margin:8px 0 3px 21px;
}

#mensagemform2{
	width:818px;
	margin: 5px 0 0 0;
	padding: 3px;
	/*color: #6b6b6b;*/
	color: #011542;
}

#mensagemform{
	width: 509px;
	color: #777;
	padding: 3px;
}

#botaoenviar{
	margin: 0 0 0 300px;
}

#botaoenviar2{
	margin: 0 0 0 250px;
}

.fonte13{
	font-size:13px;
	margin-bottom: 5px;
	/*color: #6b6b6b;*/
	color: #011542;
}

.fonte14{
	font-size:13px;
	margin: 0 15px 0 -2px;
	/*color: #6b6b6b;*/
	color: #011542;
}

.textomsg{
	float:left;
}

.areatexto{
	float: right;
	margin: 5px 1px 20px 0;
}

#obrigatorio{
	margin: 20px 0 -15px 0;
}

#separador3 {
	background:url(../images/separador.png);
	width:299px;
	height:2px;
	margin-top:10px;

}

#subscribe {

}

#bigmensagem {
	color:white;
	font-size:26px;
	margin-top:20px;
}

#separador4 {
	background:url(../images/separador.png);
	width:299px;
	height:2px;
	margin-top:10px;
}

input, select, textarea{
	padding: 4px;
	margin-top: 5px;
	border: 1px solid #011542;
	font-size:12px;
	font-family: "Open Sans";
  	font-weight: bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color: #116eb2;
}

input, select, option{
	text-transform:uppercase;
}

.minuscula{
	text-transform:lowercase;
}

input, textarea, select{
	background-image: radial-gradient(#dedede, #ffffff)
}

input:hover, select:hover, textarea:hover{
	color:#37a8de;
	border: 1px solid #011542;
	cursor:pointer;
}

select{
	min-width: 200px;
}

#frmNews input[type=text] {
	 width:105px;
}

input[type=text], textarea, input[type=password],input[type=time]{
	padding:4px;
   color: #011542;
}

#frmMensagem textarea{
	height:50px;
}

input[type=submit], input[type=reset],input[type=button], #frmMensagem input[type=submit]{
	padding: 2px 12px;
	color:#0784b6;
	cursor:pointer;
}

.tit-campo{
	width:70px;
	float:left;
	color:#FFFFFF;
	margin-top:9px;
	font-size:13px;
}

.campo{
	width:220px;
	float:right;
	margin-top:7px;
}

#realfooter{
	background:#000000;
	padding:4px;
	margin-top:333px;
}

#desenvolvs{
	width:980px;
	margin:0 auto;
	text-align:right;
	/*color:#888a8b;*/
	color: #011542;
	font-size:11px;
}

#desenvolvs a{
	/*color:#888a8b;*/
	color: #011542;
	text-decoration:none;
}

#desenvolvs a:hover{
	color:#FFFFFF;
}

.link-email{
	color:#ffffff;
	text-decoration:none;
}

.link-email:hover{
	text-decoration:underline;
}

#imageminstitucional{
	width:917px;
	margin:0 auto;
}

#informacoes{
	margin:0 auto;
	padding-top: 30px;
	width:820px;
}

#left-col{
	width:180px;
	float:left;
}

#right-col{
	width:585px;
	float:right;
}

#right-col hr{
	background:none;
	border:1px solid #b3b3b7;
}

#left-col ul li{
	margin-bottom:10px;
}

#left-col ul li a{
	padding:12px;
	display:block;
	background:#0094de;
	color:#fff;
	font-size:12px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	 border-radius:7px;
}

#left-col ul li a.curent{
	background:#b5b6b9;
	color:#0094de;
}

#left-col ul li a:hover{
	background:#b5b6b9;
	color:#0094de;
}

#right-col p{
	font-size:12px;
	margin-top:7px;
}

#right-col #missao{
	width:243px;
	float:left;
}

#missao-video{
	width:315px;
	float:right;
}

#divisoria{
	width:822px;
	margin:0 auto;
	margin-top:15px;
}

.tit-bloco-form{
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#6b6b6b;*/
	color: #011542;
	margin:20px 0;
	width:520px;
}

.label-form{
	width:70px;
	padding-right:10px;
	text-align:right;
	float:left;
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#6b6b6b;*/
	color: #011542;
}

#form-validation-field-0{
	width:555px;
    height: 120px;
}

.campo-form-185{
	width:185px;
	float:left;
	margin: 0 0 10px 0;
}

.campo-form-185 input[type=text]{
	width:185px;
	margin: 0 0 5px 0;
}

.campo-form{
	width:465px;
	float:left;
	margin: 0 0 5px 0;
}

.campo-form input[type=text]{
	width:465px;
	margin: 0 0 5px 0;
}

.check{
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#6b6b6b;*/
	color: #011542;
	margin-right:15px;

}

.inpt-file{
	position:relative;
	left:-20px;
}

.txtform{
	width:590px;
	height:120px;
}

.questaoazul{
	width:800px;
	background:#c5ecfb;
	border-radius: 15px;
	padding: 0 10px 10px 10px;
}

.questaobranco{
	width:800px;
	border-radius: 15px;
	padding: 0 10px 10px 10px;
}

.marcador{
	width:30px;
	margin: 0 0 0 -22px;
}

.titulo-questao{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#6b6b6b;*/
	color: #011542;
	margin: -22px 0 0 10px;
}

.resposta-questao{
	font: 12px "Open Sans", Arial, Helvetica, sans-serif;
	/*color: black;*/
	color: #011542;
	margin: 5px 0 0 12px;
	line-height: 15px;
}

.itens-produtos{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.listaprodutos li{
	list-style:none;
	margin-bottom:15px;
	background:url(../images/botao.png) no-repeat left 0;
	padding-left:20px;
}

.listaprodutostxt p{
	margin: -12px 0 0 0;
}

.listaprodutos2 li{
	list-style:none;
	margin:15px 0;
	background:url(../images/botaomateria.png) no-repeat left 0;
	padding: 3px 0 7px 32px;
	/*color:#6b6b6b;*/
	color: #011542;
}

.listaprodutos2 li a, .listaprodutos2 li a:visited, .listaprodutos3 li a, .listaprodutos3 li a:visited{
	/*color:#6b6b6b;*/
	color: #011542;
}

.listaprodutos3 li{
	list-style:none;
	margin:7px 0;
	background:url(../images/botaomateria.png) no-repeat left 0;
	padding: 3px 0 7px 32px;
}


.botaozinho{
	float:left;
	margin: 4px 7px 0 0;
}

.titulofarmaco{
	float:left;
}

.negrito{
	font-size:15px;
	margin:10px 0 5px 0;
}

#imgcentro{
	width: 343px;
	margin:auto;
}

#imgcentro2{
	width: 591px;
	margin: auto;
}

#zoom{
	width: 122px;
	float: right;
	margin-bottom: 5px;
}

#zoom2{
	width: 122px;
	float: right;
	margin-bottom: 5px;
	margin-right: 82px;
}

#tabela{
	margin: auto;
	width: 375px;
}

#colunaesquerda{
	width: 300px;
	float: left;
}

#colunadireita{
	width: 230px;
	float: left;
	margin: 0 0 0 50px;
}

.espacamento{
	margin: 12px 0 0 0;
}

#coldparte2{
	margin: 28px 0 0 0;
}

.laudo{
	margin:7px 0;
}

#teldoc, #celdoc{
	width:185px;
}

#outrosdoc{
	width:360px;
}

.campostreino{
	width: 590px;
	margin: 0 0 5px 10px;
	padding-bottom:5px;
}

.labels{
	width:170px;
	text-align:right;
	float: left;
	padding: 2px 0 0 0;
}

#mensagemtreino{
	width: 589px;
	height: 120px;
	margin: 0 0 0 10px;
	color:#777;
	padding:3px;
}

#botaoenviartreino{
	margin: 0 0 0 177px;
}

#instituicaopesquisa, #funcaopesquisa, #emailpesquisa{
	width:710px;
}

#celpesquisa{
	margin: 0 0 0 215px;
}

.cel{
	margin: 230px;
}

.observacoes{
	width:315px;
}

.campopesquisa{
	width: 787px;
	height: 120px;
	margin: 20px 0 20px 0;
}

#esquerdacontato{
	width:560px;
	float:left;
	padding-left: 40px;
}

#direitacontato{
	width: 340px;
	float:left;
	padding-left: 40px;
}

.mapas{
	margin:0 0 10px 0;
}

.form_class{
	float:right;
	right:0px;
	width: 580px;
	padding: 30px;
	margin-top: 160px;
	margin-right: -20px;
}

	.form_class input[type=text], .form_class input[type=password]{
		width:180px;
	}

	table{

		background: white;

	}

	.table-login{
		float: right;
		text-align: center;
		width: 330px;
		border-left: 1px solid white;
	}

	.button{
		width: 218px;

		-webkit-appearance: none;
		-webkit-user-select: none;
		-webkit-tap-highlight-color: transparent;

		background: #37A8DE;
		border-radius: 4px;
		border: 1px solid #37A8DE;
		padding: 11px 16px;

		color: white !important;
		font-size: 10px;
		font-family: "Open Sans";
		font-weight: 800;
		text-transform: uppercase;
	}

	.small{
		color: #012E99;
		font-size: 10px;
		font-family: "Open Sans";
		font-weight: 600;

	}

	.table-login-intro{
		float: left;
		width: 250px;
	}

		.table-login-intro tr.intro td{
			padding-top: 10px;
			padding-left: 10px;
			padding-bottom: 15px;
			/*color: rgb(111, 111, 111);*/
			color: #011542;
			font-size: 12px;
			font-family: "Open Sans";
			font-weight: 400;
			line-height: 16px;
			text-align: justify;
		}

		.table-login-intro tr.links td{
			padding-top: 0px;
			padding-left: 10px;
			/*color: rgb(111, 111, 111);*/
			color: #011542;
			font-size: 13px;
			font-family: "Open Sans";
			font-weight: 400;
			line-height: 18px;
		}

	.error{
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		margin-left: -175px;
		margin-top: 120px;
		width: 250px;
		padding: 10px 20px;
		background: rgb(55, 134, 255);
		border-radius: 5px;

		color: white;
		font-size: 13px;
		font-family: "Open Sans";
		font-weight: 400;
		line-height: 18px;
	}

/* CLASSE CHECK RETIRADA DO ARQUIVO RESU_COMPROMISSOS.PHP*/
.check{
	width: 30px;
}

.resultadolink2 {
	color:#FFF;
	padding-left:5px;
	cursor:default;
	font-weight:bold;
}


#logo {
	position: fixed;
	display: block;
	margin-top: 16px;
}


.sidebar .usuario img{
	width: 25px;
	margin-top: 3px;
	margin-right: 10px;
}

.sidebar .usuario{
	float: left;
	width: 100%;

	padding-top: 12px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebar .usuario:hover{
	cursor: pointer;
	background: rgba(255,255,255,0.1);
}

.sidebar .usuario a{
	float: none;
	width: 160px;
	height: auto;
	background: transparent;
	padding-top: 0px;
	border-bottom: 0px;

	font-size: 12px;
	text-transform: none;
}

.sidebar .usuario a:hover{
	color: rgb(194, 218, 221);
}

.sidebar .usuario a.empresa{
	float: left;
	width: 90%;
	padding-left: 10px;
	margin-top: 3px;
	font-size: 9px;
	font-stretch: semi-expanded;
}



.sidebar label, .composicoes label, .dadospaciente label{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-left: 15px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	color: white;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 34px;
	/* text-shadow: 2px 1px 1px aquamarine; */
	letter-spacing: 2px;
}

.mnu_label{
	font-size: 14px !important;
/*	
	position: relative;
	cursor: pointer;
	overflow: hidden;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-overflow: ellipsis;
  	white-space: nowrap;
	height: 36px;
	width: 100%;
	word-wrap: break-word;
	float: left;
*/
}

.mnu_label img{
	width: 25px !important;
  	height: 34px;
  	margin-top: -10px !important;
}

.sidebar label:after, .composicoes label:after{
	content: '';
	position: absolute;
	right: 8px;
	top: 10px;
	width: 14px;
	height: 14px;
	background: url('../i/arrow.png') no-repeat center center;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */

	 -moz-transition: -moz-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;

    filter: grayscale(100%) invert(100%) brightness(1400%);
	-webkit-filter: grayscale(100%) invert(100%) brightness(1400%);
	-moz-filter: grayscale(100%) invert(100%) brightness(1400%);
	-ms-filter: grayscale(100%) invert(100%) brightness(1400%);
	-o-filter: grayscale(100%) invert(100%) brightness(1400%);
}


table.links-area{
	display: none;
	width: 100%;
	height: 45px;

	background: white;

	padding-left: 10px;

	font-size: 12px;
	font-family: "Source Sans Pro";
}


label.esconder-barra{
	float: left;
	cursor: pointer;
	z-index: 6;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 160px;
	padding-right: 15px;


	padding-top: 10px;
	height: 22px;
	background: rgba(14, 20, 29);

	/*color: rgb(200,200,200);*/
	color: #011542;
	font-size: 8px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;

	-moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

label.esconder-barra img{
	float: left;
	width: 15px;
	margin: 10px;
	margin-right: 10px;
	margin-top: -1px;
}

label.esconder-barra span{
	display: none;
}

.comp-itens{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	float:left;
	width:100%;	
}

div.left-toggle-1, div.comp-toggle-1{
	display: none;
}

div.left-toggle-2{
	display: none;
}

div.left-toggle-3{
	display: none;
}

input[type=checkbox]#left-toggle-1.sidebar-left-radio:checked ~ .left-toggle-1{
	display: block;
}

input[type=checkbox]#comp-toggle-1.comp-radio:checked ~ .comp-toggle-1{
	display: block;
}

input[type=checkbox]#left-toggle-2.sidebar-left-radio:checked ~ .left-toggle-2 {
	display: block;
}

input[type=checkbox]#left-toggle-3.sidebar-left-radio:checked ~ .left-toggle-3 {
	display: block;
}

input[type=checkbox]#left-toggle-1.sidebar-left-radio:checked ~ .sidebar-entry-header label.left-toggle-1:after{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
}

input[type=checkbox]#comp-toggle-1.comp-radio:checked ~ .comp-header label.comp-toggle-1:after{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
}
input[type=checkbox]#left-toggle-2.sidebar-left-radio:checked ~ .sidebar-entry-header label.left-toggle-2:after{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
}

input[type=checkbox]#left-toggle-3.sidebar-left-radio:checked ~ .sidebar-entry-header label.left-toggle-3:after{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
}

.sidebar-right ul{
	display: none;
	overflow: hidden;
	list-style: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.sidebar-right ul li{
	float: left;
	width: 100%;
	height: 40px;
	position: relative;
	border-bottom: 1px solid #E0E0E0;
}

.sidebar-right ul li a{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #116eb2;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
}

.sidebar-right ul li a:hover{
	cursor: pointer;
	background: white;
	color: #37a8de;
}


.footer{
	display: flex;
	z-index: 95;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 176px;
	width: auto;
	height: 50px;
	border: 1px solid #DDDDDD;
	background-color:rgba(255, 255, 255, 0.8);
	color: #011542;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	padding:5px;
	padding-left: 20px;
}

.footermostra{
	display: flex;
	background-color:rgba(255, 255, 255, 0.8);
	color: #011542;
}

.footer2{
	display: block;
	clear:both;
	float:left;
	z-index: 10;
	position: fixed;
	bottom: 20px;
	right: 0px;
	left: 176px;
	width: 100%;
	height: 50px;
	border: 1px solid #DDDDDD;
	background: white;
	color: #011542;
	-webkit-transform: translateZ(0);
}

/* COPIADO DO CABECALHO SEM TRATAMENTO*/
	/* IMPORTED RULES */
	.form, .formpop, .formpop2, .form3, .form4, .form5{
		font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #011542;
	}


.mostraHint a{
	text-decoration: underline;
}

.vlrmedico{
	background-color:#f5f5f5;
	border:1px solid #d1d1d1;
	color: #011542;
}

input[readonly], textarea[readonly], input[readonly]:hover, textarea[readonly]:hover, input[readonly]:focus, textarea[readonly]:focus{
	background-image: radial-gradient(#efefef, #dedede, #cdcdcd);
	color: #5555ff;
	text-align: center;
	border:1px solid #d1d1d1;
	box-shadow: 0 0 0;
}

.vlrmedicoDisabled{
	background-color:#f5f5f5;
	border:1px solid #d1d1d1;
	color: #011542;
}

.vlrmedicoDestaque{
	background-color: #F9FBFF;
	border: 1px solid #37a8de;
	color: #011542;
}

.vlrmedicoDestaque:hover{
	border: 1px solid #116eb2;
	cursor: pointer;
}

.vlrDireita{
	background-color:#f5f5f5;
	border:1px solid #d1d1d1;
	color: #011542;
	text-align:right !important;
}

.w60pixels{
	width: 60px;
}

.w80pixels{
	width: 80px;
}

.vlrDestaqueDireita{
	background-color: #F9FBFF;
	border: 1px solid #37a8de;
	color: #116eb2;
	text-align: right !important;
}

.vlrAlerta{
	background-color: red;
}

.sugestoesBox *{
    margin: 0;
	padding: 0;
}

.sugestoesBox{
	position: absolute;
	background: #FFFFFF;
	width: 346px;
	max-height: 300px;
	overflow-x:hidden;
	border: 2px solid #116eb2;
	border-radius: 4px;
	box-shadow: 0px 5px 5px 5px #cccccc;
	color: #011542;
	display: none;
	font: normal 11px Tahoma;
	z-index: 10;
}

.sugestoesBox a{
	float: left;
	width: 329px;
	height: 20px;
	line-height: 20px;
	padding: 8px;
	border-bottom: 1px solid rgb(235,235,235);
}

.sugestoesBox a:hover{
    background: #DEDEDE !important;
    font-weight: bold;
}

.sugestoesBox a:nth-child(odd){
	background: #e4efff;
}

.sugestoesBox a:nth-child(even){
	background: #ffffff;
}

.sugestoesBox a.novopaciente{
	float: right;
	background: #36a4d9;
	width: 100px;
	color: white;
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	border-radius: 6px;
	margin: 5px;
	padding: 6px;
}



#div_resumo{
	clear:both;
	position : fixed;
	top: 0 ;
	left: 0 ;
	width: 1000%;
	height: 1000% ;
	background:rgb(170, 170, 170);
	opacity: 0.3;
	z-index:900;
}

#div_conteudo_resumo{
	display: none;
/*
	position : absolute;
	width: 70%;
	height: 70% ;
	top: 0 ;
	left : -35%;
	margin: 0 auto;
	overflow:auto;
	background: #FFFFFF ;
	border: 1px 1px 1px 1px;
	border-width: medium;
    border-style: solid;
    border-color: #00f;
	z-index:1000;
*/
}

#div_carregando{
	display: none;
	position : fixed;
	width: 200px;
	height: 70px;
	left:50%;
	top:50%;
	font-size: 13px;
	font-family: "Open Sans";
	font-weight: 700;
	line-height: 50px;
	margin-left:-100px;
	margin-top:-35px;
	overflow:hidden;
	text-align: center;
	padding:10px;
	background: #FFFFFF ;
	border: 2px solid #011542;
	z-index:100000;
}

#nav{
	z-index: 6;
	position:fixed;
	float: right;
	top: 130px;
	left: 176px;
	width: auto;
	right: 0px;
	background: #011542;
	border-top: 1px solid #414141;
	height: 45px;
	z-index: 11;
}

#nav p{
	float: left;
	background: none;
	color: white;
	font-size: 13px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	margin: 0px;
	padding: 0px 10px;
	line-height: 45px;
}

#nav li{
	float: right;
	padding: 0px;
	background: none;
	height: 100%;
}

#nav li a{
	float: left;
	height: 33px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0px 12px;
	line-height: 33px;
	background: none;
	color: white;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
}

#nav li a:hover{
	background: #0E7ECF;
  	border-radius: 4px;
  	font-style: italic;
  	text-shadow: 2px 1px 1px #011542;
}

#nav li a img{
	float: left;
	height: 13px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 11px;
	filter: grayscale(100%) invert(100%) brightness(1400%);
	-webkit-filter: grayscale(100%) invert(100%) brightness(1400%);
	-moz-filter: grayscale(100%) invert(100%) brightness(1400%);
	-ms-filter: grayscale(100%) invert(100%) brightness(1400%);
	-o-filter: grayscale(100%) invert(100%) brightness(1400%);
}

.table-main{
	margin: 0px;
	background: rgb(240, 243, 248);
}

#centercontent {
	margin: 0px;
	padding-bottom: 5px;
	background: rgb(240, 243, 248);
	font-family: "Open Sans";
	font-size: 11px;
}

#conteudo{
	background: white !important;
}

#page{
	clear: both;
	float:left;
	position: relative;
	background: white;
	padding:10px;
	top: 70px;
/*	margin-top: 60px;*/
	border-top: 0px;
	border-radius: 3px;
	border-bottom: 1px solid #EBEBEB;
	overflow: auto;
	height: 100%;
	min-height: 400px;
	width: 97%;
	margin-bottom:120px;
}

#page form{
	margin-bottom: 0px;
}


table.form5, .resultado, .resultado_fat, .acompanha_prod, .tb_dashboard{
	width: 100%;
	margin: 0px;
	border-collapse:collapse;
}



.resultado tr.header, 
.resultado_fat tr.header, 
.acompanha_prod tr.header,
.resultado tr.trfooter, 
.resultado_fat tr.trfooter, 
.tb_dashboard tr.header, 
.tb_dashboard tr.trfooter,
.tb_dashboard tr.trsubfooter{
	height: 40px;
	background: #011542 !important;
	color: #FFFFFF !important;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}

.resultado tr.header td,
.resultado_fat tr.header td,
.resultado_fat tr.trfooter td{
	height: 40px;
}
.tb_dashboard tr.header,
.tb_dashboard tr.trfooter,
.tb_dashboard tr.trsubfooter,
.tb_dashboard tr.header td,
.tb_dashboard tr.trfooter td,
.tb_dashboard tr.trsubfooter td{
	height: 30px !important;
}
.tb_dashboard tr.trsubfooter, .tb_dashboard tr.trsubfooter td{
	background-color: #244156 !important;
	text-transform: none;
	color: white !important;
}
.result tr, .result td{
	height: 16px !important;
/*	padding: 5px !important;*/
}

tr.header a, tr.header a:link, tr.header a:visited{
	color: white;
}

.form5 tr.header{
	height: 49px;

	color: #37a8de;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	line-height: 18px;
}

.form5 tr.header-info, .resultado tr.header-info, .resultado_fat tr.header-info, .tb_dashboard tr.header-info{
	color: #070055;
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: 700;
	line-height: 20px;
}

.form5 tr.header-info .button, .resultado tr.header-info .button,.resultado_fat tr.header-info .button, .tb_dashboard tr.header-info .button{
	padding: 6px 16px;
}

.form5 tr.header td, 
.resultado tr.header td, 
.resultado tr.trfooter td, 
.resultado_fat tr.header td, 
.resultado_fat tr.trfooter td, 
.tb_dashboard tr.header td, 
.tb_dashboard tr.trfooter td{
/*	padding-left: 20px;*/
	border-top: 0px;
	border-left: 1px solid transparent;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

.tb_dashboard tr.trfooter{
	border-bottom: 3px solid #011542 !important;
}
.form5 tr.header td img, 
.resultado tr.header td img, 
.resultado_fat tr.header td img, 
.tb_dashboard tr.header td img{
	float: left;
}

.form5 tr, .resultado tr, .resultado_fat tr{
	height: 44px;
	background: white;
	margin: 0px;
}
.tb_dashboard tr{
	height: 25px;
	margin: 0px;
}

.form5 td{
--	width: 50%;
	margin: 0px;
	padding: 10px;
	padding-left: 20px;
	border-left: 0px;
	text-align: left;
}

.form5 .tablesemespaco td{
	padding: 0px !important;
}

.form5 tr.header td{
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.form5 td b, .dadospaciente td b{

	color: #116eb2;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
}

.form6 td{
	margin: 0px;
	padding: 10px;
	padding-left: 20px;
	border-left: 0px;
	text-align: left;
}

.resultado tr:not(.header),
.resultado_fat tr:not(.header),
.tb_dashboard tr:not(.header){
	cursor: pointer;
}

.resultado tr:nth-child(odd),
.resultado_fat tr:nth-child(odd),
.tb_dashboard tr:nth-child(odd){
	background: #e4efff;
}

.resultado tr:hover,
.resultado_fat tr:hover,
.tb_dashboard tr:hover{
	background-color: #91cde5;
}
.tb_dashboard tr.header:hover, .tb_dashboard tr.trfooter:hover{
	background-color: #116eb2;
}

.resultado tr,
.resultado_fat tr,
.tb_dashboard tr{
	color: #116eb2;
}
.dadospaciente .resultado tr td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.resultado tr td, .resultado_fat tr td{
	margin: 0px;
	padding: 0px 5px 0px 15px;
	border: 1px solid #EBEBEB;
	border-left: 0px;
	text-align: left;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	color: #011542;
}
.tb_dashboard tr td{
	margin: 0px;
	padding: 0px 5px 0px 15px;
	text-align: left;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	color: #011542;
}
.resultado tr td a,
.resultado_fat tr td a,
.tb_dashboard tr td a{
	color: #054FBE;
}

.botaoalerta{
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;

	background: #36a4d9;
	border-radius: 4px;
	border: 1px solid #36a4d9;
	padding: 3px 15px !important;

	color: white !important;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 800;
	text-transform: uppercase;
	line-height: 25px;
	min-width:30px;
}

.botaoalerta:hover{
	background: #36a4d9;
	color: #011542 !important;
	border-color: #011542;
}


.form5 td input.button, .button{
	cursor: pointer;
	float: left;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;

	background: #37a8de;
	border-radius: 4px;
	border: 1px solid rgb(84, 128, 160);
	padding: 0px 12px;
	margin: 0 5px;

	color: white !important;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 800;
	text-transform: uppercase;
	line-height: 20px;
}

.form5 td input.button{
	line-height: 32px;
}

.button:hover{



}

.form5 td input.submit, .submit, input.reset, .reset, .botao{
	cursor: pointer;
	float: right;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: #1F76B6;
	border-radius: 4px;
	border: 1px solid #011542;
	text-shadow: 2px 1px 1px #011542;
	padding: 4px 12px;
	color: white !important;
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	min-width: 44px;
	max-width: 250px;
	min-height: 40px;
	letter-spacing: 1px;
	white-space: normal;
	
}

input[type=image].botao{
	min-width: 12px;
  	max-width: 25px; 
  	min-height: 12px;	
  	max-height: 25px;	
	padding: 2px;
}

.botao:hover{
	background-image: radial-gradient(#cdcdcd, #efefef);
	text-shadow: 2px 1px 1px #ffffff;
	color: #011542 !important;
	border-color: #011542;
	font-style: italic;
}




.form5 td input.submit:disabled, .submit:disabled{
	background: rgb(55, 134, 255);
	border-radius: 4px;
	border: 1px solid rgb(69, 130, 223);
}

.botao:disabled{
	color: #011542;
	/*color:gray;*/
	background: #59caff;
	border-radius: 4px;
}

.botao{
	float:none;
	text-align: center;
}

.botaotab{
	padding: 0px 10px 0px 10px !important;
	line-height: 15px;
}

.btnCalc{
	width:60px;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
}

.btnCalc2{
	width:125px;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
}

.form5 td input.cancel, .cancel{
	cursor: pointer;
	float: right;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;

	margin: 5px;

	background: #37A8DE;
	border-radius: 4px;
	border: 1px solid transparent;
	padding: 3px 11px;

	color: #ffffff !important;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 800;
	text-transform: uppercase;
}

.mensag_presc{
	float: left;
	font-size: 12px;
	font-family: "Source Sans Pro";
	font-weight: 400;
	line-height: 12px;
	margin: auto 0px;
	width: 70%;
	overflow-x: hidden;
	overflow-y: hidden;
  	margin-right: 2%;
  	position: relative;
}

.aba{
	float: left;
	font-size: 12px;
	font-family: "Source Sans Pro";
	font-weight: 400;
	line-height: 12px;
	margin: 10px;
	width: 95%;
	overflow-x: hidden;
	overflow-y: auto;
}

.dv_msg{
	color: white !important;
}

.footer .submit{
	margin: 5px;
	line-height: 30px;
	
}

.campo2OnfocusDisabled{
	background: transparent;
	border-color: transparent;
	font-weight: bold;
}



.sidebar-right-inner{
	float: inherit;

	text-align: right;
	width: 180px;
	overflow: auto;
	padding-top: 2px;

    -moz-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}

.sidebar-right-inner .sidebar-entry-header{
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	height: 24px;
	padding-top: 9px;

	background: rgba(0,0,0,0.03);
	border-bottom: 1px solid #DFDFDF;
}

.sidebar-right-inner label{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-left: 15px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	/*color: #6d7989;*/
	color: #011542;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	line-height: 33px;
}

.sidebar-right-inner table.adicionarCompromisso{
	width: 100%;
}

.sidebar-right-inner table.adicionarCompromisso tr td{
	border-bottom: 1px solid #DDD;
	padding: 5px;
	padding-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	/*color: rgb(94, 94, 94);*/
	color: #011542;
	font-size: 10px;
	font-family: "Open Sans";
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}

#ui-datepicker-div { 
	font-size: 12px; 
	height: inherit;
}

.calendar{
	border-collapse: collapse;
}

	.calendar tr{

	}

		.calendar tr td{
			border: 1px solid #DDD;
			border-left: 1px solid transparent;
			padding: 3px 4px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;

			/*color: rgb(94, 94, 94);*/
			color: #011542;
			font-size: 10px;
			font-family: "Open Sans";
			font-weight: 700;
			line-height: 20px;
			text-transform: uppercase;
			text-align: center;
		}

			.calendar tr td:hover{
				cursor: pointer;
				background: #E7F1F1;
			}

		.CalendarTitle{
			padding: 8px;
			/*color: rgb(120, 127, 138);*/
			color: #011542;
			font-size: 12px;
			font-family: "Source Sans Pro";
			font-weight: 700;
			line-height: 14px;
			text-transform: uppercase;
			text-align: center;
		}

table.npt{
	margin: 0px;
	display: inline-block;

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}

table.npt:nth-child(3n +1){
	clear: right;

	border-left: 0px;
}


table.npt tr.header td:last-child{
	border-right: 1px solid #EBEBEB;
}

#columns {
	float: right;
	-webkit-column-count: 4;
	-webkit-column-gap:0px;
	-moz-column-count:4;
	-moz-column-gap:0px;
	-o-column-count:4;
	-o-column-gap:0px;
	column-count:4;
	column-gap:0px;
	float: right;
}


.rodape{
	position: fixed;
	right: 0px;
	bottom: 0px;
	float: right;

	width: 85%;
	list-style-type: none;
	height: 20px;
	background-color:white;
	font: 10px Arial, Helvetica, sans-serif;
	z-index: 93;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
}

li.rodape, li.rodape1, li.rodape2, li.rodape3{
	display:inline;
}

li.rodape1 a, li.rodape1 a:link, li.rodape1 a:active, li.rodape1 a:visited, li.rodape1 a:hover{
	color:#CFA000;
}

li.rodape2 a, li.rodape2 a:link, li.rodape2 a:active, li.rodape2 a:visited, li.rodape2 a:hover{
	color:#444;
}

li.rodape3 a, li.rodape3 a:link, li.rodape3 a:active, li.rodape3 a:visited, li.rodape3 a:hover{
	color:#777;
}

li.rodape1 a:hover, li.rodape2 a:hover, li.rodape3 a:hover{
	text-decoration:underline;
}

li.rodape1{
	float:left;
	/*color:#CFA000;*/
	color: #011542;
	margin:0 0 0 30px;
}

li.rodape2{
	float:left;
	color:#333;
	margin:0 0 0 30px;
}

li.rodape3{
	color:#777;
	margin:0 3px 0 0;
}

.expand{
	display:block;
	width: 100%;
	height: 45px;
	line-height: 45px;
} /* Expand button */

.btexpand{
	float:left;
	background: url(../i/expand.png) no-repeat;
	background-position: 0 50%;


	cursor: pointer;
	width: 30px;


	height: 45px;
	line-height: 45px;
} /* Expand button */

.textright{
	text-align: right !important;
}

.textleft{
	text-align: left !important;
}

.right{
	float: right !important;
}

.left{
	float: left !important;
}

table.mceLayout, table.mceToolbar {
	padding: 0px !important;
	float: left !important;
}

.maiusculo {
 text-transform: uppercase;
}

.alerta_vermelho{
	display:flex;
	background-image: radial-gradient(#ff0000 75%, #011542) !important;
	color: #011542;
}

.alerta_vermelho .mensag_presc{
/*	color: #FFFFFF !important;*/
}

.alerta_amarelo{
	background-image: radial-gradient(#ffff00 75%, #011542) !important;
	color: #011542;
}

.divlabel200{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align:center;
	color: #116eb2;
}

.divlabel130{
	display: inline-block;
	width: 130px;
	height: auto;
}

.divlabel100{
	display: inline-block;
	width: 32%;
	height: auto;
}

.divlabel100right{
	display: inline-block;
	width: 100px;
	height: auto;
	text-align: right;
	padding-right: 5px;
}

.divlabel50{
	display: inline-block;
	width: 50px;
	height: auto;
	margin:7px;
}

.tablecolor table, .tablecolor tr, .tablecolor td{
	padding: 5px !important;
	height: 10px !important;
}

.ui-widget-header{
	background: #011542 !important;
}

.ui-dialog-title{
	color: white;
}

.ui-dialog {
	border: 3px solid #011542 !important;
}
input:focus, select:focus{
	border-color: rgba(81, 203, 238, 1);
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

input[type=checkbox]:focus{
	box-shadow: 0px 0px 20px 10px #ffff00;


}

#rtoEditor0 table td{
	padding:2px !important;
}

span.barNav1{
	position:relative;
	padding:0 0 0 2px;
	_padding:0;
}

.barNav1 img{
	z-index:-1;
}

.barNav1 a{
	font:12px Arial, Verdana,Helvetica,sans-serif;
	color:#000;
	text-decoration:none;
	text-align:center;
}

.barNav1 a:hover{
	/*color:#666;*/
	color: #011542;
}

.barNav1 a span{
	display:none;
	visibility:hidden;
}

.barNav1 a:hover span{
	z-index:100;
	display:block;
	visibility:visible;
	position:absolute;
	background-color:#ffffff;
	top:12px;
	left:0;
	height:160px;
	color:#444;
	font-size:11px;
	text-align:left;
	line-height:16px;
	background:url("../i/tip_fd.png") no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	width:220px;
	padding:30px 10px 0 18px;
	cursor:pointer;
}

.hint{
	float:right;
	background:url(../i/hint.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0;
	position: absolute;
	width: 18px;
	min-width: 18px;
	min-height: 30px;
	line-height: 30px;
}

.hint:hover, .hover, .temhint{
	background-position-x: -19px;
}

.ui-front{
}

.formpop1 tr:nth-child(odd){
	background: #e4efff;
}

.formpop1 tr:nth-child(even){
	background: #ffffff;
}

.formpop1 tr.header {
	background-color: #011542 !important;
	padding-left: 20px;
	border-top: 0px;
	border-left: 1px solid transparent;
	text-transform: uppercase;
	color: white;
}


div.left-toggle-Ask{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 177px;
	height: 30px;
	vertical-align: bottom;
	background-color: white;
	text-align: center;
}

div.left-toggle-Ask a{
	height: 30px;
}

div.left-toggle-Ask a img{
	margin: 0px;
	width: 70px;
	height: 30px;
	vertical-align: bottom;
}

/* Balão de Mensagens dos Alertas */
.dv_avbalao {
	position: absolute;
	text-align: justify;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -30px;
	background-color: #44FF44;
	border-radius: 10px;
	border: 1px solid #011542;
	z-index:10;
}

.dv_balao {
	position: absolute;
	text-align: justify;
	width:250px;
	margin-left: 100px;
	margin-top: -25px;
	border-radius: 6px;
	border: 1px solid #011542;
	z-index:10;
}

.dv_balao:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	top: 6px;
	margin-left: -47px;
	border-right-width: 30px;
	border-right-color: #011542;
}

.homologacao{
	display:none;
	position:fixed;
	top: 20px;
	left: 30px;
	background-color:white;
	border-radius: 6px;
	border: 1px solid #011542;
	z-index:10000;
	padding: 8px;
	color: #011542;
	font-size: 12px;
	font-family: "Source Sans Pro";
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

.max_alertas{
	display:none;
	float:left;
	background-color: transparent;
	background:url(../i/maximizar.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;


	cursor: pointer;
	width: 40px;
	height: 50px;
	line-height: 50px;




}

.divMenuContexto{
	display: none;
	position:absolute;
	background: white;
	border:1px solid black;
	padding: 10px;
	text-align: center;
	width: 80px;
	color: #011542;
	font-size: 12px;
	font-family: "Source Sans Pro";
	font-weight: 300;
	line-height: 16px;
	cursor: pointer;
	z-index: 99999;
}

.divMenuContexto #opcAbrir:hover, .divMenuContexto #opcFechar:hover{
	background:#011542;
	color: white;
}

.divEmbalagem{
	display: none;
	position: fixed;
	top: 150px;
	background-color:white;
	border-radius: 4px;
	border: 1px solid #011542;
	width: 50%;
	height: 200px;
	left: 50%;
	margin-left: -25%;
	z-index:99999;
}

.divEmbalagem .divTitulo{
	background-color: #011542;
	border-radius: 4px;
	border: 1px solid white;
	font-family: "Open Sans", Arial;
	color: white;
	font-size: 16px;
	line-height: 24px;
	padding: 2px;
	text-align: center;
}


/*UPLOAD*/
#upload-wrapper {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: #3D91A2;
	padding: 50px;
	border-radius: 10px;
}
#upload-wrapper h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;
	border-bottom: 1px dotted #DDD;
}
#upload-wrapper input[type=file] {
	padding: 6px;
	background: #FFF;
	border-radius: 5px;
}
#upload-wrapper #submit-btn {
	border: none;
	padding: 10px;
	background: #61BAE4;
	border-radius: 5px;
	color: #FFF;
}
#output{
	padding: 5px;
	font-size: 12px;
}

/* prograss bar */
#progressbox {
	border: 1px solid #CAF2FF;
	padding: 1px; 
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #CAF2FF;

	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #FFFFFF;

}

.fimlista{
	display:none;
}

.boxDados{
	clear: both;
	float: left;
	border: 1px solid #37a8de;
	border-radius: 4px;
	padding: 20px 5px 10px 10px;
	min-height:10px; 
	width:98%;
	z-index:100;	
}

#dadospaciente{
	display:block;
	margin-top:-15px; 
}

.legenda{
	padding: 10px;
	font-size: 9px;
	font-style: italic;
}

#equipocontra{
	display: none;
	margin-top:-15px; 
}
#contraprova{
	clear: both;
  	float: left;
	min-height:20px;
 	width: auto;
	margin-top: 5px;
  	background-color: white;
  	border: 1px solid #37a8de;
  	border-radius: 4px;
 	padding: 10px 10px;
}

#titcontraprova{
	clear:both;
  	float: left;
	margin-top: -20px;
	border: 1px solid #37a8de;
  	border-radius: 4px;
  	background-color: white;
  	padding: 2px;
}

#divHistEvolucao{
	min-height:20px;
}

.ui-datepicker-month, .ui-datepicker-year{
	min-width: 60px;
	max-width: 60px;
}

#dadosnpt{
	margin-top: 0px;
}

#titdadosnpt{
	clear:both;
  	float: left;
  	font-size: 14px !important;
  	font-weight: 700;
  	font-style: italic;
	margin-top: -30px;
	border: 1px solid #37a8de;
  	border-radius: 4px;
  	background-color: white;
  	padding: 4px;
}

#cgen {
	background: white;
	padding: 10px;
	padding-right: 20px;
}

#titcgene{
	clear:both;
  	float: left;
  	font-size: 12px !important;
  	font-weight: 700;
  	font-style: italic;
	margin-top: -30px;
	border: 1px solid #37a8de;
  	border-radius: 4px;
  	background-color: white;
  	padding: 4px;
}

.c-cons{
	position: fixed;
  	top: 180px;
}

.div_produtos{
	top: 0px;
	margin-bottom:100px;
	position: relative;
}

.creditos{
	clear:both;
	display: none;
	padding:10px;
	position: absolute;
	background-color: white;
	top: 50%;
	width: 400px;
	left: 50%;
	margin: -20% -200px;
	border: 1px solid #011542;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	 border-radius:10px;
	 text-align: center;
	z-index:900;
	box-shadow: 2px 2px 2px #011542;
 	-webkit-box-shadow: 2px 2px 2px #011542;
 	-moz-box-shadow: 2px 2px 2px #011542;
}

.creditos span{
	font-size: 16px;
	text-transform: uppercase;
}

.creditos img{
	width: 150px;
}

.creditos .texto img{
	width: 80px;
}

.menu-opcoes {
  z-index: 4;
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height:100%;
  overflow: hidden;
  background: #F8F8F8;
  border: 1px outset #116eb2;
  border-radius: 8px;
  -moz-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.menu-opcoes ul li{
  	clear: both;
	float: left;
  	padding-left: 15px;
  	overflow: hidden;
  	text-overflow: ellipsis;
 	white-space: nowrap;
  	color: #116eb2;
  	font-size: 10px;
  	font-family: "Open Sans";
  	font-weight: 700;
  	text-transform: uppercase;
  	line-height: 40px;
  	border-bottom: 1px solid;
  	width: 100%;
}

.menu-opcoes ul li:hover{
	cursor: pointer;
	background-color: #116eb2;
	color: white;
}

.oculto{
	display: none;
}

.bot_controle_home{
	position:absolute;
	background-color:white;
	border:1px solid;
	  	border-radius: 0px 6px 6px 6px;
   	-webkit-box-shadow: 5px 5px 5px 0px #ccc;
     -moz-box-shadow: 5px 5px 5px 0px #ccc;
          box-shadow: 5px 5px 5px 0px #ccc;

	padding:10px;
	min-width:300px;
	text-align:center;
	display:none;	
}

.buttons-copy::after{
    font-family: 'Font Awesome 5 Free'; /* essential for enabling glyphicon */
    float: right;        /* adjust as needed */
    content: "\f24d";    /* adjust as needed, taken from bootstrap.css */
	display: inline-block;
    padding-left: 0.4em;
}

.buttons-excel::after{
    font-family: 'Font Awesome 5 Free'; /* essential for enabling glyphicon */
    float: right;        /* adjust as needed */
    content: "\f1c3";    /* adjust as needed, taken from bootstrap.css */
	display: inline-block;
    padding-left: 0.4em;
}

.buttons-pdf::after{
    font-family: 'Font Awesome 5 Free'; /* essential for enabling glyphicon */
    float: right;        /* adjust as needed */
    content: "\f1c1";    /* adjust as needed, taken from bootstrap.css */
	display: inline-block;
    padding-left: 0.4em;
}

.buttons-print::after{
    font-family: FontAwesome;  /* essential for enabling glyphicon */
    float: right;        /* adjust as needed */
    content: "\f02f";    /* adjust as needed, taken from bootstrap.css */
	display: inline-block;
    padding-left: 0.4em;
}

.btn_datatable {
  line-height: 1.5rem;
  border-radius: 4px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.btn-primary {
    color: white;
    background-color: #2e6da4;
    border: 1px solid #2e6da4;
	padding: 3px 5px;
    margin: 3px;
	cursor: pointer;
}
.btn-primary:hover {
    color: #2e6da4;
    background-color: white;
}

.head-logo{
	display: none;
}
