* {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}

body {
  padding: 0;
}

.principal{
  padding: 0.5em;
  width: 100%;
}

#tudo {
  width: 100%;
  height: 100vh;
  position: relative;
}

#tudo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background: url(../img/bglinha.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#escondido{
    display:none;
}

#custom-button{
   padding: 8px;
   margin-top: 5px;
   margin-right: 5px;
   background-color: #1a4583;
   color: #EEE;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border:none!important;
}

#custom-button:hover{
   background-color: #80afd1;
}

#custom-text{
   color: #7c7c7d;
   margin-right: 15px;
}

.box {
  position: relative;
  width: 700px;
  margin: -25px auto;
  text-align: center;
  background: #ecf0f1;
  padding: 40px;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  -webkit-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
  box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
  box-shadow: 20px 20px 20px;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16pt;
  font-weight: 300;
  margin-bottom: 3px;
  color: #000;
  text-shadow: 1px 1px 0px white;
}
h2 {
font-family: "Source Sans Pro", sans-serif;
font-size: 10pt;
text-align: left;
  float: left;
color: #000;
}
h3 {
font-family: "Source Sans Pro", sans-serif;
font-size: 9pt;
font-weight: bold;
text-align: left;
float: left;
color: #000;
}
.menu1 {
    justify-content: center;
    text-align: center;  
}

.menu2 {
    justify-content: center;
    text-align: center;  
}

h9 {
font-family: "Source Sans Pro", sans-serif;
font-size: 10pt;
font-weight: bold;
}
td,th {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 9pt;
  text-align: left;
  margin-right: 0;
  color: #000;
}
.paginate_button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10pt;
  padding: 0.2em 1em;
    padding-top: 0.2em;
    padding-right: 1em;
    padding-bottom: 0.2em;
    padding-left: 1em;
}
.dataTables_info {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10pt;
}
input{
  width:200px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-width: 1px;
  border-color: #D3D3D3;

  color: #7f8c8d;
  font-weight: 600;
  font-size: 16px;
}

input.data_consulta{
  width:200px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px;
  margin-bottom: 10px;
  color: #7f8c8d;
  font-weight: 600;
  font-size: 12px;
}
select.tipo{
  width:120px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  margin-bottom: 12px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
input:focus {
  background: #fafafa;
}



input.frm_adc, textarea.frm_adc, select.frm_adc {
	width:439px;
	height:27px;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#000;
	font-weight: 600;
	
}

input.frm_adc:focus, textarea.frm_adc:focus {
		border:1px solid #97d6eb;
}

textarea.frm_adc {
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

select.frm_adc {
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
	color:#696969;

}

date.frm_adc {
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

.enviar { 
    border:none!important;
    background-color: Transparent!important;
}

li {
  position: absolute;
  right: 40px;
  bottom: 62px;
  list-style: none;
}

a,
a:visited {
  text-decoration: none;
  color: #7f8c8d;
  font-weight: 400;
  text-shadow: 1px 1px 0px white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn {
  position: relative;
  margin-top: 12px;
  display: inline-block;
  width: 130px;
  height: 75px;
  background-color: #f68631;
  color: #fff;
  font-weight: 400;
  box-shadow: 0px 3px 0px #2d7baf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover { 
  background-color: #1a4583;
  transition: 0.5s;
}

.btn-success {
  position: relative;
  margin-top: 12px;
  display: inline-block;
  width: 100px;
  height: 60px;
  background-color: #1a4583;
  color: #fff;
  border-radius: 5px;
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  border:none!important;
  font-weight: 400;
  box-shadow: 0px 3px 0px #2d7baf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-success:hover { 
  background-color: #f68631;
  transition: 0.5s;
}

.btn-gravar {

  width: 150px;
  height: 40px;
  background-color: #1a4583;
  color: #fff;
  border-radius: 5px;
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  border:none!important;
  font-weight: 400;
  box-shadow: 0px 3px 0px #2d7baf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-gravar:hover { 
  background-color: #f68631;
  transition: 0.5s;
}

.minhaTabela {
border:none!important;
width: 100%;
color: #fff;
}

input[type=search]{
 background-color: #fff!important;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border:none;
 border-bottom:1px solid #000!important;

}

label{
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10pt!important;
  font-weight: 600!important;
  color: #000!important;

}


@media (min-width: 325px) and (max-width: 800px) {
.box {
  width: 325px;
  }
}
