
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body, th, td, input, textarea, select, option, optgroup {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

/* IE 8 and below */
@media \0screen\,screen\9 {
	body, th, td, input, textarea, select, option, optgroup {
		font-family: Helvetica, Arial, sans-serif;
	}
}

body {
	background: #f9f9f9;
	color: #1a1a1a;
	margin: 0px;
	padding: 0px;
}

@media only screen and (min-width : 320px) and (max-width : 560px) {
	body {
		text-size-adjust: none;
		-ms-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}

h1 {
	color: #1a1a1a;
	font-size: 20pt;
	font-weight: normal;
	letter-spacing: -0.3pt;
	line-height: 27px;
	margin: 0 0 .3em 0;
}

h1 .page-back {
	/* border-right: 1px solid hsl(220, 15%, 60%); */
	border-radius: 3px;
	color: hsl(220, 15%, 50%);
	display: inline-block;
	font-size: 10pt;
	margin-right: 5px;
	text-align: center;
	vertical-align: top;
	width: 55px;
}

h1 .page-back:hover {
	background-color: hsl(220, 15%, 90%);
	color: hsl(220, 15%, 20%);
	text-decoration: none;
}

h1 .page-subtitle {
	color: #666;
    font-size: 16pt;
	margin-top: 2px;
}

.heading-extra {
	float: right;
	margin-top: -36px;
}

.page-intro {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(119, 119, 119, 0.2);
    margin: 20px 0;
    padding: 10px 15px;
}

@media screen and (min-width: 1300px) {
	/* h1 {
		position: relative;
		left: -58px;
	} */

	h1 .page-back {
		/* position: relative; */
		margin-left: -60px;
	}
}


h2 {
	font-weight: normal;
	font-size: 17pt;	
	letter-spacing: -0.3pt;
	margin: 0px;
}
h2.highlight {
	color: #b80100;	
}
h3 {
	font-size: 15pt;
	font-weight: normal;
	margin: 0px;
}
@media screen and (max-width: 800px) {
	h1 {
		font-size: 18pt;
	}
	h2 {
		font-size: 15pt;	
	}
	h3 {
		font-size: 14pt;
	}
}

p {
	font-size: 10.5pt;
	margin: 5px 0;
}
ul li {
	font-size: 10.5pt;
}
a {
	color: #2F629E;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
a, img {
    border: none;
}
.back-link {
	padding-left: 0px;
}
img {
	border: 0px;
}
strong, b {
	font-weight: 600;
}
td {
	vertical-align: top;
}
option, optgroup {
	padding-left: 2px;
}
span.hilite {
	color: #ff9933;
	font-weight: 600;
}
.clear-both {
	clear:both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

.main {	
	padding: 0 10px;
	margin: 0px auto;
	max-width: 1200px;
}
@media screen and (max-width: 1099px) {
	.main {
		width: 100%;
	}
}

.btn-group > div {
	float: left;
	font-size: 10.5pt;
	margin: 0;
	padding: 6px 12px;
	vertical-align: middle;
}

.brand {
    color: #666;
    font-weight: bold;
}

.brand .blue, .brand .workforce {
    color: #00417A;
}
.brand .orange, .brand .worksite {
    color: #da702d;
}
.brand .turquoise, .brand .fatigue {
    color: #0fa0b3;
}
.brand .red {
    color: #b80100;
}
.brand .pink, .brand .obstruction {
    color: #cf2d54;
}
.brand .green, .brand .enviro {
	color: #63bb46;
}

/****** Header ******/
#header {
	-webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
	position: fixed;
	width: 100%;
	z-index: 200;
}

#header-main {
    background: #f1f1f1;
	border-bottom: 1px solid #e5e5e5;
}
#header-inner {
	min-height: 55px;
}
#header-logo {
    height: 55px;
    width: 130px;
    float: left;
    font-size: 17pt;
    letter-spacing: -.5pt;
    display: flex;
    align-items: center;
    color: #666;
    font-weight: 600;
}

#header-logo .logo-red {
	color: #b80100;
}

#header-logo:hover, #header-logo:focus {
	text-decoration: none;
}

#header .mobile-menu-toggle, #header .mobile-search-toggle, #header-search-button-text {
	display: none;
}
#header-search {
	float: right;
	padding: 10px 0px;
	overflow: hidden;
	white-space: nowrap;	
	width: 180px;
}
#help-button .btn-help-button, #header-search .input-group {
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}

.input-group-addon-flex {
    padding:0;
    display:flex;
    width:40px;
}
.input-group-addon-flex i {
    margin: auto;
}

#help-button {
	float: right;
	padding: 10px 0px;
	overflow: hidden;
	white-space: nowrap;
	width: 80px;
}
#product-update-button {
	float: right;
	cursor: pointer;
    position: relative;
    font-size: 15pt;
    padding: 10px 5px;
}

#product-update-button .fa:hover,
#product-update-button .fa.hovered,
.btn-help-button:hover,
.btn-help-button.hovered {
	color: #6f5499;
	border-color: #6f5499;
}

@media screen and (max-width:1000px) { 
	#header-search {
		width: 150px;
	}
	#help-button {
		width: 45px;
	}
	#help-button .btn {
		padding-top: 3px;
		padding-bottom: 2px;
		font-size: 14pt;
	}
	#help-button span {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#header {
		position: relative;
	}
	#help-button, #product-update-button {
		display: none; 
	}
	#header-inner {
		min-height: 40px;
	}
	#header-logo {
		height: 40px;
		margin: 0 auto;
		float: none;
	}
	#header .mobile-search-toggle {
		float: right;
	}
	#header-search {
		display: none;
	}
	#header-search.active {
		display:block;
		float:none;
		width:100%;	
	}
	#header-search.active .fa {
		display: none;	
	}
	#header-search.active #header-search-button-text {
		display: inline;	
	}

	#header .mobile-search-toggle {
		display: block;
	}	
	#header .mobile-menu-toggle, #header .mobile-search-toggle {
		padding: 3px 10px;
		font-size: 14pt;
		margin-top: 2px;
	}
	
	#header .mobile-menu-toggle {
		display: block;
	}
	#header .mobile-menu-toggle {
		float: left;
	}
}

/****** Menu ******/
.menu {
	float: left;
	height: 55px;
	margin-left: 5px;
	width: 550px;	
}
#portal-body .menu {
	width: 660px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.menu > ul > li {
	padding: 0;
	margin 0;
	display: inline-block;
	zoom: 1;
    *display: inline;
}
.menu > ul > li > a {
	color: #1a1a1a;
	display: inline-block;
	*display: inline;
	font-size: 10.5pt;
	font-weight: normal;
	padding: 18px 10px 15px;
	text-decoration: none;	
	zoom: 1;
}

.menu > ul > li > a > i {
	font-size: 8.5pt;
	padding-left: .3em;
}

@media screen and (min-width: 768px) {
	.menu > ul > li.open > a {
		background:#E8E8E8;
		color: #1a1a1a;
	}
	.menu > ul > li:not(.open) > a:hover {
		color: #222222;
		border-bottom: 3px solid #dcdcdc;
	}
}

/* sub-menu */
.menu .sub {
	display: none;
	background: #E8E8E8;
	border-bottom: 1px solid #ddd;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 2000;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}
.menu .sub .sub-inner {
	width: 100%;
}
.menu > ul > .open > .sub {
	padding: 5px 0px;
}
.menu .sub > .sub-inner > div {
	float: left;
}
.menu .sub > .sub-inner > div > ul {
	margin: 0px;
}
.menu .sub > .sub-inner > div a {
	color: #1a1a1a;
	font-size: 10.5pt;
	display: block;
	min-height: 30px;
	line-height: 28px;
	padding: 4px 2px;
	text-decoration: none;
}
.menu .sub > .sub-inner > div a i {
	margin-right: 5px;
}
.menu .sub > .sub-inner > div a:hover {
	color: #1a1a1a;
	background-color: #f3f3f3;
	text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width:930px) { 
	.menu {
		width: 430px;
	}
@media screen and (min-width: 768px) and (max-width:801px) {
	.menu {
		width: 390px;
	}	
}	
	#portal-body .menu {
		width: 540px;
	}
	.menu > ul > li > a {
		padding: 18px 5px;
		font-size: 10pt;
	}
	.menu .sub > .sub-inner > div a {
		font-size: 10pt;	
	}
}

@media screen and (max-width: 768px) { 
	.menu {
		float: none;
		display: none;
		padding-top: 5px;
		height: auto;
		margin: 0;
		width: 99%;
	}	
	.menu.active {
		display: block;
	}
	.menu > ul > li {
		display: block;		
	}
	.menu > ul > li:first-child {
		border-top: 1px solid #dadada;		
	}
	.menu > ul > li:nth-last-child(2) {
		border-bottom: none;
	}
	.menu > ul > li > a { 
		display: block;
		border-bottom: 1px solid #dadada;
		padding: 10px 5px;
	}
	.menu .sub { 
		background: transparent;
		box-shadow: none;
		border-bottom: none;
		position: relative;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.menu .sub-inner {
		padding: 0px;
		width: 100%;
	}
}

@media screen and (max-width: 575px) { 
	.menu .sub > .sub-inner > div {
		width: 100%!important;
		float: none;
	}
}
.menu-current-event {
	border-bottom: 1px solid #dcdcdc;
	font-size: 10pt;
	padding-bottom: 3px;
	margin-bottom: 5px;
	width: 100%;
	overflow:hidden;
}
.menu-current-event img {
	margin-top: -2px;	
}
@media screen and (max-width: 800px) { 
	.menu-current-event {
		display:none;
	}
}

.menu-search-loading-text {
	color:#1a1a1a;
	font-size: 14pt;
	padding:10px;
	text-align: center;
	width:100%;
}
#menu-search-results a {
	line-height: 22px;
}
#menu-search-results a, #menu-search-results i {
    font-size: 11pt;
}
#menu-search-results a:not(.btn) {
    border-bottom: 1px solid #cccccc;
}
#menu-search-results a div {
	display: block;
    font-size: 9pt;
    margin-top: -5px;
}
#menu-search-results a div span {
    display: inline-block;
    zoom: 1;
    margin: 0px 3px;
    text-align: center;
    width: 1.28571429em;    
}
#menu-search-results a img {
	margin-top: -2px;	
}
#menu-search-results .more-search-results {
	float: none;
	width: 100%;
}
#menu-search-results .more-search-results a {
	display: block;
	padding: 5px;
	width: 100%;
}

/****** Information Bar ******/

#information-bar {
	background: white;
	color: #555555;
	margin: 0 auto;
	padding: 0px;
}
#information-bar.info-loggedin {
	height: 25px;
}
#information-bar.info-loggedout {
	height: 35px;
}
#information-bar-inner {
    display: flex;
    justify-content: space-between;
}
#information-bar-inner a {
	color: #555555;
}
#information-bar-inner a:hover {
	color: #222222;
	text-decoration: none;
}
#information-bar-inner .info {
	display: inline-block;
	zoom: 1;
    *display: inline;
	font-size: 9pt;
	line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
#information-bar-inner .info-organisation-container {
    margin-right:.5rem;
    font-weight: bold;
    font-size: 12px;
}
#information-bar-inner .info-profile-container {
	position: relative;
	display: inline-block;
    height: 25px;
}
#information-bar-inner .info-profile > a {
	font-weight: 600;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
}
#information-bar-inner .info img {
	margin-top: -2px;
	opacity: 0.90;
}
#information-bar-inner .dropdown-profile-menu > li > a,
#information-bar-inner .dropdown-profile-menu > li > div {
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5;
}
#information-bar-inner .dropdown-profile-menu a .fa {
	margin-right: 5px
}
#information-bar-inner #current-event-information {
    height: 25px;
    align-content: flex-start;
	text-align: left;
}
#current-event-information > span:not(:first-child):before {
	content: "\002F";
	padding: 0 .3em;
}
#information-bar-inner .additional-information {
	display: flex;
    margin-left: auto;
	height: 25px;
	text-align: right;
}
#information-bar-inner .additional-information .info:after {
	content: "\007C";
	padding: 0 .2em;
}
#information-bar-inner .additional-information .info:last-child:after {
	content: '';
}
@media (max-width: 768px) {
	#information-bar-inner #current-event-information .info {
		max-width: 120px;	
	}
	#info-weeknum, #info-date, #info-ref {
		display:none!important;
	}
	#notifications .alert {
		border-left-width: 3px;
		padding: 3px;
	}
	#notifications h3 {
		font-size: 9.5pt;
	}
}
@media screen and (max-width: 550px) {
	#info-company span, #info-area {
		display:none!important;
	}
	#information-bar-inner .info {
		font-size: 8.5pt;
		max-width: 750px;
	}
	#information-bar-inner #current-event-information .info {
		max-width: 100px;
	}
	#information-bar-inner .info-profile-container {
		display: block;
		position: initial;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
	}
	#information-bar-inner .dropdown-profile-menu {
		left: 0;
		width: 100%;
	}
}

form#login {
	padding: 2px;
	text-align: right;
}

form#login input {
	border: 1px solid #cccccc;
	color: #1a1a1a;
	height: 30px;
	margin-right: 5px;
	width: 150px;
	padding-left: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 575px) {
	form#login input {
		width: 100px;	
	}
	form#login span {
		display: none;		
	}
}
@media screen and (max-width: 300px) {
	form#login input {
		width: 90px;	
	}
}

/****** Content ******/

#content-container {
	padding: 0px;
	margin: 0px;
	min-height: 530px;
}

#content {
	padding-top: 95px;
	padding-bottom: 20px;
}
@media screen and (max-width:768px) {
	#content {
		padding-top: 10px;
	}
}

hr.divider {
	border: none;
	border-top: 1px solid #cccccc;
	margin: 8px 0px;
	padding: 0px;
}

/****** Footer ******/

#footer {
	color: #777;
	font-size: 8.5pt;
	background: none;
	margin: 0px auto;
}
#footer-inner > div {
	padding: 10px 0px;
}
#footer-users {
	line-height: 16pt;
	text-align: justify;
}
#footer-users span {
	margin-right: 14px;
	white-space: nowrap;
}
#footer-users span.macrail {
	color: #b80100;
}
#footer-mtsa {
	text-align: center;
}
#footer-info {
	text-align: center;
	line-height: 1.8em;
	clear: both;
}
#footer-info .fa {
	margin-right: 10px;
}
#footer-info a {
	color: #777;
}

/****** Jump list ******/

#jumplist {
	background-color: hsl(210, 30%, 99%);
	box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
	height: 100%;
	left: -450px;
	padding: 10px 10px 10px 7px;
	position: fixed;
	transition: left .5s;
	top: 0px;
	width: 450px;
	z-index: 1030;
}

#jumplist:hover {
	left: 0px;
}

#jumplist-inner {
	height: 100%;
	overflow-y: scroll;
}

#jumplist-events {
	list-style: none;
	margin: 0;
	padding: 0;
}

#jumplist-inner li {
	font-size: 9pt;
	padding: 1px 3px 1px 0px;
}

#jumplist-inner li.jumplist-item-warning {
	background-color: #fcf8e3;
}

#jumplist-inner li.jumplist-item-danger {
	background-color: #f2dede;
}

#jumplist-inner li:hover {
	background-color: hsl(210, 30%, 90%);
}

#jumplist-inner li:hover a {
	color: hsl(210, 30%, 25%);
}

.jumplist-onsite {
	color: #999;
}

.jumplist-onsite i {
	left: 1px;
	position: relative;
	top: -1px;
}

#jumplist .pull-right > * {
	-outline: 1px solid hsl(210, 20%, 60%);
	display: inline-block;
	margin-right: 5px;
}

.jumplist-clock-starting {
	color: hsl(120, 30%, 50%);
	font-size: 11pt;
	vertical-align: text-bottom;
}

.jumplist-clock-finishing {
	color: hsl(0, 30%, 50%);
	font-size: 11pt;
	vertical-align: text-bottom;
}

.jumplist-sentinel {
	background-color: #f0ad4e;
	border-radius: 50%;
	color: #fff;
	font-size: 7pt;
	height: 15px;
	line-height: 15px;
	text-align: center;
	vertical-align: text-bottom;
	width: 15px;
}

#jumplist-inner li > a {
	display: inline-block;
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

#jumplist-button {
	background-color: hsl(210, 30%, 99%);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	left: 408px;
    opacity: .8;
    padding: 6px 8px;
    position: absolute;
    text-align: center;
    top: 47px;
    transition: .3s;
    transform: rotate(-90deg);
    width: 115px;
}

#jumplist:hover #jumplist-button {
	opacity: 1;
}

.jumplist-header {
	border-bottom: 1px solid hsl(210, 30%, 60%);
	font-size: 8pt;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 6px;
	text-transform: uppercase;
}

.jumplist-open {
	overflow-y: hidden;
}

.jumplist-backdrop {
	z-index: 1020;
}

@media screen and (max-width: 768px) {
	#jumplist {
		display: none;
	}
}

/****** Overrides ******/

/* Really, our style sheet should come after jQuery / Bootstrap so we can override but since
 * it doesn't and I don't know how moving the oder will affect things, we need !important.
*/

.alert ul {
	padding-left: 20px;
}

.alert > *:last-child {
	margin-bottom: 0;
}

.ui-widget {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

/* Put the gradient background back in to menus */
.ui-menu-item div.ui-state-active {
	background: #e6e6e6 url("../assetlibs/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x !important;
	font-weight: inherit !important;
}

.ui_tpicker_time_input {
	border-bottom: none !important;
}

.ui-datepicker{ z-index:1151 !important; }

@media screen and (min-width: 800px) {
	.introjs-wide {
		min-width: 600px !important;
		max-width: 750px !important;
	}
}

/****** Tables ******/
table .line-through td {text-decoration: line-through;}

table.documents { margin: 20px auto; }
table.documents tr.hoverable .documents-new { display: none; }
table.documents tr.hoverable:hover .documents-new { display: inline; }
table.documents tr td { vertical-align: middle; }

table.pretty-table {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
}
table.pretty-table.no-border {
	border:none;
}
table.pretty-table.no-margin {
	margin: 0px;
}

table.pretty-table.links tbody tr:hover:not(.no-hover) {
    cursor: pointer;
    background: #BDBDBD;
}

table.pretty-table.links tbody tr:hover:not(.no-hover) td {
    background: #EEEEEE;
}

table.pretty-table.links tbody tr:last-child td {
    border-bottom: none;
}

table.report-table {
	background: #ffffff;
	border: 1px solid #dddddd;
}
table.pretty-table tr th,
table.pretty-table tr td {
	padding: 0.7em 1em;
	vertical-align: top;
	text-align: left;
}

table.pretty-table.reduced-padding tr th,
table.pretty-table.reduced-padding tr td {
	padding: 0.3em 0.4em;
}
	
table.pretty-table.align-rows-middle tr th,
table.pretty-table.align-rows-middle tr td {
	vertical-align: middle;
}

table.pretty-table tr th {
	color: #555555;
	font-size: 10.5pt;
	background-color: #fff;
}
table.pretty-table tr td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table.pretty-table tr:nth-child(even),
table.pretty-table tr:nth-child(even) td {
	background: #f5f5f5;
}
table.pretty-table tr:nth-child(odd),
table.pretty-table tr:nth-child(odd) td {
	background: #fdfdfd;
}

table.pretty-table th.center,
table.pretty-table td.center {
	text-align: center;
}

table.pretty-table th.nowrap,
table.pretty-table td.nowrap {
	white-space: nowrap;
}

table.pretty-table th.condensed,
table.pretty-table td.condensed {
	width: 1%;
}

table.pretty-table tr.pretty-table-groupheader td, table.pretty-table tr.pretty-table-groupheader th {
	background-color: #ffffff;
	color: #555555;
	font-size: 10.5pt;
	font-weight: 600;
	padding-top: 4em;
}

table.pretty-table tr.pretty-table-miniheader th {
	font-size: 9pt;
	padding-top: .15em;
	padding-bottom: .15em;
}

table.pretty-table tr.row-primary td, table tr.row-primary td {background-color: #d9edf7;}
table.pretty-table tr.row-info td, table tr.row-info td {background-color: #e8f4fa;}
table.pretty-table tr.row-warning td, table tr.row-warning td {background-color: #fcf8e3;}
table.pretty-table tr.row-success td, table tr.row-success td {background-color: #dff0d8;}
table.pretty-table tr.row-danger td, table tr.row-danger td {background-color: #f2dede;}
table.pretty-table tr.row-report td, table tr.row-report td {background-color: #f2e3fa;}

table.pretty-table tr td.row-primary, table td.row-primary {background-color: #d9edf7;}
table.pretty-table tr td.row-info, table tr td.row-info {background-color: #e8f4fa;}
table.pretty-table tr td.row-warning, table tr td.row-warning {background-color: #fcf8e3;}
table.pretty-table tr td.row-success, table tr td.row-success {background-color: #dff0d8;}
table.pretty-table tr td.row-danger, table tr td.row-danger {background-color: #f2dede;}
table.pretty-table tr td.row-report, table tr td.row-report {background-color: #f2e3fa;}

table.register {
	table-layout: fixed;
}
table.register tr th {
	color: #1a1a1a;
	font-size: 9.5pt;
}
table.register tr th .label, table.register tr th .register-filter {
	display: inline-block;	
	zoom: 1;
    *display: inline;
}
table.register tr td:not(:first-child):not(:last-child) {
	border-left: 1px solid rgba(0, 0, 0, 0.025);
    border-right: 1px solid rgba(0, 0, 0, 0.025);
}
table.register div.cardno, div.company, div.activity, div.worksite {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

table.register .bookedtime {
	color: #928796;
	font-style: italic;
}

table.register tr.more-info td div {
	white-space: normal;
}
table.register tr.more-info h3 {
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 5px;
	font-weight: normal;
	font-size: 14pt;	
	letter-spacing: -1px;
}
table.register tr.more-info-list {
	margin: 0;
	padding: 0 0 0 15px;
}
table.register tr.more-info-list li {
	list-style: none;
	padding: 0px 0px 0px 5px;
}
table.register .induction-card {
	background: #cecece;
	display: inline-block;
    cursor: pointer;
    width: 15px;
    text-align: center;
}
table.register .induction-card-temp {
	background: #FEE221;
	font-weight: normal;
}
.register-notice-widget, .register-notice {
	cursor: pointer;
}
.register-notice .fa-stack-1x {
	color: #ffffff;
}
.register-notice span.fa-stack-1x {
	font-weight: 600;	
}
.register-notice.default-icon .fa-stack-2x {
	color: #eaeaea;
	color: rgba(0, 0, 0, 0.1);
}
.register-notice.default-icon .fa-stack-1x {
	color: #222;
}

.register-table {
	margin-bottom: 10px;
}

.register-tools {
	margin: 0px; /* Override bootstrap toolbar negative margin */
	padding: 7px 0px;
}
.register-tools .register-tool-group {
    display: table-cell;
    padding-right: 8px;
    vertical-align: top;	
}
.register-tools div .btn-group span {
	display: block;
    float: left;
	margin: 0;
    padding: 6px 12px;    
}

.register-tools-confirm .qtip-title {
	font-size: 9.5pt;
	line-height: 1.25;
}
	
.register-tools-confirm .qtip-content {
    text-align: center;
}

.register-tools-confirm button {
    width: 85px;
}

@media screen and (max-width:790px) {
	.register-tools {display: none;}
}

#register-maxshiftlength {
	font-size: 10.5pt;
	padding-left: 10px;
	vertical-align: middle;
}

table.widgets {overflow:hidden;width:100%;}
table.widgets th, table.widgets td {text-align:center;}
table.widgets thead {background:#fff; border-bottom:1px solid #ccc;}
table.widgets thead:not(:first-child) {border-top:1px solid #ccc;}
table.widgets td {text-align: center; padding:5px;}


/****** Responsive Table ******/
@media screen and (max-width: 660px) {
	table.responsive {
		display: block;
		border: none;
		width: 100%;
	}
	tabel.responsive colgroup {
		display: block;	
	}
	table.responsive tbody {
		display: block;	
	}
	table.responsive thead {
		display: none;	
	}	
	table.responsive tr, table.responsive td {
		display: block;	
		text-align: left!important;
		white-space: normal;
	}	
	table.responsive tr:not(.more-info) {
		border-top: 1px solid #dddddd;
		margin-top: 15px;
		padding: 0px;
	}
	table.responsive tr.more-info td {
		background-color: #ededed;
	}
	table.responsive td {
		border: 1px solid #cccccc!important;
		border-top: none!important;
		height: auto!important;
		padding: 3px 0px!important;	
	}
	table.responsive td div[data-responsive-adjust] {
		margin-left: 135px;
	}
	table.responsive td[data-title]:before {
		content: attr(data-title) ":\00A0";
		display: block;
		float: left;
		font-weight: 600;
		margin-right: 5px;
		text-align: right;
		width: 130px;
	}
	table.responsive tr[data-responsive-hide],
	table.responsive td[data-responsive-hide],
	table.responsive td div[data-responsive-hide] {
		display: none;
		visibility:hidden;
	}	
	table.responsive td:empty:after, table.responsive td div:empty:after {
		content: "\00a0";
	}
	
	table.responsive.widgets tr {
		margin-top: 0px;
	}
	table.responsive.widgets td {
		border-right:none!important;
		border-left: none!important;
		float: left;
		width: 50%;
	}
	table.responsive.widgets td[data-title]:before {
		font-size: 9pt;
		padding-top: 10px;
		width: 50%;
	}
	
	
}
@media screen and (max-width: 360px) {
	table.responsive td[data-title]:before {
		width: 100px;
	}
	table.responsive td div[data-responsive-adjust] {
		margin-left: 105px;
	}
}


/****** Forms ******/

button, submit, input[type="button"], input[type="submit"] {
	padding: 0.3em 0.5em;
}

.autocomplete-hilite {
	font-weight: bold;
}

.macrail-form {
	margin: 10px 0px 20px;
}
.macrail-form .alert ul {
	margin: 0px;
}
.macrail-form fieldset {
    background: #f4f4f4;
	border: 1px solid #ddd;
	padding: 0px 15px;
}
.macrail-form .section {
	background: #f9f9f9;
	position: relative;
	-webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
	box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
	margin: 20px 0;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid rgba(34, 36, 38, .15);
}
.macrail-form .section-header {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(34, 36, 38, .15);
}


.macrail-form .form-group {
	margin-bottom: 0px;
	padding: 10px 0px 5px;
	border-bottom: 1px solid #ddd;
}
.macrail-form .form-group:last-child {
	margin-bottom:10px;	
}
.macrail-form .control-label {
    padding-bottom: .5rem;
}
.macrail-form label {	
	font-size: 11.5pt;
	font-weight: 600;
	margin-bottom: 3px;
}
.macrail-form textarea,
textarea.form-control {
	min-height: 100px;
	resize: vertical;
}
.macrail-form .buttons-set .btn-default.active, .buttons-set .btn-default.active {
	color: #ffffff;
    background: #719DC3;
    border-color: #719DC3;
	z-index: 1;
}
.macrail-form .buttons-set label.disabled, .buttons-set label.disabled {
	pointer-events: none;	
}
.macrail-form .help-block {
	margin-bottom: 5px;
}
.macrail-form .help-block a {
	-webkit-user-drag: none;
}
.macrail-form span.required {
	color:#d2322d;
}
.macrail-form-buttons {
	background: #fafafa;
	border: 1px solid #ddd;
	margin: 20px -16px -1px;
	padding: 20px;
	z-index: 100; /* Silly, but required because active buttonset buttons have an z-index of 1 */
}

.form-selectmany {
	column-count: 4;
}

.form-selectmany label {
	display: block;
	width: 100%;
	font-weight: normal;
}

.form-selectmany label input {
	margin-right: 4px;
}

.form-selectmany label[disabled] {
	opacity: .4;
}


/****** Default Form output in Modal ******/

.modal-body .macrail-form {
	margin: 0;
}
.modal-body .macrail-form fieldset {
	background: none;
	border: none;
	padding: 0;
}
.modal-body .macrail-form .form-group {
	border-bottom: none;
	padding-top: 5px;
}
.modal-body .macrail-form textarea {
	height: 125px;
	min-height: 125px;
	max-height: 300px;
}
.macrail-form-padded {
    padding: 1rem 2rem 2rem 2rem;
}

/****** Sticky Elements ******/
.sticky-element.macrail-form-buttons-minimal {
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.sticky-element-stuck {
	background: rgba(250, 250, 250, .9);
	box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.15);
	bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: fixed;
	z-index: 2;
}

.form-horiz .form-group {
	clear: both;
	margin-bottom: 0;
	margin-top: 15px;
}

.form-horiz .form-group:first-child {
	margin-top: 0;
}

.form-horiz .form-group > label {
	float: left;
	padding-right: 15px;
	padding-top: 6px;
	text-align: right;
	width: 25%;
}

.form-horiz .form-group > div {
	float: right;
	width: 75%;
}

/****** Modals ******/

.modal-alert {
	border-bottom: 2px solid #ccc;
	border-left-width: 0 !important;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	transition: opacity .3s;
}

.modal-alert .close {
	font-size: 12pt;
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.modal-header {
		padding: 5px 7px;
	}

	.modal-body {
		padding: 7px;
	}

	.modal-footer {
		padding: 7px;
	}
}

/****** Boxes ******/

div.box_default {
	margin: 8px 0px;
}

div.box_default span.title {
	color: #ffffff;
	background: #990000;
	font-size: 14pt;
	display: block;
	padding: 3px 6px;
	margin: 0px;
}

div.box_default span.content {
	background: #e3e3e3;
	padding: 8px;
	margin: 0px;
	display: block;
}

div.box_default ul {
	padding: 0px;
	margin: 0px;
}

div.box_default ul li {
	color: #000000;
	margin: 0px 0px 0px 18px;
}

div.box_ok {
	border: 1px solid #5cb85c;
}

div.box_ok span.title {
	background: #5cb85c;
}

div.box_error {
	border: 1px solid #c9302c;
}

div.box_error span.title {
	background: #c9302c;
}

div.box_warning {
	border: 1px solid #f0ad4e;
}

div.box_warning span.title {
	background: #f0ad4e;
}

/****** Static Pages ******/

.static-page-notice {
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	line-height: 1.8em;
	padding: 20px;
	margin: 50px auto;
	max-width: 600px;
}

.static-page-notice h2 {
	margin-bottom: 20px;
}

.static-page-notice p {
	margin: 1em 0em 0em;
}

.static-page-notice-icon {
	position: relative;
	padding-left: 60px;
}

.static-page-notice-icon i.fa:first-child {
	color: #bbb;
	font-size: 24pt;
	position: absolute;
	left: 17px;
	top: 17px;
}

/****** Debug ******/

.debug {
	margin: 10px 50px;
}

.debug > div {
	font-size: 8pt;
	color: #000000;
	background: #f6f6f6;
	border: 1px solid #ddd;
	margin: 50px 20px 20px 20px;
	padding: 10px;
}

.debug .debug-heading {
	font-size: 12pt;
	color: #cc0000;
	text-indent: 6px;
	margin: 10px 0px;
}

.debug p {
	margin: 12px 0px 2px 0px;
}

.debug table {
	width: 100%;
}

.debug th,
.debug td {
	font-size: 8pt;
}

.debug pre {
	font-size: 8pt;
	line-height: 1.2em;
	margin: 0;
	white-space: pre-wrap;
}

/****** Timeline ******/

#timeline {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#timeline-wrapper {
	display:none;clear:both;width:100%; margin: 0px auto 10px;
}
#timeline-wrapper .loading {
	opacity: 0.5;
    cursor: wait;
}
.timeline-btn {
    height: inherit;
	padding: 0px;
	width: 35px;
}
#timeline .dayWrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
#timeline .day {
    background: #fefefe;
	border-right: 1px solid #dddddd;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.07);
    float: left;
	position: relative;
}
#timeline .day:nth-child(odd) {
    background: #f9f9f9;
}
#timeline .day.loaded {
    height: inherit;
}
#timeline .day .content {
    position: relative;
}
#timeline .day .title {
    text-align: center;
    font-size: 12pt;
    margin: 0 0 16px;
    z-index: 2;
    position: relative;
    font-weight: normal;

}
#timeline .event {
    padding: 2px 0;
    background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0); /* IE6-9 */
    border: 1px solid #bababa;
    color: #1a1a1a;
    font-size: 8pt;
    text-decoration: none;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1000;
}
.timeline-header-logo {
    margin-left: 2px;
    margin-right: 5px;
    vertical-align: middle;
    opacity: 0.90;
    float: left;
}
.timeline-header-name {
    display: block;
    line-height: 14px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
#timeline .event .content .timeline-detail {
    display: none;
}

.qtip-title a {
	text-decoration: none;
	color: #1a1a1a;
}
.timeline-detail dl dt, .timeline-detail dl dd {
    margin: 0;
    padding: 0;
}
.timeline-detail dl dt {
    font-size: 10pt;
    clear: left;
    font-weight: bold;
    float: left;
    width: 75px;
    padding-bottom: 5px;
    text-align: right;
}
.timeline-detail dl dd {
	font-size: 10pt;
    margin-left: 85px;
    padding-bottom: 5px;
}
.timeline-detail > .dash-toggle {
	font-size:10pt;float:right;
}
.timeline-detail > .dash-toggle:hover {
	cursor: pointer;
	text-decoration: underline;	
}
#timeline .current-time-line {
    position:absolute;
    top: 35px;
    background: #b80100;
    background: -moz-linear-gradient(top, #b80100 0%, #f6f6f6 64%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #b80100), color-stop(64%, #f6f6f6), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #b80100 0%, #f6f6f6 64%, #ffffff 100%);
    background: -o-linear-gradient(top, #b80100 0%, #f6f6f6 64%, #ffffff 100%);
    background: -ms-linear-gradient(top, #b80100 0%, #f6f6f6 64%, #ffffff 100%);
    background: linear-gradient(to bottom, #b80100 0%, #f6f6f6 64%, #ffffff 100%);
    height: 100%;
    width: 1px;
    z-index: 1;  
}
#timeline .current-time {
    color: #444444;
    position: absolute;
    top: 19px;
    background: transparent;
    z-index: 1;
    font-size: 8pt;
    width: 35px;
    text-align: center;
}

#timeline .day .content {
    position: relative;
    transition: padding-left 0.3s;
    -webkit-transition: padding-left 0.3s;
}

.timeline-filter-options {margin-bottom: 10px;}
.timeline-filter-container.multi-column {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;-webkit-column-width: 220px;-moz-column-width: 220px;column-width: 220px;}
.timeline-filter-options label {display:block;margin-bottom:5px;}
.timeline-filter-options input[type="checkbox"] {height: 20px; margin: -2px 2px 0 0!important; width: 20px; vertical-align: middle;}
.timeline-filter-company-box {border: 1px solid #dddddd; margin-bottom: 10px; width: 100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid;}
.timeline-filter-company-header {background: #f9f9f9;border-bottom: 1px solid #dddddd;display: block;font-size: 10.5pt;padding: 5px;}
.timeline-filter-company-header img {margin-right: 5px;margin-top: -2px;}
.timeline-filter-company-select-all {height: 18px;float: right;vertical-align: middle;margin: 0!important;width: 18px;}
.timeline-filter-areas {padding: 5px;}
.timeline-filter-areas label {display: block;}
.timeline-filter-areas label:not(:last-of-type) {border-bottom:1px solid #efefef; margin-bottom: 5px;}
.timeline-filter-areas input[type="checkbox"] {float: right;height:15px;margin:3px 2px 0 0!important;width:15px;}

.timeline-filter-covertype {
	width: auto !important;
}

.timeline-filter-covertypes {
	columns: 2;
	line-height: 1.5em;
	padding: 5px;
}

@media (min-width: 992px) {
	.timeline-filter-covertypes {
		columns: 3;
	}
}

@media (min-width: 550px) {
	.timeline-filter-options {
		float: left;
		max-width: 30%;
	}

	.timeline-filter-covertype {
		float: right;
		max-width: 70%;
	}
}


/****** Gantt Chart ******/

.gantt-container {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
}
.pva-container {
	position: relative;
	margin-bottom: 10px;		
}
#gantt-table, #pva-table {
	background: #ffffff;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 90%;
	border-collapse: collapse;
	position: absolute;
	table-layout: fixed;
	max-width: 100%;
}
#gantt-table td, #pva-table td {
	background: #fcfcfc;
	border-bottom: 1px solid #dddddd !important;
    vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
	
#gantt-table .gantt-row-heading td, .gantt-bars.gantt-bars-heading {
	background: #ededed;
	font-size: 11pt;
	font-weight: 600;
}

.gantt-row-cancelled, .gantt-bars.gantt-bars-cancelled div {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.gantt-cell-num {
	padding-left: 5px;
	font-weight: 600;
	width: 35px;
}
.gantt-cell-checkbox {
	padding-left: 5px;
	width: 30px;
}
.gantt-cell-name {
	width: 90%;
	overflow: hidden;
}
#gantt-splitter {
	width: 25px;
	background: #eee url(../images/gantt/split-arrows.png) 50% 50% repeat-y;
	background-size: 16px 200px;
	border: 1px solid #ddd;
	position: absolute;
	cursor: ew-resize;
	z-index: 1;
}
#gantt-chart {
	background: #ffffff;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	overflow-y: hidden;
	-position: relative;
	position: absolute;
}
#gantt-chart-timeline {
	position: relative;
}
.gantt-chart-hours {
	font-size: 8pt;
	position: absolute;
	top: 2px;
}
.gantt-hour-line {
	background: #dddddd;
	top: 18px;
	left: 0px;
	position: absolute;
	width: 1px;
	z-index: 1;
}
.gantt-hour {
	overflow: hidden;
	left: -12px;
	position: absolute;
}
#gantt-chart-items {
	position: relative;
}
#gantt-chart-currenttime {
	background: #d9534f;
	width: 1px;
	position: absolute;
	left: 10%;
	top: 0px;
	z-index: 6;
}
.gantt-bars, .pva-bars {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	width: 100%;
	-float: left;
	position: relative;
	-webkit-transition: background 0.5s;
}
.gantt-bars-selected {
	background: #ffc;
}
.gantt-plant-problems {
	position: absolute;

	font-size: 9pt;
	font-weight: bold;
	z-index: 5;
}
.gantt-plant-problems-failed {
	top: 0px;
	color: #d2322d;
}
.gantt-plant-problems-fixed {
	top: 12px;
	color: #47a447;
}
.gantt-bar-label {
	color: #bbbbbb;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gantt-bar-baseline {
    background: slategrey;
    position: absolute;
    height: 5px;
    top: 4px;
    z-index: 2;
}

.gantt-bar-planned {
	background: #A8C7E5;
	position: absolute;
	height: 13px;
	top: 7px;
	z-index: 3;
}
.gantt-bar-actual {
	background: #000;
	position: absolute;
	height: 5px;
	top: 11px;
	z-index: 4;
}

.gantt-bars-baseline .gantt-bar-planned {
    top: 9px;
}

.gantt-bars-baseline .gantt-bar-actual {
    top: 13px;
}

.gantt-bar-actual-inprogess, .pva-bar-actual-inprogess {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.gantt-bar-actual-nostart {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.gantt-bar-actual-nofinish {
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}	
.gantt-milestone {
	width: 8px; 
	height: 8px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.gantt-milestone-planned {
	top: 11px;	
}
.gantt-milestone-actual {
	top: 13px;	
}

.gantt-edit-checkbox {
	height: 20px;
	width: 20px;
}

.gantt-popup .alert-danger #gantt-popup-toolbar {
	margin: 10px 0 0 0;
}

.pva-bar-planned {
    background: #dddddd;
}
.pva-bar-actual {
	background: #323232;
}
.pva-bar-actualmatch {
    background: #47a447;
}
.pva-alert {
	background: #d9534f;
}
.pva-bar-actual-nofinish {
	background: -moz-linear-gradient(left, rgba(50, 50, 50, 1) 0%, rgba(0,0,0,0) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(111, 112, 112, 1)), color-stop(75%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(50, 50, 50, 1) 0%,rgba(0,0,0,0) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(50, 50, 50, 1) 0%,rgba(0,0,0,0) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(50, 50, 50, 1) 0%,rgba(0,0,0,0) 75%); /* IE10+ */
	background: linear-gradient(to right,  rgba(50, 50, 50, 1) 0%,rgba(0,0,0,0) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#100323232, endColorstr=#55f0ad4e);
}
.pva-bar-actualmatch-nofinish {
    background: -moz-linear-gradient(left, #47a447 0%, rgba(0,0,0,0) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#47a447), color-stop(75%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #47a447 0%,rgba(0,0,0,0) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #47a447 0%,rgba(0,0,0,0) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #47a447 0%,rgba(0,0,0,0) 75%); /* IE10+ */
	background: linear-gradient(to right, #47a447 0%,rgba(0,0,0,0) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10047a447, endColorstr=#55ffffff);
    
}
.pva-alertfade {
    background: #d9534f;
    background: -moz-linear-gradient(left, rgba(217, 83, 79, 1) 0%, rgba(0,0,0,0) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(217, 83, 79, 1)), color-stop(75%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(217, 83, 79, 1) 0%,rgba(0,0,0,0) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(217, 83, 79, 1) 0%,rgba(0,0,0,0) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(217, 83, 79, 1) 0%,rgba(0,0,0,0) 75%); /* IE10+ */
	background: linear-gradient(to right,  rgba(217, 83, 79, 1) 0%,rgba(0,0,0,0) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#100d9534f, endColorstr=#55f0ad4e);
}

/****** Gantt & Diary Popup ******/

.popup {
	width: 600px;
	position: absolute;
	top: 300px;
	z-index: 100;
}
.popup-title {
	background: #f6f6f6;
	font-size: 12.5pt;
	padding: 10px;
}
.popup-arrow {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgb(184,1,0);
	margin-left: 20px;
}
.popup-close {
	color: #555555;
	height: 30px;
	width: 30px;
	font-size: 16pt;
	text-align: center;
	float: right;
	cursor: pointer;
}
.popup-content {
	background: #fff;
	border: 1px solid rgb(184,1,0);
}
.popup-inner-content {
	padding: 10px;
	overflow: hidden;
}
.gantt-popup .popup-content {
	border-color: #7192B2;
	box-shadow: 0px 2px 10px #cccccc;
}
.gantt-popup .popup-arrow {
	border-bottom-color: #7192B2;
}

/****** Diary *******/
#diary-entries {clear:both;margin: 20px 0px;}
#diary-entries .diary-entry {background-color: #ffffff;border: 1px solid #cccccc;display: table;height:155px;margin-bottom: 20px;width: 100%;-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07); }
.diary-heading {background: #efefef;border-right: 1px solid #cccccc;display: table-cell;height: 100%;overflow: hidden;padding: 10px 10px; position: relative;width: 25%;*float: left;*height:200px;}
.diary-header {margin-bottom: 25px;}
.diary-heading h2, .diary-heading h3 {color: #1a1a1a;float:left;font-size: 15pt;font-weight: normal;letter-spacing: -1px;margin: 0;width:85%;}
.diary-heading p {color: #1a1a1a;font-size: 10pt;margin: 0;}
.diary-body {background: #ffffff;display: table-cell;font-size: 10.5pt;height: 100%;line-height: 1.6em;margin: 0;overflow: hidden;padding: 5px 10px 10px;position:relative;text-align: left;vertical-align: top;word-break: break-word;*float: left; }
.diary-body > p + p {margin-top: 5px;}
.diary-pictures {margin-top: 10px;}
.diary-picture {margin-right:5px;}
.diary-related-heading {
	font-weight: 600;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 6px;
    margin: 30px -10px 5px;
    font-size: 10pt;
}

.diary-heading .macrail-toolbar-small {position: absolute;bottom: 10px;left: 10px;right: 10px;padding-right: 20px;}

.diary-notice-widget {float:right;margin-top:-2px;vertical-align: middle;}

@media (max-width: 600px) {
	#diary-entries .diary-entry {height:auto;}
	.diary-heading {display:block;border-right:none;border-bottom:1px solid #cccccc;border-bottom-width:1px;float:left;width:100%;}
	.diary-header {float:left;margin-bottom:0;width:60%;}
	.diary-heading h2 {width: auto; margin-right: 2px;}
	.diary-notice-widget {float:left;}
	.diary-heading .macrail-toolbar-small {float:right;width:40%!important;position:relative;bottom:auto;right:auto;left:auto;padding:0px;}
	.diary-heading .macrail-toolbar-small .btn {padding-left:1px;padding-right:1px;}
	.diary-heading .macrail-toolbar-small .btn span {display:none;}
	.diary-heading .macrail-toolbar-small .btn .fa {font-size :15pt;}
	.diary-body{display:block;float:left;width:100%;}
	.diary-heading h2 {font-size: 13pt;}
	.diary-heading p {font-size: 9pt;}		
}

/****** Diary Timeline *******/
.diary-timeline {height: 100px;margin: 10px 25px 0px;position: relative;}
.diary-timeline .diary-control {position: absolute;top: 36px;z-index: 5;}
.diary-timeline-bar {background: #dddddd;height: 1px;position: absolute;top: 55px;width: 100%;}
.diary-timeline .diary-control button {background: none;border: none;font-size: 18pt;height: 40px;margin: 0;padding: 0;outline: 0;}
.diary-timeline .diary-control .fa {color:#555555}
.diary-timeline .diary-control .fa:hover {color:#1a1a1a}
.diary-timeline .hour-block {position: absolute;}
.diary-timeline .hour-block .line {background: #dddddd;top: 40px;left: 0px;position: absolute;width: 1px;z-index: 1;height: 35px;}
.diary-timeline .hour-block .hour {overflow: hidden;position: absolute;text-align:center;left:-23px;right:auto; width: 50px;}

.diary-timeline-entry {cursor:pointer;height:20px;position: absolute;top: 46px;width:20px;z-index: 2;}	
.diary-timeline-entry.diary-macrail {background: url(../useruploads/logos/1-30.png) no-repeat !important;background-size: 17px 17px !important;border:none;}
.diary-timeline-entry.diary-start, .diary-timeline-entry.diary-finish {border-color:#222!important;font-size: 11pt;font-weight: 600;}

.diary-popup {padding: 0 10px 10px;width: 100%;position: relative;top: auto;}
.diary-popup .popup-content {box-shadow: none;}
.diary-popup .popup-content {border-color: #B2B2B2;}
.diary-popup .popup-arrow {border-bottom-color:#b2b2b2;top: -10px;border-left-width: 10px;border-right-width: 10px;border-bottom-width: 10px;}
.diary-popup .diary-notice-widget {float:none;}




/****** Toolbar ******/
.macrail-toolbar-normal {clear:both;margin:10px 0px 10px;}
.macrail-toolbar-small {margin: 0px;}
#gantt-popup-toolbar {margin-right:5px;margin-left:5px;}
.macrail-toolbar .toolbar-group-1 {width:25%; margin-left:0;margin-right:.5%;}
.macrail-toolbar .toolbar-group-2 {width:33%; margin-left:.5%;margin-right:.5%;}
.macrail-toolbar .toolbar-group-3 {width:40%; margin-left:.5%;margin-right: 0;}
.macrail-toolbar .toolbar-group-2:first-child, .macrail-toolbar .toolbar-group-3:first-child {margin-left:0;}

.macrail-toolbar .btn-group-justified.toolbar-group-1 {margin:0;}
.macrail-toolbar .btn-group-justified.toolbar-group-1 .btn:only-child {display: inline-block;width:25%;}
.macrail-toolbar .btn-group-justified, .macrail-toolbar-small .toolbar-group-1 {margin:0px;width:100%;}
.macrail-toolbar .btn-group .button-1 {width:100%;}
.macrail-toolbar .btn-group .button-2 {width:50%;}
.macrail-toolbar .btn-group .button-3 {width:33.33%;}
.macrail-toolbar .btn-group .button-4 {width:25%;padding-left:1px;padding-right:1px;}
.macrail-toolbar .btn-group .button-5 {width:20%;}

.toolbar-filter {float: left;padding: 0px!important;}
.toolbar-filter label {font-weight: 600;position:relative;width:100%;}
.toolbar-filter > label > select {background: #f5f5f5;background: -webkit-linear-gradient(top,#f5f5f5,#e6e6e6);background: linear-gradient(top,#f5f5f5,#e6e6e6);background: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e6e6e6));background: -webkit-linear-gradient(top,#f5f5f5,#e6e6e6);border: 1px solid #ccc;color: #444;font-family: inherit;font-size: 9pt;height: 30px;vertical-align: middle;cursor: pointer;white-space: nowrap;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;width: 100%;outline: 0;border-radius: 0px;}

.macrail-toolbar-small  {width:100%;}
.macrail-toolbar-small .btn .fa {font-size:11pt;}
.macrail-toolbar-small .btn .fa + .button-text {display:none;}
.macrail-toolbar-toggle {display:none;}

@media screen and (max-width:768px) {
	.macrail-toolbar .btn-group {margin:0;}	
	.macrail-toolbar .btn-group .btn {border-radius:0px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left:5px;padding-right:5px;}

	.macrail-toolbar-normal .btn-group .btn+.btn {margin-left:0px;}
	.macrail-toolbar-normal .toolbar-group-1 {width:33.33%;}
	
	.macrail-toolbar .btn-group-justified.toolbar-group-1 {width:100%;}
	.macrail-toolbar .btn-group-justified.toolbar-group-1:not(:last-child) {width:66%;}
	.macrail-toolbar .btn-group-justified.toolbar-group-1 .btn:only-child {width:100%;}
	
	.macrail-toolbar .toolbar-group-2 {display: none;}
	.macrail-toolbar .toolbar-group-3 {width:33.33%;}
	.macrail-toolbar-desktop {display:none!important;}
	
	.macrail-toolbar-toggle.active {display:inline-block;width:33.33%;}
	.macrail-toolbar-toggle .dropdown-toggle .fa {right: 5px;top: 8px;position: absolute;}
	
	.macrail-toolbar-toggle .dropdown-menu {min-width:auto; width:100%;}
	.macrail-toolbar-toggle .dropdown-menu > li > a {white-space: normal;}
	.macrail-toolbar-toggle .dropdown-menu > li > a> .fa {display:none;}
	
	.toolbar-filter > label > select {padding-left: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

}
@media (max-width: 410px) { 
	.macrail-toolbar-mobile .fa {display:none;}
}

/****** Images for File Extensions ******/
.file-excel,.file-folder,.file-image,.file-pdf,.file-powerpoint,.file-project,.file-text,.file-unknown,.file-url,.file-word,.file-xlsm,.file-youtube{background-position:5px center!important;background-repeat:no-repeat!important;background-size:20px 20px!important;padding-left:25px!important;}
.file-unknown {background-image: url(../images/icons/unknown-sm.png)!important;}
.file-folder {background-image: url(../images/icons/folder-sm.png)!important;}
.file-excel {background-image: url(../images/icons/excel-file-sm.png)!important;}
.file-xlsm {background-image: url(../images/icons/xlsm-sm.png)!important;}
.file-pdf {background-image: url(../images/icons/pdf-file-sm.png)!important;}
.file-word {background-image: url(../images/icons/word-file-sm.png)!important;}
.file-powerpoint {background-image: url(../images/icons/powerpoint-file-sm.png);}
.file-project {background-image: url(../images/icons/project-sm.png)!important;}
.file-text {background-image: url(../images/icons/text-file-sm.png)!important;}
.file-url {background-image: url(../images/icons/url-sm.png)!important;}
.file-image {background-image: url(../images/icons/image-file-sm.png)!important;}
.file-video {background-image: url(../images/icons/video-file-sm.png)!important;}
.file-youtube {background-image: url(../images/icons/youtube-sm.png)!important;}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	.file-unknown {background-image: url(../images/icons/unknown.png)!important;}
	.file-folder {background-image: url(../images/icons/folder-sm.png)!important;}
	.file-excel {background-image: url(../images/icons/excel-file.png)!important;}
	.file-xlsm {background-image: url(../images/icons/xlsm.png)!important;}
	.file-pdf {background-image: url(../images/icons/pdf-file.png)!important;}
	.file-word {background-image: url(../images/icons/word-file.png)!important;}
	.file-powerpoint {background-image: url(../images/icons/powerpoint-file.png)!important;}
	.file-project {background-image: url(../images/icons/project.png)!important;}
	.file-text {background-image: url(../images/icons/text-file.png)!important;}
	.file-url {background-image: url(../images/icons/url.png)!important;}
	.file-image {background-image: url(../images/icons/image-file.png)!important;}
	.file-video {background-image: url(../images/icons/video-file.png)!important;}
	.file-youtube {background-image: url(../images/icons/youtube.png)!important;}
}

.pagination-wrapper {clear: both;text-align: center;}

/****** File Uploader Container ******/
.file-uploader-container {margin: 10px 0px;overflow: hidden;}
.file-uploader-contrainer .upload-error {display: none;}
.file-uploader-container .input-group {float: left;overflow: hidden;width: 67%;}
.file-uploader-container .submit {float: right;width: 30%;}

/****** Register Person Lookups ******/
.rp-lookup {width: 550px;margin: 10px auto;}
.rp-lookup-sm {margin: 0px;width: 400px;}

@media (max-width: 550px) { 
	.rp-lookup {width: 100%;}
}

/****** Help Links ******/
.help-link-icon {background: none;border: none;color:#3a3a3a;margin-top: -2px;font-size: 14pt;padding: 0px;}
.help-link-icon:hover, .help-link-icon:focus {color:#6f5499;}


/****** Widgets ******/
.widget {border-radius: 99px;border-style: solid;border-width: 3px;display: inline-block;text-align: center;font-size: 15pt;height: 50px;letter-spacing: 0;line-height: 43px;	text-align: center;transition: height .5s, line-height .5s;width: 50px;}

.widget-lg{border-width:4px;height: 60px;line-height: 52px;width: 60px;}
.widget-sm {font-size: 12pt;height: 40px;line-height: 32px;width: 40px;}
.widget-xs {border-width: 2px;font-size: 12pt;height: 30px;line-height: 25px;width: 30px;}
.widget-xxs {border-width: 2px;font-size: 11pt;height: 22px;line-height: 17px;width: 22px;}
.widget-xxxs {border-width: 2px;font-size: 9pt;height: 18px;line-height: 13px;width: 18px;}
.widget-text-link {
	color: #1a1a1a;
    display: inline-block;
    text-align: center;
    font-size: 13pt;
    height: 50px;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
}
.widget-text-link:hover,.widget-text-link:focus {
	color: #1a1a1a;
	text-decoration: none;
}

.widget .fa {height: 100%;width: 100%;vertical-align: middle;line-height: inherit;}

a.widget {cursor: pointer;}
a.widget[href="javascript://"] {cursor:default;}
a.widget:hover, a.widget:focus {text-decoration: none;}

.widget.widget-default {background-color: #eeeeee;border-color: #cccccc;color:#777777;}
.widget.widget-okay {background-color: #dff0d8;border-color: #5cb85c;color: #4cae4c;}
.widget.widget-warning {background-color: #fcf8e3;border-color: #f0ad4e;color: #eea236;}
.widget.widget-danger {background-color: #f2dede;border-color: #d9534f;color: #d9534f;}

.widget-examples {width:100%;}
.widget-examples div {display:inline-block;text-align:center;width:31%;}

/****** Back to Top Link ******/
.to-top-link{background:#dcdcdc;bottom:40px;color:#555;display:inline-block;font-size:19pt;height:40px;opacity:0;overflow:hidden;position:fixed;right:10px;text-align:center;visibility:hidden;white-space:nowrap;width:40px;z-index:9999;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}
.no-touch .to-top-link:hover,.to-top-link.to-top-link-visible{color:#555;-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.to-top-link.to-top-link-visible{visibility:visible;opacity:1}
.no-touch .to-top-link:hover{background-color:#e86256;opacity:1}
@media screen and (max-width:768px) {.to-top-link {display:none;}}

/****** Tags ******/
.tags{list-style:none;padding:0;margin:0;overflow:hidden}
.tags li{background:#357ebd;color:#fff;float:left;font-size:9.5pt;height:24px;line-height:24px;margin-bottom:2px;margin-left:12px;padding:0 10px 0 12px;position:relative;text-decoration:none}
.tags li span:after,.tags li span:before{float:left;content:"";position:absolute}
.tags li:not(:first-child){margin-left:15px}
.tags li span:before{border-color:transparent #357ebd transparent transparent;border-style:solid;border-width:12px 12px 12px 0;height:0;left:-12px;top:0;width:0}
.tags li span:after{background:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:-1px -1px 2px #357ebd;-webkit-box-shadow:-1px -1px 2px #357ebd;box-shadow:-1px -1px 2px #357ebd;height:4px;left:0;top:10px;width:4px}
ul.tagit{padding:1px 5px;overflow:auto;margin:0;border-radius:0}
ul.tagit li{display:block;float:left;margin:2px 5px 2px 0}
input.tagit-hidden-field,ul.tagit li.tagit-choice .tagit-close .text-icon{display:none}
ul.tagit li.tagit-choice{position:relative;line-height:inherit}
ul.tagit li.tagit-choice-read-only{padding:.2em .5em}
ul.tagit li.tagit-choice-editable{padding:.2em 18px .2em .5em}
ul.tagit li.tagit-new{padding:.25em 4px .25em 0}ul.tagit li.tagit-choice a.tagit-label{cursor:pointer;text-decoration:none}
ul.tagit li.tagit-choice .tagit-close{cursor:pointer;position:absolute;right:.1em;top:50%;margin-top:-8px;line-height:17px}
ul.tagit li.tagit-choice input{display:block;float:left;margin:2px 5px 2px 0}
ul.tagit input[type=text]{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;padding:0;width:inherit;background-color:inherit;outline:0}

.phoneqrcode {
	cursor: pointer;
}

@media screen and (max-width: 400px) {
	.phoneqrcode {
		display: none;
	}
}

/****** Boxes ******/

.box-container-full {
	clear: both;
	margin-top: 20px;
	width: 100%;
}

.box-container-left,
.box-container-right {
	width: 100%;
}

.box {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);
	width: 100%;
	margin-bottom: 20px;
}

.box-header {
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.box-header.no-border {
    border: none;
}

.box-header h2 {
	font-weight: normal;
	font-size: 15pt;
	letter-spacing: -1px;
}

.box-detailslink {
	float: right;
}

.box-content {
	padding: 10px;
}

.box-content.no-padding {
	padding: 0px;
}

.box-intro {
	color: #555;
	margin-bottom: 1em;
}


@media only screen and ( min-width: 768px ) {
	.box-container-left {
		float: left;
		padding-right: 10px;
		width: 50%;
	}
	.box-container-right {
		float: right;
		padding-left: 10px;
		width: 50%;
	}
}

/* .alerts have a 5px top/bottom margin that look wierd in a box, remove it. */
.box-content > .alert:first-child {
	margin-bottom: .5em;
	margin-top: 0;
}

.box-jumpto-container {
	display:none;
}

@media only screen and ( max-width: 680px ) {
	.diary-home-box {
		margin-top: 0;
	}

	.box-jumpto-container {
		display:block;
		margin-top: 20px;
		position: relative;
	}

	.box-jumpto {
		background-color: #f8f8f8;
		display: block;
		height: 40px;
		line-height: 40px;
		overflow-y: hidden;
		overflow-x: scroll;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		-webkit-user-select: none;
		-webkit-overflow-scrolling: touch;
	}

	.box-jumpto-fade {
		background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(248,248,248,0)),color-stop(100%,rgba(248,248,248,1)));
		height: 40px;
		position: absolute;
		pointer-events: none;
		right: 0;
		top: 0;
		width: 30px;
		z-index: 2;
	}

	.box-jumpto-inner {
		display: inline-block;
		overflow: hidden;
		padding-right: 8px;
		position: relative;
		white-space: nowrap;
	}

	.box-jumpto-item {
		background-color: #f2f2f2;
		border: 1px solid #ccc;
		display: inline-block;
		line-height: 40px;
		height: 40px;
		margin: 0;
		padding: 0px 16px;
		text-align: center;
		text-decoration: none;
	}
}

.recognise-item {
	border-bottom: 1px dotted #2F629E;
	cursor: pointer;
}


#notification-list {
	background-color: #fff;
	height: 100%;
	right: -350px;
	position: fixed;
	transition: right .5s;
	top: 0px;
	width: 350px;
	z-index: 1030;
}
#notification-list:hover {
	right: 0px;
}
.notification-list-header {
	background: #fafafa;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    height: 40px;
    line-height: 20px;
	text-align: center;
}
.notification-stream {
	overflow-y: scroll;
}
.notification-none {
	font-size: 12pt;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}
.notification-button {
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 350px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 40px;
    font-size: 12pt;
    opacity: 0.85;
    box-shadow:-4px 2px 5px rgba(0, 0, 0, 0.15);
    transition: .3s;
}
.notification-button > .notification-counter {
	display: none;
	color: white;
}
#notification-list:hover .notification-button {
	opacity: 1;
}
.notification-list-open {
	overflow-y: hidden;
}
.notification-backdrop {
	z-index: 1020;
}
.notification {
	display: table;
	width: 100%;
}
.notification-bar {
	display: table-cell;
	width: 1%;
}
.notification-icon {position: absolute; right: 5px;}
.notification-danger    .notification-bar {background: #d9534f;}
.notification-warning   .notification-bar {background: #eea236;}
.notification-okay      .notification-bar {background: #4cae4c;}
.notification-danger    .notification-subject {color: #d9534f;}
.notification-warning   .notification-subject {color: #eea236;}
.notification-okay      .notification-subject {color: #4cae4c;}

.notification-content {
	display: table-cell;
	height: 100%;
	margin: 0;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 99%;
}
.notification-header {
	padding-top: 5px;
	padding-left: 5px;
}
.notification-subject {
	font-weight: 600;
	font-size: 10.5pt;
	padding-right: 20px;
}
.notification-date, .notification-user {
	font-size: 8.5pt;
	display: inline-block;
}
.notification-user:before {
	content: '|';
	padding-left: 5px;
	padding-right: 5px;
}
.notification-text {
	line-height: 1.25;
	padding: 5px 0px 10px 5px;
}
.notification-text > .notification-dealtwith {
	margin-top: 5px;
}
.notification-footer {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #dddddd;
	background: #fafafa;
}
.notification-footer > .notification-options {
	line-height: 25px;
	font-size: 9pt;
	padding: 0px 5px;
	text-transform: uppercase;
}

.notification-footer > .notification-options a {
	font-weight: 600;
}
.notification-footer > .notification-options a:hover,
.notification-footer > .notification-options a:focus {
	text-decoration: none;
}
.notification-footer > .notification-options a:not(:last-of-type):after {
	content: '|';
	padding-right: 10px;
	padding-left: 10px;
}
.notification-footer > .notification-options .notification-expires:not(:first-child):before {
	content: '|';
	padding-left: 10px;
	padding-right: 10px;
}

.notification-full, .notification-show-less {
	display: none;
}

.loading-spinner {
	border-left: 5px solid rgba(46, 109, 164, .1);
	border-right: 5px solid rgba(46, 109, 164, .1);
	border-bottom: 5px solid rgba(46, 109, 164, .1);
	border-top: 5px solid rgba(46, 109, 164, 1);
	border-radius: 100%;
	height: 50px;
	margin: 25px auto 0 auto;
	position: relative;
	width: 50px;
	-webkit-animation: spinnerRotate .5s infinite linear;
	-moz-animation: spinnerRotate .5s infinite linear;
	-o-animation: spinnerRotate .5s infinite linear;
	animation: spinnerRotate .5s infinite linear;
}

.loading-spinner-lg {border-width: 6px; width: 75px; height: 75px;}
.loading-spinner-sm {border-width: 3px; width: 25px; height: 25px;}

.loading-spinner-text {
	margin: 10px auto;
	text-align:center;
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes spinnerRotate {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes spinnerRotate {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}

@keyframes spinnerRotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

/* Temporary styles for boxes */

.box-default {
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 30%, #ffffff 100%);
  border-color: #999999;
  box-shadow: 0px 1px 5px rgba(73, 167, 73, 0.2);
}

.box-default .box-header {
  color: #777777;
}

.box-success {
  background: linear-gradient(to bottom, #dff0d8 0%, #ffffff 30%, #ffffff 100%);
  border-color: #49a749;
  box-shadow: 0px 1px 5px rgba(73, 167, 73, 0.2);
}

.box-success .box-header {
  color: #49a749;
}

.box-warning {
  background: linear-gradient(to bottom, #fcf8e3 0%, #ffffff 30%, #ffffff 100%);
  border-color: #e38d13;
  box-shadow: 0px 1px 5px rgba(227, 141, 19, 0.2);
}

.box-warning .box-header {
  color: #e38d13;
}

.box-danger {
  background: linear-gradient(to bottom, #f2dede 0%, #ffffff 30%, #ffffff 100%);
  border-color: #d9534f;
  box-shadow: 0px 1px 5px rgba(217, 83, 79, 0.2);
}

.box-danger .box-header {
  color: #d9534f;
}

.box-default .box-header,
.box-success .box-header,
.box-warning .box-header,
.box-danger .box-header {
	background: none;
	border-bottom: none;
}

.divider {
    margin-top: 2rem;
    border-bottom: 1px solid #E0E0E0;
}

/****** Flexbox Styles ******/
.flexbox {
    display: flex;
    margin: 1rem 0;
}

.flexbox.wrap {
    flex-wrap: wrap;
}

.flexbox.column {
    flex-direction: column;
}

.flexbox .flex.stretch {
    flex: 1;
}

.flexbox .flex.row {
    display: flex;
    min-width: 100%;
}

.flexbox .flex.row > .box:not(:last-child) {
    margin-right: 2rem;
}

.form-row {
    display:flex;
}

.form-row > div {
    flex: 1;
}

.form-row > div:not(:last-child) {
    margin-right: 1rem;
}

.flex-btn-group {
    display: flex;
}

.flex-btn-group button {
    flex: 1;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
}

.flex-btn-group button {
    border-right: 1px solid #E0E0E0;
}

.flex-btn-group button:first-child {
    border-left: 1px solid #E0E0E0;
}

.brandlinks {
    margin-top: 30px;
    text-align: center;
}

.brandlinks a {
    display: block;
    font-size: 26pt;
    margin: 20px 0;
}

.brand:hover {
    color: #444;
}


.simple-card-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4rem;
	row-gap: 3rem;
	padding: 5px;
	width: 100%;
}

.simple-card {
	cursor: pointer;
	user-select: none;
	font-size: 14pt;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: white;
	padding: 1rem;
	line-height: 1.2;
}

.simple-card span {
	font-weight: 600;
}

.simple-card small {
	font-weight: normal;
	color: #1a1a1a;
	font-size: 70%;
}

.simple-card:hover {
	border-color: #c5c4c4;
	transition: box-shadow .2s ease-in-out;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.05);
}