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

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;
}

.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;
	width:				32px;
	height:				32px;
}

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

.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;
}

.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_page_splitter_nav {
		border-bottom: 1px solid #3b4043;
		text-align: center;
}

.theme_dark_cv_table {
	border-collapse: collapse;
	margin: 0px;
}

.theme_dark_cv_table tr td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #3b4043;
}

.theme_dark_cv_table tr td:nth-child(1) {
	padding: 0px;
}

.theme_dark_cv_table tr td:nth-child(2) {
	border-right: 0;
	color: #000000;
}

.theme_dark_cv_table tr td:nth-child(3) {
	border-right: 0;
	border-left: 0;
	color: #000000;
}

.theme_dark_cv_table tr td:nth-child(4) {
	border-left: 0;
	color: #000000;
}

.theme_dark_cv_table tr td:nth-child(5) {
	text-align: center;
}

.theme_dark_cv_table tr td:nth-child(6) {
	width: 55%;
}

.theme_dark_cv_toggle_button_column {
	padding: 0px !important;
	box-sizing: content-box;
}

.theme_dark_cv_toggle_button {
	font-weight: bold;
	width: 100%;
	height: 40px;
	border: 0;
	background-color: rgba(239, 239, 239, 1.0);
}

.theme_dark_cv_toggle_button:hover {
	background-color: rgba(250, 250, 250, 1.0);
}

.theme_dark_calendar {
	background-color: #202124;
}

.theme_dark_textarea {
	color:	#e8eaed;
	background-color: #202124;
	border-radius:		4px;
	border:			1px solid #3b4043;
}

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

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;
}

.theme_dark_offer_signature_dot {
	background-color: #609beb;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.theme_dark_signature_dot {
	fill: #609beb;
}

.theme_dark_applications {
	width: 98%;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

.theme_dark_applications td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #3b4043; 
}
