<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: white;
  color: #425563;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
.title{
  color: #0073ae;
  font-size: 1.2em;
  /*font-weight: bold;*/
  margin-top: 20px;
}

.btn-noborder{
  border: none;
  background: #fff;
  height: 40px;
  font-weight: bold;
}

button:focus {
  outline:0;
}

.navbutton {
  /*float: right;*/
  margin-right: 20px;
  border: 0px!important;
  background-color: transparent;
}

.label-input {
  min-width: 210px;
  width: 210px;
}

.show {
  display: inline;
}
.hide {
  display: none;
}

.corner {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -15px;
}
.corner:hover{
  cursor: pointer;
}

.modal-dlg {
  width: 1500px;
  margin: auto;
}


.modal-content {
  width: 760px !important;
}

.block_space{
  margin-bottom: 10px;
}

.no-border {
  border: 0px solid white !important;
  border-bottom: 1px solid gray !important;
}

.popover {
  max-width: 70%; /* Max Width of the popover (depending on the container!) */
  font-family: Source Sans Pro,Arial,sans-serif;
  z-index: 9999;
  position: fixed;
  /*background: #616565;*/
  color: #185D99/*#FDFEFE*/
}

.inline {
  display: -moz-inline-stack!important;
  display: inline-block!important;
}

.btn-rc {
  background-color: #0073ae;
  color: white;
  margin-left: 0px;
  margin-right: 10px;
  border: none;
  border-radius: 3px;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.rc-oval-btn {
  background-color: white;
  color: #0073ae;
  margin-left: 0px;
  margin-right: 10px;
  border: 2px solid #0073ae;
  border-radius: 15px;
  padding: 0 16px;
  height: 32px;
  max-width: 200px;
  line-height: 32px;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: center;
}

.btn-left{
  float: left;
}

.pos-bottom{
  position: absolute;
  bottom: 10px;
  width: 50%;
}

.navbar-brand {
  font-family: 'Open Sans', sans-serif;
}

.header{
  font-size: 1.2em;
  /*font-weight: bold;*/
  margin: 10px 0px;
  /*border-top: 2px solid #dedede;*/
}

.alert{
  color: red;
}
.warning{
  color: orange !important;
}
.highlight {
  color: #BF6A0A;
}
.error{
  color: red!important;
}
.block-space{
  margin-bottom: 5px;
}
.timer {
  font-size: 3.0em;
  align-content: center;
}
.rc-login-footer {
  font-size: 10px;
  padding: 10px 30px;
  position: absolute;
  bottom: 10px;
}

.icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.medium-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.medium-icon:hover {
  cursor: grab;
}

.scrollable-container{
  padding-right: 6px;
  overflow: scroll;
}

#illustrate {
  min-width: 30%;
  max-width: 95%;
  border: solid 2px gray;
}
</pre></body></html>