<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Browsers: &gt; 0.2%,last 2 versions */

.faded-light {
	opacity: 0.75;
}
.faded {
	opacity: 0.5;
}

a.btn-default,
a.btn-default:link,
a.btn-default:visited {
	color: #333;
}
a.btn-default:hover,
a.btn-default:link:hover,
a.btn-default:visited:hover {
	color: #333;
	text-decoration: none;
}
a.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
	color: #fff;
}
a.btn-primary:hover,
a.btn-primary:link:hover,
a.btn-primary:visited:hover {
	color: #fff;
	text-decoration: none;
}
a.btn-danger,
a.btn-danger:link,
a.btn-danger:visited {
	color: #fff;
}
a.btn-danger:hover,
a.btn-danger:link:hover,
a.btn-danger:visited:hover {
	color: #fff;
	text-decoration: none;
}
a.btn-sm,
a.btn-sm:link,
a.btn-sm:visited {
	font-size: 12px;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-default.disabled {
	border-color: #ccc;
}

.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover {
	z-index: 2;
	color: #005ca8;
	background-color: #eee;
	border-color: #ddd;
}

.text-lightblue {
	color: #0e70c7;
}
.bg-info-dark {
	background-color: #9bcee9;
	color: #333;
}
.bg-grey-light {
	background-color: #fafafa;
}
.hover\:bg-grey-light:hover {
	background-color: #fafafa;
}
.bg-grey {
	background-color: #e6e6e6;
}

.form-group:last-child {
	margin-bottom: 0;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.radio-btn-group&gt;.btn input[type="radio"],
.radio-btn-group&gt;.btn-group&gt;.btn input[type="radio"],
.checkbox-btn-group&gt;.btn input[type="checkbox"],
.checkbox-btn-group&gt;.btn-group&gt;.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.nav {
	margin-bottom: 2em;
}

a.panel-title:hover,
a.panel-title:focus {
	color: inherit;
	text-decoration: none;
}

.black-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

.gauge-title {
	display: none;
}

/* start Bootstrap v4 JS fixes */

.fade.show {
	opacity: 1;
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-backdrop {
	position: fixed;
	right: auto;
	z-index: 1030;
	width: 100vw;
	height: 100vh;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.nav-tabs&gt;li&gt;a.active,
.nav-tabs&gt;li&gt;a.active:hover,
.nav-tabs&gt;li&gt;a.active:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills&gt;li&gt;a.active,
.nav-pills&gt;li&gt;a.active:hover,
.nav-pills&gt;li&gt;a.active:focus {
    color: #fff;
    background-color: #005ca8;
}

.collapse.show {
	display: block;
	visibility: visible;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 11.2px;
	height: 5.6px;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: 5.6px 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 5.6px 5.6px 0;
	border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 5.6px;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 5.6px;
	height: 11.2px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 5.6px 5.6px 5.6px 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: 5.6px 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 5.6px 5.6px;
	border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 5.6px;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 5.6px;
	height: 11.2px;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 5.6px 0 5.6px 5.6px;
	border-left-color: #000;
}

.tooltip-inner {
	white-space: pre-wrap;
}

/* end Bootstrap v4 JS fixes */

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

th.fit-width,
td.fit-width {
	width: 1%;
	white-space: nowrap;
}

.list-group-clickable .list-group-item:not(.list-group-item--unclickable):hover {
	background-color: #f5f5f5;
	cursor: pointer;
}


.clear-last-form-group-margin .form-group:last-child {
	margin-bottom: 0;
}

.form-control.full-size {
	display: block;
	width: 100%;
}

.page_title, .page-title {
	margin-top: 0 ;
}
.page_title .dropdown, .page-title .dropdown {
	display: inline-block;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: auto;
}

.table-title {
	font-size: 18px;
	font-weight: bold;
}


.vertical-heading {
	position: relative;
	white-space: normal !important;
}
.vertical-heading--absolute {
	height: 166px;
}
.vertical-heading-content {
	display: block;
	width: 150px;
	text-align: left;
}
.vertical-heading-content--writing-mode {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	width: auto;
	height: 150px;
	transform: rotate(180deg);
}
.vertical-heading-content--absolute {
	transform: rotate(-90deg);
	transform-origin: left top;
	position: absolute;
	left: 8px;
}

.checkbox-group &gt; .checkbox:first-child {
	margin-top: 0px;
}
.checkbox-group &gt; .checkbox:last-child {
	margin-bottom: 0px;
}


.margin2 {
	margin-bottom: 2px;
}

.height2 {
	height: auto;
}


.btn-group.unclickable {
	opacity: 0.75;
}
.btn-group.unclickable .btn {
	cursor: default;
	-webkit-box-shadow: none;
	        box-shadow: none;
	pointer-events: none;
}
.btn-group.unclickable .btn-default:hover,
.btn-group.unclickable .btn-default:focus,
.btn-group.unclickable .btn-default:active,
.btn-group.unclickable .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-group.unclickable .btn-default.active:hover,
.btn-group.unclickable .btn-default.active:focus,
.btn-group.unclickable .btn-default.active.focus {
	background-color: #e6e6e6;
	border-color: #adadad;
}


.circle_blob {
	margin-right: 4px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #005CA8;
}

.reg_header {
	display: block;
	margin-bottom: 10px;
}

.page-header {
	margin:0px;
	padding: .6em .3em;

	border-bottom: 1px solid #BFBFDB ;
	-webkit-border-top-right-radius: 8px;
	        border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	        border-top-left-radius: 8px;

	background: #FFFFFF url('/media/bg_button_gradient.gif') repeat-x ;
	-webkit-background-size: 20px 20px;
	        background-size: 20px ;
	margin: -10px -10px 10px -10px;
}
.page-header h1 {
	margin:0px;
	font-size: 14px;
	font-weight: normal;
}

#timebook-divider-line {
	height: 10px;
    border-bottom: 1px solid #BFBFDB;
    text-align: center;
	margin-bottom: 50px;
	margin-top: 40px;
}

#timebook-divider-text {
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 0px 10px;
}

label:not(.as-bootstrap) {
	font-weight: normal ;
}
.form-horizontal .control-label:not(.as-bootstrap) {
	text-align: left ;
}

textarea {
	resize: vertical;
}

.btn + .btn, .btn + .btn-group, .btn-group + .btn, .btn-group + .btn-group {
	margin-left: 1em;
}

.select2-locked {
	background-color: #f3f3f3 !important;
}
.select2-inverse .select2-search-choice {
	background-color: #f3f3f3 !important;
}
.select2-inverse .select2-locked {
	background-color: #ffffff !important;
}

.select2-results .select2-opt-info {
	font-size: 0.85em;
	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
}
.select2-results .select2-highlighted .select2-opt-info {
	color: rgba(255, 255, 255, 0.7);
}


#main-container {
	border: 1px solid #BFBFDB ;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 10px ;
}


#packet-form label a {
	font-weight: bold ;
}
#packet-form .packet-result-group {
	margin-top: 15px ;
}
#packet-form .packet-result-group .help-block {
	margin: 0 ;
}
#packet-form .packet-result-group .form-group {
	margin: 0 ;
}
#packet-form .packet-result-group p {
	margin: 0 ;
}
#packet-form .form-control + .form-control {
	margin-left: 10px ;
}


#packet-history {
	margin-top: 20px ;
}
#packet-history caption {
	font-weight: bold ;
}
#packet-history td:first-child {
	width: 1% ;
	white-space: nowrap;
}


#image-upload-section {
	padding: 5px;
	border: 1px solid #BFBFDB;
	-webkit-border-radius: 4px ;
	        border-radius: 4px ;
}
#image-upload-section .btn {
	margin-top: 10px ;
}


.login-form {
	padding-top: 15px;
	padding-bottom: 15px;
}
.login-form--inline {
	margin: auto;
	padding: 15px;
	max-width: 400px;
	border: 1px solid #dedede;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.login-form__version {
	color: #dddddd ;
	margin: 10px 0 0 0;
	font-size: 10px;
}

#member-list td:first-child {
	width: 1%;
	white-space: nowrap;
}
#member-list td:first-child + td {
	text-align: left;
}
#member-list td:last-child, #member-list th:last-child {
	text-align: right;
}

.uploads-list li {
	margin: 10px 0;
}
.uploads-list label, .attachment-list label {
	margin: 0 0 10px 0 ;
	word-wrap: break-word;
	text-align: center ;
	vertical-align: top;
}
.uploads-list label {
	width: 200px;
	cursor: pointer ;
}
.attachment-list label {
	width: 150px;
	margin-right: 5px;
	float:left;
}
.attachment-list .img-container {
	position: relative;
}
.attachment-list .img-container a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 -webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      -webkit-align-items: center;
	        align-items: center;
}
.attachment-list .img-container:hover a {
	color: #fff;
	opacity: 0.7;
}

.uploads-list img, .attachment-list img {
	max-width: 100%;
}
.uploads-list img {
	max-height: 190px;
}
.attachment-list img {
	max-height: 140px;
}

.uploads-list .fa, .attachment-list .fa {
	font-size: 3em;
	margin: 0.3em 0 ;
}
.uploads-list p, .attachment-list p {
	text-align: left;
	margin: 5px 0 0 0 ;
}
.uploads-list p {
	padding-right: 20px;
	position: relative;
}
.uploads-list input[type="checkbox"] {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.attachment-list label a {
	color: #666;
	width: 100%;
	display: inline-block;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.attachment-list label a:hover {
	text-decoration: none;
}


.news_likes {
	padding-top: 8px;
	text-align: right;
}


#link_form input.form-control {
	display: block;
	width: 100%;
}

.comm-preview {
	position: relative;
	margin: 0;
	word-wrap: break-word;
	text-align: center ;
	vertical-align: top;
	width: 100px;
	background-color: transparent;
}
.comm-preview--md {
	width: 150px;
}
.comm-preview__img {
	max-width: 100%;
	max-height: 90px;
}
.comm-preview__img--md {
	max-height: 140px;
}
.comm-preview__img-name {
	margin: 5px 0 0 0;
	text-align: left;
}

.packet-list-options {
	margin: 10px 0px 15px;
}
.packet-line {

}
.packet_line td:first-child {
	vertical-align: top;
	width: 18px;
}
.packet_line table td:first-child {
	width: auto;
}
.packet_line .img-thumbnail {
	margin: 0 5px 0 0 ;
	word-wrap: break-word;
	text-align: center ;
	vertical-align: top;
	width: 100px;
}
.packet_line .img-thumbnail img {
	max-width: 100%;
	max-height: 90px;
}
.packet_line.has-checkbox &gt; td:first-child {
	position: relative;
	padding-left: 20px;
}
.packet_line.has-checkbox &gt; td:first-child input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
}

.centre_log_line td {
	vertical-align: top;
	padding-left: 10px;
}
.centre_log_line td:first-child {
	width: 1px;
	padding-left: 0px;
	white-space: nowrap;
}
.centre_log_line .fa  {
	color: #F12121;
	font-size: 1.3em;
}
.centre_log_line .closed  {
	color: #009900;
	font-size: 1.2em;
	font-weight: bold;
}

.centre_log_line .open  {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: bold;
}

.centre_log_line .general  {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
}

.centre_log_line table td {
	padding-left: 0px;
}
.centre_log_line table td:first-child {
	width: auto;
	white-space: normal;
}


.rota-day-block {
	margin: 20px 0 30px;
}
.rota-day-block h4 {
	margin-top: 0 ;
}

.rota-table td {
	vertical-align:middle !important ;
	white-space: nowrap ;
}

.table-responsive {
	border: none;
}
.table-responsive &gt; .table-bordered {
	border: 1px solid #ddd;
}


#tick-untick-bar {
	text-align: right;
	margin-bottom: 10px ;
}



.centre_log_navigation {
	position: relative;
	padding: 0 50px;
	text-align: center;
	margin-bottom: 15px;
}
.centre_log_navigation .btn {
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
.centre_log_navigation .btn.left {
	left: 0;
}
.centre_log_navigation .btn.right {
	right: 0;
}
.centre_log_navigation label, .centre_log_navigation h4 {
	line-height: 34px;
	margin: 0;
}
.centre_log_navigation .has-datepicker label {
	cursor: pointer;
}
.centre_log_navigation .has-datepicker:hover label {
	text-decoration: underline;
}

.week_navigation {
	position: relative;
	padding: 0 50px;
	text-align: center;
	margin-bottom: 15px;
}
.week_navigation .btn {
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
.week_navigation .btn.left {
	left: 0;
}
.week_navigation .btn.right {
	right: 0;
}
.week_navigation label, .week_navigation h4 {
	line-height: 34px;
	margin: 0;
}
.week_navigation .has-datepicker label {
	cursor: pointer;
}
.week_navigation .has-datepicker:hover label {
	text-decoration: underline;
}


#centre_log_header select:first-child {
	margin-right: 15px;
}
@media (max-width: 767px) {
	#centre_log_header span.tb_link {
		display: block;
	}
}

#shift_templ_table th, #shift_templ_table td {
	text-align:center;
}
#shift_templ_table th:first-child, #shift_templ_table td:first-child {
	text-align:left;
}


#rota_list2 h4 {
	margin: 0 0 15px 0;
}
#rota_list2 .selected-counter {
	position: absolute;
	top: 7px;
	right: 23px;
	opacity: 0.7;
}
#rota_list2 .selected-counter.success {
	font-weight: bold;
}
#rota_list2 .select2-choices {
	padding-right: 30px;
}

.shift_availability_step1 .checkbox {
	padding-left: 20px;
}
.shift_availability_step1 .checkbox:first-child {
	padding-left: 0px;
}
.shift_availability_step1 &gt; div + div {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.shift_availability_step1 &gt; div + div {
		margin-top: 0px;
	}
}

.shift_availability_step2 h4 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.shift_availability_step4 .checkbox {
	padding-left: 20px;
}
.shift_availability_step4 .checkbox:first-child {
	padding-left: 0px;
}
.shift_availability_step4 &gt; div + div {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.shift_availability_step4 &gt; div + div {
		margin-top: 0px;
	}
}


#shift_opportunities h4 {
	margin-top: 20px;
	margin-bottom: 0px;
}
#shift_opportunities h5 {
	margin-top: 7px;
	margin-bottom: 0px;
	padding-left: 20px;
}
#shift_opportunities .checkbox {
	padding-left: 40px;
}

#room_shift_opportunities .room-shift-opportunities__header {
	margin-top: 20px;
	margin-bottom: 5px;
}
#room_shift_opportunities .opportunity {
	margin-bottom: 5px;
}
#room_shift_opportunities #reminder-txt {
	display: none;
}

.nav-sequence li {
	float: left ;
}
.nav-sequence&gt;li.active&gt;a{
	border-bottom: 3px solid #005CA8;
	padding-bottom: 7px;
}
.nav-sequence&gt;li.disabled&gt;a{
	color: #bbb;
}
.nav-sequence&gt;li.disabled&gt;a:hover,
.nav-sequence&gt;li.disabled&gt;a:active,
.nav-sequence&gt;li.disabled&gt;a:focus
{
	color: #bbb;
	cursor: default;
}


#room_events_days {
	margin-left: 20px;
	width: auto;
}
#room_events_days tr td {
	padding-bottom: 5px;
}
#room_events_days tr td:first-child {
	width: 125px;
}



#dev-app {
	position: relative;
	min-height: 120px;
}
#dev-app .loader {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	text-align: center;
	font-size: 36px;
	padding-top: 1em;
	z-index: 5;
}

#dev-app #dev-app-container {
	margin-bottom: 20px;
}
#dev-app table {
	min-width: 800px;
}
#dev-app table caption {
	font-weight: bold;
	font-size: 18px;
	padding: 0;
}
#dev-app table caption p {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding-left: 8px;
}
#dev-app table td {
	border: none;
	vertical-align: middle;
}
#dev-app .col-name {
	width: 150px;
}
#dev-app .col-date {
	width: 80px;
}
#dev-app .col-spots,
#dev-app .col-time {
	width: 80px;
	text-align: center ;
}
#dev-app .col-status {
	width: 1px;
	white-space: nowrap;
}
#dev-app .col-status p {
    margin-bottom: 0;
    border-top: 1px solid #666;
    margin-top: 3px;
    padding-left: 10px;
    padding-top: 3px;
}
#dev-app .col-tick {
	width: 1px;
}
#dev-app .col-notes {
	padding-top: 0px;
	padding-left: 30px;
}

#dev-app .dropdown {
	display: inline-block;
	float: right;
	padding-left: 10px;
}
#dev-app caption .dropdown {
	float: none;
}
#dev-app caption .dev-status {
	font-size: 14px;
	padding-left: 10px;
}

#dev-app.standard-rota .table-responsive {
	margin-bottom: 20px;
}
#dev-app.standard-rota table.main-shift-list {
	border: none;
	margin-bottom: 10px;
}
#dev-app.standard-rota table.main-shift-list th {
	border: 1px solid #ddd;
}
#dev-app.standard-rota table.main-shift-list td {
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 0;
}
#dev-app.standard-rota table.main-shift-list:not(.narrow-cols) td {
	min-width: 170px;
	width: 14.28571429%; /* 100% / 7 */
}
#dev-app.standard-rota table.main-shift-list th.past .time-slot,
#dev-app.standard-rota table.main-shift-list td.past .time-slot {
	opacity: 0.5;
}
#dev-app.standard-rota table.main-shift-list th.day-before-present,
#dev-app.standard-rota table.main-shift-list td.day-before-present {
	border-right-color: #549bd6;
}
#dev-app.standard-rota table.main-shift-list th.total-hours,
#dev-app.standard-rota table.main-shift-list td.total-hours {
	text-align: center;
	min-width: 60px;
	width: 60px;
}
#dev-app.standard-rota table.main-shift-list th.column-spacer,
#dev-app.standard-rota table.main-shift-list td.column-spacer {
	min-width: 0px;
	width: 0px;
	border: 0;
}
#dev-app.standard-rota table.main-shift-list th.present,
#dev-app.standard-rota table.main-shift-list td.present {
	border-color: #549bd6;
}
#dev-app.standard-rota table .time-slot,
#dev-app.standard-rota table .static-slot {
	position: relative;
	padding: 4px;
}
#dev-app.standard-rota table .time-slot + .time-slot,
#dev-app.standard-rota table .static-slot + .static-slot {
	padding-top: 0;
}
#dev-app.standard-rota table .time-slot.is-virtual {
	background-color: #f0f7ff;
}
#dev-app.standard-rota table .time-slot .staff-rota-icons {
	position: absolute;
	top: 3px;
	right: 5px;
}
#dev-app.standard-rota table .time-slot .unpublished-time-slot {
	color: #990033;
}
#dev-app.standard-rota table .time-slot .staff-rota-icons .fa-commenting {
	color: #39a0d4;
}
#dev-app.standard-rota table .time-slot .staff-rota-icons .fa-user {
	color: #990033;
}
#dev-app.standard-rota table .time-slot .staff-rota-icons .fa-exclamation-triangle {
	color: #990033;
}
#dev-app.standard-rota table .user-slot {
	background-color: #fff;
	overflow: hidden;
	padding: 4px;
}
#dev-app.standard-rota table .user-slot + .user-slot {
	padding-top: 0;
}
#dev-app.standard-rota table .user-slot:hover {
	overflow: visible;
}
#dev-app.standard-rota table .user-slot:hover .select-readonly-static {
	display: inline-block;
	background-color: #fff;
}
#dev-app.standard-rota table .user-slot .select-readonly,
#dev-app.standard-rota table .user-slot .select-readonly-static,
#dev-app.standard-rota table .time-slot .select-readonly,
#dev-app.standard-rota table .time-slot .select-readonly-static,
#dev-app.standard-rota table .static-slot .select-readonly,
#dev-app.standard-rota table .static-slot .select-readonly-static {
	height: 34px;
	padding: 7px 17px 6px 17px;
	white-space: nowrap;
}
#dev-app.standard-rota table .user-slot .form-control,
#dev-app.standard-rota table .time-slot .input-group {
	display: none;
	width: 100%;
}
#dev-app.standard-rota table .time-slot .input-group .form-control:not(select) {
	padding-left: 16px;
	white-space: nowrap;
}
#dev-app.standard-rota table .user-slot .form-control,
#dev-app.standard-rota table .time-slot .input-group .form-control,
#dev-app.standard-rota table .time-slot .input-group .btn {
	-webkit-border-radius: 0;
	        border-radius: 0;
}
#dev-app.standard-rota table .user-slot:hover .select-readonly,
#dev-app.standard-rota table .time-slot:hover .select-readonly {
	display: none;
}
#dev-app.standard-rota table .user-slot:hover .form-control,
#dev-app.standard-rota table .time-slot:hover .input-group {
	display: table;
}
#dev-app.standard-rota table .user-slot.with-subtitle .select-readonly-static {
	position: relative;
	top: -4px;
}
#dev-app.standard-rota table .user-slot .subtitle {
	position: absolute;
	left: 17px;
	bottom: -3px;
	font-size: 0.7em;
	opacity: 0.7;
}

#dev-app.one-rota .time-slot:not(.empty) {
	cursor: pointer;
}
#dev-app.one-rota .time-slot:not(.empty):hover .select-readonly-static {
	-webkit-box-shadow: inset 0px 0px 0px 1px #adadad;
	        box-shadow: inset 0px 0px 0px 1px #adadad;
	background-color: #fff;
}

#dev-app-modal .modal-body {
	padding-bottom: 0px;
}
#dev-app-modal .modal-body h4 {
	margin: 0px 0px 15px;
}
#dev-app-modal label:not(.checkbox-inline, .radio-inline), #day-modal:not(.checkbox-inline, .radio-inline) label {
	width: 100%;
	font-weight: bold;
}
#dev-app-modal .checkbox label, #day-modal .checkbox label {
	width: auto;
	font-weight: normal;
}
#dev-app-modal .checkbox-inline, #day-modal .checkbox-inline {
	margin: 0 10px 0 0;
}

#shift-info-modal .action-history-container {
	max-height: 300px;
	overflow: auto;
}
#shift-info-modal .action-history-container table {
	margin-bottom: 0;
}

#dev-app-modal .shift-information table {
	margin-top: 20px;
}
#dev-app-modal .shift-information table td {
	border: none;
}
#dev-app-modal .shift-information table td:first-child {
	width: 1%;
	white-space: nowrap;
}

#dev-app-actions {
	float: right;
}
#dev-app-actions .btn {
	font-size: 20px;
	padding: 0px 12px;
}


.email-preview {
	border: 1px solid #ddd;
	padding: 15px;
	margin: 7px 0;
	max-width: 600px;
}


.pick-boxes {
	margin-left: -10px;
	margin-right: -10px;
}
.pick-boxes .btn-group {
	margin: 10px;
}


.img-preview .img-thumbnail {
	margin: 0 0 10px 0 ;
	word-wrap: break-word;
	text-align: center ;
	vertical-align: top;
	width: 150px;
}
.img-preview .img-thumbnail img {
	max-width: 100%;
	max-height: 140px;
}
.img-preview .img-thumbnail p {
	text-align: left;
	margin: 5px 0px 0px;
}
.img-preview .img-thumbnail a {
	color: #666;
	width: 100%;
	display: inline-block;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none !important;
}
.img-preview .img-thumbnail + label {
	display: block;
	margin: -5px 0px 5px 0px;
}



.btn-smooth {
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	outline: 0 !important;

	color: #808080;
	background-color: #F8F8F8;
	border: 1px solid #E0E0E0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-smooth:hover, .btn-smooth:active {
	color: #808080;
	background-color: #F3F3F3;
}
.btn-smooth:focus {
	color: #808080;
}
.btn-smooth:active {
	background-color: #EEEEEE;
}

.btn-smooth.remove-addon {
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 32px;
	font-weight: bold;
}
.btn-smooth.btn-lg.remove-addon {
	font-size: 23px;
	line-height: 43px;
}
a.btn-smooth, a.btn-smooth:link, a.btn-smooth:visited, a.btn-smooth:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.btn-material-flat {
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	outline: 0 !important;

	font-weight: bold;
	color: rgba(0,0,0,0.6);
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-material-flat:hover,
.btn-material-flat:focus,
.btn-material-flat:active,
.btn-material-flat.active {
	color: rgba(0,0,0,0.8);
	background-color: rgba(153, 153, 153, 0.2);
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-material-flat:active,
.btn-material-flat.active:hover {
	background-color: rgba(153, 153, 153, 0.4);
}



#user_list th, #user_list td {
	padding: 0px 10px 0px 0px;
}
#user_list th:first-child, #user_list td:first-child {
	padding-left: 10px;
}
#user_list th:last-child, #user_list td:last-child {
	text-align: right;
}



.shift-opp-report.compact th, .shift-opp-report.compact td {
	padding: 0px 10px 0px 0px;
}
.shift-opp-report.compact th:first-child, .shift-opp-report.compact td:first-child {
	padding-left: 10px;
}
.shift-opp-report th, .shift-opp-report td {
	text-align: center;
}
.shift-opp-report th:first-child, .shift-opp-report td:first-child {
	text-align: left;
}
.shift-opp-report .no-col {
	width: 80px;
}


#packet-steps-app .data-list {
	padding-left: 1.5em;
}
#packet-steps-app .data-list-item {
	margin-top: 10px;
}
#packet-steps-app .data-list-item-range {
	margin-top: 0.5em;
	padding-left: 1.5em;
}
#packet-steps-app .data-list-item .label {
	display: inline-block;
}
#packet-steps-app .data-list-item .label + .label {
	margin-left: 5px;
}

#packet-steps-app.data-only .select2-container {
	margin-bottom: 10px;
}
#packet-steps-app.data-only .data-list {
	padding-left: 0;
}
#packet-steps-app.data-only .data-list-item {
	margin-top: 0;
	margin-bottom: 10px;
}


.subtask-container {
	margin-top: 2em;
}
.subtask-container .form-group {
	margin: 10px 0 0;
}
.subtask-container .form-group label {
	margin: 0;
}
.subtask-container .form-group .form-control,
.subtask-container .form-group .btn,
.subtask-container .form-group .input-group-addon {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.subtask-card-group {
	margin-bottom: 20px;
}
.subtask-card-group-header {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0;
}

.subtask-cards {
	position: relative;
}
.subtask-card {
	position: relative;
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #f9f9f9;
	margin-bottom:-1px;
}
.subtask-card h4 {
	margin-top:0;
	margin-bottom:0;
	padding-top: 7px;
	padding-bottom: 6px;
}

#pick_recipient_table h4 + .subtable-wrap {
	padding-left: 20px;
}


.table.sortable th a {
	color: #666;
}
.table.sortable th a.active {
	color: #005CA8;
}
.table.sortable th a:hover, .table.sortable th a.active:hover {
	color: #47B4C7;
}

.table.sortable th a.active:after {
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	margin-bottom: 2px;
}

.table.sortable th a.active.desc:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-top: 5px solid #666;
}
.table.sortable th a.active.asc:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-bottom: 5px solid #666;
}



.list-group-rota {
	max-width: 400px;
	margin: auto;
}
.list-group-rota .list-group-item-heading,
.list-group-rota .list-group-item-text {
	text-align: center;
}
.list-group-rota .list-group-item-text + .list-group-item-text {
	margin-top: 4px;
}
.list-group-rota .label {
	display: block;
	padding-top: 0.3em;
	text-transform: uppercase;
	background-color: #b6b6b6;
	margin-bottom: 4px;
	margin-top: 8px;
	white-space: normal;
}

/* ----------------------------------------------------
 Site banner general styles
---------------------------------------------------- */
.site-banners {
	margin-top: -1.8em;
	padding-bottom: 1.8em;
}
.site-banners__banner {
	display: block;
	position: relative;
	padding: 7px 10px;
	text-align: center;
}
.site-banners__banner:hover,
.site-banners__banner:focus {
	text-decoration: none;
}
.site-banners__banner .close {
	position: absolute;
	top: 7px;
	right: 10px;
}

/* main theme */
.site-banners__banner.main {
	background-color: #2db6bf;
	color: #ffffff;
}
.site-banners__banner.main.site-banners__banner--actionable:hover {
	background-color: #22a0a8;
}

/* info theme */
.site-banners__banner.info {
	background-color: #d9edf7;
	color: #666;
}
.site-banners__banner.info.site-banners__banner--actionable:hover {
	background-color: #d5e6ee;
}
.site-banners__banner.danger {
	background-color: #d9534f;
	color: #fff;
}
.site-banners__banner.danger.site-banners__banner--actionable:hover {
	background-color: #c9302c;
}
.site-banners__banner.danger + #site-banner-actions {
	border: 1px solid #d9534f;
}


.site-banners__prebuilt-wrapper {
	background-color: #d9534f;
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.site-banners__prebuilt-wrapper:hover {
	background-color: #c9302c;
}
.site-banners__prebuilt-wrapper.completed {
	background-color: #4fd95f;
	color: #fff;
}
.site-banners__banner.text--color {
	color: #fff;
}
.site-banners__refresh-button_wrapper {
	flex-shrink: 0; 
	margin-left: 2px; 
	margin-right: 5px;
}

.site-banners__refresh-button_icon {
	font-size: large; 
	color: white;
	transition: transform 0.3s ease;
}

@keyframes rotate-refresh-button {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

  .rotate-refresh-button {
	animation: rotate-refresh-button 1s infinite linear;
  }


.has-fixed-col {
	padding-left: 170px;
}
.has-fixed-col table.main-shift-list th:first-child,
.has-fixed-col table.main-shift-list td:first-child {
	position: absolute;
	left: 0;
	width: 170px !important;
	background-color: #fff;
	z-index: 3;
}

.ckfinder-responsive-wrap {
	overflow-x: auto;
}
.ckfinder-responsive-wrap iframe {
	min-width: 680px;
}


.handover-book-report {
	padding: 10px 15px;
	margin-bottom: 1em;
}
.handover-book-report.no-report {
	background-color: #ffffff;
	font-style: italic;
}
.handover-book-report &gt; .row:first-child,
.handover-book-notes .list-group-item &gt; .row:first-child {
	padding-bottom: 10px;
}

.handover-book-comments {
	margin-top: 10px;
	margin-bottom: 0;
}

.hb-title {
	font-weight: bold;
}
.hb-timestamp {
	opacity: 0.75;
	text-align: right;
}
.hb-content {
	margin-bottom: 0;
}
.hb-comments {
	padding-top: 10px;
}

#file-library-pages .list-group-item {
	padding: 10px;
}

.file-library-list a {
	word-wrap: break-word;
}
.training-module-materials .thumbnail,
.file-library-list .thumbnail,
.attachment-button-list .thumbnail {
	margin: 0;
	text-align: center;
	font-size: 40px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	color: #666;
}
.training-module-materials .thumbnail:hover,
.file-library-list .thumbnail:hover,
.attachment-button-list .thumbnail:hover {
	border-color: #47B4C7;
}
.slideshow-materials .select2-container .select2-choice {
	border-radius: 0;
}

.poll-label-align {
	text-align: center !important;
	padding-right: 0;
	color: grey;
}

#poll-form .poll-message {
	margin: 0;
	text-align: center;
	color: #3c763d;
}
#poll-form .poll-message small {
	display: block;
	margin-top: 10px;
	color: #3c763d;
}
#poll-form .panel .radio:first-child {
	padding-top: 0px;
	min-height: auto;
}
#poll-form .legend {
	list-style: none;
	padding: 0;
	margin: 0;
}
#poll-form .legend div.color-code {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 13px;
	height: 13px;
}
#poll-form .legend li {
	position: relative;
	padding-left: 20px;
}
#poll-form ul.legend,
#poll-form div.poll-separator {
	margin-top: 20px;
}

#modify-poll-form .full-size {
	width: 100%;
}
#modify-poll-form .panel .btn-default .fa {
	color: #6d6b6b;
}

#rota-info-modal caption {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
}
#rota-info-modal table:last-child {
	margin-bottom: 0;
}

.nav&gt;li&gt;a&gt;.badge {
	margin-left: 5px;
}
.nav&gt;li:not(.active)&gt;a:hover&gt;.badge {
	background-color: #fff;
	color: #005CA8;
}




.list-group-left,
.list-group-right {
	position: relative;
}
.list-group-left .list-group-item,
.list-group-right .list-group-item {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list-group-left-enter-active,
.list-group-left-leave-active,
.list-group-right-enter-active,
.list-group-right-leave-active {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list-group-left-enter, .list-group-left-leave-active {
	opacity: 0;
	-webkit-transform: translateX(30px);
	    -ms-transform: translateX(30px);
	        transform: translateX(30px);
}
.list-group-right-enter, .list-group-right-leave-active {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	    -ms-transform: translateX(-30px);
	        transform: translateX(-30px);
}
.list-group-left-leave-active,
.list-group-right-leave-active {
	position: absolute;
	width: 100%;
}

.mini-controls--float {
	float: right;
}
.mini-controls--absolute {
	position: absolute;
	top: 10px;
	right: 15px;
}
.mini-controls .fa + .fa {
	margin-left: 0.5em;
}
.mini-controls--narrow .fa + .fa {
	margin-left: 0;
}
.mini-controls .fa {
	opacity: 0.5;
	cursor: pointer;
}
.mini-controls .fa:hover {
	opacity: 1;
}


.task-time-block + .task-time-block {
	margin-top: 0.5em;
}
.task-time-block .fa {
	cursor: pointer;
	opacity: 0.5;
}
.task-time-block .fa:hover {
	opacity: 1;
}

.total-hours-table th:first-child,
.total-hours-table td:first-child {
	width: 75%;
}

.total-hours-table .missed-shifts-table th,
.total-hours-table .missed-shifts-table td {
	width: auto;
}

.total-hours-table tr[data-click] {
	cursor: pointer;
}
.total-hours-table &gt; tbody &gt; tr[data-click]:hover &gt; td {
	background-color: #f5f5f5;
}
.total-hours-table &gt; tbody &gt; tr[data-click].active:hover &gt; td {
	background-color: #e8e8e8;
}


.profile-template-table {
	width: auto;
}
.profile-template-table td {
	vertical-align: top;
}
.profile-template-table td:first-child {
	padding-right: 1em;
}


.form-requests-table caption {
	padding: 0;
	font-weight: bold;
}
.form-requests-table td:nth-child(1) {
	width: 20%;
}
.form-requests-table td:nth-child(2) {
	width: 25%;
}
.form-requests-table td:nth-child(3) {
	width: 25%;
}
.form-requests-table td:nth-child(4) {
	width: 14%;
}
.form-requests-table td:nth-child(5) {
	width: 15%;
}
.form-requests-table td:last-child {
	width: 1%;
	white-space: nowrap;
}

.equal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.slideshow-overview-span {
	margin-left: 0.5em;
	color: #a9a9aa;
	font-size: 12px;
}

.slideshow-nav-prev,
.slideshow-nav-next {
	cursor: pointer;
}

.training-questions-list-group .list-group-item {
	cursor: pointer;
}
.training-questions-list-group .list-group-item:hover {
	background-color: #f3f3f3;
}

.training-modal .input-group-addon input[type="checkbox"] {
	margin-top: 4px;
}


.training-course-modules .list-group-item {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.training-test-app-enter-active, .training-test-app-leave-active {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.training-test-app-enter {
    opacity: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
}
.training-test-app-leave-active {
    opacity: 0;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
}


.my-profile-tabs,
.hr-data-tabs {
	margin-top: 0 !important;
}


.handover-book-shifts-table th,
.handover-book-shifts-table td {
	min-width: 75px;
	width: 75px;
	text-align: center;
}
.handover-book-shifts-table th:first-child,
.handover-book-shifts-table td:first-child {
	width: 1%;
	min-width: auto;
	white-space: nowrap;
}
.handover-book-shifts-table th:nth-child(2),
.handover-book-shifts-table td:nth-child(2) {
	width: auto;
	min-width: auto;
	text-align: left;
}
.handover-book-shifts-table th:nth-child(3),
.handover-book-shifts-table td:nth-child(3) {
	width: 100px;
	min-width: 100px;
}

.loader {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
}
.is-loading:not(.btn):before {
	content: '';

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: #fff;

	z-index: 10;
}
.is-loading:after {
	content: '';

	display: block;
	position: absolute;

	left: -webkit-calc(50% - 0.5em);

	left: calc(50% - 0.5em);
	top: -webkit-calc(50% - 0.5em);
	top: calc(50% - 0.5em);
	height: 1em;
	width: 1em;

	border: 2px solid #dbdbdb;
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;

	-webkit-animation: spinAround 500ms infinite linear;

	        animation: spinAround 500ms infinite linear;

	z-index: 10;
}
.btn.is-loading {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}
.modal-content.is-loading:before {
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.panel.is-loading:before,
.thumbnail.is-loading:before,
.img-thumbnail.is-loading:before {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.subtask-cards.is-loading:before {
	border: 1px solid #ccc;
	opacity: 0.75;
}
.subtask-card.is-loading:before {
	opacity: 0.75;
}

.vue-collapse-header {
	min-height: 20px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	position: relative;
}
.vue-collapse-header &gt; div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vue-collapse-header &gt; div &gt; div {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.vue-collapse-content-box {
	padding-top: 20px;
}

.fade-enter-active, .fade-leave-active {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.fade-enter, .fade-leave-active {
	opacity: 0;
}

.vue-reorder-move,
.vue-reorder-enter-active,
.vue-reorder-leave-active {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.vue-reorder-enter, .vue-reorder-leave-to {
	opacity: 0;
}

.v-collapse-header-item {
	display: inline-block;
}
.v-collapse-header-item .fa {
	opacity: 0.5;
	cursor: pointer;
}
.v-collapse-header-item .fa:hover {
	opacity: 1;
}

.equal-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.file-library-description {
	color: #8e8e8e;
	word-wrap: break-word;
}

.library-file-attachment-button-overlay {
	-webkit-border-bottom-left-radius: 4px;
	        border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	        border-bottom-right-radius: 4px;
	background-color: #47B4C7;
	color: #FFFFFF;
	position: absolute;
	font-size: 12px;
	height: auto;
	bottom: 0;
	width: 100%;
}

.library-file-attachment-button-container {
	position: relative;
}

.missed-shifts td {
	vertical-align: top;
	padding-left: 10px;
}
.missed-shifts td:first-child {
	padding-left: 0;
}
.missed-shifts td:last-child {
	white-space: nowrap;
}

.color-legend {
	color: #777;
}
.color-legend__title {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}
.color-legend__items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.color-legend__item {
	list-style: none;
	margin-left: 0;
	line-height: 18px;
	margin-top: 2px;
}
.color-legend__item:first-child {
	margin-top: 0px;
}
.color-legend__checkbox {
	float: left;
	margin: 2px 4px 0 0 !important;
}
.color-legend__label {
	display: block;
	float: left;
	height: 16px;
	width: 30px;
	margin-right: 5px;
	margin-left: 0;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.circle {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	width: 14px;
	height: 14px;
	display: inline-block;
}

.signing-pin-tooltip {
	cursor: pointer;
	font-size: inherit;
}

.table-bottom-bordered &gt; tbody &gt; tr:last-child {
	border-bottom: 1px solid #dddddd
}

.library-page-btn-group {
	width: 100%;
	display:inline-block;
	overflow: auto;
	white-space: nowrap;
}

.panel-default &gt; .panel-heading-library-file {
	color: inherit;
	border: 1px solid inherit;
	background: #e6e6e6;
}

.absolute-center {
	position: absolute;
	width: 100%;
	text-align: center;
}

.tooltip-modal-button:hover {
	cursor: pointer;
}

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

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

.qualifications-label .badge {
	margin-right: 10px;
	background-color: #de668c;
}

.list-group-item--unread {
	background-color: #fafafa;
	border-left: 5px solid #0f92ff;
}

.matrix-table {
	overflow: auto;
	display: inline-flex;
	max-width: 100%;
	max-height: 500px;
	flex-direction: column;
}
.matrix-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.matrix-table__cell {
	padding: 5px;
	border: 1px solid #ddd;
	width: 100px;
	background-color: #fff;
}
.matrix-table__cell--wide {
	width: 125px;
}
.matrix-table__cell--heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow-wrap: anywhere;
}
.matrix-table__cell--clickable {
	cursor: pointer;
}
.matrix-table__cell--clickable:hover {
	background-color: #f5f5f5;
}
.matrix-table__cell--title {
	width: 200px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	position: sticky;
	left: 0;
}
.matrix-table__cell--spacer {
	width: 15px;
}


/* toggle switch */

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

.switch__checkbox {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.switch__slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.switch__checkbox:checked + .switch__slider {
	background-color: #2196F3;
}

.switch__checkbox:focus + .switch__slider {
	box-shadow: 0 0 1px #2196F3;
}

.switch__checkbox:checked + .switch__slider:before {
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
}

/* Projects accordion */
.accordion {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	min-width: 90%;
}

.accordion-item {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.accordion-item-header {
	background-color: #f1f1f1;
	padding: 10px;
	cursor: pointer;
}

.accordion-task {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 5px;
}

.accordion-item-content {
	display: none;
	padding: 10px;
}

.accordion-item-content.active {
	display: block;
}

.expand-collapse {
	cursor: pointer;
	color: #3498db;
	text-decoration: underline;
	margin-bottom: 10px;
	transition: color 0.3s ease-in-out;
}

/* Incident Book: Permitted Users Selector */
.permitted-users-container-show {
    display: block !important;
}

.permitted-users-container-hide {
    display: none !important;
}

/* Tasks: Assets Selector */
.assets-dropdown-container-show {
    display: block;
}

.assets-dropdown-container-hide {
    display: none;
}

.no-assets-message-show {
    display: block;
}

.no-assets-message-hide {
    display: none;
}

/* Asset Tasks Tab */
@media (min-width: 768px) {
    .asset-subtasks-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
    }
    
    .asset-subtasks-container &gt; div {
        flex: 0 0 15%;
    }
    
    .asset-subtasks-container .subtask-name {
        flex: 0 0 40%;
    }
    
    .asset-subtasks-container .notes {
        padding-right: 50px;
    }

	.subtask-headers {
		display:flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
    .asset-subtasks-container {
        display: block;
        margin-top: 20px;
    }

    .asset-subtasks-container &gt; div {
        flex: none;
        margin-bottom: 10px;
    }

    .asset-subtasks-container &gt; div:before {
        font-weight: bold;
        content: attr(data-label);
        margin-right: 10px;
    }

	.subtask-headers {
		display: none;
	}
}

/**********************************
 CSS Helpers
**********************************/
.d-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.d-block { display: block; }
.d-inline-block { display: inline-block; }

.justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.self-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }

.flex-1 { -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; }

.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }

.cursor-pointer { cursor: pointer; }
.font-bold { font-weight: bold; }

.m-0 { margin: 0; }
.mt-0 { margin-top: 0; }
.mr-0 { margin-right: 0; }
.mb-0 { margin-bottom: 0; }
.ml-0 { margin-left: 0; }

.p-0 { padding: 0; }
.pt-0 { padding-top: 0; }
.pr-0 { padding-right: 0; }
.pb-0 { padding-bottom: 0; }
.pl-0 { padding-left: 0; }

.m-05 { margin: 7px; }
.mt-05 { margin-top: 7px; }
.mr-05 { margin-right: 7px; }
.mb-05 { margin-bottom: 7px; }
.ml-05 { margin-left: 7px; }

.p-02 { padding: 2.8px; }
.pt-02 { padding-top: 2.8px; }
.pr-02 { padding-right: 2.8px; }
.pb-02 { padding-bottom: 2.8px; }
.pl-02 { padding-left: 2.8px; }

.p-05 { padding: 7px; }
.pt-05 { padding-top: 7px; }
.pr-05 { padding-right: 7px; }
.pb-05 { padding-bottom: 7px; }
.pl-05 { padding-left: 7px; }

.m-1 { margin: 14px; }
.mt-1 { margin-top: 14px; }
.mr-1 { margin-right: 14px; }
.mb-1 { margin-bottom: 14px; }
.ml-1 { margin-left: 14px; }

.p-1 { padding: 14px; }
.pt-1 { padding-top: 14px; }
.pr-1 { padding-right: 14px; }
.pb-1 { padding-bottom: 14px; }
.pl-1 { padding-left: 14px; }

.m-15 { margin: 21px; }
.mt-15 { margin-top: 21px; }
.mr-15 { margin-right: 21px; }
.mb-15 { margin-bottom: 21px; }
.ml-15 { margin-left: 21px; }

.p-15 { padding: 21px; }
.pt-15 { padding-top: 21px; }
.pr-15 { padding-right: 21px; }
.pb-15 { padding-bottom: 21px; }
.pl-15 { padding-left: 21px; }

.m-2 { margin: 28px; }
.mt-2 { margin-top: 28px; }
.mr-2 { margin-right: 28px; }
.mb-2 { margin-bottom: 28px; }
.ml-2 { margin-left: 28px; }

.p-2 { padding: 28px; }
.pt-2 { padding-top: 28px; }
.pr-2 { padding-right: 28px; }
.pb-2 { padding-bottom: 28px; }
.pl-2 { padding-left: 28px; }

.whitespace-no-wrap { white-space: nowrap; }
.pre-wrap {
	white-space: pre-wrap;
}

.opacity-25 { opacity: 0.25; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-100 { opacity: 1; }

.z-10 { z-index: 10; }

.w-full { width: 100%; }
.min-w-sm { min-width: 80px; }
.max-w-sm { max-width: 400px; }
.max-w-full { max-width: 100%; }

@media (min-width: 768px) {
	.sm\:mb-0 { margin-bottom: 0; }
}
/*********************************/
</pre></body></html>