﻿/*-------------------------( Forms v3 )-------------------------------- */
label.error {
	border-color: #cd0a0a !important;
}

input.error, select.error, textarea.error {
	border-color: #cd0a0a !important;
	background: #fef1ec !important;
}


hr {
	border-bottom: 0px;
	border-top: 1px dotted #ccc;
}

abbr {
	border-bottom: 1px dotted !important;
	cursor: help
}

.small, small {
	font-size: 85%;
}

acronym {
	font-size: 0.78em;
	padding-left: 19px;
	background: url(../../images/formElements/icon_info.gif) no-repeat left center;
	border-bottom: 1px dotted;
	text-decoration: none;
	padding-top: 1px
}

legend {
	display: none;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}

.progress-bar-danger {
	background-color: #d9534f;
}

.fontIncrease {
	font-size: 130%;
}

.text-right {
	text-align: right;
}

#contentZone {
	float: left;
	width: 520px;
	overflow: hidden;
}

#right {
	width: 200px;
	float: right;
	padding-left: 10px;
	border-left: 1px dotted #ccc;
	margin: 30px 0 0 10px;
	min-height: 300px;
	font: 12px/20px 'LatoBold',Arial,sans-serif;
}

	#right h2, #newsContent h2 {
		margin: 0 0 10px 0 !important;
		font-size: 130%;
		font-weight: bold;
	}

		#right h2 a, #newsContent h2 a {
			color: #245875;
			text-decoration: none;
		}

			#right h2 a:hover, #newsContent h2 a:hover {
				color: #245875;
				text-decoration: underline;
			}

	#right .newsDate {
		color: #666
	}

	#right .newsSummary, #newsContent .newsSummary {
		padding: 0 0 9px 0;
		border: 0 !important
	}

	#right #profnews ul, #right #profnews ul li {
		margin: 0;
		padding: 0
	}

		#right #profnews ul li {
			margin: 0 0 20px 0;
		}

#newsContent {
	width: 520px;
}

/* ---------------------------- BUTTONS -------------------------------- */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration:none!important
}

.btn-primary {
	background-color: #E5710B;
	border-color: #E5710B;
	color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #ffffff !important;
	background-color: #E5710B;
	border-color: #E5710B;
}

	.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active,
	.btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
		background-color: #333;
		border-color: #333;
		color: #fff !important;
		opacity: 30%;
	}
/* Bootstrap Button END */

.btn-default {
	color: #333 !important;
	background-color: #fff;
	border-color: #ccc;
}

	.btn-default:hover {
		color: #333 !important;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

.btn-success {
	color: #fff !important;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

	.btn-success:hover {
		color: #fff !important;
		background-color: #449d44;
		border-color: #398439;
	}

.btn-info {
	color: #fff !important;
	background-color: #5bc0de;
	border-color: #46b8da;
}

	.btn-info:hover {
		color: #fff !important;
		background-color: #31b0d5;
		border-color: #269abc;
	}

.btn-warning {
	color: #fff !important;
	background-color: #f0ad4e;
	border-color: #eea236;
}

	.btn-warning:hover {
		color: #fff !important;
		background-color: #ec971f;
		border-color: #d58512;
	}

.btn-danger {
	color: #fff!important;
	background-color: #d9534f;
	border-color: #d43f3a;
}

	.btn-danger:hover {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925;
	}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}

	.btn-link:focus, .btn-link:hover {
		color: #23527c;
		text-decoration: underline;
		background-color: transparent;
	}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%;
}

.SubmitButtonDisabled {
	opacity: 0.5
}

	.SubmitButtonDisabled:hover {
		cursor: default
	}

.btn-large {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
	padding: 10px 16px;
}

.btn-group-sm > .btn, .btn-sm {
	padding: 2px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}


.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 10px;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}


	.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

		.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}

/* ---------------------------- Backgrounds -------------------------------- */

.bg-primary {
	color: #fff;
	background-color: #337ab7;
}

.bg-success {
	background-color: #dff0d8;
}

.bg-info {
	background-color: #d9edf7;
}

.bg-warning {
	background-color: #fcf8e3;
}

.bg-danger {
	background-color: #cd0a0a;
}

/* ---------------------------- Labels -------------------------------- */

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.required label:after {
	content: '*';
	color: #a94442;
	display: inline-block;
	margin-left: 6px;
}

.required label.labelRadio:after,
.required label.labelCheckbox:after {
	content: '';
}

.labelCheckbox,
.labelRadio {
	margin: 0;
	width: auto;
	display: block;
	font-weight: normal;
}

	.labelCheckbox input.inputCheckbox,
	.labelRadio input.inputRadio {
		margin: 0px 0px 0px 0px;
		border: 0 !important;
	}


label.error {
	color: #a94442;
}

/* ---------------------------- Inputs -------------------------------- */

.form-group {
	margin-bottom: 15px;
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

select.form-control {
	height: 34px;
	width: 100%;
}

	select.form-control.noWidthdropdown {
		width: 200px;
	}

input:hover,
select:hover,
textarea:hover {
	background-color: #fff;
	border: 1px solid #333;
}

input.readonly {
	border: 0 !important;
	background: none;
	background-color: #F4F4F4;
	border: 1px dotted #666 !important;
	font-weight: bold;
	color: #12467F;
	width: 225px;
}

/* /diabetic-screening/public-registration.612.drsregistration.html */
.phoneAreaMask {
	width: 100%;
}

	/*.phoneAreaMask label {
		display: block;
	}*/

	.phoneAreaMask select {
		display: inline-block !important;
		width: 150px !important;
	}

	.phoneAreaMask input {
		display: inline-block !important;
		width: 150px !important;
	}


input.small {
	width: 100px
}

.smSelect {
	width: 75px;
}

.smDropdown {
	width: 33%;
	display: inline-block;
}

input.inputCheckbox,
input.inputRadio {
	display: inline;
	background-color: transparent;
	padding: 0px;
	border: 0 !important;
	background: none !important
}

textarea.form-control, select[multiple], select[size] {
	height: auto;
}

/* ---------------------------- Hints -------------------------------- */
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.hint p {
	margin: 0 !important;
	clear: none;
	padding: 0 !important;
	float: right;
	width: 40%
}

/* ---------------------------- Calendar -------------------------------- */

.txtDate input {
	width: 80px !important;
}

.calendarGroup .ui-datepicker-trigger {
	display: none;
}

.calendar {
	background-image: url(../../images/icons/calendar.png) !important;
	background-repeat: no-repeat !important;
	background-position: 97% 40% !important;
}

	.calendar.form-control[readonly] {
		background-color: #fff;
		cursor: default;
	}

.datepicker table {
	border-left: 0;
	border-top: 0;
}

	.datepicker table .year.active, .datepicker table .month.active, .datepicker table .day.active {
		background-color: #2F6C8E;
		border-color: #2F6C8E;
	}

	.datepicker table tr td span:hover, .datepicker table tr td.day:hover {
		background-color: #F78B29;
		color: #fff
	}

	.datepicker table th, .datepicker table td {
		border-bottom: 0 !important;
	}

	.datepicker table tr td.old, .datepicker table tr td.new {
		color: #ccc
	}

/* ---------------------------- Errors -------------------------------- */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

	.alert-success h2, .alert-success h3, .alert-success h4, .alert-success h5, .alert-success h6 {
		color: #3c763d;
		margin-top: 10px;
	}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

	.alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6 {
		color: #31708f;
		margin-top: 10px;
	}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

	.alert-warning h2, .alert-warning h3, .alert-warning h4, .alert-warning h5, .alert-warning h6 {
		color: #8a6d3b;
		margin-top: 10px;
	}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

	.alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5, .alert-danger h6 {
		color: #a94442;
		margin-top: 10px;
	}

p.error {
	background-color: #a94442;
	background-image: url(../../images/formElements/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	margin: auto 100px;
}

.error input {
	border: 1px solid #a94442;
	background-color: pink;
}

.error label {
	padding-bottom: 6px !important;
	background-image: url(../../images/formElements/icon_error.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #a94442;
}

.error p.error {
	background-image: url(../../images/formElements/icon_error.gif);
	background-position: top left;
	background-color: transparent;
	border-style: none;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 0px 118px;
	width: 200px;
	color: #a94442;
}

/* ---------------------------- Large Display -------------------------------- */

.largeDisplayContainer {
	border-bottom: 1px solid #ccc;
	min-height: 50px;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 30px !important;
}

	.largeDisplayContainer .largeDisplay {
		display: block;
		float: left;
		width: 33%;
		text-transform: uppercase;
		font-size: 160%;
	}

		.largeDisplayContainer .largeDisplay span {
			color: #2F6C8E;
			clear: both;
			display: block;
			font-size: 80%;
			text-transform: none;
			margin-top: 5px
		}

/* ---------------------------- professionals toolbar -------------------------------- */
/*ul.proToolbar {
	margin: 60px 0 0 0 !important;
	display: inline-block;
	list-style: none;
	padding: 20px 0 0 0px;
	border: 1px solid #DCD7CA;
	width: 500px !important;
	background-color: #f7f7f7;
	height: 50px
}

	ul.proToolbar li {
		list-style: none;
		padding: 0;
		margin: 0 0px 0 20px !important;
		float: left;
		list-style-image: none !important;
	}

		ul.proToolbar li a {
			height: 30px;
			display: block;
			text-indent: -90009px;
		}

			ul.proToolbar li a.procheckanother {
				background: url(../../images/buttons/procheckanother.gif) no-repeat top left;
				width: 210px;
			}

			ul.proToolbar li a.proexit {
				background: url(../../images/buttons/proexit.gif) no-repeat top left;
				width: 210px;
			}

			ul.proToolbar li a:hover {
				background-position: bottom left !important
			}*/

/* ---------------------------- FormColorContainer -------------------------------- */

.FormColorContainer {
	margin-top: 20px !important;
}

	.FormColorContainer dt {
		float: left !important;
		display: block !important;
		clear: both !important;
		width: 100% !important;
	}

	.FormColorContainer dd {
		float: left !important;
		margin: 20px 0 0 0;
		display: block !important;
		clear: both !important;
		width: 100% !important
	}

		.FormColorContainer dd fieldset {
			margin: 0 !important;
			padding: 0 !important;
			width: 100% !important
		}

.AppFooterContainer .Updating {
	color: #2F6C8E
}

/* Yes No Ticks */
.no {
	background: url(../../images/icons/cross.png) no-repeat top right;
	padding-right: 20px;
}

.yes {
	background: url(../../images/icons/tick.png) no-repeat top right;
	padding-right: 20px;
}

.unknown {
	font-style: oblique;
}

/* ---------------------------- Find smeartaker Search results -------------------------------- */

#findAGP {
	margin-top: 30px;
	height: 400px;
}

.findSmearTakerSearchForm {
	width: 274px;
	padding-left: 24px;
	border-left: 1px solid #ccc;
	min-height: 410px;
	float: right;
}

#surnameSearch fieldset .labelRadio {
	float: left !important;
	width: 100px !important;
	margin: 0 !important;
	font-weight: normal !important;
	margin-left: 0 0 0 80px !important;
	background: none !important;
}

.findsmeartakersearch li {
	padding: 10px;
	line-height: 1.7em !important;
	margin-bottom: 30px !important;
	margin-left: 0 !important;
}

	.findsmeartakersearch li.altcolor {
		background-color: #e7e7e7
	}

	.findsmeartakersearch li h2 {
		margin: 0;
		border-bottom: 0;
	}

	.findsmeartakersearch li .block {
		display: block;
	}

.countyList {
	width: 644px;
	float: left;
	padding: 0px;
	margin: 0 0 0 0 !important;
}

.county {
	display: inline-block;
	margin: 0 4px 5px 0 !important;
	list-style-image: none !important;
}

	.county a {
		text-decoration: none;
		color: #555;
		padding: 10px 12px;
		background-color: #e7e7e7;
		display: block;
	}

		.county a:hover, .county.NavSelected a {
			background: #2F6C8E;
			color: #fff !important;
		}


#content .bootstrap-select ul li {
	background-image: none !important;
	margin-left: 0 !important;
	line-height: normal !important;
}