﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	padding-bottom: 20px;
}

@media screen and (max-width: 509px) {
	body {
		padding-top: 40px;
	}
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
	max-width: 280px;
}*/

input, textarea {
	border: 1px solid darkgray;
}

.btn-default {
	padding: 2px 4px;
}

.grid {
    padding:0px 2px;
    width:100%;
}

.halfgrid {
    word-wrap: break-word;
    table-layout: fixed;
}

.sort {
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #c2c2c2;
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	.techdd {
		width: 65px;
	}
}

@supports not (-webkit-overflow-scrolling: touch) {
	/* CSS for other than iOS devices */
	.techdd {
		width: 34px;
	}
}

@media screen and (min-width: 769px) {
	.size5b {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.size5a {
		display: none;
	}

	.size5b {
		display: inherit;
	}
}

@media screen and (min-width: 991px) {
	.taskoverview, .btn {
		font-size: 14px;
		/*background-color: red;*/
	}
	.taskoverview th:nth-child(1) {
		width: 22px;
	}
	.taskoverview th:nth-child(2) {
		width: 59px;
	}
	.taskoverview th:nth-child(4) {
		width: 57px;
	}
	.taskoverview th:nth-child(6) {
		width: 79px;
	}
	.taskoverview th:nth-child(7) {
		width: 70px;
	}
	.taskoverview th:nth-child(8) {
		width: 86px;
	}
	.taskoverview th:nth-child(10) {
		width: 120px;
	}
	.taskoverview td:nth-child(10) select {
		width: 85px;
	}
	.size1a, .size2b, .size3b {
		display: none;
	}
	.activetasks th:nth-child(2),
	.activetasks th:nth-child(3),
	.inactivetasks th:nth-child(2),
	.inactivetasks th:nth-child(3) {
		width: 140px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.taskoverview, .btn {
		font-size: 12px;
		/*background-color: blue;*/
	}
	.taskoverview th:nth-child(1) {
		width: 22px;
	}
	.taskoverview th:nth-child(2) {
		width: 52px;
	}
	.taskoverview th:nth-child(4) {
		width: 50px;
	}
	.taskoverview th:nth-child(6) {
		width: 70px;
	}
	.taskoverview th:nth-child(7) {
		width: 65px;
	}
	.taskoverview th:nth-child(8) {
		width: 65px;
	}
	.taskoverview th:nth-child(10) {
		width: 105px;
	}
	.taskoverview td:nth-child(10) select {
		width: 70px;
	}
	.size1b, .size2b, .size3b {
		display: none;
	}
	.activetasks th:nth-child(2),
	.activetasks th:nth-child(3),
	.inactivetasks th:nth-child(2),
	.inactivetasks th:nth-child(3) {
		width: 100px;
	}
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	.taskoverview, .btn {
		font-size: 11px;
		/*background-color: blue;*/
	}
	.taskoverview th:nth-child(1) {
		width: 22px;
	}
	.taskoverview th:nth-child(2) {
		width: 48px;
	}
	.taskoverview th:nth-child(4) {
		width: 46px;
	}
	.taskoverview th:nth-child(6) {
		width: 58px;
	}
	.taskoverview th:nth-child(7) {
		width: 40px;
	}
	.taskoverview th:nth-child(8) {
		width: 40px;
	}
	.taskoverview th:nth-child(10) {
		width: 95px;
	}
	.taskoverview td:nth-child(10) select {
		width: 60px;
	}
	.size1a, .size2a, .size3b {
		display: none;
	}
	.btn-default {
		padding: 1px 2px;
	}
	.activetasks th:nth-child(2),
	.activetasks th:nth-child(3),
	.inactivetasks th:nth-child(2),
	.inactivetasks th:nth-child(3) {
		width: 100px;
	}
}

@media screen and (max-width: 590px) {
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	.taskoverview th:nth-child(9) {
		width: 52px;
	}
	.taskoverview td:nth-child(9) select {
		width: 45px;
	}
	.size3a {
		display: none;
	}
	.size3b {
		display: inherit;
	}
	.activetasks th:nth-child(2),
	.activetasks th:nth-child(3),
	.inactivetasks th:nth-child(2),
	.inactivetasks th:nth-child(3) {
		width: 40px;
	}

	.nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media screen and (max-width: 400px) {
	.nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media screen and (max-width: 280px) {
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	.navbar-brand {
		font-size: 16px;
	}

	.fieldsmall {
		font-size: 12px;
	}
}


.loggrid {
	table-layout: fixed;
	width: 100%;
}

.gvtime {
	margin-bottom: 5px;
}

.gvtime th:nth-child(1) {
	/*width: 55px;*/
	width: 80px;
}

.gvtime th:nth-child(3) {
	width: 30px;
}

.gvitem th:nth-child(2) {
	text-align: right;
}

.gvitem td:nth-child(2) {
	text-align: right;
}

.gvitem2 th:nth-child(3) {
	text-align: right;
}

.gvitem2 td:nth-child(3) {
	text-align: right;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	.jumbotron {
		margin-top: 20px;
	}

	.body-content {
		padding: 0;
	}
}

td, th {
	/*padding-left: 3px;
padding-right: 3px;*/
	padding: 1px 3px;
}

.taskoverview {
	width: 100%;
	word-wrap: break-word;
	table-layout: fixed;
}

.activetasks, .inactivetasks, .gvtime, .gvitem, .gvtime2, .gvitem2 {
	width: 100%;
}

.statusdot {
	font-size: 24px;
	line-height: 50%;
	position: relative;
	top: 2px;
	color: cornflowerblue;
}

.circle {
	background-color: gray;
	border: 2px solid black;
	width: 18px;
	height: 18px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 4px 0 0 2px;
}

.pointer {
	cursor: pointer;
}

.warning {
	color: red;
}

.ontop {
	position: absolute;
	z-index: 9999;
	top: -2px;
	left: 5px;
}

h5 {
	font-weight: bold;
	margin-bottom: 0;
}

.field {
	margin-bottom: 20px;
}

.grayborder {
	border: 1px dashed lightgray;
}

.popup2 {
	display: none;
	position: absolute;
	z-index: 9999;
	top: -4px;
	left: -10px;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
}

.navbar-header > img {
	margin-top: 16px;
	margin-left: 5px !important;
}

@media (min-width: 560px) {
	.navbar-own {
		padding: 7px 15px 24px 15px;
	}
	.navbar-top {
		padding: 7px 15px 7px 15px;
	}
	.navbar-start {
		padding: 4px 2px 4px 15px;
		font-size: 12px;
	}
	.navbar-mid {
		margin-left: -4px;
		padding: 4px 2px 4px 2px;
		font-size: 12px;
	}
	.navbar-end {
		margin-left: -4px;
		padding: 4px 15px 4px 2px;
		font-size: 12px;
	}
}
@media (max-width: 559px) {
	.navbar-own {
		padding: 7px 8px 24px 8px;
	}
	.navbar-top {
		padding: 7px 8px 7px 8px;
	}
	.navbar-start {
		padding: 4px 2px 4px 8px;
		font-size: 12px;
	}
	.navbar-mid {
		margin-left: -4px;
		padding: 4px 2px 4px 2px;
		font-size: 12px;
	}
	.navbar-end {
		margin-left: -4px;
		padding: 4px 8px 4px 2px;
		font-size: 12px;
	}
}

@media (min-width: 510px) {
	.size4a {
		display: none;
	}
}

@media (max-width: 509px) {
	.size4b {
		display: none;
	}
}

.navbar-inverse {
	background-color: #002e5d;
}

.navbar-selected {
	background-color: #001a33;
}

.navbar-normal:hover, .navbar-normal:focus, .navbar-normal > a:hover, .navbar-normal > a:focus {
	/*color: #ffffff;*/
	color: #9d9d9d;
	text-decoration: none;
	background-color: #001a33;
}

.navbar-normal {
	float: left;
	/*padding: 15px 15px;*/
	/*padding: 7px 15px 7px 15px;*/
	padding: 7px 0 7px 0;
	font-size: 15px;
	/*color: #9d9d9d;*/
	color: white;
	line-height: 20px;
	height: 50px;
}

.navbar-brand:hover, .navbar-brand > a:hover {
	background-color: #001a33 !important;
	color: #9d9d9d !important;
	text-decoration: none;
}

.navbar-brand {
	/*padding: 7px 15px 7px 15px;*/
	padding: 7px 0 7px 7px;
	/*font-size: 18px;*/
}

.navbar-brand > a {
	color: white !important;
	padding: 7px 15px 22px 7px;
	/*font-size: 18px;*/
}

.navbar-normal > a {
	/*color: #9d9d9d;*/
	color: white;
}

.navbar-icon {
	padding: 7px 15px 15px 15px;
}

@media screen and (max-width: 509px) {
	.navbar, .navbar-brand, .navbar-normal {
		min-height: 40px;
		height: 40px;
	}

	.navbar-brand > a, .navbar-brand > a:hover {
		padding: 7px 15px 13px 7px;
	}
}

@media (max-width: 350px) {
	.navbar-icon {
		padding: 7px 10px 15px 10px;
	}
}

@media (min-width: 390px) {
	.datewidth {
		width: 128px;
	}
}

@media (min-width: 300px) and (max-width: 390px) {
	.datewidth {
		width: 100px;
	}
}

@media (max-width: 300px) {
	.datewidth {
		width: 80px;
	}
}

/*.commandcol{
    width: 48px;
}*/

.command {
	margin: 0;
	padding: 0;
    padding-bottom: 1px;
	height: 16px;
	border-style: none;
    text-align:center;
    align-items:start;
    
    background:none;    
}

.command-label {
    opacity:0.5;
}
.commandimg img {
	margin: 0;
	padding: 0;
	height: 16px;
	width: 16px;
	border-style: none;
}

/*.hover {
	margin-top: 16px;
	margin-left: 5px;
}*/

/*.hover:hover {
	filter: brightness(300%);
}*/

.hover:hover img {
	filter: brightness(60%);
}

.userinfo {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	/*left: -60px;
	left: 250px;*/
	right: 10px;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	font-size: 12px;
}

/*input[type=submit] {
	background-color: #f3f3f3;
	border-color: lightgray;
	border-width: 1px;
	padding: 2px 4px;
	line-height: 110%;
}*/

.topbutton {
	background-color: LightGray;
}

.stripes {
	/*background-color: #001a33 !important;
	color: #9d9d9d !important;*/
	/*background-color: red;*/
	/*background-color: white;*/
	/*background: repeating-linear-gradient(-45deg, #880000, #880000 10px, #222222 10px, #222222 20px);*/
	background: repeating-linear-gradient(-45deg, #880000, #880000 10px, #002e5d 10px, #002e5d 20px);
}

.stripes a {
	/*text-shadow: -2px 2px black, 2px 2px black, 2px 2px black, 2px -2px black;*/
	text-shadow: -2px 0 3px black, 0 2px 3px black, 2px 0 3px black, 0 -2px 3px black;
}

.stripes2 {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 30px, #fafafa 30px, #fafafa 60px);
}


.copydown, .copyup, .copydown2, .copyup2, .copydown3, .copyup3 {
	cursor: pointer;
}

/*.copydown {
	
}

.copyup {
	
}*/

.ui-datepicker {
	border: 2px solid #505669;
	background-color: white;
	padding: 2px 2px;
}

.ui-datepicker-today {
	background-color: #2e89c1;
}

.ui-datepicker-today > a {
	color: white;
}

.ui-datepicker-prev, .ui-datepicker-next {
	cursor: pointer;
	font-size: 19px;
}

.ui-datepicker-prev {
	margin-left: 10px;
}

.ui-datepicker-next {
	/*float: right;
	margin-right: 10px;*/
	margin-left: 140px;
}

.ui-datepicker-title {
	/*margin-left: 105px;*/
	margin-left: 35px;
	margin-top: -25px;
	font-size: 16px;
	font-weight: bold;
}

#ui-datepicker-div {
	display: none;
}