@CHARSET "UTF-8";

/* layout */
.wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.layout-middle {
    width: 100%;
    padding: 0 0 50px;
    position: relative;
}

.layout-middle:after {
    display: table;
    clear: both;
    content: '';
}

.layout-container {
    width: 100%;
    float: left;
}

.layout-content:not(.tv-action-active) {
    padding: 0 0 0 260px;
}

.layout-left-sidebar {
    float: left;
    width: 240px;
    margin-left: -100%;
    position: relative;
    background: #29b6f6;
}

.layout-footer {
    margin: -50px auto 0;
    min-width: 1000px;
    height: 50px;
    background: #BFF08E;
    position: relative;
}

.layout-footer a {
    color: white;
}

/* end of layout */

html, body {
    margin: 0 auto;
    height: 100%;
    /*font-family: Verdana,Arial,sans-serif;*/
    font-size: 13px;
}

.clear {
    clear: both;
}

nav .brand-logo {
    height: 64px;
}

nav .page-description {
    display: inline-block;
    margin-left: 300px;
}

footer.page-footer {
    margin-top: -50px;
    padding-top: 0;
}

footer.page-footer.auth {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

main {
    margin-top: 20px;
}

main.auth {
    margin-top: 50px;
}

td, th {
    padding: 5px 5px;
}

td.action, th.action {
    width: 150px;
    text-align: center;
}

th.action.x-small {
    width: 120px;
}

th.action.small {
    width: 130px;
}

th.action.wide {
    width: 170px;
}

th.action.x-wide {
    width: 175px;
}

th.action.superwide {
    width: 200px;
}

th.action.x-superwide {
    width: 300px;
}

.pagination {
    display: inline-block;
}

.pagination-container {
    text-align: center;
}

section.separate {
    padding-bottom: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

section.fieldset {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.subject-cell {
    position: relative;
}

.subject-cell h6 {
    font-weight: bold;
}

.subject-cell .duration {
    margin: 15px 0;
}

.file-field.dt-file input.file-path {
    margin-left: 130px;
    width: calc(100% - 130px);
}

aside.layout-left-sidebar .collapsible,
aside.layout-left-sidebar .collection {
    margin-top: 0;
    margin-bottom: 0;
}

.collection a.collection-item {
    color: #42a5f5;
    padding: 0;
}

.collection .collection-item span {
    padding: 10px 20px;
    display: block;
}

.collection .collection-item.active {
    background-color: white;
    color: #039be5;
    border-right: none;
}

.collection .collection-item.active span {
    border-left: 10px solid #29b6f6;
}

.collection a.collection-item:not(.active):hover {
    border-left: 10px solid #e3f2fd;
    background-color: white;
    padding-left: 10px;
}

.collection h4 {
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 20px;
    margin: 5px 0;
    color: white;
}

.collapsible-menu-body {
    margin: 0 0 0 10px;
    padding: 0;
    display: none;
}

.collapsible-menu-body li {
    background-color: #f6f6f6;
}

.collapsible-menu-body li a {
    display: block;
    padding: 6px 6px 6px 20px;
}

.collapsible-menu-body li.selected {
    margin-left: 10px;
}

.subject-resource-requirement-container {
    margin: 10px 10px 10px 0;
}

.subject-resource-requirement {
    overflow: hidden;
    font-size: 0.85rem;
}

.subject-resource-requirement-button-delete {
    margin-left: 20px;
}

/** Editable **/
.editable-input input {
    height: 1rem;
    box-sizing: initial;
    border-bottom: none;
    margin-bottom: 0;
    width: initial;
}

.editable-input input[type=text]:focus:not([readonly]) {
    border-bottom: none;
    box-shadow: initial;
}

.editable-input select {
    display: block;
}

.editable-input .input-large {
    height: 100%;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: none !important;
}

.editable-buttons button {
    height: 26px;
    line-height: 26px;
}

/** Sweet alert **/
.sweet-alert p input {
    display: block;
}

.sweet-alert p input.short, .sweet-alert p select.short {
    display: inline-block;
    width: 47%;
}

.sweet-alert fieldset {
    display: none;
}

.sweet-alert .sa-button-container {
    margin-top: 20px;
}

.sweet-alert select {
    display: inline-block;
}

.sweet-alert span.comment {
    font-size: 0.9rem;
    text-align: left;
    margin-top: -10px;
    display: block;
    padding-left: 12px;
}

.user-add-form .input-field {
    margin-top: 0;
}

.user-add-form .separate {
    padding-bottom: 0;
}

.text-right {
    text-align: right;
}

.termin-list .row-separator {
    border-top: 1px solid black;
    line-height: 36px;
}

.termin-list .row-separator h6 {
    margin: 0;
    line-height: 20px;
    padding: 8px 0;
    font-weight: 500;
}

.termin-list .row {
    margin-bottom: 10px;
}

.termin-table {
    overflow: hidden;
}

.termin-table > div.col {
    min-height: 37px;
    padding-top: 10px;
}

.termin-table .strong {
    line-height: 1.2;
}

.document-list h6 {
    font-weight: bold;
    line-height: 1.5rem;
    padding: 10px 20px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.link-disabled {
    pointer-events: none;
    opacity: 0.5;
}

nav.tabs {
    height: auto;
}

nav.tabs .brand-logo {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

nav.tabs .col {
    height: 69px;
}

nav.tabs li {
    height: 69px;
}

nav.tabs.no-padding a {
    padding: 0;
}

.nav-details {
    line-height: 1.5;
}

#user-search {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    height: 45px;
    padding: 0 45px 0 15px;
    border: 0;
}

.helptip {
    font-size: 1.5rem;
    position: relative;
    top: 3px;
    left: 10px;
    color: #26a69a;
}

.toast.error {
    background-color: #c62828;
    color: white;
}

.btn-250 {
    width: 250px;
}

.btn-220 {
    width: 220px;
}

.btn-small {
    line-height: 2;
    font-size: 11px;
    height: 24px;
}

.btn-small i {
    line-height: 2;
    font-size: 11px;
}

.btn-clone-active {
    background-color: #9c27b0 !important;
    color: white;
}

.m-right {
    margin-right: 10px;
}

.gray-font {
    color: gray;
}

.send-schedule-button {
    float: right;
    line-height: 2.5;
    margin-right: 20px;
}

#price, .price {
    text-align: left !important;
}

.small-buttons {
    line-height: 1;
}

.small-buttons a.btn-flat, .small-buttons a.btn {
    font-size: 10px;
    line-height: 2;
    height: 18px;
    padding: 0 1rem;
}

.small-buttons a.btn-flat i, .small-buttons a.btn i {
    font-size: 10px;
}

.small-font {
    font-size: 11px;
    line-height: 1.7;
}

.oneline {
    white-space: nowrap;
}

.calendar {
    display: flex;
    flex-flow: wrap;
    position: relative;
    font-size: 0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    width: 98%;
}

.calendar .day {
    width: 14.25%;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    min-height: 120px;
    display: inline-block;
    margin: 0;
    font-size: 13px;
}

.calendar .day header {
    padding: 4px;
}

.calendar .day.empty header {
    color: #e8eaf6;
}

.calendar .day .day-content {
    padding: 4px;
    margin-top: 2px;
}

.calendar .day .day-header {
    display: block;
    color: black;
}

.calendar .day .day-content > li {
    font-size: 11px;
}

.calendar .day .day-content .color a.tooltipped {
    color: inherit;
}

.col.first {
    padding-left: 0 !important;
}

.col.empty {
    width: 3%;
}

.col.sx {
    width: 4.33333%;
}

.col.s1a {
    width: 12.33333%
}

.col.s2a {
    width: 20.66667%
}

.userMenu a {
    line-height: 32px;
}

nav .nav-wrapper .userMenu i {
    height: 32px;
    line-height: 32px;
}

nav ul li.userMenu:hover {
    background-color: rgba(0, 0, 0, 0);
}

nav ul li.userMenu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#userMenu {
    z-index: 11;
}

.resource-remove {
    cursor: pointer;
}

.input-field-switch {
    margin-bottom: 36px;
}

.color a {
    padding: 0 5px;
    color: white;
    display: inline-block;
}

.color {
    background-color: black;
}

.color-0 {
    background-color: #808080;
}

.color-1 {
    background-color: #4363d8;
}

.color-2 {
    background-color: #f58231;
}

.color-3 {
    background-color: #911eb4;
}

.color-4 {
    background-color: #46f0f0;
}

.color-5 {
    background-color: #bcf60c;
}

.color-6 {
    background-color: #fabebe;
}

.color-7 {
    background-color: #008080;
}

.color-8 {
    background-color: #e6beff;
}

.color-9 {
    background-color: #9a6324;
}

.color-10 {
    background-color: #fffac8;
    color: black;
}

.color-10 a {
    color: black;
}

.color-11 {
    background-color: #800000;
}

.color-12 {
    background-color: #aaffc3;
}

.color-13 {
    background-color: #808000;
}

.color-14 {
    background-color: #ffd8b1;
}

.color-15 {
    background-color: #000075;
}

.color-16 {
    background-color: #ffe119;
}

.color-17 {
    background-color: #e6194b;
}

.color-18 {
    background-color: #3cb44b;
}

.color-19 {
    background-color: black;
}

input.color-picker-text {
    width: 60px;
    margin: 0 0 0 10px;
}

.legend > li > a.tooltipped {
    display: inline-block;
    width: 20px;
    height: 15px;
}

.calendar .day .day-content.legend > li {
    margin-right: 5px;
    display: none;
}

.legend .btn.off {
    opacity: 0.3;
    box-shadow: none;
}

.calendar .day .day-content > li.off {
    display: none;
}

.material-tooltip span {
    line-height: 16px;
}

.material-tooltip ul {
    margin: 0;
    font-size: 11px;
}

.pu-week {
    table-layout: fixed;
}

.pu-week .legend a.tooltipped {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.pu-week tr.colored {
    background-color: #f2f2f2;
}

.pu-week td.column {
    display: none;
}

.pu-week .pu-cell.off {
    display: none;
}

.pu-week .pu-cell {
    margin-bottom: 5px;
    font-size: 0.8em;
}

p.optional {
    margin-top: 0;
    font-size: 0.9rem;
}

.side-nav li {
    color: black;
}

.userMenu .dropdown-content {
    z-index: 15;
}

.pagination li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.filter .datepicker {
    width: 100px;
    margin: 0 15px 15px;
}

.ui-datepicker {
    z-index: 100000 !important;
}

.overlayed {
    position: relative;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    opacity: 1;
    z-index: 999;
    text-align: center;
}

.simpleinput[type="checkbox"]:not(:checked), .simpleinput[type="checkbox"]:checked {
    position: relative;
    left: 0;
}

.very-small-font {
    font-size: 9px;
}

.button-comment {
    font-size: 9px;
    padding: 0 2rem;
    display: block;
}

.popup-div-container {
    position: relative;
}

.popup-div {
    display: none;
    position: absolute;
    top: 10px;
    background-color: white;
    width: 99%;
    z-index: 10;
    padding: 0 20px 20px;
    border: 1px solid black;
}

.popup-div.fixed {
    position: fixed;
    width: calc(100% - 280px);
}

.dropdown-content {
    max-height: 300px;
    z-index: 2;
}

.text-right {
    text-align: right;
    padding-right: 50px;
}

.text-left {
    text-align: left;
}

.small-checkbox [type="checkbox"].filled-in:checked + label:after {
    width: 12px;
    height: 12px;
}

.small-checkbox [type="checkbox"].filled-in:not(:checked) + label:after {
    width: 12px;
    height: 12px;
}

.small-checkbox [type="checkbox"].filled-in:checked + label:before {
    width: 6px;
    height: 9px;
    left: 0;
}

.small-checkbox [type="checkbox"] + label {
    height: 12px;
    line-height: 12px;
    padding-left: 17px;
    font-size: 0.9rem;
}

.dropdown-content.select-dropdown .sub {
    padding-left: 20px;
    line-height: 1.2rem;
}

.dropdown-content.select-dropdown .sub span {
    font-size: 1rem;
}

table.tablesorter thead tr .header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}

.row.nomargin {
    margin-bottom: 0;
}

.cell {
    line-height: 1.2;
    margin-bottom: 5px;
}

#alert_bagde {
    position: absolute;
    top: 10px;
    right: 0;
    border-left: none;
    padding: 0 5px;
    color: red;
    font-size: 20px;
}

#alert_check_in_progress {
    position: absolute;
    top: 10px;
    right: 0;
    border-left: none;
    padding: 0 5px;
}

.partnership {
    font-size: 0.85em;
    color: #660000;
}

.partnershiphub {
    font-size: 0.85em;
    color: #660000;
    position: absolute;
    left: 1em;
    top: 2.5em;
}

.comment-line {
    font-size: 0.8em;
}

#DataTables_Table_0_filter.dataTables_filter {
    float: left;
    text-align: left;
}

.waves-effect {
    white-space: nowrap;
}

.strong {
    font-weight: bold;
}

i.empty {
    display: inline-block;
    width: 25px;
}

.password.editable-empty, .password.editable-empty:hover {
    color: #039be5;
    font-style: normal;
}

.bordered2x td,
.bordered2x th {
    border-right: 1px solid #d0d0d0;
}

/** schedule */
.nc-header {
    grid-row: tracks;
    padding-left: 10px;
    position: sticky;
    top: -1px;
    background-color: white;
    z-index: 2;
    margin-left: 1px;
}

.nc-header.nc-header-bold {
    min-width: 80px;
}

.nc-header.nc-header-small {
    padding-left: 0;
    z-index: 1;
    top: 34px;
    text-align: center;
}

.nc-header.nc-header-small a.tooltipped {
    color: black;
    display: block;
}

.nc-time-slot {
    grid-column: times;
    text-align: right;
    padding-right: 20px;
    line-height: 1;
}

.nc-cell {
    border-radius: 2px;
    font-size: 0.8em;
    overflow: hidden;
    position: relative;
    min-width: 120px;
}

.nc-cell.nc-cell-small {
    min-width: 31px;
}

.nc-cell-small.color a {
    padding: 0;
}

.nc-cell-small .tooltipped {
    display: block;
}

.nc-cell.nc-cell-big {
    font-size: 19px;
}

.nc-cell:hover {
    overflow: initial;
}

.nc-cell.off {
    display: none;
}

.nc-cell .nc-cell-content a.tooltipped {
    color: inherit;
}

.nc-cell-content {
    padding: .2em;
    background-color: inherit;
    position: absolute;
    width: 100%;
}

.nc-horizontal-line {
    display: block;
    grid-column: 1 / -1;
    height: 2px;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    position: relative;
    top: -2px;
}

.nc-vertical-line {
    display: block;
    grid-row: 1 / -1;
    width: 2px;
    border-left: 1px solid #d0d0d0;
    height: 100%;
    position: relative;
    left: -3px;
}

.nc-vertical-line.nc-vertical-line-bold {
    border-left: 2px solid #777777;
}

.tv_screen_btn {
    padding: 0 5px;
}

.tv_screen_btn i.left {
    margin-right: 5px;
}

input.jump_to_date {
    display: inline;
    width: auto;
    font-size: inherit;
    line-height: inherit;
    border: none;
}

.color-demo-container {
    width: 100px;
    text-align: right;
    padding-right: 30px;
}

.color-demo {
    display: inline-block;
    width: 36px;
    height: 19px;
    border: 1px solid black;
    box-sizing: border-box;
}

.ui-autocomplete.ui-widget-content {
    border: none;
}
.ui-autocomplete.ui-menu .ui-menu-item {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}
.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
    background-color: #f2f2f2;
    background-image: none;
    list-style-image: none;
    border: none;
}

.client-search.autocomplete-loading {
    background-image: linear-gradient(90deg, #e0f2f1 25%, #26a69a 50%, #e0f2f1 75%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: shimmer-left-to-right 1.2s linear infinite;
}

@keyframes shimmer-left-to-right {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}