
.bg-faded {

    background: rgba(206,206,206,1);
    background: -moz-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(230,230, 216,1) 50%, rgba(230, 225, 174, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(206,206,206,1)), color-stop(50%, rgba(230,230, 216,1)), color-stop(100%, rgba(230, 225, 174,0.5)));
    background: -webkit-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(230,230, 216,1) 50%, rgba(230, 225, 174, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(230,230, 216,1) 50%, rgba(230, 225, 174, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(230,230, 216,1) 50%, rgba(230, 225, 174, 0.5) 100%);
    background: linear-gradient(to right, rgba(206,206,206,1) 0%, rgba(230,230, 216,1) 50%, rgba(230, 225, 174, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff', GradientType=1 );

}
/*
////////////////////////////////////////////////////
/ RINK ALLOCATION CSS
////////////////////////////////////////////////////
*/
table.rinkallocationtable {
	width: 100%;
	border-collapse: collapse;
}
table.rinkallocationtable th {
	height: 20px;
	font-size: 0.9em;
	text-align: center;
}		
table.rinkallocationtable td {
	height: 20px;
	font-size: 0.9em;
	border: 1px dashed #a3d1a3;
	padding:0px;
	background-color: #c4ffc0;
	overflow: hidden;
	user-select: none;
	text-align: center;
}

table.rinkallocationtable td.rowalt {
	background-color: #FFFFFF;
}

table.rinkallocationtable td a {
	display: block;
	width: 100%;
	height: 21px;
	user-select: none;
	text-decoration: none;
	color: #000;
}
table.rinkallocationtable td a:hover {
	background-color: #a9dca6;
}

table.rinkallocationtable td.slotSelected a:hover {
	background-color: #ff9e00;
}

table.rinkallocationtable td.slotSelected {
	background-color: #ffc200;
	border: none;
}

table.rinkallocationtable td.slotTaken {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0px;
	border-bottom: 0px;
	color: #FFFFFF !important;
}

table.rinkallocationtable td.slotTaken div.content {
	color: #FFFFFF !important;
}

table.rinkallocationtable td a span {
	float: right;
}
table.rinkallocationtable .emptycell {
	border: 0px; 
	background-color: #FFFFFF;
}
table.rinkallocationtable .timecell {
	border: 0px; 
	background-color: #FFFFFF; 
	text-align: right; 
	padding-right: 15px; 
	width: 80px; 
	overflow: visible;
	white-space: nowrap;
}
table.rinkallocationtable .timecell div {
	margin-top: -20px; 
	font-size: 0.9em;
}
/*
////////////////////////////////////////////////////
/ RINK ALLOCATION CSS - END
////////////////////////////////////////////////////
*/

.mainwinNavigate .form-control, .form-control-sm, .mainwinNavigate .input-group-sm>.form-control, .mainwinNavigate .input-group-sm>.input-group-addon, .mainwinNavigate .input-group-sm>.input-group-btn>.btn {
	font-size: 1rem;
	padding: .3rem .3rem;
	height: auto !important;
}

.table-hover tbody tr.no_hover:hover{background-color:rgba(0,0,0,0);} /* Counters out .table-hover tbody tr in BETAbootstrap.min.css */

.table-hover tbody tr:hover {
	color: #000;
}

/* Staff Management - Roster Page */
.rosterCell {
	border-right: 2px solid #e7e7e7;
	border-left: 2px solid #e7e7e7;
	border-top: 2px solid #e7e7e7;
	padding-bottom:1px;
}
.rosterCell:hover {
	background-color:white;
}
.rosterCell .addButton {
	width: 90%;
	height: 100%;
	top: 10%;
	position: relative;
	margin-top: 0;
	right: 5%;
	margin-left: 0;
	background-color: #cFc;
	visibility:hidden;
	font-size: 1em;
}
.rosterCell:hover .addButton {
	visibility:visible; 
}
@media (max-width: 767px) {
	.shiftInteractionIcons, .rosterCell .addButton {
		visibility:visible !important;
	}
	.rosterCell .addButton {
		width: 40px;
		left: -35%;
	}
	.pageContent .shiftInteractionIcons i {
		padding: .25rem 0.5rem;
		width:28px;
	}
}
.rosterCell .shift, .rosterActive {
	border-color: #5cb85c;
	background: #cFc;
	margin-bottom: 2px;
	min-width: 70px;
	padding: 0.25rem 0.5rem;
/*	font-size: 1em;*/
	line-height: 1;
	max-width: 10vw;
}
.rosterCell .shift:hover {
	background: #c4ffc0;
}

.rosterCell .shift.rosterEarly, .rosterActive.rosterEarly {
	border-color: #548ea1;
	background: #ccebff;
}
.rosterCell .shift.rosterEarly:hover {background: #ccebff;}
.rosterCell .shift.rosterMorning, .rosterActive.rosterMorning {
	border-color: #5cb85c;
	background: #cFc;
}
.rosterCell .shift.rosterMorning:hover {background: #c4ffc0;}
.rosterCell .shift.rosterAfternoon, .rosterActive.rosterAfternoon {
	border-color: #b8ad5c;
	background: #fffdcc;
}
.rosterCell .shift.rosterAfternoon:hover {background: #fffdcc;}
.rosterCell .shift.rosterEvening, .rosterActive.rosterEvening {
	border-color: #b8655c;
	background: #ffdfbd;
}
.rosterCell .shift.rosterEvening:hover {background: #ffdfbd;}
.rosterCell .shift.rosterClose, .rosterActive.rosterClose {
	border-color: #7c54a1;
	background: #e2c3eb;
}
.rosterCell .shift.rosterClose:hover {background: #e2c3eb;}

.pageContent .shiftInteractionIcons {
	visibility:hidden;
/*	width:26px;*/
	float:right;
}
.pageContent .shiftInteractionIcons i {
	padding: .1rem 0.25rem;
	left: 5px;
	position: relative;
/*	display: block;*/
	float: right;
	width: 24px;
	top: -0.25em;
}
.pageContent .shiftInteractionIcons .leftDiv i {
	left: 10px;
}
.pageContent .shiftInteractionIcons i {
	
}
.shift {
	width:100%;
}
.rosterDateColumn {
	width:12%;
	line-height:1em;
}
.rosterTotalsColumn {
	line-height:1em;
}
/*#8cfb8c;*/
.rosterCell.staffLeaveDay, .rosterLeave {
  background: #cf9f20;
  background: -webkit-linear-gradient(#ffdd7b, #cf9f20 70%, #806306);
  background: -moz-linear-gradient(#ffdd7b, #cf9f20 70%, #806306);
  
  background: rgba(0, 0, 0, 0) linear-gradient(#ffe600, #ffd900 40%, #ffd000) repeat scroll 0 0 !important;
  border: 1px solid #ffd52e;
}
.rosterCell.staffHoliDay {
	background-color:#d7d7d7;
}
.rosterCell.staffUnavaDay {
	background-color: rgba(256, 240, 125, 0.5);
	background: repeating-linear-gradient(-45deg, #eee 0%, #eee 3%, #f33 4%, #eee 5%, #eee 6%); 
}
.unavailableDays_string {
	background-color: rgba(233, 233, 233, 0.8);
	width: 100%;
	text-align: center;
	font-weight:bold;
}
.leaveCell .leftDiv {
	float:none;
	text-align: center;
}
/* Staff Management - Roster Page - END */

/* Staff Management - Validate Page */
.validationMarginButton {
	min-width: 100px;
	height:100%;
	text-align:center;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
.rosterPending {
	background: #ddd;
	background: -webkit-linear-gradient(#ffdd7b, #ddd 70%, #806306);
	background: -moz-linear-gradient(#ffdd7b, #ddd 70%, #806306);

	background: rgba(0, 0, 0, 0) linear-gradient(#ffe600, #ddd 40%, #ffd000) repeat scroll 0 0 !important;
	border: 1px solid #ccc;
}
.rosterError {
	background: #d06969;
	background: -webkit-linear-gradient(#ee8787, #d06969 70%, #ba5454);
	background: -moz-linear-gradient(#ee8787, #d06969 70%, #ba5454);

	background: rgba(0, 0, 0, 0) linear-gradient(#ee8787, #d06969 40%, #ba5454) repeat scroll 0 0 !important;
	border: 1px solid #8c2626;
	color: #fff;
}
.rosterOptional {
	background: #f5f5f5;
	background: -webkit-linear-gradient(#fff, #f5f5f5 70%, #ebebeb);
	background: -moz-linear-gradient(#fff, #f5f5f5 70%, #ebebeb);

	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #f5f5f5 40%, #ebebeb) repeat scroll 0 0 !important;
	border: 1px solid #f5f5f5;
	color: #000;
}
/* Staff Management - Validate - END */

/* Staff Management - Authorise */
.columnGrouping {
	border-right: 2px solid;
}
/* Staff Management - Authorise - END */

/* Booking Management */
ul.wizardnav {
	float: left;
	margin-left: 50px;
}
ul.wizardnav li {
	display: inline-block;
	padding: 0px 20px;
	border-right: 1px solid rgba(0,0,0,.4);
}
ul.wizardnav li:last-child {
	border: none;
}
ul.wizardnav li a.active {
	font-weight: bold;
	text-decoration: underline;
}
/* Booking Management - END */

/* Dashboard / Workspace */
.pull-right{float:right!Important} /* From smartadmin-production.min.css */
.jarviswidget > div[role="content"] {
	/*padding: 5px 5px 0;*/
}

.jarviswidget-color-darken .thead-inverse th, .thead-inverse th {
	background: #4478a4 !important; /* Not sure about this */
}
.dashboard_element {
	border: 1px solid black;
}
.dashboard_header {
	background: #ddd;
	padding:5px;
	min-height:50px;
	position:relative;
}
.dashboard_header > button, .dashboard_header > i, .dashboard_header > div, .dashboard_header > h5, .dashboard_header > span {
	float:left;
	padding-left:5px;
}
.dashboard_header .dashboard_buttons {
	padding-left:5px;
	right: 1%;
	position: absolute;
}
article.sortable-grid {
	min-height:150px !important;
}

.jarviswidget-editbox {
	background:rgba(0, 0, 0, 0.1);
}
.dashboard_editSize {
	font-size:1.2em;
}
.jarviswidget div[role=content] {
	overflow-y: auto;
	max-height:<?php echo $height_base; ?>px;
}
.jarviswidget  div[role=content] div.row {
	margin-left:-14px;
	margin-right:-13px;
}

/* Dashboard / Workspace - END */

/* Dashboard_Siteprojection */
.site_projection_table .text-danger, .site_projection_table th, .site_projection_table .type {
	border-right:1px solid #888;
	padding-left: 4px;
}
.site_projection_table .type {
	text-align:left;
}
.site_projection_table td, .site_projection_table th {
	border-bottom: 1px solid #888;
	text-align:right;
	padding-right:5px;
}
.site_projection_table {
	border:1px solid #888;
}
div.restricted_date-unrestricted, div.restricted_date-restricted {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	padding: .5rem 1rem;
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
}
.restricted_date-restricted {
  background:#ffaaa7 !important;
}
.restricted_date-unrestricted {
  background:#ffc26a !important;
}
/* Dashboard_Siteprojection - END */

.pageTitleDropdown {
	display: flex !important;
	width: 100%;
}
.pageTitleDropdown .navbar-brand, .pageTitleDropdown .nav-link {
	color:#292b2c;
}

.list-group-item-active {
	background-color: rgba(0,0,0,.075);
}

.progression-table-icon {
    width: 24px;
    text-align: left;
    cursor: pointer;
	font-size: 0.9em;
}

.progression-table-icon.navp-right {
	width: 18px;
}

.table-sm td, .table-sm th {
    padding: 0.3rem .3rem;
}

body {
	line-height: 1.1;
	font-size: 1rem
}



.detailwinContainer .btn, .popupwinContainer .btn, .pageContent .btn:not(.btn-color-overwrite) {
    padding: .3rem 0.3rem;
	font-size: 0.9rem;
	
	color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn.popbtn-search, .btn-sm {
	background: none !important;
}

.detailwinContainer .btn:hover, .popupwinContainer .btn:hover, .pageContent .btn:not(.btn-color-overwrite):hover {
	background: #e6e6e6 !important;
}

#sectionModal .btn {
	padding: .3rem 0.3rem;
	font-size: 0.9rem;
}


.input-group-addon {
	font-size: inherit;
	padding: .3rem .3rem;
}

.form-control-static {
	line-height: 1;
	padding: 0.3rem 0.3rem;
	background: #eff0f0;
	min-height: 1.7em;
}

.table .form-control-static {
	background: none;
	min-height: 0px;
	line-height: inherit;
	padding: 0;
}

.form-group {
	margin-bottom: 0.2rem;
}

.col-form-label {
	padding: .3rem .3rem;
}
.alert {
	padding: .3rem .3rem;
	margin-bottom: .2rem;
}

.list-group-item-active.list-group-header {
	background-color: rgba(0,0,0,.075);
}


.list-group-item-success.list-group-header {
	background-color: #28a745;
	color: #FFF;
}

.list-group-item-warning.list-group-header {
	background-color: #ffc107;
	color: #343a40;	
}
.list-group-item-danger.list-group-header {
	background-color: #dc3545;
	color: #FFF;
}
.list-group-item-info.list-group-header {
	background-color: #007bff;
	color: #FFF;
}
.text-dark {
	color: #343a40;	
}

.no-vertical-padding {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.btn-generic2x, .btn-generic {
   height: 28px;
   top: -1px;
}

.deposit-header tr th, .deposit-header.thead-inverse tr th  {
	background: none !important;
}
.thead-inverse.deposit-header tr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2164a0+0,2e6dbc+50,3188c6+100 */
	background: #2164a0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #2164a0 0%, #075ca0 50%, #0869b7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2164a0 0%,#075ca0 50%,#0869b7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2164a0 0%,#075ca0 50%,#0869b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2164a0', endColorstr='#0869b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.thead-inverse.headingBg > tr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41ba2e+0,66bc2e+50,74c631+100 */
	background: #2164a0; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #2164a0 0%, #075ca0 50%, #0869b7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2164a0 0%,#075ca0 50%,#0869b7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2164a0 0%,#075ca0 50%,#0869b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2164a0', endColorstr='#0869b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.thead-inverse tr {
    border-color: #383838 !important;
    background: #404040;
    color: #fff;
    padding: 0.3rem 0.5rem;
}

.tr-totals td {
	background: #404040;
    color: #fff;
}

.btn {
	padding: 0.3rem 0.5rem;
}

label {
    margin-bottom: 0rem;
}

.fa-stack-underlay {
    font-size: 1rem;
}
.form-control, .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	font-size: 0.8rem;
	padding: .3rem .3rem;
}

.form-control:not(textarea), .form-control-sm:not(textarea), .input-group-sm>.form-control:not(textarea), .input-group-sm>.input-group-addon:not(textarea), .input-group-sm>.input-group-btn>.btn {
	height: auto !important;
}

.input-group-addon, .input-group-addon.form-control-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
	font-size: 0.8rem;
	padding: .3rem .3rem;
	height: auto !important;
}

.form-search {
	font-size: 0.9rem !important;
}
.btn-search {
	top: 0px;
}

.dropdown-menu {
	font-size: inherit;
}

h5 .dropdown-menu {
	font-size: initial;
}

.fa-lg {
	font-size: inherit;
}

article, div.article_container {
	font-size: 0.9rem;
	margin-bottom: 10px;
	z-index: 2;
}


.dashboardContent > button {
	font-size: 0.9rem !important;
	padding: .3rem .3rem !important;
	height: auto !important;
}

.popup-search {
	padding: .4rem .3rem !important;
}

.popbtn-search {
	top: -1px;
}


.mainwinNavigate .input-group-addon, .mainwinNavigate .input-group-addon.form-control-sm, .mainwinNavigate .input-group-sm>.input-group-addon, .mainwinNavigate .input-group-sm>.input-group-btn>.input-group-addon.btn {
	font-size: 1rem;
	padding: .3rem .3rem;
	height: auto !important;
}

input.lrg_input {
	font-size: 1rem;
}

.popupwinNavigate, .mainwinNavigate   {
	height: 40px;
}

.mainwinContainer {
	top: 95px;
}

.popupwinContainer {
	top: 45px;
}

.modal-lg {
	max-width: 700px;
}

.no-background {
	background: none !important;
}
label input[type='checkbox'] {
	margin-top: 8px;
}

hr {
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
}

.btn-block {
	margin-top: -.3rem;
}

.mt-1 {
	margin-top: 0px !important;
}

.detailwinContainer {
	top: 44px;
}

#_loaded_ {
	border-bottom: none;
}

._loadedcontainer_ > #_loaded_ ~ #_loaded_ {
	margin-top: 0.3rem;
}
.btn-block {
	margin-top:0px;
}


.main-sidebar.themeSide {
	background: #435462 !important;
}

.sidebar-menu > .nav-link {
	background: #3a4653 !important;
}

.sidebar-menu > .nav-link.active {
	background: #4478a4 !important;
}

.ascent-selected {
	background: #222b37 !important;
}

.themeBg, .headingBg, .themebarBg, .headingBg > tr {
	background: #4478a4 !important;
}

.mini-sidebar.themeSide {
	background: #435462 !important;
}

.nav-pills .nav-link.active {
	background: #4478a4 !important;
}

.main-sidebar-logo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 200px;
	background: #435462 !important;
	padding: 10px 5px 0px;
	font-size: 0.6em;
	color: #FFF;
	text-align: center;
}

.main-sidebar-logo img {
	margin-bottom: 3px;
}

.main-sidebar-nexuslogo {
	width:  70px;
	margin-left: 5px;
	margin-bottom: 0px;
}
h5 a i.btn.hrp-right {
	margin-top:0px;
}

.form-control-multiselect {
	max-height: 200px;
	overflow: auto;
}
.extension_category_row td {
	padding: 0px;
	padding-left: 0px;
	padding-left: 0.3rem;
	background: #fafafa;
}
.itemisation_row_secondary td {
	border-top:none;
}
.itemisation_row .form-control-sm, .itemisation_row  .form-control, .itemisation_row .col-form-label, .itemisation_row .input-group-addon, .itemisation_row .input-group-addon.form-control-sm, .itemisation_row .input-group-sm > .input-group-addon, .itemisation_row .input-group-sm > .input-group-btn > .input-group-addon.btn, .itemisation_row select.form-control {
	padding: .1rem .3rem;
}
.itemisation_row input.form-control {
	padding: .2rem .3rem;
}
.itemisation_row .form-group {
	margin-bottom:0px;
}

small p {
	margin-bottom: 0px;
}

.itemisation_row.itemisation_row_display td {
	padding: .1rem .3rem;
}

div.insightboxcontainer {
	margin: 0px;
	padding: 0px;
}
.following_header>thead td, .following_header>thead th {
	z-index:4;
}
.hidden-row {
    display: none;
}





.list-group-item-active {
	background-color: rgba(0,0,0,.075);
}

.progression-table-icon {
    width: 24px;
    text-align: left;
    cursor: pointer;
	font-size: 0.9em;
}

.progression-table-icon.navp-right {
	width: 18px;
}
.restricted_date-restricted {
  background:#ffaaa7 !important;
}
.list-group-item-active.list-group-header {
	background-color: #404040 !important;
	color: #FFF !important;
}

.list-group-item-success.list-group-header {
	background-color: #28a745;
	color: #FFF;
}

.list-group-item-warning.list-group-header {
	background-color: #ffc107;
	color: #343a40;	
}
.list-group-item-danger.list-group-header {
	background-color: #dc3545;
	color: #FFF;
}
.list-group-item-info.list-group-header {
	background-color: #007bff;
	color: #FFF;
}

.tr-totals td {
	background: #404040 !important;
    color: #fff;
}
.modalContent {
	width: 100%;
}

/* Staff Management - Roster Page */
.rosterCell {
	border-right: 2px solid #e7e7e7;
	border-left: 2px solid #e7e7e7;
	border-top: 2px solid #e7e7e7;
	padding-bottom:1px;
}
.rosterCell:hover {
	background-color:white;
}
.rosterCell .addButton {
	width: 90%;
	height: 100%;
	top: 10%;
	position: relative;
	margin-top: 0;
	right: 5%;
	margin-left: 0;
	background-color: #cFc;
	visibility:hidden;
	font-size: 1em;
}
.rosterCell:hover .addButton {
	visibility:visible; 
}
@media (max-width: 767px) {
	.shiftInteractionIcons, .rosterCell .addButton {
		visibility:visible !important;
	}
	.rosterCell .addButton {
		width: 40px;
		left: -35%;
	}
	.pageContent .shiftInteractionIcons i {
		padding: .25rem 0.5rem;
		width:28px;
	}
}
.rosterCell .shift, .rosterActive {
	border-color: #5cb85c;
	background: #cFc;
	margin-bottom: 2px;
	min-width: 70px;
	padding: 0.25rem 0.5rem;
/*	font-size: 1em;*/
	line-height: 1;
	max-width: 10vw;
}
.rosterCell .shift:hover {
	background: #c4ffc0;
}

.rosterCell .shift.rosterEarly, .rosterActive.rosterEarly {
	border-color: #548ea1;
	background: #ccebff;
}
.rosterCell .shift.rosterEarly:hover {background: #ccebff;}
.rosterCell .shift.rosterMorning, .rosterActive.rosterMorning {
	border-color: #5cb85c;
	background: #cFc;
}
.rosterCell .shift.rosterMorning:hover {background: #c4ffc0;}
.rosterCell .shift.rosterAfternoon, .rosterActive.rosterAfternoon {
	border-color: #b8ad5c;
	background: #fffdcc;
}
.rosterCell .shift.rosterAfternoon:hover {background: #fffdcc;}
.rosterCell .shift.rosterEvening, .rosterActive.rosterEvening {
	border-color: #b8655c;
	background: #ffdfbd;
}
.rosterCell .shift.rosterEvening:hover {background: #ffdfbd;}
.rosterCell .shift.rosterClose, .rosterActive.rosterClose {
	border-color: #7c54a1;
	background: #e2c3eb;
}
.rosterCell .shift.rosterClose:hover {background: #e2c3eb;}

.pageContent .shiftInteractionIcons {
	visibility:hidden;
/*	width:26px;*/
	float:right;
}
.pageContent .shiftInteractionIcons i {
	padding: .1rem 0.25rem;
	left: 5px;
	position: relative;
/*	display: block;*/
	float: right;
	width: 24px;
	top: -0.25em;
}
.pageContent .shiftInteractionIcons .leftDiv i {
	left: 10px;
}
.pageContent .shiftInteractionIcons i {
	
}
.shift {
	width:100%;
}
.rosterDateColumn {
	width:12%;
	line-height:1em;
}
.rosterDateColumnSingle {
	width:auto;
	line-height:1em;
}
.rosterTotalsColumn {
	line-height:1em;
}
/*#8cfb8c;*/
.rosterCell.staffLeaveDay, .rosterLeave {
  background: #cf9f20;
  background: -webkit-linear-gradient(#ffdd7b, #cf9f20 70%, #806306);
  background: -moz-linear-gradient(#ffdd7b, #cf9f20 70%, #806306);
  
  background: rgba(0, 0, 0, 0) linear-gradient(#ffe600, #ffd900 40%, #ffd000) repeat scroll 0 0 !important;
  border: 1px solid #ffd52e;
}
.rosterCell.staffHoliDay {
	background-color:#d7d7d7;
}
.rosterCell.staffUnavaDay {
	background-color: rgba(256, 240, 125, 0.5);
	background: repeating-linear-gradient(-45deg, #eee 0%, #eee 3%, #f33 4%, #eee 5%, #eee 6%); 
}
.unavailableDays_string {
	background-color: rgba(233, 233, 233, 0.8);
	width: 100%;
	text-align: center;
	font-weight:bold;
}
.leaveCell .leftDiv {
	float:none;
	text-align: center;
}
/* Staff Management - Roster Page - END */

/* Staff Management - Validate Page */
.validationMarginButton {
	min-width: 100px;
	height:100%;
	text-align:center;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
.rosterPending {
	background: #ddd;
	background: -webkit-linear-gradient(#ffdd7b, #ddd 70%, #806306);
	background: -moz-linear-gradient(#ffdd7b, #ddd 70%, #806306);

	background: rgba(0, 0, 0, 0) linear-gradient(#ffe600, #ddd 40%, #ffd000) repeat scroll 0 0 !important;
	border: 1px solid #ccc;
}
.rosterError {
	background: #d06969;
	background: -webkit-linear-gradient(#ee8787, #d06969 70%, #ba5454);
	background: -moz-linear-gradient(#ee8787, #d06969 70%, #ba5454);

	background: rgba(0, 0, 0, 0) linear-gradient(#ee8787, #d06969 40%, #ba5454) repeat scroll 0 0 !important;
	border: 1px solid #8c2626;
	color: #fff;
}
.rosterOptional {
	background: #f5f5f5;
	background: -webkit-linear-gradient(#fff, #f5f5f5 70%, #ebebeb);
	background: -moz-linear-gradient(#fff, #f5f5f5 70%, #ebebeb);

	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #f5f5f5 40%, #ebebeb) repeat scroll 0 0 !important;
	border: 1px solid #f5f5f5;
	color: #000;
}
/* Staff Management - Validate - END */

/* Staff Management - Authorise */
.columnGrouping {
	border-right: 2px solid;
}
/* Staff Management - Authorise - END */

.form-control-static{
line-height: 1;
padding: 0.3rem 0.3rem;
background:
#eff0f0;
min-height: 1.7em;	
	
}

@media (max-width: 767px) {
	.hidden_mobile{
		display:none;
	}

	.table-mdcell, .table-smcell {
		width: auto;
	}
}		