@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
html, body, h1, h2, h3, h4, h5, p, ul, ol, li, form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
.clearfix:after, nav .wrapper:after, .actions:after, nav .subnav a:after, .templantablewrap .ft_container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	width: 0;
}
/*template styles*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #8c8c8c;
	background-color: #fff;
}
#loading {
	position: fixed;
	background-color: rgba(255,255,255,0.75);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#loading span {
	background: url(../images/loading.gif) no-repeat center;
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.logowrap {
	background-color: #cada35;
	padding: 20px;
}
#sidebar-collapse, #mobile-nav{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 20px;
	cursor: pointer;
	background-color: #cada35;
    padding: 5px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#mobile-nav {
	display: none;
}
#logo {
	display: block;
	width: 201px;
	height:56px;
	background: url("../img/menu-logo.svg") no-repeat center;
	background-size: 100% auto;
	text-indent: -200px;
	overflow: hidden;
}
.wrapper {
	margin: 0 auto;
	box-sizing: border-box;
}
body > header {
	height:100vh;
	float:left;
	width:300px;
	background-color: #666666;
	color: #fff;
	position: fixed;
	overflow-y: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body > header.collapse {
	margin-left: -300px;
}

body > header .ui.icon.message {
	margin: 20px;
	width: calc(100% - 40px);
}

nav {

}
nav li {
	position: relative;
	list-style: none;
	display: block;
}
nav a:link, nav a:visited, nav a:hover, nav a:active {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 20px 12px 16px;
	transition: all 0.5s ease;
	border-left: 4px solid #666666;
}
nav a:hover, nav a:active {
	border-left-color: #cada35;
}
nav .subnav {
	display: block;
}
nav a[data-collapsed="true"] {
	position: relative;
	padding-right: 20px;
}
nav a[data-collapsed="true"]:before {
	font-family: "FontAwesome";
	content: "\f067";
	display: block;
	position: absolute;
	right: 20px;
}
nav a[data-collapsed="true"].subnav-open:before {
	content: "\f068";
}
nav .subnav.collapsed {
	display: none;
}
nav .subnav a:link, nav a:visited, nav a:hover, nav a:active {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px 20px 12px 40px;
	transition: all 0.5s ease;
	border-left: 4px solid #666666;
}
nav .subnav a:hover, nav a:active {
	border-left-color: #cada35;
}
nav .subnav i.fa-hospital-o {
	margin: 0 5px 5px 0;
	float: left;
}
nav .subnav i.fa-hospital-o + span {
	float: left;
	width: calc(100% - 20px);
}
nav a.active {
	border-left-color: #cada35;
	background-color: #5C5C5C;
}
nav .login{
	margin: 50px 0;
}
nav .login:before{
	content: "";
	display: block;
	height: 1px;
	background-color: #8c8b8b;
	margin: 0 20px 10px 20px;
}
.loggedin-profile {
	padding: 50px 20px;
}
.loggedin-profile span {
	display: block;
}
.loggedin-profile span.name {
	font-weight: 700;
}
.loggedin-profile i.fa {
	width:40px;
	height: 40px;
	font-size: 40px;
	float: left;
	margin: 0 10px 0 0;
}
.loggedin-profile a:link, .loggedin-profile a:visited, .loggedin-profile a:hover, .loggedin-profile a:active {
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
}
.loggedin-profile a:hover, .loggedin-profile a:active {
	color: #cada35;
}
nav .ui.selection.dropdown .menu>.item {
	max-width: 185px;
}

/*typography*/

h1, h2, h3, h4, h5 {
	font-size: 30px;
	font-weight: 300;
	margin: 20px 0;
	line-height: 1;
}
h1:first-child, h2:first-child {
	margin-top: 0;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	font-weight: 500;
}
h4 {
	font-size: 16px;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	font-weight: 700;
}
p {
	margin: 20px 0;
	line-height: 1.4;
}
h2 + p, h3 + p, h4 + p, h5 + p {
	margin-top: -10px;
}
.main ul, .main ol {
	margin: 20px 0 20px 30px;
}
.main ul li, .main ol li {
	margin: 10px 0;
}
ul.nobullets{
	list-style-type:none;
	margin-left:0;
}
a:link, a:visited, a:hover, a:active {
	color: #B00A0A;
}
a:hover, a:active {
	color: #980909;
}

button, a.button:link, a.button:visited, a.button:hover, a.button:active {
	display: inline-block;
	background-color: #cada35;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
button:hover, a.button:hover, a.button:active {
	background-color: #666;
}
button + button, a.button + a.button {
	margin-left: 7px;
}

a.button.small {
	font-size: 10px;
	padding: 5px 10px;
}
a.button.big,
button.big {
	font-size: 18px;
	padding: 20px 40px;
	font-weight: 700;
	margin-top: 20px;
}
button.btn-danger {
	background-color: #c00;
	color: #fff;
}
button.btn-danger:hover {
	background-color: #B60000;
}
.button-center {
	text-align: center;
}

.wrapper.main{
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
	background-color: #dedede;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main.expand{
	width: 100%;
}

/*content styles*/
section.box-centered { /*Only use this when it's the ONLY section on the page. Do not put other sections next to it.*/
	background-color: #fff;
	width:90%;
	max-width: 600px;
	position: absolute;
	left: 50%;
	top: calc(50% + 48px);
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}
/*These styles are to be used when you need more than one column - ALWAYS wrap them in a <div class="row"></div>*/
.row{clear:both; margin:20px -10px;}
section.fullwidth{padding:0 10px;}
section.onethird, section.twothirds, section.half, section.quarter, section.threequarters, section.fifth{float:left; box-sizing:border-box; width:50%; padding:0 10px;}
section.threequarters{width:75%;}
section.onethird{width:33.33333333%;}
section.twothirds{width:66.66666667%;}
section.quarter{width:25%;}
section.fifth{width:20%;}

section .box-border{
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}
section .box-border + .box-border{
	margin-top:20px;
}
section .box-border h2{
	border-bottom:1px dashed #ccc;
	padding-bottom:6px;
}

label {
	display: block;
	margin: 10px 0;
}
label > span:first-child {
	display: block;
}
input, select, textarea {
	border: 1px solid #ddd;
	background-color: #f2f2f2;
	box-sizing: border-box;
	width: 100%;
	padding: 7px;
	margin: 2px 0 0 0;
	border-radius: 5px;
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #666;
}
input[type="checkbox"] {
	width: auto;
}
input.hasDatepicker {
	width: calc(50% - 24px);
	margin-right: 3px;
	vertical-align: middle;
}
img.ui-datepicker-trigger {
	cursor: pointer;
}
textarea {
	height: 200px;
}
.actions {
	position: fixed;
	z-index: 3;
	left:300px;
	top: 0;
	right: 0;
	padding: 20px;
	height: 55px;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.actions .fa-filter {
	display: none;
}
.expand .actions {
	left: 0;
}
.actions h2 {
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
	max-width: 300px;
}
.actions .links {
	float: right;
	padding-top: 18px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td, table th {
	padding: 10px;
	text-align: left;
}
table tr:nth-child(odd) td {
	background-color: rgba(255,255,255,0.8);
}
table tr:nth-child(even) td {
	background-color: rgba(255,255,255,0.4);
}
table td.buttons {
	white-space: nowrap;
}
.width400 {
	width: 400px;
}
.upload_progress {
	display: none;
	text-align: center;
}
#delete_image_div, #delete_file_div {
	/*text-align: center;*/
	margin: 20px 0 10px 0;
}
#image_preview_image, #file_preview {
	margin: 10px auto;
	display: block;
}

section dl dd {
	margin-left: 0px;
}

tr.tablesorter-filter-row input.disabled {
    display: none;
}

label.error {
	color: red;
	font-size: 10px;
	margin: 5px 0;
}

.main_table a {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

#easyTooltip{
	padding:5px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid #ddd;
	background:#fff;
	width: 300px;
	font-size: 12px;
	border-radius:5px;
	z-index: 2;
}

.__react_component_tooltip {
	padding:5px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
	border: 1px solid #ddd;
	background:#fff;
	width: 300px;
	font-size: 12px;
	border-radius:5px;
	z-index: 2;
	font-family: 'Lato', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	color: #999 !important;
	opacity: unset !important;
}

.templantablewrap{
	position:absolute;
	left:0;
	right:0;
	top:96px;
	bottom:0;
}

.month-year {
	font-weight: normal;
}

.modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 10;
	overflow-y: scroll;
}
.modal.hidden {
	display: none;
}
.modal #close {
	font-size: 25px;
	float: right;
	margin: -10px -10px 0 0;
	cursor: pointer;
}
.modal-alx-criteria {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 10;
	overflow-y: scroll;
}
.modal-alx-criteria.hidden {
	display: none;
}
.modal-alx-criteria #close {
	font-size: 25px;
	float: right;
	margin: -10px -10px 0 0;
	cursor: pointer;
}
.modal-content {
	/*position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;*/
	margin: auto;
	width: 550px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.modal-alx-criteria-content {
	/*position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;*/
	margin: auto;
	width: 900px;
	height: 700px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	overflow: auto;
}
.modal-content, .modal-alx-criteria-content h2 {
	/*margin-top: 0;*/
}

span.small {
	font-size: 12px;
	margin-left: 10px;
	color: #999;
}
span.divider {
	margin:0 5px;
}

i.fa-times {
	color: #999;
	cursor: pointer;
	margin-left: 5px;
	font-size: 13px;
	vertical-align: top;
}
i.fa-times:hover {
	color: #333;
}

.filters {
	float:left;
}
.filter {
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
}
.filter > span:first-child{
	display: block;
	font-size:11px;
	color: #999;
	padding-bottom: 2px;
}

.filter input, .filter select {
	display: inline-block;
	width: auto;
}
.filter input.hasDatepicker {
	width:94px;
}
.filter span.to{
	margin-right:4px;
}

.no-bookings{
	padding: 20px;
}

form input.availability_date_start, form input.availability_date_end {
	width: 100%;
}

/*Context Menu*/
ul.context-menu.ui-menu a.ui-state-focus {
	margin: 0;
}

ul.context-menu {
	position: absolute;
	z-index: 999;
	min-width: 200px;
	margin: 0;
	padding: 0;
	display: none;
}

ul.context-menu li {
	margin: 0 0;
}

ul.context-menu a:link, ul.context-menu a:visited, ul.context-menu a:hover, ul.context-menu a:active {
	margin: 0;
	text-align: left;
	padding: 5px 10px;
	border: 0;
	font-weight: normal;
	color: #000000;
}

ul.context-menu li.quick-availability-add {
	margin: 0;
	text-align: left;
	padding: 5px 10px;
	border: 0;
	font-weight: normal;
}

ul.context-menu li.quick-availability-add form {
	text-decoration: none;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
    font-size: 11px;
}

ul.context-menu li.menu-divider {
	margin: 5px 2px 5px 2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
	border: 1px solid #aaaaaa;
}

ul.context-menu-availability.ui-menu a.ui-state-focus {
	margin: 0;
}

ul.context-menu-availability {
	position: absolute;
	z-index: 999;
	min-width: 200px;
	margin: 0;
	padding: 0;
	display: none;
}

ul.context-menu-availability li {
	margin: 0 0;
}

ul.context-menu-availability a:link, ul.context-menu-availability a:visited, ul.context-menu-availability a:hover, ul.context-menu-availability a:active {
	margin: 0;
	text-align: left;
	padding: 5px 10px;
	border: 0;
	font-weight: normal;
	color: #000000;
}

ul.context-menu-availability li.quick-availability-add {
	margin: 0;
	text-align: left;
	padding: 5px 10px;
	border: 0;
	font-weight: normal;
}

ul.context-menu-availability li.quick-availability-add form {
	text-decoration: none;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
    font-size: 11px;
}

ul.context-menu-availability li.menu-divider {
	margin: 5px 2px 5px 2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
	border: 1px solid #aaaaaa;
}

ul.context-menu-availability li:hover, ul.context-menu li:hover {
	background-color: #eeeeee;
}

label.invalid {
	color: red;
	font-size: 10px;
	margin: 5px 0;
}

table#fixed_hdr1 tr td a.lazy-booking { display: none; position: relative; z-index: 1;}
table#fixed_hdr1 tr td:hover a.lazy-booking { display: block;}


/*floating table availability square block*/
td.booking-status {
	position: relative;
	/*overflow: hidden;*/
}
.candidate_availability {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.candidate_availability > span {
	text-align: center;
    width: 110px;
    top: -12px;
    right: -50px;
    position: absolute;
    z-index: 1;
    display: block;
    height: 20px;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    font-size: 11px;
    padding-top: 20px;
}
.candidate_availability > span span {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

label[for="date_start"]
{
	float: left;
	width: 45%;
}
label[for="date_end"]
{
	float: left;
	width: 45%;
}
label[for="time_start"]
{
	float: left;
	width: 45%;
    padding-right: 35px;
}
label[for="time_end"]
{
	float: left;
	width: 45%;
}
label[for="booking_status"]
{
	float: left;
	width: 45%;
	padding-right: 35px;
}
label[for="candidate_notified"]
{
	float: left;
	width: 45%;
}
label[for="ward"]
{
	float: left;
	width: 45%;
	padding-right: 35px;
}
label[for="eclipse_internal_ref"]
{
	float: left;
	width: 45%;
}
label[for="ignore_weekends"]
{
	float: left;
	width: 45%;
	padding-right: 35px;
}
label[for="is_availability"]
{
	float: left;
	width: 45%;
}
label[for="shift_type"]
{
	float: left;
	width: 45%;
	padding-right: 35px;
}
label[for="is_escalated"]
{
	float: left;
	width: 45%;
}
label[for="hospital_id"]
{
	clear: both;
}

input.hasDatepicker {
	width: calc(95% - 24px);
}

/*Select list in table header - jump to candidate*/
.jumpto-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #bbb;
	width: 330px;
	height: 41px;
	box-sizing: border-box;
	padding: 2px 0 0 4px;
	z-index: 3;
}
select#jumpto-candidate {

	width: 170px;
}

/*RESPONSIVE CSS*/
@media (max-width: 767px) {
	.hidemob {
		display: none;
	}
	.hidemob.showmob {
		display: block;
	}
	body > header {
		float: none;
		width: 100%;
		height: auto;
		z-index: 10;
		overflow-y: inherit;
	}
    #sidebar-main{
        display: none ;
    }
    #app{
        padding-left: 0px !important;
    }
    .day{
        width: 100vw !important;
    }
	body > header .hidemob {
		display: block;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: fixed;
		left: 0;
		top: 56px;
		z-index: 11;
		right: 0;
		bottom: 0;
		overflow-y: scroll;
		background-color: #666666;
	}
	body > header .hidemob.showmob {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	#logo {
		width: 131px;
    	height: 36px;
		background-size: auto 36px;
	}
	nav .login {
		margin: 20px 0;
	}
	.loggedin-profile {
		padding: 20px;
	}
	.wrapper.main {
		float: none;
		width: 100%;
		z-index: 1;
	}
	#sidebar-collapse {
		display: none;
	}
	#mobile-nav{
		display: block;
		position: fixed;
		z-index: 10;
		left: auto;
		right: 10px;
		top: 10px;
		border-radius: 5px;
		padding: 4px 6px;
		font-size: 30px;
	}
	.actions {
		height: auto;
		position: static;
		margin: 0 -20px;
		padding: 0;
	}
	.actions h1 {
		padding: 12px 12px 12px 20px;
		margin: 0;
	}
	.actions .fa-filter {
		display: block;
		float: right;
		font-size: 25px;
		position: relative;
		z-index: 2;
		margin-right: 18px;
	}
	.actions .fa-filter + .hidemob {
		padding: 20px;
	}
	.filters {
		float: none;
		padding: 0;
	}
	.filter {
		margin: 10px 0;
		display: block;
	}
	.filter input, .filter select {
		width: 100%;
	}
	.actions .links {
		float: none;
		padding: 0;
	}

	/*Tables*/
	table.mobile-optimise {
		margin-top: 20px;
	}
	table.mobile-optimise th {
		 display: none;
	}
	table.mobile-optimise td, table.mobile-optimise td.center {
		display: block;
		text-align: left;
	}
	.box-border table th, .box-border td {
		padding-left: 0;
		padding-right: 0;
	}
	table.mobile-optimise td:before {
		content: attr(data-label);
		font-weight: bold;
	}
	table.mobile-optimise tr {
		border-bottom: 1px solid #ccc;
	}
	table#bookings.mobile-optimise td:before {
		display: block;
	}
	table.tablesorter.mobile-optimise thead, table.tablesorter.mobile-optimise thead {
		display: none;
	}

	section.box-centered{
		margin: 10px 0 0 0;
	}
	.row{
		margin: 0;
	}
	.row + table {
		margin-top: 20px;
	}
	section.onethird, section.twothirds, section.half, section.quarter, section.threequarters, section.fifth{
		float:none; width:100%; padding:0; margin-top:20px;
	}
	.templantablewrap {
		position: relative;
		margin: 0 -20px 0 -20px;
		overflow-x: hidden;
		min-height: calc(100vh - 81px);
		top: 0;
	}
	.templantablewrap .ft_container {
		overflow: visible;
	}
	.fixedTable-sidebar {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 3;
		padding-top: 40px;
		background-color: #999;
		min-height: calc(100vh - 81px);
		height: auto !important;
	}
	.fixedTable {
		/*position: fixed;
		left: 0;
		top: 81px;*/
	}
	.fixedTable .fixedTable-body {
		overflow-x: scroll;
		height: auto;
		margin-left: 180px;
		width: calc(100% - 180px);
	}
	td.candidate-comments {
		display: none;
	}

	/*typography*/
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}

	/*Modals*/
	.modal-content {
		width: 100%;
		max-width: 500px;
		box-sizing: border-box;
	}
	.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search {
		box-sizing: border-box;
	}
	.ui.dropdown .menu {
		min-width: 100px;
	}
}

span.strikethru {
	text-decoration: line-through;
}

.alert {
	border-radius: 10px;
	padding: 10px 10px 10px 42px;
	font-weight: bold;
	background-color: rgb(223, 138, 138);
    border: 1px dashed rgba(189, 11, 11, 0.48);
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}
/*.alert:before {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 30px;
    color: rgba(189, 11, 11, 0.48);
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
}*/
.alert-success {
	border-radius: 10px;
	padding: 10px 10px 10px 42px;
	font-weight: bold;
	background-color: #dff0d8;
    border: 1px dashed #d6e9c6;
	position: relative;
	margin-bottom: 20px;
}

table.stats .center
{
	text-align: center;
}

table.stats td.bookings
{
	background-color: #eef2cb;
	color: #000000;
}
table.stats td.availability
{
	/*background-color: #f3ff01;
	color: #000000;*/
}
table.stats tr:nth-child(even) td {
    background-color: #e6e6e6;
}
table.stats tr:nth-child(even) td.availability {
    /*background-color: #f1f69e;*/
}
table.stats tr:nth-child(even) td.bookings {
    background-color: #eef2cb;
}
table.hospital_candidates_stats th, table.hospital_candidates_stats td {
	border: 1px #dcdada solid;
}

.break-word {
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

table tr.new-log-items td {
	background-color: rgba(242, 190, 190, 0.8);
}

.candidate-info .ui.dropdown .menu>.item {
  font-size: 12px;
}
.candidate-info .ui.dropdown .menu>.item.alx_compliance_status {
  background-color: #4e4e4e;
}
.candidate-info .ui.dropdown .menu>.item.alx_compliance_officer {
  background-color: #716f6f;
  color: #ffffff;
}

.ft_container table tr td.candidate-comments {
	font-size: 10px;
    max-width: 130px;
    min-width: 130px;
	padding: 0;
}
.ft_container table tr td.candidate-comments span {
	max-height: 52px;
	overflow-y: auto;
	display: block;
	padding: 2px 0 2px 4px;
	box-sizing: border-box;
}
.ft_container table tr:nth-child(even) td.candidate-comments {
	background-color: #fff;
}
.ft_container table tr:nth-child(odd) td.candidate-comments {
	background-color: #EFEFEF;
}

.fa.fa-mobile {
	font-size: 16px;
}
.fa.fa-bolt {
	font-size: 16px;
}
.fa.fa-file-text-o {
	font-size: 11px;
}

div.filters form div.ui.fluid.search.dropdown.candidate {
	width: 150px;
}

div.filters form select.job_title {
	width: 150px;
}


/*
hospital selectlist in nav
*/
.ui.dropdown.hospital-selectlist
{
	width: 50%;
	margin-left: 20px;
	margin-top: 10px;
}
.ui.dropdown.hospital-selectlist .menu
{
	width: 50%;
}

a span.ward_str
{
	color: #fff;
}
td.css_confirmed a span.ward_str, td.css_confirmed_weekend a span.ward_str
{
	color: #755b5b;
}

.red
{
	color: red;
}
.orange
{
	color: orange;
}

td.candidate-info a.cal_job_title:link {
	color: #ea5353;
	font-weight: bold;
}

#candidates .candidates_cgo {
	background-color: #c7c7c7;
	color: #ffffff;
}

#candidates .buttons button, #candidates .buttons a.button:link, #candidates .buttons a.button:visited, #candidates .buttons a.button:hover, #candidates .buttons a.button:active
{
	padding: 5px 5px;
}

td.right {
	text-align: right;
}

table#candidates tr td a.redbg {
	background-color: #ff9f9a;
}
table#candidates tr td a.darker-redbg {
	background-color: #ff736c;
}


/*hospital side nav*/
.hospital-selectlist {
	max-width: 185px;
}
.hospital-selectlist .menu .item{
	/*margin: 10px 0 5px 10px; height:15px*/
}
.ui.dropdown.hospital-selectlist .menu > .divider {
	font-weight: bold;
	border-top: none !important;
	border-bottom: 1px solid rgba(34,36,38,.1);
	margin-left: 10px;
	height: auto;
	font-size:  1.2em;
	max-width: 185px;
	line-height: 1;
    text-align: left;
}

.green_bar {
		border-right: 1px #cada35 solid;
	}

.center
{
	text-align: center;
}
