@charset "utf-8";
/* CSS Document */

#client1,#client2, #order, #job, #engineer, #frame2, #opt1, #txt{
border-radius: 11px 11px 11px 11px;
-moz-border-radius: 11px 11px 11px 11px;
-webkit-border-radius: 11px 11px 11px 11px;
padding:5px; 
font-family: 'Roboto';
font-size: 15px;
}

#mod1,#mod2,#mod3{
opacity:0;
pointer-events:none;
background:rgba(0,0,0,0.7);
width:100%;
position:absolute;
top:0px;
bottom:0px;
transition:all ease 0.5s;
z-index:1;
}

#mod1:target,#mod2:target,#mod3:target{
opacity:1;
transition:all ease 0.5s;
pointer-events:all;
z-index:2;
}

#contenido{
background:#fff;
border-radius:10px;
box-shadow:#fff 0px 0px 20px;
border:2px solid #36486b;
width:83%;
margin:5% auto;
padding:10px;
}

#contenido h5{
font-size:30px;
color:#36486b;
margin-bottom:10px;
}

#contenido h6{
font-size:18px;
color:#36486b;
margin-right:10px;
padding:5px;
}

#contenido p{
font-size:20px;
line-height:30px;
color:#333;
width:90%;
margin:auto;
padding:10px;
}

#contenido a{
background:#8860D0;
color:#fff;
position:relative;
margin-top:10px;
margin-right:10px;
padding:5px;
}


#btnadd, #btnlist, #btnback, #btnhome, #btnupdate{
	background-color: #f4511e;
  	border: none;
  	color: white;
	padding: 15px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 100%;
	margin: 2px 1px;
	cursor: pointer;
}
#btsavejob{
	background-color: #f4511e;
  	border: none;
  	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 100%;
	position: relative;
	padding: 5px;
	height: 40px;
	width: 300px;
	cursor: pointer;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; 
}

#btnsign,#btnclear{
	background:#f4511e;
	color:#fff;
	position:relative;
	margin-top:10px;
	margin-right:10px;
	padding:5px;
	height:30px;
	width:110px;
}


#boton a, #submit{
	background:#8860D0;
	color:#fff;
	position:relative;
	margin-top:10px;
	margin-right:10px;
	padding:5px;
	height:30px;
	width:65px;
}
#navi{
background:#8860D0;
color:#fff;
position:relative;
margin-top:1px;
margin-right:1px;
padding:1px;
height:30px;
width:110px;
}