/* Minification failed. Returning unminified contents.
(325,25): run-time error CSS1030: Expected identifier, found '.'
(325,32): run-time error CSS1031: Expected selector, found ')'
(325,32): run-time error CSS1025: Expected comma or open brace, found ')'
(336,25): run-time error CSS1030: Expected identifier, found '.'
(336,34): run-time error CSS1031: Expected selector, found ')'
(336,34): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.schedule-editor aside,
table.schedule aside,
.schedule-editor div,
table.schedule div,
.schedule-editor footer,
table.schedule footer,
.schedule-editor form,
table.schedule form,
.schedule-editor h1,
table.schedule h1,
.schedule-editor h2,
table.schedule h2,
.schedule-editor h3,
table.schedule h3,
.schedule-editor h4,
table.schedule h4,
.schedule-editor h5,
table.schedule h5,
.schedule-editor h6,
table.schedule h6,
.schedule-editor header,
table.schedule header,
.schedule-editor li,
table.schedule li,
.schedule-editor main,
table.schedule main,
.schedule-editor ol,
table.schedule ol,
.schedule-editor p,
table.schedule p,
.schedule-editor section,
table.schedule section,
.schedule-editor table,
table.schedule table,
.schedule-editor ul,
table.schedule ul{
    box-sizing: border-box;
}


/* Schedule Editor */

.schedule-editor{
    font-family: 'Arial', sans-serif;
    height: 700px;
    overflow: auto;
    margin: 0;
    position: relative;
    border: 1px dashed #ccc;
}

.bb-editor,
.html-editor{
    display: none;
    width: 100%;
    height: 100%;
}

.bb-view .bb-editor,
.html-view .html-editor{
    display: block;
}

.schedule-editor .bb-editor > textarea{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    resize: none;
}


/* Main */

.schedule-editor > main{
    margin-right: 300px;
    height: 100%;
    overflow: auto;
    font-size: 16px;
}


/* Aside */

.html-editor > aside,
.bb-editor > aside {
    width: 280px;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    font-size: 14px;
}

.schedule-editor aside,
.schedule-editor aside li,
.schedule-editor aside p {
    text-align: left !important;
}

.schedule-editor .side-panel{
    margin-bottom: 1.5em;
}

.schedule-editor .side-panel header{
    padding: .3em 0;
}

.schedule-editor .side-panel main,
.schedule-editor .side-panel footer{
    background-color: #f3f3f3;
    padding: .75em;
}

.schedule-editor .side-panel main{
    border-top: 2px solid #888;
}

.schedule-editor .side-panel footer:after,
.schedule-editor .side-panel main:after{
    content: '';
    display: block;
    clear: both;
}

.schedule-editor .topics ul{
    padding: 0;
    margin: .5em 0;
}

.schedule-editor .topics li{
    position: relative;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    padding: 6px 30px 6px 0;
}

.schedule-editor .topics li:last-of-type{
    border-bottom: none;
}

.schedule-editor .del-btn{
    display: inline-block;
    color: #d15a5a;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
}

.schedule-editor .topics > div{
    width: 100%;
}

/* Footer */

.schedule-editor > footer{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    overflow: auto;
    background-color: #282828;
    border: 1px solid #111;
    color: #ccc;
    padding: 8px 16px;
    font-family: monospace;
}


/* Table */

table.schedule,
table.schedule li,
table.schedule p{
    text-align: center !important;
}

table.schedule p{
    margin: .3em 0;
}
table.schedule {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    margin-top: 0;
    font-size: 15px;
    text-align: left;
    min-width: 400px;
}

table.schedule,
table.schedule th,
table.schedule td{
    border: none;
}

table.schedule,
table.schedule th,
table.schedule td{
    border: none;
    cursor: pointer;
}

table.schedule th:first-of-type{
    cursor: default;
}

table.schedule th,
table.schedule td {
    padding: 6px 12px;
    border-bottom: 1px solid #ddd;
}

table.schedule th:first-of-type,
table.schedule td:first-of-type {
    width: 50px;
}

table.schedule th:last-of-type,
table.schedule td:last-of-type {
    width: auto;
}

table.schedule th:not(:first-of-type),
table.schedule td:not(:first-of-type) {
    width: auto;
    min-width: 100px;
}

table.schedule th {
    background-color: #212f62;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

table.schedule tr {
    border-bottom: 1px solid #dddddd;
    position: relative;
}

table.schedule tr:first-child td{
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
}

table.schedule tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

table.schedule tr:last-of-type {
    border-bottom: 2px solid #212f62;
}

table.schedule th,
table.schedule td{
    border-right: 1px solid #dddddd;
}

table.schedule td:first-of-type{
    text-align: center;
}

table.schedule td:last-of-type{
    border-right: none;
}

.schedule-editor-add-time-slot{
    position: absolute;
    z-index: 100;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 20px;
    background-color: rgba(65, 255, 190, 0.8);
    text-align: center;
    opacity: 0;
    cursor: pointer;
}

.schedule-editor-add-time-slot:hover{
    opacity: 1;
}

table.schedule td{
    text-align: center;
}

table.schedule td ul{
    margin: .5em 0;
    padding: 0;
}

table.schedule td li{
    list-style-type: none;
    padding: .3em 0;
    position: relative;
}

table.schedule li:not(:last-of-type)::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #ddd;
}

table.schedule td:has(ul.rounds){
    background-color: rgba(79, 85, 159, 0.0);
}

table.schedule ul.rounds:before{
    content: 'Rounds';
    display: block;
    font-weight: bold;
    margin-bottom: .2em;
}

table.schedule td:has(ul.meetings){
    background-color: rgba(79, 159, 85, 0.0);
}

table.schedule ul.meetings:before{
    content: 'Meetings';
    display: block;
    font-weight: bold;
    margin-bottom: .2em;
}

table.schedule .participants{
    background-color: lightyellow;
    padding: 6px 12px;
    margin: -6px -12px;
    border-top: 1px solid #ddd;
}


/* Forms */

.schedule-editor .form-group{
    margin-bottom: 20px;
}

.schedule-editor .checkbox-group{
    margin-bottom: 5px;
}
.schedule-editor .checkbox-group:last-of-type{
    margin-bottom: 20px;
}

.schedule-editor label,
.schedule-editor input,
.schedule-editor select,
.schedule-editor textarea {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: auto;
}

.schedule-editor label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.schedule-editor input:not([type="checkbox"]):not([type="radio"]),
.schedule-editor select,
.schedule-editor textarea{
    display: block;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.schedule-editor input:not([type="checkbox"]):not([type="radio"]):focus,
.schedule-editor select:focus,
.schedule-editor textarea:focus{
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.schedule-editor .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

div.autocomplete{
    width: 100%;
}
.schedule-editor textarea{
    width: 100%;
    min-height: 70px;
    resize: vertical;
}

.schedule-editor .checkbox-group label {
    font-weight: normal;
    margin-bottom: 0;
}

.schedule-editor .checkbox-group label a {
    text-decoration: none;
}

.schedule-editor .checkbox-group label a:hover {
    text-decoration: underline;
}

.schedule-editor button{
    padding: 6px 16px;
    line-height: initial;
    border-radius: 3px;
    border: 2px solid #212f62;
    background-color: #212f62;
    color: #fff;
    font-weight: bold;
    margin: 5px;
}

.schedule-editor button:hover{
    color: #212f62;
    background-color: #fff;
}

/* Messages */

.schedule-editor .message span{
    display: inline-block;
    width: 80px;
    font-weight: bold;
}

.schedule-editor .message.success{
    color: #72ce72;
}

.schedule-editor .message.info{
    color: #7474ff;
}

.schedule-editor .message.danger{
    color: #d15a5a;
}
