body {
  background-color: #EFEFEF;
  color: #33383d;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  min-height: calc(100vh - 211px);
  position: relative;
  padding-bottom: 211px;
}
h1 {
  color: #10a010;
  margin: 10px 0 3px 0;
  font-weight: normal;
  margin-top: 0px;
  font-size: x-large;
}
h1 .speakers {
  color: #33383d;
  font-size: medium;
}
h2 {
  color: #10a010;
  margin: 10px 0 3px 0;
  color: #11ae11;
  color: rgba(16, 160, 16, 0.85);
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: large;
}
h3 {
  color: #10a010;
  margin: 10px 0 3px 0;
  color: #13bc13;
  color: rgba(16, 160, 16, 0.85);
  font-size: medium;
}
input[type=text],
input[type=password] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
}
input[type=text]:focus,
input[type=password]:focus {
  color: #000000;
  outline: none;
  border: 1px solid #10a010;
}
input[type=text]:disabled,
input[type=password]:disabled {
  background-color: #e6e6e6;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: text-top;
  position: relative;
  bottom: 2px;
  margin: 3px 0px;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
}
textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
  min-height: 200px;
  min-width: 500px;
  resize: none;
  font-family: "Courier New", Courier, monospace;
  border-radius: 4px;
}
textarea:focus {
  color: #000000;
  outline: none;
  border: 1px solid #10a010;
}
textarea:disabled {
  background-color: #e6e6e6;
}
textarea.big {
  width: 700px;
  height: 400px;
}
.formSeparator {
  background-color: #eee;
}
input {
  border-radius: 4px;
}
select {
  color: #383d43;
  margin: 0px 3px;
  padding: 3px 5px;
  border-radius: 4px;
}
select:focus {
  color: #000000;
  outline: none;
}
select:focus {
  outline: auto;
  color: #383d43;
}
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background-color: #666666;
  border-style: none;
  color: #ffffff;
  font-weight: 600;
  min-width: 100px;
  padding: 7px;
  cursor: default;
  white-space: nowrap;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #737373;
  text-decoration: none;
}
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  border: 0;
}
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  -moz-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  background-color: #808080;
  text-decoration: none;
}
input[type=submit].destroy,
input[type=button].destroy,
input[type=reset].destroy {
  background-color: #D63333;
  color: #ffffff;
  padding: 7px 12px;
}
input[type=submit].destroy:hover,
input[type=button].destroy:hover,
input[type=reset].destroy:hover,
input[type=submit].destroy:focus,
input[type=button].destroy:focus,
input[type=reset].destroy:focus {
  background-color: #da4848;
}
input[type=submit].destroy:active,
input[type=button].destroy:active,
input[type=reset].destroy:active {
  background-color: #df5d5d;
}
input[type=submit].create,
input[type=button].create,
input[type=reset].create {
  background-color: #007A00;
  color: #ffffff;
  padding: 7px 12px;
}
input[type=submit].create:hover,
input[type=button].create:hover,
input[type=reset].create:hover,
input[type=submit].create:focus,
input[type=button].create:focus,
input[type=reset].create:focus {
  background-color: #009400;
}
input[type=submit].create:active,
input[type=button].create:active,
input[type=reset].create:active {
  background-color: #00ad00;
}
input[type=submit],
input[type=button],
input[type=reset],
.button,
.btn {
  border-radius: 4px;
}
label {
  color: #33383d;
}
td.formSeperator {
  background-color: #3271c7;
  margin-top: 10px;
  margin-bottom: 10px;
}
table {
  margin: 20px 0px;
  border-collapse: collapse;
}
table.placement {
  margin: 0px;
}
table.placement td {
  padding: 2px 0px;
}
table tr.odd {
  background-color: #ffffff;
  border: 1px solid #c6deff;
  border: 1px solid rgba(0, 73, 172, 0.09999999999999998);
}
table tr.odd td {
  border-left: 1px solid #c6deff;
  border-left: 1px solid rgba(0, 73, 172, 0.09999999999999998);
  border-right: 1px solid #c6deff;
  border-right: 1px solid rgba(0, 73, 172, 0.09999999999999998);
}
table tr.even {
  background-color: #c6deff;
  background-color: rgba(0, 73, 172, 0.09999999999999998);
  border: 1px solid #c6deff;
  border: 1px solid rgba(0, 73, 172, 0.09999999999999998);
}
table tr.even td {
  border: 1px solid #ffffff;
}
table td {
  vertical-align: top;
  padding: 5px 10px;
}
table td.label {
  padding: 15px 10px 0px 10px;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
}
table td.field {
  border: 1px solid #e6e6e6;
  padding: 10px;
  vertical-align: text-top;
  background-color: #f5f5f5;
  font-size: small;
}
table td.fieldError {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  padding: 10px;
  vertical-align: text-top;
  background-color: #ffd4d4;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: small;
  margin-top: 1px;
  margin-bottom: 1px;
}
table td.shadowOn {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}
table th {
  background-color: #0054c6;
  color: #ffffff;
  font-size: small;
  padding: 8px 20px;
  border: 1px solid #ffffff;
}
table th.sortable:hover {
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
}
table th.sortable a {
  color: #ffffff;
}
table.yui-calendar th {
  color: #0049ac;
  background-color: #ffffff;
}
img.framed {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
  border: 1px solid #0049ac;
}
img.tiny {
  margin: 5px 2px;
  width: 20px;
  height: 20px;
}
img.tiny:hover {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
img.tiny-text {
  vertical-align: top;
  margin: -2px 2px;
  width: 20px;
  height: 20px;
}
img.tiny-text:hover {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
img.icon {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 3px;
  margin: 0px 4px 4px 0px;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
}
img.icon:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0px 1px 1px 0px;
  width: 33px;
  height: 33px;
}
img.photo {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 3px;
  margin: 0px 4px 4px 0px;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  width: 125px;
  height: 125px;
  margin: 0px 10px 10px 0px;
  padding: 10px;
}
img.photo:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0px 1px 1px 0px;
  width: 33px;
  height: 33px;
}
img.photo:hover {
  margin: 0px 5px 5px 0px;
  width: 130px;
  height: 130px;
}
a {
  color: #0049ac;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a.toggler {
  color: #666666;
  background-color: transparent;
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  font-size: small;
  text-decoration: none;
  text-align: center;
}
a.toggler:hover,
a.toggler:active {
  text-decoration: none;
}
a.toggler img {
  height: 14px;
  width: 14px;
}
ul.choices {
  padding: 0px 5px;
  list-style: none;
}
ul.choices li a {
  padding: 15px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  max-width: 500px;
}
ul.choices li a:hover {
  text-decoration: none;
  background-color: #FAFAFA;
}
ul.choices li .hint {
  font-size: smaller;
}
ul.choices-wider {
  padding: 0px 5px;
  list-style: none;
}
ul.choices-wider li a {
  padding: 15px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  max-width: 500px;
}
ul.choices-wider li a:hover {
  text-decoration: none;
  background-color: #FAFAFA;
}
ul.choices-wider li .hint {
  font-size: smaller;
}
ul.horizontal-menu {
  float: left;
  display: inline-block;
  list-style: none;
  margin: 30px auto;
  margin-right: 0px;
  padding: 0px;
  font-size: small;
  width: 160px;
  text-align: center;
  z-index: 11;
}
ul.horizontal-menu li {
  height: 35px;
  display: block;
}
ul.horizontal-menu li a {
  border: 1px solid #ccc;
  border-right-style: none;
  font-size: small;
  padding: 10px 10px;
  background-color: #f1f1f1;
  color: #666666;
  text-decoration: none;
  display: block;
}
ul.horizontal-menu li a:hover {
  background-color: #e8e8e8;
  color: #000000;
}
ul.horizontal-menu li a:active,
ul.horizontal-menu li a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}
ul.horizontal-menu li.active a {
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  color: #10a010;
  font-weight: 600;
}
ul.horizontal-menu li.active a:hover,
ul.horizontal-menu li.active a:active,
ul.horizontal-menu li.active a:focus {
  background-color: #f9f9f9;
  cursor: default;
}
ul.horizontal-menu li.first a {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
ul.horizontal-menu li.last a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.faq-section {
  padding-left: 10px;
  list-style: none;
  font-weight: 600;
  color: #12b712;
}
ul.faq-section li {
  margin: 15px 0px;
}
ul.faq-question {
  font-weight: normal;
  color: #33383d;
}
ul.faq-question li {
  margin: 10px 0px;
}
ol.choices {
  padding: 20px;
  padding-left: 40px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  ol.choices {
    padding: 15px 0;
    margin-left: 10px;
  }
}
ol.choices li {
  margin: 10px 0;
  font-weight: 600;
}
ol.choices li::marker {
  font-size: 14px;
}
ol.choices li label {
  font-size: 16px;
  color: #555;
}
ol.choices li button {
  text-align: left;
  font-size: 16px;
  padding: 5px 10px;
  background: none;
  color: #666;
  cursor: pointer;
  border: none;
  max-width: 400px;
  border-radius: 6px;
  transition: background-color 60ms ease-in-out;
}
ol.choices li button:hover {
  background-color: #FAFAFA;
}
ol.choices ul.event_types {
  list-style: none;
  padding: 0;
  display: inline;
}
ol.choices ul.event_types li {
  display: inline;
  margin-right: 5px;
}
ol.choices ul.event_types li a {
  font-size: 16px;
  padding: 5px 10px;
  background: none;
  color: #666;
  cursor: pointer;
  border: none;
  max-width: 400px;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  transition: background-color 60ms ease-in-out;
}
ol.choices ul.event_types li:hover a {
  background-color: #FAFAFA;
}
ol.choices ul.event_types li.active a {
  color: #10a010;
  text-decoration: underline !important;
}
@media screen and (max-width: 1000px) {
  ul.event_types li {
    display: block !important;
  }
}
#login-wrap {
  margin: auto;
  max-width: 650px;
}
@media screen and (max-width: 800px) {
  #login-wrap .logo-wrap {
    display: none;
  }
}
#container {
  border: 1px solid #DDD;
  border-radius: 8px;
  background-color: #ffffff;
  margin: -100px auto 30px auto;
  min-height: 600px;
  padding: 20px;
  position: relative;
  width: 1170px;
  max-width: 100%;
  box-sizing: border-box;
}
#container.nonindex {
  margin-top: 100px;
}
#container.fitcontent {
  overflow-x: auto;
}
@media screen and (max-width: 500px) {
  #container.nonindex {
    margin-top: 60px;
  }
}
#header {
  clear: both;
  text-align: left;
  min-width: 1170px;
}
#dashboard {
  float: right;
  margin-left: 10px;
  font-size: small;
  text-align: right;
  line-height: 150%;
}
#dashboard input[type=text] {
  font-size: 12px;
  padding: 3px 5px;
  width: 120px;
  min-width: 120px;
}
#dashboard form {
  text-align: right;
  padding: 6px 2px;
}
#logo {
  margin-top: 10px;
  clear: both;
  position: relative;
}
#logo img {
  max-height: 100px;
  margin: 5px 5px 5px 0px;
  border-style: none;
  padding-left: 30px;
}
#logo a {
  text-decoration: none;
}
#logo a:hover,
#logo a:active {
  text-decoration: none;
}
#content {
  text-align: left;
  min-height: 500px;
  position: relative;
  /* overflow: auto; */

}
#submenu {
  display: block;
  margin: -20px 0 10px 0;
  text-align: center;
}
#jobSearchForm {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 240px;
  padding: 10px;
  padding-left: 15px;
  background-color: #f5f5f5;
  vertical-align: top;
  font-size: small;
}
#jobSearchForm .hintTop {
  border-top: 1px dotted #e1e1e1;
  margin-top: 4px;
  margin-left: -10px;
  font-weight: 600;
  padding-top: 6px;
}
#jobSearchForm .hintTop .label {
  display: inline-block;
  text-align: left;
}
#jobSearchForm .hintTop label {
  display: inline-block;
  text-align: left;
}
#jobSearchForm .hintTop select {
  max-width: 140px;
  margin-left: 10px;
}
#jobSearchForm .hintTop input[type=text] {
  max-width: 135px;
}
#jobSearchForm select {
  font-size: small;
}
#jobSearchForm input {
  margin: 2px 5px;
}
#jobSearchForm input[type=text] {
  padding: 3px 5px;
}
.statistics {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 240px;
  padding: 10px;
  padding-left: 15px;
  background-color: #f5f5f5;
  vertical-align: top;
  font-size: small;
}
.statistics .hintTop {
  border-top: 1px dotted #e1e1e1;
  margin-top: 4px;
  margin-left: -10px;
  font-weight: 600;
  padding-top: 6px;
}
.statistics .hintTop .label {
  display: inline-block;
  text-align: left;
}
.statistics .hintTop label {
  display: inline-block;
  text-align: left;
}
.statistics .hintTop select {
  max-width: 140px;
  margin-left: 10px;
}
.statistics .hintTop input[type=text] {
  max-width: 135px;
}
.statistics select {
  font-size: small;
}
.statistics input {
  margin: 2px 5px;
}
.statistics input[type=text] {
  padding: 3px 5px;
}
.jobCount {
  font-weight: 600;
  display: inline-block;
  min-width: 20px;
  text-align: right;
}
.alertBox {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.btn.btn-small {
  font-size: smaller !important;
}
#searchBox {
  float: right;
  display: inline;
  height: 25px;
  position: relative;
}
#searchBox form {
  height: 25px;
}
#searchBox input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-style: none;
  margin: 1px 0 1px auto;
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 30px 3px 5px;
}
#searchBox input:focus {
  color: #000000;
  outline: none;
  border: 1px solid #10a010;
}
#searchBox input:disabled {
  background-color: #e6e6e6;
}
#searchBox input:focus {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#searchBox input[type=submit] {
  color: #00ffff;
  min-width: 0px;
  width: 20px;
  height: 16px;
  background-color: transparent;
  background-image: url("/images/tango/system-search.png");
  background-repeat: no-repeat;
  background-position: 95% 0;
  border-style: none;
  padding: 0 3px;
  margin: 3px 0;
  position: relative;
  top: 0;
  right: 0;
  left: -10px;
  cursor: pointer;
}
* html #searchBox input[type='text'] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
  border-style: none;
  margin: 1px 1px 1px auto;
  width: 200px;
  position: relative;
  top: 0px;
  right: -20px;
}
* html #searchBox input[type='text']:focus {
  color: #000000;
  outline: none;
  border: 1px solid #10a010;
}
* html #searchBox input[type='text']:disabled {
  background-color: #e6e6e6;
}
* html #searchBox .searchSubmit {
  display: none;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  height: 0px;
  border-style: none;
}
* html #notification {
  min-height: 30px;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #eee;
  color: #003379;
  font-size: large;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  vertical-align: middle;
  z-index: 100;
  display: none;
}
#notification {
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  min-height: 30px;
  padding: 20px;
  text-align: center;
  background-color: #10a010;
  color: white;
  font-size: large;
  position: fixed;
  top: 81px;
  left: 0px;
  right: 0px;
  margin: 0px;
  filter: alpha(opacity=85);
  opacity: 0.85;
  vertical-align: middle;
  z-index: 100;
  display: none;
  text-shadow: 1px 1px 1px #000;
}
@media screen and (max-width: 500px) {
  #notification {
    top: 49px;
    min-height: 0px;
    padding: 15px;
    font-size: 16px;
  }
}
#js-check {
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  min-height: 30px;
  padding: 20px;
  text-align: center;
  background-color: #10a010;
  color: white;
  font-size: large;
  position: fixed;
  top: 81px;
  left: 0px;
  right: 0px;
  margin: 0px;
  filter: alpha(opacity=85);
  opacity: 0.85;
  vertical-align: middle;
  z-index: 100;
  display: none;
  text-shadow: 1px 1px 1px #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-height: 20px;
  background-color: #666666;
  color: #ffffff;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  #js-check {
    top: 49px;
    min-height: 0px;
    padding: 15px;
    font-size: 16px;
  }
}
#map_canvas {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 200px;
  width: 300px;
  display: inline-block;
  margin: 0px 10px;
}
#linkBox {
  font-size: small;
  padding: 18px;
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  position: absolute;
  right: 0px;
  border-radius: 4px;
}
#linkBox .settings-link {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1050px) {
  #linkBox {
    position: static;
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
  }
}
#faq-content h3 {
  padding-left: 20px;
}
#faq-content h3 a {
  color: inherit;
}
#faq-content p {
  padding-left: 20px;
  margin: 0px;
}
.htmlText p {
  padding-left: 0px;
  margin: 0px;
}
.hint {
  font-size: smaller;
  color: #707070;
  margin: 1px 0px 8px 0px;
  padding: 0px 5px;
  white-space: normal;
}
.hintTop {
  font-size: smaller;
  color: #707070;
  margin: 8px 0px 8px 0px;
  padding: 0px 5px;
  white-space: normal;
}
.hintTop label {
  color: #707070;
}
.applied {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 3px rgba(0, 0, 0, 0.4);
  font-weight: 600;
  background-color: green;
  color: white;
  padding: 2px 5px;
  margin-top: 3px;
  margin-right: 5px;
  display: inline-block;
}
.togglerInactive {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
}
.togglerInactive:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.togglerLoading {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
  background-color: #d9d9d9;
  color: #696969;
  font-style: italic;
}
.togglerLoading:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.togglerActive {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
  background-color: #458545;
  color: #ffffff;
}
.togglerActive:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.deleter {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
  background-color: #A31919;
  color: #ffffff;
}
.deleter:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.note {
  font-size: smaller;
  color: #707070;
  margin: 1px 0px 8px 0px;
  padding: 0px 5px;
  white-space: normal;
  max-width: 650px;
  background-color: #f8f8f8;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  overflow: auto;
  border-radius: 4px;
}
.required {
  font-size: small;
}
.frame {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #808080;
  background-color: #ffffff;
  margin: 20px 0px;
  padding: 10px 20px;
}
.heading {
  color: #10a010;
  margin: 10px 0 3px 0;
}
.input {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
}
.input:focus {
  color: #000000;
  outline: none;
  border: 1px solid #10a010;
}
.input:disabled {
  background-color: #e6e6e6;
}
.button {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background-color: #666666;
  border-style: none;
  color: #ffffff;
  font-weight: 600;
  min-width: 100px;
  padding: 7px;
  cursor: default;
  white-space: nowrap;
}
.button:hover,
.button:focus {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #737373;
  text-decoration: none;
}
.button::-moz-focus-inner {
  border: 0;
}
.button:active {
  -moz-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  background-color: #808080;
  text-decoration: none;
}
.button.destroy {
  background-color: #D63333;
  color: #ffffff;
  padding: 7px 12px;
}
.button.destroy:hover,
.button.destroy:focus {
  background-color: #da4848;
}
.button.destroy:active {
  background-color: #df5d5d;
}
.button.create {
  background-color: #007A00;
  color: #ffffff;
  padding: 7px 12px;
}
.button.create:hover,
.button.create:focus {
  background-color: #009400;
}
.button.create:active {
  background-color: #00ad00;
}
.error {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: small;
}
.error ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.success {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: small;
  color: green;
}
.success ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.errors {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: small;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px auto;
  padding: 3px 5px;
  border: 1px solid red;
  background-color: #FFEFEF;
}
.errors ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.errors ul {
  list-style: circle;
  list-style-position: inside;
  margin: 0px;
  padding: 10px;
}
.link {
  color: #0049ac;
  cursor: pointer;
  text-decoration: none;
}
.link:hover,
.link:active {
  text-decoration: underline;
}
.link:focus {
  outline: none;
}
.menu-container {
  margin-top: 10px;
  position: relative;
  background-color: white;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: normal;
}
.menu-container .menu-table {
  max-width: fit-content;
  border-radius: 4px;
  background-color: #FAFAFA;
  padding: 18px;
  font-size: small;
  border: 1px solid #EEE;
}
.menu-container .menu-table.finetune {
  padding: 0;
  border: none;
  background: none;
}
.menu-container .menu-table .primary-label {
  font-size: 16px;
  color: #10a010;
  display: block;
  margin-bottom: 8px;
}
.menu-container .menu-table .settings-link {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 10px;
}
.menu-container .menu-table table.menu {
  width: 100%;
  margin: 0;
}
.menu-container .menu-table table.menu td {
  text-align: right;
  padding: 2px;
  vertical-align: top;
  padding: 3px 0px;
}
.menu-container .menu-table table.menu td.label {
  text-align: right;
}
.menu-container .menu-table table.menu select {
  font-size: x-small;
  padding: 2px 1px;
  margin: 0 0 0 10px;
  width: auto;
  vertical-align: text-bottom;
  position: relative;
}
.menu-container .menu-table table.menu img {
  height: 10px;
  margin: 2px 0px;
}
.section {
  margin: 0 0px;
  padding: 1px 0 10px 0;
  overflow: auto;
  min-height: 500px;
  z-index: 10;
}
.section h1 {
  font-size: large;
  clear: both;
}
.section h2 {
  font-size: medium;
  margin-top: 10px;
}
.section .content {
  clear: both;
  padding: 5px 0;
}
.section .footer {
  font-size: small;
  text-align: center;
  clear: both;
  margin: 10px 0px;
}
.events {
  clear: both;
}
.event {
  padding: 5px 0;
  margin: 10px 0;
  white-space: pre-wrap;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.event .details {
  margin: 5px;
  flex: 1;
  max-width: 400px;
}
.event .details .title {
  padding-top: 0;
  font-weight: 600;
  color: #0049ac;
}
.event .details .host {
  font-size: small;
  color: #10a010;
  margin-bottom: 5px;
}
.event .details .host a {
  color: #10a010;
}
.event .details .publication {
  font-size: small;
  color: #10a010;
  margin-bottom: 5px;
}
.event .details .speakers {
  font-size: small;
  margin: 5px 0px;
  color: #33383d;
}
.event .details .speakers .speaker {
  color: #111;
}
.event .details .speakers .speaker a {
  color: #555;
}
.event .details .topics {
  font-size: small;
  margin: 5px 0px;
  color: #33383d;
}
.event .details .topics .topic {
  color: #111;
}
.event .details .topics a.topic {
  color: #555;
}
.timeInfo {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 15px;
  padding: 15px;
  padding-left: 35px;
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  color: #333;
  font-size: small;
  position: relative;
}
.timeInfo .icon {
  margin-right: 8px;
  font-size: 20px;
  color: #00a14b;
  position: absolute;
  top: 14px;
  left: 10px;
}
.timeInfo p {
  margin-top: 0;
  margin-bottom: 5px;
}
.locationInfo {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 15px;
  padding: 15px;
  padding-left: 35px;
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  font-size: small;
  position: relative;
}
.locationInfo .icon {
  margin-right: 8px;
  font-size: 20px;
  color: #00a14b;
  position: absolute;
  top: 14px;
  left: 10px;
}
.locationInfo p {
  margin-top: 5px;
}
.adminInfo {
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  margin-top: 20px;
  padding: 1px 5px;
  text-align: left;
}
.series {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #808080;
  font-weight: 600;
  font-size: small;
  display: inline-block;
}
.series a {
  color: #808080;
}
.halfWide {
  display: inline-block;
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .halfWide {
    width: 100%;
  }
}
.halfWide h2 {
  color: #666;
  font-weight: 600;
  font-size: medium;
  margin-top: 15px;
  margin-bottom: 5px;
}
.halfWide p {
  font-size: small;
}
.halfWide ul {
  margin: 0px;
  padding-left: 20px;
  font-size: small;
}
.calendar {
  display: inline-block;
  float: left;
  font-size: x-small;
  font-weight: 600;
  text-align: center;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffffff;
  color: #666666;
  font-size: 12px;
  margin: 7px 5px 5px 0px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.calendar .today {
  display: block;
  padding: 4px 1px;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  background-color: green;
  border-bottom: 1px solid #cccccc;
}
.calendar .day {
  display: block;
  padding: 4px 1px;
  font-weight: normal;
  font-size: 10px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
}
.calendar .date {
  display: block;
  padding: 0px 2px;
  color: #666666;
  font-size: 24px;
}
.calendar .month {
  display: block;
  padding: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.calendar .year {
  display: block;
  padding: 2px 5px;
  font-weight: normal;
  font-size: small;
}
.buzzBox {
  width: 455px;
  font-size: small;
  overflow: auto;
}
.buzzBox a {
  font-size: small;
}
.pagination {
  margin-top: 10px;
  clear: both;
  text-align: center;
  padding: 5px;
  margin: 10px 0px;
}
.pagination .currentStep {
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  color: #666666;
  border-radius: 4px;
  background-color: #0049ac;
  color: #ffffff;
  font-weight: 600;
}
.pagination .currentStep:hover,
.pagination .currentStep:active {
  background-color: #eeeeee;
}
.pagination a.step {
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  color: #666666;
  border-radius: 4px;
}
.pagination a.step:hover,
.pagination a.step:active {
  background-color: #eeeeee;
}
.pagination a.prevLink {
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  color: #666666;
  border-radius: 4px;
}
.pagination a.prevLink:hover,
.pagination a.prevLink:active {
  background-color: #eeeeee;
}
.pagination a.nextLink {
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  color: #666666;
  border-radius: 4px;
}
.pagination a.nextLink:hover,
.pagination a.nextLink:active {
  background-color: #eeeeee;
}
.paginationLinks {
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  color: #666666;
  border-radius: 4px;
}
.paginationLinks:hover,
.paginationLinks:active {
  background-color: #eeeeee;
}
.yui-ac {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  border-style: none;
  border-width: 0px;
}
.searchcontainer {
  position: relative;
  top: 0.1em;
}
.searchcontainer ul {
  margin: 0px;
  padding: 5px 0px;
  width: 300px;
}
.searchcontainer ul li {
  margin: 2px 2px 2px 5px;
  padding: 2px 5px;
  cursor: default;
  white-space: nowrap;
}
.searchcontainer ul li.yui-ac-highlight {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  margin: 3px 2px 3px 5px;
  background-color: #cbe1ff;
  overflow: hidden;
}
.searchcontainer ul li.yui-ac-prehighlight {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #c0dbff;
  overflow: hidden;
}
.searchcontainer .yui-ac-content {
  position: absolute;
  width: 300px;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  overflow: hidden;
  z-index: 9050;
}
.searchcontainer .yui-ac-shadow {
  position: absolute;
  margin: .3em;
  width: 300px;
  background-color: #a0a0a0;
  z-index: 9049;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 24;
}
* html .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 24;
}
.transparent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 100;
}
* html .dialogBox {
  width: 600px;
  height: 400px;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  border: 2px ridge;
  text-align: left;
  white-space: normal;
}
.dialogBox {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 600px;
  height: 400px;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-width: 100%;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  text-align: left;
  white-space: normal;
}
* html .bigDialogBox {
  width: 970px;
  height: 500px;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -485px;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  border: 2px ridge;
  text-align: left;
  white-space: normal;
}
.bigDialogBox {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 600px;
  height: 400px;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-width: 100%;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  text-align: left;
  white-space: normal;
  width: 970px;
  height: 500px;
  margin-top: -300px;
  margin-left: -485px;
}
* html .textEditor {
  border: 1px solid #666666;
}
a.closeDialog {
  color: red;
  font-size: large;
  font-weight: lighter;
}
a.closeDialog:hover {
  text-decoration: none;
  font-weight: 600;
}
.clear {
  margin-top: 10px;
  clear: both;
}
.leftFloat {
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.rightFloat {
  float: right;
  margin-left: 10px;
}
.smallFont {
  font-size: small;
}
.autoWidth {
  width: auto;
  display: inline-block;
}
.ygtvcheck0 {
  background: url(/plugins/richui-0.8/images/tree/check/check0.gif ) 0 0 no-repeat;
  width: 16px;
}
.ygtvcheck1 {
  background: url(/plugins/richui-0.8/images/tree/check/check1.gif ) 0 0 no-repeat;
  width: 16px;
}
.ygtvcheck2 {
  background: url(/plugins/richui-0.8/images/tree/check/check2.gif ) 0 0 no-repeat;
  width: 16px;
}
.ygtvitem table {
  margin: 0px;
}
.ygtvitem table td {
  padding: 0px;
  vertical-align: middle;
}
.ygtvlabel {
  color: #33383d;
  font-size: small;
}
ul.navigation {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  list-style: none;
  margin: auto;
  padding: 1px 2px;
  font-size: small;
  height: 25px;
  background-color: #0049ac;
  background-image: linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -o-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -moz-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -webkit-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -ms-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
}
ul.navigation li {
  float: left;
  display: inline;
}
ul.navigation li a {
  line-height: 21px;
  padding: 2px 10px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
ul.navigation li a:hover {
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  background-color: #2368c6;
  background-image: linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -o-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -moz-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -webkit-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -ms-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  border-style: none;
}
ul.navigation li a:active,
ul.navigation li a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  background-image: linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -o-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -moz-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -webkit-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -ms-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
}
ul.navigation li.navigation_active a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  background-color: #3271c7;
  font-weight: 600;
  background-image: linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -o-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -moz-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -webkit-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -ms-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
}
ul.navigation li.navigation_active a:hover,
ul.navigation li.navigation_active a:active,
ul.navigation li.navigation_active a:focus {
  background-color: #2368c6;
  border-style: none;
  cursor: default;
}
*html ul.navigation {
  font-size: x-small;
}
ul.sub_navigation {
  display: block;
  list-style: none;
  margin: auto;
  padding: 0px;
  font-size: small;
}
ul.sub_navigation li {
  height: 35px;
  display: inline;
}
ul.sub_navigation li a {
  font-size: small;
  padding: 5px 10px;
  color: #666666;
  text-decoration: none;
  display: inline-block;
  background-color: #F5F5F5;
}
ul.sub_navigation li a:hover {
  color: #666666;
  background-color: #d5d5d5;
  background-color: #eeeeee;
  border-style: none;
}
ul.sub_navigation li a:active,
ul.sub_navigation li a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}
ul.sub_navigation li.sub_navigation_active a {
  background-color: #0049ac;
  color: #ffffff;
  font-weight: 600;
}
ul.sub_navigation li.sub_navigation_active a:hover,
ul.sub_navigation li.sub_navigation_active a:active,
ul.sub_navigation li.sub_navigation_active a:focus {
  border-style: none;
}
ul.sub_navigation li.sub_navigation_first a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.sub_navigation li.sub_navigation_last a {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.code {
  white-space: pre-wrap;
  background-color: #f9f9f9;
  color: #333;
  padding: 10px 20px;
  font-family: Courier, Consolas, monospace;
  font-size: 13px;
  margin: 10px 0px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #C7CFD5;
  overflow: auto;
  min-width: 800px;
  min-height: 280px;
}
* html .code {
  width: 600px;
  height: 250px;
}
/* custom below */
#banner {
  font-size: smaller;
  font-weight: normal;
  background-color: white;
  padding: 0 30px 0 26px;
  line-height: 2;
  min-width: 900px;
  margin-right: auto;
}
div.philx {
  white-space: nowrap;
  text-align: left;
  padding-bottom: 3px;
}
#logo {
  margin-top: 0 !important;
}
div.philx a:hover {
  color: #222288;
}
.philxbtn:hover {
  background-color: #eef;
}
.philxbtn {
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  border-top: 2px solid white;
}
.philxbtnsel {
  border-top: 2px solid #10a010;
}
#dashboard {
  padding-top: 5px;
}
/* improvements to make public */
a img {
  border: none;
}
html .dialogBox {
  border: 2px solid #555555 !important;
}
.profile-tag .btn {
  font-size: 14px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  font-size: inherit !important;
}
.field .profile-tag {
  margin-left: 3px;
}
.profile-list {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tag {
  font-weight: inherit !important;
}
/*************************** header *****************************/
.header {
  --blue: #074BA9;
  --green: #109D49;
  --light-blue: #276BC9;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.75;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.header--container {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.header--top {
  height: 32px;
  width: 100%;
  background-color: var(--blue);
}
.header--site-links {
  height: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-left: 96px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.header--site-links .active {
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 12px;
}
.header--site-links .active a {
  font-weight: 700;
}
.header--site-links a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}
.header--site-links li:first-of-type a {
  margin-left: 0;
}
.header--user-links {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.header--user-links--desktop {
  display: flex;
}
.header--user-links--desktop .header--user-links li {
  margin: 0 10px;
}
.header--user-links--desktop .header--user-links--icon {
  margin-right: 5px;
}
.header--user-links--mobile .header--user-links--icon {
  margin-right: 10px;
}
.header--user-links a {
  color: white;
  text-decoration: none;
}
.header--user-links li:last-of-type a {
  margin-right: 0;
}
.header--user-links .hintBox {
  padding: 2px;
  margin-right: 10px;
}
.header--user-links .hintBox:focus {
  box-shadow: none;
}
.header--site-links--mobile {
  display: none;
}
.header--switch-back-button {
  font-weight: 600;
  color: var(--blue);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 11px;
  font-size: 11px;
  position: relative;
  bottom: 0.5px;
  cursor: pointer;
}
.header--user-links .yui-ac-content {
  background-color: white !important;
  color: #777 !important;
  text-align: left;
  border: 1px solid #ddd !important;
}
.header--user-links .yui-ac-content li {
  cursor: pointer;
}
.header--user-links--mobile {
  display: none;
}
.header--user-links--mobile .header--user-links {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  align-items: stretch;
  flex-direction: column;
}
.header--bottom {
  height: 50px;
  width: 100%;
  background-color: white;
}
.header--primary-nav {
  position: relative;
}
.header--logo {
  position: relative;
  bottom: 30px;
  padding: 6px;
  background-color: white;
  height: 80px;
  box-sizing: border-box;
  border-radius: 4px;
}
.header--logo img {
  height: 100%;
  border-radius: 4px;
}
.header--search {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.header--search input[type='text'] {
  height: 40px;
  flex: 1;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 50px 0 0 50px;
  font-size: 14px;
  color: #555;
  border: 1px solid #f5f5f5;
  margin: 0;
  transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out;
  font-family: 'open sans';
}
.header--search-icon {
  height: 40px;
  width: 60px;
  box-sizing: border-box;
  border: 1px solid #EEE;
  border-left: none;
  background-color: #EEE;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  color: #555;
  font-size: 20px;
}
.header--search input[type='text']:focus {
  outline: none;
  background-color: white;
  border-color: var(--green);
  box-shadow: none;
}
.header--search input::placeholder {
  color: #999;
}
.header--primary-nav--wide {
  height: 100%;
  padding: 0;
  list-style-type: none;
  margin: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.header--primary-nav--wide li a {
  color: #777;
  text-decoration: none;
  padding: 10px 16px;
  transition: background-color 60ms, color 60ms;
  border-radius: 24px;
  margin: 0 2px;
}
.header--primary-nav--wide li a:hover,
.header--primary-nav--wide li a:focus,
.header--primary-nav--wide li a.header--primary-nav--active {
  color: var(--blue);
  background-color: #F5F5F5;
}
.header--primary-nav--wide li:first-child a {
  margin-left: 0;
}
.header--primary-nav--wide li:last-child a {
  margin-right: 0;
}
.header--primary-nav--collapse {
  display: none;
  opacity: 0;
  transition: opacity 30ms ease-in-out;
  background-color: white;
  position: absolute;
  right: 0;
  top: 53px;
  padding: 10px;
  margin: 0;
  list-style-type: none;
  text-align: left;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.header--primary-nav--collapse li {
  display: none;
  color: #777;
  border-radius: 6px;
  overflow: hidden;
}
.header--primary-nav--collapse li:hover,
.header--primary-nav--collapse li:focus,
.header--primary-nav--collapse li a.header--primary-nav--active {
  background-color: #f5f5f5;
  color: var(--blue);
}
.header--primary-nav--collapse li a {
  color: inherit;
  font-size: 14px;
  padding: 4px 20px;
  display: block;
}
.header--more-btn-mobile {
  display: none;
  position: relative;
  top: 2px;
}
.header--more-btn-mobile span {
  font-size: 22px;
}
.header--more-btn-desktop {
  display: inline;
}
.header--primary-nav--wide li:nth-last-child(-n+4):not(:last-child) {
  display: none;
}
.header--primary-nav--collapse li:nth-last-child(-n+4) {
  display: block;
}
@media screen and (max-width: 1200px) {
  .header-container {
    padding-right: 15px;
  }
  .header--primary-nav--wide li:nth-last-child(-n+5):not(:last-child) {
    display: none;
  }
  .header--primary-nav--collapse li:nth-last-child(-n+5) {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .header--primary-nav--wide li:nth-last-child(-n+6):not(:last-child) {
    display: none;
  }
  .header--primary-nav--collapse li:nth-last-child(-n+6) {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .header--primary-nav--wide li:nth-last-child(-n+7):not(:last-child) {
    display: none;
  }
  .header--primary-nav--collapse li:nth-last-child(-n+7) {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .header--primary-nav--wide li:not(:last-child) {
    display: none;
  }
  .header--primary-nav--collapse li {
    display: block;
  }
  .header--primary-nav--collapse {
    width: 300px;
    right: 10px;
  }
  .header--primary-nav {
    order: 3;
    margin-right: 15px;
    margin-left: 15px;
  }
  .header--search {
    order: 2;
    margin-left: 0;
  }
  .header--more-btn-mobile {
    display: inline;
  }
  .header--more-btn-desktop {
    display: none;
  }
  .header--primary-nav--wide li a:hover,
  .header--primary-nav--wide li a:focus {
    background: none;
  }
  .header--user-links--desktop {
    display: none;
  }
  .header--user-links--mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .header--top {
    display: none;
  }
  .header--logo {
    padding: 4px;
    height: 100%;
    margin-right: 5px;
    bottom: 0;
  }
  .header--primary-nav--wide li a {
    padding: 10px 4px;
  }
  .header--search input[type='text'] {
    width: 0px;
  }
  .header--site-links--mobile {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .header--site-links--mobile ul {
    padding: 0;
  }
  .header--primary-nav {
    position: static;
  }
  .header--primary-nav .header--primary-nav--collapse {
    width: 100vw;
    box-sizing: border-box;
    right: 0;
  }
}
/*************************** header end *****************************/
.hero {
  margin-top: 81px;
  padding-bottom: 100px;
  background: linear-gradient(175deg, #184ea2, #13315c);
}
.hero .hero--container {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
  color: #d1dbeb;
  padding: 60px 0;
  width: 1170px;
  max-width: 80%;
  margin: auto;
  box-sizing: border-box;
}
.hero .hero--container .hero--welcome-message {
  text-align: left;
}
.hero .hero--container .hero--welcome-message p {
  font-size: 18px;
}
.hero .hero--container .hero--welcome-message h1 {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
  color: white;
}
.hero .hero--container .hero--welcome-message a {
  color: white;
  font-weight: 600;
  text-decoration: underline;
}
.hero .hero--container .hero--welcome-message h4 {
  font-weight: normal;
  margin: 0;
  margin-bottom: 8px;
  font-size: 14px;
}
.hero .hero--container .hero--welcome-message .event-count {
  color: white;
  font-weight: 600;
}
.hero .hero--container .hero--logo {
  height: 170px;
  background-color: white;
  padding: 4px;
  margin-left: 120px;
  border-radius: 4px;
  padding: 10px;
}
.hero .hero--container .hero--logo img {
  height: 100%;
  border-radius: 4px;
}
.footer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: white;
  border-top: 1px solid #DDD;
  padding: 60px;
  color: #555;
}
.footer a {
  font-weight: 600;
  text-decoration: underline;
}
.footer p {
  margin-bottom: 0;
  color: #999 !important;
}
@media screen and (max-width: 1000px) {
  .hero .hero--container .hero--welcome-message h1 {
    line-height: inherit;
  }
}
@media screen and (max-width: 840px) {
  .hero .hero--container .hero--welcome-message h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .hero .hero--container {
    padding: 80px 0;
  }
  .hero .hero--container .hero--logo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    margin-top: 49px;
  }
}
.responsive-form {
  padding: 20px;
  background-color: rgba(241, 246, 255, 0.73);
  border: 1px solid #c8ced9;
  border-radius: 4px;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.responsive-form--field {
  margin: 20px 0;
}
.responsive-form--field label {
  color: #494c52;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.responsive-form--field textarea {
  min-width: 0;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.responsive-form--field input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.responsive-form--field select {
  border-color: #DDD;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  outline-color: #10a010;
}
.responsive-form--field--city {
  display: flex;
}
.responsive-form--field--city div:nth-child(1) {
  margin-right: 5px;
}
.responsive-form--field--city div:nth-child(2) {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .responsive-form--field--city {
    flex-direction: column;
    gap: 10px;
  }
}
.responsive-form hr {
  border-color: #e2e7f1;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
}
.responsive-form button,
.responsive-form input[type="button"],
.responsive-form input[type="submit"] {
  cursor: pointer;
}
.responsive-form .ygtvlabel {
  background: none;
}
@media screen and (max-width: 500px) {
  .responsive-form {
    padding: 0;
    background: none;
    border: none;
  }
}
.responsive-form input.inline-label {
  float: left;
  margin-right: 6px;
  top: 0;
}
.responsive-form label.inline-label {
  font-weight: normal;
}
.menu-container .menu-table .menu-responsive .menu-responsive-field {
  margin-bottom: 7px;
}
.menu-container .menu-table .menu-responsive select {
  border-color: #DDD;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  outline-color: #10a010;
}
@media screen and (max-width: 400px) {
  .menu-container .menu-table .menu-responsive select {
    font-size: 11px;
  }
}
