/*This file contains styles that will be shared across all tenants*/


/* Style for paging */
.paging {
	background-color: 	#e1e1e1;
	color: 				#646464;
	font-size:			12pt;
	padding: 5px 0px;
	text-align: center;
}

.paging span {
	margin-right: 1%;
}

.right {
	float: right;
}

.pull-right {
	float: right;
}

.paging span.current {
	font-weight: bold;
	color:black;
}

@media (max-width: 640px){
	.tender-table .dropdown-menu, .fpp-table .dropdown-menu {
		left:-120px;
		right: auto;
	}
}

.form-control {
	width: auto;
}

/* Generic styles for the news summary page */
.news-details, .news-details th, .news-details td{
	border: 1px solid black;
}

.news-details{
	border-collapse: collapse;
}

.news-details th{
	text-align:right;
	min-width: 10vw;
}

.news-details td, 
.news-details th{
	padding: 5px;
}

table.list td.text-center, table.list th.text-center {
	text-align: center;
}

.line-item-detail {
    color: #003333;
}

/*------------------------------------------*/

/*Generic styles for the add/edit news page */

.news-form{
	padding: 1vh 2vw;
}

/*------------------------------------------*/


/*Generic styles for the Edit help page		*/

.save-changes{
	margin-right:5px;
}

.no-padding{
	padding:0;
}

#revert{
	color: #333;
}

.alert-warning {
	font-size: 12pt;
}

/*Modal styles*/

/* Bootstrap v3.4.1 does not contain .modal-xl styling */
@media (min-width: 992px) {
	.modal-xl {
		max-width: 800px;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
		width: auto;
	}
}

.cancel-button{
	margin-left: 5px;
}

#business-save, #summary-save{
	margin-bottom: 10px;
}

.error-message{

	display:none;
}

.full-width{
	width:100% !important;
}

#selected-members td,
#available-members td {
	padding: 5px 15px;
}


.has-error .error-message{
	display:block;
	color:#a94442 !important;
	margin-top: 5px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.response-panel {
	border: 1px solid #ddd;
	border-radius: 7px;
	margin: 1vh 2vw;
	padding: 5px 15px;
}

.response-countdown span,
.response-countdown div {
	color: red;
	font-Size: 16px;
	font-weight: bold;
	padding: 5px;
}

.response-countdown span {
	border: 2px solid #381f6a;
}

.response-countdown div {
	align-self: center;
}
button.accessTokenBtn {
	display: flex;
	justify-content: space-between;
	min-width: 320px;
	font-size: 32px;
	color:darkred;
	margin: 0 5%
}
.tokenPhrase{
	font-family: monospace;
	color: darkred;
	font-size: 32px;
	font-weight: bold;
}

#criteriaNavBar .response-countdown {
	display: inline-flex;
	float: right;
	vertical-align: middle;
}

#countdownClock {
	height: 36px;
	width: 36px;
	transform: rotateY(-180deg) rotateZ(-90deg);
}

#countdownClockWedge {
	stroke-dasharray: 56px 56px;
	stroke-dashoffset: 0;
	stroke: red;
	stroke-width: 18px;
	fill: none;
}

#countdownClockForeground {
	fill: #fff;
}

.checkedList{
	margin-top:10px;
	margin-bottom:15px;
	list-style:none;
	height:280px;
	overflow:auto;
	font-size:12pt;
	padding:0;
	border: 1px solid #a0a0a0;
}

.checkedList li:nth-child(odd) {
	background-color:#f0f0f054;
}

.checkedList li {
	padding: 5px;
}

#briefingSubmitBtn {
	float: left;
	margin: 0;
}

#briefingModalTitle,
#briefingModalNotes {
	width: 40ch;
}

div#modalBriefingDate,
div#modalBriefingRegistrationDueDate {
	width: 45.4ch;
}

#briefingAddModal div.form-group.row {
	display: flex;
	align-items: center;
}

@media (max-width: 608px) {
	#briefingModalNotes,
	#modalBriefingDate,
	#modalBriefingRegistrationDueDate {
		width: auto;
	}
}

/*This needs to be different for each tenant*/
h4 {
	padding: 1vh 2vw;
	font-size: 16px;
    color: #173D6E;
    font-weight: bold;
    font-family: 'Lato', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.checkboxIcon:before {
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
    font-weight: normal;
    color: #003366;
    padding-right: 0.4em;
}


#checkBoxToggle[data-checked="true"] .checkboxIcon:before,
#checkBoxToggle2[data-checked="true"] .checkboxIcon:before {
	content: "\f14a";
}

#checkBoxToggle[data-checked="false"] .checkboxIcon:before,
#checkBoxToggle2[data-checked="false"] .checkboxIcon:before {
	content: "\f0c8";
}

#checkBoxToggle .checkboxIcon:before,
#checkBoxToggle2 .checkboxIcon:before{
	content: "\f0c8";
}

/*LATE RESPONSE MODAL STYLES*/
#lateResponseModal .modal-body {
	margin: 1vh 1vw;
}

#lateResponseModal .modal-body  p,
#lateResponseModal .modal-body  form {
	padding:0px;
}

#lateReason {
	max-width: 90%;
	margin-top:10px;
}

#lateResponseModal .modal-body i {
	margin-right: 10px;
}

#tenderTeamReqForm label {
	display:inline;
}


/*Login styles*/

#loginPanel form {
	padding: 0;
}

#loginPanel .card {
	border-top: none;
}

#loginPanel .card,
#userConflictPanel .card, #userConflictPanel .panel {
	max-width: 600px;
    margin: 6vh auto;
	text-align: center;
}

#userConflictPanel hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	width: 100%;
}

#loginPanel .card input {
	margin-bottom: 10px;
}

#loginPanel .card select {
	margin-bottom: 10px;
}

#loginPanel .card #authInfo {
	line-height: 23px;
	float: left;
	font-size: 1.5em;
}

#loginPanel .card button[type="submit"]{
	width: 100%;
}

#loginPanel .card-body,
#userConflictPanel .card-body, #userConflictPanel .panel-body {
	margin-left: 4vw;
	margin-right: 4vw;
}

#userConflictPanel .card-body, #userConflictPanel .panel-body {
	display: grid;
}

#loginPanel .form-control,
#userConflictPanel .form-control {
	width: 100%;
}

#loginPanel .card i,
#userConflictPanel .card i, #userConflictPanel .panel i {
	line-height: 34px;
}

#loginPanel #or,
#userConflictPanel #or {
	position: absolute;
	background-color: white;
	padding: 0px 5px;
	margin: auto;
	left: 0;
	right: 0;
	width: 35px;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 15px;
	font-size: 11px;
}

#userConflictPanel #or {
	top: 12px;
}

#userConflictPanel button {
	min-width: 124px;
	width: auto;
}

#loginPanel i[id^="showPwd"] {
	position: absolute;
	top: 0px;
	right: 25px;
}

#loginPanel i[id^="showPwd"]:hover {
	color: #337ab7;
}

#loginPanel #tenant-logo {
	padding: 10px;
	max-height: 100px;
	margin-top: 10px;
}

#loginPanel .sign-up-container {
	margin: 15px 0px;
}

#loginPanel .forgot-password {
	text-align: right;
}

#loginPanel .sign-up {
	text-align: left;
}

#commonModal {
	max-width: 600px;
	margin: 7vh auto;
	text-align: center;
}

.modal-footer .consolidated-tenders-logo {
	width: 21px;
	border: 1px solid transparent;
}

#consolidatedModalButtonDiv .consolidated-tenders-logo, #loginPanel .consolidated-tenders-logo {
	width: 21px;
	border: 1px solid transparent;
}

#consolidatedModalButtonDiv button.btn.btn-primary {
	margin-left: 10%;
}

#loginPanel button.oauthButton {
    width: 100%;
	margin-bottom: 10px;
}

#loginPanel #more-info {
	text-decoration: underline;
}

#commonModal h2 {
	font-weight: bold;
	font-size: 1.571em;
	background: unset;
	color: black;
	margin: 0px 0px 10px 0px;
}

/*Edit role styles*/
#editRolePanel #actions {
	margin-bottom: 20px;
}
#editRolePanel form {
	padding:0;
}
#details-activities ul {
	padding:0;
}

#details-activities li {
	list-style:none;
	padding-bottom:5px;
}

#roleForm .collapsed:before {
	content:none;
}

#roleForm h3 a:after {
	content: "\f106";
	font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: normal;
    float:right;
}

#roleForm h3 .collapsed:after {
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: normal;
    float:right;
}

#advertiserList a:after {
	content: "\f106";
	font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: bold;
}

#advertiserList .collapsed:after {
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: bold;
}

.respondentListRow .toggle-caret:after {
	content: "\f106";
	font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: bold;
}

.accessDetails .toggle-caret:before {
	content: "\f106";
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: bold;
}

.accessDetails .collapsed .toggle-caret:before {
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: bold;
}

.respondentListRow button.collapsed:after {
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: bold;
}

#notEditableMessage {
	color:red;
}

/*Hierarchy styles*/
#hierarchy, #hierarchy ul {
    margin:0;
    padding:0;
    list-style:none
}
#hierarchy ul {
    margin-left:1em;
    position:relative
}

#hierarchy ul ul {
    margin-left:.5em
}
#hierarchy ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
	color:#369;
    border-left:1px solid
}
div#hierarchy {
	padding-right: 1em;
}
#hierarchy li {
    margin:0;
	padding-left:1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}

#hierarchy li input:disabled + span {
	color: grey;
}
#hierarchy ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0;
    border-left:1px solid;
}
#hierarchy ul:last-child li:before {
    border-left:none;
}
#hierarchy ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.toggler {
    margin-right:3px;
}
#hierarchy li a {
    text-decoration: none;
    color:#369;
}
#hierarchy li button, #hierarchy li button:active, #hierarchy li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

#hierarchy .collapsed ~ ul {
	display:none;
}
#hierarchy .expanded ~ ul {
	display:block;
}

#hierarchy .toggler:before {
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: normal;
    color: #003366;
}

#hierarchy .collapsed .toggler:before {
	content: "\f0fe";
}
#hierarchy .expanded .toggler:before {
	content: "\f146";
}

#hierarchy .selected > .node {
	background-color:#f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	/* border: 1px solid #D62D27;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #D62D27; */
}

#hierarchy li .node:hover {
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}

#hierarchy li .node {
	border: 1px solid transparent;
}

.node {
	padding-left: 3px;
}

/*View contract*/
#phoneList {
	padding:0;
	margin:0;
}

#phoneList li {
	list-style:none;
}

/*Manage business groups*/
#supplierList, #respondentList {
	list-style: none;
	margin-top: 10px;
	padding: 0;
}

#supplierList li, #respondentList li {
	margin-bottom: 5px;
}

#switchablePanel form {
	padding:0;
}


.radioLabel {
	text-align: left;
	display: inline;
}

.registeredTile {
    position: relative;
    float:right;
    font-size: 0.7em;
    font-weight: normal;
    color: white;
    border-style: solid;
    border-radius: 6px;
    padding: 4px
}

.registeredTile .registeredInfo {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    right: 0%;
    margin-left: -30px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1.75s;
}

.registeredTile:hover .registeredInfo {
    visibility: visible;
    opacity: 1;
}


/* For jquery ui autocomplete */
.ui-state-active, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	cursor: 		pointer;
	background: 	red;
}

.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

.noscriptmsg {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
	/* padding: 6px; */
	line-height: 16px;
	font-size: 12px;
	background-color: yellow;
	color: red;
	opacity: 100;
	border: 4px solid #ccc;
}

#divNotification {
	z-index: 999;
	width: 100%;
}

.notification-box {
	padding: 0.5em;
	font-size: 18px;
	text-align: center;
	line-height: 29px;
	color: var(--theme-notification-box-color);
	background-color: var(--theme-notification-box-bg);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.notification-close {
	float: right;
	line-height: 20px;
}

.notification-close a {
	color: var(--theme-notification-box-color);
}

@media (max-width: 900px) {
	.notification-close {
		float: none;
		text-align: right;
	}
}

.fast-spin {
  -webkit-animation: fa-spin 0.6s infinite linear;
  animation: fa-spin 0.6s infinite linear;
}

.businessDetail, .personDetail {
	line-height:2.5em;
}

.blackText {
	color: black;
	text-align: left;
}

.truncate {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    max-width:200px;
}

.tender-notes .truncate {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    max-width:400px;
}

.tenderType {
	font-size: 10pt; 
	font-weight: bold;
	color: #2F4F4F;
}

/* reset min width for popover text */
.popover {
	min-width: 30em !important;
	color:black;
}

/* make all icons the same static size, not relative to current font */
i.fa-lg {
	font-size:	20px;
}

a.external:not(.external-undecorated)[target="_blank"]:after {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	content: "\00a0\00a0\f35d";
}

span.noborder {
	border: 0px solid black;
	box-shadow: none;
}

.small {
	font-size: 80%;
}

.errorMsg {
	display: 			none;
	background-color:	#FFBABA;
	border-radius:		15px;
	border:				1px dotted red;
	color:				#D8000C;
	font-size: 			125%;
	padding: 			20px;
	margin: 			15px 17px 0px 17px;
}

label.warning {
	color:			#e17100;
	height:			12pt;
	margin-left:	0px;
	padding:		1px 5px 0px 5px;
	font-size:		small;
	display:		inline;	
}

div.group {
	padding: 		15px 0 0 0;
	border: 		1px solid #ccc ;
	border-radius: 	1vw;	
}

legend {
	padding: 0.2em 0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	width: auto;
}

fieldset {
	display: inline;
	border: 1px solid grey;
	border-radius: 7px;
	padding: 5px;
}

fieldset>div.form-group:last-child {
	margin-bottom: 0;
}

/* Overwriting bootstrap styling */
.form-control {
	width: auto;
}

code {
	display: block;
	white-space: pre-wrap
}

i.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

i.red {
  color:red
}

span.location {
	background-color: #eee;
}


i.fa {
	/* margin-left: 0.5em; */
	margin-left: 0;
}

/* Error style for ckEditor. Copied from bootstrap.css for consistency */
.has-error .cke_1.cke_chrome {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .cke_1.cke_chrome:focus {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}


input[type="radio"], input[type="checkbox"] {
	margin: 0; /* otherwise bootstrap 4px makes them not aligned */
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

li > a.lang > img {
	height: 2em;
}

li > a.lang {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Otherwise daterangepicker will not fit in its own DIVs*/
.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: auto; /* 20px */
    text-align: center;
    white-space: nowrap;
}


/* JQuery Validator styles */
span.error {
	margin-left: 	0px;
	height:			17px;
}

span.strike {
	text-decoration: line-through;
}

/* Add asterisk for required labels */
.form-group.required > label:after {
	color: #d00;
	content: "*";
	position: absolute;
	margin-left: 2px;
}


@media (min-width: 992px) and (orientation:landscape) {
	div.fileInput {
		width:	30em;
	}

	div#supplierAttributes {
		width: 50%;
	}
}

@media (min-width: 992px) and (orientation:portrait) {
	div.fileInput {
		width:	80%;
	}
}

span.buttonText {
	padding-left: 0.2em;
}


input.phone-prefix {
	width: 3.5rem;
}

input, select {
	max-width: 100%;
}

/* Styling for online form respondents page*/
#moderationSummaryDiv .moderationSummary label {
	display: none;
}

#moderationSummaryDiv .col-md-10 {
	padding-top: 5px;
	padding-left: 0;
}

/* Evaluation Criteria styling */

#onlineFormEditNavigation {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1055px) {
	#onlineFormEditNavigation {
		flex-direction: column;
	}
	#onlineFormEditNavigation div{
		padding-bottom: 5px;
	}
}

#criteriaTemplateListBody td:last-child {
	min-width: 45px;
	width: 1%;
	text-align: center;
	white-space:nowrap;
}

a.criteriaIcon {
	cursor: pointer;
}

@media (max-width: 640px){
	#criteriaTemplateListBody td:last-child {
		width: 100%;
		text-align: left;
	}
}

#criteriaTemplateListBody .rowWhite, #criteriaTemplateListBody .rowWhite td,
#membershipListBody .rowWhite, #membershipListBody .rowWhite td {
	background: white;
}

#criteriaTemplateListBody .rowGrey, #criteriaTemplateListBody .rowGrey td,
#membershipListBody .rowGrey, #membershipListBody .rowGrey td {
	background: #f3f3f3;
}

/* for image alignment with text in parallel DIVs*/
img.logo {
	max-height: 100px;
	max-width: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* Spring MVC global errors on top of the form */
form > div.error {
	background-color:	#FFBABA;
	border-radius:		15px;
	border:				1px dotted red;
	color:				#D8000C;
	font-size: 			125%;
	padding: 			20px;
	margin: 			10px
}

/* To show errors to the right of the field */
div.form-inline div.error {
	display: inline-table;
}

label.error, label.has-error {
	height:			12pt;
	margin-left:	0px;
	padding:		1px 5px 0px 5px;
	font-size:		small;
	color:			red !important;
	display:		inline;
}

p.hr {
	border-bottom: 1px solid gray
}

.container-fluid>.navbar-header {
	margin-right: 0px;
	margin-left: 0px;
}

form>table>tbody>tr>td {
	padding: 5px;
}

td.label, label {
	text-align: right;
	color: #767676;
	font-size: 12pt;
	padding: 5px;
	vertical-align: top;
	display: block;
}


/* error messages for fields*/
.container {
	margin-left: auto;
	margin-right: auto;
}

.error {
	color: #a94442;
}

div.error, span.error, .error td, .error th {
	font-size: 12pt;
	margin-left: 10px;
	padding: 0.5rem;
}

label {
	font-weight: normal;
}

form {
	margin-bottom: 1vh
}

h1 a, h1 A:link, h1 A:active, h1 a:hover {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 25px;
}

.latestNews {
	padding-left: 4vh;
}

p.h2 a {
	color: #990000;
}

h3 {
	font-size: 20px;
	padding: 1vh 0.5vw;
	margin-bottom: 1vh;
}

/*
div#content > div, div.paging {
	padding: 1vh 2vw;	
}
*/

/*Tender Details page*/

section .sectionTitle .popover,
section .sectionNumber .popover {
	color:black;
}


#opportunityContacts .contact {
	margin-top: 5px;
	margin-bottom: 5px;
}

#opportunityContacts .contact ul,
#opportunityContacts .otherContact ul {
	padding:0;
}

#opportunityContacts .contact li,
#opportunityContacts .otherContact li {
	list-style: none;
	padding: 2px;
}

#tenderSpecs .well {
	padding-bottom:0;
}

#tenderSpecs .well a {
	margin-bottom: 6px;
}

#tenderSpecs ul > li .specName {
	font-weight: bold;
 /* 	padding-left: 3em; */
}

#opportunityDisplayWrapper #specsList > li.specDoc,
#tenderSpecs ul > li.specDoc {
	list-style: none;
	display: list-item;
}


#opportunityDisplayWrapper #specsList > li.specDoc:before,
#tenderSpecs ul > li.specDoc:before,
#listDocRecipients:before {
	content: "\f0da"; /* Font Awesome Unicode */
	font-family: 'Font Awesome 6 Pro';
	display: inline-block;
	width: 1em; /* same as padding-left set on li */
}

#opportunityDisplayWrapper #specsList li.specDoc,
#tenderSpecs li.specDoc {
	margin-bottom: 10px;
}

#opportunityDisplayWrapper #specsList,
#tenderSpecs #specsList {
	padding: 0;
}

#specsList .specDoc li {
	padding: 2px;
}

#listDocRecipients {
	font-weight: bold;
	margin-bottom: 10px;
	display:block;
}

#listSpecDocRecipients hr {
    border-top: 1px solid grey;
}

#tenderEvaluationCriteria .well {
	cursor: pointer;
}

#tenderClosingTime, #electronicResponseLink {
	font-weight:bold;
	font-size: 1.3em;
}

#tenderClosingTime {
	color:#990000;
}

#opportunityGeneralDetails {
	margin-bottom: 10px;
}

.weight-bold {
	font-weight: bold;
}

.bg-transparent {
	background: transparent;
}

.address {
	margin-top: 5px;
	margin-bottom: 5px;
}

.main_content {
    padding-bottom: 160px;
}

#footer {
	bottom: 0px;
	position: absolute;
	text-align: center;
	border-top: 1px solid #ddd;
	font-size: 13px;
	color: #808285;
	overflow: hidden;
	height: 120px;
}

#footer a {
	color: #808285;
	text-decoration: none;
}

#footer a:hover {
	color: #262262;
}

#footer {
	width: 100%;
}

#footer .footer-l {
	margin: 0 0 10px;
}

#footer .footer-l nav ul {
	margin: 0;
}

#footer .footer-l nav ul li {
	display: inline-block;
	margin: 0 10px;
}

#footer .footer-l nav ul li ul {
	display: none;
}

#footer .footer-r {
	margin-bottom: 10px;
}

#footer .footer-r .copyright {
	font-size: 11px;
}

#footer .footer-r .copyright span {
	padding: 0 10px;
}

@media ( min-width : 1023px) {
	#footer {
		padding: 12px 4% 0;
		height: 85px;
	}
	#footer .footer-l {
		float: left;
		clear: none;
		text-align: inherit;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	#footer .footer-l::after {
		content: '';
		display: table;
		clear: both;
	}
	#footer .footer-l:nth-child(n) {
		margin-right: 5%;
		float: left;
		clear: none;
	}
	#footer .footer-l:nth-child(2n) {
		margin-right: 0%;
		float: right;
	}
	#footer .footer-l:nth-child(2n + 1) {
		clear: both;
	}
	#footer .footer-l nav ul::after {
		content: '';
		display: table;
		clear: both;
	}
	#footer .footer-l nav ul li {
		margin: 0 20px 0 0;
		float: left;
	}
	#footer .footer-r {
		float: left;
		clear: none;
		text-align: inherit;
		margin-left: 0%;
		margin-right: 5%;
		text-align: right;
	}
	#footer .footer-r::after {
		content: '';
		display: table;
		clear: both;
	}
	#footer .footer-r:nth-child(n) {
		margin-right: 5%;
		float: left;
		clear: none;
	}
	#footer .footer-r:nth-child(2n) {
		margin-right: 0%;
		float: right;
	}
	#footer .footer-r:nth-child(2n + 1) {
		clear: both;
	}
	#footer .footer-r .copyright {
		font-size: 13px;
	}	
}

.contract-description p {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.attachment-description {
	white-space: pre-line;
}

.respondentListRow td {
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 0.9em
}

/* Forum Post related */
.post {
	padding: 				1vh 1vw;
	background-color: 		#f9f9f9;
	border:					1px solid #b0b0b0;
	font-family: 'Lato', sans-serif, Helvetica,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.postdetails {
	color:					#808080;
	font-size:				90%;
}

.round {
	-webkit-border-radius: 	10px;
	-moz-border-radius: 	10px;
	-ms-border-radius: 		10px;
	-o-border-radius: 		10px;
	border-radius: 			10px;	
}

.center-align {
	text-align: center;
}

.handle {
	cursor: -webkit-grab;
	cursor: grab;
}

.handle:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.handle.down i:hover {
	color:blue;
}
.handle.up i:hover {
	color:green;
}

#rss-container {
	float: right;
}

.btn-orange {
	color: white;
	background-color: #ff9600;
}


#subscriptionResult {
	text-align: center;
}

.forum-button {
	font-size:13px;
	padding: 4px 4px 2px 4px;
}

.forum-h3 {
	display:inline-block;
	width:100%;
}

.advertiserGroup {
	margin-left: 40px;
}

.advertiserGroup li {
	list-style: none;
}

#advertisementTab[hidden], #advertisementPreviewTab[hidden], #submissionsTab[hidden] {
	display: none !important;
}

.radio-group label:not(.text-right) {
	text-align: left;
	display:inline;
}

#submissions .radio-select label {
	min-width: 170px;
}

#etbId, #ptbId {
	min-width: 340px;
}

#manageOnlineFormMessage {
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 5px;
	max-width: 340px;
}

.accepted {
	color: green;
}

.declined {
	color: red;
}

.label-inline {
	display: inline;
	text-align: left;
}

.dropdown .action-menu-container {
	padding: 10px;
}

.tender-table table .action-column, .fpp-table table .action-column,
.rateCard-table table .action-column, .profile-table table .action-column {
	width: 40px;
}

div.supplierProfileModal table.ctStyledTable th {
	border-spacing: 1em 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #19ACEE;
	color: white;
	padding: 5px 5px;
}

div.supplierProfileModal table.ctStyledTable i {
	color: #19ACEE;
}

div.supplierProfileModal a.costPopover {
	color: #19ACEE;
}

div.supplierProfileModal table.list tr:nth-child(odd) td {
	background: #F0F0F0;
}

div.supplierProfileModal table.list tr:hover td {
	background: #D0EEFC;
}

.buyerLogo {
	max-width: min(100px, 80%);
	max-height: 100px;
	display: inline-block;
}

#opportunityHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tender-table .buyer-column {
	text-align: center;
	width: 150px;
	min-width: 100px;
	vertical-align: middle;
}

.buyerLogo.contractLogo {
	position: absolute;
	right: 50px;
}

@media (max-width: 480px) {
	.buyerLogo {
		display: none;
	}
}

table .icon-column {
	width: 32px;
}

.shrink ul {
	padding: 0;
}

table td.shrink2, th.shrink2 {
	width: 40px;
}

.w-15 {
	width: 15%;
}

h5.modal-title {
	font-size: 14px;
}

/*FAQ Styles*/

.faq-container .accordion h2, #fppChangeHistory .accordion .accordion-header {
	display: flex;
	flex-direction: row;
}

.faq-container .action-delete {
	margin-left: 5px;
}

.faq-container .action-container {
	display: flex;
	flex-direction: row;
	margin-left: 10px;
}

.faq-container .action-create {
	margin-bottom: 5px;
	margin-top: 5px;
}

.profilePreview{
	visibility: hidden;
    width: auto;
    border: solid 1px #19acee;
    background-color: white;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 120px;
}

.ellipsisedAnchorTag {
	display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

#collapseIcon {
	float: right;
}

#criteriaList table {
	margin-bottom: 0px;
	table-layout: fixed;
}

#leftCriteriaPanel {
	background-color: #dcdcdc;
	max-width: 100%;
	display: table;
	transition: width 0.5s;
}

#rightPanel {
	transition: width 0.5s;
}

@media (min-width: 768px) {
	.panelExpanded #collapseIcon:after {
		content: "\f137";
	}
	
	.panelCollapsed #collapseIcon:after {
		content: "\f138"
	}
}

@media (max-width: 767px) {
	.panelExpanded #collapseIcon:after {
		content: "\f139";
	}
	
	.panelCollapsed #collapseIcon:after {
		content: "\f13a";
	}
	
	#rightPanel, .panelCollapsed {
		width: 100% ! important;
	}
	
	.panelCollapsed #LCP_Left_Column {
		height: 40px;
	}
	
	.faq-container .panel-heading button {		
		max-width: 350px;		
	}
}

.deactivate-cancel {
	float: right;
	margin-left: 5px;
}

#dashboardTimer {
	position: absolute;
	right: 0;
	margin-right: 10px;
	margin-top: 15px;
}

#autoRefreshTimer {
	position: absolute;
	top: 20px;
	right: 15px;
	display: inline-block;
	line-height: 40px;
}

#autoRefreshClock {
	height: 80px;
	width: 80px;
	transform: rotateY(-180deg) rotateZ(-90deg);
}

#autoRefreshClock circle {
  stroke-dasharray: 226px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 4px;
  stroke: #381f6a;
  fill: none;
}

#refreshNotification {
	position: sticky;
	z-index: 101;
	top: 0;
	background: #ecece9;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

.deactivate-cancel {
	float: right;
	margin-left: 5px;
}

.no-left-padding {
	padding-left: 0px;
}

html, body {
    min-height: 100vh;
}

body {
    position: relative;
}

.white-text {
	color: white;
}

i.fa-green {
	color: 				#7ec07c;
	ttext-shadow: 		1px 1px 1px gray;
}

i.fa-red {
	color: 				#D62D27;
	ttext-shadow: 		1px 1px 1px gray;
}

i.fa-orange {
	color: 				#d88141;
	ttext-shadow: 		1px 1px 1px gray;
}

i.fa-gray {
	color: 				#5e5b5b;
	ttext-shadow: 		1px 1px 1px gray;
}

i[data-haserrors='true'] {
	color: red;
}
 
#loginPanel .nav-item>a:not(.active) {
	background: #efe7e7;
    color: #656565;
}

.nav-tabs > li > a {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active, .nav-tabs > li.active > a {
    background-color: #E8F2F4;
    font-weight: bold;
}

/* for warning dropdown on tender Edit page */
#warningModal .modal-body .alert div {
	display: inline-block;
}

#warningModal .alert button{
	margin-top: -2px;	
}

#warningModal .fa-eye {
	margin-right: 5px;
}

#warningModal .fa-exclamation-triangle {
	color: #8a6d3b;
}

 .disabledButton {
 	background: #9e9e9e;
    color: black;
 }
 
.forum-h3 .fa {
	margin-right: 5px;
}

.postSequnceHeading {
	display: inline-block;
    margin-top: 9px;
}

.maliciousInput::after {
	content: 'Submission disabled - description contains invalid HTML.'!important;
	color: red;
}

.rightBootboxButton {
	float: right;
	margin-left: 5px;
}

.leftBootboxButton {
	float: left;
}

#warningModal h3 {
	display: inline;
}

#warningModal span {
	font-size: 14px;
	font-weight: bold;
}

#warningModal table {
	width: 100%;
}

#warningModal h3 {
	background-color: transparent;
}

#warningModal tbody tr td:first-child {
	width: 80%;
	padding-right: 5px;
}

.profilePreviewText {
	font-size: 12pt;
}

.premiumIcon {
	font-size: 22px;
	color: #d62d27;
}

div.supplierPreviewModal p {
	margin: 0px;
	color: #333333;
}

div.supplierPreviewModal .horizontalDivider {
	width: 100%; 
	height: 14px; 
	border-bottom: 1px solid #e0e0e0; 
	text-align: left;
	margin-top: 25px;
}

div.supplierPreviewModal .horizontalDivider span {
	font-size: 18px;
    background-color: #ffffff;
    padding: 0px 5px;
    font-weight: bold;
    margin-left: 10px;
}

div.supplierPreviewModal div.modal-body i.fa-phone-square {
	color: green;
}

div.profilePreviewFooter {
	border-radius: 0px 0px 5px 5px;
	background: none;
	border-top: 1px solid #e5e5e5;
	justify-content: space-evenly;
}

div.profilePreviewFooter a {
	text-decoration: none;
}

div.profilePreviewFooter i {
	padding: 0 5px;
}


/** Prevent duplicate scroll bar from appearing with using modal-dialog-centered class */
div.supplierPreviewModal {
	overflow: unset!important;
}

/** Vertically centers the preview popup modal */
div.supplierPreviewModal div.modal-dialog-centered {
	min-height: calc(100% - 3.5rem);
	display: flex;
	align-items: center;
}

/** Ensure modal-content width is not affected by flex container */
div.supplierPreviewModal div.modal-dialog-centered div.modal-content {
	width: 100%;
}

div.profilePreviewFooter a:hover {
	text-decoration: underline;
}
span.premiumPreviewTrigger span {
	text-decoration: underline;
}
span.premiumPreviewTrigger span:hover {
	text-decoration: none;
}

span.premiumPreviewTrigger:hover {
	cursor: pointer;
}

a.faebookIcon {
	color: #003366!important;
}

a.redditIcon, a.youtubeIcon, a.pinterestIcon {
	color: red!important;
}

a.flickrIcon {
	color: #0063DB!important;
}

a.linkedinIcon {
	color: #0e76a8!important;
}

a.twitterIcon {
	color: #00acee!important;
}

a.vimeoIcon {
	color: #1AB7EA!important;
}

i.socialMediaIcon {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 25px;
}

i.socialMediaIcon:not(.instagramIcon, .websiteIcon) {
	background: linear-gradient(transparent 12%, white 12%, white 94%, transparent 94%);
}

i.instagramIcon {
	color: transparent;
	background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #19acee;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.no-underline, .no-underline:hover, .bfh-countries a {
    text-decoration: none  !important;
}


div.bfh-countries {
    display: inline-flex;
    vertical-align: bottom;
}

.full-width-table {
	width: 100%;
}

span.ui-selectmenu-button {
    margin-bottom: 4px;
    background: white;
    transition: border-color ease-in-out .15s;
}

.phoneInputRow span.ui-selectmenu-button {
	width: 8em;
	margin-bottom: 0;
}

span.ui-selectmenu-button div {
	margin-top: 0.1rem;
	font-weight: 300;
	font-size: 0.9rem;
}

.ui-selectmenu-icon.ui-icon {
	margin-top: 0.2rem
}

div.loadingSpinner {
    display: inline-block;
    border: 6px solid #c5c5c5;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.confirmationTick {
	color: #6da72c;
	animation: fadingIn 1s linear;
}

#confirmNoPbnButton {
	height: 20px;
	padding: 0px 15px 20px 15px;
}

#hasPBNContainer div.error {
	display: none !important;
}
.validAbn {
    border: 2px solid #6da72c;
}

i.accountWarningIcon { cursor: pointer; }

#noMatch a span .abnPopover {
	color: #f5bd17;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadingIn {
    0% {opacity: 0;}
    100%{opacity: 1;}
}

#supportResponseTable td{
    word-wrap: break-word;
    word-break: break-all;
}

.faq-container .panel-heading .accordion:after {
	font-family: 'Font Awesome 6 Pro';
	content: '\f0d8';
	float: right;
}

.faq-container .panel-heading .accordion.collapsed:after {
	content: '\f0d7';
}

.hideChevron .panel-heading .accordion:after,
.hideChevron .panel-heading .accordion.collapsed:after{
	content: '';
}

.panel-heading > button.accordion {
	text-align: left;
	width: 100%;
	height: 30px;
	border: none;
	background-color: rgb(245, 245, 245);
	padding: 0;
	margin: 0;
}

.panel-heading .accordion > h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.panel-heading .accordion .expand_caret {
	float: right;
	margin-top: 7px;
	transform: scale(1.6) rotate(-180deg);
}

.panel-heading > button[aria-expanded='false'] .expand_caret {
	transform: scale(1.6);
}

.panel-heading #tenders .panel-heading,
.panel-heading #contracts .panel-heading,
.panel-heading #fpps .panel-heading {
	padding-left: 0;
	padding-right: 0;
}

.faq-container .panel-group .panel-body , #fppChangeHistory .panel-group .panel-body{
    padding-left: 2vw;
    padding-right: 2vw;
}

.faq-container .panel-heading button {
	border: none !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #333 !important;	
	text-align: left;
}

.faq-container h2.accordion {
    font-style: normal;
    float:right;
    border-left: 14px solid transparent;
}

#fppChangeHistory .expand_caret {
	margin-left: 8px;
	margin-top: 10px;
}

.n-title h2 {
	font-size: 20px;
	background-color: #f5f5f5;
	padding: 1vh 0.5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#phoneContainer i.fa-trash {
    vertical-align: middle;
}

#tenderEditForm #agencyDisplayName {
    color: grey;
    margin-left: 5px;
}

.contract-table .contract-table-suppliers > ul {
    margin-bottom: 0px;
    padding-inline-start: 15px;
}

a.skip-to-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip-to-main:focus, a.skip-to-main:active {
    color: #000;
    background-color:#E7EBF0;
    left: 10px;
    top: auto;
    width: 140px;
    height: auto;
    overflow:auto;    
    padding:2px;
    border:1px solid #a5a5a5;
    text-align:center;
    font-size:1em;
    z-index:999;
}

/*Feature styles*/

.feature .updated {
    color:green;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
span.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

span.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked ~ .slider {
  background-color: #2196F3;
}

input:focus ~ .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked ~ .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

img.logoPreview {
    border-radius: 25px;
    border: 2px solid #19ACEE;
    padding: 20px;
	min-width: 160px;
	height: auto;
    max-width: 30%;
}

img.logoPreview.logoPreviewSm {
	min-width: unset;
	max-width: 160px;
	max-height: 160px;
}

#logoSelectStatus {
	max-width: 80%;
	display: inline-block;
}

#clearLogoBtn {
	display: inline-block;
	margin-left: 10px;
}

.logoPreview {
	display: block;
}

.environment{
   position:absolute;
   top:0;
   right:0;
   margin-right: 5px
}

.applicationVersion{
    position: fixed;
    bottom: 0;
    right: 0;
}

i.primaryContactToggler {
	font-size: 16px;
	vertical-align: top;
}
/* Redirect supplier profile button for consolidated */
img.consolidated-tenders-logo-button {
	height: 20px;
}

.addNew {
	margin-bottom: 15px;
	float: right;
}
#tabHeading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#tabHeading:not(.panelProfileHeading) h2 {
	width: 100%;
}

a.redirectCommon{
	border-color: #19acee;
	background-color: #19acee;
	float: right;
	text-decoration: none;
}

textarea#description {
	width: inherit;
}
textarea#message {
	width: inherit;
}

div.primaryServices {
	margin:4px 4px;
	padding:4px;
	width: auto;
	height: 110px;
	overflow-x: hidden;
	overflow-y: auto;

}
#profilePreviewName {
	font-size: 20px;
}

.previewWebsite {
	word-break: break-all;
}


.tabEditRedirectModal {
	text-align: center;
	padding: 0!important;
}

.tabEditRedirectModal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.tabEditRedirectModal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

button.signUp {
	display: flex;
	align-items: center;
}

#directoryContentDiv {
	width: 80%;
}

div.supplierPreviewModal #profileLogo {
	background: #fff;
	height: 128px;
	width: 128px;
	border-width: 1px;
	border-radius: 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

div.supplierPreviewModal #profileLogo img {
	max-width: 100%;
	max-height: 100%;
}

a.socialMediaLink {
	text-decoration: none!important;
}

#mailViewForm img#logo {
	height: 49px;
	width: 238px;
}

#mailViewForm div.pre-scrollable table table tr td {
	padding: 15px 15px 0px 15px;
}

#mailViewForm div.pre-scrollable table table img {
	height: 50px;
}

#eventSearchForm #autocompleteSearch {
	margin-bottom: 10px;
	width: 100%;
}

#eventSearchForm #hierarchy {
	border: 1px solid rgb(206, 212, 218);
	border-radius: 5px;
	overflow-y: scroll;
	height: 250px;
	width: 100%;
}

#eventSearchForm #hierarchy .selected > .node {
	background-color: #6698FF;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition: background-color 2s;
}

button#validateAbnButton {
	margin-bottom: 4px;
	margin-left: 5px;
}

.identifierBusinessNameModalTable .identifierBusinessNameModalCancel {
	padding: 6px 10px;
}

#confirmNoPbnButton {
	height: 20px;
	padding: 0px 15px 20px 11px;
}

#hasPBNContainer div.error {
	display: none !important;
}

div.abnRadioBtnGroup span, div.abnRadioBtnGroup input {
	vertical-align: middle;
}

#agreementTableContainer a {
	text-decoration: none;
}

.highlight {
	background-color: #f5f512 !important;
}

#loginPanel img.oauthProviderLogo {
	width: 21px;
	vertical-align: middle;
	margin-right: 5px;
}

#loginPanel div.oauthProvider:not(:last-child) {
	margin-bottom: 5px;
}

i.fa-google {
	color: red;
}

#essentialEightHeader button {
	float: right;
	margin-top: -17px;
}

label.required::after {
	content: "*";
	color: #d00;
	position: absolute;
	margin-left: 2px;
}

#fppTable th.shrink {
	width: 40px;
	white-space:nowrap;
}

#tenderEditForm #otherContacts button,
#contactsStep #otherContacts button {
	border: unset;
	padding: unset;
	background: unset;
	margin-right: 5px;
}

#tenderEditForm #otherContacts button i,
#contactsStep #otherContacts button i {
	color: #003366;
}

#tenderEditForm #otherContacts button:focus,
#contactsStep #otherContacts button:focus {
	outline: unset;
}

#subscribeBtn, #unsubscribeBtn {
	margin-top: 5px;
}

#specsList li, #addendaList li {
	margin-top: 5px;
	margin-left: 7px;
}

.menuAction {
	padding: 5px;
}

@media (max-width: 992px) {
	.profile-section .profile-item-tile label {
		text-align: left;
	}
}

#cybersecurityRequired {
	padding: 15px;
	margin: auto;
	width: fit-content;
	text-align: center;
	height: 235px;
}

.accountWarningIcon span.badge {
	color: white;
	background: red;
	position: relative;
	left: -15px;
	top: -10px;
}

@media (min-width: 768px) {
	#importRespondentModal div.modal-dialog, #importTenderRespondentModal div.modal-dialog {
		width:90%;
	}

	#respondentsTenderTable tbody tr td:nth-child(odd) {
		text-align: center;
	}
}

@media (min-width: 960px) {
	#importRespondentModal div.modal-dialog, #importTenderRespondentModal div.modal-dialog {
		width:70%;
	}
}

/* Firefox */
input.noStepSpinner {
	-moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input.noStepSpinner::-webkit-outer-spin-button,
input.noStepSpinner::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

div.collapsableContainer .card-collapse {
	border: solid #ccc;
	border-width: 0px 0px 1px 0px;
}

div.collapsableContainer  p[aria-expanded='true'] .fa-angle-down {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-o-transform: rotate(180deg); /* Opera */
	-moz-transform: rotate(180deg); /* Firefox */
}

div.collapsableContainer .actionText:after {
	content: 'Show';
}

div.collapsableContainer  p[aria-expanded='true'] .actionText:after {
	content: 'Hide';
}

div.collapsableContainer .inputContainer {
	margin-left: 25px;
	padding-top:10px;
}

.advancedSearchOptions {
	border-width: 1px;
	padding-bottom: 10px;
	color: #767676;
	font-size: 16px;
}

.collapseHeading {
	cursor: pointer;
}

#importGroupRespondentModal #groupCategories li {
	margin-top: 10px;
}

#contractForm .delManagingBuyer span i {
	margin-left: 5px;
	vertical-align: bottom;
}

#contractForm .buyerRow {
	display: flex;
	margin: 5px 0;
}

.accessDetails {
	width: 50%;
	display: inline-block;
}

.accessDetails td label {
	display: none;
}

.accessDetails tr th:first-child {
	width: 50%;
}

.accessDetails tr th:first-child,
.accessDetails tr td:first-child {
	text-align: right;
}

.accessDetails .accessExpander {
	text-decoration: none;
}

#dropzoneUpload {
	margin: 10px;
}

#dashboard .dashboardFilter {
	display: inline;
}

#dashboardTables .accordion,
#dashboardTables h3:not(.popover-title){
	display: none;
}

#dashboardTables #tasksAndAlertsDisplay .panel-heading,
#dashboardTables #tasksAndAlertsDisplay  h3:not(.popover-title){
	display: unset;
}

#dashboardTables #tasksAndAlertsDisplay table {
	width: 100%;
}

#dashboardTables {
	padding-left: 0;
}

#dashboardTables {
	margin-top: 5px;
}

#dashboardTables table {
	margin-top: 0;
}

#dashboard #dashboardContent {
	margin-top: 5px;
}

#dashboard.monochrome div.dashboardFilter > a {
	background-color: #505050;
}

#navActions {
	width: fit-content;
}

#dashboardContent .nav-tabs {
	border-bottom: none;
}

#dashboard .fa-exclamation-triangle {
	color: unset;
}

#dashboard .dashboardAction {
	float: left;
}

#dashboard .dashboardFilter a,
#dashboard .dashboardAction a {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
}

#dashboard #sideFilters {
	max-width: 250px;
}

#dashboard #sideFilters .dashboardFilter.dashboardHome a{
	width: 94%;
}


#dashboard .dashboardAction .fa-caret-up {
	rotate: 45deg;
	position: absolute;
	top: -2px;
	right: 0;
}

#dashboard .dashboardFilter a {
	margin-right: 5px;
	margin-top: 5px;
	color: whitesmoke;
	background-color: #0C62D7;
}

#dashboard .dashboardAction a{
	border-radius: 4px;
	transition: background-color 0.2s;
}

#dashboard .dashboardFilter a span,
#dashboard .dashboardAction a span {
	display: block;
	position: absolute;
	bottom: 10%;
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	line-height: 1em;
}

#dashboard .dashboardFilter a span {
	font-size: 1em;
}

#dashboard .dashboardFilter a i,
#dashboard .dashboardAction a i {
	width: 100%;
	margin-top: 10%;
}

#dashboard .dashboardFilter a i,
#dashboard .dashboardAction a i {
	font-size: 3em;
}

#dashboard .dashboardFilter.filterLarge a i {
	font-size: 6em;
}

#dashboard .dashboardFilter.filterLarge a span {
	font-size: 2em;
}

#dashboard .dashboardFilter.filterLarge a {
	width: 200px;
	height: 200px;
}

#dashboard h1#dashboardHeader {
	background: unset;
	color: unset;
	padding-top: unset;
}

#dashboard .dashboardFilter[data-filter='home'] a {
	background-color: #19ACEEFF;
}

#dashboard .dashboardFilter[data-filter='create'] a {
	background-color: #87b1ff;
}
#dashboard .dashboardFilter[data-filter='fpp'] a {
	background-color: #ff4a4a;
}
#dashboard .dashboardFilter[data-filter='tender'] a {
	background-color: #76dc7c;
}
#dashboard .dashboardFilter[data-filter='contract'] a {
	background-color: #d078fc;
}
#dashboard .dashboardFilter[data-filter='search'] a {
	background-color: #8fc568;
}
#dashboard .dashboardFilter[data-filter='report'] a {
	background-color: #a09fe1;
}
#dashboard .dashboardFilter[data-filter='panel'] a {
	background-color: #87bbbe;
}
#dashboard .dashboardFilter[data-filter='log'] a {
	background-color: #faa251;
}
#dashboard .dashboardFilter[data-filter='task'] a {
	background-color: #bdc563;
}
#dashboard .dashboardFilter[data-filter='configuration'] a {
	background-color: #ef7d50;
}

#dashboard #dashboardTables i.task-alert {
	color: red;
}
#dashboard #dashboardTables i.task-escalated {
	color: orange;
}

@media (max-width: 2855px) {
	#dashboard #dashboardFilters {
		max-width: 1200px;
	}
}

@media (max-width: 2000px) {
	#dashboard #dashboardFilters {
		max-width: 970px;
	}

	#dashboard .dashboardFilter.filterLarge a i {
		font-size: 4em;
	}

	#dashboard .dashboardFilter.filterLarge a span {
		font-size: 1.5em;
	}

	#dashboard .dashboardFilter.filterLarge a {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 990px) {
	#autoRefreshTimer,
	#autoRefreshClock{
		display: none;
	}
}

@media (max-width: 1310px) {
	#dashboard .dashboardFilter.filterLarge a i {
		font-size: 3em;
	}

	#dashboard .dashboardFilter.filterLarge a span {
		font-size: 1em;
	}

	#dashboard .dashboardFilter.filterLarge a {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 768px) {
	#autoRefreshTimer,
	#autoRefreshClock{
		display: none;
	}

	#dashboard #sideFilters {
		max-width: unset;
		width: 100%;
	}

	#dashboard #sideFilters .dashboardFilter:not([data-filter='home']) {
		display: none;
	}
	#dashboard #sideFilters .dashboardFilter[data-filter='home'] {
		display: flex;
		width: 100%;
	}
	#dashboard #sideFilters .dashboardFilter[data-filter='home'] a span {
		font-size: 1.5em;
		display: unset;
		width: unset;
		position: unset;
		margin-top: 15px;
	}
	#dashboard #sideFilters .dashboardFilter[data-filter='home'] a i {
		font-size: 1.5em;
		width: unset;
		margin-top: 15px;
	}
	#dashboard #sideFilters .dashboardFilter[data-filter='home'] a {
		text-decoration: none;
		display: inline;
		width: 100%;
		height: 50px;
	}
}

div.radio-select .disabled {
	pointer-events: none;
}

.supplierProfileModal div.form-inline,
#tabContainer div.form-inline {
	display: flex;
}

.supplierProfileModal .modal-footer {
	display: block;
}

.supplierProfileModal .modal-footer #deleteButton {
	float: left;
}

.supplierProfileModal .modal-footer #submitButton {
	margin-left: 5px;
}

.supplierProfileModal .input-group-text,
#tabContainer .input-group-text {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	font-weight: 400;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.supplierProfileModal .input-group.date,
#tabContainer .input-group.date {
	display: flex;
}

.supplierProfileModal .input-group.date .input-group-text,
#tabContainer .input-group.date .input-group-text {
	padding: 9px 12px;
}

#tabContainer #hierarchy {
	border: 1px solid rgb(206, 212, 218);
	border-radius: 5px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#costDetailsTable input.form-control {
	width: 100%;
}

#costDetailsTable tbody tr td.iconContainer {
	padding-top: 15px;
	text-align: center;
}

#costDetailsTable .fakeInput {
	border: none;
	background-color: inherit;
	box-shadow: none;
}

#insightForm #errorMsg {
	display: none;
	margin-top: 15px;
}

#insightForm #errorMsg .error {
	color: inherit;
}

div[id^='soDetailsModal'] {
	text-wrap: initial;
}

/*Used for drag and drop*/
.ui-state-highlight {
	background-color: #d0eefc;
	border-color: #d0eefc;
}

table.list, .k-grid {
	padding: 			0px;
	border-spacing:		0px;
	margin:				10px 0px;
	border-collapse:	collapse; /* to overwrite bootstrap junk */
}
table.list th {
	background-color:	var(--theme-secondary);
	color: 				#FFFFFF;
	font-weight: 		400;
	font-size: 			1em;
	padding: 			5px 15px 5px 15px;
}
table.list td {
	padding: 			5px 15px 5px 15px;
	border:				0 solid #d8d8d8;
}

table.list tr:nth-child(odd) td {
	background-color: 	#f0f0f0;
}

table.list tr:nth-child(even) td {
	background-color: 	white;
}

tr.zebra-odd-row, tr.zebra-odd-row td {
	background: #f0f0f0!important;
}

tr.zebra-even-row, tr.zebra-even-row td {
	background: white!important;
}

table.list tr:hover td {
	background-color:	var(--theme-highlight-light);
}

table.list tr.receipt-row td {
	background-color: 	#FAFAFA;
	font-size: 			80%;
}

table.list tr.receipt-blank td {
	background-color: 	rgba(255,255,255,0.5);
}

table.list tr.receipt-blank:hover td {
	background-color: 	rgba(255,255,255,0.5);
}

table.list tr.highlight td {
	background-color: rgb(196, 255, 160)
}

.headerRow th.noSortAction {
	cursor: default;
}

.tempus-dominus-widget .toolbar i {
	color: #0e76a8;
}

h2.sectionHeading {
	padding: 10px 6px;
}

.miniInfoPanel {
	font-size: 14px;
	margin-bottom: 15px;
}

.date_label_list {
	font-size: 0.85em;
	color: #5F5F5F;
}

.dt-search label {
	display: inline-block;
}

table.dataTable tr td.dt-type-numeric,
table.dataTable thead th.dt-type-numeric {
	text-align: left;
}

.nav-tabs .nav-item.dropdown {
	margin-top: auto;
	margin-bottom: auto;
}

.ct-blue img.blue {
	display: none;
}