/* ----------------------------------------- Typography ----------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	min-width: 0;
}

h1, h2, h3 {
	 color: #343a40;
	font-family: 'Noto Serif', serif;
}

.h3, h3 {
    font-size: 1.75rem;
}

.small-text {
	font-size: 13px !important;	
}

.large-text {
	font-size: 20px !important;
}

.fw-3 {
	font-weight: 300 !important;
}
.fw-4 {
	font-weight: 400 !important;
}
.fw-6 {
	font-weight: 600 !important;
}

p {
	font-size: 16px;
}

.table-div, .filter-field, .filter, .filter-link {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;	
}

.blockquote-footer::before {
	content: "";
}

.text-accent {
	color: #c59ec5 !important;
}

@media (max-width: 768px) {
	.display-3 {
		font-size: 3rem;
	}

	.display-4 {
		font-size: 2.3rem;
	}

	#home-hero h2 {
		font-size: 1.8rem !important;
	}

	p, .front-page-container .btn {
		font-size: 16px;
	}
}

/* ----------------------------------------- Nav ----------------------------------------- */

#top-nav, #top-nav .dropdown-menu {
	background-color: #eb6534 !important;
	border: none;
}

#top-nav .dropdown-menu li {
	margin: 14px 0 !important;
}

#top-nav .nav-link, #top-nav .dropdown-menu {
	padding: 0 .7rem;
	color: #fff;
	font-size: 13px;
	z-index: 9999;
}

ul {
	margin: 0 !important;
}

ul li {
	margin: 0 !important;
	list-style-type: none !important;
}

#main-nav .dropdown .show {
	padding: 0 !important;
	border: none !important;
	/*box-shadow: none !important;*/
	margin-left: 15px !important;

}

#main-nav .dropdown-item.active, #main-nav .dropdown-item:active {
	background-color: #eb6534;
}

#main-navbar .dropdown .show {
	z-index: 9999;
}

@media (min-width: 992px) {
	#main-navbar .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	#main-navbar .nav-link {
		color: #333 !important;
		font-size: 17px;
		border-bottom: solid 2px transparent;
	}

}

@media (max-width: 991px){
	#top-nav .top-nav-link {
		display: none;
	}

	#top-nav .d-nav-all {
		display: block !important;
		margin: 0 !important;
	}

	#main-navbar .d-nav-all {
		display: none !important;
	}

	#main-nav .dropdown .show {
		box-shadow: none !important;
	}
}

/* ----------------------------------------- General styles ----------------------------------------- */

:focus {
    box-shadow: none;
}

.bg-grey {
    background-color: #f5f5f5 !important;   
}

.color-accent {
	color: #c59ec5 !important;	
}

.bg-primary {
	background-color: #eb6534 !important;
}

.border-primary {
	 border-color: #eb6534;
}

.border-light {
	 border-color: #f8f9fa;
}

.bdr-top-primary {
	 border-top: solid 2px #eb6534;
}

.bdr-top-secondary {
	border-top: solid 2px #e6b081;
}

.bdr-top-accent {
	 border-top: solid 2px #c59ec5;
}

.bdr-top-green {
	border-top: solid 2px #84d353;
}

.rounded-full {
	border-radius: 0.75rem !important;
}

.tile {
	border: 1px solid rgba(0,0,0,.125);
	text-align: center;
    padding: 1rem;
	height: 100%;
	background-color: #fff;
	overflow: auto;
}

.btn-dropdown .dropdown-menu {
	min-width: 350px;
}

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

.accordion .card-header {
	cursor: pointer;
}

@media (max-width: 550px) {
	.btn-dropdown .dropdown-menu {
		min-width: 0 !important;
	}
}

@media (max-width: 768px) {

	footer li {
		display: list-item !important;
	}

	.table-div table {
		table-layout: initial !important;
	}
}

@media (max-width: 991px) {
	.dropdown-menu a {
		display: block;
		width: 100%;
		padding: 0.25rem 1rem !important;
		clear: both;
		color: #212529 !important;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
}

/* ----------------------------------------- Buttons ----------------------------------------- */

.btn-white {
	transition: 0.3s;
	color: #fff;
}

.btn:hover {
	box-shadow: 0px 1px 13px -5px rgb(0 0 0 / 50%);
    color: #fff;
}

.btn:not(.btn-secondary):not(.btn-secondary-clear) {
	font-size: 15px;
}

.btn-lg {
	min-width: 140px;	
}

.btn-lng {
    min-width: 220px;
	padding: 10px;
}

.sendBtn, .sendBtn:hover {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	color: #fff;
	text-decoration: none;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .sendBtn {
	background-color: #eb6534 !important;
	border-color: #eb6534 !important;
	font-size: 15px;
}

.btn-primary:hover, .sendBtn:hover {
	background-color: #cf5b2e !important;
	border-color: #cf5b2e !important;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:active {
	background-color: #e6b081 !important;
	border-color: #e6b081 !important;
}

.btn-secondary:hover {
	background-color: #e29858 !important;
	border-color: #e29858 !important;
}

.btn-secondary-clear, .btn-secondary-clear:focus, .btn-secondary-clear:active {
	background-color: transparent !important;
	border-color: #fff !important;
}

.btn-secondary-clear:hover {
	background-color: #e29858 !important;
	border-color: #e29858 !important;
}

.btn-accent, .btn-accent:focus, .btn-accent:active {
	background-color: #bb8ebb !important;
	border-color: #bb8ebb !important;
}

.btn-accent:hover {
	background-color: #ab85ab !important;
	border-color: #ab85ab !important;
}

.btn-green, .export-csv, #export-csv, .export-csv-breakdown, .export-csv-all {
    background-color: #3aa748 !important; 
    border-color: #3aa748 !important; 
}

.btn-green:hover, .export-csv:hover, #export-csv:hover, .export-csv-breakdown:hover, .export-csv-all:hover {
    background-color: #2b9338 !important; 
    border-color: #2b9338 !important;
}

.btn-blue {
    background-color: #39a9bb !important;
    border-color: #39a9bb !important;
}

.btn-blue:hover {
    background-color: #3996a5 !important; 
    border-color: #3996a5 !important; 
}

.btn-red {
	background-color: #AD1414FF !important;
	border-color: #AD1414FF !important;
}

.btn-red:hover {
	background-color: #860b0b !important;
	border-color: #860b0b !important;
}

.btn:focus {
	box-shadow: none !important;
}

.toggle-columns-btn {
	position: absolute;
	right: 15px;
}

.toggle-columns-btn button {
	padding: 10px;
}

.toggle-columns-btn .dropdown-menu {
	font-size: 15px !important;
}

@media (max-width: 620px) {
	.btn-lng, .btn-lg, .toggle-columns-btn {
		margin: auto !important;
		margin-bottom: 1rem !important;
		display: block !important;
	}

	.toggle-columns-btn {
		position: initial;
	}

	.toggle-columns-btn button {
		min-width: 220px;
	}

	.dropdown .btn {
		margin: 0 !important;
		margin-bottom: 15px !important;
		width: 100%;
	}
}

/* ----------------------------------------- Tables ----------------------------------------- */

.table th {
	background: #eee;	
}

.table tr:nth-child(odd) {
	background: #f8f8f8;	
}

.table-div:not(.debtor-dashboard-container .table-div) {
	min-height: 400px;
}

.table-div table {
	font-size: 14px;
	table-layout: fixed;
}

.table-info-icon {
	font-size: 10px;	
}

.table-div::-webkit-scrollbar {
  height: 10px;
}

.table-div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.table-div::-webkit-scrollbar-thumb {
  background: #aaa; 
}

.table-div::-webkit-scrollbar-thumb:hover {
  background: #888; 
}

.table-div a {
	color: #44b3c5 !important;
}

.table-div a:hover {
	color: #3996a5 !important;
}

.table-div a.btn, .table-div a.btn:hover {
	color: #fff !important;
	font-size: 14px !important;
	min-width: 50%;
}

.table-container h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

/* ----------------------------------------- Forms -------------------------------------------- */

.filter-field, .filter, .filter-link {
	display: inline-block;
	max-width: 300px;
}

.form-signin {
    max-width: 100%;
    margin: auto;
}

/* ----------------------------------- Multi select filter ------------------------------------- */

.SumoSelect {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin-right: 1rem!important;
	margin-bottom: 1rem !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.SumoSelect .filter {
	display: none !important;
}

form .SumoSelect {
	max-width: none !important;
	display: block !important;
}

.full-w-form .SumoSelect {
	max-width: 100% !important;
	width: 100%;
	border: 1px solid #ced4da;
}

.SumoSelect > .CaptionCont > span.placeholder {
	color: #495057 !important;
	font-weight: normal;
}

.SumoSelect > .optWrapper > .options > li label {
	color: #495057 !important;
	font-weight: 400;
	font-size: 1rem;
}

.SumoSelect .SlectBox {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057 !important;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
	background-color: #c16542;
}

.SumoSelect .select-all {
	width: 100%;
	display: inline-table;
	margin: 0;
	color: #495057 !important;
}

.SumoSelect .select-all.partial > span i {
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0px 1px 3px rgb(0 0 0 / 15%);
	background-color: #fff;
}

.SumoSelect.disabled > .CaptionCont, .SumoSelect.disabled > .CaptionCont > span {
	cursor: not-allowed;
}

.SumoSelect.disabled > .optWrapper.open {
	display: none !important;
}

/* --------------------------------------- Pagination ------------------------------------------ */

.pagination .page-count .page-link, .pagination .page-count .page-link:hover {
	color: #333;
	background-color: #fff;
}

.page-link {
	color: #d1714d;
}

.page-link:hover {
	color: #bd5d3a;
}

.pagination .page-link:hover {
	cursor: pointer;
}

#pagination-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
	background: rgba(255,255,255,0.6);
	transition: opacity .15s linear;
}

/* ----------------------------------------- Links --------------------------------------------- */

.accordion a {
	color: #333;	
}

.accordion a:hover {
	text-decoration: none;
}

.accordion:hover {
	cursor: pointer;
}

/* ----------------------------------------- Individual pages ----------------------------------------- */

/* ----- Home page ----- */

#home-hero h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.3rem;
	opacity: 0.8;
	letter-spacing: 1px;
}

#about-section {
	background-image: url(/brandings/9/resources/images/yellow-shape.svg);
	background-repeat: no-repeat;	
}

#client-section {
	background-image: url(/brandings/9/resources/images/salmon-shape.png);
	background-repeat: no-repeat;
	background-position: right;
}

.front-page-container p {
	font-size: 20px;
}

.front-page-container .btn {
	font-size: 17px;
}

#payment-options-section h3 {
	font-size: 28px;	
}

#payment-options-section p {
	font-size: 18px;	
}

@media (max-width: 991px) {
	#home-hero {
		text-align: center;	
	}
	
	#payment-options-section .border-right {
		border: none !important;	
	}
}

/* ----- Batch ledgers ----- */

#batch-ledgers-table td span, #breakdown-table td span {
	border-bottom: solid 1px #bd5d3a;
}

#batch-ledgers-table td span:hover, #breakdown-table td span:hover {
	cursor: pointer;
	color: #bd5d3a;
}

#breakdown-table td span a, #breakdown-table td span a:hover {
	color: #212529 !important;
	text-decoration: none;
}

#batch-ledgers-table #Total {
	font-weight: 600;
}

#batch-ledger-stats h3 {
	font-size: 1.5rem;	
}

#batch-ledger-stats .icon {
	position: absolute;
	bottom: 0px;
	right: 15px;
	color: #eee;
	font-size: 4rem;
}

/*#batch-ledger-stats .card-title {
	border-bottom: solid 1px #ddd;
}*/

/* ------ Debtor dashboard ------- */

@media (max-width: 620px) {
	.debtor-action-btn {
		float: none !important;
		display: block !important;
		margin: 0 !important;
		margin-top: 15px !important;
	}
}

/* ----- Debtor payment portal ----- */
.duration-slider #debt-amount-slider {
	display: flex;
	flex-direction: row;
	align-content: stretch;
	position: relative;
	width: 100%;
	height: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.duration-slider #debt-amount-slider::before {
	content: " ";
	position: absolute;
	height: 2px;
	width: 100%;
	width: calc(100% * (4 / 5));
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
}
.duration-slider #debt-amount-slider input, .duration-slider #debt-amount-slider label {
	box-sizing: border-box;
	flex: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.duration-slider #debt-amount-slider label {
	display: inline-block;
	position: relative;
	width: 20%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.duration-slider #debt-amount-slider label::before {
	content: attr(data-debt-amount);
	position: absolute;
	left: 50%;
	padding-top: 10px;
	transform: translate(-50%, 45px);
	font-size: 14px;
	letter-spacing: 0.4px;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0.85;
	transition: all 0.15s ease-in-out;
}
.duration-slider #debt-amount-slider label::after {
	content: " ";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	background: #fff;
	border-radius: 50%;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
}
.duration-slider #debt-amount-slider label:hover::after {
	transform: translate(-50%, -50%) scale(1.25);
}
.duration-slider #debt-amount-slider input {
	display: none;
}
.duration-slider #debt-amount-slider input:checked + label::before {
	font-weight: 800;
	opacity: 1;
}
.duration-slider #debt-amount-slider input:checked + label::after {
	border-width: 4px;
	transform: translate(-50%, -50%) scale(0.75);
	background: #eb6534 !important;
}

.duration-slider:valid #debt-amount-slider input + label::before {
	transform: translate(-50%, 45px) scale(0.9);
	transition: all 0.15s linear;
}
.duration-slider:valid #debt-amount-slider input:checked + label::before {
	transform: translate(-50%, 45px) scale(1.1);
	transition: all 0.15s linear;
}

@-webkit-keyframes spin {
	from {
		transform: rotate(0deg);
		width: 24px;
		opacity: 1;
		margin-right: 12px;
	}
	to {
		transform: rotate(360deg);
		width: 24px;
		opacity: 1;
		margin-right: 12px;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
		width: 24px;
		opacity: 1;
		margin-right: 12px;
	}
	to {
		transform: rotate(360deg);
		width: 24px;
		opacity: 1;
		margin-right: 12px;
	}
}

/* ----- Mediation ------ */

.mediation-section p {
	font-weight: bold;
}

.med-time-input {
	width: 100px;
	display: inline-block;
}

.mediation-timeline ol li {
	width: 33% !important;
}

.mediation-timeline ol .milestone-thin {
	width: 25% !important;
}

/* ----- Debtor financial statement ----- */

.fs-nav-container .nav-link {
	background-color: #fff;
	color: #333;
	margin: 0 10px;
	border-bottom: solid 2px transparent;
}

.fs-nav-container .nav-link.active, .fs-nav-container .nav-link:hover {
	border-bottom: solid 2px #eb6534;
}

.fs-container table {
	font-size: 15px;
	table-layout: fixed;
}

#incomeForm .row {
	margin: 10px 0;
}

/* ----- Case file ----- */

.case-evidence .info-button {
	font-size: 20px;
	margin-left: 15px;
}

.case-evidence img {
	width: 28px;
}

#evidence select {
	width: 100%;
	padding: 5px 0;
	margin-top: 3px;
	border: none;
	background: #FFF3F3;
	margin-bottom: 13px;
}

#documents img {
	width: 5%;
	margin-bottom: 10px;
	margin-right: 5px;
}

.download-img {
	max-width: 22px;
	margin-right: 10px;
}

#caseEvidenceUpload {
	margin-top: 15px;
}

#caseEvidenceUpload .upload, #caseEvidenceUpload .upload:hover {
	float: none;
	background: none;
	padding: 0;
	border: none;
}

#caseEvidenceUpload .upload:hover {
	background: #ED7522 !important;
}

#comments-form textarea {
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
	font-size: 17px;
}

#case-status-row {
	border-bottom: solid 1px #ddd;
}

.case-file-message {
	padding: 8px 12px !important;
	background: #fff !important;
}

.timeline {
	white-space: nowrap;
	overflow-x: hidden;
}

.timeline ol {
	font-size: 0;
	width: 100%;
	padding: 80px 0 20px;
	transition: all 1s;
}

.timeline ol li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	width: 12%;
	height: 3px;
	background: #fff;
}

.timeline ol li:not(:first-child) {
	margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 1px);
	bottom: 0;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #000;
}

.timeline ol li div {
	position: absolute;
	left: calc(55%);
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	padding-bottom: 20px;
	transform: translateY(-100%);
	text-align: center;
}

.milestone-hit {
	background: red !important;
}

.milestone-thin {
	width: 25% !important;
}

#case-timeline {
	padding: 0;
}

#caseEvidenceUpload,
#additionalEvidenceUpload {
	margin: 0 !important;
}

#additionalEvidenceUpload input[type="text"] {
	width: 97%;
	padding: 6px !important;
	border: none;
	background-color: #eee;
	margin: 10px 0;
}

/* ----- Communication Portal ----- */

.communication-section {
	min-height: 55vh;
}

.message-date {
	clear: both;
	text-align: left;
	margin: 5px 0 15px 10px;
	font-size: 14px;
}

.message-name {
	font-weight: bold;
}

.my-message-date {
	text-align: right;
	margin: 5px 10px 15px 0;
}

.message-div {
	background: #fff;
	text-align: left;
	padding: 22px;
	border-radius: 30px 30px 30px 5px;
	width: auto;
	float: left;
	margin: 5px 0;
	min-width: 35%;
	border: solid 1px #ddd;
}

.communication-portal-container .message-div {
	background: #f5f5f5;
}

.communication-portal-container textarea {
	padding: 15px;
	background: #f5f5f5;
}


.message-div p {
	margin: 0;
}

.my-message-div {
	border-radius: 30px 30px 5px 30px;
	float: right;
}

.message-details-tile {
	background: white;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.23);
	padding: 0;
	margin: 15px 0;
	text-align: left;
}

.message-details {
	padding: 10px;
	border-bottom: solid 1px #ddd;
}

#communication-message {
	width: 100%;
	min-height: 120px;
	margin-top: 30px;
	border: solid 1px #ddd;
	border-radius: 10px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
}

.communication-submit {
	margin: 0;
	width: 120px;
	float: right;
	border-radius: 8px;
}

.case-communication-div {
	padding: 0;
	margin: 15px 0;
}

/* ----- Case Issue Management ----- */

#case-issue-filters .form-control {
	width: 80%;
	display: inline-block;
}

.case-issue-tabs .active-tab {
	color: #333 !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.case-issue-tabs .row {
	background: #f5f5f5;
}

.case-issue-tabs a {
	width: 100%;
	font-size: 14px;
	border-bottom: solid 2px transparent;
	padding-bottom: 5px;
}

.case-issue-tabs p {
	width: 100%;
}

.case-issue-tabs a:hover {
	border-bottom: solid 2px #e1451f;
	color: #e1451f;
	text-decoration: none;
}

.case-issue-tabs li span {
	display: block;
	font-size: 12px;
	margin: 10px 0;
}

.case-issue-tabs .tab-link {
	font-size: 14px;
	text-transform: capitalize;
}

.case-criteria-pink {
	border-top: solid 2px #e2a5b0;
}

.case-criteria-blue {
	border-top: solid 2px #1B5299;
}

#case-issue-section {
	padding: 0;
	margin: 30px 0 50px 0;
}

.select-issue-div h2 {
	font-size: 23px;
	color: #333;
	opacity: 1;
}

.select-issue-div .btn {
	display: block;
	margin: auto;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.select-issue-tile {
	border: solid 1px #eee;
	padding-top: 10px;
	background: #f9f9f9;
	border-top: solid 2px red;
}

.select-issue-tile .btn {
	font-size: 13px !important;
	margin-top: 15px;
}

#issue-green-div .select-issue-tile {
	border-top: solid 2px #7CD04B;
}

#issue-green-div .select-issue-tile .btn, #issue-green-div .select-issue-tile .btn:hover {
	background: #7CD04B !important;
	border-color: #5ca233;
}

#issue-yellow-div .select-issue-tile {
	border-top: solid 2px #FFD957;
}

#issue-yellow-div .select-issue-tile .btn, #issue-yellow-div .select-issue-tile .btn:hover {
	background: #ecc950!important;
	border-color: #debd4d;
}

#issue-blue-div .select-issue-tile {
	border-top: solid 2px #0a9fc1;
}

#issue-blue-div .select-issue-tile .btn, #issue-blue-div .select-issue-tile .btn:hover {
	background: #0a9fc1 !important;
	border-color: #097088;
}

#case-issue-list {
	margin-top: 25px;
	min-height: 30vh;
}

#case-issue-list h2, .case-issue-tabs h2 {
	font-size: 23px;
	color: #333;
	opacity: 1;
}

.select-issue-div h2 {
	font-size: 20px !important;
}

#case-issue-list #clientlistTable {
	margin-top: 15px;
}

.disable-issue {
	opacity: 0.2 !important;
}

.disable-issue:hover, .disable-issue a:hover {
	cursor: not-allowed !important;
}

#case-issue-filters .row {
	overflow: visible !important;
	padding: 5px 0;
}

#case-issue-list p {
	text-align: center;
	font-size: 15px;
	margin: 5px 0 10px 0;
}

#case-issue-list-div th:first-of-type, #case-issue-list-div td:first-of-type {
	max-width: 20px !important;
}

#case-issue-list-div th, #case-issue-list-div td {
	vertical-align: middle;
}

#site-list-results {
	display: none;
	background: rgb(255, 255, 255);
	position: absolute;
	z-index: 9999;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.19), 0 2px 2px rgba(0,0,0,0.23);
	margin: 5px;
	border-radius: 3px;
	margin-top: 0;
	max-height: 40vh;
	overflow-y: scroll;
	width: 80% !important;
	min-height: 100px;
	padding: 0 15px;
}

#site-list-results ul {
	padding: 0;
}

#site-list-results li {
	list-style: none;
	margin: 0;
	border-bottom: solid 1px #eee;
	padding: 10px 0;
	font-size: 15px;
}

#site-list-results li span {
	margin-right: 5px;
}

/* ----------------------------------------- Footer ----------------------------------------- */

#footer {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#footer .footerContent {
	float: none;
    margin: 0;
    text-align: center;
    font-size: 14px;
    text-transform: none;
}

footer p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0.5rem;
}

footer .ftlogo {
	width: 130px;
	height: auto;
	display: inline-block;
}

footer ul {
	padding: 0;	
}

footer li {
	list-style: none;
	display: inline-block;
	padding: 0 15px 10px 15px;
}

footer a {
	color: #333;
	font-size: 14px;
}

#footer-policies a {
	font-size: 13px;
}

/* --------------------------------------- Calendar ----------------------------------------- */

.clearfix::after,
.calendar ol::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.calendar {
	border-radius: 10px;
}

.month {
	font-size: 2rem;
}

.calendar ol li {
	float: left;
	width: 14.28571%;
}

.calendar .day-names {
	border-bottom: 1px solid #eee;
}

.calendar .day-names li {
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.calendar .days {
	float: none !important;
}

.calendar .days li {
	border-bottom: 1px solid #eee;
	min-height: 5rem;
}

.calendar .days li .date {
	margin: 0.5rem 0;
}

.calendar .days li .event {
	font-size: 0.75rem;
	padding: 0.4rem;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 4rem;
	margin-bottom: 1px;
}

.calendar .days li .event.span-2 {
	width: 200%;
}

.calendar .days li .event.begin {
	border-radius: 1rem 0 0 1rem;
}

.calendar .days li .event.end {
	border-radius: 0 1rem 1rem 0;
}

.calendar .days li .event.clear {
	background: none;
}

.calendar .days li:nth-child(n+29) {
	border-bottom: none;
}

.calendar .days li.outside .date {
	color: #ddd;
}

.calendar .arrows {
	font-size: 2rem;
}

.calendar .date {
	font-size: 0.9rem;
	padding: 0 7px;
}

.calendar h4 {
	font-size: 1.2rem;
}

.confirmation-li {
	text-align: justify !important;
	list-style-type: disc !important;
}