/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button {
  cursor: pointer;
}

body {
  background-image: url("img/virback.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.wrapper-main {
  width: 900px;
  margin: 0 auto;
}

header {
  width: calc(100% - 30px);
  height: 60px;
  padding: 0 15px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav-header-main {
  height: 80%;
  display: flex;
  flex-direction: row;
}

.header-logo {
  width: 48px;
  padding-right: 20px;
}

.nav-header-main img {
  height: 100%;
}

.nav-header-main ul {
  height: 100%;
}

.nav-header-main ul li {
  list-style: none;
  float: left;
  height: 100%;
}

.nav-header-main ul li a {
  display: block;
  height: 100%;
  padding: 0 10px;
  border-radius: 6px;
  line-height: 48px;
  font-family: arial;
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
}

.header-login {
  height: 60%;
  display: flex;
  flex-direction: row;
}

.header-login form {
  height: 100%;
}

.header-login form input {
  height: 100%;
  width: 160px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  background-color: #f6f6f6;
  float: left;
  margin-left: 8px;
  font-family: arial;
}

.header-login form button {
  height: 100%;
  padding: 0 10px;
  border: none;
  border-radius: 4px;
  background-color: #333;
  margin-left: 8px;
  font-family: arial;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.header-signup {
  height: 100%;
  width: 70px;
  padding: 0 6px;
  border: none;
  border-radius: 4px;
  margin-left: 8px;
  font-family: arial;
  font-size: 13px;
  line-height: 36px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
}

main {
  padding-top: 0px;
}

.section-default {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.login-status {
  text-align: center;
  font-size: 26px;
  font-family: arial;
  color: #111;
}

h1 {
  text-align: center;
  font-size: 26px;
  font-family: arial;
  color: #111;
}
.aa1 {
  margin-left: 10px;
  padding-left: 10px;
  width: 200px;
}

.section-default p {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-family: arial;
  color: #111;
}

/* signup.php */

.form-signup {
  margin: 0 auto;
  padding-top: 20px;
  width: 200px;
}

.form-signup input {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0 15px;
  margin-bottom: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f6f6f6;
  float: left;
  font-family: arial;
}

.form-signup button {
  display: block;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.signuperror {
  padding-top: 14px !important;
  font-family: arial !important;
  font-size: 16px !important;
  color: red !important;
  text-align: center !important;
}

.signupsuccess {
  padding-top: 14px !important;
  font-family: arial !important;
  font-size: 16px !important;
  color: green !important;
  text-align: center !important;
}

/* RESET PASSWORD */

.form-resetpwd {
  margin: 0 auto;
  width: 280px;
}

.form-resetpwd input {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0 15px;
  margin-bottom: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f6f6f6;
  float: left;
  font-family: arial;
}

.form-resetpwd button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.p-forgetpwd {
  display: block;
  padding: 10px 0;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-family: arial;
  color: #111;
}

.umbA10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
}
.umbA20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  display: none;
  order: 1;
}
.umbA21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbB10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbB20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  display: none;
  order: 1;
}
.umbB21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbC10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbC20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
}
.umbC21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbD10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbD20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  display: none;
  order: 1;
}
.umbD21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbE10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}

.umbE20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(255, 253, 253);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
}
.umbE21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbEE10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}

.umbEE20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(255, 253, 253);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
}
.umbF10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbF20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;

  order: 1;
}
.umbF21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbG10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbG20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  display: none;
  order: 1;
}
.umbG21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbM10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbM20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  display: none;
  order: 1;
}
.umbM21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbJ10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbJ20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  display: none;
  order: 1;
}
.umbJ21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.umbK10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}
.umbK20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  display: none;
  order: 1;
}
.umbK21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.vumbA10 {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}

.vumbA20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
}

.umb10c {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
}

.umb20c {
  border: solid black 2px;
  border-radius: 10px;
  margin-left: 5px;
  width: 400px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
}

.umb21c {
  border: solid black 2px;
  border-radius: 10px;
  margin-left: 5px;
  width: 370px;
  height: 360px;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
}

.umA10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
}

.umA20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 842px;
  /* height: 100%;  */

  background-color: rgb(243, 243, 243);
  font-family: sans-serif;

  order: 1;
  display: none;
}

.umA21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  display: none;
}
.umG10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
}

.umG20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  /* height: 100%;  */
  height: 100%;
  background-color: rgb(243, 243, 243);
  font-family: sans-serif;

  order: 1;
  display: none;
}

.umG21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  display: none;
}
.umAC20 {
  border: solid black 1px;
  border-radius: 30px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 842px;
  /* height: 100%;  */

  background-color: rgb(243, 243, 243);
  font-family: sans-serif;

  order: 1;
  display: none;
}
.umACinput1orig {
  width: 200px;
  height: 25px;

  padding-top: 5px;
  padding-left: 12px;

  margin-top: 18px;
  margin-left: 30px;
  box-sizing: border-box;
}

.umACinput1 {
  text-align: left;
  margin-left: 30px;
  width: 180px;
  height: 25px;
}

.umACinput1t {
  text-align: left;
  margin-left: 30px;
  height: 25px;
}

.umACinput1t2 {
  margin-left: 30px;
  margin-right: 40px;
  width: 200px;
  height: 25px;
}
.umACinput2 {
  width: 20px;
  height: 40px;
  background-color: rgb(241, 253, 255);
  padding-top: 5px;
  padding-left: 0px;

  margin-top: 18px;
  margin-left: 30px;
  box-sizing: border-box;
}
.bg-617 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  justify-content: left;
  align-items: baseline;
  display: none;
  opacity: 1;
}
.m-c617 {
  width: 350px;
  height: 100%;
  background-color: rgb(255, 253, 253);
  border-radius: 12px;
  font-family: sans-serif;
  font-size: 13px;

  margin-left: 0px;
  margin-top: 60px;
}

.bg-618 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  justify-content: left;
  align-items: baseline;
  display: none;
  opacity: 1;
}
.m-c618 {
  width: 350px;
  height: 100%;
  background-color: rgb(255, 253, 253);
  border-radius: 12px;
  font-family: sans-serif;
  font-size: 13px;

  margin-left: 0px;
  margin-top: 60px;
}

.bg-619 {
  width: 100%;
  height: 950px;
  position: absolute;
  top: 0px;
  justify-content: left;
  align-items: baseline;
  display: none;
  opacity: 1;
}
.m-c619 {
  width: 600px;
  height: 100%;
  background-color: rgb(255, 253, 253);
  border-radius: 12px;
  font-family: sans-serif;
  font-size: 13px;

  margin-left: 0px;
  margin-top: 60px;
}

.I {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
}
.II {
  /* margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
  */

  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;

  order: 3;
}
.III {
  /*
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
  */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;

  order: 1;
}

.IV {
  /*
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
  */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: #a71704;

  order: 2;
}
.ptA {
  margin-left: 10px;
  width: 250px;
  height: 200px;
  order: 1;
}

.ptB {
  margin-left: 10px;

  width: 350px;
  height: 200px;

  order: 2;
}

.ptAx {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 300px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
  /*display: none;*/
}
.ptBx {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 300px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  /*display: none;*/
}
.ptC {
  margin-left: 10px;

  width: 350px;
  height: 200px;

  order: 3;
}
.ptD {
  margin-left: 10px;

  width: 250px;
  height: 200px;
  order: 1;
}
.ptMID {
  margin-left: 0px;
  padding-top: 80px;
  width: 25px;
  height: 200px;
  order: 2;
}

.vc001 {
  border: 2px;
  color: rgb(255, 255, 255);
  width: 600px;
  text-align: left;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 270px;
  font-weight: 800;
  font-size: 18px;
  /*text-decoration: underline;*/
}

.vh01 {
  color: rgb(7, 7, 7);
  margin-left: 6px;
  font-weight: 600;
  padding-bottom: 6px;
  padding-top: 6px;
  /*text-decoration: underline;*/
}

.vh02 {
  color: rgb(7, 7, 7);
  margin-left: 6px;
  font-weight: 100;
  font-size: 10px;
  /*text-decoration: underline;*/
}

.vh03 {
  color: rgb(253, 9, 9);
  margin-left: 6px;
  font-weight: 800;
  font-size: 15px;
  /*text-decoration: underline;*/
}
/* ---------------------------------------*/
.bg-620 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  justify-content: left;
  align-items: baseline;
  display: none;
  opacity: 1;
}
.m-c620 {
  width: 350px;
  height: 300px;
  background-color: rgb(255, 253, 253);
  border-radius: 12px;
  font-family: sans-serif;
  font-size: 13px;

  margin-left: 0px;
  margin-top: 60px;
}

.bg-621 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  justify-content: left;
  align-items: baseline;
  display: none;
  opacity: 1;
}
.m-c621 {
  width: 350px;
  height: 300px;
  background-color: rgb(255, 253, 253);
  border-radius: 12px;
  font-family: sans-serif;
  font-size: 13px;

  margin-left: 0px;
  margin-top: 60px;
}

.umB10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
}

.umB20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
  display: none;
}

.umB21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  display: none;
}

.umC10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
}

.umC20 {
  border: solid black 1px;
  margin-top: 0px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
  display: none;
}

.umc21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  display: none;
}
.umD10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
}

.umD20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
  display: none;
}

.umD21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  display: none;
}
.umE10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 0px;
  font-weight: 100;
  font-size: 13px;
}

.umE20 {
  border: solid black 1px;
  margin-top: 0px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
  display: none;
}

.umE21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  display: none;
}
.umF10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 5px;
  font-weight: 100;
  font-size: 13px;
}

.umF20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
  display: none;
}

.umF21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
  display: none;
}

.zw1 {
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 20px;
}

.zw2 {
  text-align: center;
  padding: 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  background-color: #fafa07;
}
.zw3 {
  text-align: left;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  background-color: #fdfdfb;
}

.zw7 {
  text-align: left;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 25px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  background-color: #fdfdfb;
}
.zw8 {
  text-align: left;
  min-width: 200px;
  margin-top: 0px;
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  background-color: #fdfdfb;
}
.zw8b {
  text-align: right;
  margin-top: 0px;
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  background-color: #fdfdfb;
}
.zw8c {
  padding-left: 0px;
  font-family: inherit;

  color: #333;
  background-color: #fdfdfb;
}
.zw4 {
  text-align: center;
  padding: 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: rgb(248, 248, 248);
  background-color: #5160ff;
}

.zw5 {
  text-align: center;
  padding: 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: rgb(248, 248, 248);
  background-color: #fcfcfd;
}

.zw6 {
  margin-left: 1px;
  font-size: 1px;
  padding: 0px;
  font-family: sans-serif;
  font-weight: 000;
  opacity: 0;
  visibility: hidden;
}
.zw9 {
  text-align: left;
  min-width: 129px;
  max-width: 130px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: rgb(10, 10, 10);
  background-color: #f2f2f3;
}

.zw9b {
  text-align: left;
  border-top: 1px solid black;
  border-bottom: 1px solid black;

  min-width: 89px; /*increase for mobile width*/
  max-width: 90px; /*increase for mobile width*/
  padding: 4px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: rgb(10, 10, 10);
  background-color: #f2f2f3;
}

.zw9c {
  text-align: left;
  min-width: 106px;
  max-width: 107px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  color: rgb(10, 10, 10);
  background-color: #f2f2f3;
}

.zw10 {
  text-align: center;
  min-width: 107px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  color: rgb(10, 10, 10);
  background-color: #f2f2f3;
}
.chkbxAAA {
  margin-left: 10px;
}

.chkBBB {
  margin-left: 10px;
  padding-left: 6px;
}
.styled2 {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  padding-top: 4px;

  margin-left: 150px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}

.styled3 {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 14px;
  padding-top: 14px;

  margin-left: 120px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}

.styled3b {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 230px;
  margin-left: 80px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}

.styled3c {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 230px;
  margin-left: 80px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #f51a06;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}
.styled3d {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 230px;
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}
.styled4 {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  padding-top: 4px;

  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;

  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}

.styled4v {
  border: 0;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}
.styled4v2 {
  border: 0;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: none;
}

.styled4vb {
  border: 0;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;

  font-size: 13px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #f4f5f4;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: none;
}

.styled4b {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  padding-top: 4px;

  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-weight: 700;

  font-size: 13px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #dfdada;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.styled4c {
  border: 0;

  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
  padding-top: 12px;

  margin-left: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.styled4d {
  border: 0;
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
  padding-top: 12px;

  margin-left: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  color: rgb(250, 250, 250);
  text-shadow: 1px 1px 1px rgb(44, 43, 43);
  border-radius: 10px;
  background-color: #ffa500;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.styled4out {
  border: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  padding-top: 4px;

  margin-left: 120px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}

.styled201 {
  border: 0;
  line-height: 1.5;
  padding: 6px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #4d09fa;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  text-decoration: none;
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.styled202 {
  border: 0;
  line-height: 1.5;
  padding: 6px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  text-decoration: none;
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.styled001 {
  background: url(img/settings.png) 0 0 transparent;
  border: medium none !important;
  width: 25px;
  height: 25px;
  margin-bottom: 40px;
  color: transparent;
  cursor: pointer;
}
.styled002 {
  background: url(img/back11.jpg) 0 0 transparent;
  border: medium none !important;
  width: 25px;
  height: 25px;
  color: transparent;
  cursor: pointer;
}

.styled003 {
  background: url(img/wait5.png) 0 0 transparent;
  border: medium none !important;
  width: 35px;
  height: 35px;
  color: transparent;
  cursor: pointer;
}

.styled004 {
  background: url(img/list3.png) 0 0 transparent;
  border: medium none !important;
  margin-bottom: 40px;
  width: 28px;
  height: 38px;
  color: transparent;
  cursor: pointer;
}

.inputCap01 {
  /*margin: 15px auto;        to center and to spread*/
  border: solid 1px;
  margin-left: 6px;
  margin-top: 5px;
  margin-bottom: 3px;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  width: 180px;
  background-color: yellow;
}

.inputCap04 {
  /*margin: 15px auto;        to center and to spread*/
  border: solid 1px;
  margin-left: 6px;
  margin-top: 5px;
  margin-bottom: 3px;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  text-transform: uppercase;
  width: 180px;
  background-color: yellow;
}
.inputCap02 {
  /*margin: 15px auto;        to center and to spread*/
  border: solid 1px;
  margin-left: 6px;
  margin-top: 5px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 65px;
  background-color: yellow;
}

.umbH10 {
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  font-weight: 100;
  font-size: 13px;
}

.umbH20 {
  border: solid black 1px;
  border-radius: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 1;
}

.umbH21 {
  border: solid black 1px;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 350px;
  height: 100%;

  background-color: rgb(238, 238, 238);
  font-family: sans-serif;
  font-weight: 100;
  font-size: 13px;
  order: 2;
  opacity: 0.9;
}

.styled203 {
  border: 0;
  min-width: 170px;
  line-height: 1.5;
  margin-left: 10px;
  margin-right: 25px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;

  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);

  cursor: pointer;
}

.styled204 {
  border: 0;
  min-width: 170px;
  line-height: 1.5;
  margin-left: 10px;
  margin-right: 25px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;

  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #a71704;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);

  cursor: pointer;
}
.led203 {
  text-align: left;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: sans-serif;
  color: #111;
}

.styled001 {
  background: url(img/settings.png) 0 0 transparent;
  border: medium none !important;
  width: 25px;
  height: 25px;
  margin-bottom: 40px;
  color: transparent;
  cursor: pointer;
}
.styled002 {
  background: url(img/back11.jpg) 0 0 transparent;
  border: medium none !important;
  width: 25px;
  height: 25px;
  color: transparent;
  cursor: pointer;
}

.rd07 {
  height: 20px;
  font-size: 13px;
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 80px;
  margin-right: 20px;
  padding-top: 20px;
  text-align: left;

  padding-bottom: 80px;

  background-color: rgb(253, 253, 253);
  color: rgb(86, 86, 86);
}

.rd05 {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 20px;
  text-align: left;
  width: 100px;
  background-color: rgb(253, 253, 253);
  color: rgb(86, 86, 86);
}

.rd05a {
  font-size: 13px;
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 20px;

  text-align: left;
  width: 100px;
  background-color: rgb(253, 253, 253);
  color: rgb(2, 2, 2);
}

.rd05c {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 20px;

  text-align: left;
  width: 100px;
  background-color: rgb(253, 253, 253);
  color: rgb(17, 17, 17);
}

.rd05d {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 12px;
  text-align: left;
  width: 160px;
  background-color: rgb(253, 253, 253);
  color: rgb(17, 17, 17);
}

.rd05e {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 20px;

  text-align: left;
  width: 90px;
  background-color: rgb(253, 253, 253);
  color: rgb(17, 17, 17);
}

.rd05ee {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  width: 150px;
  background-color: rgb(253, 253, 253);
  color: rgb(17, 17, 17);
}

.rd08 {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 20px;
  min-width: 800px;
  background-color: rgb(253, 253, 253);
  color: rgb(86, 86, 86);
}
.rd19 {
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 2px;
  width: 300px;
  background-color: rgb(250, 246, 246);
  color: rgb(105, 104, 104);
}
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(98, 98, 98);
}

caption {
  font-family: sans-serif;
  font-weight: 800;
  padding: 20px;
  /*font-style: italic; */
  /* caption-side: bottom; */
  color: rgb(7, 7, 7);
  text-align: center;
  letter-spacing: 1px;
}
thead {
  border: 1px solid rgb(12, 12, 12);
}
.bdr001 {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 40px;
  width: 270px;
  /*font-style: italic; */
  /* caption-side: bottom; */
  color: rgb(7, 7, 7);
  text-align: center;
  letter-spacing: 1px;
}
.center {
  text-align: center;
  margin-top: 15px;
}

.tdsearch1 {
  margin-left: 3px;
  width: 220px;
  padding-top: 1px;
  padding-left: 6px;
  padding-bottom: 8px;
  font-size: 13px;
  font-family: sans-serif;
  color: rgb(10, 10, 10);
  font-weight: normal;
  cursor: pointer;
}

.tdsearch2 {
  margin-left: 1px;
  font-size: 2px;
  padding: 0px;
  font-family: sans-serif;
  font-weight: 100;
  opacity: 0;
  visibility: hidden;
}

.rAA1100:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
.rAA1100:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
.rAA1100:hover {
  color: red;
  /*background-color: transparent;*/
  background-color: rgb(250, 246, 246);
  /*font-weight:bold;*/
  /*text-decoration: underline;*/
}
.rAA1100:active {
  color: yellow;
  background-color: transparent;
  /*text-decoration: underline;*/
}

.tdsearch1d:hover {
  color: red;
  /*background-color: transparent;*/
  background-color: rgb(250, 246, 246);
  /*font-weight:bold;*/
  /*text-decoration: underline;*/
}
.tdsearch1d:active {
  color: yellow;
  background-color: transparent;
  /*text-decoration: underline;*/
}

.tdsearch1d:active {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
.tdsearch1d:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
.tdsearch1d:active {
  color: red;
  /*background-color: transparent;*/
  background-color: rgb(250, 246, 246);
  /*font-weight:bold;*/
  /*text-decoration: underline;*/
}
.tdsearch1d:active {
  color: yellow;
  background-color: transparent;
  /*text-decoration: underline;*/
}

.tdsearch1:hover {
  color: red;
  /*background-color: transparent;*/
  background-color: rgb(250, 246, 246);
  /*font-weight:bold;*/
  /*text-decoration: underline;*/
}
.tdsearch1:active {
  color: yellow;
  background-color: transparent;
  /*text-decoration: underline;*/
}

.tdsearch1:active {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
.tdsearch1:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
.tdsearch1:active {
  color: red;
  /*background-color: transparent;*/
  background-color: rgb(250, 246, 246);
  /*font-weight:bold;*/
  /*text-decoration: underline;*/
}
.tdsearch1:active {
  color: yellow;
  background-color: transparent;
  /*text-decoration: underline;*/
}

.inputCap01b {
  /*margin: 15px auto;        to center and to spread*/
  border: solid 1px;
  margin-left: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 230px;
  padding: 5px;
  font-size: 15px;
  background-color: rgba(152, 253, 160, 0.986);
}

.bg-797 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  /* background-color: rgba(122, 60, 60, 0.1);*/
  position: absolute;
  top: 0px;
  display: none;
}
.m-c797 {
  display: flex;
  flex-flow: row nowrap;
  width: 300px;
  height: 145px;
  border: rgb(40, 41, 41);
  background-color: white;
  border-radius: 12px;
  font-family: sans-serif;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 20px;

  margin-left: 6%;
  margin-top: 16%;

  /* text-align:center;*/
}

.bg-798 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  /* background-color: rgba(122, 60, 60, 0.1);*/
  position: absolute;
  top: 0px;
  display: none;
}
.m-c798 {
  display: flex;
  flex-flow: row nowrap;
  width: 300px;
  height: 145px;
  border: rgb(40, 41, 41);
  background-color: white;
  border-radius: 12px;
  font-family: sans-serif;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 20px;

  margin-left: 6%;
  margin-top: 16%;

  /* text-align:center;*/
}

.styled16 {
  border: 0;
  padding-right: 120px;
  padding-left: 11px;
  padding-bottom: 4px;
  padding-top: 4px;
  min-width: 200px;
  margin-left: 6px;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-right: 16px;

  font-size: 13px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: hsl(134, 75%, 37%);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}

.styled17 {
  border: 0;
  padding-right: 12px;
  padding-left: 11px;
  padding-bottom: 4px;
  padding-top: 4px;

  margin-left: 120px;
  margin-top: 10px;
  margin-bottom: 36px;
  margin-right: 16px;
  background: url(img/text819.png) left center no-repeat;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: #04a709;
  background: url(img/text819.png) left center no-repeat;

  padding-left: 10px;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  cursor: pointer;
}
.shiftrt1 {
  margin-left: 15px;
  padding-left: 15px;
}

fieldset {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
}

legend {
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
}

fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
  zoom: 1;
}

fieldset li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
}

label {
  float: left;
  width: 10em;
  margin-right: 1em;
}

fieldset.submit {
  float: none;
  width: auto;
  border: 0 none #ffffff;
  padding-left: 12em;
}
