.bodytotal{
}
.envolt_form {
    background-color:#F0F7F6;
    width:60%;
	margin:auto auto;
	z-index:auto;
}
/* Center the form  */
form {
    width:250px;
    margin:0 auto;
	display:inline;
}
/* element styles */
/* Change the look of Labels */
label {
    margin-top:20px;
    letter-spacing:2px;
	width:10px;
}
input{
	display:inline;
    width:70px;
    height:30px;
    background: #E5FCDF;
    padding-left:5px;
    color: #4A2A2B;
    border-radius:7px;
    border:1px solid green;
}
input.grande{
	width:120px
}
textarea{
    width:150px;
    height:100px;
    background: #E5FCDF;
    padding:10px;
    margin-top:3px;
    color: #4A2A2B;
    border-radius:7px;
    border:1px solid green;
}	
select{
	display:inline;
    width:60px;
    height:30px;
    background: #E5FCDF;
    padding:0px;
    margin-top:3px;
	margin-left:3px;
    color: #4A2A2B;
    border-radius:7px;
    border:1px solid green;
}
textarea:disabled, textarea[readonly], select:disabled, input[type=text]:disabled, input[readonly], select:disabled{
    background: #D5ECBF;
    color: #3A1A1B;
	pointer-events: none;
}
textarea.erros_e_avisos{
    width:1000px;
    height:80px;
	background:#F0F7F6;
	cursor:default;
}
select.medio{
    width:80px;	
}
select.grande{
    width:100px;	
}
.lab {
	display:inline;
	width:80px
}
.posicionador {
	display:inline;
	width:80px;
	min-width:80px;
}
.err {
	display:inline;
    width:150px;
    color: red;	
}
.sep_cols {
    width:20px;	
    min-width:20px;	
}
/* Border style on focus */
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}
/* submit button styles */
input[type=submit],input[type=button] {
    width:130px;
    height:35px;
    margin-top:5px;
    margin-bottom:5px;
    cursor:pointer;
    color:#363E3F;
}
/* Change button looks on hover */
input[type=submit]:disabled:hover,input[type=button]:disabled:hover {
    cursor:default;
}
input[type=submit]:disabled,input[type=button]:disabled {
    opacity:0.7;
}
input.navsug {
    width:50px;
}
/* The sidebar menu */
.main {
}
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #909090; /* Grey*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  background-color: #444;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #909090;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
