:root {
  --primary: rgb(14,113,185);
  --primary-a10: rgba(14,113,185,.10);
  --primary-10: #D9E8F4;
  --primary-a65: rgba(14,113,185,.65);
  --primary-a75: rgba(14,113,185,.75);
  --secondary: rgb(18,140,62);
  --secondary-10: rgb(226,240,207);    --accent: rgba(140,198,63,1);
  --accent-a10: rgba(140,198,63,.10);
  --accent-a65: rgba(140,198,63,.65);
  --green: rgb(18,140,62);
  --text: rgb(102,102,102);
  --textDark: rgb(66,66,66);
  --text-highlight: #e1e1a8;
  --yellow: #C2BF13;
}

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	line-height: 22px;
	position: relative;
	font-family: Arial, Helvetica, Verdana;
	color: rgb(102,102,102);
	background-color: rgb(255,255,255);
}
form { margin: 0px; padding: 0px; }
* { 
	box-sizing: border-box;
	transition: background-color .15s, color .15s;
}
[onclick] { cursor: pointer; }
.disabled, [disabled] { 
	opacity: 0.7;
	cursor: default !important; 
	color:black;
}
.numberCircle {
  	width: 30px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
	color:#FFFFFF;
    border: 2px solid #666;
}
nav:not(.mm-menu):not(.alertify-buttons)
{
	display: none;
}
p {
	margin: 0 0 10px 0;
}
input, select, textarea {
	max-width: 100%;
}
#page
{
	padding-bottom: 30px;
}
.content
{
	text-align: center;
	padding: 150px 50px 50px 50px;
}

a, a:link, a:active, a:visited, a:hover
{
	color: var(--primary);
	text-decoration: underline;
	cursor: pointer;
}
a.fas, a.fa {
	text-decoration: none;
}
#container {
	width: 100%;
	padding-bottom: 100px;
}
#oooRibbon ~ #container {
    filter: saturate(0.3);
}
.row.fill {
	width: 100%;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]) {
	/*border: none;
    border-bottom: 1px solid #666666;
    background: transparent;
    padding: 5px;*/
    outline: none;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]):focus {
    box-shadow: 0 4px 2px -2px rgba(99, 184, 238,.5);
}
input[type=submit], input[type=button], input[type=reset], .button, .copyButton::before, .editButton::before, .deleteButton::before, .addButton::before, .inverseButton:hover, .toggleButton.toggle {
	font-family: helvetica;
	font-weight: bold;
    color: #FFFFFF !important;
    font-size: 13px;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: var(--primary);
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	line-height: initial;
	margin: 2px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
input[type=submit].button2, input[type=button].button2, input[type=reset].button2, button[type=submit].button2, button[type=button].button2, button[type=reset].button2, .button2 {
	font-family: helvetica;
	font-weight: bold;
    color: #FFFFFF !important;
    font-size: 13px;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: var(--primary);
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	line-height: initial;
	margin: 2px;
}
.toggleButton.toggle {
	cursor: initial;
}
.clearButton {
	font-family: helvetica;
	font-weight: bold;
    color: var(--primary) !important;
    font-size: 13px;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: transparent;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	line-height: initial;
	margin: 2px;
}
.mediumButton, input.mediumButton, a.mediumButton {
	font-size: 115%;
	font-weight: bold;
	display: inline-block;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
    vertical-align: top;
    margin: 2px;
    padding: 18px;
    white-space: normal;
	border-radius: 2px;
}
.largeButton, input.largeButton {
	display: inline-block;
    height: 120px;
    width: 180px;
    border-radius: 100%;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
	text-align: center;
    vertical-align: top;
    margin: 10px 40px;
    padding: 30px 20px;
	white-space: normal;
}
.inverseButton, .toggleButton {
	font-weight: bold;
    color: var(--primary) !important;
    font-size: 13px;
    padding: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid var(--primary);
    background: transparent;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	line-height: initial;
	margin: 2px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.button:hover, .largeButton:hover, .mediumButton:hover {
	color: white;
	text-decoration: none;
}
.copyButton, .editButton, .deleteButton, .addButton {
	font-size: 0px;
	margin: 2px;
}
.deleteButton::before, .copyButton::before, .editButton::before, .addButton::before {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	font-size: 18px;
	display: inline-block;
    width: 18px;
    text-align: center;
	margin: 0px;
} 
.moreInfo::after {
	content: " \f059";
	font-size: 120%;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	color: var(--primary);
}
.loadingContainer {
	height: 52px;
	display: inline-block;
	vertical-align: middle;
}
.loading::after {
	content: "\f110";
	font-size: 300%;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	color: var(--secondary);
}
.copyButton::before {
	content: "\f0c5";
} 
.editButton::before {
	content: "\f044";
} 
.deleteButton::before {
	content: "\f1f8";
} 
.addButton::before {
	content: "\f067";
}
.backButton::before {
	margin: 10px;	
	background-image: url(/images/backbutton.png);
    background-size: 77px 30px;
    display: inline-block;
    width: 77px; 
    height: 30px;
    content:"";
}
#siteLogo {
	border: none; 
	max-height: 55px;
	max-width:100%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6 {
	color: rgb(51,51,51);
}
.small {
	font-size: 75%;
}
blockquote {
	font-style: italic;
    margin: 10px 0px;
    background-color: #F0F0F0;
    padding: 10px 5px;
}
.tag {
	display: inline-block;
	background-color: rgb(246, 246, 246);
	color: var(--primary);
	border-radius: 2px;
	border: 1px solid var(--primary);
	padding: 2px;
}

#sideSearch {
	float:left;
	position: sticky;
	top: 10px;
	overflow-y: auto;
	max-height: 100vh;
	padding: 10px;
}
#searchForm > input, #searchForm > select, #sideSearch h3 {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	width: 95%;
}
#sideSearch label {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 0px;
}
.asc:after {
	content: "▼";
	margin-left: 5px;
	color: var(--secondary);
}
.desc:after {
	content: "▲";
	margin-left: 5px;
	color: var(--secondary);
}
.sortable:not(.asc):not(.desc):after {
	content: "\f0dc";
	margin-left: 5px;
    font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
    color: rgba(0,0,0,.3);
}

.required:before {
	content: "*";
}
.requiredspace:before {
	content: "*";
	transform: scale(.4);
	opacity: 0;
}
.pagination {
	margin: 10px 0px;
}
.pagination a {
	display: inline-block;
	padding: 2px 5px;
	margin: 3px;
	color: var(--primary);
    background-color: white;
    border: 1px solid var(--primary);
	border-radius: 3px;
	text-decoration: none;
}
.pagination a.active, .pagination a:active {
	background-color: var(--primary);
	color: white;
}
.pagination a:hover {
	text-decoration: underline;
}
#resultTable {
	width: 100%;
}

#resultTable td, #resultTable th {
	padding: 5px;
}
.sortable {
	cursor: pointer;
}
tr.deprecated td {
	color: rgba(0,0,0,0.5);
}
.listTable, .expandableListTable {
	border-spacing: 0;
    border-collapse: collapse;
}
.listTable td, .listTable th, .expandableListTable td, .expandableListTable th {
	padding: 4px;
}
.expandableListTable td {
	border-bottom: none;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.1);
    padding-bottom: 1px;
	background-color: white;
	transition: background-color .5s;
}
.expandableListTable tr.expand td {
	background-color: #e5e5e5;
}

.listTable > tr:nth-child(even) > td, .oddColor, .listTable > tbody > tr:nth-child(even) > td, .oddColor {
	background-color: rgba(0,0,0,.04);
}
.listTable > tr:nth-child(odd) > td, .listTable > tbody > tr:not(.productRow):nth-child(odd) > td {
	background-color: transparent;
}
.listTable > tr > th, .listTable > tbody > tr > th, .listTable > thead > tr > th, .header, .expandableListTable > tr > th, .expandableListTable > tbody > tr > th, .expandableListTable > thead > tr > th {
	font-weight: bold;
	border-bottom: 1px solid #666666;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(162,162,162,0) 82%, rgba(198,198,198,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(162,162,162,0) 82%,rgba(198,198,198,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(162,162,162,0) 82%,rgba(198,198,198,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6c6c6c6',GradientType=0 ); /* IE6-9 */
}
tr.productRow td {
	background-color: var(--secondary);
	color: white;
	font-weight: bold;
	vertical-align: bottom;
	z-index: 300;
}

.countryRow td {
	background-color: #e8f4ec !important;
	z-index: 50;
	vertical-align: middle;
	text-align: left;
	padding: 8px;
}
.countryRow td > *, .countryRow .contactButton  {
	vertical-align: middle;
	display: inline-block;
}

.productRow {
	position: relative;
}
.productRow td {
	text-align: center;
	padding: 8px;
}

.productName {

}
.twoLineEllipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	width: 100%;
}

/*
* Family and model tabs on document list pages
*/
.productToggleTab {
    clear: both;
    padding: 10px;
    border: 1px solid var(--primary);
    margin: 5px 0px;
    border-radius: 5px;
    position: sticky;
    top: 60px;
	color: #282828;
    background-color: #e5e5e5;
    z-index: 1000;
}
.productToggleTab::before {
	display: inline-block;
	width: 20px;
	content: " \f054";
	font-size: 120%;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	float: left;
}

.productToggleTab.active::before {
	content: " \f078";
}

.productToggleTab.active {
	color: var(--primary);
	background-color: var(--primary-10);
	margin-bottom: 0px;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
}

.productToggleTab.active .viewFiles, .hideFiles {
	display: none;
}
.productToggleTab.active .hideFiles {
	display: block;
}
.productToggleTab .viewFiles, .productToggleTab .hideFiles {
	float: right; 
	margin-top: 0px;
}
.productToggleTab.hasFiles {
	font-weight: bold;
}



.stickyAnchor {
	position: absolute;
	top: -80px;
	left: 0px;
	width: 1px;
	height: 1px;
}
.header:not(table) {
	color: #666666;
	padding: 4px;
}

.box, fieldset {
	border: 1px solid #DEDEDE;
	background-color: #F6F6F6;
	padding: 15px;
	margin: 20px 0px;
}
.box2 {
	border: 1px solid #D4D4D4;
	background-color: #fffff2;
	padding: 15px;
	margin: 20px 0px;
}
fieldset > legend {
	border: 1px solid #D4D4D4;
	background-color: #fffff2;
	padding: 5px;
	margin: 0px;
}
.errorBox {
	border: 1px solid #FF9999;
	background-color: #FFEEEE;
	padding: 15px;
	padding-left: 50px;
	margin: 20px 0px;
	position: relative;
}
.errorBox:before {
	content: "\f071";
    font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
    font-size: 200%;
    color: #FF0000;
    position: absolute;
	left: 10px;
}
.warningBox {
	border: 1px solid #FFD200;
	background-color: #FFFCCC;
	padding: 15px;
	padding-left: 50px;
	margin: 20px 0px;
	position: relative;
}
.warningBox:before {
	content: "\f071";
    font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
    font-size: 200%;
    color: #FFD200;
    position: absolute;
	left: 10px;
}
.soldBox {
	border: 1px solid rgba(20,129,48,1);
	background-color: rgba(20,129,48,.05);
	padding: 15px;
	padding-left: 50px;
	margin: 20px 0px;
	position: relative;
}
.soldBox:before {
	content: "\f164";
    font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
    font-size: 200%;
    color: rgba(25,167,0,1);
    position: absolute;
	left: 10px;
}
.box.secondary {
	border: 1px solid var(--secondary);
	background-color: rgba(18,140,62,.1);
	color: unset;
}
.box.primary {
	border: 1px solid var(--primary);
	background-color: rgba(14,113,185,.1);
	position: relative;
	color: unset;
}

.circle {
	float: left;
	width: 30px;
	height:30px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	position: relative;
	margin: 5px;
	cursor: pointer;
}

.circleSmall {
	width: 20px; 
	height:20px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	position: relative;
	margin: 5px;
	text-align: center;
}
.circleLetter {
	width: 15px; 
	height: 15px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	margin: 5px;
	text-align: center;
	border: thin solid #0000FF;
	color: #0000FF;
}

.contactButton {
	white-space: nowrap;
}
.contactButton.newMessages span {
	display: inline-block;
	width: 15px; 
	height: 100%; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	margin: 0px;
	padding:0px;
	text-align: center;
	background-color: red;
	color: white;
	overflow: hidden;
	vertical-align: bottom;
}
.contactButton.newMessages i.fa-comment {
	display: none;
}



.conversation .conversationOption {
	display: inline-block;
}
.conversationOption.fa-flag {
	color: #CC0000;
}
.conversationOption.fa-clock {
	color: var(--primary);
}
.conversationOption::before, .conversationOption.active:hover::before {
	font-weight: 400;
}
.conversationOption:not(.active):hover::before, .conversationOption.active::before {
	font-weight: 900;
}
.conversation:hover .conversationOption, .conversationOption.active, .conversationOption.show {
	display: inline-block;
}



.circle > span {
   color: #FFFFFF;
   position:absolute;
   margin-left:5px;
   margin-top:4px;
}
.circleSmall > span {
   color: #FFFFFF;
   position:relative;
   top:3px;
}
.pageNav {
	display: inline-block;
	margin: 2px;
	padding: 8px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	border: thin solid #CCCCCC;
	background-color: #EFEFEF;
	font-weight: bold;
}
.pageNav.disabled {
	cursor: default;
}
.pageSelection .page {
	margin: 0px 20px;
}

#alertify:not(.alertify-hidden) ~ * {
    /* filter: blur(2px); */
}
body.showingPopup .mm-page > div:not(.popupOverlay):not(.alertify), body.showingPopup #faqContainer {
    /* filter: blur(2px); */
}

.popupOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display:table;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,.4);
	top: 0px;
	left: 0px;
	z-index: 9000;
}
.popupContainer {
	background: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	border: thin solid rgba(0,0,0,.25);
    box-shadow: 5px 5px 15px rgba(0,0,0,.5);
	overflow: auto;
	max-height: 90vh;
	min-width: 400px; 
	max-width: 100%;
	text-align: left;
	position: relative;
}
#ContactUserPopup .popupContainer {
	min-width: 700px;
}
#errorContent, #alertContent {
	text-align: center; width: auto; min-width: 30vh;
}
.closePopup {
	background-color: red; font-weight: bold; color: white; position: absolute; top: 0px; right: 0px; cursor: pointer; padding: 5px;
}
.closePopup:before {
	content: "X";
}

.inlineBlock {
	display: inline-block;
}
.bottomBorder td {
	border-bottom: 1px solid rgba(0,0,0,.25);
}
.off {
	display: none;
}
.toggle .off {
	display: initial;
}
.toggle .on, toggle .on {
	display: none;
}
.toggleParent {
	cursor: pointer;
}

.noteContent {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.SpecialProjectsTop {
	width:80%;
	background-color: #FAFAFA;
	padding:2%;
	margin: 0px auto;
}

.fieldtitleunder {
	background-color: transparent;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: darkblue; 
	margin-left:10px;
}

.subheadpagetext {
	font-size: 62.5%;
}
.primary {
	color: var(--primary);
	border-color: var(--primary);
}
.secondary {
	color: var(--secondary);
	border-color: var(--secondary);
}
.accent {
	color: rgb(140,198,63);
	border-color: rgb(140,198,63);
}
.primarybg {
	background-color: var(--primary);
}
.accentbg {
	background-color: rgb(140,198,63);
}
.secondarybg {
	background-color: var(--secondary);
}
.green {
	color: #09B220;		
}
.greenbg {
	background-color: #09B220;		
}
.yellow {
	color: var(--yellow);		
}
.yellowbg {
	background-color: var(--yellow);		
}
.black {
	color: black;
}
.blackbg {
	background-color: black;
}
.red {
    color: #FF0000;
}
.redbg {
    background-color: #c21414;
}
.redborder {
    border-color: #FF0000 !important;
}
input.redborder:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]):focus {
    box-shadow: 0 4px 2px -2px rgba(255,0,0,.5);
}
.blue {
	color: #0000FF;
}
.bluebg {
	background-color: #0000FF;
}
.grey {
	color:#CCCCCC;		
}
.greybg {
	background-color:#CCCCCC;		
}
.lightgrey {
	color:#EEEEEE;		
}
.lightgreybg {
	background-color:#EEEEEE;		
}
.rotate {

	/* Safari */
	-webkit-transform: rotate(-180deg);

	/* Firefox */
	-moz-transform: rotate(-180deg);

	/* IE */
	-ms-transform: rotate(-180deg);

	/* Opera */
	-o-transform: rotate(-180deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.dropdown {
    position: relative;
    display: inline-block;
	padding: 10px 20px;
	text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    z-index: 5000;
}

.dropdown-content a {
    color: black;
    padding: 2px 7px;
    text-decoration: none;
    display: block;
	white-space: nowrap;
    text-align:left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover, .dropdown:hover > a {
    background-color: var(--primary);
	color: #FFFFFF;
}
a.menu-item, a.menu-itemlink {
	text-decoration: none;
	color: var(--primary);
	font-weight: bold;
	text-transform: uppercase;
}
#large-menu .dropdown {
	padding: 0px;
}
#large-menu .dropdown > a {
	padding: 10px 20px;
	display: inline-block;
}
#large-menu .dropdown-content {
	top: 100%;
	left: 0px;
}
#large-menu .dropdown-content a {
	padding: 10px;
}

.right {
	text-align: right;
}

div.top-buttons {
	background-color: white;
	position: sticky;
	top: -1px;
	z-index: 4000;
}
div.top-buttons > div {
	border-bottom: 1px solid var(--primary);
}
div.top-buttons a {
	display: inline-block;
	width: 100%;
	padding: 5px;
	background-color: var(--primary);
	text-align: center;
	color: white;
	text-decoration: none;
	border-bottom: 2px solid var(--primary);
	margin-bottom: -2px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
div.top-buttons div[class*="col-"] {
	margin: 0px;
	padding: 2px;
	position: relative;
	bottom: -1px;
}
div.top-buttons a:not(.active):not(.disabled):hover {
	text-decoration: underline;
}
div.top-buttons a.active {
	color: var(--primary);
	background-color: white;
	border-top: 1px solid var(--primary);
	border-left: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
	border-bottom: 1px solid white;
	opacity: 1;
	margin-bottom: -2px;
}

div.tabContainer {
	border-bottom: 1px solid var(--primary);
}
div.tabContainer div {
	display: inline-block;
	padding: 5px;
	background-color: var(--primary);
	text-align: center;
	color: white;
	text-decoration: none;
	border-bottom: 2px solid var(--primary);
	margin-bottom: -2px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	position: relative;
	bottom: -1px;
}
div.tabContainer div:not(.active):not(.disabled):hover {
	text-decoration: underline;
}
div.tabContainer div.active {
	color: var(--primary);
	background-color: white;
	border-top: 1px solid var(--primary);
	border-left: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
	border-bottom: 1px solid white;
	opacity: 1;
	bottom: -2px;
}

.clear::after {
    content: "";
    clear: both;
    display: table;
}
.no-border {
	border: none !important;
}

#projectNoticeButton {
    position: fixed;
	bottom: 0px;
	right: 0px;
    z-index: 6000;
    border-radius: 5px;
    border: thin solid #dedede;
    padding: 12px;
    background-color: #f6f6f6;
	color: var(--primary);
	font-size: 120%;
	font-weight: bold;
}

#large-menu {
	display: none;
}
#sideContent {
	position: sticky;
	top: 37px;
	max-height: calc(100vh - 37px);
	overflow-y: auto;
	box-shadow: -2px 5px 5px 0px #00000036;
}
#sideContent.hidden {
	display: none;
}
#sideContent table {
	width: 100%;
}
#sideContent table td:last-child {
	text-align: right;
}


@keyframes sidebarSlideUp {
    0% {
        bottom: calc(0px - 100vh);
    }
    100% {
        bottom: 0px;
    }
}
@keyframes sidebarSlideDown {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: calc(0px - 100vh);
    }
}


#sideContent.showOver {
	position: fixed;
    right: 0px;
	top: unset;
	bottom: 0px;
    max-height: calc(100vh - 40px);
    z-index: 7000;
    width: 500px;
    margin-bottom: 0px;
	animation: sidebarSlideUp .7s;
}

#sideContent.showOver.hidden {
	display: block;
	bottom: calc(0px - 100vh);
	animation: sidebarSlideDown .7s;
}

#sideContent .noticeContainer {
	margin: 15px 0px 20px 0px;
	border-top: 1px solid  #c3c3c3;
}


#sideContent .expandable {
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}
#sideContent .expandable .expandContainer {
	cursor: default;
}
#sideContent .expand:not(td) {
	float: right;
	padding: 15px;
}
#sideContent .expand::before {
	content: "\f078";
	font-family: 'Font Awesome 6 Pro';
	font-size: 100%;
	float: right;
}
#sideContent .expand.collapse::before {
	content: "\f077";
}

#sideContent .expand ~ .collapseContainer {
	display: none;
}
#sideContent .expand.collapse ~ .collapseContainer {
	display: block;
}


/**
 * Grid View Styling
 */

[class*="col-"] {
    width: 100%;
	float: left;
	padding: 10px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

/** 
 * Custom Inputs (File, Checkbox, Toggle Switches, Radio)
 */
/* The container */
label.checkbox, label.toggle, label.file, label.radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox, label.radio {
    padding-left: 25px;
	min-height: 25px;
	vertical-align: middle;
}
/* Hide the browser's default input */
label.checkbox input, label.toggle input, label.file input, label.radio input {
    position: absolute;
    opacity: 0;
	width: 1px;
	height: 1px;
    cursor: pointer;
}

/* Create a custom checkbox */
label.checkbox span, label.radio span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
	border: 1px solid var(--primary);
    border-radius: 2px;
    //box-shadow: inset 2px 2px 0px rgba(0,0,0,.3);
	margin: 2px;
}
label.radio span {
    border-radius: 50px;
}

/* On mouse-over, add a background color */
label.checkbox:not(.disabled):hover input:not(:checked):not(:disabled) ~ span, label.radio:not(.disabled):hover input:not(:checked):not(:disabled) ~ span {
    background-color: rgba(28,164,234,0.50);
}
/* When the checkbox is checked, add a blue background */
label.checkbox input:checked ~ span {
    background-color: var(--primary);
	box-shadow: unset;
}
/* Create the checkmark/indicator (hidden when not checked) */
label.checkbox span:after, label.radio span:after  {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
label.checkbox input:checked ~ span:after, label.radio input:checked ~ span:after {
    display: block;
}
/* Style the checkmark/indicator */
label.checkbox span:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.radio span:after {
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
	border-radius: 100%;
    background-color: var(--primary);
}

/* Create a custom toggle, off by default */
label.toggle span:before {
	content: "\f205";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	font-size: 175%;
	color: rgb(102,102,102);
	display: inline-block;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	vertical-align: middle;
}
/* When the toggle is switched on, change icon and color */
label.toggle input:checked ~ span:before {
	color: var(--primary);
	-moz-transform: unset;
	-webkit-transform: unset;
	-o-transform: unset;
	-ms-transform: unset;
	transform: unset;
}

/* Custom File Upload Button */
label.file span:before {
	content: "\f15c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	color: var(--primary);
	display: inline-block;
	padding-right: 5px;
	font-size: 125%;
}

/* style disabled custom inputs */
label.checkbox input:disabled ~ span, label.radio input:disabled ~ span, label.file input:disabled ~ span, label.toggle input:disabled ~ span {
	opacity: 0.7;
	cursor: default !important;
}


.faqBox, .discussionBox {
	position: absolute;
	left: 40%;
	display: inline-block;
	border-radius: 20px;
	padding: 8px;
	color: black;
	font-weight: bold;
}
.discussionBox {
	top: 40px;
}
.faqBox::before {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	color: var(--primary);
	font-size: 125%;
	content: "\f05a ";
	padding-right: 5px;
}

#faqContainer {
	z-index: 6000;
	position: fixed;
	top: 20px;
	right: 20px;
	background: white;
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,.3);
	border-radius: 3px;
	padding: 0px;
	width: 350px;
	max-height: 90vh;
}
#faqHeader {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: var(--primary);
	color: white;
	font-size: 120%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.faqQuestion {
	color: var(--primary);
	font-weight: bold;
	font-size: 120%;
	padding: 10px 5px;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
}
.faqAnswer {
	padding: 10px;
	display: none;
	border-bottom: 1px solid #999999;
}
#closeFAQ {
	background-color: red;
	color: white;
	font-weight: bold;
	float: right;
	height: 100%;
	padding: 0px 10px;
	border-top-right-radius: 3px;
}
.faqAnswer * {
	max-width: 100%;
}
#faqContent {
	max-height: calc(90vh - 60px);
	overflow-y: auto;
}
#faqAskQuestion {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#discussionContent {
	text-align: left;
}

/* Message Sidebar style */
#sidebar { z-index: 1000; width: 300px; position: fixed; right: 10px; bottom: 0px; margin: 0 0 0 110px; border: 0px; border-top-right-radius: 7px; border-top-left-radius: 7px; background-color:#FFFFFF; box-shadow: 0px 2px 10px 0px #cccccc; font-size: 90%; }
#sidebararea {border-top-left-radius: 7px; border-top-right-radius: 7px;width:100%;height:30px;background:rgba(63,104,238,1.00); color: white; }
#sidebartitle { width:90px; color: #FFFFFF;text-align: center;float:left;margin:5px;font-weight:bold;}
#sidebariconplacement {width:30%;float:left;text-align:center;margin:5px;}
#sidebartoptext {color:rgba(133,130,130,1.00); width:170px;text-align:center;width:90%;margin-top:5px; margin-bottom:5px;margin-left:auto;margin-right:auto;}
#sidebarfrom { width:100%; padding: 0px 10px; text-align: left;}
#sidebarfrom > * {width: 100%; }
.spacer { height:15px; width:100%;}
#Originator {width:60%;}
.messagebuttoncontainer { width:100%; text-align: center; margin-bottom: 10px; }
.messagebutton { width:80%; height:25px; background: rgba(105,103,103,1.00); color:rgba(249,248,248,1.00);  }
		

/* user messaging/conversation styling */
.conversation {
	margin: 5px;
	padding: 10px;
	padding-left: 20px;
	position: relative;
	border: thin solid rgb(102,102,102);
	background-color: white;
}
.conversation.active {
	background-color: var(--primary-10);
}
.conversation .readStatus {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	background-color: var(--primary);
	height: 100%;
}
.conversation.unread .readStatus {
	width: 10px;
	background-color: red !important;
}
.conversation:hover .readStatus {
	width: 10px;
	background-color: rgb(140,198,63);
}
.conversation i.unread {
	display: none;
}
.conversation.unread i.unread {
	display: inline;
	color: red;
}
.conversation::after, .message::after, #messageContainer::after {
	content: "";
    clear: both;
    display: table;
}
.message {
    margin: 8px 4px;
    padding: 10px;
	clear: both;
	width: calc(100% - 8px);
	text-align: left;
	word-break: break-word;
	border: 0px solid;
	background-color: white;
}
.message.left {
	border-left: 3px solid;
}
.message.right {
	border-right: 3px solid
}
.message.color0 {
	border-color: var(--primary);
}
.message.color1 {
	border-color: rgb(140,198,63);
}
.message.color2 {
	border-color: rgb(98, 34, 193);
}
.message.color3 {
	border-color: rgb(242, 109, 14);
}
.profileIcon {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 25px;
	margin-right: 10px;
}
.profileIcon img {
	height:100%;
	width:100%;
	object-fit:contain;
}
.message .profileIcon, .message .fromLine {
	float: left;
}
.message .profileIcon.right, .message .fromLine.right {
	float: right;
	text-align: right;
}
.message > p {
	clear: both;
	padding-top: 15px;
}
#messageContainer {
	background-color: #EEEEEE;
	overflow-y: auto;
	max-height: calc(100vh - 375px);
	padding-bottom: 20px;
}
#messageList {
	overflow-y: auto; 
	max-height: calc(100vh - 300px);
}
#projectActionContainer #messageList {
	max-height: calc(100vh - 130px);
}
.actionItemContainer {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.actionDesc {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 40px);
	margin: 0px;
	display: inline-block;
}
.expandable {
	cursor: pointer;
}
.expandable .expandContainer {
	cursor: initial;
}
#ContactUserPopupContent {
	padding: 10px;
	position: relative;
}
#chatPopupCancelButton {
	position: absolute;
    top: -4px;
    right: 18px;
}
.attachment {
	display: block;
	clear: both;
	color: #000000;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 0px 10px;
    margin: 1px;
}
.left .attachment {
	float: left;
}
.right .attachment {
	float: right;
}
a.removeFile {
	display: inline-block;
	padding-left: 5px;
	text-decoration: none;
	color: grey;
	font-weight: bold;
}

.unreadCircle {
	background-color: red;
	color: white;
	border-radius: 50px;
	display: inline-block;
	padding: 0px 7px;
}
.readCircle {
	color: white;
	border-radius: 50px;
	display: inline-block;
	padding: 0px 7px;
}


/* Project Sidebar */
#projectActionContainer {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 5000;
	width: 300px;
	height: 100vh;
	background-color: white;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	margin-right: -300px;
	transition: margin-right .15s linear, box-shadow .25s;
}
#projectActionContainer .projectActionTab {
	margin-left: -100px;
	margin-top: 15px;
	padding: 5px;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	transition: margin-left .15s linear, margin-right .15s linear, margin-top .15s ease-out .15s, margin-bottom .15s ease-out .15s, box-shadow .3s, height .15s, padding .15s;
}
#projectActionContainer .projectActionTab:first-child {
	margin-top: 100px;
}
#projectActionContainer.open {
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
	margin-right: 0px;
	transition: margin-right .15s linear .15s, box-shadow .25s;
}
#projectActionContainer.open .readCircle, #projectActionContainer.open .unreadCircle {
	display: none;
}
#projectActionContainer.open .projectActionTab:not(.active) {
	margin: 0px 100%;
    padding: 0px;
    overflow: hidden;
    height: 0px;
}
#projectActionContainer.open .projectActionTab.active {
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	transition: margin-left .15s linear .15s, margin-top .15s ease-out, box-shadow .3s;
}
#projectActionContainer.open .projectActionTab:after {
	content: " \f054";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	display: inline-block;
	float: right;
}



/****** Style Star Rating Widget *****/

.rating { 
  width: 145px;
  margin: 0px auto;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 4px;
  font-size: 1.25em;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  display: inline-block;
  content: "\f005";
  cursor: pointer;
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #CCCCCC; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:hover) > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: RGBA(18,141,62,0.8);  } /* hover previous stars in list */


/* #dashboardContainer > div:nth-child(odd) {float:left} */
/* #dashboardContainer > div:nth-child(even) {float:right} */
#dashboardContainer .box {margin: 0px;}

body > div.mh-head {
	display: none;
}



.twitter-typeahead {
	vertical-align: middle;
}
.tt-input {
	min-width: 200px;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  display: none;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.bootstrap-tagsinput {
	width: 100%;
}

#newDocTypeForm > div {
    margin: 10px 0px;
}


@keyframes pingHighlight {
    0% {
        background: transparent;
    }
	20% {
        background: #f9f955;
    }
    100% {
        background: transparent;
    }
}
.ping, tr.ping > td {
    animation: pingHighlight 1s;
}


.hide {
	display: none;
}

@media only screen and (min-width: 600px) {
	
	/* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.col-projectTab {width:12.5%;}

    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
	.col-s-projectTab {width:12.5%;}
	
	.mm-page .mh-head {
		display: none;
	}
	#large-menu {
		display: block;
	}
	
	.popupContainer {
		min-width: 400px; 
		max-width: 95%;
	}
}
@media only screen and (min-width: 1270px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.col-v {width: unset;}
	
	.row {
		width: 1270px;
		margin: 0px auto;
	}
	
	.copyButton::before, .editButton::before, .deleteButton::before, .addButton::before {
		font-family: helvetica;
		font-size: 100%;
		content: unset;
	}
	.copyButton, .editButton, .deleteButton, .addButton {
		font-family: helvetica;
		font-weight: bold;
		color: #FFFFFF !important;
		font-size: 13px;
		box-shadow: 1px 1px 1px #FFFFFF;
		padding: 5px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		border: none;
		background: var(--primary);
		cursor: pointer;
		display: inline-block;
		text-decoration: none !important;
		line-height: initial;
	}
	
	.mm-page .mh-head {
		display: none;
	}
	#large-menu {
		display: block;
		text-align: center;
	}
	
	.popupContainer {
		min-width: 400px; 
		max-width: 90%;
	}
	
}


@media only screen and (min-width: 1570px) {
	
	/* message sidebar pushes content aside instead of overlaying */
	#container {
		transition: width .15s linear;
	}
	#container.openSidebar {
		transition: width .15s linear .15s;
		width: 1290px;
	}
	#projectActionContainer {
		width: calc(100% - 1290px);
		margin-right: calc(-100% + 1290px);
	}
	#projectActionContainer.open {
		box-shadow: none;
		border-left: 1px solid #CCCCCC;
	}
	
}

@media print {
	
	.hidePrint {
		display: none;
	}
	
	/* hide the top sections */
	div#header, div#message, .mh-head, .top-buttons {
		display: none;
	}
	
}
