html,
body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0;
}

* {
  box-sizing: border-box;
}

input:not([type=radio],[type=checkbox]),
select {
  padding: 2px;
  min-height: 23px;
}

.radio-group:has(input[type=radio]:focus:not(:checked)) {
  outline: auto 1px;
}

fieldset {
  margin: 0 32px;
  padding: 16px;
  border-radius: 0.5em;
}

h2 {
  margin: 32px;
}

.main {
  max-width: 972px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 16px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
}

.main.fit-content {
  max-width: 100%;
  min-width: 972px;
  width: min-content;
}

.order-step {
  padding: 16px 32px;
}

.order-step img {
  vertical-align: middle;
}

.font_0 {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.font_1 {
  color: #d81921;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.font_2 {
  color: #d81921;
  font-size: 13px;
  text-align: left;
  padding: 3px;
}

.font_4 {
  color: #58595b;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.font_5 {
  color: #58595b;
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
}

.font_6 {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.font_7 {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}

.font_8 {
  color: #58595b;
  font-size: 13px;
  font-weight: bold;
}

.font_8 a:link {
  color: #d81921;
  text-decoration: none
}

.font_8 a:visited {
  color: #d81921;
  text-decoration: none
}

.font_8 a:active {
  color: #d81921;
  text-decoration: none
}

.font_8 a:hover {
  color: #d81921;
  text-decoration: none
}

.font_9 {
  color: #58595b;
  font-size: 13px;
}

.font_9 a:link {
  color: #58595b;
  text-decoration: none
}

.font_9 a:visited {
  color: #58595b;
  text-decoration: none
}

.font_9 a:active {
  color: #d81921;
  text-decoration: none
}

.font_9 a:hover {
  color: #d81921;
  text-decoration: none
}

.font_10 {
  color: #d81921;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.form {
  background-color: #fff;
  border: 1px solid #cccccc;
  height: 20px;
  width: 275px;
  padding-left: 20px;
  padding-right: 20px;
}

.style1 {
  font-family: Tahoma;
  color: #d81921;
  font-size: 18px;
}

.style2 {
  font-family: Tahoma;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

.style3 {
  font-family: Tahoma;
  color: #d81921;
  font-size: 15px;
  font-weight: bold;
}

.seb1 {
  width: 215px;
}

.seb2 {
  width: 185px;
}

.seb3 {
  width: 60px;
}

.seb4 {
  width: 140px;
}

.seb5 {
  width: 70px;
}

.seb6 {
  width: 50px;
}

.seb7 {
  width: 200px;
}

.txb1 {
  width: 70px;
  color: #333333;
}

.txb2 {
  width: 150px;
  color: #333333;
}

.txb3 {
  width: 140px;
  color: #333333;
}

.txb4 {
  width: 185px;
  color: #333333;
}

.txb5 {
  width: 40px;
  color: #333333;
}

.box1 {
  background-color: #fff;
  width: auto;
  height: auto;
  margin: 5px auto;
  /*margin: 0 auto 35px auto;*/
  padding: 20px;
  padding-top: 60px;
  color: #fff;
  border: 1px solid #a7a9ac;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  behavior: url(border-radius.htc);
}

.bt {
  font-size: 13px;
  width: 100px;
  background-color: #d81921;
  border-color: #888888;
  font-weight: bold;
  color: #ffffff;
}

.head {
  position: absolute;
  top: 195px;
  left: 80px;
  border: 10px solid #fff;
}

table.tblorder {
  border-width: 1px;
  /*border-spacing: 3px;*/
  /*border-style: double;*/
  border-color: #dcdcdc;
  border-collapse: separate;
  /*background-color: white;*/
}

table.tblorder td {
  padding: 3px;
  /*border-bottom:1px dotted #ccc; */
}

#box-table-a {
  font-size: 12px;
  margin: 10px;
  width: 850px;
  text-align: center;
  border-collapse: collapse;
  font-weight: normal;
}

#box-table-a th {
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  background: #666666;
  border-top: 4px solid #333333;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}

#box-table-a td {
  padding: 8px;
  background: #ffffff;
  border-bottom: 1px solid #999999;
  color: #333333;
  border-top: 1px solid transparent;
}

#box-table-a tr:hover td {
  background: #cccccc;
  color: #339;
}

.btn-primary {
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #D40000;
  box-shadow: #EDEDED 0px 1px 5px;
  border-radius: 10px;
  font-size: 24px;
  padding: 10px 15px;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-shadow: 1px 1px #435451;
  font-weight: bold;
  color: #FFF8F7;
  background-color: #29A9FF;
  background-image: linear-gradient(to bottom, #ee1b24, #ee1b24 50%, #d81921 50%, #d81921);
}

.btn-primary:hover {
  filter: brightness(1.1);
}

.btn-secondary {
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #D40000;
  box-shadow: #EDEDED 0px 1px 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 10px;
  margin: 0px 10px;
  min-width: 90px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-shadow: 1px 1px #435451;
  font-weight: bold;
  color: #FFF8F7;
  background-color: #29A9FF;
  background-image: linear-gradient(to bottom, #ee1b24, #ee1b24 50%, #d81921 50%, #d81921);
}

.btn-secondary:hover {
  filter: brightness(1.1);
}

.btn-signin {
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #29A9FF;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 8px;
  min-width: 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-shadow: 1px 1px #435451;
  font-weight: bold;
  color: #FFF8F7;
  background-color: #29A9FF;
  background-image: linear-gradient(to bottom, #29A9FF, #29A9FF 50%, #0095E9 50%, #0095E9);
}

.btn-signin:hover {
  filter: brightness(1.1);
}

.login-back {
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  text-align: right;
  align-content: center;
  background-image: url(../images/bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.login-widget {
  display: inline-block;
  width: 183px;
  margin-right: 50px;
  padding: 16px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}

.line-separator {
  display: inline-block;
  vertical-align: text-bottom;
  width: 2px;
  height: 17px;
  margin: 0 8px;
  background: #D81921;
}

.banner {
  height: 210px;
  background-image: url(../images/banner.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-row {
  background-image: url(../images/bg-red.png);
}

.nav-row {
  padding: 5px 30px;
}

.ui-widget {
  font-family: inherit;
}