kbd {
	padding: 2px 8px;
}


/****************************
*
*	Override Chosen CSS
*
****************************/
.chosen-container-single .chosen-single {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-image: none;
	border: 1px solid #ccc;
}

.chosen-container .chosen-drop {
	border: 1px solid #ccc;
	border-top: 0;
}

#timesheet-table td.timesheet-project .chosen-container {
	width: calc(100% + 2px) !important;
}

#timesheet-table td.timesheet-project .chosen-single {
	background-color: inherit;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#timesheet-table td.timesheet-project .chosen-container .chosen-drop {
	margin-left: -1px;
	border: 1px solid #ddd;
	border-top: 0;
}

#timesheet-table tr:nth-child(odd) td.timesheet-project .chosen-container .chosen-drop {
	background-color: #f9f9f9;
}

.chosen-container .chosen-results {
	max-height: 120px;
}

/********************************
*								*
*		Timesheeet.php			*
*								*
********************************/
#timesheet-table td div[contenteditable='true'] {
	height: 100%;
	width: 100%;
}
#timesheet-table td div[contenteditable='true']:focus {
	outline: 2px solid #9fc2fa;
}

#timesheet-table td.timesheet-project {
	padding: 0;
}
#timesheet-table > tbody > tr .bad-input{
	background-color: #FFCCCC;
}
#timesheet-table .same-day{
	color: transparent;
}
#timesheet-table > tbody > tr > td > #remove {
	background-color: #cc0000;
	border-radius: 5px;
	float: right;
	padding: 5px;
	position: absolute;
	right: -12px;
	top: 7px;
	color: #fff;
}
#timesheet-table > tbody > tr > td > #remove:hover {
	cursor: pointer;
}
#remove {
	display: none;
}
#timesheet-table > tbody > tr:hover > td > #remove {
	display: inline;
}
#timesheet-table .content-editable-td {
	padding: 0;
	position: relative;
}
#timesheet-table #new-row .content-editable-td  {
	padding: 0;
	position: relative;
}
#timesheet-table #new-row #remove {
	display: none;
}
#timesheet-table .content-editable-td div[contenteditable='true'] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 7px;
}
#timesheet-table .glyphicon-remove {
	font-size: 12px;
}
.table th.top, .table td.top { 
    border-top: none !important; 
}
.shortcuts {
	text-align: right;
	width: 150px;
}
#modalDelete .hidden-id {
	display: none;
}

/***************************
	Tools.php
***************************/
a.tool {
	width: 100%;
	height: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

a.tool h3 {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0; 
}

.col-md-6 {
	width: 35%;
}

/***************************
	pwshare_home.php/pwshare_get.php
***************************/

.pwbox{
	border: 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 36px;
	width: 100%;
	cursor: pointer;
	background-color: #CCCCCC;
}

.linkbox{
	border: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	cursor: pointer;
	background-color: #CCCCCC;
}

.blurred{
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
.semi-blurred{
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.expired{
	background-color: #FFCCCC;	
}

#pw-table td{
	text-align: center;
}

.padded-form{
	padding-left: 18px;
	padding-right: 18px;
}

.redacted {
   	color: #000;
   	background-color: #000;
}
.redacted-reveal {
	color: #FFF;
   	background-color: #000;
}


/* timesheet reporting */
.proj-title{
	text-align: center;
	font-weight: bold;
	border-bottom: 3px solid black;
}

.overall-report-container{
	border: 1px solid black;
}


.slider-handle {
	background: #f26432;
}



.btn-primary.form-control {
	width: 20%;
	min-width: 200px;
}

/***************************
	Home.php
***************************/
	
body {
	font-family: 'Mark', sans-serif;
}

.navbar-default {
	padding: 10px;
	text-transform: uppercase;
}

.navbar-default a {
	color: black;
	transition: 0.2s ease-in-out;
}

#password_link {
	margin-top: 10px;
}

.navbar-default a:hover {
	color: #f26432;
	text-decoration: none;
}

.form-group label {
	text-transform: uppercase;
}

.panel-heading h3 {
	text-transform: uppercase;
	font-size: 30px;
}

.btn-primary {
	background: #f26432;
	border: none;
	text-transform: uppercase;
	transition: 0.2s;
}

.btn-primary:hover {
	background: #f26432;
	color: black;
}