.theme_light_body {
	margin:			0;
}

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: 12px;
    height: 12px;
}

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

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

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

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

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

.theme_light_cv_table tr td {
	padding: 5px;
	margin: 0px;
	border: 1px solid black;
}

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

.theme_light_cv_table tr td:nth-child(2) {
	border-right: 0;
}

.theme_light_cv_table tr td:nth-child(3) {
	border-right: 0;
	border-left: 0;
}

.theme_light_cv_table tr td:nth-child(4) {
	border-left: 0;
}

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

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

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

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

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

.theme_light_calendar {
	background-color: #ffffff;
}

.theme_light_textarea {
	border-color: 1px solid #DFE1E5;
	border-radius:		4px;
}

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

.theme_light_signature_dot {
	fill: #000000;
}

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

.theme_light_applications td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #DFE1E5;
}
