<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*table {
    width: 100%;
}

#main table {
    border: 1px solid black;
}

#main table th {
    //border-bottom: 1px solid black;
    color: #0B610B;
}

table th {
    background-color: #F2F2F2;
    color: black;
}

table th, table td {
    padding: 5px;
}*/

.simple_table thead {
    font-weight: bold;
}

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

.site_logo {
    height: 22px;
    padding: 0;
    margin-top: 6px;
    background-color: white;
    border-radius: 4px;
}

#create_update_div {
    margin: 10px;
}

#create_update_div table {
    width: 100%;
    min-height: 20px;
}

/* For effects / transitions */
.toggler { width: 500px; height: 200px; position: relative; }
#button { padding: .5em 1em; text-decoration: none; }
#effect { width: 240px; height: 135px; padding: 0.4em; position: relative; }
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
.ui-effects-transfer { border: 2px dotted gray; }

form {
	margin: 10px;
	display: inline-block;
}

.info_message {
    background-color: #ffffe6;
    color: #006600;
    font-size: 1.1em;
}

.error_message {
    background-color: #ffffe6; // #F2F5A9;
    color: #ff1a1a;
    margin-left: 5px;
    font-size: 1.1em;
}

.radio .ui-state-default {
    color: #D8D8D8;
    border: 1px solid #d4ccb0;
    background: #fafaf4 url("/static/js/jquery-ui/images/ui-bg_highlight-hard_100_fafaf4_1x100.png") 50% 50% repeat-x;
}

.radio .ui-state-active {
    color: #558e08;
    background: #F0ECA5; /* #F5F6CE; */
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
}

.custom-combobox-toggle .ui-button-icon-primary .ui-icon ui-icon-triangle-1-s {
    position: absolute;
    height: 44px;
    top: 0px;
}

.cost_positive {
    color: #156020;
}

.cost_negative {
    color: #ad1111;
}

.cost_zero {
    color: grey;
}

.day_vs_night {

    border: 0;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    background-image: url("/static/images/day_vs_night.png");
}

.day_and_night {
    background-position: -0px -23px;
    background-size: 68px;
}

.day_only {
    background-position: 78px -4px;
    background-size: 80px;

}

.night_only {
    background-position: -29px -4px;
    background-size: 80px;
}

/ * Favorite */
.is_favorite_off &gt; span:before {
    width: 1.1em;
    content: '';
    color: black;
    position: absolute;
}

.is_favorite_on &gt; span:before {
    width: 1.1em;
    content: "\2605";
    color: #F0D351;
    position: absolute;
}

/* My Arrows */
.left_arrow {
    background-image: url('/static/images/arrows.png');
    background-position: 22px -4px;
    background-size: 40px;
    background-color: transparent;
    border: 0;
    height: 24px;
    width: 24px;
}

.right_arrow {
    background-color: transparent;
    background-image: url('/static/images/arrows.png');
    background-position: 2px -4px;
    background-size: 40px;
    border: 0;
    height: 24px;
    width: 24px;
    outline: none;
}â€‹

.right_arrow:active {
    outline: none;
}

.left_arrow:active {
    outline: none;
}

/* For select menus */
.select {
    display: inline-block;
    height: 100%;
    width: 180px;
    padding: 0;
    margin: 5px;
}

.select .ui-button {
    background: #000;
}


.select .ui-state-default {
    color: #558e08;
    border: 1px solid #d4ccb0;
    background: #fafaf4 url("/static/js/jquery-ui/images/ui-bg_highlight-hard_100_fafaf4_1x100.png") 50% 50% repeat-x;
    vertical-align: middle;
}

.select .ui-state-default .ui-icon {
	color: #fafaf4;
	height: 16px;
	vertical-align: center;
	top: 8px;
	background: #fafaf4 url("/static/js/jquery-ui/images/ui-icons_8DC262_256x240.png"); /* gray icons: ui-icons_847e71_256x240.png*/
	background-position: -64px -13px; /*-62px -189px; circle-triangle*/
}

.select .ui-state-default .ui-selectmenu-text {
	text-align: center;
	margin: 0;
	padding: 0;
	verticle-align:middle;
}

.ui-icon-gear {
    background-position: -193px -113px;
}

input {
	margin: 0 5px 0 5px;
}

.start_end_ts {
	verticle-align: middle;
	margin: 10px 0 5px 0;
}

label {
	margin: 0px;
	verticle-align: middle;
}

.label_left {
	margin: 10px 0 5px 0;
}

.row_base {
    text-align: left;
}
.row_F {
    color: #624605;
}
.row_T {
    color: #2E2E2E;
}
.row_R {
    color: #5B44B0;
}
.row_home {
    color: #045FB4;
}
.row_closed {
    color: #999FAB;
}

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

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #B8D4EC;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin-top: -34px;
    margin-left: -40px;

    font-style: italic;
    font-size: 0.8em;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.select {
    width: 170px;
    margin: 5px;
}

.select_mode_button {
    padding: 4px;
    margin-right: 5px;
    vertical-align: center;
}

.cal_past_days a {
    background: #E6E6E6 !Important;
    font-weight: normal !Important;
}

.cal_day_low a {
    color: #81BEF7 !Important;
}

.cal_day_good a {
    color: #0B610B !Important;
}

.cal_day_warn a {
    color: #FF8000 !Important;
}

.cal_day_selected a {
    background: Blue !Important;
}

.cal_day_high a {
   background-image :none !important;
   color: #B40404 !important;
}

.cal_day_none a {
    color: #3A1E0A !Important;
}

.sidebar_icon {
    margin: 5px;
    border: 1px solid #fff;
}

/* statuses */
.status_open {
    color: green;
}

.status_closed {
    color: gray;
}

.status_progress {
    color: orange;
}

.status_pastdue {
    color: red;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}</pre></body></html>