*{
	padding:0;
	margin: 0;
	box-sizing: border-box;	
}

body{
	background-color: #2b669c;
	font-family: 'Segoe UI','Arial';
	overflow-x: scroll;

	display: flex;
	align-items: center;
	justify-content: center;
   /*  background-color: ; */
	margin-top: 5%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

h1, h4{
	color: #152029;
	margin-left: 60px;
}

h1 {
	font-size: 22px;
	margin-bottom: 25px;
}


section.content{
	width: 2000px;
	height: 200vh;
	/* background: #fff; */
	box-shadow: 0px 0px 10px #CCC;
	margin: 0 auto;
}


.box_form{
	border-bottom: 1px solid #DDD;
	padding: 15px 25px;
	justify-content: space-between;
	border-radius: 20px;

	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	/* margin-left: 10rem; */
	/* margin-right: auto; */
}


 /* .button{
	border: 1px solid #ddd;
	margin-top: 4px;
	color:#666;
	border-radius: 20px;
	padding: 10px 15px;
	margin-left: 60px;
}
 */

.btn-env{
	background: #caec4f;
	color:#2b1414;
	cursor: pointer;
	border:0;
	border-radius: 3px;
	margin-left: 60px;
	border-radius: 20px;
	height: 40px;
	width: 100px;
}


.btn-voltar{
	background-color: #06b83c;
  	color: white;
	border-radius: 10px;
	float: right;
	border: 0px;
    box-shadow: 3px 4px rgb(122, 120, 120);
	padding: 0.2rem;
	text-decoration: none;
	width: 4rem;
}
.btn-voltar-crit{
	background-color: #f3d79a;
  	color: rgb(14, 1, 1);
	border-radius: 10px;
	float: right;
	border: 0px;
    box-shadow: 3px 4px #ccc;
	padding: 0.2rem;
	text-decoration: none;
	width: 4rem;
}
.btn-tec{
	background-color: #048524;
  	color: white;
	border-radius: 10px;
	border: 0px;
    box-shadow: 3px 4px #ccc;
	padding: 0.3rem;
}

.link{
	color: white;
	text-decoration: none;
}

.buttons{
	background-color: #0000CD;
	align-items: baseline;
}

.cab{
	display: flex;
	justify-content: space-between;
}

.card-header{
	display: flex;
}


.card-header-crit{
	display: flex;
	background-color: rgb(250, 202, 112);
	height: 3rem;
	margin-top: 1rem;
	border-radius: 20px;
}


.input-qtde{
	width: 50px;
	height: 30px;
	margin-left: 0; 
	/* margin-top: 0px; */
	border-color: white;
	border-radius: 10px;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
input[type=number] { 
   -moz-appearance: textfield;
   appearance: textfield;

}

.btn-qtde{
	/* float: right; */
	cursor: pointer;
    background-color: rgb(71, 212, 71);
    border-radius: 10px;
    border: 0;
    box-shadow: 3px 2px #ccc;
	height: 30px;
	margin-left: 5px;
	color: aliceblue;
}

.label{
	font-weight: bold;
	font-size: 15px;
	margin-left: 17rem;
}

.labelTecOS{
	font-weight: bold;
	font-size: 15px;
}

.resultado{
	color: rgb(243, 145, 145);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	font-size: 40px;
}

.resultado2{
	color: rgb(178, 248, 171);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	font-size: 40px;
}

.titulo{
	color: darkslategray;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
	text-align: center;
	font-weight: bold;
}

.titulo-acima{
	color: rgb(245, 43, 17);
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
	text-align: center;
}
 
.divGlobal{
	align-items: baseline;
}

.selectCidade, .selectBairro, .selectEstado{
	padding: 0.3rem;
	border-radius: 10px;
	margin-right: 1px;
	width: 15rem;
}

.selectTecnico{
	padding: 0.3rem;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
	width: 25rem;
	display: flex;
}

.tituloGeral{
	color: #fff;
}

.selectTecLinha{
	width: 3rem;
	border-radius: 10px;
}

.filtrarLinha{
	width: 2rem;
	height: 1rem;
	background-color: darkorange;
	border: 0;
	border-radius: 10px;
	font-size: 8px;
	font-weight: bold;
	box-shadow: 2px 3px #ccc;
}

.filtrarLinhaRet{
	width: 1rem;
	height: 1rem;
	background-color: rgb(255, 81, 0);
	border: 0;
	border-radius: 10px;
	font-size: 8px;
	font-weight: bold;
	box-shadow: 2px 3px #ccc;
	margin-left: 1.1rem;
}

.btnDetal{
	float: right;
	/* background-color: none; */
	border: 0;
	color: red;
	/* margin-left: 2rem; */
	font-size: 10px;
	padding: 0.3rem;
	float: left;
	border-radius: 5px;
	/* box-shadow: 2px 3px grey; */
}

.fecharDetal{
	margin-right: 0.5rem;
	text-decoration: none;
	font-weight: bold;
}

.fecharDetal :hover{
	color: red;
	transition: 0.5s;
}

.titDetal{
	margin-left: 0.3rem;
	font-size: 1rem;
}

.form-filters{
	display: flex;
	justify-content: center;
	flex-direction: column;
	
}


.btnFechar{
	border-radius: 50px;
	border: none;
	background-color: red;
	width: 2rem;
	height: 2rem;
}

.btn-logoff{
	background-image: url(https://i.ibb.co/QK6YJkJ/logoff.png);
	float: right;
	background-color: #FA8072;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.6em;
	border: 0;
	cursor: pointer;
	height: 40px;
	width: 40px;
	margin-top: 5px;
	margin-left: auto;
	border-radius: 20px;
	box-shadow: 4px 4px rgb(170, 169, 169);
	display: flex;
  }

  a{
	width: 50px;
	float: right;
	display: flex;
  }




 /* Novas configs */


  header {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;

	border-bottom: 1px solid #DDD;
	padding: 15px 25px;
	border-radius: 20px;

    text-align: center;

	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }




  .container-geral{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	/* padding: 5rem; */
  }

  .div-tecnicos{
	display: flex;
  }

  .container {
	display: inline-flex;
	overflow-x: auto;
	white-space: nowrap;
	background-color: #acc6f8;
	/* border-radius: 20px; */
	width: 100%;
	height: 35rem;

	}
	 

	.box {
		min-width: 200px;
		height: 150px;
		margin-right: 20px;
		background-color: #ddd;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		color: #333;
	}
	.box:last-child {
		margin-right: 0;
	}

	::-webkit-scrollbar-corner{
		background-color: white;
	}

	::-webkit-resizer  {
		border-radius: 20px;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 20px;
	}