﻿html {
	position: relative;
	height: 100%;
	min-width: 450px;
}

body {
	margin-bottom: 80px;
	min-height: 100%;
	/*min-width: 400px;*/
}

#Menu{
	background-color: white;
}


#Menu .k-link {
	font-weight: 600;
	padding-block: 0.75rem;
}

/* #region Footer styles */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
.k-filter-menu-container label {
	margin: 2px 10px 2px 10px;
}
.k-filter-menu-container label input {
	margin-right: 5px;
}
/* #endregion */

	@media (max-width: 1054px) {
		#responsive-panel {
			transition: all linear .2s;
		}

		#configure {
			display: block;
			position: absolute;
			right: 15px;
		}

		.k-rpanel {
			width: 100%;
		}

		.k-rpanel-expanded {
			margin-top: 1rem;
		}

		.navbar-header {
			width: 100%;
		}

		.footer {
			height: 60px;
		}

		.k-menu .k-item,
		.k-menu .k-link {
			width: 100%;
		}

		.k-menu .k-link {
			box-sizing: border-box;
		}
	}

	.k-menu:not(.k-context-menu) > .k-item {
	color: #212529
}

.k-scheduler-timelineMonthview > tbody > tr:nth-child(1) .k-scheduler-table tr:nth-child(2) {
	display: none;
}

.k-grid .k-grid-toolbar .k-grid-add,
.k-grid tbody .k-button {
	min-width: 0;
}

	.k-grid .k-grid-toolbar .k-grid-add .k-icon,
	.k-grid tbody .k-button .k-icon {
		margin: 0;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}

h1 a {
	color: #122e51;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

h1 a:hover {
	color: #122e51;
}

.tm-nav {
	background-color: #E5E5E5;
	background-image: url('../images/elevation.png');
}

.tm-sidemenu {
	position: absolute;
	z-index: 100;
	height: 100%;
	background: #374151;
	display: none;
	max-width: 100vw;
	padding-top: 16px;
	text-align: left;
	left: 0;
}

.tm-sidemenu-ribbon {
	background: #374151;
	color: white;
	padding: 16px 4px 0 4px;

}

.tm-sidemenu-close {
	width: 100%;
	text-align: left;
	display: inline-block;
	background: transparent;
	border: none;
	box-shadow: none;
}

	.tm-sidemenu-close:hover,
	.tm-sidemenu-close:active,
	.tm-sidemenu-close:focus {
		background: transparent;
		box-shadow: none !important;
	}

.tm-sidemenu ul {
	color: white;
	padding: 0;
	font-size: 16px;
	list-style: none;
}

	.tm-sidemenu ul a {
		width: 100%;
		text-align: left;
		display: inline-block;
		text-transform: none;
	}

.padd-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.bott-20 {
	padding-bottom: 20px;
}

.tm-header {
	padding: 16px;
	position: relative;
	background: #122e51;
	color: white;
}

.tm-header h3 {
	margin: 0;
}

.tm-timesheet {
	position: relative;
}


.tm-timesheet-header {
	background: #122e51;
	width: 100%;
	color: white;
}
.tm-timesheet-status {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: bold;
}
.tm-timesheet-header span.k-icon {
	font-size: 32px;
}
.tm-timesheet-status span.k-icon {
	font-size: 48px;
}

.tm-locked-timesheet p {
    margin: 0;
}

.k-edit-form-container {
	width: auto;
	min-width: 350px;
}

.editor-template-container {
	max-width: 100%;
	padding: 0 15px;
}

.editor-template-container label{
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.editor-template-validation-summary, 
.validation-summary-errors ul {
	list-style: none;
	margin-bottom: 15px;
	border: 1px solid #EBCED3;
	background: #F2DEDF;
	color: #BD4932;
	padding: 0;
}

	.validation-summary-errors ul li,
	.editor-template-validation-summary li {
		display: block;
		margin: 0.5em;
		padding: 0 5px;
	}

		.editor-template-validation-summary li span {
			margin-top: -4px;
		}

.timesheet-report-table {
    width: 100%;
    border: 1px solid lightgrey;
}

.timesheet-report-table tr td,th{
    padding-top: 10px;
    padding-bottom: 10px;
}

.timesheet-report-table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.timesheet-report-table tr:nth-child(odd) td.service-differ {
	background: #EFE2B1;
}

.timesheet-report-table tr:nth-child(odd) td.service-same {
	background: #BCD8BD;
}

.timesheet-report-table td, th {
    padding-left: 10px;
	padding-right: 10px;
}

.timesheet-report-table td + td {
    border-left: 1px solid lightgrey;
}

.timesheet-report-table th + th {
    border-left: 1px solid lightgrey;
}

.timesheet-report-table td + th {
    border-left: 1px solid lightgrey;
}

@media print {
    body * {
        visibility: hidden;
    }

    #timesheetReport, #timesheetReport * {
        visibility: visible;
    }

    #timesheetReport {
        position: absolute;
        left: 0;
        top: 0;
    }

    #print-button, #print-button * {
        visibility: hidden;
    }
}

.k-grid-filter.k-state-active {
	background-color: #F7CB62;
}

.k-toolbar > * {
	align-items: center;
}

/* Provides backward compatibility support for custom sprites */
.k-sprite {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-ms-high-contrast-adjust: none;
}

/* Removes sprite styles from font icons */
.k-sprite.k-icon {
	font-size: 16px;
	line-height: 1;
}

.k-panelbar > .k-item > .k-link.k-selected, .k-panelbar > .k-item > .k-link.k-state-selected, .k-panelbar > .k-panelbar-header > .k-link.k-selected, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected {
	color: #0d6efd;
	background-color: #fff;
}

.k-panelbar > .k-item > .k-link.k-selected.k-hover, .k-panelbar > .k-item > .k-link.k-selected:hover, .k-panelbar > .k-item > .k-link.k-state-selected.k-state-hover, .k-panelbar > .k-item > .k-link.k-state-selected:hover, .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover, .k-panelbar > .k-panelbar-header > .k-link.k-selected:hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected.k-state-hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected:hover {
	background-color: #fff;
}


.k-panelbar > .k-item > .k-link.k-focus, .k-panelbar > .k-item > .k-link.k-state-focus, .k-panelbar > .k-item > .k-link.k-state-focused, .k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focused, .k-panelbar > .k-panelbar-header > .k-link:focus {
	box-shadow: none;
}

.k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-item > .k-link.k-state-focus, .k-panelbar > .k-item > .k-link.k-state-focused, .k-panelbar > .k-panelbar-header > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focus, .k-panelbar > .k-panelbar-header > .k-link.k-state-focused {
	box-shadow: none;
}

.image-horodateur {
	width: 120px;
	cursor: pointer;
}

.document-horodateur {
	width: 120px;
}

.document-horodateur > span {
	width: 100%;
	font-size: 32px;
}

.image-detail {
	display: flex;
}

.image-detail > img {
	margin-left: auto;
	margin-right: auto;
}

