﻿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;
}

.k-command-cell .k-button, .k-menu .k-item {
	padding: 0.5em 1em;
}
/* #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: 980px) {
	#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-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: #445064;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

h1 a:hover {
	color: #445064;
}

.cna-nav {
	background-color: #E5E5E5;
	background-image: url('../images/elevation.png');
}

.cna-sidemenu {
	position: absolute;
	z-index: 100;
	height: 100%;
	background: #374151;
	display: none;
	max-width: 100vw;
	padding-top: 16px;
	text-align: left;
	left: 0;
}

.cna-sidemenu-ribbon {
	background: #374151;
	color: white;
	padding: 16px 4px 0 4px;

}

.cna-sidemenu-close {
	width: 100%;
	text-align: left;
	display: inline-block;
	background: transparent;
	border: none;
	box-shadow: none;
}

	.cna-sidemenu-close:hover,
	.cna-sidemenu-close:active,
	.cna-sidemenu-close:focus {
		background: transparent;
		box-shadow: none !important;
	}

.cna-sidemenu ul {
	color: white;
	padding: 0;
	font-size: 16px;
	list-style: none;
}

	.cna-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;
}

.cna-header {
	padding: 16px;
	position: relative;
	background: #445064;
	color: white;
}

.cna-header h3 {
	margin: 0;
}

.cna-timesheet {
	position: relative;
}


.cna-timesheet-header {
	background: #445064;
	width: 100%;
	color: white;
}
.cna-timesheet-status {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: bold;
}
.cna-timesheet-header span.k-icon {
	font-size: 32px;
}
.cna-timesheet-status span.k-icon {
	font-size: 48px;
}

.cna-locked-timesheet p {
    margin: 0;
}

.k-edit-form-container {
	width: auto;
}

.editor-template-container {
	max-width: 100%;
	padding: 0 15px;
}

.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 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;
}