
a, a:hover {text-decoration: none;}

/* begin spacing */

.margin-top-xs {margin-top:5px;}
.margin-top-sm {margin-top:10px;}
.margin-top-md {margin-top:20px;}
.margin-top-lg {margin-top:40px;}
.margin-top-xl {margin-top:80px;}

.padding-left-xs {padding-left:5px;}
.padding-left-sm {padding-left:10px;}
.padding-left-md {padding-left:20px;}
.padding-left-lg {padding-left:40px;}
.padding-left-xl {padding-left:80px;}

.padding-xs {padding:5px;}
.padding-sm {padding:10px;}
.padding-md {padding:20px;}
.padding-lg {padding:40px;}
.padding-xl {padding:80px;}

/* end spacing */

/* begin separators */
.hr-top-thin {
	margin-top:5px;
	padding-top:5px;
	border-top: 1px solid #e7e7e7;
}
.hr-bottom-thin {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #e7e7e7;
}
/* end seperators */

/* begin fonts */

.text-xs {font-size: 0.6em;}
.text-sm {font-size: 0.8em;}
.text-md {font-size: 1.0em;}
.text-lg {font-size: 1.2em;}
.text-xl {font-size: 1.4em;}

.text-bold {font-weight: bold;}

.text-light {
	color:#666666;
}

.text-lighter {
	color: #838383;
}

.text-lightest {
	color: #999999;
}

.text-upper {
	text-transform: uppercase;
}
/* end fonts */

/* begin colors */
.bg-tm-success {
	background-color: #61bd4f;
}
.bg-tm-danger {
	background-color: #b04632;
}
.bg-light {
	background-color: #eef1ed;
}
/* end colors */

/* begin form elements */
.button-check {
	float:right;padding:2px;color:white;margin-top:1px;border-radius:3px;
}

/*
.popup-menu {
	position: absolute;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
	z-index: 3000;
	box-shadow: 1px 1px 8px #666666;
}

.fixed-menu {
	position: fixed;
	
	background-color: #eef1ed;
	padding: 10px;
	z-index: 3000;
	box-shadow: 1px 1px 4px #666666;
	width: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 5px;
}
*/

/*
right: 0px;
	top: 36px;
	bottom: 0px;
*/

.overlay {
	z-index:6000;display:none;position:absolute;width:100%;height:100%;padding:0;margin:0;border:0;left:0px;top:0px;
	background-color:#ffffff;
	opacity:0.40;
	MozOpacity:0.40;
	filter:alpha(opacity=40)
}

.ajaxOverlay {
	z-index:6000;display:none;position:fixed;top:50%;left:50%;margin-top:-50px;margin-left:-50px;
}

.fixed-menu-spacer {
	margin-right:360px !important;
}

.fieldset-input-label {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px lightgray solid;
    padding-left: 3px;
    padding-bottom: 5px;
}

/*
.fieldset-input-label legend {
	display: block;
	width: auto;
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 0.8em;
	border: auto;
	border-bottom: none;
	font-weight:bold; 
	color:#777777;
}
*/

.fieldset-input-label input:focus,.fieldset-input-label select:focus,.fieldset-input-label textarea:focus {
	outline-width: 0;
}

.tab-pane {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding:10px;
	background-color: #ffffff;
}

.progress-slider-outer {
	height: 6px;
	border-radius:5px;
	background-color: #a7a7a7;	
}

.progress-slider-inner {
	height: 6px;
	border-radius: 5px;
}

.cursor-pointer {
	cursor:pointer;
}

.inline {
	display: inline-block;
}

.well-condensed {
	padding: 10px;
}

.well-xs {
	padding: 5px;
	margin: 3px;
}

.well-white {
	background-color:#ffffff !important;
	background-image:none !important;
}

.well-gray {
	background-color:#f3f3f3 !important;
	background-image:none !important;
}

.info-tag {
	padding: 2px 4px;
	border-radius: 3px;
	color:white;
	white-space: nowrap;
	display: inline-block;
	margin: 1px;
}

.menu-list-item {
	padding: 4px;
	color: #337ab7;
	cursor: pointer;
	border-radius: 4px;
}

.menu-list-item:hover {
	background-color: #f3f3f3;
}

.menu-list-item.dark:hover {
	background-color: #d3d3d3;
}

.menu-list-active {
	background-color: #d9edf7;
	color: #31708f;
}
.menu-list-active:hover {
	background-color: #d9edf7;
	color: #31708f;
}

.btn-condensed {
	padding:1px 6px;
}

.selected-overlay {
	position:absolute;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #fde906;
	opacity:0.60;
	MozOpacity:0.60;
	filter:alpha(opacity=60);
	cursor: pointer;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

.nav-button {
	display:inline-block;
	padding: 4px 8px;
	border-radius: 5px;
}

.nav-button:hover {
	background-color:#fff;
	opacity: 0.60;
}

.custom-checkbox {
  display: inline;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 2px;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-radio {
  display: inline;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.8em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
}

.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}



/* hide the input */
.custom-radio input, .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
  display:none;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark, .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark, .custom-checkbox input:checked ~ .checkmark {
  background-color: #337ab7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after, .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.default-container {
	margin:5px;
	margin-top: 50px;
}

.clear-float::after {
	content: "";
	clear: both;
	display: table;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

/* end form elements */

/* begin tag classes */
.tag-full-size {
	border-radius:4px;
	margin: 2px;
	padding:4px 8px;
	color:white;
	cursor:pointer;
}

.tag-normal {
	border-radius: 4px;
	padding: 4px;
	margin: 2px;
	color:white;
	display: block;
	float: left;
	cursor: pointer;
	font-size: 0.8em;
}

.tag-thumbnail {
	border-radius: 4px;
	margin: 2px;
	padding: 1px;
	color:white;
	display:block;
	cursor:pointer;
	height: 8px;
	width: 40px;
	float: left;
	font-size: 0px;
}
/* begin projects classes */
.project-thumbnail {
	width: 160px;
	height: 80px;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin: 5px;
	display: inline-block;
	padding: 8px;
	background-color: #f3f3f3;
	cursor:pointer;
	vertical-align:middle;
	word-wrap: break-word;
}

.project-list-item {
	
	cursor: pointer;
	margin-top: 4px;
	height: 50px;
	width:340px;
	word-wrap: break-word;
}

.project-container {
	margin:5px;
	margin-top:80px;
}

.project-navbar {
	color: white;
	position: fixed;
	left: 0px;
	top: 50px;
	width:100%;
	z-index:99;
}

.project-navbar-contents a {
	color:white;
}

.project-navbar-contents {
	color: white;
	position: fixed;
	left: 0px;
	top: 50px;
	width:100%;
	
	z-index: 100;
}

.project-navbar-top {
	background-color: #000;
	opacity: 0.32;
	padding: 5px;
	height:36px;
}
.project-navbar-bottom {
	background-color: #000;
	opacity: 0.26;
	padding: 5px;
	height:36px;
}

.project-navbar-top-contents {
	padding: 3px;
	height:36px;
}
.project-navbar-bottom-contents {
	padding: 3px;
	height:36px;
}

.project-menu {
	width:400px;
}

.settings-menu {
	right: 0px;
	top: 86px;
	bottom: 0px;
}

.user-menu {
	right: 0px;
	top: 36px;
}

.project-title {
	font-size: 1.3em;
	font-weight:bold;
	padding-left: 10px;
}

.nav-search-container {
	position: absolute;
	width: 500px;
	background-color: #eef1ed;
	padding: 10px;
	min-height: 200px;
	border-radius: 5px;
	border: 1px solid #e7e7e7;
	box-shadow: 1px 1px 8px #666666;
	z-index: 3000;
}
/* end projects classes */

/* begin calendar classes */
.calendar-month-thumbnail {
	width: 280px;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin: 5px;
	display: inline-block;
	padding: 8px;
	background-color: #f3f3f3;
	cursor:pointer;
}
.calendar-day-thumbnail {
	border: 1px solid lightgray;
	border-radius: 5px;
	margin: 5px;
	padding: 8px;
	background-color: #f4f5f7;
	cursor:pointer;
	
}

.calendar-day-thumbnail:hover,
.calendar-day-thumbnail.highlight:hover {
	background-color: #dfe1e6;
}

.calendar-day-thumbnail.highlight {
	background-color: #ebecf0;	
}

.calendar-day-thumbnail.today, .calendar-day-expanded.today {
	background-color: #faf3c0;
}
.calendar-day-thumbnail.today:hover {
	background-color: #f5ea92;
}

.calendar-day-expanded {
	margin: 5px;
	border:1px solid lightgray;
	background-color:#ebecf0;
	padding:8px;
	border-radius:5px;
	min-width:280px;
	min-height:350px;
	position:absolute;
	z-index:1;
}


td:last-child .calendar-day-expanded, td:nth-last-child(2) .calendar-day-expanded {
    right: 0;
}

/* end calendar classes */

/* begin lists classes */
.list-thumbnail {
	width: 280px;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin: 5px;
	display: inline-block;
	padding: 8px;
	background-color: #f3f3f3;
	cursor:pointer;
	float: left;
}

.list-container {
	display: inline-block;
	vertical-align: top;
	overflow-x: auto;
}
/* end lists classes */

/* begin items classes */
.item-thumbnail {
	border: 1px solid lightgray;
	border-radius: 5px;
	margin: 5px;
	padding: 8px;
	background-color: #fff;
	cursor:pointer;
}

.item-sub-form {
	background-color:#f3f3f3;
	padding:4px;
	border:1px solid #d3d3d3;
}

.attachment-type {
	background-color:#f3f3f3;
	border-radius: 5px;
	width: 200px;
	height: 80px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
/* end items classes */

/* user profile classes */
.user-profile-thumbnail {
	background-color: #d3d3d3;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	display: table-cell
}
/* end user profile classes */

/* begin checkbox list items classes */
.
/* end checkbox list items classes */
