\@font-face {
    font-family: firaCode;
    src: url("../fonts/FiraCode-Regular.ttf");
}

.centerObject {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leftMenu {
    background-color: #1f282c;
    font-size: 18px;
    min-height: 100%;
    /*height: 100vh;*/
    line-height: 200%;
    display: block;
}


#admin-panel-wrapper {
    background: #011b3e;
    padding: 15px 15px 2px;
}


.menu-separator {
    margin-left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background: #828282;
}

.global {
    margin: 0;
}

.leftMenu ul {
    list-style-type: none;
    padding: 0;
    display: block;
}

.leftMenu ul li a {
    text-decoration: none;
    color: #afc0c8;
    display: block;

}

.leftMenu ul li:hover {
    background-color: #333b3f;
}

.leftMenu .submenu {
    background-color: #273439;
}

.leftMenu .submenu a {
    color: #afc0c8;

}

.container-navbar {
    /*margin: -2px auto 2% 3%;*/
}

.navbar {
    position: inherit;
}

.titleBar {
    float: left;
    margin: 0.5% auto 0.5% 2%;
    text-align: center;
    color: #eee;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
}

.subMenuClosedarrow {
    font-size: 17px;
}

.fa-sign-out {
    color: white;
}

.personal-table tbody tr:nth-child(even) {
    background-color: #e2e8e8;
}

.personal-table tbody tr:nth-child(odd) {
    background-color: white;
}

.personal-table tbody tr.even {
    background-color: #e2e8e8 !important;
}

.personal-table tbody tr.odd {
    background-color: white !important;
}

.personal-table-header, .personal-table-header > tr {
    background-color: #2c393e !important;
    color: white;
}

.personal-table {
    display: inline-table;
}

#addEditSimpleFormContainer {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.emptySpace {
    background-color: white;
    width: 100%;
    height: 50px;
}

.tab-content {
    background-color: white;
}

.personalTabs {
    margin-top: 45px;
}

.personalTabs ul li a {
    text-decoration: none;
    color: white;
    background-color: #1f282c;
    font-weight: 600;
}

.personalTabs ul li.active a {
    text-decoration: none;
    color: #1f282c;
    background-color: white;
    font-weight: 600;
}

.personalTabs ul li a:hover {
    text-decoration: none;
    color: #1f282c;
    background-color: white;
    font-weight: 600;
    opacity: 0.5;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.modal {
    overflow-y: hidden;
    overflow-x: hidden;
}

.modal-dialog {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.modal-content {
    /*min-width: 70%;*/
    margin: 0 auto;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 150px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}

.overlay {
    z-index: 1000000000;
}

.overlay:hover {
    cursor: wait;
}

.checkbox-label {
    font-weight: 600;
    margin-right: 10px;
}

.form-input-box {
    max-width: 100%;
}

#pd_properties_display_as_box, #object_properties_display_as_box, #extension_properties_display_as_box, #tile_properties_display_as_box,
#object_settings_display_as_box, #extension_settings_display_as_box, #background_properties_display_as_box,
#home_page_properties_display_as_box, #data_object_list_display_as_box, #user_properties_display_as_box,
#td_user_advanced_display_as_box, #dev_properties_display_as_box, #bd_user_advanced_display_as_box,
#hpd_user_advanced_display_as_box, #wcd_user_advanced_display_as_box, #uc_actions_display_as_box,
#wcd_actions_display_as_box, #uc_user_visibility_display_as_box, #hpd_actions_display_as_box,
#wcd_visibility_display_as_box, #interfaces_display_as_box, #td_visibility_display_as_box,
#hpd_visibility_display_as_box, #bd_visibility_display_as_box, #actions_display_as_box,
#uc_dev_visibility_display_as_box, #uc_default_properties_display_as_box, #td_default_properties_display_as_box,
#bd_default_properties_display_as_box, #hpd_default_properties_display_as_box, #wcd_default_properties_display_as_box,
#sd_default_properties_display_as_box, #sd_visibility_display_as_box, #screensaver_properties_display_as_box,
#enum_values_display_as_box, #ld_default_properties_display_as_box, #ld_visibility_display_as_box,
#lid_visibility_display_as_box, #lid_default_properties_display_as_box, #edit_in_visual_display_as_box,
#thmd_properties_display_as_box, #uc_theme_settings_display_as_box, #wcd_theme_settings_display_as_box,
#bd_theme_settings_display_as_box, #hpd_theme_settings_display_as_box, #td_theme_settings_display_as_box,
#sd_theme_settings_display_as_box, #lid_theme_settings_display_as_box, #td_enabled_components_display_as_box,
#td_enabled_homepages_display_as_box, #drop_area_display_as_box, #items_list_display_as_box,
#interfaceUsages_display_as_box, #hpd_enabled_tiles_display_as_box, #wcd_enabled_tiles_display_as_box,
#localized_media_display_as_box, #enabled_tiles_component_display_as_box, #enabled_components_display_as_box,
#enabled_homepages_display_as_box, #enabled_tiles_display_as_box, #uc_usages_display_as_box,
#ca_properties_display_as_box, #td_actions_display_as_box, #parent_properties_display_as_box,
#canopia_playlist_variable_value_tab_display_as_box, #canopia_playlist_container_media_list_display_as_box, #canopia_schedule_calendar_display_as_box,
#canopia_scene_zones_display_as_box, #media_dir_id_field_box, #lid_actions_display_as_box,
#remote_control_display_as_box, #copy_texts_display_as_box, #uc_translations_display_as_box,
#hpd_translations_display_as_box, #td_translations_display_as_box, #sd_translations_display_as_box,
#wcd_translations_display_as_box, #bd_translations_display_as_box, #lid_translations_display_as_box {
    display: none;
}

#settingsPropertiesTable textarea {
    max-width: 300px;
}

#settingsPropertiesTable input {
    max-width: 200px;
}

.pointer-cursor:hover, .remove:hover {
    cursor: pointer;
}

.breadcrumbs-btn {
    border: none;
    padding: 0;
    background: none;
}

.breadcrumbs-btn:hover {
    cursor: pointer;
}

.crud-description {
    font-size: 14px;
    font-style: italic;
}

.description-under-label {
    margin-top: 3px;
    font-size: 14px;
    font-style: italic;
}

.languageFlag:hover {
    cursor: pointer;
}

.languageFlag {
    margin-right: 5px;
}

.admin-panel-title {
    color: #afc0c8;
    font-size: 14px;
}

.admin-panel-select {
    font-size: 14px;
}

#adminTable td {
    border-top: 0;
    padding: 4px;
}

#adminTable select {
    width: 100%;
}

.croppie-container {
    max-height: 40%;
}

#filterModal {
    background: white;
    display: none;
    position: absolute;
    z-index: 99999;
    padding: 10px 20px 20px;
    box-shadow: 0 0 10px #0c0c0c;
    /*width: 650px;*/
    width: auto;
}

#filterModalTriangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
    margin-top: -18px;
    margin-bottom: 15px;
}

#filterModal td {
    height: 40px;
    padding-right: 20px;
}

#filterModal td > label:hover {
    cursor: pointer;
    text-decoration: underline;
}

#filterModal .separator {
    background-color: black;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px
}

#filterModalSelectAll {
    float: right;
    cursor: pointer;
}

#filterModalApplyBtn {
    float: right;
    margin-top: 10px;
}

#filterModalCancelBtn {
    float: left;
    margin-top: 10px;
}

.filter-modal-selected-actions {
    min-width: 135px;
}

.selectize-input {
    min-width: 300px;
}

.importPopupMedia {
    max-height: 600px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.cr-boundary {
    max-height: 520px !important;
}

.cr-rotate-l {
    background-image: url("../img/baseline-rotate_left-24px.svg");
}

.cr-rotate-r {
    background-image: url("../img/baseline-rotate_right-24px.svg");
}

.permissions-name {
    max-width: 300px;
    word-wrap: break-word;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.LocalizedValuesTable {
    display: inline-table;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


.cropper-zoom-range {
    width: 50% !important;
    float: left;
}

.infinity-grid {
    display: inline-grid;
    margin-right: 10px;
}

.existing-media-container {
    max-height: 70%;
}

.media-checkbox-bg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    left: 15px;
}

.media-checkbox-mark {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 21px;
    left: 20px;
}

.global-content {
    background-color: #eee;
    min-height: 100%;
}

body {
    background-color: #1f282c !important;
}


.btn-aji:active,
.btn-aji.active,
.btn-aji {
    background-image: none;
}

.btn-aji-gc {
    padding-top: .4em;
    padding-bottom: .4em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.chosen-search input {
    width: 100% !important;
    height: 40px !important;
}

.form-input-box .select2 {
    width: 500px;
    height: 40px;
}

.form-input-box .chosen-container {
    width: 500px;
}

.form-input-box .chosen-container .chosen-single {
    height: 40px;
    padding-top: 5px;
}

.form-input-box .chosen-container .chosen-single div {
    top: 5px;
}

.form-input-box .chosen-container .chosen-single abbr {
    top: 10px;
}

.form-input-box .select2 .select2-selection {
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 40px;
}

.form-input-box .select2 .select2-selection .select2-selection__arrow {
    top: 5px;
}

.form-input-box .selectize-control {
    width: 500px;
}

.form-input-box > table > tbody > tr > td > input {
    width: 500px;
}

.form-input-box .selectize-control .selectize-input {
    min-height: 40px;
}

.form-input-box > input {
    height: 40px !important;
    min-width: 200px;
}

.form-input-box > select {
    width: 500px;
    height: 40px;
}

#media_tags_tagsSelect {
    width: 500px !important;
}

.remove-media-btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.personal-table input {
    max-width: 300px;
    min-width: 100px;
}

#import-popup-table td {
    height: 40px;
}

input[type='range']::-moz-focus-outer {
    border: 0;
}

.news-item-filter-checkbox {
    margin-left: 5px;
}

.blur-weak {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
    width: 100px;
    height: 100px;
    background-color: #ccc;
}

.blur-strong {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    width: 100px;
    height: 100px;
    background-color: #ccc;
}

.selectize-dropdown-content {
    max-height: 110px !important;
}

.touchblocker {
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.value-media-button-part {
    padding-left: 10px;
    padding-bottom: 5px;
}

.definition-media-button-part {
    padding-left: 5px;
    padding-bottom: 5px;
}

#visibilityTable {
    min-width: 300px;
}

#existingMediaPopup .select2 {
    width: 50%;
}

.numberDefTable td {
    padding-bottom: 3px;
    padding-top: 3px;
}

.overlayProgressBarWrapper {
    width: 698px;
    background-color: #00a8ff;
    position: fixed;
    top: 65%;
    left: 50%;
    margin-left: -355px
}


.overlayProgressBarTitle {
    width: 698px;
    color: white;
    position: fixed;
    top: 61%;
    left: 50%;
    margin-left: -355px
}

.overlayProgressBar {
    width: 1%;
    height: 20px;
    background-color: #00264c;
}

.overlayProgressBarText {

    position: absolute;
    top: 0;
    left: 49%;
    color: white;
}

/*.select2-results__options .select2-results__option[aria-disabled=true] {*/
/*display: none;*/
/*}*/

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

#editInVisualButton {
    text-decoration: none;
    color: white;
    margin-left: 30%;
}

#edit_in_visual_input_box {
    width: 100%;
}

.theme-addon-label {
    font-style: italic;
}

.min-max-label {
    font-style: italic;
    font-size: 12px;
}

.mass-media-upload-info {
    font-size: 20px;
}

.groceryCrudTable > tbody > tr:hover {
    /*border: 1px solid #00a8ff;*/
    cursor: pointer;
}

.groceryCrudTable > tbody > tr:hover td {
    background-color: #c4d0ff;
}

#drop_area_input_box {
    width: 100%;
}

#logs_input_box {
    width: 75%;
}

#ElementCategoriesListTable > tbody > tr:hover {
    cursor: pointer;
}

#ElementCategoriesListTable > tbody > tr:hover > td {
    background-color: #c4d0ff;
}

#items_list_input_box, #enabled_tiles_component_input_box, #enabled_homepages_input_box,
#enabled_components_input_box, #enabled_tiles_input_box {
    width: 100%;
}


.theme-preview {
    width: 30px;
    height: 30px;
    border: 1px solid black;
    margin: auto;
}

#localized_media_input_box {
    min-width: 500px;
}

.tooltipParent {
    position: relative;
    display: inline-block;
}

.tooltipParent .tooltipChildText {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}

.tooltipParent .tooltipChildText::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltipParent:hover .tooltipChildText {
    visibility: visible;
}

.modal-title {
    font-size: 18px;
}

#existingMediaPopup {
    z-index: 20000 !important;
}

#lightbox {
    z-index: 222222;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar:vertical {
    width: 11px;
}

::-webkit-scrollbar:horizontal {
    height: 11px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #b8b8b8;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #848484;
}

::-webkit-scrollbar-thumb:hover {
    background: #757575;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #a2a2a2;
}

#ui-datepicker-div {
    z-index: 11001 !important;
}

.actionComponentLabel:hover {
    cursor: pointer;
}

.client-device-status {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.userBtnInactive {
    opacity: 0.4;
}

.roundedWhiteBackground {
    background-color: white;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.analytics-table-header {
    background-color: #f8f8f8;
    color: #898989;
}

.analytics-table {
    display: inline-table;
}

.analytics-table > thead > tr {
    border: 1px solid #ececec;
}

.analytics-table > thead td {
    padding: 4px 5px !important;
    font-size: 0.9em;
}

.analytics-table td {
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 0;
    border-top: 0 !important;
}

.analytics-table > tbody td {
    line-height: 1 !important;
}

.analytics-table > tbody > tr {
    border: 0;
}

.analytics-table > tbody {
    border-bottom: 1px solid #ececec;
    font-size: 0.9em;
}

.floatWrapper {
    max-height: 200px;
    overflow-y: auto;
}

.analytics-number-cell {
    text-align: right;
}

.analytics-entry-div {
    margin-left: 2%;
    width: 850px;
}

.analytics-entry-export-btn {
    float: right;
    margin-bottom: 10px;
}

.mass-delete-column {
    max-width: 40px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#news_type_field_box {
    display: none;
}

.select2-results__option {
    word-break: break-word;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    word-break: break-word;
}

.btn-expand-collapse {
    cursor: pointer;
    top: 3px;
    left: 8px;
    font-size: 18px;
}

#external-events {
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    height: 70%;
    min-height: 450px;
    overflow-y: auto;
}

#external-events .fc-event {
    margin: 1em 0;
    cursor: move;
}

.fc-dayGridMonth-view .fc-week:hover {
    background-color: rgba(0, 151, 255, 0.28);
}

.fc-dayGridMonth-view .fc-event-container {
    display: none;
}

#canopia_playlist_variable_value_tab_input_box {
    width: 100%;
}

.treeview span.icon {
    margin-right: 10px !important;
}

/*#existingMediaPopup .modal-content {*/
/*    background-color: #e6e6e6;*/
/*}*/

/*#existingMediaPopup .modal-body {*/
/*    background-color: white;*/
/*}*/

/*#existingMediaPopup .searchDiv {*/
/*    background-color: white;*/
/*    padding-bottom: 20px;*/
/*    padding-right: 5px;*/
/*    margin: 10px -15px -17px;*/
/*}*/

/*#existingMediaPopup .searchDivWithTabs {*/
/*    background-color: white;*/
/*    padding-right: 5px;*/
/*    margin: 50px -15px -17px;*/
/*}*/

.playlist-tabPopup {
    color: black;
    padding: 15px 30px;
}

.media-checkbox-div {
    position: absolute;
    margin-left: -16px;
    margin-top: -16px;
    cursor: pointer;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.offlineConfigTable > tbody > tr > td {
    padding: 5px;
}

.offlineConfigTable {
    margin-left: 32px;
}

.black-separator {
    width: 100%;
    height: 1px;
    background-color: black;
}

.offlineGalleryTable > tbody > tr > td:first-child {
    padding-left: 32px;
}

.offlineGalleryTable > tbody > tr > td {
    padding: 5px;
}

.tooltip.top {
    background-color: unset !important;
    border: unset !important;
}


.automatichp-edit-group-title {
    font-weight: bold;
    font-size: 18px;
    color: black;
    padding-left: 35px;
    white-space: nowrap;
}

.automatichp-edit-property-label {

}

.automatichp-property-row, .element-save-wrapper {
    padding-bottom: 10px;
    display: flex;
}

.automatichp-edit-property-text {
    padding-top: 10px;
    padding-left: 50px;
    font-weight: 600;
    font-size: 14px;
    color: grey;
}

.automatichp-edit-separator {
    margin-top: 11px;
    border-top: 1px solid #aaaaaa;
    height: 1px;
    margin-bottom: 9px;
    width: 100%;
    margin-left: 16px;
}

.automatichp-edit-element-content {
    padding-left: 0;
    padding-right: 15px;
}

.automatichp-element-content-background {
    background-color: #efefef;
    min-height: 100%;
}

#automatichp-edit-form .row {
    margin-right: unset;
}

.aotomatichp-textarea {
    width: 100%;
    min-height: 50px;
    max-height: 300px;
    resize: vertical;
    margin-bottom: -4px !important;
}

#licenseDateDiv > .ui-datepicker {
    margin-left: auto;
    margin-right: auto;
}

.media-delete-btn {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.automatichp-edit-property-label > span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.readonlyValue {
    padding: 10px;
}

#cli_app_secret_key_input_box, #field-cli_app_secret_key {
    font-family: firaCode, monospace;
}

.dashboardTableTitle {
    font-weight: bold;
    font-size: 32px;
}

.hiddenElement {
    display: none;
}

.templatedObjectIcon {
    font-size: 28px !important;
    margin-left: 12px;
    line-height: 40px;
    vertical-align: middle;
    color: black;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.ttf);
    src: local('Material Icons'),
    local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    color: black;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.font-group {
    margin-top: 5px;
    display: inline-block;
    padding: 4px 0 4px 4px;
}


.font-group:not(:first-child) {
    border-left: black solid 1px;
    padding-left: 10px;
}

.fontImageActive {
    filter: invert(46%) sepia(24%) saturate(4417%) hue-rotate(192deg) brightness(99%) contrast(103%);
}

.templatedObjectBoolean-active {
    color: #428bca;
}

.fontSettingsTable td, .fontSettingsTable tr {
    background-color: unset !important;
}

.font-group input {
    width: 50px !important;
    min-width: unset;
}

#dashBoardConfigTable td {
    padding: 10px;
}

.deviceUpdates-mismatch {
    background-color: rgba(255, 6, 6, 0.3) !important;
}

tr:hover .deviceUpdates-mismatch {
    background-color: rgba(255, 6, 6, 0.5) !important;
}

.deviceUpdates-match {
    background-color: rgba(17, 202, 17, 0.3) !important;
}

tr:hover .deviceUpdates-match {
    background-color: rgba(17, 202, 17, 0.5) !important;
}

.treeview span.icon {
    margin-right: 10px !important;
}

.tree-label-div {
    width: 100%
}

.list-group-item {
    display: flex !important;
}

.directoryControls {
    float: right;
    margin-left: 5px;
}

.multipla-gc-tab {
    color: black;
    padding: 15px 30px;
}

.multipla-gc-content {
    background-color: white;
    height: calc(100vh - 206px);
    overflow-y: auto;
}

.node-disabled {
    display: none !important;
}

.node-selected {
    background-color: #3788d8 !important;
    border-color: #3788d8 !important;
}

.supervisorTreeIndicator {
    color: red;
    margin-left: 2px;
    font-size: 20px;
}

.no-wraping{
    white-space: nowrap;
}

.product-options-wrapper{
    background-color: white;
    height: 65vh;
    overflow-y: auto;
}

.pow-add-btn{
    margin-bottom: 10px;
}

.dataTables_length, .dataTables_filter{
    width: unset !important;
}

.gc-additional-controls{
    float: left;
    margin-top: 2px;
}

.allergenImage{
    filter: invert(36%) sepia(95%) saturate(215%) hue-rotate(351deg) brightness(96%) contrast(92%);
}

.demo-card__title {
    margin: 0;
    padding-top: 5px;
    text-align: left;
    font-size: 1.0em !important;
    color: #0D0E4B !important;
    word-wrap: break-word;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.demo-card__primary {
    height: 70px;
}
.mdc-card .tooltip-inner {
    min-width: 160px;
    word-break: break-word;
}


.directory-modal-selectize .selectize-dropdown {
    position: fixed;
    top: unset !important;
    left: unset !important;
}

.allowed-group .item {
    background-color: #bfffbf !important;
}

.disallowed-group .item {
    background-color: #ff6464 !important;
}

.directoryLocked {
    color: red;
    margin-left: 7px;
}

.directoryLockedTag {
    display: none;
    color: white;
    padding: 4px 12px 6px;
    border-radius: 7px;
    position: fixed;
    z-index: 10;
    margin-top: -6px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: initial;
}

.directoryLockedTag-allowed {
    background-color: #48ec48;
}

.directoryLockedTag-disallowed {
    background-color: #f64848;
}

.directoryLocked:hover .directoryLockedTag {
    display: inline;
}

.media-folder-icon-div {
    position: absolute;
    margin-left: 170px;
    margin-top: 5px;
    color: #0D93DC;
    font-size: 18px;
}

.media-folder-icon-div > img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    right: -30px;
}

.media-folder-icon {
    position: absolute;
    top: 1px;
    right: -22px;
}

#mediaDirectoryTree, #mediaCardContainerParentDiv, #mediaDirectoryTreePlaylist {
    background-color: white;
    overflow-y: auto;
    height: calc(100vh - 226px);
}

#existingMediaPopup #mediaDirectoryTreeWrapper, #existingMediaPopup #mediaCardContainerParentDiv {
    background-color: white;
    overflow-y: auto;
    height: 89%;
}

#mediaCardContainerParentDiv {
    margin-top: 15px;
}

@media (min-height: 600px) {
    #scene_playlist_tree_div, #scene_playlist_table_div {
        height: 54%;
    }

    #canopiaScenePlaylistsTree {
        height: 88%
    }

    #canopiaScenePlaylistsTableDiv {
        height: 88%
    }

    #canopiaPlaylistContainerHoldingDiv {
        height: 89%;
    }

    #playlistTreeDiv {
        height: 90%;
    }

    #playlistTreeParentDiv {
        height: 76%;
    }

    #clientPlaylistsTree {
        height: 72%;
    }

    #playlistsTableDiv, #playlistsMediaDiv, #playlistsSharedMediaDiv, #playlistContainerDiv {
        height: 71.5%;
    }

    .sceneZoneTableDiv {
        max-height: 85%;
    }


    #variableValuesTree, #variableContentTree {
        max-height: 84vh;
    }
}

@media (min-height: 700px) {
    #scene_playlist_tree_div, #scene_playlist_table_div {
        height: 60%;
    }

    #canopiaScenePlaylistsTree {
        height: 90%
    }

    #canopiaScenePlaylistsTableDiv {
        height: 90%
    }

    #canopiaPlaylistContainerHoldingDiv {
        height: 91%;
    }

    #playlistTreeDiv {
        height: 92%;
    }

    #playlistTreeParentDiv {
        height: 80%;
    }

    #clientPlaylistsTree {
        height: 76.5%;
    }

    #existingMediaPopup #mediaDirectoryTreeWrapper, #existingMediaPopup #mediaCardContainerParentDiv {
        height: 96%;
    }

    #playlistsTableDiv, #playlistsMediaDiv, #playlistsSharedMediaDiv, #playlistContainerDiv {
        height: 75.5%;
    }

    .sceneZoneTableDiv {
        max-height: 89%;
    }

    #variableValuesTree, #variableContentTree {
        max-height: 87vh;
    }
}

@media (min-height: 800px) {
    #scene_playlist_tree_div, #scene_playlist_table_div {
        height: 65%;
    }

    #canopiaScenePlaylistsTree {
        height: 92%
    }

    #canopiaScenePlaylistsTableDiv {
        height: 92%
    }

    #canopiaPlaylistContainerHoldingDiv {
        height: 93%;
    }

    #playlistTreeDiv {
        height: 94%;
    }

    #playlistTreeParentDiv {
        height: 84%;
    }

    #clientPlaylistsTree {
        height: 80%;
    }

    #existingMediaPopup #mediaDirectoryTreeWrapper, #existingMediaPopup #mediaCardContainerParentDiv {
        height: 97%;
    }

    #playlistsTableDiv, #playlistsMediaDiv, #playlistsSharedMediaDiv, #playlistContainerDiv {
        height: 79.5%;
    }

    .sceneZoneTableDiv {
        max-height: 92%;
    }

    #variableValuesTree, #variableContentTree {
        max-height: 88vh;
    }
}

@media (min-height: 1000px) {
    #scene_playlist_tree_div, #scene_playlist_table_div {
        height: 70%;
    }

    #canopiaScenePlaylistsTree {
        height: 93%
    }

    #canopiaScenePlaylistsTableDiv {
        height: 93%
    }

    #canopiaPlaylistContainerHoldingDiv {
        height: 94%;
    }

    #playlistTreeDiv {
        height: 95%;
    }

    #playlistTreeParentDiv {
        height: 88%;
    }

    #clientPlaylistsTree {
        height: 83.5%;
    }

    #existingMediaPopup #mediaDirectoryTreeWrapper, #existingMediaPopup #mediaCardContainerParentDiv {
        height: 97%;
    }

    #playlistsTableDiv, #playlistsMediaDiv, #playlistsSharedMediaDiv, #playlistContainerDiv {
        height: 83.5%;
    }

    .sceneZoneTableDiv {
        max-height: 93%;
    }

    #calendarEventsNewsDiv, #calendarEventsNewsMessagesDiv {
        max-height: 28%;
    }

    #variableValuesTree, #variableContentTree {
        max-height: 90vh;
    }
}

.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ui-button-icon-primary {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}

.list-group-item.node-playlistTreeDiv {
    padding-left: 5px;
    padding-right: 5px;
}

.playlist-tab {
    color: black;
    padding: 15px 30px;
}

.playlist-content {
    background-color: white;

}

#existingMediaPopup .modal-content {
    background-color: #e6e6e6;
}

#existingMediaPopup .modal-body {
    background-color: white;
}

#existingMediaPopup .searchDiv {
    background-color: white;
    padding-bottom: 20px;
    padding-right: 5px;
    margin: 10px -15px -17px;
}

#existingMediaPopup .searchDivWithTabs {
    background-color: white;
    padding-bottom: 20px;
    padding-right: 5px;
    margin: 50px -15px -17px;
}

.playlist-tabPopup {
    color: black;
    padding: 15px 30px;
}

.media-checkbox-div {
    position: absolute;
    margin-left: -16px;
    margin-top: -16px;
    cursor: pointer;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.offlineConfigTable > tbody > tr > td {
    padding: 5px;
}

.offlineConfigTable {
    margin-left: 32px;
}

.black-separator {
    width: 100%;
    height: 1px;
    background-color: black;
}

#select2-messageTemplateSelect-results li:hover {
    cursor: pointer;
    opacity: 0.6;
}

.card__primary {
    height: 70px;
}


.demo-card__title {
    margin: 0;
    padding-top: 5px;
    text-align: left;
    font-size: 1.0em !important;
    color: #0D0E4B !important;
    word-wrap: break-word;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.demo-card__primary {
    height: 80px;
}

.media-card-subtitle {
    font-style: italic;
}

#select2-leftMenuClientDropdown-results {
    max-height: 350px;
    overflow-y: auto;
}

.slide_preview-column {
    max-width: 250px;
    text-align: center;
}

.media_cell {
    width: 150px;
    vertical-align: middle;
    text-align: center;
}

.slide-template-row:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.slide-template-row {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.slide-template-row > td {
    vertical-align: middle !important;
}


@keyframes inAndOutAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes inAndOutAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes inAndOutAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes inAndOutAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#slide-scroll-indicator {
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding-top: 16px;
    font-size: 30px;

    -webkit-animation: inAndOutAnimation 1s infinite;
    -moz-animation: inAndOutAnimation 1s infinite;
    -o-animation: inAndOutAnimation 1s infinite;
    animation: inAndOutAnimation 1s infinite;
}

#slide-scroll-indicator-div {
    position: absolute;
    bottom: 25px;
    right: 35px;
}

.slide-template-search input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    width: 60%;
}

.directory-modal-selectize .selectize-dropdown {
    position: fixed;
    top: unset !important;
    left: unset !important;
}

.allowed-group .item {
    background-color: #bfffbf !important;
}

.disallowed-group .item {
    background-color: #ff6464 !important;
}

.directoryLocked {
    color: red;
    margin-left: 7px;
}

.directoryLockedTag {
    display: none;
    color: white;
    padding: 4px 12px 6px;
    border-radius: 7px;
    position: fixed;
    z-index: 10;
    margin-top: -6px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: initial;
}

.directoryLockedTag-allowed {
    background-color: #48ec48;
}

.directoryLockedTag-disallowed {
    background-color: #f64848;
}

.directoryLocked:hover .directoryLockedTag {
    display: inline;
}

.media-folder-icon-div {
    position: absolute;
    margin-left: 170px;
    margin-top: 5px;
    color: #0D93DC;
    font-size: 18px;
}

.media-folder-icon-div > img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    right: -30px;
}

.media-folder-icon {
    position: absolute;
    top: 1px;
    right: -22px;
}

.mdc-card .tooltip-inner {
    min-width: 160px;
    word-break: break-word;
}

.slide-edit-group-title {
    font-weight: bold;
    font-size: 18px;
    color: grey;
    padding-left: 50px;
}

.slide-edit-property-text {
    padding-top: 10px;
    padding-left: 50px;
    font-weight: 600;
    font-size: 14px;
    color: grey;
}

.slide-edit-separator {
    margin-top: 11px;
    border-top: 1px solid #aaaaaa;
    height: 1px;
    margin-bottom: 9px;
}

.slide-edit-element-content {
    padding-left: 0;
    padding-right: 15px;
}

.slide-element-content-background {
    background-color: #efefef;
}

#slide-edit-form .row {
    margin-right: unset;
}


#InformationPopup {
    z-index: 99999;
}

.tree-label-div {
    width: 100%
}

.list-group-item {
    display: flex !important;
}

.directoryControls {
    float: right;
    margin-left: 5px;
}

#licenseDateDiv > .ui-datepicker {
    margin-left: auto;
    margin-right: auto;
}


.fc-event-scene_group {
    background-color: #2C3E50 !important;
    border-color: #2C3E50 !important;
    color: grey !important;
}

.fc-event-default {
    background-color: #3788d8 !important;
    border-color: #3788d8 !important;
}

.fc-event-container a {
    color: #909090;
}

.modalWithHeaderTabs .modal-content {
    background-color: #e6e6e6;
}

.modalWithHeaderTabs .modal-header {
    padding-bottom: 0;
    border-bottom: unset;
}

.modalWithHeaderTabs .modal-body {
    background-color: white;
}

.schedulePopupTabBody {
    background-color: white;
}

.schedulePopupTab {
    padding: 10px 20px 15px;
    cursor: pointer;
}

.schedulePopupTab.active {
    background-color: white;
}

#schedulePopupTabsContainer {
    display: flex;
    width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}

#dragIndicator {
    position: absolute;
    background-color: #808080d9;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
}

#dragIndicator span {
    font-weight: bold;
    color: white;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal-dialog {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.node-selected {
    background-color: #3788d8 !important;
    border-color: #3788d8 !important;
}

#canopiaScenePlaylistsTree .node-selected {
    background-color: unset !important;
    border-color: unset !important;
}

#canopiaScenePlaylistsTree .node-selected:hover {
    background-color: #F5F5F5 !important;
}

.drag_over {
    background-color: #43AA3D !important;
}

.containerDisplayItemTable {
    width: 100%;
}

.containerDisplayItemTable td {
    background-color: transparent;
    text-align: center;
}

.containerDisplayItemTable tr {
    background-color: transparent !important;
}

.display-item-row:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.display-item-row {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.display-item-row > td {
    vertical-align: middle !important;
}

.display-item-row-parent {
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.display-item-row-parent td {
    border-top: unset !important;;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
    font-weight: bold;
    font-size: 20px;
}

#unityPreviewCenteredContainer {
    width: 100%;
    height: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center
}

#cli_app_secret_key_input_box, #field-cli_app_secret_key {
    font-family: firaCode, monospace;
}

.unstyled-button {
    border: none;
    padding: 0;
    background: none;
}

.mediaAsListElement {
    display: none;
}

.templatedObjectIcon{
    font-size: 28px !important;
    margin-left: 12px;
    line-height: 40px;
    vertical-align: middle;
    color: black;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.ttf);
    src: local('Material Icons'),
    local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    color: black;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.font-group{
    margin-top: 5px;
    display: inline-block;
    padding: 4px 0 4px 4px;
}


.font-group:not(:first-child){
    border-left: black solid 1px;
    padding-left: 10px;
}

.fontImageActive {
    filter: invert(46%) sepia(24%) saturate(4417%) hue-rotate(192deg) brightness(99%) contrast(103%);
}

.templatedObjectBoolean-active{
    color: #428bca;
}

.fontSettingsTable td, .fontSettingsTable tr{
    background-color: unset !important;
}

.font-group input{
    width: 50px !important;
    min-width: unset;
}

#dashBoardConfigTable td{
    padding: 10px;
}

.mediaLibraryDataObjectSearchHeader {
}

.headerElementsHoldingDiv {
    display: flex;
}

.mediaLibraryDataObjectSearchInput {
    width: 120px;
    float: right;
    color: black;
    margin-left: auto;
}

.sortingIcon {
    cursor: pointer;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.lightboxOverlay{
    z-index: 99999 !important;
}

.no-wraping{
    white-space: nowrap;
}

#existingMediaPopup #mediaDirectoryTree{
    overflow-y: unset !important;
    height: unset !important;
}