/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.gts-session-list-notice {
  padding: 0.75em;
  line-height: 1.3em;
  border-radius: 5px;
  margin: 0em 1em 1em 1em;
  background: linear-gradient(90deg, #2B63AC, #41a7d1);
  text-align: center;
}
.gts-session-notice {
  padding: 0.75em;
  line-height: 1.3em;
  border-radius: 5px;
  margin: 0em 1em 1em 1em;
  background: linear-gradient(90deg, #2B63AC, #41a7d1);
  text-align: center;
}
.gts-gradient1 {
  min-height: 10px;
  background-image: linear-gradient(to right, #3250fc, #9e70ff, #2aceeb, #2cbf38);
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.chat-input-container {
  visibility: hidden !important;
}
.gts-home-login {
  margin-bottom: 50px;
}
.com-users-login {
  padding: 10px !important;
}
/* below did not seem to work so i cut the extra login in and used the above CSS
.com-users-login login{
    padding: 10px !important;
    margin: 10px;
}
*/
/*
body {
    background-image: url('images/gts-front/bg/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
*/
/*
.gts-platform {
   border-radius:5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(225,225,225,0.15), inset 0 0 2px rgba(225,225,225,0.1);
  	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(225,225,225,0.15), inset 0 0 2px rgba(225,225,225,0.1);
	 box-shadow: 0 0 20px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(225,225,225,0.15), inset 0 0 2px rgba(225,225,225,0.1);
	 border: 0px solid #000000;
 	 padding-top: 0px;
}
*/
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .row {
    margin-left: 0;
  }
}
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.gantry-logo img {
  width: 250px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#g-navigation .g-main-nav {
  margin: 0px;
}
#g-navigation {
  text-align: left;
}
#g-subfeature {
  padding: 0rem 0 1rem;
  margin-bottom: 110px;
  border-top: 0px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
#g-main {
  padding: 0rem 0 0rem;
  margin-bottom: 110px;
  border-top: 0px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
.g-content {
  margin: 0;
  padding: 0;
}
.gts-head-logo {
  background-color: #10203E;
}
.gts-head-menu {
  color: #ffffff;
}
.gts-head-menu a:hover {
  background-color: #06182B;
}
.g-menu-item-container {
  background-color: rgba(0, 0, 0, 0.48);
  padding: 0.5rem 1.538rem !important;
}
#g-footer {
  margin-top: -135px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#g-mobilemenu-container {
  margin: 0rem !important;
}
.gts-admin {
  padding: 20px;
}
.gts-admin pre {
  background-color: #ffffff !important;
}
.gts-admin h3 {
  color: #000000;
}
/*.gts-admin  a{
    color: #000000;
}
*/
.r1n-meeting-list-single {
  min-height: 125px;
  padding: 10px;
  background-color: #ededed;
  color: #030403;
  border-radius: 0px !important;
  display: flex;
  flex-wrap: nowrap;
}
.r1n-ondemand-list-single {
  min-height: 125px;
  padding: 10px;
  background-color: #ededed;
  color: #030403;
  border-radius: 0px !important;
  display: flex;
  flex-wrap: nowrap;
}
.r1n-meeting-list-output pre {
  background-color: #ffffff !important;
  color: black !important;
}
.r1n-meeting-list-output a {
  color: black !important;
}
.gts-meetinglog-page pre {
  background-color: #ffffff !important;
  color: black !important;
}
.gts-meetinglog-page a {
  background-color: #ffffff !important;
  color: black !important;
}
.r1n-back-button {
  border: 1px solid #000;
  background-color: #00000060;
  margin: 0px auto 5px !important;
}
.r1n-back-button a {
  color: #ffffff !important;
}
#g-main .r1n-back-button {
  color: #ffffff !important;
}
.r1n-back-button a hover {
  background-color: red !important;
}
.r1n-back-button hover {
  background-color: red !important;
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-info {
    font-size: 0.9em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-info {
    font-size: 1em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-meeting-list-info {
    font-size: 1.1em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-meeting-list-info {
    font-size: 1.1em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-meeting-list-info {
    font-size: 1.1em;
  }
}
.gts-meeting-head {
  margin-top: 8px;
  margin-bottom: -5px;
}
.r1n-meeting-list-title {
  font-weight: 600;
}
.r1n-meeting-list-title-top {
  font-weight: 700;
  position: relative;
  padding-top: 10px;
}
.r1n-meeting-title-top {
  font-weight: 700;
  position: relative;
  padding-top: 0px;
  clear: both;
}
.r1n-ondemand-title-top {
  font-weight: 700;
  position: relative;
  padding-top: 0px;
  clear: both;
}
.r1n-meeting-list-time {
  font-weight: 400;
}
.r1n-meeting-list-live-flag {
  font-weight: 600;
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-title-top h2 {
    font-size: 1.2em;
    padding-top: 1em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-title-top h2 {
    font-size: 1.3em;
    padding-top: 1em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-meeting-title-top h2 {
    font-size: 1.6em;
    padding-top: 1em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-meeting-title-top h2 {
    font-size: 1.8em;
    padding-top: 0.2em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-meeting-title-top h2 {
    font-size: 1.8em;
    padding-top: 0.2em;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-ondemand-title-top h2 {
    font-size: 1.2em;
    padding: 1em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-ondemand-title-top h2 {
    font-size: 1.3em;
    padding-top: 1em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-ondemand-title-top h2 {
    font-size: 1.6em;
    padding-top: 1em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-ondemand-title-top h2 {
    font-size: 1.8em;
    padding-top: 1em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-ondemand-title-top h2 {
    font-size: 1.8em;
    padding-top: 1em;
  }
}
@media only all and (max-width: 37.5rem) {
  .btn-warning {
    font-size: 0.75em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .btn-warning {
    font-size: 0.8em;
  }
}
@media only all and (max-width: 37.5rem) {
  .gsn-schedule pre {
    font-size: 0.85em !important;
    margin-bottom: -15px;
  }
}
@media only all and (max-width: 37.5rem) {
  .gsn-schedule {
    font-size: 0.85em !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only all and (max-width: 37.5rem) {
  .gsn-schedule h3 {
    font-size: 1.5em !important;
    margin-bottom: -15px;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-title {
    font-size: 0.9em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-title {
    font-size: 1em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-meeting-list-title {
    font-size: 1.1em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-meeting-list-title {
    font-size: 1.4em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-meeting-list-title {
    font-size: 1.5em;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-time {
    font-size: 0.7em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-time {
    font-size: 0.8em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-meeting-list-time {
    font-size: 1em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-meeting-list-time {
    font-size: 1.1em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-meeting-list-time {
    font-size: 1.2em;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-description {
    font-size: 0.6em;
    display: none;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-description {
    font-size: 0.7em;
    display: none;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-meeting-list-description {
    font-size: 0.8em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-meeting-list-description {
    font-size: 0.9em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-meeting-list-description {
    font-size: 1em;
  }
}
.r1n-meeting-list-description strong {
  color: #000000;
  font-weight: 600;
}
.r1n-meeting-list-description em {
  color: #000000;
  font-weight: 500;
}
@media only all and (max-width: 37.5rem) {
  .r1n-ondemand-list-title {
    font-size: 0.9em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-ondemand-list-title {
    font-size: 1em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-ondemand-list-title {
    font-size: 1.2em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-ondemand-list-title {
    font-size: 1.2em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-ondemand-list-title {
    font-size: 1.3em;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-ondemand-list-time {
    font-size: 0.7em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-ondemand-list-time {
    font-size: 0.8em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-ondemand-list-time {
    font-size: 1em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-ondemand-list-time {
    font-size: 1.1em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-ondemand-list-time {
    font-size: 1.2em;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-ondemand-list-description {
    font-size: 0.7em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-ondemand-list-description {
    font-size: 0.7em;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-ondemand-list-description {
    font-size: 0.9em;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-ondemand-list-description {
    font-size: 0.9em;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-ondemand-list-description {
    font-size: 1em;
  }
}
@media only all and (max-width: 37.5rem) {
  .btn-info {
    font-size: 0.75em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .btn-info {
    font-size: 0.8em;
  }
}
@media only all and (max-width: 37.5rem) {
  .btn-primary {
    font-size: 0.75em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .btn-primary {
    font-size: 0.8em;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-live-flag {
    font-size: 0.75em;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-live-flag {
    font-size: 0.8em;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-join {
    margin-top: 0px;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-join .btn-warning {
    margin-top: 20px;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-join {
    margin-top: 10px;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-join .btn-warning {
    margin-top: 35px;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-meeting-list-join {
    margin-top: 0px;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-meeting-list-join .btn-warning {
    margin-top: 0px;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-meeting-list-join {
    margin-top: 0px;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-meeting-list-join .btn-warning {
    margin-top: 0px;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-meeting-list-join {
    margin-top: 0px;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-meeting-list-join .btn-warning {
    margin-top: 0px;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-ondemand-list-join {
    margin-top: 0px;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-ondemand-list-join .btn-warning {
    margin-top: 20px;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-ondemand-list-join {
    margin-top: 10px;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-ondemand-list-join .btn-warning {
    margin-top: 35px;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-ondemand-list-join {
    margin-top: 40px;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  .r1n-ondemand-list-join .btn-warning {
    margin-top: 40px;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-ondemand-list-join {
    margin-top: 50px;
  }
}
@media only all and (min-width: 87.5rem) and (max-width: 137.49rem) {
  .r1n-ondemand-list-join .btn-warning {
    margin-top: 50px;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-ondemand-list-join {
    margin-top: 50px;
  }
}
@media only all and (min-width: 137.5rem) {
  .r1n-ondemand-list-join .btn-warning {
    margin-top: 50px;
  }
}
/*.r1n-meeting-list-join {
    margin-top:40px;
}
*/
/*.r1n-meeting-list-title {
    font-size: 1.3em !important;
    }
*/
.r1n-meeting-list-live-flag {
  border-radius: 0rem;
}
.btn.btn-warning:disabled {
  color: black !important;
  border-color: #d0d0d0;
  *background-color: #A2342D;
  opacity: 0.7 !important;
}
.btn.btn-info:disabled {
  color: black !important;
  opacity: 0.7 !important;
}
/*.btn.btn-warning:disabled{
        color:  #ddd !important;
        border-color: black;
        background-color: #A2342D;
        opacity: 1 !important;
 }
 */
pre {
  color: #000000 !important;
  background-color: black !important;
  border-color: black !important;
  border-radius: 5px;
  font-size: 15px !important;
  line-height: 1.7em !important;
  font-family: Helvetica, Arial, Sans-Serif !important;
  padding: 3px 0 3px 10px !important;
}
.gsn-schedule {
  color: #ffffff !important;
  /*  background-color: #ac0b00 !important;*/
  padding-top: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.r1n-meeting-login input.span5 {
  border-radius: 0 !important;
}
/*
.r1n-meeting-login {
    text-align: center;
    background-color: #ac0b00;
    border: 0px solid #e3e3e3;
    color: #000 !important;
    border-radius:0px;
}
*/
.r1n-meeting-login {
  text-align: center !important;
  background-image: url('../../../../images/gts-front/login-bg/login-background-261v2.jpg') !important;
  background-color: #171417;
  border: 0px solid #171417;
  color: #000000;
  border-radius: 0px;
}
.r1n-meeting-login h3 {
  color: #dddddd;
  margin-bottom: 0.1rem !important;
}
.gts-login-password-title h3 {
  color: #ffffff;
}
fieldset {
  border: 0 !important;
  /* padding: 0rem !important; */
  margin: 0 0 0 0 !important;
}
.r1n-meeting-login, .r1n-meeting-login-replacement-content {
  margin: 0px 0;
  padding: 0px 0;
}
.r1n-meeting-askform {
  margin: 0px 0 10px;
  background: rgba(212, 224, 220, 0.72);
}
/*
  #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active{
  	background: #006EF0;
    background: #b3b3b3;
  }
*/
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #241032;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
}
.gts-head-menu a:hover {
  background-color: #513A70;
}
.gts-meeting-menu-a a {
  color: #ffffff;
}
.gts-meeting-menu-a .mod-list {
  margin: 0px !important;
}
.gts-meeting-menu-a .mod-list {
  position: right !important;
  float: right !important;
}
.gts-meeting-menu-a .mod-list li {
  background-color: #241032;
  padding: 0.55em 0.55em 0.55em 0.55em;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: 500;
}
.gts-meeting-menu-a .mod-list li:hover {
  background-color: red;
}
.mod-list li a {
  padding: 10px;
}
.mod-list li a:hover {
  text-decoration: none;
}
.gts-meeting-menu-a .mod-list .active {
  background-color: #25337A;
}
.gts-meeting-menu-a .mod-list a:hover {
  background-color: none;
}
.mod-list li.active > a {
  text-decoration: none !important;
}
.mod-list li.hover {
  text-decoration: none !important;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0044cc", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450", endColorstr="#fff89406", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b", endColorstr="#ffbd362f", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
}
/* .btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #26bdc8;
	*background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
*/
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #26bdc8;
  background-image: -moz-linear-gradient(top, #26bdc8, #1fa2ab);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26bdc8), to(#1fa2ab));
  background-image: -webkit-linear-gradient(top, #26bdc8, #1fa2ab);
  background-image: -o-linear-gradient(top, #26bdc8, #1fa2ab);
  background-image: linear-gradient(to bottom, #26bdc8, #1fa2ab);
  background-repeat: repeat-x;
  border-color: #1fa2ab #1fa2ab #177a81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff26bdc8", endColorstr="#ff1fa2ab", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #ffffff;
  background-color: #26bdc8;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2f96b4", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
}
.r1-spacer {
  padding-top: 40px;
}
.mmsession-error {
  padding-top: 0px !important;
  min-height: 400px !important;
}
/*form.updateContent {
    border: 1px solid #d3d3d3;
    padding: 20px;
    background-color: #fcfcfc;
    color: black;
    margin: 1em;
    border-radius: 5px;
}
.contentSecond, .r1nDynamicContent, .r1nDynamicContentSecond {
    margin: 0px 0!important;
}

*/
#g-navigation {
  background-image: url('../../../../images/gts-front/nav-bg/nav-menu-bkg-1275x96-261v2.jpg') !important;
  background: none;
}
.r1n-meeting-content-chat iframe {
  min-height: 400px;
}
.gts-policy {
  padding: 20px;
}
@media only all and (max-width: 37.5rem) {
  .btn-wrapper {
    width: 360px !important;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .btn-wrapper {
    width: 380px !important;
  }
}
@media only all and (max-width: 37.5rem) {
  .r1n-meeting-list-image, .r1n-ondemand-list-image {
    width: 300px !important;
  }
}
@media only all and (min-width: 37.51rem) and (max-width: 62.49rem) {
  .r1n-meeting-list-image, .r1n-ondemand-list-image {
    width: 300px !important;
  }
}
.tab {
  display: inline-block;
  margin-left: 4.5em;
}
.agenda-btn {
  margin: auto;
  text-align: center;
  padding: 10px;
}
.dl-btn {
  margin: auto;
  text-align: center;
  padding: 10px;
}
@media only all and (min-width: 62.5rem) and (max-width: 87.49rem) {
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 380px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.55rem 0 0.6rem 0 !important;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, strong {
  color: #eee !important;
}
.r1n-latest-image img {
  padding-top: 0px !important;
}
.gts-home1 legend {
  color: #ffffff;
}
.gts-admin-home1 legend {
  color: #000000;
}
.platform-content.container {
  max-width: 100% !important;
  padding: 0 !important;
}
.gts-meeting-list-select h3 {
  margin: 0.75rem 0 0.5rem 0 !important;
}
.form-control {
  border-radius: 0 !important;
}
/*.r1n-meeting-content, .r1n-ondemand-content {
    width: 100%;
    display: contents !important;
    flex-wrap: wrap;
}
*/
/* --------------------------------------------------------------------------
 * mod_gts_latest_image — banner full-width fix
 * Module ships `.gts-latest-image__img { max-width:100% }`, which caps the
 * image at its natural size (banners are 1275px) instead of filling. The old
 * mod_r1n_latest_image emitted a bare <img> and inherited the template rule.
 * Override here — the module is maintained upstream.
 * -------------------------------------------------------------------------- */
.gts-latest-image, .gts-latest-image__link, .gts-latest-image__picture {
  width: 100%;
}
.gts-latest-image__img {
  width: 100%;
}
/* --------------------------------------------------------------------------
 * Offline / maintenance page — readable text on the white card
 * Hydrogen's _offline outline sets a light body colour for the dark page
 * background. Joomla's .outline class paints #frame white, but nothing resets
 * the inherited text colour, so heading/message/labels rendered white-on-white.
 * #frame only exists on the offline page, so this is scoped safely.
 * -------------------------------------------------------------------------- */
#frame.outline {
  color: #333;
  /* the global `h1..h6, strong { color:#eee !important }` rule near the top of
       this file is correct for the dark site but invisible on this white card,
       so it has to be beaten with !important here. */
}
#frame.outline h1, #frame.outline h2, #frame.outline h3, #frame.outline h4, #frame.outline h5, #frame.outline h6, #frame.outline strong {
  color: #4c3150 !important;
  /* brand purple, matches the header bar */
}
#frame.outline p, #frame.outline label {
  color: #333;
}
/*# sourceMappingURL=custom_13.css.map */