#content {
	color:#000;
}
#toolbar{
		    position: fixed;
    top: 100px;
    left: 10px;
    border-style: outset;
    border-radius: 10px;
    padding: 10px 5px 2px;
}

#content,#subnavigation,#flash {
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #d3e0e9;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

#flash {
	padding:0;
}

#flash .alert {
	margin-bottom: 0!important;
}

.form-control {
	color:#333;
}

a,.dropdown-menu > li > a {
	color:#333;
}

.dropdown-menu > li.project {
	padding-left:20px;
	font-size: 10px;
	text-align: inherit;
}

.typeahead-wrapper {
	display: block;
	margin: 50px 0;
}
.tt-dropdown-menu {
	background-color: #0c4264;
	color:#FFF;
	border: 1px solid #000;
	cursor:pointer;
	width: 100%;
	max-height: 150px;
	overflow-y:auto;
}
.tt-suggestion.tt-cursor {
	background-color: #999;
}

span.twitter-typeahead {
	display:block!important;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color:#0c4264;
  border-style: solid none;
  border-width: 1px 0;
  margin: 5px 0 5px 0;
}

.bootstrap-select .alert {
	margin-bottom: 0!important;
	padding: 2px 25px 2px 10px;
}

.bootstrap-select > .dropdown-toggle.btn {
	padding:0;
}

.help-block {
	color:#666;
}

.progress-bar {
   transition-duration: 3s;
}

h5.subheader {
	color:#0B3D5C;
}

.table tbody tr.success td {
  background-color: #8bd90d !important;
}

.table tbody tr.warning td {
  background-color: #EBC634!important;
}

.table tbody tr.danger td {
  background-color: #C42A2A!important;
}
.tasksview{
  overflow-y: scroll!important;
  height: 200px;
}
.table > thead > tr > th {
	text-align: center;
}
#calendarWindow {
	margin-left: 15px;
	margin-right: 15px;
}


.countup {
  text-align: center;
  margin-bottom: 20px;
}
.countup .timeel {
  display: inline-block;
  padding: 10px;
  background: #151515;
  margin: 0;
  color: white;
  min-width: 2.6rem;
  margin-left: 0px;
  border-radius: 5px;
}

.avatar-circle {
 width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #0D3A58;
}

.initials {
      position: relative;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    font-family: "Courier New", monospace;
    font-weight: bold;
}


.profile-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.profile-placeholder.external {
  background-color: rgba(0, 0, 0, 0.8);
}

.hiddenEntry {
  display: none;
}

blockquote {
	margin: 20px 0;
	padding: 10px 20px;
	background-color: #edeaeaac;
	border-left: 5px solid #ccc;
	font-style: italic;
	font-size: 1em;
}

blockquote + footer {
	margin-top: -20px;
	padding:5px;	
	font-size: 0.8em;
	color: #666;
	background-color: #ccc;
}

blockquote + footer cite {
	font-style: normal;
	font-weight: bold;
}

.progress-exkl-color, .progress-inkl-color, .progress-uncl-color {
	background-image:none !important;
	font-size: 14px;
}

.progress-inkl-color {
	background-color: #2e8300;
}
.progress-exkl-color {
	background-color: #08456b;
}
.progress-uncl-color {
	background-color: #ff0e0e;
	color:#c8c8c8;
}

#hours-progress {
	cursor: pointer;
}

#hours-table {
	display: none;
}