/*This file contains styles that will be shared across all tenants*/


/* Style for paging */
.paging {
	background-color: 	#e1e1e1;
	color: 				#646464;
	font-size:			12pt;
}

.paging span {
	margin-right: 1%;
}

.right {
	float: right;
}

.paging span.page, p.paging span.current {
	bbackground-color: grey;
	padding: 0.5% 1%;
	border-radius: 20px;
	border: 1px solid #a0a0a0;
	display: inline-block; /* Otherwise may extend outside of parent page*/
}

.paging span.page:hover, p.paging span.current {
	background-color: #d0d0d0;
}

@media (max-width: 640px){
	.tender-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;
}

.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*/

.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 gray;
	border-radius: 7px;
	margin: 1vh 2vw;
	padding: 0;
}

.response-countdown p {
	text-align: right;
}

.response-countdown span {
	color: red;
	background-color: white;
	font-Size: 16px;
	font-weight: bold;
	border: 2px solid #381f6a;
	padding: 5px
}

.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;
}

/*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 5 Free';
	font-style: normal;
    font-weight: normal;
    color: #003366;
    padding-right: 0.4em;
}


#checkBoxToggle[data-checked="true"] .checkboxIcon:before {
	content: "\f0c8";
}

#checkBoxToggle[data-checked="false"] .checkboxIcon:before {
	content: "\f14a";
}

/*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 .panel {
	max-width: 600px;
    margin: 7vh auto;
	text-align: center;
}

#loginPanel .panel input {
	margin-bottom: 10px;
}

#loginPanel .panel select {
	margin-bottom: 10px;
}

#loginPanel .panel #authInfo {
	line-height: 23px;
	float: left;
	font-size: 1.5em;
}

#loginPanel .panel button[type="submit"] {
	width: 100%;
}

#loginPanel .panel-body {
	margin-left: 4vw;
	margin-right: 4vw;
}

#loginPanel .form-control {
	width: 100%;
}

#loginPanel .panel i {
	line-height: 34px;
}

#loginPanel #or {
	position: absolute;
	background-color: white;
	padding: 0px 5px;
	margin: auto;
	left: 0;
	right: 0;
	width: 28px;
	border: 1px solid #cccccc;
	border-radius: 15px;
	font-size: 11px;
}

#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;
}

#consolidatedModalButtonDiv .consolidated-tenders-logo {
	width: 21px;
	border: 1px solid transparent;
}

#loginPanel .consolidated-tenders-logo {
	width: 21px;
	border: 1px solid transparent;
}

#consolidatedModalButtonDiv button.btn.btn-primary {
	margin-left: 10%;
}

#loginPanel #consolidatedAuthButton {
    width: 100%;
}

#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 5 Free';
    font-style: normal;
    font-weight: normal;
    float:right;
}

#roleForm h3 .collapsed:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    float:right;
}

#advertiserList a:after {
	content: "\f106";
	font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
}

#advertiserList .collapsed:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
}

.respondentListRow .toggle-caret:after {
	content: "\f106";
	font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
}

.respondentListRow button.collapsed:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
    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;
    border-left:1px solid
}
#hierarchy li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
#hierarchy ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
#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 5 Free';
    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;
}

.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;
}

.notification-box {		
	z-index: 999;	
	width: 95%;
	padding: 4px;		
	background-color: #fff;	
	color: red;
	opacity: 100;
	border: 2px solid #ccc;	
	display:inline-block;	
}

.notifcation-content {
  font-size: 18px;	
  text-align: center;
  line-height: 29px;
  color: #002040;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.notifcation-close {  
  text-align: left;
  line-height: 20px;
}

.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[target="_blank"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\00a0\00a0\f35d";
}

div.well {
	padding: 6px;	
}

span.noborder {
	border: 0px solid black;
	box-shadow: none;
}

.small {
	font-size: 80%;
}

fieldset#manualUpload {
	padding: 2em;
}

.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.5em;
	border: 0px solid green;
	font-size: 14pt;
	margin-bottom: 0;
	width: auto;
}

fieldset {
	border: 1px solid gray;
	border-radius: 7px;
	padding: 10px 10 10 10;
}

fieldset>div.form-group:last-child {
	margin-bottom: 0;
}

/* Overwriting stupid bootstrap styling */
.form-control {
	width: auto;
}

code {
	display: block;
	white-space: pre-wrap
}

/* To overwrite strange FA settings */
i.fa-lg {
	vertical-align: 0px;
}

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 stupid 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 .control-label:after {
	color: #d00;
	content: "*";
	position: absolute;
	margin-left: 2px;
	top: 8px;
}


@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: 6rem;
}

input, select {
	max-width: 100%;
}

/* 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: 1rem;
}

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;
}


#tenderContacts .contact {
	margin-top: 5px;
	margin-bottom: 5px;
}

#tenderContacts .contact ul,
#tenderContacts .otherContact ul {
	padding:0;
}

#tenderContacts .contact li,
#tenderContacts .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; */
}

#tenderSpecs ul > li.specDoc {
	list-style: none;
	display: list-item;
}


#tenderSpecs ul > li.specDoc:before,
#listDocRecipients:before {
	content: "\f0da"; /* Font Awesome Unicode */
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	width: 1em; /* same as padding-left set on li */
}

#tenderSpecs li.specDoc {
	margin-bottom: 10px;
}

#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;
}


#tenderClosingTime, #electronicResponseLink {
	font-weight:bold;
	font-size: 1.3em;
}

#tenderClosingTime {
	color:#990000;
}

#tenderDisplayWrapper h3,
#tenderDisplayWrapper h2 {
	padding-left: 15px;
	padding-right: 15px;
}

#tenderGeneralDetails {
	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 .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;
}

.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] {
	display: none !important;
}

.radio-group label:not(.text-right) {
	text-align: left;
	display:inline;
}

.accepted {
	color: green;
}

.declined {
	color: red;
}

.label-inline {
	display: inline;
	text-align: left;
}

.tender-menu-container {
	padding: 10px;
}

.tender-table table {
	table-layout: fixed;
}

.tender-table table .action-column {
	width: 40px;
}

table .icon-column {
	width: 32px;
}

.shrink ul {
	padding: 0;
}

.w-15 {
	width: 15%;
}

h5.modal-title {
	font-size: 14px;
}

/*FAQ Styles*/

.faq-container .panel-group .panel-heading {
	display: flex;
	flex-direction: row;
}

.faq-container .question {
	font-family: Arial, Helvetica, sans-serif,  Verdana, Geneva;
	flex-grow: 1;
	cursor: pointer;
}

.faq-container .action-delete {
	margin-right: 5px;
}

.faq-container .action-container {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	margin-bottom: 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;
}

#autoRefreshTimer {
	position: absolute;
	top: 20px;
	right: 20px;
	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;
}

#addSupplierWithPanelButton {
	display:none; /*always hidden initially, javascript toggles visibility*/
 }
 
 #loginPanel .nav-item>a {
	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 h2{
	color: #8a6d3b;
    background-color: #fcf8e3;
    display: inline;
}

#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;
}

#warningModal span {
	font-size: 14px;
	font-weight: bold;
}

#warningModal table {
	width: 100%;
}

#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;
}

div.profilePreviewFooter a {
	text-decoration: none;
}

/** 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: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) {
	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;
}

div.bfh-countries {
    display: inline-flex;
    vertical-align: bottom;
}

.full-width-table {
	width: 100%;
}

span.ui-selectmenu-button {
    height: 34px;
    margin-bottom: 4px;
    background: white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#phoneContainer span.ui-selectmenu-button {
    height: 34px;
    margin-bottom: 3px;
}

.phoneInputRow span.ui-selectmenu-button {
	width: 8em;
}
#abnLoadingSpinner {
    display: inline-block;
    border: 8px solid #c5c5c5;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-left: 10px;
    display: none;
}

.validAbnDiv::after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    color: #6da72c;
    font-size: 20px;
    display: inline-block;
    animation: fadingIn 1s linear;
}

.validAbn {
    border: 2px solid #6da72c;
}

@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-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.active:after {
    font-family:'Font Awesome 5 Free';
    content:'\f0d8';
    font-style: normal;
    float:right;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    padding-right: 20px;
}

.faq-container h2.accordion:after {
    font-family:'Font Awesome 5 Free';
    content:'\f0d7';
    font-style: normal;
    float:right;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    padding-right: 20px;    
}
 
.n-title h2 {
	font-size: 20px;
}

#phoneContainer i.fa-trash {
    vertical-align: middle;
}


#articleBrowseDiv h2 {
    padding: 0.5vh 0vw;
}

#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 */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.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;
    max-height: 128px;
    max-width: 30%;
}

.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 {
	color: #19acee;
	border-color: #19acee;
	margin-bottom: 15px;
	float: right;
}
#tabHeading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#tabHeading h3 {
	display: inline-block;
}

a.redirectCommon{
	border-color: #19acee;
	background-color: #19acee;
	float: right;
	text-decoration: none;
}

textarea#description {
	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;
}

#eventSearchForm #autocompleteSearch {
	margin-bottom: 10px;
	width: 100%;
}

#eventSearchForm #hierarchy {
	border: 1px solid rgb(206, 212, 218);
	border-radius: 5px;
	overflow: auto; height: 250px;
}

#eventSearchForm #hierarchy .selected > .node {
	background-color: #6698FF;
	border: 1px solid #ddd;
	border-radius: 3px;
	transition: background-color 2s;
}