*{
	margin:0px;
	padding:0px;
}

body {
	background-image: url(../Imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000000;
	font-family: "Open Sans", Helvetica, sans-serif, arial;
	font-size: 18px;
	font-weight: 300;    /*indica que a fonte está coonfigurada como Open Sans Light*/
	line-height: 22px;   /*altura da linha*/ 
	text-align: left;
	text-shadow: 1px 1px 0px #fff;    /*sombreamento para as fontes do site*/
}
/*
.center {
	margin: 0 auto;
	width: 1200px;
}*/

/*.clearfix usado para adicionar um espaço vazio antes e depois dos elementos
  evitando que os floats se aglomerem.
*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*fim do clearfix*/

img, picture, video, embed {
	max-width: 100%;    /*define a largura máxima em até 100%*/
}

h1, h2{
	color: #FF4500;
	font-size: 60px;
	font-weight: 800;
    letter-spacing: -3px; /*espaçamento entre as letras*/
    line-height: 60px;
}

h3{
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -2px; /*espaçamento entre as letras*/
    line-height: 38px;
}

p{
     font-weight: 300;/*modifica a força da fonte para light*/
     letter-spacing: -1px; /*espaçamento entre as letras*/
}

a, a:link, a:visited{
     color:#FE9380; /*cor dos links*/
     font-weight:400; /*modifica a força da fonte para semi-bold*/
     text-decoration:none; /*retira o sublinhado dos links*/
}

a:hover{
     color:#FE5E41;
     text-decoration:underline; /*inseri uma linha sob o link*/
     text-shadow:none; /*retira a sombra da fonte*/
}

header{
	 background-image: url(../Imagens/top2.png);
	 background-size: auto 100%;
     border-bottom: 1px solid #E0E0E0; /*borda na base da seção*/
     height:120px;
     width:100%; /*largura do topo*/
     padding-top: 30px;
}
/*
=========================
logotipo
=========================
*/
     header h1 a{
          background:url(../Imagens/sala.png) no-repeat; /*logotipo*/
          display:block; /*torna o link como um bloco, um retângulo*/
          float:left; /*posiciona o logotipo à esquerda do site*/
          height:139px; /*altura da imagem*/
          text-indent:-9999; /*recuo para ocultar texto à esquerda*/
          width:75px; /*largura da imagem*/
          margin-left: 40px;
          margin-top: 5px;
}

	 header h2 a {
	 	 background: url(../Imagens/sair.png);
	 	 display:block;
		 float: right;
		 margin-top: 7px;
		 margin-right: 22px;
		 width: 64px;
		 height: 64px;
		 
}

	 header h3 a {
	 	 background: url(../Imagens/voltar.png);
	 	 display:block;
		 float: right;
		 margin-top: 7px;
		 margin-right: 22px;
		 width: 64px;
		 height: 64px;
		 
}

      nav {
      	 float: left;
         margin: 0 60px 20px;
	  /* height: 120px; */
	  	 height: 446px;
	     width: 190px;
	     background-color: #ccc;
}
     
       nav #btequipamento, #btlaudo, #btprodutos {
     /*  float: left; */
      	 margin-right: 30px;
      	 text-align: center;
      	 margin: 10px; 
      	 margin-top: 26px;

}

      figure img {
    	 width: 80px;
    	 height: 80px;

}

	  nav a h6 {
		 color: #000;
}

	  nav a:hover h6 {
		 color: #FF0000;
		 text-decoration: underline;
		 text-shadow: currentColor;
}

     .chamada{
		 margin: 10px auto 0;
	     height:290px;
	     text-align:center;
	     width:1200px;
}
     h2 span{
          font-size: 60px;
          font-weight: 300;
          letter-spacing: -2px;
          line-height: 60px;
     }

     .chamada  {
          width:100%;
     }
     .chamada figure img {
          margin: 0 auto;
          width:100%;
          height: 200px;
     }

     .chamada h3 {
          margin: 0 auto;
          width:900px;
     }

     .container {
     /*	 clear: both; */
    /* 	 float: left; */
     	 margin-left:  255px; 
	     background-color:#ccc;
	     height: 417px;
	     padding:15px;
	/*   max-width:1170px; */
		 width: 960px;
	     margin-bottom: 40px;
}
	
	 #equipamento {
         height: 413px;
         width: 955px;
         border: 1px solid #808080;
}

	 #equipamento figure img {
		 width: 40px;
		 height: 40px;
		 float: left;
		 margin-top: 12px;
		 margin-left: 175px;
		 margin-right: 8px;
}

	 #equipamento h2 {
		 text-align: left;
		 font-size: 43px;
		 margin-bottom: 5px;
}

	 #equipamento hr {
		 width: 90%;
		 margin-left: 2%;
}

	 #ocorrencia {
	 	 width: 440px;
	 	 height: 320px;
	 	 float: left;
	 	 margin-top: 15px;
}

	 #ocorrencia label {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 20px;
		 font-weight: bold;

}

	 #ocorrencia input {
	 	 	float: right;
	 	 	width: 250px;
	 	 	height: 22px;
	 	 	border-radius: 12px;
	 	 	padding-left: 8px;
	 	 	margin-right: 5px;

}

	 #ocorrencia textarea {
			float: right;
			width: 250px;
			height: 255px;
			border-radius: 12px;
			padding: 4px;
			margin-right: 5px;

}

	 #observacao {
	 	 width: 440px;
	 	 height: 320px;
	 	 float: right;
	 	 margin-top: 15px;
	 	 margin-right: 22px;
}

	 #observacao label {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 20px;
		 font-weight: bold;

}

	 #observacao input {
	 	 	float: right;
	 	 	width: 250px;
	 	 	height: 22px;
	 	 	border-radius: 12px;
	 	 	padding-left: 8px;
	 	 	margin-right: 5px;

}

	 #observacao textarea {
			float: right;
			width: 245px;
			height: 255px;
			border-radius: 12px;
			padding: 4px;
			padding-left: 9px;
			margin-right: 5px;

}

/* ---------------------------------------Aqui é da pagina Laudo.php-------------------------------- */

	 #diaginostico {
         height: 413px;
         width: 955px;
         border: 1px solid #808080;
}

	 #diaginostico figure img {
		 width: 40px;
		 height: 40px;
		 float: left;
		 margin-top: 12px;
		 margin-left: 245px;
		 margin-right: 8px;
}

	 #diaginostico h2 {
		 text-align: left;
		 font-size: 43px;
		 margin-bottom: 5px;
}

	 #diaginostico hr {
		 width: 90%;
		 margin-left: 2%;
}

	 #laudo {
	 	 width: 440px;
	 	 height: 320px;
	 	 float: left;
	 	 margin-top: 15px;
	 	 
}

	 #laudo label {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 20px;
		 font-weight: bold;

}
	 
	 #laudo textarea {
			float: right;
			width: 340px;
			height: 305px;
			border-radius: 12px;
			padding: 4px;
			margin-right: 5px;

}

	 #solucao {
	 	 width: 440px;
	 	 height: 320px;
	 	 float: right;
	 	 margin-top: 15px;
	 	 margin-right: 22px;

}

	 #solucao label {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 20px;
		 font-weight: bold;

}

	 #solucao textarea {
			float: right;
			width: 335px;
			height: 305px;
			border-radius: 12px;
			padding: 4px;
			padding-left: 9px;
			margin-right: 5px;

}

/* ---------------------------------------Aqui é da pagina Produtos.php-------------------------------- */
	 #manutencao {
         height: 413px;
         width: 955px;
         border: 1px solid #808080;
}

	 #manutencao figure img {
		 width: 40px;
		 height: 40px;
		 float: left;
		 margin-top: 12px;
		 margin-left: 245px;
		 margin-right: 8px;
}

	 #manutencao h2 {
		 text-align: left;
		 font-size: 43px;
		 margin-bottom: 5px;
}

	 #manutencao hr {
		 width: 90%;
		 margin-left: 2%;
}

	 #manutencao label {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 20px;
		 font-weight: bold;
		 margin-left: 60px;
		 margin-right: 7px;
		 text-align: center;
}

	 #prodserv {
	 	 height: 280px;
	 	 width: 900px;
	 	 overflow-y: scroll;
	 	 overflow-x: auto; 
	 	 border: 2px solid #808080;

}

	 #prodserv textarea {
	 	 width: 180px;
	 	 height: 36px;
	 	 border-radius: 13px;
	 	 margin-top: 5px;
	 	 float: left;
	 	 margin-left: 10px;
	 	 padding-top: 4px;
}

	 #prodserv input {
	 	 width: 144px;
	 	 height: 24px;
	 	 border-radius: 10px;
	 	 margin-left: 15px;
	 	 float: left;
	 	 margin-top: 12px;
	 	 padding-left: 6px;
	 	 text-align: center;
}

	 #totalos {
		 width: 134px;
	 	 height: 24px;
	 	 border-radius: 10px;
	 	 float: right;
	 	 margin-top: 5px;
	 	 margin-right: 5px;
	 	 padding-left: 10px

}

	 #nometotalos {
		 float: right;
		 margin-top: 12px;
		 margin-right: 5px;
}

	 /* ---------------------------------------Aqui é a pagina seleiciona_os.php-------------------------------- */
	 
	 .cliente {
		 width: 800px;
		 height: 60px;
		/* border: 1px solid #000; */
		 margin: 15px auto;
		 text-align: center;
		 
}

	 #cliente1 {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 35px;
		 position: relative;
		 color: #FF4500;
}

	 #nomecli {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 30px;
		 position: relative;
		/* margin-left: 10px; */
		 margin-top: 15px;
}

	 .container2 {
     /*	 clear: both; */
    /* 	 float: left; */
     	 margin-left:  70px; 
	     background-color:#ccc;
	     height: auto;
	     padding: 13px 50px 50px 50px;
	/*   max-width:1170px; */
		 max-width: 1100px;
	     margin-bottom: 40px;
	     text-align: center;
	     margin-top: 70px;
}

	 .container2 h3 {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 text-shadow: none;
		 font-size: 40px;
		 margin-bottom: 10px;
		 
}

	 #seleciona {
         height: auto;
         width: 1090px;
         border: 1px solid #fff;
         background-color: #fff;
         overflow: hidden;

}


                           /* Aqui comeca a tabela */
	  /* Table Base */

  #mostrar {
  	display: none;
 }

  table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
    text-shadow: none;
  }

  .table {
    border-bottom: #999999 solid 1px;
    width: 100%;
    margin-bottom: 20px;
  }

  .table th,
  .table td {
    border-right: #999999 solid 1px;
    border-bottom: 1px solid #000;
    font-size: 17px;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
  }

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

  .table thead th {
    font-weight: normal;
    background-color: #FF4500;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }

  .table tbody > tr:nth-child(odd) > td,
  .table tbody > tr:nth-child(odd) > th {
    background-color: #f8f8f8;
    font-weight: bold;
  }

 
/* Small Sizes */
/* Tabela que Fica mobile
@media (max-width: 767px) {  */
  
  /* Responsive Table 
  
  .table-responsive {
    display: block;
    position: relative;
    width: 100%;
  }

  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive td,
  .table-responsive th {
    height: 35px;
  }

  .table-responsive thead {
    float: left;
  }

  .table-responsive tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .table-responsive tbody tr {
    display: inline-block;
  }

  
  .table td:last-child {
     border-right: #999999 solid 1px;
  }


} */

/* ---------------------------------------Aqui começa a index.php-------------------------------- */

	 .acesso {
		 width: 460px;
		 height: 300px;
		 box-shadow: 3px 3px 8px;
		 margin: 85px auto;
		 border-radius: 30px;
		 background-color: #C0C0C0;
		 padding: 10px;
}

	 .acesso figure img {
		 width: 100px;
		 height: 100px;
		 float: left;
		 margin-left: 140px;
		 margin-bottom: 5px;
}

	 .acesso h3 {
		 font-family: Constantia, Palatino, 'Palatino Linotype',  'Palatino LT STD', Georgia, serif;
		 font-weight: bold;
		 font-style: italic;
		 font-size: 35px;
		 float: left;
		 margin-top: 35px;
		 margin-left: 10px;
		 color: #808080;
}

	 .acesso hr {
	 	 clear: both;
		 width: 90%;
		 margin-left: 25px;
}

	 .acesso #form1 {
	 	 width: 350px;
	 	 height: 150px;
	 /*	 border: 1px solid #000; */
	 	 margin: 15px auto 0;
}

	/* .acesso label {
	 	 float: left;
		 margin-left: 20px;
		 color: red;
		 font-weight: bold;
		 text-align: right; 
}

	 .acesso input {
		 width: 180px;
		 float: right;
		 margin-right: 10px;
} */

	 #cnpj {
		 float: left;
		 margin-left: 20px;
		 margin-top: 14px;
		 font-family: Georgia, serif;
		 font-weight: bold;
		 font-size: 20px;

}

	 #cod {
	 	 clear: both;
		 float: left;
		 margin-left: 5px;
		 margin-top: 18px;
		 font-family: Georgia, serif;
		 font-weight: bold;
		 font-size: 20px;
}

	 #login {
		 float: right;
		 width: 183px;
	 	 height: 23px;
	 	 padding-left: 7px;
	 	 border-radius: 10px;
	 	 margin-top: 10px;
	 	 font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	 	 font-size: 17px;
}

	 #senha {
		 float: right;
		 width: 183px;
	 	 height: 23px;
	 	 padding-left: 7px;
	 	 border-radius: 10px;
	 	 margin-top: 15px;
	 	 font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	 	 font-size: 17px;
}

	 #button {
		 clear: both;
		 float: right;
		 width: 80px;
		 height: 35px;
		 border-radius: 10px;
		 margin-top: 20px;
		 font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
		 font-size: 20px;
}

	 #button:hover {
		 clear: both;
		 float: right;
		 width: 80px;
		 height: 35px;
		 border-radius: 10px;
		 margin-top: 15px;
		 font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
		 font-size: 20px;
		 color: red;
		 
}

	 .escondido {
		 display: none;
}

/* Popup da Index */
#poupup {
	 width: 94%;
}

#poupup p {
	 color: #FF1493;
	 text-align: center;
	 font-weight: bold;
}

	 .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 250px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background: #00d9ff;
}

/* ---------------------------------------Aqui é o Rodapé-------------------------------- */

	 footer{
	     clear:both;
	     margin: 0 auto;
	     height: 50px;
	     padding: 10px 0px;
	     width:1200px;
	     border-top: 1px solid #808080;

}
	 .copyright{
	     float:left;
	     margin-left:30px;
}
	 .desenvolvedor{
	     float:right;
}
	 .desenvolvedor figure{
	     width:182px;
}