html {
  font-family: Verdana, Geneva, sans-serif;
}

body {
  font-family: Verdana, Geneva, sans-serif;
}

form {
  width: 850px;
  margin: 0 auto;
}

div {
  margin-bottom: 10px;
}

 
fieldset {
  background: #EEEEEE;
  border: 1px solid #AAAAAA;
  box-shadow: 1px 1px 5px black;
  border-radius: 7px;
  width: 800px;
}

legend {
  border: 1px solid #000000;
  background: #666666;
  color: white;
  padding: 4px 50px;
  text-decoration: none;
  border-radius: 7px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 1px 1px 5px black;
}

fieldsstart {
  margin-left: 40px;
}

fields {
  font-family: verdana, Geneva, sans-serif;
  border: 1px solid #000000;
  background: #666666;
  color: white;
  text-decoration: none;
  border-radius: 7px;
  font-size: 12px;
  box-shadow: 1px 1px 1px black;
  padding: 1px 20px;
}


label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

label.box {
  display : inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  width: 100px;
  height: 30px;
  text-align: right;
}

label.longbox {
  display : inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  width: 250px;
  height: 30px;
  text-align: right;
}

label.longboxright {
  display : inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-variant: small-caps;
  text-transform: capitalize;  
  width: 350px;
  height: 18px;
  text-align: right;
}

label.longboxtitle {
  display : inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-variant: small-caps;
  text-transform: capitalize;  
  width: 700px;
  height: 22px;
  text-align: center;
  letter-spacing: 6px;
  padding : 5px 1px;
}

label.longboxleft {
  display : inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  padding : 1px 10px;
  width: 350px;
  height: 18px;
  text-align: left;
}

a.longboxtitle {
  display : inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-variant: small-caps;
  text-transform: capitalize;  
  width: 700px;
  height: 22px;
  text-align: center;
  letter-spacing: 2px;
  padding : 5px 1px;
}

#bevel {
  border-bottom: 1px solid #999999;
}

button.btn {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px outset #CCCCCC;
  width: 300px;
  height: 30px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 1px 1px 5px black;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  cursor:pointer;
}

#yourBtn {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px outset #CCCCCC;
  width: 300px;
  height: 20px;
  border-radius: 7px;
  box-shadow: 1px 1px 5px black;
  position: relative;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  text-align: center;
  background-color: #DDD;
  cursor:pointer;
}

input.dreq {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #AAAAAA;
  width: 105px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  padding: 1px 10px;
  
}

input.dip {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #AAAAAA;
  width: 140px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  padding: 1px 10px;
}

input.dlong {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #AAAAAA;
  width: 500px;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  padding: 1px 10px;
}

input.btn {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px outset #CCCCCC;
  width: 300px;
  height: 30px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 1px 1px 5px black;
  float:right;
}

select#soflow, select#soflow-color {
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAAAAA;
   border-radius: 5px;
   color: #000000;
   font-size: 15px;
   margin: 1px;
   overflow: hidden;
   padding: 3px 3px;
   text-overflow: ellipsis;
   text-align: center;
   width: 130px;
}

#headtitle {
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
  width: 800px;
  height: 70px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 40px;
  font-weight: bold;
}

main {
  background: white;
  margin: 8px 0;
  padding: 20px;
}

main a {
  font-weight: bold;
  background: #CCCCCC;
  color: white;
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 5px;
}

smain {
  background: white;
}

smain a {
  background: #40F040;
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 1px 1px 5px black;
}

menumain {
  background: white;
}

menumain a {
  background: #000000;
  color: white;
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 1px 1px 5px black;
}


.col {  width: 120px; text-align: center;}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


input[type="file"] {
	display : none;
}


table.tabela {
  border-collapse: collapse;
   background: #A0E0E0; 
  border-radius: 5px;
  overflow: hidden;
  width: 770px;
  margin: 0 auto;
  position: relative;
  left: 4px;
  text-align: center;  
}

table.tabela td {
  border: 0px solid #F0F0F0;
  padding: 5px 4px;
  
} 

table.tabela th {
  border: 0px solid #F0F0F0;
  padding: 5px 4px;
}

table.tabela tbody td {
  font-size: 13px;
}

table.tabela thead {
  background: #777777;
  background: -moz-linear-gradient(top, #999999 0%, #848484 66%, #777777 100%);
  background: -webkit-linear-gradient(top, #999999 0%, #848484 66%, #777777 100%);
  background: linear-gradient(to bottom, #999999 0%, #848484 66%, #777777 100%);
}

table.tabela thead th {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

table.tabela tfoot td {
  font-size: 14px;
}
