body, table td, select {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #020621;
}

/* style for unvisted Links */

A:link {
  color: #0A5DC3;
  text-decoration: none;
}

/* style for visted Links */

A:visited {
  color: #0A5DC3;
  text-decoration: none;
}

/* style for active Links */

A:active {
  color: #0A5DC3;
}

.none {}

.none_show {
  visibility: visible;
  opacity: 1;
}

.none_hide {
  visibility: hidden !important;
  opacity: 0;
}

.fade {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fade_show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  z-index: 100;
}

.fade_hide {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0;
}

.iris {
  -webkit-mask-image: url("http://images.apple.com/html5/showcase/transitions/images/circle-mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 15000px;
  -webkit-animation-duration: 1s;
}

.iris_show {
  -webkit-animation-name: iris;
  z-index: 100;
}

@-webkit-keyframes iris {
  0% {
    -webkit-mask-size: 0;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-mask-size: 1500px;
  }
}

.iris_hide {
  opacity: 0;
  z-index: 0;
}

.logo-style {
  width: 140px;
  height: 65px;
  background-image: url('http://dl.dropbox.com/u/8237394/Images/Logo/rise-logo.png');
  background-position: 50% 80%;
  background-repeat: no-repeat no-repeat;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.link-action {
  font-weight: bold;
  margin-right: 15px;
}

.drop-shadow {
  padding: 0px;
  -moz-box-shadow: 4px 4px 12px RGBA(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 4px 12px RGBA(0, 0, 0, 0.15);
  box-shadow: 4px 4px 12px RGBA(0, 0, 0, 0.15);
}

.inner-border {
  border: 0px solid;
  -moz-box-shadow: inset 3px 3px 3px RGBA(0, 0, 0, 0.42);
  -webkit-box-shadow: inset 3px 3px 3px RGBA(0, 0, 0, 0.42);
  box-shadow: inset 3px 3px 3px RGBA(0, 0, 0, 0.42);
}

.gradient-overlay-middle {
  background: rgb(230, 230, 230);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(230, 230, 230) 1%, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(230, 230, 230)), color-stop(50%, rgb(255, 255, 255)), color-stop(100%, rgb(230, 230, 230)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(230, 230, 230) 1%, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(230, 230, 230) 1%, rgb(255, 255, 255) 50%, rgb(230, 230, 230) 100%);
  /* Opera11.10+ */
}

.display-register-button {
  width: 100%;
  padding: 5px;
}

.content-box {
  position: relative;
  border: 1px solid #ddd;
  background: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
}

/* From bootstrap.css */

.btn-primary {
  color: #fff;
  background-color: #2d60ad;
  border-color: #2d60ad;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-default {
  background-color: #fff;
  border-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-static-top {
  border-width: 0 0 1px;
}

.menu-border-right {
  border-right: 2px solid #DDD;
  padding-right: 18px;
}

.menu-border-left {
  padding-left: 15px;
  border-left: 2px solid #ddd;
}

.alert-panel {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #333;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-size: 11px;
  white-space: normal;
}

.btn {
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
}

.btn-primary {
  color: #fff;
  background-color: #4ab767;
  border-color: #4ab767;
}

.btn-default {
  color: #333;
  background-color: #e8e8e8;
  border-color: #CCC;
}

.popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 997;
  display: none;
}

.popup-container .popup-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 14px 0px rgba(2, 6, 32, 0.5);
  border-radius: 4px;
  overflow: visible;
  font-size: 1.2em;
  width: 500px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  z-index: 999;
  background-color: white;
}

.popup-container .popup-content.fullscreen {
  border-radius: 0px;
}

.popup-container .popup-content.center {
  margin: auto;
}

.popup-container .popup-content .logo {
  background-color: rgba(0,0,0,.1);
  padding: 25px;
  border-radius: 10px;
}

#viewer-header-div {
  height: 69px;
}

#viewer-header-div .popup-content {
  overflow: visible;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
  left: 0;
  top: -10px;
  border-radius: 0;
}

#viewer-header-div .popup-content.large {
  width: 100%;
  height: 66px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  padding: 8px 0px 4px 14px;
  justify-content: center;
  align-items: center;
}

.fixed-toolset {
  flex: none;
  margin-right: 12px;
}

.flex-title {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#viewer-header-div .popup-content.collapsed {
  width: 79px;
  height: 66px;
  padding: 8px 0px 4px 14px;
  opacity: 0.6;
  background-color: rgba(255, 255, 255, .5);
}

#viewer-header-div .item-button {
  display: none;
}

#viewer-header-div .item-button .title {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  max-width: 220px;
}

#viewer-header-div .absolute {
  position: absolute;
}

#viewer-header-div .show-button {
  top: 25px;
  left: 17px;
  position: absolute;
}

#help-frame-div .popup-content {
  background-color: transparent;
  border: transparent;
}

#madero-notification-div .popup-content {
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
}

.modal, .modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-backdrop {
  z-index: 970;
  background: #020620;
  opacity: 0.5;
}

.modal {
  z-index: 1090;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal::before {
  content: " ";
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.modal .modal-dialog {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 10px auto;
  text-align: center;
}

.modal .modal-content {
  background: #fff;
  margin: 0 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  padding: 0;
  position: relative;
  border: 1px solid #fff;
  border-radius: 6px;
}

.modal .modal-header {
  background: inherit;
  border-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  min-height: 16.43px;
}

.modal .modal-header .close {
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin: 5px 5px -5px 0px;
  float: right;
  cursor: pointer;
}

.modal .modal-header .close svg {
  fill: #999;
}

.modal .modal-body {
  position: relative;
  padding: 0px 20px 15px;
}

.modal .modal-footer {
  padding: 0px 20px 20px;
}

.madero-style .btn {
  font-weight: 700;
  line-height: 18px;
  border-radius: 4px;
  min-height: 40px;
}

.madero-style .modal-dialog {
  width: 365px;
}

.madero-style .modal-dialog h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.madero-style .modal-dialog p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

.popup-table {
  margin: 0px auto;
  width: 100%;
  height: 100%;
}

.popup-table td {
  vertical-align: top;
}

.zoom-selector {
  display: inline-flex;
  padding: 3px;
  height: 30px;
  font-size: 14px;
  top: 5px;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

.w-100 {
  width: 100% !important;
}

.u_margin-right {
  margin-right: 20px;
}

.u_margin-right-sm {
  margin-right: 5px;
}

.u_margin-left {
  margin-left: 20px;
}

.u_margin-left-sm {
  margin-left: 5px;
}

.u_margin-bottom-md {
  margin-bottom: 40px;
}

.u_align-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

@media (max-width: 768px) {
  .alert-panel {
    display: none !important;
  }
}

@keyframes transitionZoomIn {
  from {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.transitionZoomIn {
  animation-name: transitionZoomIn;
  animation-duration: 1s;
}

@keyframes transitionFadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.transitionFadeIn {
  animation-name: transitionFadeIn;
  animation-duration: 1s;
}

@keyframes progressFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.6;
  }
}

#progress {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #434242;
  opacity: 0.6;
  animation: progressFadeIn 2s ease-in;
}

#powered-by-rise-div {
  position: absolute;
  bottom: 0;
  height: 15px;
  text-align: center;
  width: 100vw;
  background: #f2f2f2;
  color: #020620;
  font-family: Helvetica;
  font-size: 12px;
  padding: 5px;
  z-index: 10;
}

#navigation-ui-div>* {
  z-index: 100;
}

.navigation-action {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  color: white;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(230, 230, 230, 0.5) 0%, rgba(265, 265, 265, 0) 100%);
  display: flex;
}

.navigation-action img {
  margin: auto;
  filter: drop-shadow(2px 2px 4px #333);
}

#navigation-previous {
  left: 0;
}

#navigation-next {
  right: 0;
  background: linear-gradient(270deg, rgba(230, 230, 230, 0.5) 0%, rgba(265, 265, 265, 0) 100%);
}

#nav-ui-progress-container {
  display: flex;
  flex-direction: row;
  width: calc(100% - 160px);
  padding: 10px 0;
  position: absolute;
  bottom: 25px;
  margin-left: 80px;
}

.nav-ui-progress {
  height: 4px;
  flex-grow: 1;
  border-radius: 4px;
  margin: 0 5px;
  display: flex;
  background-image: -webkit-linear-gradient(left,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 50%,
    rgba(127, 127, 127,.7) 50.001%,
    rgba(127, 127, 127,.7) 100%
  );
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 100% 50%;
  animation-timing-function: linear;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.nav-ui-progress.active {
    animation-name: Loader;
}

.nav-ui-progress.current {
    background-position: 0 0;
    height: 5px;
    margin-top: -1px;
}

.nav-ui-progress.not-ready {
    background: rgba(0, 0, 0, .1)
}

@-webkit-keyframes Loader {
  0%   { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.center-center {
  background-color: #999999;
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.center-center .content-wrapper {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em;
  box-shadow: 0px 0px 10px 5px #777777
}

.center-center p {
  text-align: center;
}

.environment-check-container input {
  font-size: x-large;
}

.environment-check-container {
  font-size: x-large;
}

.environment-check-container p {
  margin: 0;
  padding: 0;
}

.environment-check-container .content-wrapper {
  z-index: 999;
}

.environment-check-container .content-wrapper img.logo {
  width: 7em;
  margin: auto;
}

.environment-check-container .content-wrapper .title {
  margin: 4em 0 1em 0;
  font-weight: bold;
}

.environment-check-container .main-text input {
  margin: 0.5em auto;
}

.environment-check-container .main-text {
  margin: 1em;
  text-align: center;
}

.environment-check-container .content-wrapper img {
  width: 3em;
}

.environment-check-container .footer {
  border-top: 2px solid #BBBBBB;
  margin: 0 -1em;
  padding: 1em 1em 0 1em;
}

.environment-check-container button {
  font-size: 1.2em;
  margin: 3em 0 1em 0;
  border: solid 2px #54bd70;
  background-color: white;
  border-radius: 5px;
  color: #54bd70;
  font-weight: bold;
  padding: 0.3em 3em
}

.environment-check-container button:focus {
  background-color: #54bd70;
  color: white;
  border-color: green
}

.environment-check-container button:active {
  background-color: #54bd70;
  color: white;
  border: solid 2px #54bd70;
}

.environment-check-container .important-notice {
  color: red;
}

.bottom-notice {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  font-size: xx-large;
  background-color: #ffffff;
}

.bottom-notice button {
  background: #bbe9c7;
  font-size: xx-large;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 0.5em;
}

.bottom-notice button:hover, button:focus {
  background: #45b764;
}

.bottom-notice ul {
  display: inline-block;
  text-align: left;
  margin-top: 0;
}
