/* CSS Document */
body {
  background: #fff;
  background-size: cover;
  padding: 0px;
  margin: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /*font-family: 'Open Sans', sans-serif;
    */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  height: 100%;
}

.dt-error {
  color: red;
}

.labsTab {
  position: fixed;
  left: 0;
  top: 50%;
  height: 118px;
  border: 1px solid #659EC7;
  background-color: #3e6790;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: none;
}

.labsTab p {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.in-error {
  border: #F00 2px solid !important;
}

.isError {
  color: #F00 !important;
  font-weight: bold !important;
}

.loading {
  display: none;
  color: #960;
}

.placeholder {
  color: #aaa;
}

.nowrap {
  white-space: nowrap;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

a, a:link {
  text-decoration: underline;
  color: #0645AD;
  cursor: pointer;
}

a:active {
  text-decoration: underline;
  color: #3366BB;
  cursor: pointer;
}

a:visited {
  text-decoration: underline;
  color: #0B0080;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
  color: #3366BB;
  cursor: pointer;
}

.navbar a, .navbar a:link {
  text-decoration: none;
  color: #0645AD;
}

.navbar a:active {
  text-decoration: none;
  color: #3366BB;
}

.navbar a:visited {
  text-decoration: none;
  color: #0B0080;
}

.navbar a:hover {
  text-decoration: none;
  color: #3366BB;
}

#container {
  width: 100%;
  background: #FFFFFF;
  margin: 0 auto;
  text-align: left;
}

.mainTitle {
  font-size: 18px;
  margin-top: 50px;
}

#top_border_wrapper {
  width: 100%;
  min-height: 135px;
}

#topNav {
  width: 100%;
  min-height: 35px;
  border-bottom: 2px solid #eee;
  background-color: #ccc;
  z-index: 9999;
}

#buttonContainer {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1150px;
}

#topNav .topSearch {
  float: right;
  width: 290px;
  text-align: center;
  border-bottom: 1px solid #B5CACA;
  border-left: 1px solid #B5CACA;
  border-right: 1px solid #B5CACA;
  background: #DCE4E4;
  height: 35px;
}

#topNav .topSearch input {
  margin: 0px;
  padding: 4px;
  border: 1px solid #B7CCCC;
  width: 250px;
  margin-top: 5px;
  color: #5F8787;
}

#top_border {
  width: 100%;
  height: 80px;
  background: #45615f;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #aaa;
}

.top_border_inside {
  width: 80%;
  max-width: 1200px;
  text-align: left;
  padding-top: 4px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 985px) {
  .top_border_inside {
    width: 95%;
  }
}

.top_logo {
  float: left;
  padding-right: 20px;
}

@media screen and (max-width: 985px) {
  .top_logo img {
    max-height: 50px;
  }
}

@media screen and (max-width: 350px) {
  .top_logo img {
    max-height: 35px;
  }
}

.topMiddleMessage {
  padding-left: 30px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .topMiddleMessage > div {
    display: none;
  }
}

.topMiddleMessage .bigMessage {
  padding-top: 15px;
  font-size: 20px;
  color: #B0C8C6;
}

@media screen and (max-width: 985px) {
  .topMiddleMessage .bigMessage {
    font-size: 13px;
  }
}

.topMiddleMessage .smallMessage {
  font-size: 12px;
  color: #85A9A6;
  padding-top: 4px;
}

.topLinksMessage {
  color: #CCC;
  padding-top: 2px;
  margin: 0px;
  padding-bottom: 3px;
}

.top_links {
  color: #fff;
  float: right;
  font-size: 14px;
  padding-top: 18px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top_links .toplink_item {
  float: left;
  list-style: none;
  margin-right: 10px;
}

.top_links a:link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.top_links a:visited {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.top_links a:active {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.top_links a:hover {
  color: #fff;
  text-decoration: underline;
}

.homeButton {
  text-align: center;
  border: none;
  background: #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
  margin-right: 20px;
  margin-left: 15px;
  width: 100px;
  cursor: pointer;
  border-radius: 2px;
  float: right;
}

.homeButton:hover {
  -webkit-box-shadow: 1px 1px 8px 1px #ccc;
  box-shadow: 1px 1px 8px 1px #ccc;
}

.promoterLogin {
  margin-top: 50px;
  font-weight: bold;
  padding-bottom: 15px;
  background: #F1F5F5;
  width: 320px;
}

.promoterLogin .insideWrapper {
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.promoterLogin label {
  display: block;
  float: left;
  text-align: right;
  margin: 6px 10px 0px 0px;
  color: #222;
  font-weight: normal;
  padding-top: 3px;
  width: 75px;
}

.promoterLogin input {
  border: 1px solid #B7CCCC;
  font-size: 14px;
  color: #45615f;
  padding: 6px;
  width: 190px;
  margin-bottom: 10px;
}

.promoterLogin .promoterButton {
  border: none;
  background: #D14836;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFF;
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 80px;
  cursor: pointer;
  border-radius: 2px;
}

.promoterLogin .promoterButton:hover {
  -webkit-box-shadow: 1px 1px 8px 1px #ccc;
  box-shadow: 1px 1px 8px 1px #ccc;
}

.promoterLogin .promoterLoginMessage {
  color: #900;
  width: 300px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  display: none;
}

.promoterLogin .forget {
  color: #960;
  font-size: 12px;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.promoterLogin .forget a:link, .promoterLogin a:active, .promoterLogin a:visited {
  color: #960;
  text-decoration: underline;
}

.promoterLogin .forget a:hover {
  color: #960;
  text-decoration: none;
}

.promoterLogin .loading {
  float: right;
  margin-right: 10px;
}

.promoterLogin .loginNote {
  font-size: 12px;
  font-weight: normal;
  color: #960;
  margin-top: 0px;
  margin-bottom: 8px;
}

#sidebar1 {
  float: left;
  width: 131px;
  padding-left: 9px;
  padding-top: 15px;
  min-height: 540px;
}

#sidebar2 {
  float: right;
  width: 131px;
  padding-left: 9px;
  padding-top: 15px;
  min-height: 540px;
}

#mainContent {
  margin: 0 auto;
  padding: 0 2em 0 2em;
}

#mainContent .leftLoginContent {
  float: left;
  width: 550px;
  text-align: left;
  margin-left: 10px;
}

#mainContent .leftLoginContent h1 {
  color: #960;
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 20px;
}

#mainContent .leftLoginContent input {
  width: 450px;
  padding: 8px;
  margin-bottom: 8px;
}

#mainContent .leftLoginContent select {
  width: 468px;
  padding: 8px;
  margin-bottom: 8px;
  color: #aaa;
  height: 34px;
}

#mainContent .leftLoginContent #firstName {
  width: 210px;
  margin-right: 8px;
}

#mainContent .leftLoginContent #lastName {
  width: 210px;
}

#mainContent .leftLoginContent #zip {
  width: 210px;
  margin-right: 8px;
}

#mainContent .leftLoginContent #phone {
  width: 210px;
}

#mainContent .leftLoginContent #birthday {
  width: 210px;
  margin-right: 8px;
}

#mainContent .leftLoginContent #gender {
  width: 228px;
}

#mainContent .leftLoginContent #userName {
  width: 210px;
  margin-right: 8px;
}

#mainContent .leftLoginContent #password {
  width: 450px;
}

#mainContent .leftLoginContent #signUpSubmit {
  width: 100px;
  margin-top: 25px;
}

#mainContent .validateTips {
  color: #900;
  font-weight: bold;
  width: 450px;
  padding: 5px;
}

#mainContent .promoterButton {
  border: none;
  background: #D14836;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #FFF;
  margin-right: 20px;
  margin-top: 20px;
  width: 80px;
  cursor: pointer;
  border-radius: 2px;
}

#mainContent .promoterButton:hover {
  -webkit-box-shadow: 1px 1px 8px 1px #ccc;
  box-shadow: 1px 1px 8px 1px #ccc;
}

#mainContent .rightLoginContent {
  float: right;
  width: 320px;
  margin-right: 10px;
}

#mainContent h1 {
  color: #960;
  font-size: 54px;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 10px;
}

#mainContent h3 {
  color: #444;
  font-weight: 500;
  font-size: 16px;
}

#mainContent p {
  color: #737373;
  font-weight: 100;
  font-size: 13px;
}

#mainContent .imgClass {
  -webkit-box-shadow: 1px 1px 8px 1px #ccc;
  box-shadow: 1px 1px 8px 1px #ccc;
}

#mainContent .contactUsForm input {
  width: 450px;
  padding: 8px;
  margin-bottom: 8px;
}

#mainContent .contactUsForm #signUpSubmit {
  width: auto;
  margin-top: 25px;
}

#footer {
  background: #EEE;
  border-top: 2px solid #ccc;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

#footer_links_wrapper {
  width: 650px;
  margin: 0 auto;
  padding-top: 15px;
  color: #555;
  text-align: center;
}

#footer_links_wrapper a:link, #footer_links_wrapper a:visited, #footer_links_wrapper a:active {
  color: #555;
}

#footer_links_wrapper a:hover {
  text-decoration: none;
  color: #111;
}

#footer_links_wrapper .left_footer_links {
  float: left;
}

#footer_links_wrapper .right_footer_links {
  float: right;
}

#footer_links_wrapper .footer_message {
  padding-bottom: 25px;
}

#adBox {
  width: 130px;
  margin: 0 auto;
}

#adBox .logo {
  width: 100%;
  text-align: center;
}

#adBox .title {
  color: #960;
  font-size: 12px;
  text-decoration: underline;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
}

#adBox .title a:link, #adBox .title a:hover, #adBox .title a:active, #adBox .title a:visited {
  color: #960;
  text-decoration: underline;
}

#adBox .body {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

#adBox .body a:link, #adBox .body a:hover, #adBox .body a:active, #adBox .body a:visited {
  color: #000;
  text-decoration: none;
}

#adBox .url {
  color: #45615F;
  font-size: 12px;
  text-decoration: none;
  padding-top: 3px;
  width: 100%;
  text-align: center;
}

#adBox .url a:link, #adBox .url a:hover, #adBox .url a:active, #adBox .url a:visited {
  color: #45615F;
  text-decoration: none;
}

.messageBox {
  width: auto;
  border: 1px solid #B5CACA;
  background-color: #DCE4E4;
  color: #960;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.displayBox {
  border: 1px solid #ddd;
  color: #333;
  border-radius: 4px;
}

.displayBox.locked {
  border: 1px solid #F00;
}

.displayBox.locked span {
  color: #F00;
}

.header {
  width: auto;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0px;
  font-size: 14px;
  color: #333;
  text-align: left;
  padding: 10px 15px;
}

.header2 {
  width: auto;
  border: none;
  margin: 1px;
  padding-top: 6px;
  height: 23px;
  color: #333;
  text-align: left;
  padding-left: 8px;
}

.browserBox {
  width: 500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.browserBox img {
  margin-right: 5px;
  margin-bottom: 40px;
}

.button {
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  padding-top: 10px;
  text-align: center;
  margin: 5px;
  padding-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  color: #45615f;
}

button {
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  color: #45615f;
}

.button:hover {
  border-color: #aaa;
  background-color: #eee;
}

button:hover {
  border-color: #aaa;
  background-color: #eee;
}

.titleBar {
  background: #DCE4E4;
  border: 1px solid #F1F5F5;
  width: auto;
  height: 25px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 8px;
  color: #960;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

input {
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;
  color: #45615f;
  padding: 8px;
  border-radius: 4px;
}

select {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #45615f;
  padding: 8px;
  border-radius: 4px;
  font-weight: normal;
}

textarea {
  border: 1px solid #ccc;
  font-size: 14px;
  color: #45615f;
  padding: 8px;
  border-radius: 4px;
  font-weight: normal;
}

#noScript {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCC;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 998;
}

.noScriptText {
  position: absolute;
  top: 200px;
  width: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #45615F;
  background-color: #F1F5F5;
  padding-top: 80px;
  height: 100px;
  text-align: center;
  color: #900;
  font-size: 16px;
  font-weight: bold;
  opacity: 1.0;
  filter: alpha(opacity=100);
  z-index: 999;
}

#rightContent {
  width: 350px;
  float: right;
  margin-left: 20px;
}

#rightContent #mainVideo {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

#rightContent #eventsList {
  padding: 3px;
  width: auto;
  margin-top: 5px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  height: 430px;
  overflow-y: auto;
  background-color: #F9F9F9;
  margin-bottom: 10px;
}

#leftContent {
  width: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

#leftContent .diagramImage {
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#leftContent .fpColumn {
  width: 32%;
  float: left;
  padding-left: 8px;
}

.frontPageTable {
  width: 100%;
  border-collapse: separate;
}

.frontPageTable thead th {
  background-color: #ccc;
  padding: 8px;
  font-weight: normal;
  color: #333;
}

.frontPageTable tbody td {
  color: #666;
  padding: 8px;
  cursor: pointer;
}

.frontPageTable tbody td .even {
  background-color: #fff;
}

.frontPageTable tbody td .odd {
  background-color: #fff;
}

.frontPageTable tbody tr:hover {
  background-color: #f9f9f9;
  color: #fff;
}

.inlineblock {
  display: inline-block;
}

.skipline {
  margin-top: 15px;
}

.auto-height {
  height: auto !important;
}

.iconImageTop {
  position: relative;
  top: -3px;
}

.top5 {
  position: relative;
  top: 5px;
}

.table-min tbody tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

ul.greyTabs > li > a {
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
}

ul.greyTabs > li > a:hover {
  border: 1px solid gray !important;
  color: #333;
  background: silver !important;
}

ul.greyTabs > li.active > a {
  border: 1px solid gray !important;
  color: #333;
  background: silver !important;
}

ul.greyTabs > li.active > a:hover {
  border: 1px solid gray !important;
  color: #333;
  background: silver !important;
}

ul.miniTabs > li > a {
  padding: 6px 15px;
}

.font19 {
  font-size: 19px !important;
}

.font10 {
  font-size: 10px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.checkbox-mini {
  font-size: 10px;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.checkbox-mini .labeling {
  position: relative;
  top: 5px;
}

.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: 2px dashed blue;
}

.txtBlack {
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif;
}

#mainContent p {
  font-weight: normal;
  color: #333;
}

.registrationissues {
  float: right;
  font-size: 0.8em;
  color: #000;
  margin-top: -10px;
  padding-bottom: 10px;
}

.registrationissues a {
  text-decoration: underline;
}

.ui-dialog {
  max-width: 100%;
}

@media (max-width: 992px) {
  #mainContent {
    margin: 0;
    padding: 0;
  }
  .jumbotron .stat {
    width: 130px;
  }
  .jumbotron > div > div > .text-left {
    display: block;
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .jumbodesc {
    display: inline-block;
  }
  .jumbotron .stat {
    width: 130px;
    display: inline-block;
  }
}

@media (max-width: 460px) {
  .jumbodesc {
    display: inline-block;
  }
  .jumbotron .stat {
    width: 100%;
    display: block;
  }
}

@media (min-width: 993px) {
  #mainContent {
    width: 67%;
  }
}

@media (min-width: 1200px) {
  #mainContent {
    width: 1170px;
  }
}

.display_error_message {
  color: #b11212;
  text-align: center;
}

.DTTT_container {
  float: left !important;
}
