/* browser_application_modal.css */

@charset "UTF-8";

#browser-application-modal {
   font-family: sans-serif, Verdana, Geneva, sans-serif;
   margin-bottom: 10px;
}

#browser-modal-logo {
  float: left;
  display: inline-block;
}

#browser-modal-tfp-logo-house-only {
  height: 85px;
}

#browser-modal-header {
  float: left;
  display: inline-block;
  width: 510px;
  margin-top: 0px;
}

#browser-modal-title {
  display: inline-block;
  font-weight: bold;
  font-size: 250%;
  color: #666666;
}

#browser-modal-introduction {
  display: inline-block;
  font-weight: bold;
  font-size: 120%;
}

#browser-modal-top-section {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

#browser-modal-top-section-text {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 80px;
  font-size: 115%;
  font-weight: bold;
}

#browser-modal-top-image {
  width: 450px;
  margin-right: 60px;
}

#browser-modal-top-right {
  position: absolute;
  margin-left: 494px;
  /*margin-top: -182px;*/
  margin-top: -200px;
}

#browser-modal-top-header-right {
  float: right;
  width: 30px;
  margin-top: 15px;
  margin-right: 2px;
  border-bottom-style: solid;
  border-width: 6px;
  border-color: #02906d;
  /*border-color: #d7d7d7;*/
}

#browser-modal-tfp-small-logo-house-only {
  float: right;
  height: 35px;
}

#browser-modal-middle-section {
  /*margin-left: 10px;*/
  display: inline-block;
  border-bottom-style: solid;
  border-width: 2px;
  border-color: #989898;
  margin-right: 10px;
  margin-top: 20px;
  font-size: 120%;
  font-weight: bold;
  padding-left: 50px;
}

#browser-modal-bottom-section {
  margin-top: 10px;
}

#browser-modal-bottom-left-section {
  float: left;
  width: 200px;
  text-align: center;
}

#browser-modal-bottom-left-header {
  font-weight: bold;
  font-size: 90%;
  letter-spacing: -1px;
}

#browser-modal-bottom-left-line {
  margin-left: 95px;
  border-left-style: solid;
  border-width: 6px;
  border-color: #02906d;
  height: 30px;
}

#browser-modal-image-1 {
  height: 100px;
}

#browser-modal-bottom-middle-section {
  float: left;
  width: 145px;
  text-align: center;
}

#browser-modal-bottom-middle-header-1 {
  font-weight: bold;
  font-size: 90%;
  letter-spacing: -1px;
}

#browser-modal-bottom-middle-line-1 {
  margin-left: 68px;
  border-left-style: solid;
  border-width: 6px;
  /*border-color: #d7d7d7;*/
  border-color: #02906d;
  height: 30px;
}

#browser-modal-bottom-middle-header-2 {
  font-weight: bold;
  font-size: 90%;
  letter-spacing: -1px;
}

#browser-modal-bottom-middle-line-2 {
  margin-left: 68px;
  margin-top: -5px;
  border-left-style: solid;
  border-width: 6px;
  /*border-color: #d7d7d7;*/
  border-color: #02906d;
  height: 30px;
}

#browser-modal-image-2 {
  height: 100px;
}

#browser-modal-bottom-right-section {
  float: left;
  text-align: center;
  position: relative;
  margin-left: 10px;
}

#browser-modal-bottom-right-line {
  float: right;
  width: 15px;
  margin-top: -156px;
  margin-left: 120px;
  border-bottom-style: solid;
  border-width: 6px;
  /*border-color: #d7d7d7;*/
  border-color: #02906d;
  position: absolute;
}

#browser-modal-bottom-right-text {
  float: right;
  font-weight: bold;
  font-size: 90%;
  letter-spacing: -1px;
  margin-top: -160px;
  margin-left: 136px;
  position: absolute;
  width: 100px;
  text-align: left;
  /*border: 1px dashed red;*/
}

#browser-modal-image-3 {
  width: 120px;
}

#browser-modal-download-section {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

#browser-download-modal-download-section, #browser-download-modal-download-section0 {
  text-align: center;
  cursor: pointer;
}

#browser-download-modal-download-section-none {
  text-align: center;
  cursor: pointer;
}

#browser-modal-download-button {
/*  display: inline-block;
  border-radius: 6px;
  width: 175px;
  height: 28px;
  font-weight: bold;
  font-size: 110%;
  padding-top: 7px;
  background-color: #ff0000;
  color: #ffffff;*/
  cursor: pointer;
}

#browser-modal-digicert {
  float: right;
  margin-right: 40px;
  margin-top: -30px;
}

.browser-modal-text-bold {
  font-weight: bold;
  font-size: 80%;
}

.browser-modal-text-header {
  font-weight: bold;
  /*font-size: 110%;*/
  margin-top: 5px;
  /*border-bottom: 4px solid #e57124;*/
  border-bottom-style: solid;
  border-width: 2px;
  border-color: #989898;
  /*border-color: #d7d7d7;*/
}

.browser-modal-text {
  /*display: inline;*/
  font-weight: bold;
  font-size: 80%;
}

/* Start Browser Application Not Supported */

#browser-not-supported-modal-header {
  float: left;
  width: 490px;
  margin-bottom: 40px;
}

#browser-not-suuported-modal-logo {
  float: left;
}

#browser-not-supported-modal-title {
  display: inline-block;
  font-weight: bold;
  font-size: 250%;
  color: #666666;
}

#browser-not-supported-modal-text {
  display: inline-block;
  font-weight: bold;
  font-size: 120%;
}

#browser-not-supported-logo-section {
  text-align: center;
  margin-bottom: 20px;
}

#browser-not-supported-modal-coming-soon {
  color: red;
  font-size: 130%;
  font-weight: bold;
}

#browser-not-supported-modal-buttons {
  text-align: center;
  margin-bottom: 10px;
}

#browser-not-supported-modal-close-button {
  border: none;
  cursor: pointer;
}

.browser-not-supported-modal-logo {
  display: inline-block;
  vertical-align: top;
  border: none;
}

.browser-not-supported-modal-logo-right {
  margin-right: 40px;
}

/* End Browser Application Not Supported */
