html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size:16px;
	font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	color: #9FA4B1;
	background-color: rgb(255,255,255);
}
input, select, textarea, button {
	font-size:16px;
	font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
#large-menu {
	min-height: 50px;
	background-color: rgb(40, 44, 54);
	text-align: left;
	position: sticky;
	top: 0px;
	z-index: 4000;
	font-size: 14px;
}
#large-menu a:not(#logo) {
	text-decoration: none;
	color: white;
	line-height: 40px;
}
#large-menu .dropdown-content a:not(#logo) {
	color: rgb(40, 44, 54);
}
#large-menu a#logo img {
	text-decoration: none;
	border: none;
	height: 50px;
}
.caps {
	text-transform: uppercase;
}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: rgb(254, 86, 29);
  animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: -30%; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
.mh-head .loader {
	margin-left: -50px;
    width: calc(100px + 100%);
}

form { margin: 0px; padding: 0px; }
* { box-sizing: border-box;}
[onclick] { cursor: pointer; }
.disabled, [disabled] { 
	opacity: 0.4;
	cursor: default !important; 
}
a, a:link, a:active, a:visited, a:hover
{
	color: rgb(28, 170, 229);
	text-decoration: none;
	cursor: pointer;
}
strong {
	color: rgb(40, 44, 54);
}
a.fas, a.fa {
	text-decoration: none;
}
.row.fill, .row {
	width: 100%;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]), [contenteditable=true] {
	border: none;
    border-bottom: 1px solid #9FA4B1;
    background: transparent;
    padding: 10px;
    outline: none;
	
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]):focus, textarea:focus, [contenteditable=true]:focus {
    border-color: rgb(254, 86, 29);
    caret-color: rgb(254, 86, 29);
	outline: none;
	color: rgb(40, 44, 54);
}
input[type=submit], input[type=button], input[type=reset], .button, .copyButton::before, .editButton::before, .deleteButton::before, .addButton::before {
	font-family: helvetica;
	font-weight: bold;
    color: rgb(40, 44, 54) !important;
    padding: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgb(249, 249, 249);
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: initial;
	margin: 2px;
}
.copyButton::before, .editButton::before, .deleteButton::before, .addButton::before {
	color: rgb(255,255,255) !important;
	background: rgb(254, 86, 29);
}
input[type=submit].button5, input[type=button].button5, input[type=reset].button5, button[type=submit].button5, button[type=button].button5, button[type=reset].button5, .button5 {
	font-family: helvetica;
	font-weight: bold;
    color: #FFFFFF !important;
    padding: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgb(192, 192, 192);
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: initial;
	margin: 2px;
}

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;
    padding: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgb(254, 86, 29);
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: initial;
	margin: 2px;
}
input[type=submit].button3, input[type=button].button3, input[type=reset].button3, button[type=submit].button3, button[type=button].button3, button[type=reset].button3, .button3 {
	font-family: helvetica;
	font-weight: bold;
    color: rgb(28, 170, 229) !important;
    padding: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background-color: transparent;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: initial;
	margin: 2px;
}
.clearButton {
	font-family: helvetica;
	font-weight: bold;
    color: rgb(28, 170, 229) !important;
    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;
}
.copyButton, .editButton, .deleteButton, .addButton {
	font-size: 0px;
	margin: 2px;
	padding: 10px;
}
.deleteButton::before, .copyButton::before, .editButton::before, .addButton::before {
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	display: inline-block;
    width: 18px;
    text-align: center;
	margin: 0px;
} 
.moreInfo::after {
	content: " \f059";
	font-size: 120%;
	font-family: "Font Awesome 5 Free";
	color: rgb(28, 170, 229);
}
.loading {
	color: rgb(254, 86, 29);
}
.copyButton::before {
	content: "\f0c5";
} 
.editButton::before {
	content: "\f044";
} 
.deleteButton::before {
	content: "\f1f8";
} 
.addButton::before {
	content: "\f067";
}
.closeButton::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(images/close_circle.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.backButton::before {
	margin: 10px;
    display: inline-block;
    width: 77px; 
    height: 30px;
    content:"Back";
}
.icon-button, a.icon-button {
	color: rgb(40, 44, 54);
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	margin: 10px 0px;
}
.icon-button.add::before {
	content: "";
    display: block;
    float: left;
    background-image: url(images/add_circle_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.fa.placeholder {
	opacity: 0;
}

.nicEdit-main, .nicEdit-panel {
	color: rgb(40, 44, 54);
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: thin solid #E0E0E0;
}
h1,h2,h3,h4,h5,h6 {
	color: rgb(40, 44, 54);
}
.small {
	font-size: 60%;
}
.label {
	text-transform: uppercase;
	color: rgb(28, 170, 229);
	line-height: 25px;
}
div[class*="col-"] > input:not([type=button]):not([type=submit]) {
    padding: 0px !important;
	height: 25px;
}

.dragHandle {
	width: 35px;
	height: 35px;
	cursor: grab;
	float: right;
}

#sideSearch {
	float:left;
	position: sticky;
	top: 10px;
	overflow-y: auto;
	max-height: 90vh;
	padding: 10px;
}
#searchForm > input, #sideSearch h3 {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	width: 95%;
}
#sideSearch label {
	display: block;
	margin: 10px 00px 0px 0px;
	padding: 5px;
}
#sideSearch select {
	margin-top: 10px;
	margin-left: 0px;
}
.asc:after {
	content: " ▼";
	color: green;
}
.desc:after {
	content: " ▲";
	color: green;
}
.required:before {
	content: "*";
}
.requiredspace:before {
	content: url('/images/requiredspace.png');
	transform: scale(.4);
}
#resultTable {
	width: 100%;
}

#resultTable td, #resultTable th {
	padding: 5px;
}
#resultTable th.sortable {
	cursor: pointer;
}
tr.deprecated td {
	color: rgba(0,0,0,0.5);
}
.listTable {
	border-spacing: 0;
    border-collapse: collapse;
	color: rgb(40, 44, 54);
}
.listTable td, .listTable th {
	padding: 6px;
}
.listTable tr:nth-child(even) td {
	background-color: #EEEEEE;
}
.listTable tr:nth-child(odd) td {
	background-color: #FFFFFF;
}
.listTable th, .header {
	font-weight: bold;
	color: white;
	background-color: rgb(28, 170, 229);
}
.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 5 Free";
    font-size: 200%;
    color: #FF0000;
    position: absolute;
	left: 10px;
	font-weight: 900;
}
.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 5 Free";
    font-size: 200%;
    color: #FFD200;
    position: absolute;
	left: 10px;
	font-weight: 900;
}

.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;
}

.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;
}

.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: 100%;
	max-width: 100%;
	text-align: left;
}
.popupContainer::after {
    content: "";
    clear: both;
    display: table;
}
#errorContent {
	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, .hidden {
	display: none !important;
}
.toggle .off {
	display: initial;
}
.toggle .on, toggle .on {
	display: none;
}
.toggleParent {
	cursor: pointer;
}
.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;
}

.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%;
}
.bold {
	font-weight: bold;
}
.primary {
	color: rgb(28, 170, 229);
}
.secondary {
	color: rgb(254, 86, 29);
}
.accent {
	color: rgb(254, 86, 29);
}
.primarybg {
	background-color: rgb(28, 170, 229);
}
.accentbg {
	background-color: rgb(254, 86, 29);
}
.green {
	color: #09B220;		
}
.greenbg {
	background-color: #09B220;		
}
.yellow {
	color: #C2BF13;		
}
.yellowbg {
	background-color: #C2BF13;		
}
.black {
	color: rgb(40, 44, 54);
}
.blackbg {
	background-color: rgb(40, 44, 54);
}
.blackborder {
	border-color: rgb(40, 44, 54);
}
.white {
	color: white;
}
.red {
    color: #FF0000;
}
.redbg {
    background-color: #FF0000;
}
.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: rgb(28, 170, 229);
	color: #FFFFFF;
}
.mh-head .mh-btns-right>div {
	position: relative;
}
.mh-head .mh-btns-right>div>:nth-child(1) {
	left: unset !important;
	right: -20px;
	top: 100%;
}
.mh-head .mh-btns-right {
    padding-top: 10px;
    font-size: 140%;
}
.mh-head .mh-btns-right>div>* {
	display: block;
}
.mh-head .mh-btns-right>.menuExtrasContainer {
	position: relative;
    display: inline-block;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

#mobile-more-options a {
	font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	padding: 10px;
	font-weight: 100;
}
a.menu-item, a.menu-itemlink {
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
#large-menu .dropdown {
	padding: 0px;
}
#large-menu .dropdown > a, .submenu.dropdown > a {
	padding: 10px 20px;
	display: inline-block;
}
#large-menu .dropdown-content {
	top: 100%;
	left: 0px;
}
#large-menu .dropdown-content a, .submenu .dropdown-content a {
	padding: 10px;
}
.dropdown-content.right, #large-menu .dropdown-content.right {
	left: unset;
	right: 0px;
}
.dropdown.submenu {
	padding: 0px;
	float: right;
}

.right {
	text-align: right;
}

div.top-buttons {
	border-bottom: 1px solid rgb(28, 170, 229);
	background-color: white;
}
div.top-buttons a {
	display: inline-block;
	width: 100%;
	padding: 5px;
	background-color: rgb(28, 170, 229);
	text-align: center;
	color: white;
	text-decoration: none;
	border-bottom: 2px solid rgb(28, 170, 229);
	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: rgb(28, 170, 229);
	background-color: white;
	border-top: 1px solid rgb(28, 170, 229);
	border-left: 1px solid rgb(28, 170, 229);
	border-right: 1px solid rgb(28, 170, 229);
	border-bottom: 1px solid white;
	opacity: 1;
	margin-bottom: -2px;
}



#large-menu {
	display: none;
}

/**
 * Grid View Styling
 */

[class*="col-"] {
    width: 100%;
	float: left;
	padding: 10px;
}
[class*="p-"] {
	float: left;
	padding: 10px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

/** 
 * Custom Inputs (File, Checkbox, Toggle Switches)
 */
/* The container */
label.checkbox, label.toggle, label.file {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox {
    padding-left: 25px;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}
/* Hide the browser's default input */
label.checkbox input, label.toggle input, label.file input {
    position: absolute;
    opacity: 0;
	width: 1px;
	height: 1px;
    cursor: pointer;
}

/* Create a custom checkbox */
label.checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
	border: 1px solid rgb(28, 170, 229);
    border-radius: 2px;
    //box-shadow: inset 2px 2px 0px rgba(0,0,0,.3);
	margin: 2px;
}
/* On mouse-over, add a background color */
label.checkbox:not(.disabled):hover input:not(:checked) ~ 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: rgb(28, 170, 229);
	box-shadow: unset;
}
/* Create the checkmark/indicator (hidden when not checked) */
label.checkbox span:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
label.checkbox 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);
}

/* Create a custom toggle, off by default */
label.toggle span:before {
	content: "\f205";
	font-family: "Font Awesome 5 Free";
	font-size: 175%;
	color: #9FA4B1;
	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;
	font-weight: 900;
}
/* When the toggle is switched on, change icon and color */
label.toggle input:checked ~ span:before {
	color: rgb(28, 170, 229);
	-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 5 Free";
	color: rgb(28, 170, 229);
	display: inline-block;
	padding-right: 5px;
	font-size: 125%;
}


.faqBox {
	display: inline-block;
	border-radius: 20px;
	padding: 8px;
	color: black;
	font-weight: bold;
}
.faqBox::before {
	font-family: "Font Awesome 5 Free";
	color: rgb(28, 170, 229);
	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: 100vh;
}
#faqHeader {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: rgb(28, 170, 229);
	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: rgb(28, 170, 229);
	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(100vh - 50px);
	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;
}


/* 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);
	border-left: 5px solid rgb(28, 170, 229);
	background-color: white;
}
.conversation.unread {
	padding-left: 15px;
	border-left: 10px solid red;
}
.conversation:hover {
	padding-left: 15px;
	border-left-width: 10px;
}
.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: 4px;
    padding: 10px;
    border-radius: 8px;
	clear: both;
	min-width: 60%;
	max-width:90%;
	text-align: left;
}
.message.left {
	float: left;
	margin-right: 10px;
}
.message.right {
	float: right;
	margin-left: 10px;
}
.message.color0 {
	color: #FFFFFF;
	background-color: rgb(28, 170, 229);
}
.message.color1 {
	color: #FFFFFF;
	background-color: rgb(254, 86, 29);
}
.message.color2 {
	color: #FFFFFF;
	background-color: rgb(98, 34, 193);
}
.message.color3 {
	color: #FFFFFF;
	background-color: rgb(242, 109, 14);
}
.profileIcon {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 25px;
	margin-left: 10px;
}
.profileIcon img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.message .profileIcon, .message .fromLine {
	float: right;
}
#messageContainer {
	background-color: #EEEEEE;
	overflow-y: auto;
	max-height: calc(100vh - 300px);
	padding-bottom: 20px;
}
.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;
}





/****** Style Star Rating Widget *****/

.rating { 
  width: 140px;
  margin: 0px auto;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  cursor: pointer;
  font-weight: 900;
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
  font-weight: 900;
}

.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;
}




@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%;}

    /* For tablets: */
    .col-s-0 {display: none;}
    .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%;}
	
	.mm-page .mh-head {
		display: none;
	}
	#large-menu {
		display: block;
	}
	.label {
		display: inline-block;
		float: left;
		clear: both;
	}
	.loader {
		position: absolute;
		bottom: 0px;
		background-color: transparent;
	}
	
	nav#menu {
		display: none;
	}
	.box.row {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.popupContainer {
		min-width: 400px;
		max-width: 90%;
	}
	.showMobile {
		display: none !important;
	}
}
@media only screen and (min-width: 1270px) {
    /* For desktop: */
	.col-s-0 {display: unset;}
    .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%;}
	
	.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: 16px;
		box-shadow: 1px 1px 1px #FFFFFF;
		padding: 10px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		border: none;
		background: rgb(254, 86, 29);
		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;
	}
}
@media only screen and (max-width: 599px) {
	
	.col-s-0, .p-0 {display: none !important;}
	.p-1 {width: 8.33%;}
    .p-2 {width: 16.66%;}
    .p-3 {width: 25%;}
    .p-4 {width: 33.33%;}
    .p-5 {width: 41.66%;}
    .p-6 {width: 50%;}
    .p-7 {width: 58.33%;}
    .p-8 {width: 66.66%;}
    .p-9 {width: 75%;}
    .p-10 {width: 83.33%;}
    .p-11 {width: 91.66%;}
    .p-12 {width: 100%;}
	
	body {
		font-size: 16px;
	}
	.hideMobile {
		display: none !important;
	}
	.label {
		line-height: 26px;
		display: block;
	}
	hr {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.popupContainer {
		width:100%;
		height: 100%;
		overflow-y: auto;
	}
	.mobileRight {
		float: right;
	}
}
