body {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
}

table {
background-color: #FFFFFF;
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}

td {
text-align: left;
}

input {
width: 90%;
border-radius: 4px;
padding: 10px;
margin: 5px;
outline: none;
font-size: 20px;
}

input[type=checkbox] {
margin-top: 20px;
}


input[type=radio], input[type=checkbox], input[type=select] {
-ms-transform: scale(1.5); /* IE */
-moz-transform: scale(1.5); /* FF */
-webkit-transform: scale(1.5); /* Safari and Chrome */
-o-transform: scale(1.5); /* Opera */
transform: scale(1.5);
width: auto;
}

.group textarea {
  width: 100%;
}

.select2-selection__rendered {
  line-height: 51px !important;
}
.select2-container .select2-selection--single {
  height: 55px !important;
}
.select2-selection__arrow {
  height: 54px !important;
}




button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: auto;
color: #000000;
background-color: white;
border-radius: 0px;
border: 1px solid #CCCCCC;
box-shadow: -1px 1px 5px #CCCCCC, 1px 1px 5px #CCCCCC;
display: inline-block;
font-size: 16px;
font-weight: bold;
padding: 20px;
margin: 20px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

li {
list-style-type: none;
}

div {
display: block;
padding: 20px;
}

#main {
box-shadow: -20px 1px 10px #CCCCCC, 20px 1px 10px #CCCCCC;
padding-left: 20px;
padding-right: 20px;
max-width:1200px;
margin: auto;
text-align: center;
}

#header {
text-align: left;
}

#header img {
  max-width: 100%;
}

#footer {
text-align: center;
}

#disclaimer {
text-align: center;
font-size: small;
color: #ccc;
font-style: italic;
padding: 5px;
}

#top {
text-align: left;
}

#middle {
text-align: left;
}

#bottom {
text-align: left;
}

.divbox {
box-shadow: -1px 1px 10px #CCCCCC, 1px 1px 10px #CCCCCC;
max-width: 800px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 25px;
}

.error {
font-weight: bold;
border: 2px groove red;
}

.cpanel td {
  vertical-align: top;
}

input:focus:invalid {
  border: 2px groove red;
  font-weight: bold;
}

input:valid {
  border: 2px groove green;
  font-weight: normal;
}

input:focus:valid {
font-weight: bold;
}

input:valid[type=radio] {
border: 1px solid grey;
}

input:valid[type=submit] {
  border: 1px solid grey;
  }

.lista tr { border-top: 1px solid black; border-bottom: 1px solid black; }
.lista td { border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; vertical-align: bottom;}
.lista th { text-align: left; }

.line {
border-top: 1px solid #FF6600;
}

a {
font-weight: 600;
text-decoration: none;
font-variant-caps: all-small-caps;
font-variant: small-caps;
}

a:hover {
  text-decoration: underline;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-radius: 0px;
  border: 1px solid #CCCCCC;
  font-variant-caps: all-small-caps;
  box-shadow: -1px 1px 5px #CCCCCC, 1px 1px 5px #CCCCCC;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  color: black;
  margin: 20px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  }
input[type=submit]:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}
.disabled-button {
  background-color: #CCCCCC;
  cursor: not-allowed;
}
.disabled-button:hover {
  background-color: #BBBBBB;
}


@media all and (max-width: 1200px) {
td {
display: block;
text-align: center;
}
div {
padding: 0px;
margin: 0px;
}
#main {
padding: 0px;
box-shadow: none;
}

}
