/*
1. GENERAL
    1.1 General styles
    1.2 Tables
    1.3 Helpers, hacks, resets
    1.4 Icons
    1.5 Helpdesk
    1.6 Dashboard
    1.7 Links
    1.8 Links summary
    1.9 Notification settings menu
    1.10 Devices tree view
    1.11 POPs
    1.12 Client overview
    1.13 Maps settings
    1.14 Internet list
    1.15 Tariff Coverage
    1.16 FullCalendar premium
    1.17 Network Logic Schema
    1.18 Users Scheduling Select

2. TAILWIND
*/

/*     __ __    __ _  _
     /__|_ |\||_ |_)|_||
1.  \_||__| ||__| \| ||__ */

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.1 GENERAL STYLES
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
    font-weight: 700;
}

@font-face { font-family: 'Poppins'; 	src: url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'), 	url('../fonts/Poppins/Poppins-Light.woff') format('woff'); 	font-weight: 300; font-style: normal;}
@font-face { font-family: 'Poppins';	src: url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Regular.woff') format('woff'); font-weight: 400; font-style: normal;}
@font-face { font-family: 'Poppins';	src: url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),	url('../fonts/Poppins/Poppins-Medium.woff') format('woff');	font-weight: 500; font-style: normal;}
@font-face { font-family: 'Poppins';    src: url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff');	font-weight: 600; font-style: normal;}
@font-face { font-family: 'Poppins';	src: url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),	url('../fonts/Poppins/Poppins-Bold.woff') format('woff');font-weight: bold; font-style: normal;}

body {
    font-family: "Open Sans";
    background-color: #fcfcfc;
    line-height: normal;
    min-width: 1400px;
}

body.body-tw {
    min-width: unset;
}

.main-content {
    width: 100vw;
    max-width: 100%;
}

.wrapper-tw {
    height: calc(100vh - 3.5rem);
}

.wrapper-tw {
    height: calc(100dvh - 3.5rem);
}

.main-content-tw-cc, .main-content-tw:has(.tw-rewritten) {
    width: 100%;
}

.main-content-tw:has(.tw-rewritten-reset) {
    width: 100%;
}

@media (min-width: 1024px) {
    .main-content-tw {
        margin-left: 0.5rem;
    }

    .main-content-tw-cc, .main-content-tw:has(.tw-rewritten) {
        margin: auto;
        width: auto;
    }
}

body, .input-group-text, .pagination-sm .page-link, .btn-group-sm > .btn, .btn-sm,
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text,
.form-control-sm, .custom-select-sm, .popover {
    font-size: 0.75rem;
    letter-spacing: 0.1px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

h2, .h2 {
    font-size: 1.4rem;
}

h3, .h3 {
    font-size: 1.2rem;
}

h4, .h4 {
    font-size: 1.1rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: .8rem;
}

a {
    color: #3c5e8d;
    font-weight: 700;
}

a:hover {
    color: #00c6ba;
    text-decoration: none;
}

a.fas:hover, a.far:hover, a.fal:hover, a.fab:hover {
    text-decoration: none;
}

a.text-inherit {
    color: inherit;
}

ul {
    list-style:none;
    padding: 0;
}

p {
    margin-bottom: .5rem;
}

a.disabled {
    color: gray;
    pointer-events: none;
}

input[type="checkbox"]:not([disabled]) {
    cursor: pointer;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.2 TABLES
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */
th {
    font-weight: 600;
}

.table-row-count {
    color: #999999 !important;
    font-size: 10px;
}

.bg-yellow-summary {
    background-color: #fffccc;
}

.bg-gray-light {
    background-color: #f0f0f0;
}

.table-actions-toggle {
    padding: 0rem .4rem !important;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.3 TABLE FILTERS
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */
.dateFilter:read-only {
    background: white;
}

.dateFilter:hover {
    cursor: pointer;
}
/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.4 HELPERS, HACKS, RESETS
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */
/* Happy checkbox */
.form-group.row .happy-checkbox {
    margin-right: .5rem;
}

.happy-margin-0 .happy-checkbox {
    margin-top: 0px !important;
}

.happy-reset-top .happy-checkbox {
    top: unset;
}

.happy-checkbox[data-name='clientTransfer[actionGenrateNewClientPassword]'] {
    margin-right: 12px;
}

/* General hacks */
.label-mb-reset label {
    margin-bottom: 0;
}

.label-mb-1 label {
    margin-bottom: .25rem;
}

.icon-align-hack {
    position: relative;
    top: 2px;
}

.icon-align-negative-hack {
    position: relative;
    top: -2px;
}

.pdf-icon-white-background {
    padding-top: 2px;
    background: white;
    border-radius: 15%;
}

.btn-sm i[class^="icon"] {
    position: relative;
    top: 2px;
}

.radio-empty .form-check-input {
    bottom:3px;
}

.grido-filter-chzn-minwidth .chosen-container {
    min-width: 150px;
}

.input-remove-arrows {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.5 ICONS
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */
[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: FontAwesome;
}

.icon-pdf {
    display: inline-block;
    vertical-align: top;
    min-width: 16px;
    min-height: 16px;
    background-image: url('../images/icons/svg/pdf.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-pdf-dis {
    display: inline-block;
    vertical-align: top;
    min-width: 16px;
    min-height: 16px;
    background-image: url('../images/icons/svg/pdf-grey.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-csv {
    display: inline-block;
    vertical-align: top;
    min-width: 16px;
    min-height: 16px;
    background-image: url('../images/icons/svg/csv.svg');
    background-repeat: no-repeat;
    background-size: contain;
}


.icon-dashboard::before { content: url('../images/icons/icon-dashboard.png'); }
.icon-email3::before { content: url('../images/icons/icon-email3.png'); }
.icon-push::before { content: url('../images/icons/icon-push.png'); }
.icon-sms::before { content: url('../images/icons/icon-sms.png'); }
.icon-wiki::before { content: url('../images/icons/icon-wiki.png'); }
.icon-map::before { content: url('../images/icons/icon-map.svg'); }
.icon-map-dis::before { content: url('../images/icons/icon-map.svg'); filter: grayscale(1); }
.icon-nat::before { content: url('../images/icons/icon-nat.png'); }
.icon-graph::before { content: url('../images/icons/icon-graph.png'); }
.icon-graph-disabled::before { content: url('../images/icons/icon-graph_disabled.png'); }
.icon-arrow-left:before { content: "\f060"; }
.icon-arrow-right:before { content: "\f061"; }

/* File icons */
.icon-docx::before { content: url('../images/icons/icon-docx.png'); }
.icon-doc::before { content: url('../images/icons/icon-doc.png'); }
.icon-rtf::before { content: url('../images/icons/icon-rtf.png'); }
.icon-csv-dis::before { content: url('../images/icons/icon-csv_dis.png'); }
.icon-xml::before { content: url('../images/icons/icon-xml.png'); }
.icon-xml-dis::before { content: url('../images/icons/icon-xml_dis.png'); }

/* Export icons */
.icon-abo::before { content: url('../images/icons/icon-abo.png'); }
.icon-abra-g2::before { content: url('../images/icons/icon-abra-g2.png'); }
.icon-abra-g2-dis::before { content: url('../images/icons/icon-abra-g2_dis.png'); }
.icon-abra-g3::before { content: url('../images/icons/icon-abra-g3.png'); }
.icon-abra-g3-dis::before { content: url('../images/icons/icon-abra-g3_dis.png'); }
.icon-cloud::before { content:"\f0c2"; }
.icon-ekonom::before { content: url('../images/icons/icon-ekonom.png'); }
.icon-ekonom-dis::before { content: url('../images/icons/icon-ekonom_dis.png'); }
.icon-hu-rlb::before { content: url('../images/icons/icon-hu_rlb.png'); }
.icon-hu-rlb-dis::before { content: url('../images/icons/icon-hu_rlb_dis.png'); }
.icon-inkaso::before { content: url('../images/icons/icon-inkaso.png'); }
.icon-inkaso-dis::before { content: url('../images/icons/icon-inkaso_dis.png'); }
.icon-it-danea::before { content: url('../images/icons/icon-it_danea.png'); }
.icon-it-danea-dis::before { content: url('../images/icons/icon-it_danea_dis.png'); }
.icon-kastner::before { content: url('../images/icons/icon-es_stereo.png'); }
.icon-kastner-dis::before { content: url('../images/icons/icon-es_stereo_dis.png'); }
.icon-kros::before { content: url('../images/icons/icon-kros.jpg'); }
.icon-kros-dis::before { content: url('../images/icons/icon-kros_dis.jpg'); }
.icon-melzer::before { content: url('../images/icons/icon-melzer.png'); }
.icon-melzer-dis::before { content: url('../images/icons/icon-melzer_dis.png'); }
.icon-mk::before { content: url('../images/icons/icon-mk.png'); }
.icon-mk-dis::before { content: url('../images/icons/icon-mk_dis.png'); }
.icon-moneys3::before { content: url('../images/icons/icon-moneys3.png'); }
.icon-moneys3-dis::before { content: url('../images/icons/icon-moneys3_dis.png'); }
.icon-moneys5::before { content: url('../images/icons/icon-moneys5.png'); }
.icon-moneys5-dis::before { content: url('../images/icons/icon-moneys5_dis.png'); }
.icon-mrp-dos::before { content: url('../images/icons/icon-mrp-dos.png'); }
.icon-mrp-dos-dis::before { content: url('../images/icons/icon-mrp-dos_dis.png'); }
.icon-mrp-win::before { content: url('../images/icons/icon-mrp-win.png'); }
.icon-mrp-win-dis::before { content: url('../images/icons/icon-mrp-win_dis.png'); }
.icon-pohoda::before { content: url('../images/icons/icon-pohoda.png'); }
.icon-pohoda-dis::before { content: url('../images/icons/icon-pohoda_dis.png'); }
.icon-sepa::before { content: url('../images/icons/icon-sepa.png'); }
.icon-sepa-dis::before { content: url('../images/icons/icon-sepa_dis.png'); }
.icon-sepa-aib::before { content: url('../images/icons/icon-sepa-aib.png'); }
.icon-sepa-bper-banca::before { content: url('../images/icons/icon-sepa-bper-banca.png'); }
.icon-sipo::before { content: url('../images/icons/icon-sipo.png'); }
.icon-sipo-dis::before { content: url('../images/icons/icon-sipo_dis.png'); }
.icon-stereo::before { content: url('../images/icons/icon-stereo.png'); }
.icon-stereo-dis::before { content: url('../images/icons/icon-stereo_dis.png'); }
.icon-symplex::before { content: url('../images/icons/icon-symplex.png'); }
.icon-symplex-dis::before { content: url('../images/icons/icon-symplex_dis.png'); }
.icon-ucto::before { content: url('../images/icons/icon-ucto.png'); }
.icon-ucto-dis::before { content: url('../images/icons/icon-ucto_dis.png'); }
.icon-daktela::before { content: url('../images/icons/daktela.png'); }

/* Billing periods icons */
.icon-billing-periods-0:before { width: 14px; height: 14px;  content:url('../images/icons/icon-billing-periods-0.svg'); }
.icon-billing-periods-1:before { width: 14px; height: 14px;  content:url('../images/icons/icon-billing-periods-1.svg'); }
.icon-billing-periods-2:before { width: 14px; height: 14px; content:url('../images/icons/icon-billing-periods-2.svg'); }
.icon-billing-periods-3:before { width: 14px; height: 14px;  content:url('../images/icons/icon-billing-periods-3.svg'); }
.icon-billing-periods-6:before { width: 14px; height: 14px;  content:url('../images/icons/icon-billing-periods-6.svg'); }
.icon-billing-periods-12:before { width: 14px; height: 14px;  content:url('../images/icons/icon-billing-periods-12.svg'); }
.icon-billing-periods-24:before { width: 14px; height: 14px;  content:url('../images/icons/icon-billing-periods-24.svg'); }
.icon-billing-periods-36:before { width: 14px; height: 14px;  content:url('../images/icons/icon-billing-periods-36.svg'); }

/* CATV icons */
.icon-door-visible:before { content:url('../images/icons/icon-door-visible.png'); }
.icon-door-hidden:before { content:url('../images/icons/icon-door-hidden.png'); }

/* Other HW icons */
.icon-nagiosoff_small:before { content:url('../images/icons/icon-nagiosoffSmall.png'); }
.icon-nagioson_small:before { content:url('../images/icons/icon-nagiosonSmall.png'); }
.icon-router-update { content:url('../images/icons/icon-router-update.png'); }
.icon-router-update-dis { content:url('../images/icons/icon-router-update_dis.png'); }
.icon-disconnect { content:url('../images/icons/icon-disconnect.png'); }
.icon-router-graph { content:url('../images/icons/icon-router-graph.png'); }
.icon-router-graph-dis { content:url('../images/icons/icon-router-graph_dis.png'); }
.icon-graph3 { content:url('../images/icons/icon-graph3.png'); }
.icon-graph4 { content:url('../images/icons/icon-graph4.png'); }
.icon-graph7 { content:url('../images/icons/icon-graph7.png'); }
.icon-graph7-dis { content:url('../images/icons/icon-graph7_disabled.png'); }

/* Billing icons */
.icon-money-accept { content:url('../images/icons/icon-money_accept.png'); }
.icon-money-amount { content:url('../images/icons/icon-money_amount.png'); }
.icon-money-back { content:url('../images/icons/icon-money_back.png'); }
.icon-continuous-invoice { content:url('../images/icons/icon-continuous-invoice.png'); }
.icon-create-invoice { content:url('../images/icons/icon-create-invoice.png'); }
.icon-invoice-delete { content:url('../images/icons/icon-invoice-delete.png'); }

.mirror-x { transform: scaleX(-1); }


/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.5 HELPDESK
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */
.text-black {
    color: #000000 !important;
}

.tickets-view-header {
    width: calc(100vw - 550px);
    max-width:100%;
}

.tickets-striped .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.helpdesk-widget-text-lg {
    font-size: 13px;
}

.helpdesk-dropdown {
    z-index: 10000;
}


/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.6 DASHBOARD
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */


.dash-frame {
    min-height: calc(100vh - 200px);
    width: 100vw;
    max-width:100%;
}

.dash-widget-height {
    min-height: 80px;
}

.dash-left-menu {
    background-color: #273951;
    min-height: calc(100vh - 200px);
    min-width: 150px;
    transition: all;
    transition-duration: 500ms;
}

.dash-mobile-menu {
    background-color: #223146;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    min-width: 55vw;
    height: 100vh;
}

.dash-mobile-menu-backdrop {
    background-color: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

.dash-menu-active {
    width: 10px;
    height: 2px;
}

.dash-menu-icon {
    min-width: 40px;
    font-size: 20px;
}

.dash-text-xs {
    font-size: 10px;
    padding-bottom: 1px;
}

.dash-text-sm {
    font-size: 11px;
}

.dash-timer {
    max-width: 150px;
}

.dash-widget-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash-widget-gray {
    color: gray;
}

.dash-widget-lightblue {
    background-color: #EDF1F6;
}

.dash-widget-task-ticket {
    background-color: #EDF1F6;
    min-height: 60px;
}

.dash-widget-tasks-date {
    min-width: 100px;
}

.dash-widget-dot {
    width: 3px;
    height: 3px;
    background-color: #909090;
    border-radius: 50px;
}

.dash-widget-dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none;
    background: #cdd1d5;
}

.dash-widget-dropdown-toggle:hover {
    background: #cdd1d5;
}

.dash-widget-dropdown-toggle::after {
    display: none;
}

.dash-scrollbar-container {
    position: relative;
    height: 100%;
}

.scrollbar-always-visible .ps__rail-x, .scrollbar-always-visible .ps__rail-y {
    opacity: 0.6;
}

.dash-text-light-gray {
    color: #ccc;
}

.dash-move-handler:hover, .client-move-handler:hover, .calendar-move-handler:hover {
    cursor: grab;
}

.dash-portal-notification {
    cursor: pointer;
}

.dash-anchor:target:before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.7 Links
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#devices-tree .nodes {
    fill: none;
}

#devices-tree .nodes text {
    fill: none;
}

#devices-tree rect {
    stroke: none;
    stroke-width: 0;
}

#devices-tree foreignObject {
    overflow: visible;
}

#devices-tree #devices-tree-canvas:fullscreen {
    background: #fff;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.8 Links summary (HARDWARE SUMMARY)
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#links-map-container {
    height: 100%;
    width: 100%;
}

#links-map-wrapper, #links-map, #links-map-overlay {
    height: 100%;
}

#links-map-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
}

#links-map-toasts {
    z-index: 100010;
    top: 0;
    right: 0;
}

#map-loader {
    -webkit-filter: drop-shadow( 3px 3px 5px rgba(0, 0, 0, .5));
    filter: drop-shadow( 3px 3px 5px rgba(0, 0, 0, .5));
}

#links-map-last-update, .leaflet-control-remember {
    padding: 0.5rem;
}

#links-map-last-update, .leaflet-control-legend, .leaflet-control-remember {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

#links-map .leaflet-marker-shadow,  #links-map .leaflet-custom-marker {
    background: none;
    border: 0;
}

#links-map .marker-importance {
    position: absolute;
    top: -20px;
    left: -18px;
    width: 60px !important;
}

#traffic-palette {
    background: rgb(147,27,246);
    background: linear-gradient(90deg, rgba(147,27,246,1) 0%, rgba(43,28,255,1) 14%, rgba(2,179,255,1) 30%, rgba(1,240,0,1) 48%, rgba(231,240,1,1) 67%, rgba(255,192,0,1) 83%, rgba(254,0,0,1) 100%);
    width: 100%;
    height: 25px;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.9 Notification settings menu
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

.notify-left-menu {
    background-color: #223146;
    height: calc(100vh - 200px);
    width: 220px;
    transition: all;
    transition-duration: 500ms;
}

.notify-text-sm {
    font-size: 9px;
    padding-bottom: 1px;
}

.notify-text-lg {
    font-size: 13px;
    padding-bottom: 1px;
}

.notify-menu-icon {
    min-width: 30px;
    font-size: 15px;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.10 Devices tree view
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */
.link-status-sm {
    width: 9px;
    height: 9px;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.11 POPs
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */


/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.12 Client overview
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#client-overview h1,
#client-overview h2,
#client-overview h3,
#client-overview h4,
#client-overview h5,
#client-overview h6,
#client-overview .h1,
#client-overview .h2,
#client-overview .h3,
#client-overview .h4,
#client-overview .h5,
#client-overview .h6 {
    font-family: "Open Sans", sans-serif;
}

#client-overview-balance h5 {
    font-size: 0.8rem;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.13 Maps settings
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#maps-config .table td {
    word-break: break-all;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.14 Internet list
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#internet-list-subservices {
    left: 1.25rem;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.15 Tariff Coverage
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#tariff-coverage-main {
    height: calc(100vh - 230px);
}

#tariff-coverage-main .form-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8998;
}

.react-color-swatch {
    padding: 5px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    display: inline-block;
    cursor: pointer;
}

.react-color-color {
    width: 36px;
    height: 14px;
    border-radius: 2px;
}

.react-color-popover {
    position: absolute;
    z-index: 2;
}

.react-color-cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.16 FullCalendar premium
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#react-scheduling-calendar {
    height: calc(100vh - 70px);
}

.scheduling_task-color {
    width: 16px;
    height: 16px;
    margin-right:6px;
    float:left;
    border: 1px solid #CCC;
    display: inline-block;
}

.fc-max-height {
    height: 35px !important;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.17 Network Logic Schema
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#schema-container {
    min-height: calc(100vh - 250px);
}

#schema-container.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

#schema-container div.tooltip {
    position: absolute;
    text-align: center;
    min-width: 110px;
    padding: 10px;
    font: 12px sans-serif;
    background: #1f1f1f;
    color: #fff;
    border: 0;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    display: none;
}

#schema-container div.tooltip.displayed {
    opacity: 0.9;
    display: initial;
}

#schema-container div.detail {
    position: absolute;
    text-align: center;
    min-width: 250px;
    max-width: 550px;
    padding: 10px;
    font: 12px sans-serif;
    background: #fff;
    color: #1f1f1f;
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    opacity: 0;
    display: none;
}

#schema-container div.detail.displayed {
    opacity: 1;
    display: initial;
}

#schema-container #schema-legend {
    position: absolute;
    right: 1rem;
    bottom: 0;
    background: #fff;
}

#schema-container #network-trace {
    position: absolute;
    right: 90px;
    top: 0;
    min-width: 350px;
}

#schema-container #filters-container {
    position: absolute;
    left: 1rem;
    top: 0;
    min-width: 350px;
}

#schema-container #network-trace, #schema-container #filters-container {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

#schema-container #network-trace.fullscreen {
    top: 1rem;
}

#schema-container #filters-container.fullscreen {
    top: 1rem;
}

#schema-container #control-buttons {
    position: absolute;
    right: 1rem;
    top: 0;
}

#schema-container #control-buttons.fullscreen {
    top: 1rem;
}

/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
1.18 Users Scheduling Select
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

#users-scheduling-select ul li:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
}



/* +-+-+-+-+-+-+ +-+-+-+-+-+-+-+
2.TAILWIND
Bootstrap reset
+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ */

.tw label {
    margin-bottom: 0;
}

