﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}


/* #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;
}
/* #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;
	}

.k-grid, .k-header, .k-grid-toolbar, .k-scheduler {
	border: none;
}

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;
}

.k-toolbar, .k-window-titlebar, .k-button {
	color: #ffffff;
	background-color: #445064;
	border-color: #445064;
	box-shadow: none;
}

.k-grid .k-toolbar .k-button:hover {
	background-color: #616c7f;
	border-color: #616c7f;
	color: white;
}

.k-form-error {
	color: #BD4932;
}

.k-grid-content-sticky{
	background-color: white;
}

.k-grid tbody td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 2px;
}

.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-top: 16px;
}

.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-top: 10px;
	position: relative;
}

.cna-timesheet {
	position: relative;
}

.cna-locked-timesheet {
	font-family: 'Montserrat', sans-serif;
	background: #445064;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: white;
	padding-top: 15px;
}

.cna-locked-timesheet span {
	font-size: 48px;
}

.cna-locked-timesheet p {
    margin: 0;
}

.k-edit-form-container {
	width: auto;
}

.editor-template-container {
	max-width: 100%;
	width: 750px;
	padding: 0 15px;
}

.editor-template-validation-summary,
.cna-validation-summary,
.validation-summary-errors ul {
	list-style: none;
	margin-bottom: 15px;
	background: #F2DEDF;
	color: #BD4932;
	padding: 0;
	margin-top: 10px;
}

	.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-tooltip {
	background-color: white;
}