﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --blue: #00b1db;
    --calendarBackground: #2d2c2c;
    --calendarMajorLine: #414040;
    --calendarMinorLine: #323131;
    --dayColor: #858585;
    --timeColor: #bab9b9;
    --currentTimeColor: #e97548;
    --todayColumnColor: rgba(0, 0, 0, 0.12);
    --lightGrey: #bab9b9;
}

video {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

    a .navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #00b1db;
}

    a:hover {
        color: #00b1db;
    }


hr {
    border:0;
}

.btn-primary {
    background-color: #DB5F25;
    border-color: #DB5F25;
}

.btn {
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
}

.nav-link-less-padding {
    padding: 0.5rem 1rem;
    margin-left: 0;
    margin-bottom: 5px;
    background: #494949;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.section {
    background-color:gray;
}

.section .even {
    background-color: lightgray;
}

.box-shadow {
    box-shadow: 0 1rem 0.75rem rgb(0 0 0 / 32%);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.fracture-navlink {
    color:white;
    font-weight:700;
    text-transform: uppercase;
    border-radius:0;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px; /* Vertically center the text there */
}



.avatar-options > input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.avatar-options > input + div { /* DIV STYLES */
    cursor: pointer;
    border: 2px solid transparent;
    padding:1rem;
    margin:-1rem;

}

.avatar-options > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
    border: 2px solid #1b6ec2;
    border-radius: 1rem;
}

.section {
    background-color: #fafafd1a;
    border-radius: 1rem;
    padding: 1rem;
}

label {
    font-size:1.25rem;
}

.label-sm {
    font-size: 1rem;
}

.bg-grey {
    background: linear-gradient(90deg, rgba(86,86,87,1) 0%, rgba(86,86,87,1) 40%, rgba(86,86,87,0.8) 100%);
}

.form-control {
    border: 0px;
}

.qrcode {
    margin-top: 1rem;
}


.qrcode > img {
    margin: auto;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    width:75%;
}

.double-circle {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
    border: 10px solid rgba(85, 83, 84, 0.20);
    box-sizing: content-box;
}

.circle-with-text {
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: white;
    color: grey;
    width: 35px;
    height: 35px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.circle-with-text-small {
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: white;
    color: grey;
    width: 20px;
    height: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.bg-primary {
    background-color: rgba(255, 255, 255, 0.10) !important
}

.card-header {
    font-weight: 600;
}

.blue-text {
    color:var(--blue);
}

.center-panel {
    margin: auto;
    max-width: 600px;
}

.center-panel-wide {
    margin: auto;
    max-width: 800px;
}

.microsoft-signup-btn {
    background: white;
    color: #767676;
    width: 100%;
    min-width: 16rem;
    display: flex;
    vertical-align: middle;
    align-items: center;
    border-radius: 0;
    border: 2px solid transparent;
    padding-right: 0;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

    .microsoft-signup-btn:hover {
        background: #dadada;
        color: #767676;
    }


.img-fluid {
    max-width: 100%;
    height: auto
}

.landing-page-text {
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    width: 100%;
    padding: 10px 15px;
}

@media (max-width: 1000px) {
    .landing-page-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .landing-page-text {
        font-size: 0.8rem;
    }
}


.landing-page-image {
    padding:0;
}

.landing-page-row, .landing-page-row-flip {
    margin: 3rem 0;
    background-color: rgba(255, 255, 255, 0.10) !important;
    border-radius: 0.5rem;
    overflow: hidden;
}

.landing-page-row-flip {
    flex-direction: column-reverse;
}

@media (min-width: 576px) {
    .landing-page-text, .landing-page-text-flip {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }


    .landing-page-row-flip {
        flex-direction: revert;
    }
}



.tui-full-calendar-popup-container {
    color:black;
}

#custom_autoComplete_list {
    position: absolute;
    z-index: 1000;
    padding: 0;
    left: 0;
    margin-top: 0;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all -webkit-transform 0.1s ease;
    width: 100%;
    display: block;
    padding: 0 15px;
}

.no_result {
    margin: 0.15rem auto;
    padding: 0.6rem;
    max-width: 280px;
    border: 0.05rem solid #e3e3e3;
    list-style: none;
    text-align: left;
    font-size: 1.1rem;
    color: rgb(123, 123, 123);
    transition: all 0.1s ease-in-out;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    outline: none;
}

    .no_result:hover {
        cursor: default;
        background-color: #fff;
        border: 0.05rem solid #e3e3e3;
    }

    .no_result:focus {
        cursor: default;
        background-color: #fff;
        border: 0.05rem solid #e3e3e3;
    }


.tui-full-calendar-popup-delete-disable, .tui-full-calendar-popup-arr {
    display: inline-block;
    padding: 7px 9px 11px 9px;
    width: calc(25% - 1px);
    outline: none;
    background: none;
    border: none;
}

.tui-full-calendar-popup-arr {
    cursor: pointer;
}

#calendarTypeName {
    color: white;
    font-weight: 700;
    padding: 9px 12px;
}

.open > .dropdown-toggle.btn-default {
    background-color: #fff;
}

.calendar-icon {
    width: 14px;
    height: 14px;
}


.dropdown-menu {
    top: 25px;
    padding: 3px 0;
    border-radius: 2px;
    border: 1px solid #bbb;
}

.dropdown-menu > li > a {
    padding: 9px 12px;
    cursor: pointer;
    color: white;
    font-weight: 700;
    display: block;
}

.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: var(--lightGrey);
    text-decoration: none;
}

.dropdown-menu > li > a[disabled] {
    opacity: 0.65;
    pointer-events: none;
}

.error {
    color:red;
}

form label.error {
    font-size: 1rem;
}

.content-tabs {
    display:none;
}

.content-dropdown {
    display: block;
}

.content-menu {
}


@media (min-width: 768px) {
    .content-tabs {
        display: block;
    }

    .content-dropdown {
        display: none;
    }

}


[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}


.tui-full-calendar-ic-copy {
    background: url('images/copy.svg') no-repeat;
}

.navbar .dropdown-menu > li > a:hover {
    background:none;
}

.navbar .dropdown-menu {
    background: #59595a;
    border: none;
    top: 100%;
    right: 0;
    left:auto;
}

@media (max-width: 576px) {
    .navbar .dropdown-menu {
        display: block;
        top: auto;
        position: relative;
        background: none;
        border: none;
    }

    .hide-when-sm {
        display: none;
    }
}

@media (min-width: 576px) {
    
    .show-when-larger-than-sm {
        display: block !important;
    }
}

.move-document[disabled], .move-document[disabled] *,
.copy-document[disabled], .copy-document[disabled] *,
.edit-document[disabled], .edit-document[disabled] *,
.delete-document[disabled], .delete-document[disabled] * {
    opacity: 0.65;
    cursor: not-allowed;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.btn-group > .active {
    background-color: #2b2a2a;
    border-color: #2b2a2a;
}

option:disabled {
    color: lightgray;
}

.burger-menu-divider {
    border: 1px solid #787677;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-left: 10px;
    margin-right: 10px;
}

.btn:disabled {
    cursor: not-allowed;
}

.org-detail {
    color: var(--blue);
}

.pairing-toast-subtext {
    font-size: 80%;
    font-weight: 400;
}

.disabled-panel {
    color: gray; /* Makes text appear greyed out */
    opacity: 0.5; /* Reduces the opacity for a faded look */
    pointer-events: none; /* Disables interaction (e.g., clicks, hovers) */
}