.theme_light_body {
	margin:			0;
}

.theme_light_list {
	background-color:	#ffffff;
	border-radius: 5px;
	border: 1px solid #DFE1E5;
}

.theme_light_list_item {
	background-color:	#ffffff;
	color:	#000000;
}

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

input[type=range].theme_light_range_heat::-webkit-slider-runnable-track {
	background: linear-gradient(to right, blue 0%, green 50%, red 100%);
	height: 16px;
	border-radius: 5px;
	border: 1px solid #DFE1E5;
}

input[type=range].theme_light_range_heat::-moz-range-track {
	background: linear-gradient(to right, blue 0%, green 50%, red 100%);
	height: 16px;
	border-radius: 5px;
	border: 1px solid #DFE1E5; 
}

input[type=range].theme_light_range_heat::-ms-track {
 	background:linear-gradient(to right, blue 0%, green 50%, red 100%);
 	height: 16px;
 	border-radius: 5px;
 	border: 1px solid #DFE1E5;
}

input[type=range].theme_light_range_heat::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #4285F4;
    height: 16px;
    width: 8px;
    border-radius: 3px;
    background: #FFFFFF;
    margin-top: -1px;
}

input[type=range].theme_light_range_heat::-moz-range-thumb {
    border: 1px solid #4285F4;
    height: 16px;
    width: 8px;
    border-radius: 3px;
    background: #FFFFFF;
}

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

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

input[type=range].theme_light_range::-webkit-slider-runnable-track {
	background: #FFFFFF;
	height: 16px;
	border-radius: 5px;
	border: 1px solid #DFE1E5;
}

input[type=range].theme_light_range::-moz-range-track {
	background: #FFFFFF;
	height: 16px;
	border-radius: 5px;
	border: 1px solid #DFE1E5; 
}

input[type=range].theme_light_range::-ms-track {
 	background: #FFFFFF;
 	height: 16px;
 	border-radius: 5px;
 	border: 1px solid #DFE1E5;
}

input[type=range].theme_light_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #DFE1E5;
    height: 16px;
    width: 8px;
    border-radius: 3px;
    background: #4285F4;
    margin-top: -1px;
}

input[type=range].theme_light_range::-moz-range-thumb {
    border: 1px solid #DFE1E5;
    height: 16px;
    width: 8px;
    border-radius: 3px;
    background: #4285F4;
}
input[type=range].theme_light_range:focus {
    outline: none;
}

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

input[type=checkbox].theme_light_chkbox {
	border-radius: 2px;
    border: 1px solid #DFE1E5;
    margin-top: -1px;
    margin-bottom: -1px;
    background-color: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
}

input[type=checkbox].theme_light_chkbox:checked {
  	accent-color: #4285F4;
  	appearance: auto;
}

.theme_light_circle_point {
	stroke-width: 0;
}

.theme_light_circle_point:hover {
	stroke: #000000;
	stroke-width: 1;
}

.theme_light_track_line {
	border-top: 1px dashed #000000;
	border-right: 1px dashed #000000;
}

.theme_light_tt, .theme_light_tt td, .theme_light_tt div {
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}

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

.theme_light_scrollstyle::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey; 
  border-radius: 1.5px;
}
 
.theme_light_scrollstyle::-webkit-scrollbar-thumb {
  background: #4285F4; 
  border-radius: 1.5px;
}

.theme_light_scrollstyle::-webkit-scrollbar-thumb:hover {
  background: #609beb; 
}

.theme_light_modal {
	background-color: 	#FFFFFF;
	border: 		1px solid #DFE1E5;
	box-sizing:		border-box;
}

.theme_light_modal_header {
	background-color:	#ffffff;
	color:			#000000;
	border-bottom:          1px solid #DFE1E5;
}

.theme_light_modal_headline {
	font-size:		24px;
}

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

.theme_light_tabbed_pane_tab {
	background-color:       #FFFFFF;
        color:                  #4285F4;
	border:			0;
        border-right:           1px solid #DFE1E5;
	padding:		10px;
	vertical-align:         middle;
}

.theme_light_tabbed_pane_tab:hover {
	background-color:       #F0F3F4;
}

.theme_light_tabbed_pane_tab_active {
	background-color:	#FFFFFF;
        color:       		#000000;
	border:			0;
        border-right:           1px solid #CED0D4;
	padding:		10px;
	vertical-align:         middle;
}

.theme_light_tabbed_pane_tab_horizontal {
	background-color:       #FFFFFF;
    color:                  #4285F4;
	border:					0;
	padding:				10px;
	vertical-align:         middle;
}

.theme_light_tabbed_pane_tab_horizontal:hover {
	background-color:       #F0F3F4;
}

.theme_light_tabbed_pane_tab_horizontal_active {
	background-color:	#FFFFFF;
    color:       		#000000;
	border:				0;
	padding:			10px;
	vertical-align:     middle;
}

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

.theme_light_tabbed_pane_content {
	border-top:		1px solid #CED0D4;
	border-bottom:		1px solid #CED0D4;
}

.theme_light_button {
	background-color:	#FFFFFF;
	color:				#4285F4;
	padding:			5px;
	border-radius:		8px;
	border:				1px solid #DFE1E5;
	margin:				5px;
}

.theme_light_button_active {
	background-color:	#FFFFFF;
	color:				#4285F4;
	padding:			5px;
	border-radius:		8px;
	border:				1px solid #DFE1E5;
	margin:				5px;
}

.theme_light_button:hover {
	background-color:	#F0F3F4;
}

.theme_light_button:disabled {
	color: #DFE1E5;
}

.theme_light_tooltip {
	background-color:	#FFFFFF;
	border:			1px solid #DFE1E5;
	padding:		3px;
	z-index:		255;
}

.theme_light_chart {

}

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

.theme_light_labeled_group_label {
	font-weight:	bold;
}

.theme_light_labeled_group_content {
	padding:		5px;
}

.theme_light_input {
	font-size:		16px;
	border-radius:	4px;
	border:			1px solid #DFE1E5;
	margin:			2px;
	padding:		5px;
}

.theme_light_input_small {
	font-size:		16px;
	border-radius:	4px;
	border:			1px solid #DFE1E5;
	margin:			2px;
	padding:		5px;
	width:					40px;
    text-align:				center;
}

.theme_light_input:focus {
	border:                 1px solid #DFE1E5 !important;
	box-shadow:		0 0 2px #4285F4;
	outline:		none !important;
}

.theme_light_select {
	font-size:		16px;
	border-radius:	4px;
	border:			1px solid #DFE1E5;
	margin:			2px;
	padding:		5px;
	background-color: #ffffff;
}

.theme_light_link_s {
	font-size:		12px;
}

.theme_light_spinner {
	width: 100px;
	height: 100px;
        border-radius: 50%;
        border: 5px solid #DFE1E5;
        border-right-color: #4285F4;
        animation: rotateSpinner 800ms linear infinite;
}

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

.theme_light_git_icon_active {
        stroke:none;
        fill-rule:nonzero;
        fill:#000000;
        fill-opacity:1;
}

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

.theme_light_neighborhood_watch_icon_active {
/*
		stroke:none;
		fill-rule:nonzero;
		fill:#000000;
		fill-opacity:1;
*/
}

.theme_light_build_icon_circle {
		stroke:#4285F4;
		stroke-width: 20;
		fill:none;
}
.theme_light_build_icon_circle_active {
		stroke:#000000;
		stroke-width: 20;
		fill:none;
}

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

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

.theme_light_globe_with_meridians_icon_active {
		stroke:none;
		fill-rule:nonzero;
		fill:#000000;
		fill-opacity:1;
}

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

.theme_light_stats_icon_active {
		stroke:none;
		fill-rule:nonzero;
		fill:#000000;
		fill-opacity:1;
}

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

.theme_light_euro_icon_active {
		stroke:none;
		fill-rule:nonzero;
		fill:#000000;
		fill-opacity:1;
}

.theme_light_nn_icon_path {
		stroke: #4285F4;
		stroke-width: 8px;
		fill-rule:none;
		fill:none;
}

.theme_light_nn_icon_path_active {
		stroke: #000000;
		stroke-width: 8px;
		fill-rule:none;
		fill:none;
}

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

.theme_light_nn_icon_circle_active {
		stroke:none;
		fill-rule:nonzero;
		fill:#000000;
		fill-opacity:1;
}


.theme_light_user_e {
		font-size: 10px;
		margin:		5px;
}

.theme_light_auth_e {
		font-size: 10px;
		margin:		5px;
}

.theme_light_page_splitter_nav {
		border-bottom: 1px solid #DFE1E5;
		text-align: center;
}

.theme_light_commit_desc {
		display: table;
		border-bottom: 1px solid #DFE1E5;
		width: 98%;
		margin: 5px;
}

.theme_light_commit_desc_date {
		display: table-cell;
		margin: 2px;
		width: 33%;
}

.theme_light_commit_desc_author {
		display: table-cell;
		margin: 2px;
		width: 33%;
		font-weight: bold;
}

.theme_light_commit_desc_hash {
		display: table-cell;
		margin: 2px;
		text-align: right;
		width: 33%;
		font-size: 10px;
}

.theme_light_commit_desc_msg {
		display: table-cell;
		margin: 5px;
}

.theme_light_watch_filename {
		display: table;
		border-bottom: 1px solid #DFE1E5;
		width: 98%;
		margin: 5px;
}

.theme_light_watch_filename_ts {
		display:table-cell;
		width: 48%;
		margin:2px;
		box-sizing: border-box;
}

.theme_light_watch_filename_filename {
		display:table-cell;
		width: 48%;
		margin:2px;
		box-sizing: border-box;
		font-weight: bold;
}

.theme_light_watch_filename_name {
		display:table-row;
		margin:5px;
		text-align:center;
}

.theme_light_modal_filewatch_diff {
		font-size: 10px;
}

.theme_light_finance_row div {
	display: inline-block;
	padding: 5px;
}

.theme_light_dashboard_finance_min_max {
	border-spacing: 0;
	max-width: 500px;
	width: 500px;
}

.theme_light_dashboard_finance_min_max td {
	text-align: right;
	padding: 10px;
	vertical-align: center;
}
/*
.theme_light_dashboard_finance_min_max tr:not(:nth-child(1)) td:nth-child(2n+1) {
	border-right: 1px dashed #DFE1E5;
}

.theme_light_dashboard_finance_min_max tr:not(:nth-child(1)) td:nth-child(6n+1) {
	border-right: 1px solid #DFE1E5;
}

.theme_light_dashboard_finance_min_max tr:nth-child(1) td:nth-child(n+1) {
	border-right: 1px solid #DFE1E5;
	border-bottom: 1px solid #DFE1E5;
}

.theme_light_dashboard_finance_min_max tr:last-child td {
	border-bottom: 1px solid #DFE1E5;
}
*/

.theme_light_dashboard_graph {
	max-width: 500px;
	width: 500px;
	border-left: 1px solid #DFE1E5;
	border-right: 1px solid #DFE1E5;
}

.theme_light_dashboard_finance_min_max td:nth-child(1) {
	border-left: 1px solid #DFE1E5;
}

.theme_light_dashboard_finance_min_max td:nth-child(2n+1) {
	border-right: 1px dashed #DFE1E5;
}

.theme_light_dashboard_finance_min_max td:nth-child(6n+1) {
	border-right: 1px solid #DFE1E5;
}

.theme_light_dashboard_finance_min_max tr:first-child td {
	border-top: 1px solid #DFE1E5;
}

.theme_light_finance_graph {
	max-width: 1200px;
	width: 1200px;
	border: 1px solid #DFE1E5;
}

.theme_light_email_row {
	border-bottom: 1px solid #DFE1E5;
}

.theme_light_email_row div {
	display: inline-block;
}

.theme_light_email_row div:nth-child(2) {
	max-width: 35%;
	width: 35%;
}

.theme_light_email_row div:nth-child(3) {
	max-width: 50%;
	width: 50%;
}

.theme_light_email_row div:nth-child(4) {
	max-width: 10%;
	text-align: right;
}

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

.theme_light_node_graph_edge {
	stroke-width: 0.5px;
	stroke: black;
}

.theme_light_node_graph_edge_hover {
	stroke: red;
}

.theme_light_node_graph_edge_active {
	stroke: blue;
}

.theme_light_node_graph_node {
	stroke-width: 0;
}

.theme_light_node_graph_node_hover {
	stroke: red;
	stroke-width: 1;
}

.theme_light_node_graph_node_active {
	stroke: blue;
	stroke-width: 1;
}

.theme_light_calendar {
	background-color: #ffffff;
}

.theme_light_signature_dot {
	fill: #000000;
}