/* Minification failed. Returning unminified contents.
(602,45): run-time error CSS1030: Expected identifier, found ','
(602,52): run-time error CSS1031: Expected selector, found ')'
(602,52): run-time error CSS1025: Expected comma or open brace, found ')'
(933,23): run-time error CSS1030: Expected identifier, found ','
(933,45): run-time error CSS1031: Expected selector, found ')'
(933,45): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #776;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

	.pager li > a,
	.pager li > span {
		display: inline-block;
	}


.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #776;
	cursor: not-allowed;
	background-color: #fff;
}

.noList { list-style-type: none; }

.preload, body{
	opacity: 1;
}

.moreDetails,
.topnav a.icon.moreDetails:hover{
	background-color: #007b41;
	color: #FFF;
}

.topnav a.tab:hover,
.topnav .btn-primary {
	background-color: #007b41;
	color: white;
	text-decoration: none;
}

.header { cursor: pointer; }

table { width: 100%; }

.fullWidth { width: 100%; }

.halfWidth {
	width: 50%;
	max-width:50%;
}

.thirdWidth {
	width: 33%;
	max-width: 33%;
}

.borderless tr td { border: none; }

.search--icon {
	background-color: #007b41;
	border-radius: 0 5px 5px 0;
	border: 0;
	cursor: pointer;
	transition: .5s ease-in-out all;
	height: 36.8px;
	padding: 3px 10px;
}

.header .searchform--top .searchform__input::after {
	content: url("../images/welhat-search-black.png");
	height: 20px;
	width: 20px;
	display: flex;
}

.cookiemessage__link--close::before {
	content: url("../images/cookie-cross-light.png");
	display: flex;
	height: 20px;
	width: 20px;
}

textarea.wrappedText {
	white-space: normal;
}

.invisibleTable {
	border: 0;
}
.invisibleTable td, .invisibleTable th {
	width: auto;
	text-align: center;
	border: 0;
}
.invisibleTable th {
	background-color: transparent
}

.icmform .field-validation-error {
	color: red;
	/*margin-left: 195px;*/
	transition:none;
}

.icmform .input-validation-error {
	background-color:lightpink;
}

.doc-label {
	margin-right: 10px;
	float: left;
}

.doc-editor {
	float: left;
}

.icmform input.smallButton {
	padding: 0;
	margin: 0;
}

.icmform div.submit {
	float:right;
}

#upload-area input[type="file"] {
	border: none;
	line-height: inherit;
}

#upload-area .text-box {
	margin-bottom: 0px;
}

.icmform textarea {
	resize:none;
}

label.widelabel{
    width:75%;
}

.gazetteerarea .indented {
	margin-left: 170px;
	font-family: sans-serif;
	font-weight: normal;
}


.caseSearch {
	display:flex;
}

@media screen and (max-width: 600px) {
	.caseSearch {
		display: initial;
	}

	.icmform table.invisibleTable {
		overflow-x: unset;
	}

	.rtable {
		display: block;
		vertical-align: top;
		min-width: -webkit-min-content;
		min-width: -moz-min-content;
		min-width: min-content;
		white-space: nowrap;
	}

	.rtable th {
		font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		padding-bottom: 11px;
	}


	.rtable--flip {
		display: flex;
	}

	.rtable--flip thead {
		display: flex;
		flex-shrink: 0;
		min-width: -webkit-min-content;
		min-width: -moz-min-content;
		min-width: min-content;
	}

	.rtable--flip tbody {
		display: flex;
		position: relative;
	}

	.rtable--flip tr {
		display: flex;
		flex-direction: column;
		min-width: -webkit-min-content;
		min-width: -moz-min-content;
		min-width: min-content;
		flex-shrink: 0;
	}

	.rtable--flip td,
	.rtable--flip th {
		display: block;
	}

	.rtable--flip td {
		padding: 0;
	}
}

.loading {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 5;
	width: 100vw;
	height: 100vh;
}

.loading .center {
	display: block;
	text-align: center;
	margin: 0 auto;
	top: 40vh;
	position: relative;
}

.loading .center h3 {
	color: white;
	font-size:unset;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.document-list .header {
	float: unset;
}
.document-list td {
	border: 0;
}

.ResponsiveTable {
	table-layout: fixed;
}
.ResponsiveCell {
	word-wrap: break-word
}

.datePicker {
	padding:10px;
	margin-bottom:20px;
}

input[type=text]:focus, input[type=checkbox]:focus, a:focus {
	outline: 3px solid #007b41;
	transition: none !important;
}

.icmform select:focus {
	outline: 3px solid #007b41;
}

a.tab:focus {
	background-color: #007b41;
	color:white;
}

.displayText {
	background-color: #e6e6e6;
	color: #666;
	border: solid 1px #ccc;
	font-family: inherit;
	font-size: 1em;
	overflow-y: auto;
}

/* control areas - field-set*/
.field-set{
	margin-bottom: 20px;
}
/*Links*/

.linkText {
	font-weight: 700;
}

.maincontent .container {
	max-width: 1200px;
}

/* Breadcrumb styling */

.breadcrumb {
	font-size: .875rem;
	padding: .75rem 0 0
}

@media screen and (min-width: 760px) {
	.breadcrumb {
		padding: 3rem 0 0
	}
}

#ccc-breadcrumb > * {
	display: inline-block;
	margin: .25rem 0 0;
	padding-right: 1.5rem;
	position: relative
}

#ccc-breadcrumb > a {
	font-weight: 400
}

#ccc-breadcrumb > *::after {
	content: '|';
	position: absolute;
	right: .5rem;
	top: -1px;
	color: black;
}

#ccc-breadcrumb > *:last-child::after {
	display: none;
}

.list--flex {
	display: flex;
}

.list--space-evenly {
	justify-content: space-evenly;
}

.table--border-separate {
	border-collapse: separate;
	border-spacing: 10px;
}

.list--datePicker {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list--datePicker > li {
	margin-top: 0;
	flex-grow: 1;
}

.list--datePicker > li:first-child {
	margin-right: 5px;
}

.list--datePicker > li:last-child {
	margin-left: 5px;
}

.validation-msg {
	margin-top: 0;
}

.flex-wrap {
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-wrap > * {
	flex-wrap: wrap;
	max-width: 49%;
	flex-grow: 1;
}

.document-list thead .form__label--checkbox::before,
.document-list thead .form__label--checkbox::before,
.document-list thead .form__label--checkbox::after,
.document-list thead .form__label--checkbox:focus ~.form__label::after {
	border-color: white !important;
}

.document-list tr.tableHeader > th {
	padding: 10px 1rem;
}

.document-list thead .form__label--checkbox {
	color: white;
}

.integrated-component .fee {
	flex: 0;
}

@media (max-width: 600px) {
	.icmbutton {
		display: flex;
	}

	.flex-wrap > * {
		max-width: 100%;
	}

	.flex-wrap > *:first-child {
		margin-bottom: 10px;
	}

	.pager li > a, .pager li > span {
		display: inline-block;
	}

	.list--space-evenly {
		justify-content: flex-start;
		flex-wrap: wrap
	}

	.list--space-evenly > li {
		width: 100%;
	}

	.topnav {
		background-color: #007b41;
	}

	.topnav .tab {
		font-weight: bold;
	}

	.topnav .btn-light:not(.current-tab-preview, .icon) {
		color: black;
		background-color: #e5f0ea;
	}

	.topnav a.icon {
		float: right;
		display: block;
		width: auto;
		height: auto;
	}

	.topnav a:not(.current-tab-preview) {
		display: none !important;
		color: white;
	}

	.search_page_list {
		margin: .75rem 0 1.5rem;
	}

	.list--datePicker > li:first-child {
		margin-right: 0;
	}

	.list--datePicker > li:last-child {
		margin-left: 0;
	}

	.document-list > tbody > tr > th > span.mobile-th,
	.document-list > tbody > tr > td > span.mobile-th {
		display: none !important;
	}

	.document-list > tbody > tr {
		padding-bottom: 0 !important;
	}
}

@media screen and (min-width: 600px) {
	.visible-phone {
		display: none !important;
	}
}

.topnav span.current-tab-preview {
	color: #FFF;
	float: none;
	display: inline-block;
	text-align: left;
	padding: 14px 16px;
}
#cookie-alert {
    text-align: center !important;
    padding: 10px !important;
    color: #000 !important;
    background-color: #f7f6ed !important;
    border-bottom: 1px solid #faebcc !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 99999 !important;
}

#cookie-alert a {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

#cookie-alert a:hover {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

#cookie-alert button {
    margin-left: 10px !important;
}
.myDatepicker.datepicker {
    width: 30%;
    display:inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}

.myDatepicker.datepicker > .date > input {
    width: 80%;
}

.myDatepicker.datepicker > .date > button {
    display: inline-block;
}

.myDatepicker.datepicker > .date > label {
    font-weight: normal;
}

.datepicker button.icon {
    margin: 0;
    border: transparent 2px solid;
    border-radius: 5px;
    text-align: left;
    background-color: white;
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.datepicker button.icon:focus {
    outline: none;
    border-color: hsl(216, 80%, 55%);
}

.datepicker span.arrow {
    margin: 0;
    padding: 0;
    display: none;
    background: transparent;
}

.datepicker input {
    margin: 0;
    width: 20%;
}

.datepicker .datepickerDialog {
    position: absolute;
    width: auto;
    clear: both;
    display: none;
    border: 3px solid hsl(216, 80%, 55%);
    margin-top: 1em;
    border-radius: 5px;
    padding: 0;
    background-color: #fff;
}

.datepicker .header {
    cursor: default;
    background-color: hsl(216, 80%, 55%);
    padding: 7px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: space-around;
}

.datepicker .header h2 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 1em;
    color: white;
    text-transform: none;
    font-weight: bold;
}

.datepicker .header button {
    border-style: none;
    background: transparent;
}

.datepicker .datepickerDialog button::-moz-focus-inner {
    border: 0;
}

.datepicker .prevYear,
.datepicker .prevMonth,
.datepicker .nextMonth,
.datepicker .nextYear {
    padding: 4px;
    width: 24px;
    height: 24px;
    color: white;
}

.datepicker .prevYear:focus,
.datepicker .prevMonth:focus,
.datepicker .nextMonth:focus,
.datepicker .nextYear:focus {
    padding: 2px;
    border: 2px solid white;
    border-radius: 4px;
    outline: 0;
}

.datepicker .dialogButtonGroup {
    text-align: right;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
}

.datepicker .dialogButton {
    padding: 5px;
    margin-left: 1em;
    width: 5em;
    background-color: hsl(216, 80%, 92%);
    font-size: 0.85em;
    color: black;
    outline: none;
    border: 1px solid hsl(216, 80%, 92%);
    border-radius: 5px;
    display:inline-block;
}

.datepicker .dialogButton:focus {
    padding: 4px;
    border: 2px solid black;
}

.datepicker .fa-calendar-alt {
    color: hsl(216, 89%, 72%);
}

.datepicker .monthYear {
    display: inline-block;
    width: 12em;
    text-align: center;
}

.datepicker table.dates {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

.datepicker table.dates th,
.datepicker table.dates td {
    text-align: center;
}

.datepicker .dateCell {
    outline: 0;
    border: 0;
    padding: 1px;
    margin: 0;
    height: 40px;
    width: 40px;
}

.datepicker .dateButton {
    padding: 0;
    margin: 0;
    line-height: inherit;
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 15px;
    background: #eee;
}

.datepicker .dateButton:focus,
.datepicker .dateButton:hover {
    padding: 0;
    background-color: hsl(216, 80%, 92%);
}

.datepicker .dateButton:focus {
    border-width: 2px;
    border-color: rgb(100, 100, 100);
    outline: 0;
}

.datepicker .dateButton[aria-selected] {
    border-color: rgb(100, 100, 100);
}

.datepicker .dateButton[tabindex="0"] {
    background-color: hsl(216, 80%, 92%);
}

.datepicker .disabled {
    color: #afafaf;
}

.datepicker .disabled:hover {
    color: black;
}

.datepicker .dateButton:disabled {
    color: #777;
    background-color: #fff;
    border: none;
    cursor: not-allowed;
}

.datepicker .message {
    padding-top: 0.25em;
    padding-left: 1em;
    height: 1.75em;
    background: hsl(216, 80%, 55%);
    color: white;
}

@media (max-width: 1000px) {
    .myDatepicker.datepicker {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .myDatepicker.datepicker {
        width: 90%;
    }
}
.topnav {
	overflow: hidden;
}

	.topnav a {
		float: left;
		display: block !important;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		cursor: pointer;
	}

		.topnav a:hover {
			background-color: #ddd;
			color: black;
		}

	.topnav .icon {
		display: none !important;
	}

@media screen and (max-width: 600px) {
	.topnav a:not(.active, .current-tab-preview) {
		display: none !important;
	}

	.topnav a.icon {
		float: right;
		display: block !important;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}

		.topnav.responsive .icon {
			position: absolute;
			right: 0;
			top: 0;
		}

		.topnav.responsive a {
			float: none;
			display: block !important;
			text-align: left;
		}
}

.tabcontent {
	display: none !important;
}

.tabcontent.active {
	display: block !important;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
.caretUp{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
