:root {

/* Colors: */
--text-color: #FFFFFFF;
	--title-color: #9b9b9b;
--grundfarbe-mittel: #8D8D8D;
--grundfarbe-halbhell: #ADADAD;
--grundfarbe-hell-schatten: #E5E5E5;
--grundfarbe-hell: #F3F3F3;
--primary-color: #1d2125;
--secundary-color: #919191;
--ss-primary-color: #3e87c8;




/* Font/text values */
--primary-font-family: MontserratMedium;
--secondary-font-family: MontserratMedium;
--secondary-font-bold: MontserratMedium;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/montserrat/montserrat-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.btn-secondary {
	--bs-btn-bg: #3e87c8;
}

html {
    position: relative;
    height: 100%;
}
body {
    margin-bottom: 98px; /* Margin bottom by footer height */
	color: var(--text-color);
	background-color: var(--secundary-color);
	height: 100%;
}

h1 {
	font-family: var(--primary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 64px;
	letter-spacing: 1.8px;
	color: var(--text-color);
}

h2 {
	font-family: var(--primary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0.9px;
	color: var(--text-color);
}


h3 {
	font-family: var(--primary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 0.9px;
	color: var(--text-color);
}

.full_container {
	width: 100%;
}

.half_container {
	width: 50%;
}

.div_hidden {
	display: none;
}

.nav_div {
	background-color: var(--primary-color);
	color: var(--title-color);
	padding: 1em;
	width: 100%;
	margin: 0;
}

.nav_logo{
	height: 4em;
}

.nav_btn{
	height: 2em;
}

.title-container {
	background-color: var(--primary-color);
	color: var(--title-color);
	padding: 1em;
	width: 100%;
	margin-bottom: 1em;
}

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fefefe;
	opacity: 0.7;
	z-index: 100000000;
	background: rgba(255, 255, 255, 0.8) url(../img/ajax-loader.gif) 50% 50% no-repeat;
}

#overlay_message {
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 40%;
	width: 100%;
}

@media (max-width: 600px) {
	.div_tablet {
		display: none;
	}
	.div_tablet_desktop {
		display: none;
	}
}

@media (min-width: 601px) {
	.div_mobile {
		display: none;
	}
}

@media (max-width: 1024px) {
	.div_desktop {
		display: none;
	}
}

@media (min-width: 1025px) {
	.div_tablet {
		display: none;
	}
	.div_mobile_tablet {
		display: none;
	}
}

.main_tab{
	background-color: #3e87c8;
	padding: 0.5em;
	border-top:  1px solid #000000;
}

.main_tab .nav-link {
	background-color: #3e87c8;
	border: 1px solid #000000;
	color: #000000;
	padding: 0.1em 0.3em;
	margin-right: 0.5em;
}

.main_tab .nav-link.active {
	background-color: #333333;
	color: #ffffff;
}

.data_table{
	width: 100%;
}

.data_table thead{
	background-color: var(--primary-color);
	color: #ffffff;
}

.table_button{
	height: 24px;
	cursor: pointer;
}

.table_button_inactive{
	cursor: default;
}


.button_div {
	display: flex;
}

@media (max-width: 600px) {
	.button_div {
		display: block;
	}
}

.data_table {
	font-size:0.8em;
}

.row_even {
	background-color: lightgrey;
}

.row_odd {
	background-color: white;
}

.row_even_billed {
	background-color: #a7e58c;
}

.row_odd_billed {
	background-color: #d3f5c4;
}

.time_record_container {
	width: 100%;
	padding: 2%;
	font-size:0.8em;
}

.modal-content{
	border: 1px solid #3e87c8;
}

.modal-body{
	background-color: var(--secundary-color);
}

.modal-header{
	background-color: var(--primary-color);
	color: #3e87c8;
	font-size:2em;
	border-bottom: 1px solid #3e87c8;
}

.modal-footer{
	background-color: var(--primary-color);
	border-top: 1px solid #3e87c8;
}

.error_text{
	font-weight: bold;
	font-size:2em;
}

.filter{
	margin-right: 0;
	padding-bottom: 0.5em;
}

.filter_frame{
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.red_frame{
	border: 2px solid red;
}

.modal-dialog-medium {
	font-size: 1rem;
	max-width: 90%;
}
.modal-dialog-large {
	font-size: 1rem;
	max-width: 90%;
}


@media all and (min-width: 576px) {
	.modal-dialog-medium {
		font-size: 1rem;
		max-width: 800px;
	}
}

largercheckbox input[type="radio"], .largercheckbox input[type=checkbox] {
	width: 20px;
	height: 20px;
	accent-color: #3e87c8;
}
.largercheckbox input[type="radio"] :checked, .largercheckbox input[type=checkbox] :checked {
	margin-left: 25px;
	border: 1px solid blue; }
.largercheckbox input[type=checkbox]:checked + label {
	font-weight: bold; }
.largercheckbox label {
	margin-left: 5px;
	margin-top: -10px; }

.data_table th {
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: var(--primary-color);
}
.data_table th[scope=row] {
	background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
}

.panel_divider{
	background-color: #3e87c8;
	cursor : ns-resize;
	height: 10px;
	width: 100%;
}

#timesheet_frame {
	height: 400px;
	overflow-y: auto;
}

#customer_frame {
	width: 100%;
	background: var(--primary-color);
}

#timesheet_customer_frame {
	height: 200px;
	width: 100%;
	display: flex;
}

.hidden {
	display: none;
}

a button{
	text-decoration: none;
}

.customer_overview_title{
	color:white;
	font-weight: bold;
	display: flex;
}

#customer_frame .row{
	margin-right: 0;
}

.customer_overview{
	font-size:0.8em;
	padding : 1em;
	width: 50%;
	height : 100%;
}

.customer_overview_table_frame{
	width : 100%;
	height: 90%;
	overflow-y: auto;
	background-color: var(--secundary-color);
	border-radius: 5px;

}
.customer_overview_table{
	width : 100%;


}

a {
	color: var(--primary-color);
	text-decoration: none;
}

.right_column{
	text-align:right;
	padding-right: 1em;
}

.customer_export_last_frame{
	text-align:right;
}

.export_customer_timesheets_frame{
	height: 500px;
	overflow-y: auto;
}

#export_customer_last_export{
	width: 100px;
}

#ExportCustomer{
	--bs-btn-padding-x: 0.200rem;
	--bs-btn-padding-y: 0.200rem;
}

#export_customer_duration {
	text-align: right;
}

.time_filter{
	padding: 0.125rem 0.75rem;
}

#filter_search{
	max-width: 300px;
}

.block-titel {
//	font-family: var(--secondary-font-bold);
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: var(--primary-color);
	border-bottom: solid;
	border-color: var(--primary-color);
	margin-bottom: 5px;
	margin-top: 20px;
}

