body {
	background: #f9f9f9 !important;
	color: #404040 !important;
}

input,.listbox-list,.panelContainer .buttonContainer,div.gridbox table.hdr td,div.gridbox table.obj td,.udm a,.udm a:link,.udm a.nohref,.udm ul,.udm li a.udmR,.udm li a.udmY,.udm li a.udmR:visited,.udm li a.udmY:visited,.udm li a:hover,.udm li a:focus,.udm li a.nohref:hover,.udm li a.nohref:focus,.tabs,.tabsActive,.tabs:hover,.tabsActive,.dragContainer,.folder,.dragHandle,.message,textarea
	{
	border-color: #b0b0b0;
}

a,a:hover {
	border: none;
	text-decoration: none;
}

.folder {
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	box-shadow: none;
	margin: 5px;
	padding: 5px;
}

.container div:last-of-type.folder {
	margin-bottom: 0;
}

.panelContainer {
	border: none;
	box-shadow: none;
}

h1 {
	background: #eeeeee;
	border: 1px solid #e0e0e0;
	margin: 3px 0px 10px 0px;
	padding: 6px 0 6px 5px;
	border-radius: 3px;
	margin: 3px 0px 10px 0px;
}

.folder,.panelContainer {
	background: #FFFFFF;
}

.infoHeader,.studentEnrollment,.studentAttendance,.positionInventory,.studentSchedulingSelfServe,.studentScheduling,.studentGrading,.studentDiscipline,.applicantSubmission,.appHire,.empMaint,.volunteer,.TimeAndAttendance,.irs1099Header,.leftAlignInfoHeader,.positionInventoryStatus
	{
	border: 1px solid #e6d646;
	padding: 5px;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 0px;
	width: calc(100% -
		     20px);
	background-color: #ffef9a;
	border-color: #e6d646;
	border-radius: 3px;
}

#infoHeaderActionsDiv {
	display: inline-block;
	vertical-align: middle;
}

.infoHeaderTable {
	width: 100%;
	display: inline-table;
}

#infoHeaderActionsDiv + .infoHeaderTable {
	width: calc(100% - 30px);
}

span.infoBox {
	font-size: 14px;
	padding: 5px;
	color: #4A4A4A;
	text-align: center;
	border-radius: 3px;
	margin-right: 5px;
}

span.infoBox.fa {
	font-size: 17px;
}

#defaultInfoHeader span.infoBox:hover {
	background-color: #ffd700;
}

#defaultInfoHeader span.infoBox {
	background-color: #fffce4;
}

.infoHeader td {
	border: none;
}

img.comboToggleImg {
	border: 1px solid #B0B0B0;
	border-left: none;
	margin-bottom: -8.5px;
	cursor: pointer;
	background: white;
	border-radius: 0 3px 3px 0;
	height: 24px;
	width: 24px;
}

img.comboToggleImg:hover {
	cursor: pointer;
	background-color: #eeeeee;
}

.teamsComboBoxWrapper>img {
	vertical-align: top;
}

.combo-list {
	border: 1px solid #B0B0B0;
	margin-top: 1px;
	border-radius: 3px;
}

.buttonContainerCenter {
	margin-top: 5px;
	margin-bottom: 5px;
}

.panelContainer .buttonContainer {
	padding: 5px 0px 5px;
	margin: 0 0px 5px 0;
	width: 100%;
}

.combo-hilite,.combo-item {
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	transition: background-color 100ms ease-out;
}

.combo-hilite {
	border-color: white;
	background: #9FC9EB;
}

/* inputs */
input {
	height: 26px;
	outline: none;
	border-radius: 3px;
}

input[type="radio"],input[type="checkbox"] {
	height: 13px;
}

input[type="text"],input[type="password"],textarea {
	color: #404040;
	border: 1px solid #B0B0B0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	margin: 0;
	margin-bottom: 1px;
	-webkit-transition: box-shadow 70ms ease-out, border-color 70ms ease-out,
		background-color 200ms ease-out;
	-moz-transition: box-shadow 70ms ease-out, border-color 70ms ease-out,
		background-color 200ms ease-out;
	transition: box-shadow 70ms ease-out, border-color 70ms ease-out,
		background-color 200ms ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
}

input[type="text"]:focus,input[type="password"]:focus,.combo-list,textarea:focus,input[type="text"]:hover,input[type="password"]:hover,textarea:hover
	{
	box-shadow: 0 0 5px 3px rgba(128, 128, 128, 0.15);
	outline-offset: 0;
	outline: 0;
}

input[type="file"] {
	border: none;
	margin-left: -3px;
}

input.teamsComboBox {
	border-right: none;
	border-radius: 3px 0 0 3px;
	padding-left: 6px;
}

input.teamsComboBox:disabled+.comboToggleImg {
	background: #ebebe4;
}

input.teamsComboBox:disabled:hover {
	box-shadow: none;
}

.comboBoxSearchToggle {
	display: none;
	position: relative;
	cursor: pointer;
}

.comboBoxSearchToggle:after {
	content: '';
	display: block;
	position: absolute;
	top: -14px;
	right: 27px;
	height: 20px;
	width: 20px;
	border-radius: 3px;
	background: url(../images/icons/repeat-lgrey-16.png) no-repeat
		calc(100% -   1px) 2px white;
	transition: background-color 100ms ease-out;
}

.comboBoxSearchToggle.comboBoxSearchToggleActive:after {
	background: url(../images/icons/ray-start-arrow-lgrey-16.png) no-repeat
		calc(100% -   1px) 2px white;
}

.comboBoxSearchToggle:hover:after {
	background-color: #9fc9eb;
}

.listbox-list,textarea {
	border-radius: 3px;
}

.teamsCheckbox {
	position: relative;
	display: inline;
	margin-right: 5px;
}

.teamsCheckbox label {
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: -3px;
	left: 0;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #B0B0B0;
}

.teamsCheckbox label:after {
	content: '';
	width: 7px;
	height: 3px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 3px solid #616161;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.teamsCheckbox label:hover,label.tcActive {
	box-shadow: inset 0px 1px 1px white, 0px 0px 7px
		rgba(128, 128, 128, 0.5);
	background-color: #fffcc8;
}

.teamsCheckbox input[type=checkbox] {
	opacity: 0;
}

.teamsCheckbox input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.teamsCheckbox input:focus+label {
	background-color: #fffcc8;
	box-shadow: 0 0 5px 3px rgba(128, 128, 128, 0.15);
}

.teamsCheckbox+span.label,.checkboxText,.radioText,.radioTextDisabled {
	margin-left: -27px;
	margin-right: 13px;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 27px;
	padding-right: 5px;
	transition: background-color 200ms ease-out;
}

.radioText,.radioTextDisabled {
	margin-left: -22px;
}

.radioText:focus {
	outline: 1px solid #93b1e7;
}

.teamsCheckbox+span.label {
	margin-left: -27px;
}

.teamsCheckbox+span.label:hover,.crTextActive {
	border-radius: 3px;
}

.crTextFocus {
	background-color: #fffcc8;
	outline: 1px solid #93b1e7;
}

.scrollSortTable td .teamsCheckbox label {
	top: -5px;
}

.teamsCheckbox input:disabled+label {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    cursor: auto;
}

.teamsCheckbox input:disabled+label:hover {
    box-shadow: none;
}

.teamsRadio {
	width: 18px;
	height: 18px;
	position: relative;
	background: #FFFFFF;
	background: none;
	border-radius: 50px;
	box-shadow: none;
	margin-bottom: 5px;
	display: inline;
}

.teamsRadio label {
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: -3px;
	background: #FFFFFF;
	border-radius: 50px;
	border: 1px solid #B0B0B0;
	transition: box-shadow 70ms ease-out, background-color 200ms ease-out;
}

.teamsRadio label:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 4px;
	background: #616161;
	opacity: 0;
	border-radius: 50px;
	box-shadow: none;
}

.teamsRadio label:hover,.trActive {
	box-shadow: inset 0px 1px 1px white, 0px 0px 7px
		rgba(128, 128, 128, 0.5);
	background-color: #fffcc8;
}

.teamsRadio input[type=radio] {
	opacity: 0;
}

.teamsRadio input:focus+label {
	background-color: #fffcc8;
	box-shadow: 0 0 5px 3px rgba(128, 128, 128, 0.15);
}

.teamsRadio input[type=radio]:checked+label:after {
	opacity: 1;
}

.radioTextDisabled {
	color: #B0B0B0;
}

/* inputs */
.simpletable td {
	padding-left: 0px;
}

button,.buttonContainer button {
	border: none;
	margin: 2px 7px 5px 0px;
	padding: 7px 24px;
	line-height: 18px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25);
	outline: none;
	transition: background-color 200ms ease-out;
}

button img {
	vertical-align: middle;
	margin: 0 5px;
}

button .fa,.buttonContainer button .fa,button .mdi,.buttonContainer button .mdi
	{
	font-size: 14px;
	margin-right: 7px;
	margin-left: -7px;
	position: relative;
	top: 1px;
}

button[type=icon] {
	padding: 7px 9px;
}

button[type=icon] .fa {
	margin: 0;
}

.scrollSortTable td.tblFooter {
	background: none;
	border: none;
}

.scrollSortTable td {
	padding: 0 3px;
}

table.scrollSortTable td[align="right"] {
	padding-right: 3px;
}

.tblHeader {
	background: none;
	border-right-color: transparent;
}

.tblHeader td {
	font-weight: bold;
	cursor: default;
	/*border: none;*/
}

.scrollSortTable .tblBody td {
	/*border: none;*/
	vertical-align: middle;
}

.scrollSortTable .tblHeader td {
	vertical-align: top;
}

/*.scrollSortTableFilter,*/
.scrollSortTableSort {
	display: none;
}

div.scrollSortTable {
	border: 1px solid lightgrey;
	border-top: none;
	/* overflow-y: auto; */
}

table.scrollSortTable {
	border: none;
	margin-left: -3px;
}

.odd,.odd td.frozen-cell {
	background: #f1f1f1;
}

.even,.even td.frozen-cell {
	background: #fff;
}

.odd.tableHighlight td,.even.tableHighlight td {
	background: #99CCFF;
}

table img {
	margin-bottom: 0px;
}

/* messages */
.message {
	width: calc(100% -
		    12px);
	background: #ffef9a;
	margin: 5px 0px 5px 5px;
	border-radius: 3px;
	border: 1px solid #e6d646;
	padding: 5px 0px 5px 0px;
}

.message .info {
	margin: 5px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 10px;
	padding: 1px 5px 0px 33px;
	background: url(../images/icons/information-outline-green-24.png)
		no-repeat 0px 0px;
	line-height: 22px;
}

.message .info,.message {
	color: #09690e;
}

.message .error {
	margin: 5px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 10px;
	padding: 1px 5px 0px 33px;
	background: url(../images/icons/alert-circle-outline-red-24.png)
		no-repeat 0px 0px;
	line-height: 22px;
}

/* messages */
.dragHandle {
	padding-left: 11px;
	line-height: 30px;
	height: 30px;
	cursor: move;
	background-color: #156fa7;
	border-bottom: 3px solid #419bd4;
	border-radius: 5px 5px 0 0;
}

.toggleDown,.toggleUp {
	height: 22px;
	right: 30px;
}

.dragHandle .close {
	right: 5px;
	top: 3px;
}

.dragHandle .close:hover {
	border-radius: 3px;
	background-color: #09476d;
}

.dragContent {
	padding: 15px;
}

.dragContainer {
	box-shadow: 0px 0px 6px 3px #bcbcbc;
	border: none;
	border-radius: 5px;
	z-index: 2000;
}

.dragContainer .popupMessage {
	padding: 20px;
	text-align: center;
}

.dragContainer .buttonContainer {
	background: none;
}

.dragContainer textarea {
	margin: 3px 0px;
}

.faButton {
	font-size: 20px;
	color: white;
	padding: 5px;
	padding-top: 6px;
	border-radius: 5px;
	float: left;
	transition: background-color 200ms ease-out;
}

.scrollToTop {
	font-size: 18px;
	color: white;
	padding: 8px;
	padding-top: 6px;
	border-radius: 5px;
	transition: background-color 200ms ease-out;
	background-color: #43901d;
	z-index: 1300;
}

.scrollToTop:hover {
	background-color: #2B5A13;
	color: white;
}

.fa-user:not(.buttonIcon) {
	float: right;
}

.fa-custom-laptop-house {
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="laptop-house" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="purple" d="M272,288H208a16,16,0,0,1-16-16V208a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v37.12C299.11,232.24,315,224,332.8,224H469.74l6.65-7.53A16.51,16.51,0,0,0,480,207a16.31,16.31,0,0,0-4.75-10.61L416,144V48a16,16,0,0,0-16-16H368a16,16,0,0,0-16,16V87.3L263.5,8.92C258,4,247.45,0,240.05,0s-17.93,4-23.47,8.92L4.78,196.42A16.15,16.15,0,0,0,0,207a16.4,16.4,0,0,0,3.55,9.39L22.34,237.7A16.22,16.22,0,0,0,33,242.48,16.51,16.51,0,0,0,42.34,239L64,219.88V384a32,32,0,0,0,32,32H272ZM629.33,448H592V288c0-17.67-12.89-32-28.8-32H332.8c-15.91,0-28.8,14.33-28.8,32V448H266.67A10.67,10.67,0,0,0,256,458.67v10.66A42.82,42.82,0,0,0,298.6,512H597.4A42.82,42.82,0,0,0,640,469.33V458.67A10.67,10.67,0,0,0,629.33,448ZM544,448H352V304H544Z" class=""></path></svg>');
    color: #7E4082;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
}

.faButton:hover {
	background-color: #4a7ea1;
	color: white;
}

.udm li a.udmR,.udm li a.udmY,.udm li a.udmR:visited,.udm li a.udmY:visited,.udm li a:hover,.udm li a:focus,.udm li a.nohref:hover,.udm li a.nohref:focus,* html .udm li a:active,.udm ul li a.udmR,.udm ul li a.udmY,.udm ul li a.udmR:visited,.udm ul li a.udmY:visited,.udm ul li a:hover,.udm ul li a:focus,.udm ul li a.nohref:hover,.udm ul li a.nohref:focus,.udm ul li a:visited:hover
	{
	background-color: #4a7ea1 !important;
	color: white !important;
}

.udm ul {
	border: transparent !important;
	background-color: #1c4966;
	width: 300px;
}

.udm ul li a:visited,* html .udm ul li a:visited,.udm ul a,.udm ul a:link,.udm ul a.nohref
	{
	color: white !important;
}

/* tabs */
.tabs {
	cursor: pointer;
}

.tabs,.tabsActive {
	background-color: #FFFFFF;
	border: 1px solid lightgrey !important;
	border-radius: 3px 3px 0 0;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 3px;
	min-width: 60px;
	float: none;
}

.tabs,.tabsActive,.active-tab-item {
	list-style-type: none;
	list-style-image: none;
	display: inline-block;
}

.active-tab-item {
	margin-left: 0;
}

#navigationElementsContainer+.folder {
	margin-top: -1px;
}

.tabsActive {
	font-weight: bold;
	border-bottom: none !important;
	padding-bottom: 6px;
}

.tabs {
	background-color: #f3f3f3;
}

a.tabs:hover, a.tabs:focus {
	background-color: #E8E8E8;
	text-decoration: none;
	border: 1px solid lightgrey;
}

.tabContainer {
	height: 32px;
	padding: 0px 8px;
	margin: 0px;
	overflow: hidden;
	font-size: 0;
}

.tabContainer a,.tabContainer span {
	font-size: 11px;
}

a.tabs.more-tabs {
	vertical-align: bottom;
	font-size: 16px;
	min-width: 0;
}

.more-tabs .fa {
	margin-top: 3px;
}

.tabsActive .editable-container.editable-inline {
	margin-top: -6px;
	height: 27px;
}

.tabsActive .editable-container.editable-inline>div {
	margin-top: 6px;
}

.tabContainer.reordering {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
}

.containerRelative.reordering {
	height: 32px;
	overflow: hidden;
	width: calc(100% -   16px);
}

.reordering .more-tabs,.reordering #addDashboardTab {
	display: none;
}

/* navigation */
#subNavigationTab .tabsActive {
	border: none;
}

#subNavigation {
	margin-top: -1px;
}

#subNavigationTab {
	padding-left: 8px;
	display: none;
}

a.subNav img,a.subNavSelected img,a.subNavSubSelected img,a.subNavSub img
	{
	height: 14px;
	width: 14px;
	margin-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

a.subNav {
	font-weight: bold;
}

a.subNav,a.subNavSelected,a.subNavSubSelected,a.subNavSub {
	line-height: 18px;
	margin-bottom: 2px;
}

a.subNavSelected,a.subNavSubSelected {
	background: #ffe557;
	color: black;
}

a.subNavSub,a.subNavSubSelected {
	padding: 5px 5px 5px 10px;
}

.subNavContainer .folder {
	min-height: 100px;
}

.subNavContainer2 .folder {
	border: 1px solid lightgrey;
}

/* SST */
.tblDivHeader {
	background: #eeeeee;
	border-color: #d3d3d3;
}

.scrollSortTable,.scrollSortTable td {
	border-right-color: #d3d3d3;
}

table.scrollSortTable tr {
	line-height: 25px;
}

.ssTableLight table.scrollSortTable tr {
	line-height: 30px;
}

.tableSelected td.frozen-cell,.tableSelected, .tableSelected.tableHighlight td,div.gridbox table.obj tr.rowselected td,div.gridbox table.obj tr.rowselected td.cellselected,div.gridbox table.obj td.cellselected
	{
	background: #FFEB3B;
	color: #000000;
}

.tableSelected td.frozen-cell,.tableSelected,div.gridbox table.obj tr.rowselected td,div.gridbox table.obj tr.rowselected td.cellselected,div.gridbox table.obj td.cellselected,.tableHighlight td,.tableHighlight
	{
	-webkit-transition: background-color 150ms ease-out;
	-moz-transition: background-color 150ms ease-out;
	transition: background-color 150ms ease-out;
}

.tableHighlight td,.tableHighlight {
	background: #99CCFF;
}

a.systemBranding {
	display: none;
}

.panelContainer,.panelContainer .detail {
	margin: 0 0px 5px 0;
	background-color: white;
	border-radius: 5px;
}

div.verticalScrollbarForcer {
	margin-bottom: 0px;
}

.fa {
	-webkit-font-smoothing: antialiased;
}

#welcomeDetail .grid table {
	table-layout: fixed;
}

#welcomeDetail table .localSubNavContainer2 {
	padding-right: 5px;
	padding-left: 5px;
}

#welcomeDetail table .folder2 div {
	width: 100% !important;
}

#welcomeDetail table .folder2 div a.clsNode {
	display: inline-block;
	width: 100% !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* teams-blockui */
.spinner {
	-webkit-animation: fa-spin 1.5s infinite linear;
	animation: fa-spin 1.5s infinite linear;
	font-size: 20px;
	color: #43901d;
}

.spMedium {
	font-size: 23px;
}

.spLarge {
	font-size: 70px;
	margin-bottom: 30px;
}

.spMessage {
	color: #404040;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.spMessageLg {
	font-size: 15px;
}

.spWhite {
	color: #ffffff;
}

.asyncBusy,.teams_busy {
	left: 12px !important;
	top: 16px !important;
	position: fixed;
}

.teams_busy,.spTop {
	background-color: #156fa7;
}

/* teams-blockui */

/* calendar */
.calendar table {
	border: none;
	background: none;
}

.calendarImg,.inputIcon {
	margin-bottom: -8px;
	height: 24px;
	width: 24px;
	margin-left: 2px;
}

.calendar {
	box-shadow: 0 0 3px 1px rgb(176, 176, 176);
	border: 1px solid #9e9c9c;
	background: #ffffff;
	border-radius: 3px;
}

.calendar thead .day {
	background-color: #f9f9f9;
}

.calendar tbody .day {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 2px 4px 2px 2px;
}

.calendar tfoot .ttip,.calendar thead .title,.calendar .button {
	background: none;
}

.calendar tfoot .ttip {
	border: 1px solid transparent;
}

.calendar .button {
	border: 1px solid transparent;
	font-size: 13px;
}

.calendar tbody td.selected {
	border: 1px solid transparent;
	border-radius: 3px;
	background: #9FC9EB !important;
}

.calendar thead .title {
	border: 1px solid transparent;
}

.calendar tbody td.hilite,.calendar thead .hilite {
	border: 1px solid transparent;
	cursor: pointer;
	color: #404040;
}

.calendar tbody .rowhilite td {
	background: none;
}

.calendar tbody td.hilite,.calendar thead .hilite {
	background: #9FC9EB !important;
	border-radius: 3px;
}

.calendar thead {
	background-color: #eeeeee;
}

.calendar thead .weekend {
	border: none;
}

.calendar tfoot .ttip {
	padding: 3px;
	background-color: #f9f9f9;
}

.calendar td {
	line-height: 23px;
}

.calendarImg:hover,.inputIcon:hover {
	cursor: pointer;
	background-color: #eeeeee;
	border-radius: 3px;
}

.infoIcon:hover {
	cursor: default;
	border-radius: 3px;
}

.calendar tbody td.today {
	background: #ececec;
	border-radius: 3px;
}

/* calendar */
.labelImg {
	height: 12px;
	width: 12px;
}

.simpleTable tr {
	line-height: 31px;
}

table td .labelImg {
	margin-top: 3px;
	margin-right: 2px;
}

table.simpleTable td .labelImg {
	margin-top: 9px;
	margin-right: 2px;
}

input.mandatory {
	border: 1px solid #d28b75;
}

.inputIcon {
	margin-top: -3px;
	margin-left: -2px;
}

.infoIcon {
	margin-bottom: -8px;
	height: 24px;
	width: 24px;
	margin-top: -3px;
	margin-left: 0px;
}

.listbox-item-selected,.listbox-item,.listbox-hilite-selected,.listbox-hilite
	{
	line-height: 20px;
}

.listbox-hilite {
	border: 1px solid transparent;
}

.listbox-item-selected {
	border: #b0b0b0 1px solid;
}

.listbox-hilite-selected {
	background-color: #ffe557;
	border: #b0b0b0 1px solid;
}

input.roInfoInput,#editorTextAreaCount {
	height: 15px;
	border: none !important;
	background: none;
	color: #b0b0b0;
}

.textAreaInfo,#counterHide {
	color: #b0b0b0;
}

#systemError {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	color: #ef4907;
}

#systemError h3 {
	font-size: 16px;
}

.systemErrorIcon {
	font-size: 50px;
}

h1 a.toggleDown {
	background: url(../images/icons/menu-down-grey-24.png) no-repeat center;
}

h1 a.toggleUp {
	background: url(../images/icons/menu-up-grey-24.png) no-repeat center;
}

.stuHeaderAlert {
	float: left;
	background : #DD6644;
	color: white;
	display: block;
	width: -webkit-fill-available;
	text-align: left;
	line-height: 35px;
	margin-left: 0px;
	border-radius: 3px;
	font-weight: bold;
	border-width: 0px;
	padding-left: 10px;
}

.stuHeaderAlert:before {
	content: url(../images/icons/alert-outline-red-24.png);
	vertical-align: -8px;
}

.rcMenu {
	line-height: 25px;
	z-index: 2000;
	background: white;
	box-shadow: 0px 0px 1px 2px #eeeeee;
	border: 1px solid #d3d3d3;
	width: 200px;
	border-radius: 3px;
}

.rcMenu a {
	font-weight: normal;
}

.rcMenu a:hover {
	background: #9fc9eb;
}

.subNavContainer2 .folder2 {
	border-radius: 3px;
	border: 1px solid rgb(211, 211, 211);
}

.subNavContainer2 .folder2 a.clsNode img {
	width: 13px;
}

.teams_smart_alert {
	background-color: #ffd700;
	border-color: #e6d646;
	border: none;
	border-radius: 3px;
	position: fixed;
	top: 7px;
}

.teams_smart_alert_text_display {
	font-size: 14px;
}

#activeFilterProfileIndicatorCell {
	width: 35px;
}

#confirmDialogText {
	padding: 10px;
}

span.small {
	font-size: 10px;
}

span.medium {
	font-size: 12px;
}

span.large {
	font-size: 14px;
}

span.red {
	color: #F44336;
}

.new-notif {
	color: #F0C550 !important;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#envDetailsSingle {
	border-radius: 3px;
	padding: 10px;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
}

/* --=[ new XGrid SST look-alike ]=-- */
div.gridbox {
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	margin-bottom: 1em;
}

div.panelContainer>h1+div.xgridError+div.gridbox,div#panelContainer>h1+div.xgridError+div.gridbox,h1+div>div.gridbox:nth-child(2)
	{
	margin-top: -14px;
	border-top: 4px solid #eee;
	border-radius: 0 0 3px 3px;
}

div.gridbox table.hdr td {
	border-top: none;
}

div.panelContainer>h1+div.xgridError+div.gridbox>table,div#panelContainer>h1+div.xgridError+div.gridbox>table,h1+div>div.gridbox>table
	{
	border-top: 1px solid #d3d3d3;
}

div.gridbox table.hdr td,div.gridbox table.obj td {
	font: 11px/12px 'Lucida Grande', verdana, geneva, arial, sans-serif;
	padding: 0 3px !important;
	border: none;
	border-right: 1px solid #d3d3d3;
}

div.gridbox table.hdr td {
	line-height: 26px;
}

div.gridbox table.obj td:empty,div.gridbox table.obj td.clearCell {
	height: 26px;
}

div.gridbox table.obj {
	border-collapse: separate;
}

div.gridbox table.obj td,div.gridbox table.obj td div {
	line-height: 26px;
	min-height: 26px;
}

.dhx_combo_select,.dhx_combo_edit,.dhx_textarea {
	font: 11px/12px 'Lucida Grande', verdana, geneva, arial, sans-serif;
}

div.gridbox table.obj tr:not(.rowselected ):nth-child(odd) td {
	background: #eee;
}

div.gridbox table.hdr td {
	background: #eee;
	font-weight: bold;
}

div.gridbox table.hdr td:last-child {
	border-right-color: #d3d3d3;
}

div.gridbox>table>tbody>tr:first-child>td>div table.hdr {
	position: relative;
	z-index: 1;
	box-shadow: 0 1px 5px 0 #d3d3d3;
	border-bottom: 1px solid #d3d3d3 !important;
	margin-bottom: 3px;
}

div.gridbox table.obj tr:nth-child(2) td {
	border-top: none;
}

div.gridbox.fakebox {
	border: none;
	margin: 0;
	border-radius: 0;
}

div.gridbox table.hdr > tbody > tr:first-child {
	height: 0px !important;
}

div.gridbox div.objbox button {
	padding: 0px 3px;
	margin: 0px;
	background: transparent;
	border-radius: 3px;
	color: #404040;
	box-shadow: none;
}

div.gridbox div.objbox button:hover {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .15);
}

div.dragContent #featureDialogText img {
	width: 100%;
}

div.dragContent table.simpleTable {
	table-layout: auto;
}

span.indicatorLabelInfo {
	padding: 3px;
	background-color: #ffef9a;
	border-radius: 3px;
	border: 1px solid #e6d646;
}

/* security editor pages lhs tree filter and rhs settings alignment */
.subNavContainer2.security-control-filter .folder2 {
	display: block;
	float: left;
	height: 0px;
	margin-right: 4px;
	text-align: left;
	width: 295px;
}

.subNavContainer2.security-control-filter .folder2 .radioText,.radioTextDisabled
	{
	margin-right: 5px;
	line-height: 30px;
}

.subNavContainer2.security-control-filter .folder2 .radioText:last-child,.radioTextDisabled:last-child
	{
	margin-right: 0;
}

.panelContainer.security-control-settings {
	float: none;
	padding: 2px;
	width: auto;
	margin-left: 314px;
	position: auto;
}

.panelContainer.security-control-settings .detail .radioText,.panelContainer.security-control-settings .detail .radioTextDisabled
	{
	margin: 0;
	padding: 0;
	pointer-events: none;
}

.panelContainer.security-control-settings .detail .radioText.crTextActive
	{
	background: transparent;
}

.accountLocator td {
	white-space: nowrap;
}

.fieldGroupSpacerDiv {
	display: inline-block;
	text-align: center;
	width: 15px;
}

.grid.formGrid [class*='col-'] {
	height: 24px;
}

i.label-icon {
    font-size: 22px;
    text-align: center;
    min-width: 28px;
    vertical-align: middle;
    padding: 8px;
    background: #eee;
    border-radius: 5px;
    color: #616161;
    margin: 5px 5px 5px 0;
}

div.panelContainer.warning {
    background: #fffcc8;

}

div.panelContainer.warning i.label-icon {
    background: transparent;
    color: #e6d646;
    vertical-align: middle;
}

div.panelContainer.warning h3 {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 60px);
}

.treeActionButton {
	display: block;
	font-size: 15px;
    padding: 0 4px;
}

.treeActionButton:hover, .treeActionButton.active {
	cursor: pointer;
	background-color: #DAE1E9;
	border-radius: 3px;
}

.infoImg {
    margin-left: 20px;
}

.addEdit div { 
	    display: inline-block;
}

.addEditLink, .addEditLink:hover { 
	position: relative;
    left: 10px;
    font-size: 12px;
    text-decoration: underline;
}



