/* reset  */
*, *::before, *::after {
	box-sizing: border-box;	
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

html {
	color-scheme: dark light;
}

body {
	/*min-height: 100vh;*/
}

a { 
	text-decoration:none; 
	color:#a0a0a0; 
}

a:hover { 
	text-decoration:none; 
}

img, picture, svg, video {
	display: block;
	max-width: 100%;
}

#hideplaylists { 
	display:none; 
}

/* #hideme .form-group {
	margin-bottom: 0!important;
} */

/* css after reset */
:root {
	--fc-today-bg-color: rgba(0,59,72);
	--fc-event-bg-color: transparent;
	--fc-small-font-size: 0.75rem;
	--fc-page-bg-color: transparent;
	--fc-event-text-color: #000;
/* cycling level colors */
	--col-dt: darkturquoise;
	/* --col-sg: springgreen;
	--col-go: gold;
	--col-do: darkorange;
	--col-cr: crimson;
	--col-dr: darkred; 
	--col-pu: purple; */
}

/* COMMON */
html {
}

body {
	font-size: 15px;
	font-family: "Lato", "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
	background-color: #002B36;
	color: #ddd;
 	margin: 0;
	padding: 0;
	overflow: auto;
}

body::-webkit-scrollbar { // hide scrollbar without affecting scroll
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
}

.fa-fw {
	width: 2.5rem!important;
	background: transparent!important;
}

/* mobile hide icons */
.packing, .addused { display: none; } 	/* .sbicon,  */

/* FCal customization */
.fc-day, .fc-day-header {
	background: rgba(22,22,22, 0.75);
}

.fc td.fc-today {
	background: rgba(0,59,72);
	border-color: #ddd;
}

.fc-center, .fc-toolbar-title { /* general title for all calendars */
	color: #ddd;
	font-family: 'Anton';
	margin-bottom: -5px;
	text-shadow: 3px  3px 0 #000,
				-1px -1px 0 #000,  
				 1px -1px 0 #000,
				-1px  1px 0 #000,
				 1px  1px 0 #000;
}

.fc-toolbar-title { /* general title for all calendars */
	font-size: 1.5rem;		/*  !important */
}

.fc-content {
	cursor: pointer;
}

.fc .fc-timegrid-now-indicator-line { 
	border-width: 2px 0 0!important; 
}

/* end custom */

.leftovers { 
	color: rgb(197, 141, 192); 
}

.cooking { 
	color: rgb(98, 246, 164); 
}

.smalledit .material-icons-outlined,
.smalldel .material-icons-outlined {
	font-size: 16px!important;
	cursor: pointer;
}

.upnext {
	position: fixed;
	left: 20px;
	top: 20px;
	color: #fff;
	background: rgba(22,22,22, 0.85);
	padding: 10px;
	/*border-bottom: 1px solid #fff;*/
	border-radius: 5px;
	z-index:999;
	/* font-size:0.8em; */
	width: 400px;
	height: 70px;
	display: none;
	margin: 0;
}

.upnext_image {
	float: left;
}

#upnext_details {
	/*float: left;
	border: 1px solid white;*/
	width: 320px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.upnext_text {
	font-style:italic; 
	font-size:0.75em;
}

/* sidebar icon buttons - gaps allow for sidebar div inbetween */
/* .sbicon {
	position: fixed;
	right: 0;
	opacity: .9;
	mix-blend-mode: difference;
	font-size: 1rem;
} */

.material-icons-outlined { 
	font-size : 28px;
}

/* menu icons only */
/* div.sbicon:nth-of-type(1) {
	top: 0;
	z-index: 101;
}

div.sbicon:nth-of-type(2), div.sbicon:nth-of-type(3)  {
	top: 42px;
	z-index: 101;
}

div.sbicon:nth-of-type(4), div.sbicon:nth-of-type(5) {
	top: 84px;
	z-index: 101;
}

div.sbicon:nth-of-type(6), div.sbicon:nth-of-type(7) {
	top: 126px;
	z-index: 101;
}

div.sbicon:nth-of-type(8), div.sbicon:nth-of-type(9) {
	top: 168px;
	z-index: 101;
}

div.sbicon:nth-of-type(10) {
	top: 210px;
	z-index: 101;
}	
 */
.sbhead {
	font-weight: 700;
}

/* tooltip overrides */
/* .popper,
.tooltip {
	position: absolute;
	z-index: 9999;
	background: rgb(68, 72, 87);
	color: white;
	/width: 250px;/
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	padding: 3px;
	text-align: center;
	opacity: 1;
	font-size: 0.7em;
}

.tooltip-inner {
	background-color: transparent;
} */

.ctitle { 
	background: var(--destination-color); 
	padding: 3px; 
	border-radius: 4px; 
 	font-size: 1.3rem; 
	line-height: 2rem; 
}
.cside  {
	background: var(--destination-color); 
	padding: 3px; 
	border-radius: 4px; 
 	font-size: 1rem; 
	line-height: 1.3rem; 
}


/* bar navigation */
.sep {
	background: rgba(22,22,22, 0.75);
	padding: 10px;
	/*border-bottom: 1px solid #fff;*/
	border-radius: 5px;
	margin-bottom: 2px;
	z-index: 0;
	/*font-size: 1.1rem;*/
	box-sizing: content-box;
	height: 1.25rem;
	/* new from todo */
	width: 90%; 
	margin: auto;
	line-height: 20px;
	min-height: 1.25rem;
	margin-top: 2px;

}

.sep a {
	text-decoration:none;
	color: #fff;
	/*color:#fff;*/
}

.sep a:hover, .class-name>a:hover {
	text-decoration:none;
	color:#aaa;
}

.sep .o {
	/* overdue */
	color: red;
}

.sep strong {
	font-weight: 700;
}

.sep .event_link {
	height: 20px; 
	line-height: 20px;
}

.nt-link {
	text-decoration:none;
	color:#fff;
}

/* .sepgrid-a { 
	display: grid; 
	grid-template-columns: auto;
}
*/
 
.sepgrid-axx {
	display: grid; 
	grid-template-columns: auto 40px 40px;
}

/* .sepgrid-axxx {
	display: grid; 
	grid-template-columns: auto 40px 40px 40px;
} */

.sepgrid-xa { 
	display: grid; 
	grid-template-columns: 40px auto;
}

.sepgrid-xa a { 
	text-decoration:none;
	color:#fff;
}

.sepgrid-xax { 
	display: grid; 
	grid-template-columns: 30px auto 40px;
}

.sepgrid-xax a { 
	text-decoration:none;
	color:#fff;
}

/* .sepgrid-xaaction { 
	display: grid; 
	grid-template-columns: 30px auto 120px;
} */

/* .sepgrid-xaxx {
	display: grid; 
	grid-template-columns: 30px auto 100px 40px;
} */

/* .sepgrid-xaxxx { 
	display: grid; 
	grid-template-columns: 30px auto 40px 40px 40px;
}

.sepgrid-xaxxxxxx { 
	display: grid; 
	grid-template-columns: 30px auto 140px 40px 40px 40px 40px;
} */

/* .sepgrid-xaxxaction { 
	display: grid; 
	grid-template-columns: 30px auto 120px 70px 70px; 
} */

/* .sepgrid-xaxxaction a { 
	text-decoration:none;
	color:#fff;
} */

.sepgrid-xaxxxaction { 
	display: grid; 
	grid-template-columns: 40px auto 0 0 0;
	border: 1px solid transparent;
}

.sepgrid-xaaction { 
	display: grid; 
	grid-template-columns: 40px auto 0;
	border: 1px solid transparent;
}

.sepgrid-xaxxxaction .actionbar {
	/* todo actions */
	display: none;
	grid-template-columns: 40px 40px 40px;
}

.sepgrid-xaaction .actionbar {
	/* watch actions */
	display: none;
	grid-template-columns: 40px 40px;
}

.showactionbar {
	display: none;
}

.overlay {
	border: 1px solid #aaa;
}

.addseason::before {
    content: 'add';
}

/*#ui-datepicker-div { z-index: 1001!important; }*/

div[class^='sepgrid-'] .btn, div[class*=' sepgrid-'] .btn {
	color: #eee!important;
}

.btn {
	/*font-size: 15px;*/
	padding: 5px;
}

/* custom checkbox */
.todocheck, .todoradio, .transcheck {
	display: block;
	position: relative;
	padding: 0 35px 0 0 ;
	/* margin-bottom: 12px; */
	cursor: pointer;
	/*font-size: 15px;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.disp_pack_title { margin-left: 6px; }
#figpack .todocheck, #figpack .todoradio, #figpack .transcheck {
	padding: 0 35px;
}


.todoradio {
	padding-top: 8px;
	padding-left: 30px;
	
}

.todocheck input,
.todoradio input,
.transcheck input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
	height: 0;
	width: 0;
	
}

/* .fa-stack {
	line-height: 70px!important;
	font-size: 20px!important;
}

.fa-stack-2x {
	font-size: 70px!important;
}

.fa-stack-1x {
	font-size: 40px!important;
} */

.dot {
	border-radius: 50%;
	display: inline-block;
	left: 2px;
	position: relative;
	height: 26px; 
	width: 26px;
}

.checkmark {
	position: absolute;
	color: #000;
	top: -3px; 
	left: 3px; 
	height: 26px; 
	width: 26px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.todocheck input:checked ~ .checkmark:after,
.todoradio input:checked ~ .checkmark:after,
.transcheck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.todocheck .checkmark:after, .transcheck .checkmark:after {
	border: solid #1e0000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px; 
	top: 2px; 
	width: 10px; 
	height: 20px; 
}

/* Create a custom radio button */
.roundmark {
	position: absolute;
	background-color: #eee;
	border-radius: 50%;
	top: -3px; 
	left: 3px; 
	height: 26px; 
	width: 26px;
}

/* On mouse-over, add a grey background color */
.todoradio:hover input ~ .roundmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.todoradio input:checked ~ .roundmark {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.roundmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.todoradio input:checked ~ .roundmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.todoradio .roundmark:after {
	border-radius: 50%;
	background: white;
	left: 8px; 
	top: 2px; 
	width: 10px; 
	height: 20px;
}

.todocheck .disabled {
	opacity: 0.5;
}

/* .mobilenavbar {
	overflow: hidden;
	background-color: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 998;
	padding-top: 5px;
	height: 45px;
	display: block;
}

.mobilenavbar a,
.mobilenavbar .btn {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 0 16px;
	text-decoration: none;
}

.mobilenavbar .material-icons-outlined {
	font-size: 36px!important;
}

.mobilenavbar a:hover {
	background: ##0f0;
	color: #1e0000;
}

.mobilenavbar a.active {
	background-color: #04AA6D;
	color: white;
} */

.add-button {
	position: fixed;
	width: 80px;
	height: 80px;
	margin: auto;
	top: calc(var(--vh, 1vh)*100 - 85px);
	left: calc(var(--vw, 1vw)*100 - 85px);
	/* left: 270px; */
	z-index: 999;
	/* display: block; */
	font-size: 10px;
/* }

.addbig { */
	background-image: url(/git/img/mobile/green-add.png);
	background-repeat: no-repeat;
	aspect-ratio: 1;
	background-size: contain;
}

/* .showDesktop {
	display: none;
}
 */
/* .showMobile {
	display: block;
}
 */

.calicon {
	vertical-align: middle;
	font-size: 16px !important;
	font-family: "Material Icons Outlined";
}

/* file manger */
.folder, .vfolder, .cbkread, .cbkunread {
	vertical-align: bottom;
	font-size: 16px !important;
	font-family: "Material Icons Outlined";
}

.vfolder {
	color: red;
}

.folder::before,
.vfolder::before {
	content: 'folder';
}

.cbkread::before {
	content: 'check_box';
}

.cbkunread::before {
	content: 'check_box_outline_blank';
}

.header .form-control {
	margin: 0;
	line-height: 1;
	height: 1.8em;
	background-color: transparent;
	color: #bfcfcf;
	padding: 0.2rem 0.5rem;
}

.header .form-control:focus {
	margin: 0;
	line-height: 1;
	height: 1.8em;
	background-color: #495057;
	color: #bfcfcf;
	padding: 0.2rem 0.5rem;
}

.todaybut {
	margin-left: 0;
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #fff;
	border-radius: 0.25em;
	font-size: 0.9rem;
	font-weight: 400;
	padding: 0.4em 0.65em;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1rem;
}

.modalscroll::-webkit-scrollbar {
	background-color:#002B36;
	width:16px;
}

.modalscroll::-webkit-scrollbar-track {
	background-color:#002B36;
}

.modalscroll::-webkit-scrollbar-track:hover {
	background-color:#002B36;
}

.modalscroll::-webkit-scrollbar-thumb {
	background-color:#babac0;
	border-radius:16px;
	border:6px solid #002836;
}

.modalscroll::-webkit-scrollbar-thumb:hover {
	background-color: #f0f0f0;
	border: 6px solid #002B36;
}

.modalscroll::-webkit-scrollbar-button {
	display:none
}

.twitter-typeahead { width: 100%; }

.typeahead {
	width: 100%;
}

.typeahead:focus {
	border: 2px solid #0097CF;
}

.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
	color: #999999;
}

.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 520px;
	/*font-size: 0.8rem;*/
}

.tt-suggestion {
	padding: 3px 20px;
	color: #222;
}

.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}

.tt-suggestion p {
	margin: 0;
}

.forex {
	font-size: 12px;
	font-weight: 100;
	/* color: rgba(180, 180, 180); */
	color:#666;
	background-color: #ddd;
	padding: 1px;
	border-radius: 2px;
	margin-left: 5px;
}

.dark {
	/* color: #bbb; */
	font-style: italic;
	opacity: 50%;
}

.later {
	background-color: lightblue;
	color: #333;
	padding: 3px;
}

.area-todo {
	height: 100vh;
	width: calc(100vw - 20px);
	overflow-y: scroll; 
}

.todotitle {
	/*font-size: 15px; 1.1rem;*/
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
}

#disp_event {
	display: grid; 
	grid-template-columns: auto 40px 40px;
}

#disp_event a,
.disp_event_link a {
	color: #fff;
}

#disp_event a:hover, .disp_event_section a:hover {
	color: #ddd;
}


.text-muted {
	display: none;
}

/* todo icons */
.recur, .subtask, .showurl, .moveevent, .eventmenu, .addseason {
   vertical-align: bottom;
   font-size: 16px !important;
   font-family: "Material Icons Outlined";
}

.recur {
   color: #41d341!important;
}

.subtask {
   color: #ab1ebc!important;
}

.showurl, .moveevent, .eventmenu, .addseason {
   color: #eee!important;
}

.recur::before {
	content: 'replay';
}

.subtask::before {
	content: 'subject';
}

.showurl::before {
	content: 'link'; /* '\e157'; */
}

.moveevent::before {
	content: 'move_down'; 
}

.eventmenu::before {
	content: 'menu'; 
}

.btndd {
	padding: 0;
}

.w3-sidebar { 
	width: 450px;
	max-width:100%; 
	padding-bottom: 50px;
	z-index: 1000;
}


/* #f_pages, #f_filter, #f_add { display: none; } */

.disp_event_section { 
	font-size: 14px; 
	display: none; 
}

.disp_event_section a {
	font-weight: 100;
}

#scheduler {	/* .dpicker,  */
	display: none;
	/*position: absolute;
	top: 0;
	left: 0;*/
}

/*.ui-datepicker {
	z-index: 200!important;
}

.ui-datepicker-trigger {
	background-color: transparent;
	height: 24px;
	width: 24px;
	color: #ccc;
	left: 4px;
	border: 0;
	font-style: none;
	font-weight: 200;
}

.ui-datepicker-trigger::before,
.datepicker::before {
	font-family: "Material Icons Outlined";
	content: 'calendar_month';
	font-size: 16px;
}
*/

.date-icon-wrap {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

/*.icon-only {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}*/

/* Hide editable text area
.icon-only::-webkit-datetime-edit {
    display: none;
} */

.date-btn {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.date-btn .material-icons-outlined {
    font-size: 16px!important;
}

.hidden-date {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

/* Keep only calendar button 
.icon-only::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 1;
}*/

/* Remove extra browser chrome 
.icon-only::-webkit-inner-spin-button,
.icon-only::-webkit-clear-button {
    display: none;
}

.icon-only:focus {
    outline: none;
}*/


.form-check-input {
	margin-top: 0.35rem;
	margin-left: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	/*width: 160px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	max-height: 300px;
	overflow-y: scroll;
	/*font-size: 11px;*/
}

.dropdown-content::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #aaa; /* or add it to the track */
}

.dropdown-content .btnmenu {
	color: #eee;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	display: block;
	border:0;
	background-color: #333;
	width:180px;
	text-align: left;
}

.dropdown-content .btnmenu:hover,
.dropdown-content .btnmove:hover {
	/*background-color: #777;
	background: rgba(170, 170, 170, .2);*/
	background: rgba(60, 60, 60, .6);
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gototop.active {
	opacity: 1;
	visibility: visible;
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	padding-top: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
}

.col-10, .col-2, .col-6, .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.btn span.material-symbols-outlined {
	font-size: 36px!important;
	line-height: 2!important;
}

.disp_event_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.show { display: block; }

.disp_event_link { display: none; }

.form-check-label, .btn, .form-control { font-size: 16px; }

.form-control, .input-group-append { height: 32px; }

/* budget */
#budget-body {
	#isplay: block;
}

.balance {
	margin: 5px 0 0 10px;
	/* margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px; */
	font-size: 15px;
	color:#ddd;
	background-color: rgba(0,59,72);
	padding: 3px 9px 3px 3px;
	border-radius: 6px;
	border: 1px solid #aaa;
	display:none;
}

 #mPensionBody #p_results {
    display: block; /* grid no longer makes sense stacked */
	width: 100%;
  }

  #penSettings,
  #penResults {
    display: none; /* hidden by default */
    width: 100%;
  }

  #penSettings.active,
  #penResults.active {
    display: block; /* whichever is active will show */
  }
  
#mWagesBody #w_results {
	display: grid;
	grid-template-columns: 3fr 7fr;
	grid-column-gap: 10px;
	grid-template-areas: "wagsettings wagresults";
	/* overflow-y: hidden; */
}

#mPerxBody #x_results {
	display: grid;
	grid-template-columns: 3fr 7fr;
	grid-column-gap: 10px;
	grid-template-areas: "perxsettings perxresults";
	/* overflow-y: hidden; */
}

/* div box */
.account {
	overflow-y: scroll;
	clear: both; 
	max-height: 45vh; 
	margin-bottom: 20px;
}

.account .tdate { width: 0; display: none; }
.account .tshortdate { width: 50px; display:block; }
.account .ttitle {  }
.account .tcat { display: none; width:0; }
.account .tamt { width:80px; text-align:right; }
.account .tforex { display: none; width:0; }
.account .tconf { display: none; width:0; }

.results, #f_results, #y_results, #ly_results, #bp_results, 
#mPension #budget, 
#mPerx #perxResults, 
#mWages #wagResults,
#rec_display {
	overflow-y: scroll;
	overflow-x: auto;
	max-height: 450px; 
}
#mPension #penResults {
	overflow-x: scroll;
	overflow-y: auto;
	max-width: 850px;
}

.overflow{min-height: 100vh}

.header {
	grid-area: header;
}

.fc-center {
	font-size: 1.5rem;
}

.title {
	font-size: 15px;
}

.col-4 { padding-left: 0;}

/* .todaybut { font-size: 0.8rem; } */

.accordion, .noaccordion {
	background-color:rgba(0, 43, 54, 0.15);
	padding: 8px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	color: #eee;
	font-weight: 600;
	border: 1px dashed rgba(0, 112, 136, 0.75);
}

.accordion {
	/* background-color: #eee;
	color: #444; */
	cursor: pointer;
	transition: 0.2s;
	font-size: 17px;
}

.noaccordion {
	background-color: rgba(0, 112, 136, 0.75);
	font-size: 17px;
}

.accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 10px;
	color: #222;
	float: right;
	margin-left: 5px;
}

.account .active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
	color: #fff;
}

.noaccordion .material-icons-outlined,
.accordion .material-icons-outlined {
	font-size: 20px!important;
	font-weight: 100!important;
	vertical-align: bottom;
}

.active, .accordion:hover {
	background-color: rgba(0, 112, 136, 0.75);
}

.bank {
	display: none;
	overflow: hidden;
}

.ccard {
	display: block;
}

/* #mEdit .custom-switch {
	padding-top:8px;
	text-align:center;
} */

#mEdit .custom-control-label {
	padding-top: 5px;
	font-size: 20px;
}
 
#mPension tr, #mPension td,
#mPerx tr, #mPerx td,
#mWages tr, #mWages td { 
	height: 35px;
	vertical-align: middle;
}

#mPension .custom-control-label,
#mPerx .custom-control-label,
#mWages .custom-control-label {
	padding: 5px 0 0 0;
	font-size: 14px;
}

#mPension .form-control,
#mPerx .form-control, #save_perx,
#mWages .form-control {
	height: 24px;
	font-size: 15px;
}

#tbFilter .form-control  {
	height: 18px;
	font-size: 15px;
}

#save_perx {
	padding: 0 10px 0 8px;
}

/* #mPerx .smalledit .material-icons-outlined,
#mPerx .smalldel .material-icons-outlined {
	font-size: 16px!important;
	cursor: pointer;
} */


#mPension .col-12,
#mPerx .col-12,
#mWages .col-12 {
	padding-left: 0;
}

.table-dark th {
	font-weight: 600;
}


.income_line {
	/* 'style'=>'font-weight: 900; color:#222; background-color:#ade2f1;' */
	font-weight: 900; 
	color:#222; 
	background-color:#ade2f1;
	text-align: right;
}

#logTravelBody .form-group {
	margin: 0;
}

#logTravelBody .form-control {
	/* for tavel spend dropdowns */
	font-size: 14px;
	height: 20px;
	padding: 0;
	width: 200px;
	color: #000;
}

#tabTravelYear, #tabTravelDest, #tabPCalc, #tabPBudget {
	font-size: 16px;
	float: right;
}

/* comics */
.w3-col .m6 { width:100%; }

#comicImages {
	text-align: center;
	box-sizing: content-box;
	min-height: 100vh;
}

#comicImages img {
	display: inline;
}

/* .pl-select {
    border: none;
} */

.pl-select-div {
	font-size: 14.5px;
	padding: 8px 8px 8px 16px;
	width: 100%;
	border-bottom: 1px solid #ccc!important;
	text-align: left!important;
} 

.fit {
	height: 100vh;
}

.fitVertical {
	height: 100%;
	width: auto;
}

.spread2 .fitHorizontal {
	height: auto;
	width: 50%;
	max-height: calc(100% - 40px);
}

.spread1 .fitHorizontal {
	height: auto;
	width: 100%;
	max-height: calc(100% - 40px);
}

.fitBoth {
	width: auto;
	height: auto;
	max-height: calc(100% - 40px);
}

.spread1 .fitBoth {
	max-width: 100%;
}

.spread2 .fitBoth {
	max-width: 50%;
}

.sl-wrapper  { 
	width: 100%;
}

.sl-wrapper a.sl-prev { 
	left: 20px;
	font-size: 6rem;
	text-align: left;
}

.sl-wrapper a.sl-next {  
	right: 20px;
	font-size: 6rem;
	text-align: right;
}

.sl-wrapper a {  
	position: fixed;
	height: 100%;
	width: 50%;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 100060;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=40);
	text-shadow: 4px 4px #333;
	/* top: 300px; */
	border: 0 none;
	background: 0 0;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}

.sl-wrapper button {
	border: 0 none;
	background: 0 0;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}

.sl-wrapper .sl-navigation {
	width: 100%;
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 20px;
	font-size: 6rem;
	text-align: left;
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 20px;
	font-size: 6rem;
	text-align: right;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	/*top: 100px;
	margin-top: -22px;*/
	height: 100%;
	width: 40%;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 100060;
	/*font-family: Arial,Baskerville,monospace;*/
	color: #fff;
	/* opacity: 0.5;
	filter: alpha(opacity=40);
	text-shadow: 4px 4px #333; */
}

/*.sl-navigation button:hover{
	 opacity: 1.0;
	filter: alpha(opacity=100);
	outline: none; 
}*/

/* .sl-navigation button:focus{
	outline: none; 
}*/

.sl-navigation a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	outline: none;
}

.sl-navigation a:focus{
	outline: none;
} 


.ccontent {
	z-index:55;
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	color: #f1f1f1;
	width: 100%;
	height: 0;
	float: left;
	text-align: left;
	line-height: 1.2rem;
	font-size:.9rem;
	padding-left: 20px;
	transition: 0.5s;
}

.showinfo {
	height: 8vh;
}

.read {
	filter: brightness(50%);
}

/* playlist */
#mp3_tracktime {
	font-size: 1.1rem;
	display: none; 
	line-height: 1rem; 
	margin:auto; 
	text-align: center;  
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
} 

.mycontrols {
	width: 100%; 
	display:flex; 
	flex-direction: row;
	position: fixed;
	bottom: 40px;
	
	justify-content: center;
	align-items: flex-end;       /* align children bottom */
	gap: 30px; 
	padding: 10px 0
}

./* mycontrols>div {
	font-size: .8rem;
	cursor: pointer;	
	position: absolute;
	flex:30%;
	text-align: center;  
} */

.mycontrols > div {
  /* Example child widths */
  /* adjust these based on your desired layout */
}

/* .mycontrols > #mp3_tracktime {
  width: 100px;
}

.mycontrols > div {
  text-align: center;
}

.mycontrols > #mp3_rrbut,
.mycontrols > #mp3_playbut,
.mycontrols > #mp3_ffbut,
.mycontrols > #mp3_delbut {
  width: 80px;
} */

/* .mycontrols span:nth-of-type(2) { left: 70px; } 
.mycontrols span:nth-of-type(3) { left: 175px; }
.mycontrols span:nth-of-type(4) { left: 280px; }
 */
 
.songline {
  display: flex;
  flex-direction: column;
  /*align-items: center;
  text-align:center;*/
  overflow: hidden;
  margin-left: 20px;
}


#mp3_playing_artist {
	color: #888!important; 
	font-size: 1.2rem;
	display: block; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	color: #b3b3b3;
} 

#mp3_playing_song {
	display: block; 
	white-space: nowrap;             
    overflow: hidden;                
    text-overflow: ellipsis;        
	/* white-space: normal;  */
	flex: 0 0 auto;
	max-width: 100%;
    font-size: 1.5rem;
    font-weight: bold;

}

/*#mp3_playing_song, #mp4_playing_song {
	font-weight: bold; 
	font-size: 2rem;
}*/

#playing_fact {
	font-weight: bold; 
	/*font-family:Arial; */
	font-size: 1rem;
	position: fixed;
	right: 5px;
	top: 430px;
	
	max-width: 95%;
    white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;

}

.plcontent {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* line-height: 1.5em; */
	z-index: 100;
	bottom: 0;
	float:left;
	position: fixed;
	background: #002B36;
	color: #f1f1f1;
	height: 275px; 
	width: 100%;
}

.audio-player {
	display:none;
}

#sb_playlist .col { padding: 0; }

.pl_song { 
	font-weight: bold; 
}

.pl_year { 
	font-weight: normal;
	font-style:italic;	
}

.pl_artist { 
	color: #888!important; 
}

.pl-tracks { 
	display: none; 
}

.pl-tracks button { 
	padding-left:30px!important; 
}

.pl-notes {
	color: #888; 
	font-size:.6rem;
	padding-bottom:5px;
	display: block;
}

#bgCover {
	z-index: 110;
	height:50%; 
	width: 100%; 
	/* bottom: 95px;
	left: 0; 
	box-shadow: none; 
	padding: 20px; */

}

#bgArtist {
	position: fixed;
	height:100vh;
	width:100vw;
	z-index: 97;
}

.numberonelegend {
	font-size: 0.6rem;
	padding-bottom: 5px;
	display: block;
}

.custom-control-label {
	padding-top: 5px;
}
 
.form-group {
	margin-bottom: 0;
}

.pl-checkbox {
	border: none;
}

.pl-checkbox-div {
	font-size: 14.5px;
	padding: 8px 8px 8px 35px;
	width: 100%;
	border-bottom: 1px solid #ccc;
} 

.menuicon {
	vertical-align: middle;
	font-size: 16px !important;
	font-family: "Material Icons Outlined";
}

.mediaicon {
	vertical-align: top;
	font-size: 54px;
	font-family: "Material Icons Outlined";
	cursor: pointer;
}

#artist_bg, #christmas_bg {
	object-fit: cover;
	object-position: center bottom;
	opacity: 0.95;
	height: 100%;
	width: 100%;
	z-index: 98;
	display: none;
}

#mvVideo {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	/* object-fit: contain;
	object-position: center center; */
	z-index: 99;
	/* right: 0; */
	top: 0; 
	height:calc(100vh - 75px);
	/* height: 280px;
	pointer-events: none; */
	visibility: hidden;
}

#playing_bg { 
	height: 100%; 
	width: 100%; 
	/* display: var(--novideo);  */
    border-radius: 12px;
    box-shadow: 0 0 24px rgba(0,0,0,0.6);
}

#mp3_delbut { 
	display: none; 
}

.force-delete-visible #mp3_delbut {
  display: block !important;
}

/* #mp3_ffbut, #mp3_playbut, #mp3_rrbut {
	font-size: 1.7rem;  
}
 */
/* playmates */

/*body { margin: 0; }

*/


.pl_name { 
	font-weight: bold; 
}

.pl_month { 
	color: #888!important; 
} 

/* #pmImage {
	position: fixed;
	top: 0;
	z-index:10;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 101%;
}

#playmate {
	max-height:98vh;
	max-width:100vw;
	margin: 10px;
	/ display: none; /
	z-index: 200;
} */

/* #pmImage {
	text-align: center;
	box-sizing: content-box;
	min-height: 100vh;
} */

#pmImage {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black; /* Optional: for contrast */
  overflow: hidden;
  box-sizing: border-box;
}

#pmImage img {
  max-width: 100vw;
  max-height: 100vh;
  height: auto;
  width: auto;
  /* transition: transform 0.3s ease; */
}

#pmImage.rotate90 img {
  transform: rotate(90deg);
  transform-origin: center center;
  /* display: flex; */
  height: 100vw;
  width: auto;
  max-height: none;
  max-width: none;
}

.pmcover { 
	z-index:99; 
	position: fixed; 
	left:20px; 
	bottom: 20px; 
	width:150px;
	height:200px; 
	border: 1px solid #fff; 
	box-shadow: 0 4px 8px 0 rgba(60, 60, 60, 0.2), 0 6px 20px 0 rgba(60, 60, 60, 0.19);
	display:none;
}

.pmcontent {
	z-index:55;
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	color: #f1f1f1;
	width: 100%;
	height: 16vh;
	float: left;
	text-align: left;
	line-height: 1.7rem;

}

.pm_details {
	margin-left: 10px;
	margin-top: 0;
	width: 100%;
}

#pm_name { 
	font-weight: bold; 
	font-size:1.8rem;
		
    white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;

}

#pb_details, #pm_age { 
	font-size:.8rem;
}

.faved { color: #dd0000; cursor: pointer; }
.notfaved { cursor: pointer; }

.fave, .month, .pmoy {
	vertical-align: middle;
	font-size: 16px !important;
	font-family: "Material Icons Outlined";
}

/* fitness */
#bgVideo { 
	position: fixed;
	left: 50%;
    transform: translateX(-50%);
	object-fit: cover;
	object-position: center center;
	height: 90vh;
	z-index: 99;
	right: 0;
	top: 0;
}

.bar_graph {
	position: fixed;
	bottom: 165px;
	padding: 0;
	right: 0;
	background: transparent;
	display: flex; 
	justify-content: flex-end;
	z-index: 100;
}

/* edit changes */
.edit_bar_wrap {
	z-index: 100;
	height: 150px;
	width:95%;
    margin:0 auto;   /* centers it */
}


.cardio-plcontent {
	z-index: 99;
	height: 150px;
	padding-left: 20px;
	/*padding-top: 10px;*/
	bottom: 0;
	/*font-family:Arial; */
	width:100%;
	float:left;
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
	color: #f1f1f1;
}

.workout-plcontent {
	z-index: 99;
	height: 80px;
	padding-left: 20px;
	/*padding-top: 10px;*/
	bottom: 0;
	/*font-family:Arial; */
	width:100%;
	float:left;
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
	color: #f1f1f1;
}

@keyframes loading {
	0% {
		width:0;
	}
	100% {
		width: 100%;
	}
}

.classTime {
	/*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
	background-size: 200% 100%;*/
	/*animation: 3000s loading 120s linear;  /* 4160 */
	animation-duration: var(--totaltime);
    animation-timing-function: linear;
    animation-delay: var(--delay);
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: loading;
	
	background-color: #111;
	opacity: .75;
	z-index: 999;
	position: absolute;
	bottom: 0;
	top:17px;
	padding: 0;
	left:var(--start);
	height: 108px;
}

.classTime_skip {
	width:var(--start);
	background-color: #111;
	opacity: .75;
	z-index: 999;
	position: absolute;
	bottom: 0;
	top:17px;
	padding: 0;
	height: 108px;
	left:0;
}

#q-graph {
	display: block; /* fixes layout wonkiness in FF1.5 */
	position: relative; 
	margin: 1.1em 0 0; 
	padding: 0;
	background: transparent; 
	color:#fff;
}

/* changes for edit */
.edit_bar_graph #q-graph {
    float:none!important;      /* cancels any float:right */
	padding-bottom: 20px;
}
 
#q-graph tr, #q-graph th, #q-graph td { 
	position: absolute;
	bottom: 0;  
	z-index: 2;
	margin: 0; 
	padding: 0;
	text-align: center;
	cursor: pointer;
	font-size: 0;
}
  
#q-graph thead tr {left: 100%; top: 50%; bottom: auto; margin: -2.5em 0 0 5em;}
#q-graph thead th {width: 7.5em; height: auto; padding: 0.5em 1em;}
#q-graph tbody tr {height: 100px; padding-top: 2px; vertical-align: bottom;}
#q-graph .watt {position: relative;  float:left; bottom:0}
#q-graph .bar {  color: #000;}

.stages {
    overflow-y: scroll;
	max-height: calc(90vh - 150px);
	width: calc(100% - 60px);
	margin: 30px;
}

.stages .no { width: 5%; text-align:center; display:inline-block; }
.stages .lvl {  width: 5%; text-align:center; display:inline-block; }
.stages .len { width: 10%; text-align:center; display:inline-block; } /* by 4 */
.stages .len:nth-child(n+4) { font-style: italic; }
.stages .notes { width: calc(50% - 150px); display:inline-block; }
.stages .active { width: 30px; text-align:center; display:inline-block; }
.stages .crud {width: 30px; text-align:center; cursor:pointer; display:inline-block; } /* by 2 */

.stages .material-icons-outlined {
	font-size: 20px!important;
}

.lvl-container {
	margin-top: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.lvl-item {
    margin: 0;
    padding: 10px;
    width: 40px;
    height: 40px;
	cursor: pointer;
	text-align: center;
}

.lvl-selected {
	border: 2px solid #ddd;
}

#mEdit .custom-switch {
	padding-top: 5px;
	margin-left: 10px;
	text-align:center;
}

#mEdit .custom-control-label {
	padding-top: 5px;
	font-size: 20px;
}
 
.grid-container {
  display: grid;
  grid-template-columns: 150px auto;
  grid-template-rows: 100px 45px;
  grid-gap: 0 10px ;
}

.phase {
	padding: 5px;
	font-size: 1.1rem;
	font-weight: normal;*/
	text-decoration: none;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}

.phase h3 {
	font-size: 1.7rem;
	font-weight: bold;
	padding: 0;
	margin:0;
}

.nextphase {
	padding: 8px;
	font-size: 1.1rem;
	/*font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	text-decoration: none;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}

.ten-countdown {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 3rem;
	/*font-family:    "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: bold;
	text-decoration: none;
}

.class-countdown {
	text-align: center;
	padding-top: 5px;
	color: #fff;
	font-size: 1.4rem;
	/*font-family:    "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	text-decoration: none;
}

h4 {
	font-size: 1re4m;
}

.dispprogram {
	min-height:45px; 
	height:55px; 
	/*overflow:hidden;*/
	margin-bottom:10px;
	color: #fff;
	font-style: italic;
	padding-left:150px;
	font-size:1.5rem;
}

/* watchlist */
.seasons {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}

.watchtitle {
	/*font-size: 15px; 1.1rem;*/
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
}

.deleted {
	background-color: red;
	color: #ddd;
	padding: 3px;
	margin-left: 3px;
}

.watched {
	background-color: lightblue;
	color: #333;
	padding: 3px;
	margin-left: 3px;
}

.duped {
	background-color: #f00;
	color: white;
	padding: 3px;
	margin-left: 3px;
}

.status {
	background-color: white;
	color: #f00;
	padding: 3px;
	margin-left: 3px;
}

.genre {
	font-style: italic;
	padding-left: 10px;
	font-size: .65rem;
	color: #606060;
	/* text-transform: uppercase; */
}

/* travel */
.plangrid-xaxxaction { 
	display: grid; 
	grid-template-columns: 30px auto 200px 70px; /* I have no idea why this is necessary */
}

.plangrid-axaction { 
	display: grid; 
	grid-template-columns: auto 200px 70px;
}

.xmas-picker-label {
	padding: 2px;
	font-size: 0.8em;
	line-height: 25px;
}

.allow_input {
	font-size: 12px;
	height: 20px;
}

.allow_place { width: 120px; text-align:left; }
.allow_days { width: 40px; text-align:left; }
.allow_hrs { width: 30px; text-align:center; }


.setloc, .comploc, .futureloc, .planmenu {
	vertical-align: bottom;
	font-size: 16px !important;
	font-family: "Material Icons Outlined";
}

.xmas {
	vertical-align: middle;
	font-size: 20px !important;
	font-family: "Material Icons Outlined";
}

.setloc::before {
    content: 'location_on';
}

.comploc::before {
    content: 'where_to_vote';
}

.futureloc::before {
    content: 'add_location_alt';
}

.planmenu::before {
    content: 'menu';
}

.xmas::before {
    content: 'today';
}

.plan-dest {
	padding:3px; 
	border-radius: 4px; 
	color:#111; 	
}

.fc-popover {
	background: rgba(22, 22, 22, 0.7) !important;
}


/* xmas picker */
.month-picker {
  margin: 80px auto;
  width: 600px;
  text-align: center;
}

.month-picker-fieldset {
  display: inline-block;
  padding-top: 8px;
}

.month-picker-fieldset > input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.month-picker-label, .month-picker-nav {
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
}

.month-picker-label {
  position: relative;
  padding: 2px 32px 2px 32px;
  font-size: .9rem;
  font-weight: 200;
  color: #ddd;
  text-transform: uppercase;
}

.month-picker-label::before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

input:checked + .month-picker-label, input:checked + .xmas-picker-label  {
  color: #fff;
  background: #25bb25;
}

.checkedbox {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #178b17;
}

.datepicker-days {
	font-size: 14px;
}

.datepicker table tr td, .datepicker table tr th {
    width: 40px;
    height: 40px;
}

.highlighted-cal-dates {background-color:#a6ffb5 !important;}

/* plan budget year */
#mBudgetBody .bar-chart {
  display: flex;
  max-width: 100%; 
  margin: 10px;
  height: 25px;
}

#mBudgetBody .bc_title {
	line-height: 28px;
	font-weight: 800;
	font-size: 16px;
	margin-right: 10px;
}

#mBudgetBody .bc_total {
	line-height: 26px;
	font-weight: 500;
	font-size: 12px;
	margin-left: 10px;
}

#mBudgetBody .bar {
  text-align: left;
  color: #fff;
  padding: 3px 0 0 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* #mBudgetBody .bar1, .bar3 {
  background-color: #0004b4; 
  background-color: #14404c;
  color: #fff;
}

#mBudgetBody .bar2, .bar4 {
  background-color: #2d32ff; 
  background-color: #073642;
  color: #eee;
}*/

/* itinerary */
.nomobile {
	display: none;
}

#e_nextevent, #e_prevevent {
	display:block;
}

#mItin #e_formmf_editdel {
	 display: none;
}

#calitin, #calendar {
	font-size:0.8em; 
	width: calc(100% - 10px); 
	display: inline-block; 
}

#calitin .fc-timegrid-col-events {
	margin:0!important;
}

#calitin .fc-timegrid-slot {
	width: 0 !important;
}

#calitin .fc-timegrid-slot-label-cushion {
	display:none !important;
}

#calitin td.fc-timegrid-slot, th.fc-timegrid-slot {
	border-style:none!important;
	border-width:0!important;
	height: 130px !important;
}

#calitin .fc-timegrid-event-harness {
	border-bottom: 1px dotted rgb(204, 204, 204);
}

#calitin .fc-timegrid-col-events .fc-timegrid-event-harness:nth-of-type(odd) {
    background: rgba(170, 170, 170, .2);
}

#calitin .fc-event-main { 
	font-size: 1.3rem; 
	line-height: 1.9rem; 
}

#shownotes, #showadd {
	height: 45px;
	margin:1px;	
}

.daynotes {
	width: 100%;
	margin-left: -10px;
}

.address {
	width: 95%;
	margin-left: 10px;
}

.ccost { margin-right: 3px; }
.cdir, .chrs, .ccost { color: #111; }
.cdetails { color: #fff; margin: 2px 0 0 3px; }
.itinerary { display:none; }

@media print{@page {size: landscape}}

.itinerary .notes, .itinerary .event {
	font-size: 10px; /* 0.9em */
	line-height: 12px; 
}

.itinerary .eventdate {
	font-weight: bold;
}

.itinerary .eventlist {
	z-index: 1;
	width: 33%;
	float: left;
	page-break-inside: avoid;
	position: relative;
}

.itinerary .event {
	height: 83px; /* 140px; */
	color: #333; 
	margin: 0 10px 6px 4px;
	padding: 0;
	border: 1px dashed rgb(51, 51, 51); 
	position: relative;
/* 	z-index: 1;
	width: 33%;
	float: left;
	page-break-inside: avoid;
 */
}

.itinerary .blank {
	height: 85px; /* 140px; */
	margin: 0 10px 14px 4px;
	padding: 0;
	/* line-height: 1rem;  */
	border: 0; 
	z-index: 1;
	width: 50%;
	float: right;
	page-break-inside: avoid;
	/* height: 17.75vh;  */
	position: relative;
}

.itinerary .eventdetails {
	margin: 0 0 0 4px; 
	line-height: 10px; 
}

.itinerary .event .eventtitle {
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	margin: 1px 1px 0 1px;
	width: calc(100% - 2px);
	background-color: #eee; 
	padding: 4px;
}

.itinerary .eventloc {
	position: absolute;
	right: 2px;
	/* bottom: 18px; */
	top: 0;
}

.itinerary .notes {
	color: #333; 
	/*background-color: #eee; */
	padding: 5px; 
	margin: 0 10px 0 0;
	line-height: 12px; 
	border: 1px solid #ccc;
	/*inset: 879.849px 0% -934.84px; */
	z-index: 1;
	width: calc(33% - 24px);
	float: left;
}

.itinerary .ptime { margin-left: 3px; font-size: 9px; }
.itinerary .pcost { margin-left: 3px; font-size: 9px; }
.itinerary .phrs, .itinerary .pdir { font-size: 9px; }

.packing {
	position: absolute;
	top: 10px;
	left: 210px;
	height: 40px;
}

.badge { border: 1px solid #333; }

.phrases {
	display: flex;
	flex-wrap: wrap;
}

.phrase {
	/*flex: 1 0 33%; 
	height: 100px;
	background-color: blue;*/
	/*inset: 879.849px 0% -934.84px; */
	margin: 5px;
	width: 32%;
	color: #333; 
	padding: 5px; 
	line-height: 10px; 
	font-size: 10px;
	border: 1px solid #ccc;
	z-index: 1;
}

.optional {
	background: repeating-linear-gradient( -45deg, rgba(170, 170, 170, .35), rgba(170, 170, 170, .35) 10px, rgba(204, 204, 204, .35) 10px, rgba(204, 204, 204, .35) 20px)!important;
}

.complete .fc-event-main .ctitle:after { 
  content: "\2713"; 
  color: #fff;
  font-weight: 600;
}

.day-slot {
	padding: 5px;
	margin: 0;
	line-height: 1rem;
	/* border-top: 1px solid #ddd;
	height: 155px; */
	font-size: 0.65rem;
	font-style: italic;
	color: #000;
	overflow-y: auto;
}

.event-slot {
	padding: 5px;
	margin: 0;
	line-height: 1rem;
	/*border-top: 1px solid #ddd;
	 height: 100px; */
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 0.7rem;
}

.found { 
	background: rgba(142, 138, 76, 0.65); 
}

.nt-booking {
    display: inline-block;
    width: 86.5%;
	float: right;
	position:relative;
}

.nt-date {
    display: inline-block;
	width: 10%;
	text-align:center;
	/*float: left;*/
}

.eventicon { 
	display: inline-flex; 
	vertical-align: text-bottom; 
	font-size: 1.5rem!important; 
	padding-right: 3px;
}

#mAddressBody .results, #mDaysBody .results, #mPhraseBody .results {
	max-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.address_line {
	position:relative;
}

.loc_used {
	position: absolute;
	right: 80px;
	z-index: 100;
	bottom: 30px;
	font-size: 24px;
	color: #333;
}

.disp_address {
	display: flex;
	justify-content: space-between;
    width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: -5px;
	align-items: center;
	background-color: rgba(12, 12, 12, .75);
	padding: 5px;
}

.disp_address .map_line {
	font-size: 1.5rem;
}

#mSummary .modal-body {
	overflow-x: auto;
	max-width: 100%;
}

#mSummary .all-summary {
	width: 4850px;
}
 
.summary {
  float: left;
  width: 300px;
  display: inline-block;
  overflow-y: auto;
  max-height: 590px;
  
}

.summary-steps {
  /* max-width: 200px; */
  margin: 0 auto;
}

.summary .summary-step {
  display: flex;
  position: relative;

  &:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 32px;
    height: 0;
    width: 2px;
    background-color: #007EA7;
  }

  .summary-info {
    margin: 8px 0 20px;
  }

  .summary-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px;
    color: white;
  }

  .summary-text {
    font-size: 12px;
    color: rgba(white, 0.7);
    padding-bottom: 0;
    margin: 0;
  }

  &:not(:last-child) {
    &:after {
      height: 60%;
    }
   
  }
}

.summary .summary-number {
  width: 32px;
  height: 32px;
  /* background-color: transparent; */
  background-color: #00333c;
  border-radius: 50%;
  border: 2px solid #007EA7;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-right: 14px;

  &.completed {
    background-color: #007EA7;
  }

  &.dupe {
    background-color: #ee2e02;
    border: 2px solid #5f1e0f;
  }

  svg {
    width: 16px;
    height: 16px;
    object-fit: contain;

    path {
      fill: white;
    }
  }
}

.summary .summary-icon {
	font-size: 20px!important;
}

.bkclass {
	text-transform: uppercase;
	font-size: .6em;
	padding-left: 10px;
}

.bkd {
	/* booked */
	background-color: #E3BD33;
	color: #222;
}

.bkp {
	/* booked and paid */
	background-color: #D7E8BC;
	color: #222;
}

.add-add {
	background: transparent;
	border: 0;
	color: white;
}

/* packing */
.packTitle {
	/*font-size: 15px; 1.1rem;*/
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
}

/* meals */
.bldrag {
	height: 30px; 
	color: #000; 
	border: 1px solid #666;
	padding: 5px 3px 3px 3px;
	margin: 1px;
	width: 150px;
}

.slider {
	position: absolute;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	transition: all 0.5s;
	font-size: 0.7rem;
	color: #fff;
	opacity: 0.8;
	background-color: #000;
	cursor: move;
	left:0;
}

.slider.close {
	bottom: 0;
	height: 30px!important;
	font-weight:400;
}


.row { margin:0; }

#l_results {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 550px;
}

/* recipes */
.rec-title {
  font-family: 'Lily Script One'; /*, 'Anton';*/
  font-size: 2.3rem;
  /* z-index:10000; */
  text-shadow:
    3px  3px 0 #000,
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
	
	line-height: 0.75em;
	position: relative;
	color: #f6cb86;
}


.nt-method {
	display: inline-block;
	width: 71%;
}

.nt-item {
	display: inline-block;
	width: 26%;
}

#Ingred {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	grid-template-areas: "isettings iresults";
	overflow-y: hidden;
	padding-bottom:10px;
}

#ingredList {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 280px;
}

#Ingred tr, #Ingred td { 
	height: 35px;
	vertical-align: middle;
	font-size: 14px;
}

#Ingred .custom-control-label {
	padding: 5px 0 0 0;
	font-size: 14px;
}

#Ingred .form-control, #save_ingred {
	height: 24px;
	font-size: 15px;
}

#save_ingred {
	padding: 0 10px 0 8px;
}

.sepingred { 
	display:grid;
	grid-template-columns: 75px auto 20px 20px;
	height: 20px;
	font-size: 15px;
}


/* #Ingred .smalledit .material-icons-outlined,
#Ingred .smalldel .material-icons-outlined {
	font-size: 16px!important;
	cursor: pointer;
} */

/* #Ingred .form-group {
	margin-bottom: 0;
} */

#Ingred .col-12 {
	padding-left: 0;
}

.recipe-sep {
	background: rgba(22,22,22, 0.75);
	padding: 10px;
	/*border-bottom: 1px solid #fff;*/
	border-radius: 5px;
	margin-bottom: 2px;
	z-index: 0;
	/*font-size: 1.1rem;*/
	box-sizing: content-box;
	height: 1.25rem;
	/* new from todo */
	width: 90%; 
	margin: auto;
	line-height: 20px;
	min-height: 1.25rem;
	margin-top: 2px;

}

#figrec {
	margin:auto;
	margin-top: 75px;
	width: 80%;
	max-width: 1400px;
}

/* bgcolor so the meals fills the line */
.mealsN {
	background-color: #999;
	font-style: italic;
}

.mealsC {
	background-color: #fdd401;
}

.mealsL {
	background-color: #fff;
}

/* freezer */
.increment {
    margin-left: 0;
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
    border-radius: 0.25em;
    padding: 0.4rem 0.65rem;
	height: calc(1.5em + 0.75rem + 2px);
}

.portion {
    margin-left: 0;
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
    border-radius: 0.25em;
    /* padding: 0.4rem 0.65rem; */
	height: calc(1.5em + 0.75rem + 3px);
	width: 30px;
	margin-right: 5px;
	margin-top: -2px;
	text-align: center;
}

/* New Sidebar */
.icon-bar-mobile {
	width: 100%;
	background-color: #555;
	overflow: auto;
	position: fixed;
	bottom: 0;
	/* left: 0; */
	z-index: 999;
	height: 40px;
}

/* Comics Sidebar (zoom works) */
.icon-bar-comics {
	width: 100%;
	background-color: #555;
	overflow: auto;
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 999;
	height: 40px;
}

.icon-bar-mobile a,
.icon-bar-comics a {
	float: left;
	width: 15%;
	text-align: center;
	padding: 6px;
	transition: all 0.3s ease;
	color: white;
	font-size: 30px;
}

.icon-bar-mobile a:hover,
.icon-bar-comics a:hover {
  background-color: #000;
}

.icon-bar-mobile, .icon-bar-comics, #bigadd  { display: block; }
.icon-bar-desktop { display: none; }

.fc-list-event { color: #202020; }


/* test hello world page */
#css_test {
	background-color: purple; 
	color: black;
}

/* comic scrollable content  - fix for t10 */
.comic-body {
  padding-bottom: 40px;
}

/* nbpass frame */
.cont-iframe {
  position: relative;
  width:100%;
  overflow: hidden;
  padding-top: 55%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;

}

/* address sugggestion overlay - itinerary 
#title-suggestion-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1051;
  max-height: 250px;
  overflow-y: auto;
}
*/
.title-suggestion-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1051;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  padding: 0.5rem;
  font-size: 0.65rem; /* Smaller font */
  max-height: 250px;
  overflow-y: auto;
	background-color: #073642;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.title-suggestion-overlay .btn {
  font-size: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.title-suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #eee;
}

.title-suggestion-item:last-child {
  border-bottom: none;
}

.title-suggestion-text {
  flex: 1;
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title-suggestion-item .btn {
  font-size: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.fc-button {
	font-size: 2.4em!important;
}

.fc .fc-col-header-cell-cushion {
    font-size: 2em!important;
}

/* todo edit form */
#mToDo #c_id,
#mToDo #t_url,
#mToDo #t_date_type,
#mToDo #t_start,
#mToDo #t_recur,
#mToDo .btn-outline-secondary,
#mToDo .input-group-append
 { display: none; }
 
.disp_watch_title {
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* freeze the first column */
.sticky-col {
position: sticky;
left: 0;
z-index: 2;          /* keeps it above other cells */
background-color: inherit;
}

th.sticky-col {
z-index: 3;          /* headers above normal cells */
}

/* Fix for Bootstrap striping */
.table-striped > tbody > tr:nth-of-type(odd) > .sticky-col {
  background-color: #14404c !important;
}

.table-striped > tbody > tr:nth-of-type(even) > .sticky-col {
  background-color: #073642 !important;
}

/* For header */
.table-striped thead > tr > .sticky-col {
  background-color: var(--bs-table-bg) !important;
  z-index: 3;
}

.fc .fc-list-event-dot {
    display:none;
}

#figpack {
	margin-bottom: 50px;
}

#toast {
    visibility: hidden;
    min-width: 200px;
    max-width: 80%;
    background-color: #323232;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 9999;

    opacity: 0;
    transition: opacity 0.4s ease, bottom 0.4s ease;
}
#toast.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px; /* slight lift when visible */
}


.form-control:disabled, .form-control[readonly] {
		color: #f0f0f0;
}

#container {
	margin-bottom: 30px;
}

.form-control-lg {
	background-color: #fff;
	color: #000;
}

.fc .fc-daygrid-body tr,
.fc .fc-daygrid-day {
  height: 40px;
}

/* progress bar, mobile only */
.progress-wrapper{
    width:100%;
    padding:10px 0;
}


.progress-bar{
    position:relative;
    width:90%;
	margin: 0 auto;
    height:6px;
    background:#535353;
    border-radius:6px;
    overflow:visible;
    touch-action:none;
    transition:height 0.15s;
}

.progress-bar.active{
    height:10px;
}

.progress-fill{
    height:100%;
    width:0%;
    background:#1db954;
    border-radius:6px;
}

.progress-thumb{
    position:absolute;
    top:50%;
    left:0%;
    width:14px;
    height:14px;
    background:white;
    border-radius:50%;
    transform:translate(-50%,-50%);
    opacity:0;
    transition:opacity 0.15s;
}

.progress-bar.active .progress-thumb{
    opacity:1;
}

.time-row{
    display:flex;
    justify-content:space-between;
    font-size:12px;
    color:#b3b3b3;
    width:90%;
	margin: 6px auto;
}

/* base */
.levels{
    background-color: var(--level-base);
    color: #fff;
}

/* sprint pattern */
.levels-sprint{
    background-image:
    linear-gradient(45deg,
        var(--level-fill) 25%,
        transparent 25%,
        transparent 75%,
        var(--level-fill) 75%,
        var(--level-fill)),
    linear-gradient(45deg,
        var(--level-fill) 25%,
        transparent 25%,
        transparent 75%,
        var(--level-fill) 75%,
        var(--level-fill));

    background-size:10px 10px;
    background-position:0 0,5px 5px;
}

/* connection pattern */
.levels-conn{
    background-image:
    linear-gradient(45deg,
        var(--level-base) 25%,
        var(--col-dt) 25%,
        var(--col-dt) 75%,
        var(--level-base) 75%,
        var(--level-base)),
    linear-gradient(45deg,
        var(--level-base) 25%,
        var(--col-dt) 25%,
        var(--col-dt) 75%,
        var(--level-base) 75%,
        var(--level-base));

    background-size:5px 5px;
    background-position:0 0,5px 5px;
}

.levels-build { 
	color:#fff; 
	background: linear-gradient(90deg, var(--startcol, "") 0%, var(--endcol, "") 50%); 
}

#logLvlTar {
	margin-top: 10px;
}

#stages .levels {
	/* only for edit */
	color: var(--level-text);
}


/* oplop only */
.oplop-screen { display: none; padding-top: 30px; }
.oplop-screen-active { display: block; }

/* Full screen center */
#unlockScreen.oplop-screen-active {
    display: flex;
    flex-direction: column;
    justify-content: center !important; /* vertical */
    align-items: center !important;     /* horizontal */
    min-height: 100vh;
    height: auto;
}

/* Inner container */
.unlock-card {
    background: #222;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* Large password box */
#masterInput {
    width: 100%;
    padding: 22px 18px;
    font-size: 1.5rem;
    color: #fff;
    border:0;
    text-align: center;
    background: #222;
}

/* Verification text */
.verification {
    text-align: center;
    font-size: 1.3rem;
    color: #ccc;
    width: 100%;
}

#phrase {
    color: #00c6ff;
    font-weight: bold;
    letter-spacing: 1px;
}

/*.oplop-item-details {
    padding: 10px 15px;
    background: #1e1e1e;
    color: #ccc;
    overflow: hidden;

    max-height: 500px;
    transition: max-height 0.25s ease, opacity 0.25s ease;
    opacity: 1;
    border-left: 3px solid #444;
    max-width: calc(100% - 20px);   
    min-width: 300px;
} */

.oplop-item-col-h { background-color:#0e213a; }  /* hardcoded pw */
.oplop-item-col-f, .oplop-item-col-g { background-color:#582c50; }  /* google/facebook pw */
.oplop-item-col-l { background-color:#362400; }  /* legacy auth pw */
.oplop-item-col-n { background-color:#003008; }  /* new auth pw */

/*.detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;      
    padding: 6px 0;      
}*/

/*.account-form label {
  display: block;
  margin-bottom: 12px;
}

.account-form input[type="text"],
.account-form textarea {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}*/

.oplop-item-details {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 12px 16px;
	
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 2px;
	z-index: 0;
	box-sizing: content-box;
	/*height: 1.25rem;*/
	width: 90%; 
	margin: auto;
	line-height: 20px;
	min-height: 1.25rem;
	margin-top: 2px;

}

.detail-row {
    display: contents;
}

.detail-row > span {
    grid-column: 2;
    justify-self: start;
}

.detail-row > button {
    grid-column: 1;
    justify-self: start;
    align-self: start;
}


.inline-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}

.inline-row label {
  margin-bottom: 0;
}

/*#ae_login_type,
#ae_algorithm {
  width: auto;
  min-width: max-content;
  padding: 4px 8px;
}

#ae_length {
  width: 55px;
  padding: 4px 6px;
  text-align: center;
}

#ae_notes {
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  box-sizing: border-box;
}

.checkbox-row {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 10px;
}

.checkbox-row label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}*/

.oplop-search {
    display: fixed;
    top: 20px;
    left: 10px;
    height: 40px;
    width: 320px;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
    margin: 0 3px 5px 0;
    background: #fff;
    color; #555;
    border-radius: 12px;
}

/* Modal overlay */
.generate-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Hidden state */
.generate-modal.hidden {
    display: none;
}

/* Modal box */
.generate-modal-content {
    background: #1e1e1e;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    text-align: center;
}

/* Generated password text */
.generated-password-display {
    margin: 20px 0;
    padding: 12px;
    background: #2a2a2a;
    border: 1px solid #555;
    border-radius: 8px;
    font-size: 1.2em;
    font-family: monospace;
    word-break: break-all;
    user-select: all;
}

/* Buttons row */
.generate-modal-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.generate-modal-buttons button {
    padding: 8px 18px;
    cursor: pointer;
}

.oplop-item {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 20px;
    margin: 0 3px 5px 0;
    background: #555;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    max-width: calc(100% - 20px);   
    min-width: 300px;
    border-bottom: none;
    position: relative;*/
	
	background: rgba(22,22,22, 0.75);
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 2px;
	z-index: 0;
	box-sizing: content-box;
	height: 1.25rem;
	width: 90%; 
	margin: auto;
	line-height: 20px;
	min-height: 1.25rem;
	margin-top: 2px;
}

.oplop-item.inactive {
    background-color: #444;
    color: #bbb;
}

.search-div {
	display: flow-root;
	width: 90%;
	margin: auto;
}

.oplop-item-name {
    /*flex-grow: 1;
	width: auto;*/
	display: inline-block;
}

.edit-oplop-item-button,
.chk-oplop-item-button,
.fave-oplop-item-button,
.copy-btn {
    background: none;
    border: none;
    font-size: 1rem;
    color: #aaa;
    /*margin-left: 8px;*/
    margin: 0;
    padding: 0;
}

.important {
	border: 1px dashed #ddd;
}

/* PIXEL 7 LS */
@media only screen and (max-height:429px) and (max-width:920px) and (orientation: landscape) {
#css_test {
	background-color: orange; 
}

.pmcover { display: none; }

.pmcontent {
	height: 10vh;
	line-height: 1.2rem;
}

.pm_details {
	margin-left: 20px;
	margin-top: 0;
	width: 100%;
}

#pm_name { 
	font-weight: bold; 
	font-size:1.2rem;
}

#pb_details, #pm_age { 
	font-size:.6rem;
	display: none;
}

.w3-col.m6 { width:100%; }

}
