.theme_dark_body {
	background-color:	#202124;
	color: 			#e8eaed;
	margin:			0;
}

.theme_dark_logo {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: #202124;
	border-left: 1px solid #3b4043;
	border-bottom: 1px solid #3b4043;
	padding: 5px;
}

.theme_dark_tbl_fix {
	color: 			#e8eaed;
}

.theme_dark_iframe {
	background-color:	#202124;
	color: 			#e8eaed;
	margin:			0;
}

input[type=range].theme_dark_range {
    -webkit-appearance: none;
}

input[type=range].theme_dark_range::-webkit-slider-runnable-track {
    height: 5px;
    background: #202124;
    border: 1px solid #3b4043;
    border-radius: 0px;
}

input[type=range].theme_dark_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 8px;
    border-radius: 3px;
    background: #609beb;
    margin-top: -6px;
}

input[type=range].theme_dark_range:focus {
    outline: none;
}

input[type=range].theme_dark_range:focus::-webkit-slider-runnable-track {
    background: #202124;
}

input[type=checkbox].theme_dark_chkbox {
	border-radius: 2px;
    border: 1px solid #3b4043;
    margin-top: -1px;
    margin-bottom: -1px;
    background-color: #202124;
    appearance: none;
    width: 12px;
    height: 12px;
}

input[type=checkbox].theme_dark_chkbox:checked {
  	accent-color: #609beb;
  	appearance: auto;
}

.theme_dark_circle_point {
	stroke-width: 0;
}

.theme_dark_circle_point:hover {
	stroke: #e8eaed;
	stroke-width: 1;
}

.theme_dark_track_line {
	border-top: 1px dashed #e8eaed;
	border-right: 1px dashed #e8eaed;
}

.theme_dark_tt, .theme_dark_tt td, .theme_dark_tt div {
	font-size: 10px;
	background-color:#202124;
	color: #e8eaed;
}

table.theme_dark_tooltip_table {border-collapse: collapse; } 
td.theme_dark_tooltip_table {border-collapse: collapse; padding: 5px; border: 1px solid black; border-style: none none solid none; font-size: 14px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;} 
th.theme_dark_tooltip_table {padding: 5px; border: 1px solid #3b4043; border-style: none none solid none;} 
a.theme_dark_tooltip { position: relative; text-decoration: none; color:#e8eaed; border: 0; z-index: 1;}
a.theme_dark_tooltip:hover { position: relative; text-decoration: none; color:#e8eaed; border: 0; z-index: 255;} 
a.theme_dark_tooltip span { display: none; } 
a.theme_dark_tooltip:hover span { position: absolute; display: block; top: 1.5em; left: -150px; border: 1px solid #3b4043; background-color: #202124; padding: 5px; }

.theme_dark_scrollstyle::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.theme_dark_scrollstyle::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 1.5px;
}
 
.theme_dark_scrollstyle::-webkit-scrollbar-thumb {
  background: #609beb; 
  border-radius: 1.5px;
}

.theme_dark_scrollstyle::-webkit-scrollbar-thumb:hover {
  background: #4285F4; 
}

.theme_dark_modal {
	background-color: 	#202124;
	border: 		1px solid #3b4043;
	box-sizing:		border-box;
}

.theme_dark_modal_header {
	background-color:	#202124;
	color:			#e8eaed;
	border-bottom:          1px solid #3b4043;
}

.theme_dark_modal_headline {
	font-size:		24px;
}

.theme_dark_modal_content {
        overflow-y:             auto;
        padding:                2px;
}

.theme_dark_tabbed_pane_tab {
	background-color:       #202124;
        color:                  #609beb;
        border:			0;
        border-right:           1px solid #3b4043;
	padding:		10px 10px;
	vertical-align:		middle;
}

.theme_dark_tabbed_pane_tab:hover {
	background-color:       #303134;
}

.theme_dark_tabbed_pane_tab_active {
	background-color:	#202124;
        color:       		#e8eaed;
        border:			0;
        border-right:           1px solid #3b4043;
	padding:		10px;
	vertical-align:		middle;
}

.theme_dark_tabbed_pane_tab_horizontal {
	background-color:       #202124;
        color:                  #609beb;
        border:			0;
	padding:		10px 10px;
	vertical-align:		middle;
}

.theme_dark_tabbed_pane_tab_horizontal:hover {
	background-color:      #303134;
}

.theme_dark_tabbed_pane_tab_horizontal_active {
	background-color:	#202124;
    color:       		#e8eaed;
    border:			0;
	padding:		10px;
	vertical-align:		middle;
}

.theme_dark_tabbed_pane_tabs_horizontal {
	display:inline-block;
	border-right: 1px solid #3b4043;
	width: 19%;
	vertical-align: top;
	overflow-y: auto;
	overflow-x: auto;
}

.theme_dark_tabbed_pane_content {
	border-top:             1px solid #3b4043;
	border-bottom:		1px solid #3b4043;
}

.theme_dark_button {
	background-color:	#202124;
	color:			#609beb;
	padding:		5px;
	border-radius:		8px;
	border:			1px solid #3b4043;
	margin:			5px;
}

.theme_dark_button_active {
	background-color:	#202124;
	color:			#609beb;
	padding:		5px;
	border-radius:		8px;
	border:			1px solid #3b4043;
	margin:			5px;
}

.theme_dark_button:hover {
	background-color:	#303134;
}

.theme_dark_tooltip {
        background-color:       #202124;
        border:                 1px solid #3b4043;
        padding:                3px;
	z-index:		255;
}

.theme_dark_chart {
	background-color:	#202124;
}

.theme_dark_labeled_group {
    border-left:            2px solid #3b4043;
    padding:                5px;
	margin-bottom:		3px;
}

.theme_dark_labeled_group_label {
	font-weight:	bold;
	color: 			#e8eaed;
}

.theme_dark_labeled_group_content {
	padding:		5px;
}

.theme_dark_input {
        font-size:              16px;
		background-color:	#202124;
		color:			#e8eaed;
        border-radius:  		4px;
        border:         		1px solid #3b4043;
		padding:				5px;
        margin:        			2px;
}

.theme_dark_input_small {
        font-size:              16px;
		background-color:	#202124;
		color:			#e8eaed;
        border-radius:  		4px;
        border:         		1px solid #3b4043;
		padding:				5px;
        margin:        			2px;
        width:					40px;
        text-align:				center;
}

.theme_dark_input::placeholder {
	color:			#a4a6a9;
}

.theme_dark_input:focus {
	background-color:       #202124;
	color:			#e8eaed;
        border:                 1px solid #3b4043 !important;
        box-shadow:             0 0 2px #609beb;
        outline:                none !important;
}

.theme_dark_select {
        font-size:              16px;
		background-color:	#202124;
		color:			#e8eaed;
        border-radius:  		4px;
        border:         		1px solid #3b4043;
		padding:				5px;
        margin:        			2px;
}

.theme_dark_link_s {
        font-size:              12px;
}

.theme_dark_spinner {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 5px solid #3b4043;
        border-right-color: #609beb;
        animation: rotateSpinner 800ms linear infinite;
}

.theme_dark_type_icon {
	stroke:none;
	fill-rule:nonzero;
	fill:#3b4043;
	fill-opacity:1;
}

a.theme_dark_link:link, a.theme_dark_link:active, a.theme_dark_link:visited {
	color: #4285F4;
	border: 0;
}

a.theme_dark_link:hover {
	color: #609beb;
	border: 0;
}

.theme_dark_type_icon_active {
        stroke:none;
        fill-rule:nonzero;
        fill:#4285F4;
        fill-opacity:1;
}

.theme_dark_star_icon {
	stroke:none;
	fill-rule:nonzero;
	fill:#609beb;
	fill-opacity:1;
}

.theme_dark_star_icon_active {
        stroke:none;
        fill-rule:nonzero;
        fill:#e8eaed;
        fill-opacity:1;
}

.theme_dark_dyn_list {
	position: absolute;
	color: #e8eaed;
	background-color: #202124;
	overflow-y: auto;
	max-height: 150px;
	top: 30px;
	border: 1px solid #3b4043;
	padding: 5px;
	display: none;
	z-index: 1;
}

.theme_dark_week_bar_chart {
	border: 1px solid #3b4043;
}

.theme_dark_week_bar_chart_row {
	position: relative;
	border-bottom: 1px solid #3b4043;
}

.theme_dark_week_bar_chart_bar {
	position: absolute;
	border-left: 1px solid #3b4043;
	border-right: 1px solid #3b4043;
	font-size: 8px;
	text-align: center;
	color: #000000;
}

.theme_dark_week_bar_chart_now {
	position: absolute;
	border-left: 1px solid #e8eaed;
	border-right: 1px solid #e8eaed;
	background-color: #e8eaed;
}

.theme_dark_annotations_item {
	border-bottom: 1px solid #3b4043;
	width: 100%;
	min-width: 1070px;
}

.theme_dark_page_splitter_nav {
		border-bottom: 1px solid #3b4043;
		text-align: center;
}

.theme_dark_scrollable_container {
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid #3b4043;
	width: 98%;
	height: 50%;
}

.theme_dark_calendar {
	background-color: #202124;
}

.theme_dark_signature_dot {
	fill: #609beb;
}