.info-navbar {
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	z-index: 1005;
	font-size: 120%;
}

.info-navbar.bg-yellow {
	background: rgba(243, 156, 18, .8) !important;
}
.info-navbar.bg-green {
	background: rgba(0, 141, 76, .8) !important;
}
.info-navbar.bg-red {
	background: rgba(211, 55, 36, .8) !important;
}

.login-background { 
	width:100%;
	height:100%;
	background: #d2d6de;
	top: 0;
	left: 0;
	position: fixed; 
	z-index: 1091;
}

.table td {
	text-overflow: ellipsis;
	max-width: 1px;
	white-space: nowrap;
	overflow: hidden;
}

.table.table-striped .border-right {
	border-right: 1px solid #f4f4f4;
}

.pointer {
	cursor: pointer;
}

.pointer-ban {
	cursor: not-allowed;
}

.margin-top {
	margin-top: 10px;
}

.textarea {
	white-space: pre;
}



/* Page: Tasks
=================================================================== */

.priority.high {
	background: #FFEFEC; /* rgba(250,96,61,.1); */
	margin-bottom: 1px;
}

.priority.high span {
	background: #FA603D; /* rgba(250,96,61,1); */
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.priority.medium {
	background: #FFF7EB; /* rgba(250,187,61,.1); */
	margin-bottom: 1px;
}

.priority.medium span {
	background: #FABB3D; /* rgba(250,187,61,1); */
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.priority.normal {
	background: #CCF5FF; /* rgba(250,187,61,.1); */
	margin-bottom: 1px;
}

.priority.normal span {
	background: #00c0ef; /* rgba(250,187,61,1); */
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.priority.low {
	background: #F1F9ED; /* rgba(120,205,81,.1); */
	margin-bottom: 1px;
}

.priority.low span {
	background: #78CD51; /* rgba(120,205,81,1); */
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.task {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 1px;
}

.task.last {
	border-bottom: 1px solid transparent;
}

.task.high {
	border-left: 2px solid #FA603D; /* rgba(250,96,61,1); */
}

.task.medium {
	border-left: 2px solid #FABB3D; /* rgba(250,187,61,1) */;
}

.task.normal {
	border-left: 2px solid #00c0ef; /* rgba(250,187,61,1) */;
}

.task.low {
	border-left: 2px solid #78CD51; /* rgba(120,205,81,1); */
}

.task .desc {
	display: inline-block;
	width: 75%;
	padding: 10px 10px;
	font-size: 12px;
}

.task .desc .title{
	font-size: 18px;
	margin-bottom: 5px;
}

.task .time {
	display: inline-block;
	float: right;
	width: 15%;
	padding: 10px 10px 10px 0px;
	font-size: 12px;
	text-align: right;
}

.task .time .date {
	font-size: 18px;
	margin-bottom: 5px;	
}
/*
.timeline {
	width: auto;
	height: 100%;
	margin: 20px auto; 
	background: url(../img/timeline-bg.png) repeat-y center top; 
}
*/
.timeslot {
	display: inline-block;
	position: relative;	
	width: 100%;
	margin: 5px 0px;
}

.timeslot .task {
	position: absolute;
	width: 42%;
	padding-right: 18px;
	display: block;
	height: auto;
	border: none;
}

.timeslot.alt .task {
	left: auto;
	right: -20px;
	padding-left: 18px;
}

.timeslot .task span {
	border: 2px solid #67C2EF; /* rgba(103, 194, 239, 1); */
	background: #EDF6FB; /* rgba(103, 194, 239, .1); */
	padding: 5px;
	display: block;
	font-size: 11px;
}

.timeslot .task span span{
	border: 0px;
	background: transparent;
	padding: 0px;
}

.timeslot .task span span.details{
	font-size: 16px;
	margin-bottom: 10px;
}

.timeslot .task span span.remaining{
	font-size: 14px;
}

.timeslot .task .arrow {
	position: absolute;
	top: 6px;
	right: 0px;
	height: 20px;
	width: 20px;
	background: url(../img/timeline-left-arrow.png) no-repeat;
}

.timeslot.alt .task .arrow {
	position: absolute;
	top: 6px;
	left: 0px;
	height: 20px;
	width: 20px;
	background: url(../img/timeline-right-arrow.png) no-repeat;
}

.timeslot .icon {
	position: absolute;
	border: 2px solid #67C2EF; /* rgba(103, 194, 239, 1); */
	background: #3b3b41;
	-webkit-border-radius: 50em;
	   -moz-border-radius: 50em;
			border-radius: 50em;
	height: 30px;
	width: 30px;
	left: 50%;
	margin-left: -16px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-shadow: none;
	z-index: 2;
}

.timeslot.alt .icon {
	
}

.timeslot .time {
	background: #f9f9f9;
	position: absolute;
	top: 1px;		
	left: 50%;
	padding: 5px 10px 5px 40px;
	z-index: 1;
	margin-top: 1px;
}

.timeslot.alt .time {
	top: 1px;
	left: auto;		
	right: 50%;
	padding: 5px 40px 5px 10px;
}

/* Retina Display Hack
=================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	.timeslot .task .arrow {
		background: url(./img/timeline-left-arrow@2x.png) no-repeat;
		background-size: 100%;
	}
	
	.timeslot.alt .task .arrow {
		background: url(./img/timeline-right-arrow@2x.png) no-repeat;
		background-size: 100%;
	}
	
	ul.chat li.left .message .arrow {
		background: url(./img/chat-left@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}

	ul.chat li.right .message .arrow {
		background: url(./img/chat-right@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}
	
	ul.chat.metro li.left .message .arrow {
		background: url(./img/chat-left-metro@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}

	ul.chat.metro li.right .message .arrow {
		background: url(./img/chat-right-metro@2x.png) no-repeat 0px 0px;
		background-size: 100%;
	}
    
}



h4.box-title {
	font-size: 14px !important;
}

.clearfix:before {
	display: table;
	line-height:0;
	content: "";
}

.dialog-header-primary { background-color: #3c8dbc; color: #ffffff; }
.dialog-header-info { background-color: #00c0ef; }
.dialog-header-success { background-color: #00a65a; color: #ffffff; }
.dialog-header-warning { background-color: #f39c12; }
.dialog-header-danger { background-color: #f56954; color: #ffffff; }
.dialog-header-gray { background-color: #d2d6de; }

.employee-attendance-heatmap .q1 {
	background-color: #f56954;
	fill: #f56954;
}

.employee-attendance-heatmap .q2 {
	background-color: #f39c12;
	fill: #f39c12;
}

.employee-attendance-heatmap .q3 {
	background-color: #00a65a;
	fill: #00a65a;
}

.employee-attendance-heatmap .q4 {
	background-color: #39CCCC;
	fill: #39CCCC;
}

.employee-attendance-heatmap .q5 {
	background-color: #FF00FF;
	fill: #FF00FF;
}

.employee-attendance-heatmap svg {
	display: block;
	margin: auto;
}

.modal-full {
	width: 90%;
	height: 90%;
}

blockquote .form-group {
	font-size: 14px;
}

.dl-horizontal.dl-left dt {
	text-align: left;
}

.dl-horizontal.dl-sm dt {
	width: 120px;
}

.dl-horizontal.dl-sm dd {
	margin-left: 120px;
}

.input-xs {
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	font-size: 14px;
}

.form-horizontal .form-group-xs .control-label {
	padding-top: 2px;
	font-size: 12px;
}

tr .show-on-hover {
	display: none;
}
tr:hover .show-on-hover {
	display: block;
}

.input-group-btn.auto-width {
	width: auto;
}


.small-box .progress {
	background: rgba(0,0,0,0.2);
	margin: 0 0 -2px 0;
	height: 2px;
}

.small-box .progress,.info-box .progress .progress-bar {
	border-radius: 0;
}

.small-box .progress .progress-bar {
	background: #ffffff;
}

.ui-select-clear {
	background: none;
	border: none;
	cursor: pointer;
	padding: 1px 10px;
	position: absolute;
	right: 20px;
	top: 4px;
}

.content-header .label {
	vertical-align: top;
	font-size: 40%;
}

.cnav-top { 
  list-style: none; 
  overflow: hidden; 
  font: 16px Sans-Serif;
  padding-left: 0px;
}
.cnav-top ol, .cnav-top ul { 
  margin-top: 0;
}
.cnav-top li { 
  float: left; 
}
.cnav-top li a {
  color: white;
  text-decoration: none; 
  padding: 5px 10px 5px 55px;
  background: rgba(60, 141, 188, 0.90);
  position: relative;
  display: block;
  float: left;
}
.cnav-top li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid rgba(60, 141, 188, 0.90);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.cnav-top li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ecf0f5;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 0;
  left: 100%;
  z-index: 1; 
}
.cnav-top li:first-child a {
  padding-left: 30px;
}
.cnav-top li:nth-child(2) a       { background:        rgba(60, 141, 188, 0.80); }
.cnav-top li:nth-child(2) a:after { border-left-color: rgba(60, 141, 188, 0.80); }
.cnav-top li:nth-child(3) a       { background:        rgba(60, 141, 188, 0.70); }
.cnav-top li:nth-child(3) a:after { border-left-color: rgba(60, 141, 188, 0.70); }
.cnav-top li:nth-child(4) a       { background:        rgba(60, 141, 188, 0.60); }
.cnav-top li:nth-child(4) a:after { border-left-color: rgba(60, 141, 188, 0.60); }
.cnav-top li:nth-child(5) a       { background:        rgba(60, 141, 188, 0.50); }
.cnav-top li:nth-child(5) a:after { border-left-color: rgba(60, 141, 188, 0.50); }
.cnav-top li:nth-child(6) a       { background:        rgba(60, 141, 188, 0.40); }
.cnav-top li:nth-child(6) a:after { border-left-color: rgba(60, 141, 188, 0.40); }
.cnav-top li:nth-child(7) a       { background:        rgba(60, 141, 188, 0.30); }
.cnav-top li:nth-child(7) a:after { border-left-color: rgba(60, 141, 188, 0.30); }
.cnav-top li:nth-child(8) a       { background:        rgba(60, 141, 188, 0.20); }
.cnav-top li:nth-child(8) a:after { border-left-color: rgba(60, 141, 188, 0.20); }
.cnav-top li:nth-child(9) a       { background:        rgba(60, 141, 188, 0.10); }
.cnav-top li:nth-child(9) a:after { border-left-color: rgba(60, 141, 188, 0.10); }

.cnav-top li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.cnav-top li:last-child a::after { 
  border: 0; 
}
.cnav-top li a:hover, .cnav-top li.active a { 
  background: rgba(60, 141, 188, 1); 
}
.cnav-top li a:hover:after, .cnav-top li.active a:after { 
  border-left-color: rgba(60, 141, 188, 1) !important; 
}

.text-clip {
	text-overflow: clip !important;
	word-wrap: break-word !important;
	white-space: normal !important;
}

#fullLoader {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1050;
}

#fullLoader > div {
	display: table-cell;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	color: #ffffff;
	opacity: 1.5;
	text-align: center;
	vertical-align: middle;
	z-index: 1051;
}

.no-h-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}