/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/app/css/schedule.css ***!
  \****************************************************************************/
html, body {
  background: rgb(214, 228, 250);
  scrollbar-color: rgba(0,123,255,.5);
  scrollbar-width: 5px;
}

.login-logo-container {
    width: 100%;
    background-color: #FFF;
    text-align: center;
}

.login-logo-container img {
    max-width: 65%;
    padding: 1rem;
}

.openid-secr {
  display: none;
}

#join-with-oauth-secr, #are-you-secretariat-label {
  text-transform: capitalize;
  cursor: pointer;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #032E50;
  color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-primary {
  color: #fff;
  background-color: #032E50;
  border-color: #032E50;
}

.btn-outline-primary {
  color: #032E50;
  border-color: #032E50;
}

a {
  color: #032E50;
}

a:active,
a:hover {
  color: #37AAC7;
}

.no-event {
  pointer-events: none;
}

.log-cnt {
  margin-top: 2px;
  padding: 4px;
  border-radius: 3px;
  font-size: .8rem;
  line-height: 22px;
}

.log-cnt .log-msg {
    display: block;
    text-align: left;
}

.log-cnt .log-close {
  cursor: pointer;
  display: none;
}

.log-cnt:hover {
  cursor: pointer;
}

.log-cnt:hover .log-close {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 4px;
  line-height: 22px;
}

.log-cnt .log-close:hover {
  cursor: pointer;
}

.room-container {
  background: #fff;
  padding: 1rem;
  margin: 1rem;
  box-shadow: 0px 3px 5px 1px;
}

.conference-session-hint-text {
  display: none;
}

.conference-session-hint-text a {
  font-weight: bold;
}

.conference-session-hint-text a:focus,
.conference-session-hint-text a:visited,
.conference-session-hint-text a:hover {
  text-decoration: none;
}

.conference-line {
  padding: 10px 25px;
  border: 1px solid #032e50;
  /* border-radius: 10px;   */
  background-color: #f0f8ff;
}

.room-heading {
  margin-bottom: 15px;
}

.room-heading:last-child {
  margin-bottom: 0rem;
}

.cr-line {
    line-height: 38px;
    border-bottom: 1px solid #000;
}

.cr-line strong {
    color: #032e50;
}

.room-name {
    font-variant: all-petite-caps;
    font-size: 1.5rem;
}

.conference-form-line {
    font-size: 1.3rem;
    font-variant: all-petite-caps;
    line-height: 38px;
}

.conference-link a {
  line-height: 38px;
  color: #032E50 !important;
}

.conference-link a:visited,
.conference-link a:hover,
.conference-link a:active {
  text-decoration: none;
}

.conference-link:hover {
  background-color: #DDDDDD;
}

.conference-link-feedback:empty {
  display: none !important;
}

.conference-link-feedback {
  text-align: center;
  display: block;
  font-variant: all-petite-caps;
  margin-bottom: 1px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  line-height: 48px;
  color: #FFF;
  background-color: rgba(3, 46, 80, .85);
  font-weight: bold;
  font-size: 2pc;
}

.cr-title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 38px;
    text-transform: uppercase;
}

.cr-location {
  margin-bottom: 5px;
}

/* fatal error */
.fatal-error-container {
    position: absolute;
    top: 60px;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #032E50;
    text-align: center;
}

.fatal-error-container .fatal-error-message {
    padding: 3rem;
    font-size: 4rem;
}

.fatal-error-container .fatal-error-description {
    padding: 1.5rem;
    font-size: 2rem;
}

#no-privileges {
  display: none;
  padding: 10%;
  font-size: 2rem;
  text-align: center;
  color: #032e50;
}

#no-privileges .link {
  display: block;
  font-weight: bold;
  color: #032e50;
  padding: 5px;
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid #032e50;
}

#no-privileges .link:hover {
  text-decoration: none;
  background-color: #032e5099;
  color: #FFF;
}


#no-privileges .link:visited,
#no-privileges .link:focus {
  text-decoration: none;
}

#no-privileges:last-child {
  display: block !important;
}

/* creation */

.property-box .input,
.property-box .input-group-text {
  background-color: #FFFFFF;
}

#create-room-prebuilt-link {
  display: none;
  position: relative;
}

#create-room-prebuilt-link .conference-link {
  padding: 5px;
  border: 1px solid transparent;
  font-size: 10pt;
  cursor: copy;
}

#create-room-prebuilt-link .conference-link:hover {
  border: 1px solid #032e50;
  background-color: #f0f8ff;
}

.green-btn {
  color: #28a745;
  background-color: #FFF;
  cursor: pointer;
}

.invisible-btn {
  display: none;
}

.blue-btn {
  color: #0069d9;
  background-color: #FFF;
  cursor: pointer;
}

.red-btn {
  color: #dc3545;
  background-color: #FFF;
  cursor: pointer;
}

.green-btn:hover {
  background-color: #28a745;
  color: #FFF;
}

.blue-btn:hover {
  background-color: #0069d9;
  color: #FFF;
}

.red-btn:hover {
  background-color: #dc3545;
  color: #FFF;
}

.hidden-hint {
  display: none;
  width: 100%;
  color: #333;
  font-size: 1rem;
  margin-bottom: 1px;
  padding: 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 10px;
  font-style: italic;
  background-color: #f0f8ff;
}

.small-label {
    display: block;
    width: 100%;
    color: #333;
    font-size: 1rem;
    font-variant: all-petite-caps;
    margin-bottom: 1px;
}

#information-creation-messages {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #0069d9;
    text-align: center;
    color: #0069d9;
}

#create-room-modal-title::first-letter,
#information-creation-messages::first-letter {
  text-transform: capitalize;
}

#error-creation-messages:empty {
  display: none;
}

#error-creation-messages::first-letter {
  text-transform: uppercase;
}

#error-creation-messages {
  display: flex;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #dc3545b0;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

/* login */

#login-modal .form-control {
    margin-bottom: 5px;
}


#login-modal .error-area,
#login-modal .logging-in-area {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #dee2e6cc;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 5;
}

#login-modal .logging-in-area {
  background: #dee2e6cc;
}

#login-modal .error-area {
  background: #dc3545ba;
  color: #fff;
}


/*# sourceMappingURL=styles.5811a121a2b9fd729f1c.css.map*/