@font-face {
  font-family: "GothamHTF-Ultra";
  src: url("../fonts/GothamHTF/GothamHTF-Ultra.otf") format("opentype");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/Awesome/fontawesome-webfont.ttf") format("truetype");
}
body {
  height: 1080px;
  width: 100% !important;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: black;
}
body::-webkit-scrollbar {
  width: 0 !important;
}
body div p ul li {
  margin: 0;
  padding: 0;
}

#FormError td {
  word-break: break-all;
}

.dvAppVersion {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  right: 15px;
  top: 15px;
}

.pgCarousel {
  background-color: #000000;
  color: white;
}

#carousel .cloud9-item, #buttons button {
  cursor: pointer;
}

.logo_main {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 7%;
}

.logo {
  width: 160px;
  height: 160px;
  margin: 5px 5px;
}

.center {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  /*width: calc(30vw + 10vh);*/
  width: 50%;
  height: auto;
  min-height: 100%;
}

.centerFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* */
.float_box {
  float: left;
  height: 100%;
  width: 100%;
}

.float_left {
  float: left;
}

.float_right {
  display: inline;
  position: relative;
  float: left;
}

.clearBoth {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.a_none {
  text-decoration: none; /* no underline */
}

.a_active {
  transform: scale(0.9);
}

.spSpacer {
  display: inline;
}

.far {
  position: absolute;
}

.closeXX {
  color: #ffffff;
  font-size: 20px;
  font-family: "Verdana";
}

.video_loop {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.width_per_50 {
  width: 50%;
}

.width_per_49 {
  width: 49%;
}

.width_per_48 {
  width: 48%;
}

.right_10 {
  right: -10px;
}

.right_20 {
  right: -20px;
}

.right10 {
  right: 10px;
}

.right20 {
  right: 20px;
}

.top4 {
  top: 5px;
}

.top8 {
  top: 8px;
}

.top10 {
  top: 10px;
}

.top15 {
  top: 15px;
}

.top20 {
  top: 20px;
}

.top_10 {
  top: -10px;
}

.top_20 {
  top: -20px;
}

.spRight {
  text-align: right;
}

.spLeft {
  text-align: left;
}

.mar_left_5 {
  margin-left: 5%;
}

.mar_left_8 {
  margin-left: 8%;
}

.mar_left_10 {
  margin-left: 10%;
}

.mar_left_15 {
  margin-left: 15%;
}

.mar_left_20 {
  margin-left: 20%;
}

.mar_left_25 {
  margin-left: 25%;
}

.mar_bot_5 {
  margin-bottom: 5%;
}

.mar_bot_8 {
  margin-bottom: 8%;
}

.mar_bot_10 {
  margin-bottom: 10%;
}

.mar_bot_15 {
  margin-bottom: 15%;
}

.mar_bot_20 {
  margin-bottom: 20%;
}

.mar_bot_25 {
  margin-bottom: 25%;
}

.mar_top_5 {
  margin-top: 5%;
}

.mar_top_8 {
  margin-top: 8%;
}

.mar_top_10 {
  margin-top: 10%;
}

.mar_top_15 {
  margin-top: 15%;
}

.mar_top_20 {
  margin-top: 20%;
}

.mar_top_25 {
  margin-top: 25%;
}

/*# sourceMappingURL=style.css.map */
