*{
    margin: 0;
    padding: 0;
}
html, body{
    width: 100%;
    height:100%;
    min-height: 90%;
    background-color: #CDC9C9;
}
a {
    text-decoration: none;
}
/*input[type=text]{   */
.inputpesquisa {
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: #FFFFFF; 
	/*background-image : URL("../img/lupa30px.jpg");*/
	background-repeat: no-repeat, repeat;
	background-position: right;
	border:1px solid #000000;
    width:250px;
    height: 25px;
	float: left;
    font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
	font-size: large;
	line-height: 23px;
	font-weight: bold;
}
.tudo {
    margin: 0 auto;
    /*width: 81.30952380952381%; */
    width: 94.11764705882353;
    height: 100%;
    min-height: 80%;
}
.barra1login {
    width: 100%;
    height: 22px;
    background-color: #000;
    font:12px Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
    text-decoration:none;
    color: #FFF;
    /*float: left;*/
}
.esquerdalogin {
    margin-left: 20%;
    margin-top: 2px;
    float: left;
}
.entradalogin {
    margin-left: 1.5%;
    margin-top: 1px;   
    float: left;
}
.textologin {
    width: 80px;
/*    height: 14px; */
    background-color:#000; 
    border-color:#a9a9a9;
}
.textologin:focus {
    background-color: #46ec3d;
}
.botaologin {
    margin-left: 10px;
    float: left;
}
#ibotaologin {
    width: 50px;
    margin-top: 2px;
    font-size: 11px;
    text-decoration:none;
    background-color:#a9a9a9; 
    border-color:#000; 
}
#ibotaologin:hover {
    background-color: #FFF;
}
.ajudalogin {
    height: 18px;
    margin-left: 10%;
    margin-top: 1px;
    background-color: #282828;
    float: left;
}
.ajudalogin li {
    display: inline-block;
}
.ajudalogin a:hover {
    background-color: white;
}
.ajudalogin a:active{
    color: #a9a9a9;
}
.ajudalogin a:link{
    color: #a9a9a9;
}
.ajudalogin a:visited{
    color: #a9a9a9;
}
.barra2 {
    float: left;
    width: 100%;
    height: 80px;
    background-color: #088a29;  /* cor de fundo da barra 2 */
    /*background-image: url("../img/fundo002.jpg");
    background-size: cover; */
    color: #000;
}
.barra2 a {
    text-decoration: none;
}
.barra2 a:active{
    color: #00F;
}
.barra2 a:link{
    color: #00F;
}
.barra2 a:visited{
    color: #00F;
}
.barra2logo {
    width: 20%;
    background-color: #FFF;
    height: 80px;
    float: left;
    font-size: 2.5em;
    font-style: italic;
    font-weight: bold;

    /*background-image: url("../img/fundo002.jpg");
    background-size: cover; */
    
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.barra2logo img {
    width: 150px;
    height: 80px;
}
.barra2menu {
    width: 80%;
    height: 80px;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.barra2menu li {
    float: left;
    list-style-type: none;
    margin-left: 30px;
}
.barra2menu a:active {
    color: #CCF;
}
.barra2menu a:link {
    color: #FFF;
}
.barra2menu a:visited {
    color: #CCF;
}
/* Altura mínima independente do monitor */
.centro, .mural, .areadetrabalho, .areatrabalho {
	min-height: 400px;
}
/* Altura mínima para monitores com min-height=768px */
@media screen and (min-height: 568px) {
	.centro, .mural, .areadetrabalho, .areatrabalho {
		min-height: 488px;
	}
}
/* Altura mínima para monitores com min-height=768px */
@media screen and (min-height: 768px) {
	.centro, .mural, .areadetrabalho, .areatrabalho {
		min-height: 688px;
	}
}
/* Altura mínima para monitores com min-height=800px */
@media screen and (min-height: 800px) {
	.centro, .mural, .areadetrabalho, .areatrabalho {
		min-height: 720px;
	}
}
/* Altura mínima para monitores com min-height=900px */
@media screen and (min-height: 900px) {
	.centro, .mural, .areadetrabalho, .areatrabalho {
		min-height: 820px;
	}
}
/* Altura mínima para monitores com min-height=1024px */
@media screen and (min-height: 1024px) {
	.centro, .mural, .areadetrabalho, .areatrabalho {
		min-height: 944px;
	}
}
/* Altura mínima para monitores com min-height=1050px */
@media screen and (min-height: 1050px) {
	.centro, .mural, .areadetrabalho, .areatrabalho {
		min-height: 980px;
	}
}
/* Altura mínima para monitores com min-height=1080px */
@media screen and (min-height: 1080px) {
	.centro, .mural, .areadetrabalho, .areatrabalho {
		min-height: 1000px;
	}
}
.centro {
    float: left;
    width: 100%;
    background-color: #FFF;
}
.texto-centralizado{
	display: flex; 
	justify-content: center;
	align-items: center;
/*	height: 100vh;	*/
}	
.mural {
    width: 20%;
	min-height: 820px;
    /*background-color: #81F7D8;   /*BAE9F7; Cor de fundo do Mural */
    background-color: #BADDC7/*#BAE9F7*/;
    float: left;
}
.areadetrabalho {
    width: 80%;
	min-height: 820px;
    float: left;
    background-image: url(../img/aclinica.png); 
    background-size: cover; 
}
.areatrabalho {
    width: 100%;
	min-height: 820px;
    float: left;
    /*background-image: url(../img/auditorio001.jpg); 
    background-size: cover; */
	background-color: #FAFAF0;
}
.areareduzida {
    width: 98%;
	min-height: 820px;
}
.formularioEntrada {
	margin-top: 15px;
	margin-left: 15px;
}
.rodape {
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 0px;
	background-color: #10AC65;
    font-size: 0.8em;
    /*position : absolute;*/
	bottom : 0;
	
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

}
.emlinha {
    margin-left: 5px;
    display: inline-block;
}
.mural {
    color: #36F;
}
.mural p {
    color: #00F;
    margin-left: 40px;
    /*align-content: center;*/
}
.mural li {
    /*list-style-type: none;*/
    margin-left: 30px;
}

#lblerro {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: red; /*lightcoral;*/
    margin-top: 5px;	
	color: white;
}

#lblatencao {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: #08088A; /*lightcoral;*/
    margin-top: 5px;	
	color: white;
}

#itablelogado a:link {
    color:  red;  /*#CCF;*/
}
#itablelogado a:hover {
    color:  red;  /*#CCF;*/
}	
#itablelogado a:visited {
    color:  red;  /*#CCF;*/
}
#itablelogado a:active {
    color:  red;  /*#CCF;*/
}

.tabela1  {
	width: 90%;
	border: 1px solid black;
	border-collapse: collapse;
}
.tabela1 th {
	border: 1px solid black;
}
.tabela1 tr {
	border: 1px solid black;
}
.tabela1 tr:nth-child(even) {
	background-color: #BADDC7; /* #EEEEE0;*/
}
.tabela1 td {
	border: 1px solid black;
}
.lupa {
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: #FFFFFF; 
	background-image : URL("../img/lupa30px.jpg");
	background-repeat: no-repeat, repeat;
	background-position: center;
	background-clip: border-box;
	background-size: contain;
	border:0px solid #000000;
    width:25px;
    height: 25px;
	float: left;
	margin-left: 5px;
}
.input0 {
	display: block;
}
.thorario  th {
	border: 1px solid black;
	padding:5px; 
	background-color:#EEEEE0; 
}
.tddetalhe1 {
	border: 1px solid black;
	padding:5px; 
	background-color:#FFFFFF; 
}
.tddetalhe2 {
	border: 1px solid black;
	padding:5px; 
	background-color:#F0E68C; 
}
.tddetalhef {
	border: 1px solid black;
	padding:5px; 
	background-color:#8B4513; 
}

/* portfolio */
.imgportfolio {
	background-color: black;
	height: 50px;
	width:50px;
	object-fit: scale-down;
}
.tableportfolio{
	border: 0;
	cellspacing: 2;
	cellpadding: 0;
	bgcolor: #ff6600;
}
.tableportfolio	th, td {
		padding:10px;
}
.imgportfolio2 {
	background-color: black;
	height: 20px;
	width:20px;
	object-fit: scale-down;
}

input[type="file"]{
		display: none;
/*		background-color: red;
		color: blue;
		width: 200px;
		height: 150px;
		font-weight: bold;  */
}
#inputSubmit {
	display: none;
}	

#labelSubmit, #buttonSubmit{
	padding: 5px 5px;
	width:250px;
	height:30px;
	background: #A9A9A9;
	color: #fff;
	/*text-transform: uppercase;*/
	display: left;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	border: 1px solid #333;
}
#labelSubmit hover{
	color: blank;
	background: red;
}
