:root {
    --accent: #004C6A;
}

.ui-icon {
	display: block !important;
}

.TagsText {
	outline: none;
	border-style: none;
	border-color: transparent;
}

.Customdropdown {
	position: initial;
	display: inline-block;
	width: 100%;
	height:30px;
}

#CustomdropdownText {
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	outline: none;
}


.Custom-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 23%;
	max-height: 200px !important;
	overflow-y: scroll;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

.CustomdropdownText {
	border: 1px solid black;
	text-align: right;
	height:30px;
}

.Customcolumn1 {
	float: left;
	width: 90%;
	padding: 5px;
	box-sizing: border-box;
}

.Customcolumn2 {
	float: right;
	width: 10%;
	padding: 5px;
	box-sizing: border-box;
}
.Customrow
{
	height:30px;
}

.Customrow::after {
	content: "";
	clear: both;
	display: table;
	box-sizing: border-box;
}

.dropdown-check-list {
	display: inline-block;
	width: 100% !important;
}
.dropdown-check-list .anchor {
		width: 78% !important;
		position: relative;
		cursor: pointer;
		display: inline-block;
		padding: 5px 50px 5px 10px;
		border: 1px solid #ccc;
}
.dropdown-check-list .anchor:after {
		position: absolute;
		content: "";
		border-left: 2px solid black;
		border-top: 2px solid black;
		padding: 5px;
		right: 10px;
		top: 20%;
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
.dropdown-check-list .anchor:active:after {
		right: 8px;
		top: 21%;
}
.dropdown-check-list ul.items {
		padding: 2px;
		display: none;
		margin: 0;
		border: 1px solid #ccc;
		border-top: none;
	}

.dropdown-check-list ul.items li {
		list-style: none;
}

.dropdown-check-list.visible .anchor {
		color: #0094ff;
}

.dropdown-check-list.visible .items {
		display: block;
		max-height: 150px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

.ui-widget {
	font-size: calc(12rem/16) !important;
}

div.ui-tabs {
	margin-top: 1.5em;
	min-width: 600px;
	width: 98%;
}

#pageTitle {
	background-color: #f1f1f1;
	clear: both;
	margin-top: 120px;
	border-bottom: 1px solid #efefef;
	height: 50px;
}

#pageTitle h1 {
	clear: both;
	color: black;
	margin: 2px;
	padding: 0 20px;
	text-shadow: none;
	font-size: calc(26rem/16);
    font-weight: 600;
}

#pageTitle .widthWrap {
	padding: 3px 0;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #444;
	font-family: Open Sans, sans-serif;
	text-shadow: 0 0 3px #eee;
}

h4.selectEE {
	color: #F5F5F5;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}

h3.eeName {
	color: #333332;
	font-size: 12pt;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
}

h3.EEReport,
h2.EEReport {
	color: #E6EEEE;
}

a {
    color: var(--accent);
}

a:hover {
	color: #0d4478;
}

.fieldsetHeader {
    display: inline-block;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 5px;
    font-family: 'Open Sans';
    font-size: calc(18rem/16);
    font-weight: 600;
    color: black;
    margin-top:20px;
}

/* The fieldsetHeader class preceded by a fieldset. */

fieldset+.fieldsetHeader {
	margin-top: 30px;
}

fieldset {
	border: 0px solid blue;
	background: #fff;
	padding: 0px;
}

fieldset.lightGreyBackground {
    border: 5px solid #f5f5f5;
	padding: 5px;
	margin: 0px;
    margin-bottom: 10px;
}

fieldset.lightGreyBackground > :first-child {
	padding: 9px;
}

#container {
	background: #f8f8f8;
}

.widthWrap {
	margin: 0 auto;
}

#contentBody {
	position: relative;
	z-index: 50;
	margin-bottom: 75px;
	overflow:auto;
}

#contentBody .widthWrap {
	background: #fff;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	padding: 20px;	
}

#contentHeader {
	background-color: #fff;
	padding: 0;
	display: table;
	width: 100%;
	position:fixed;
	top: 0;
	z-index:500;
	height:100px;
}

#contentHeader table {
	border-collapse: collapse;
}

#contentHeader table td {
	padding: 0;
	margin: 0;
}

#contentHeader #logo {
	background: url(/Assets/Logos/Ascend_Logo_RGB_ARM_Header.png) no-repeat;
	display: block;
	height: 86px;
	margin-top: 10px;
	overflow: hidden;
	width: 182px;
}

#contentHeader .beName {
	font-weight: bold;
}

#contentHeader #clientLogo img {
	display: block;
	max-height: 60px;
	overflow: hidden;
	max-width: 225px;
}

#contentHeader #loginName {
	display: block;
	margin-left: 0px;
	text-decoration: none;
}

#contentHeader #loginName * {
	vertical-align: bottom;
}

#contentHeader #loginName div {
	text-align: left;
}

#contentHeader #loginName .firstLine {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 5px;
}

#contentHeader #loginName select {
	background-color: #0D1C23;
	color: black;
	border: 1px solid #555;
	font-weight: bold;
	width: 250px;
}

#contentHeader #loginName .secondLine {
	margin-top: 10px;
}

#contentHeader #loginName .secondLine a {
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}

#contentHeader #loginName .secondLine a:hover {
	text-decoration: underline;
}

#navigation {
	background: var(--accent);
	min-width: 1010px;
	position: relative;
	z-index: 30;
}

#subNavigation {
	height: 21px;
	margin: 0 0 0 -1px;
	position: relative;
	z-index: 40;
	float: right;
}

#menuNav {
	background: var(--accent);
	border: 0;
	color: green;
}

#menuSubNav {
	float: right;
}

#menuSubNav a {
	font-size: calc(14rem/16) !important;
	font-weight: 600 !important;
	color: var(--accent);
	text-decoration: none;
}

#menuSubNav a:hover {
	color: black;
}

#menuSubNav ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#menuSubNav ul li {
	position: relative;
	float: left;
	list-style: none;
	padding-right: 20px !important;
	/*[if IE]*/
	padding-top: 2px !important;
	/*[endif]*/
}

#menu ul li {
	position: relative;
	float: left;
	list-style: none;
}

#menuNav a {
	color: #fff;
	padding: 5px 50px;
	text-align: center;
	display: block;
	letter-spacing: .5px;
}

#menuNav ul {
	float: left !important;
	padding-left: 95px !important;
	position: absolute;
}

#menuNav iframe {
	display: none !important;
}

#menuNav li a {
	padding: 10px 20px !important;
	font-size: calc(16rem/16) !important;
	font-weight: 600 !important;
	outline: 0;
}

#menuNav div,
#navigation div,
#menuNav ul {
	height: auto !important;
}

#subNavigation div,
#menuSubNav ul {
	height: 21px !important;
}

#menuNav .igdm_Windows7MenuGroupHorizontalRoot {
	height: 31px !important;
	background-color: var(--accent);
}


/* Changes to fix the menu*/

#menuNav li,
#menuNav li {
	background-color: transparent;
	border: none;
}

#menuNav li:hover a,
#menuNav li:focus a,
#menuNav li.activeItem a {
	background-color: #363636;
}

#content {
	height: 100%;
	min-height: 100%;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-top: 5px;
}

.dvpageTitle {
	background-color: #333366;
	color: #F5F5F5;
	font-size: 10pt;
	font-weight: bold;
	margin: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}

#notification {
	background: #FFFF99;
	clear: both;
	color: Red;
	font-weight: bold;
	margin-top: 0;
	padding: 0 20px;
	text-align: center;
}

#notification .widthWrap {
	padding: 10px 0;
}

#footer {
	background-color: #FFFAFA;
	border-top: 1px solid #A0A0A0;
	bottom: 0;
	color: #333366;
	font-size: calc(10rem/16);
	height: 20px;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: auto;
	width: 100%;
}

#footer ul {
	margin: 0;
	padding: 3px 0 0;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.btnsubmit {
	background-color: #333332;
	color: #F5F5F5;
	margin-top: 1em;
}

.btnSession {
    background-color: var(--accent);
    color: #F5F5F5;
    margin-top: 1em;
}

    .btnSession:hover {
        background-color: var(--accent);
        color: #F5F5F5;
        margin-top: 1em;
    }


label.error,
#form1 input.submit {
	color: #FF0000;
	margin: 4px 0 2px 2px;
}

label.error {
	background: url("/Images/JQuery/unchecked.gif") no-repeat scroll 0 0 transparent;
	display: block;
	padding-left: 16px;
}

select.error,
input.error {
	border: 1px solid #FF0000;
}

table#tblReportFooter {
	margin-top: 2em;
	width: 100%;
}

.ui-tabs .ui-tabs-panel {
	padding: 1em 0.4em;
}

.tblsubmitEvent {
	color: #333332;
}

table.tblsubmitEvent td {
	vertical-align: top;
}

.tblsubmitEvent td.celltitle {
	text-align: left;
	width: 75px;
}

.tblsubmitEvent td.eventPoints {
	max-width: 25px;
	text-align: left;
}

.centeralignpara {
	text-align: center;
}

#trduedate {
	visibility: collapse;
}

span.imgDatePicker {
	vertical-align: middle;
}

span.imgDatePicker:hover {
	cursor: pointer;
}

div#dvEditEvent,
div#dvCorrectionNotice {
	-moz-border-radius: 8px;
	background: #F5F5F5;
	border: 1px solid #8E846B;
	margin-top: 1em;
	min-height: 15em;
	min-width: 425px;
	padding: 3px 3px 10px 3px;
	width: 35%;
}

div#dvCorrectionNotice {
	width: 50%;
}

div#dvCorrectionNotice {
	padding: 5px 5px 0px 5px;
}

div#dvCorrectionNotice hr {
	display: none;
}

div#dvCorrectionNotice h2 {
	margin-bottom: 2px;
	margin-top: 5px;
}

div#dvCorrectionNotice table.tablesorter {
	font-size: calc(13rem/16);
}

div#dvEditEvent h4 {
	-moz-border-radius: 8px;
	background: #333366;
	border: 1px solid #494437;
	color: #FFFFFF;
	font-weight: bold;
	height: 2em;
	margin: 0;
	padding-left: 5px;
	padding-top: 6px;
	vertical-align: middle;
}

.calendarimg {
	vertical-align: middle;
}

.dvcollapsePanel {
	border-bottom: solid 1px #333332;
	border-left: solid 1px #333332;
	border-right: solid 1px #333332;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

table.tablesorter {
	background-color: #CDCDCD;
	font-size: 9pt;
	margin: 10px 0px 0px;
	padding: 1px;
	text-align: left;
}

table.tablesorter thead tr th.titleHeader {
	background-color: #333332;
	color: #CDCDCD;
}

table.tablesorter {
	background-color: #CDCDCD;
	font-size: 8pt;
	margin: 10px 0pt 15px;
	width: 100%;
}

table.tblAttendancePositive {
	width: 60%;
}

table.summary {
	width: 60%;
}

table.report {
	font-size: calc(13rem/16);
	margin-top: 10px;
	min-width: 600px;
	width: 80%;
}

table.report thead tr.header th {
	text-align: left;
}

table.report thead tr td.topHeader {
	background-color: #606060;
	border: 1px solid #FFFFFF;
	color: #FFFAFA;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
	text-align: left;
}

table.title {
	margin-bottom: 0;
}

table.title thead tr th.title {
	background: #333332;
	color: #fff;
	font-size: calc(13rem/16);
	text-align: center;
	width: 76px;
}

table.tablesorter input,
table.tablesorter select,
table.tablesorter textarea,
table.tablesorter button {
	font-size: 8pt;
}

table.tablesorter thead tr .header {
	background-image: url(/Images/jQuery/bg.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

table.tablesorter tbody td {
	background-color: #FFF;
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}

table.tablesorter tbody td.label {
	width: 10em;
}

table.top {
	width: 100%;
	margin-top: 25px;
}

div#HomeTabs {
	width: 60%;
}

div#HomeTabs table.tablesorter tbody td.label {
	width: 15em;
}

table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/Images/jQuery/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/Images/jQuery/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tablesorter thead tr.header th.comments {
	background-image: none;
	cursor: default;
	width: 30em;
}

table.tablesorter thead tr.header th.wideComments {
	cursor: default;
	width: 80%;
}

table.tablesorter thead tr.header th.radio {
	background-image: none;
	cursor: default;
	width: 0.5em;
}

table.tablesorter thead tr.header th.points {
	width: 5em;
}

table.tablesorter thead tr.header th.warningStatus {
	width: 12em;
}

table.tablesorter tbody td {
	background-color: #FFF;
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}

table.tablesorter tbody td span {
	display: none;
}

div.tree div.parent {
	padding-left: 16px;
}

div.tree div.parent div {
	cursor: default;
	display: none;
}

div.tree div.parent {
	background: transparent url(/Images/jQuery/plus.gif) no-repeat top left;
	cursor: pointer !important;
}

div.tree div.expanded {
	background: transparent url(/Images/jQuery/minus.gif) no-repeat top left;
}

table.standardTable {
	margin: 0;
	padding: 0;
	width: 20em;
}

table.standardTable input[type=submit] {
	padding: 0 15px;
}

table.standardTable th {
	background: #E6EEEE;
	color: #f5f5f5;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

table.standardTable th.unitid {
	font-size: 100%;
	min-width: 6em;
	padding-right: 0.75em;
	text-align: center;
	vertical-align: top;
}

table.standardTable tr.incentive th {
	background: #C93;
}

table.standardTable th.responseRate {
	text-align: left;
}

table.standardTable th.header {
	background: #2b2b2b;
	color: #f5f5f5;
}

table.standardTable thead th.headerSortDown,
table.standardTable thead th.headerSortUp {
	background: #444;
}

table.standardTable tr {
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
}

table.standardTable tr.new input[type=text] {
	background-color: #FFE8F4;
}

table.standardTable tr.new input.textinputerror {
	background-color: #ffb033;
}

table.standardTable tr.odd td {
	background: #e9e9e9;
}

table.standardTable tr.note td {
	background: #e9e9e9;
	text-align: left;
}

table.standardTable tr td.note {
	text-align: left;
}

table.standardTable tr.disapproved td {
	background: #c0c0c0;
	color: #555;
}

table.deleted tr td {
	color: #555;
}

table.standardTable td {
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: left;
	vertical-align: top;
}

table.standardTable td p {
	margin-bottom: 10px;
	margin-top: 0;
}

img.ui-datepicker-trigger {
	margin-left: 3px;
}

img.ui-datepicker-trigger:hover {
	cursor: pointer;
}

div#dvSignatures {
	margin-top: 3em;
}

p.warningDue {
	margin-bottom: 0;
	margin-top: 0;
}

table.summary p.warningDue {
	margin-bottom: 8px;
}

label#lblSelectViolation,
label#lblSelectPositive {
	display: none;
}

span.field-validation-error {
	color: #FF0000;
}

table#tblReportFooter {
	margin-top: 2em;
	width: 100%;
}

table#tblReportFooter td {
	border-top: 1px solid #000;
	padding-bottom: 35px;
}

div#dvCorrectionNotice h4 {
	-moz-border-radius: 8px 8px 8px 8px;
	background: none repeat scroll 0 0 #333366;
	border: 1px solid #494437;
	color: #FFFFFF;
	font-weight: bold;
	height: 2em;
	margin: 0;
	padding-left: 5px;
	padding-top: 6px;
	vertical-align: middle;
}

label.StatusMessage {
	-moz-border-radius: 4px 4px 4px 4px;
	background: none;
	background-color: #FFC73D;
	line-height: 4em;
	margin-bottom: 5px;
	margin-left: -410px;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
}

div.actionButtons {
	display: none;
}

p.sendEmail {
	margin-bottom: 0;
}

#dvCorrectionNotice .btnsubmit {
	margin-bottom: 10px;
}

.formElement.table {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.formElement label {
	display: block;
	font-size: 0.9em;
	
}

.formElement .txt,
.formElement .pass,
.formElement input[type="text"],
.formElement input[type="password"] {
	min-width: 180px;
	padding: 3px 1px;
}

.formSubmit {
	margin-top: 20px;
}

.addLink {
	margin-bottom: 0.4em;
}

.folders {
	width: 25%;
	font-size: calc(14rem/16);
	font-weight: bold;
	overflow: scroll;
	float: left;
	display: inline;
	float: left;
	height:80vh;
}

.folders .actions .addImg {
	background: url(/Styles/images/famfamfam_silk_icons_v013/icons/add.png) no-repeat center center;
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-indent: -999em;
	width: 30px;
}

.folders h3 {
	background: #eee;
	border: 1px solid #ddd;
	line-height: 30px;
	margin: 0;
	padding: 0 5px;
	vertical-align: middle;
}

.folders .highlighted {
	background-color: #FDFFC9;
	color: #EA4F3A;
}

.folders .drop {
	background-image: url(/Styles/images/famfamfam_silk_icons_v013/icons/anchor.png);
	background-repeat: no-repeat;
}

.folders ul {
	border: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
}

.folders ul ul {
	border: 0;
	margin-left: 15px;
}

.folders ul .active {
	background-color: #FDFFC9;
    font-weight: bold;
}

.folders ul li {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.folders ul a {
	background: url(/img/icons/folder.png) no-repeat 18px;
	display: block;
	line-height: 30px;
	padding: 0 10px 0 35px;
    font-size: calc(15rem/16);
}

.folders ul a:hover {
	background-color: #FCFFB7;
}

.draggable ul a:hover {
	background-image: url(/Styles/images/famfamfam_silk_icons_v013/icons/drag.png);
	background-repeat: no-repeat;
}

.documents,
.editFolder {
	display: inline;
	float: left;
	margin-left: 1%;
	width: 74%;
}

.editFolder h2 {
	margin-top: 0.1em;
}

.error, .failure {
	color: #f55;
}

.success {
	color: #383;
}

.flash_protected, .flash_error {
    color: #990000;
    padding: 12px 12px 12px 35px;
    font-size: calc(14rem/16);
    margin-bottom: 10px;
}

.flash_protected {
	background: url("/Styles/images/famfamfam_silk_icons_v013/icons/tag=E9A7050C/key.png") no-repeat scroll 12px 12px #fdd;
}

.flash_error {
	background: url("/Styles/images/famfamfam_silk_icons_v013/icons/tag=CEB1ACE9/error.png") no-repeat scroll 12px 12px #fdd;
}

.flash_success, .flash_warning, .flash_reconnect {
	padding: 8px 8px 8px 15px;
	margin-bottom: 10px;
}

.flash_success {
	background-color: #dfd;
	color: #005500;
}

.flash_warning {
	background-color: #eed202;
	color: #000000;
}

.flash_reconnect {
	background-color: var(--accent);
	color: #ffffff;
}

.count a {
	padding: 0 20px !important;
}

#contentFooter {
	background: linear-gradient(#182a32, #14262D);
	text-align:center;
	position:fixed;
	width:100%;
	height:60px;
	bottom:0;
	z-index:500;
}

#contentFooter .widthWrap {
	font-size: 1em;
	width: 940px;
}

#contentFooter .widthWrap a {
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
    color: white;
}

#contentFooter .widthWrap a:hover {
	text-decoration: underline;
}

#contentFooter .widthWrap .secondLine {
	color: #bbb;
	margin-top: 10px;
}

.Documents .Published,
.Documents .Expires,
.Documents .Created,
.Documents .Actions {
	text-align: left;
}

.IsActive .yes {
	color: #299E0C;
	font-weight: bold;
}

.IsActive .no {
	color: #AD1916;
	font-weight: bold;
}

.deleteWarning {
	background: #FFE6F1;
	border: 1px solid indianred;
	margin-bottom: 10px;
	padding: 10px 20px;
}

.changeBE {
	background: #333333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 0 3px #AAAAAA;
	margin-left: 470px;
	padding: 5px 10px 8px;
	position: absolute;
	text-align: center;
	width: 250px;
}

.changeBE select {
	margin: 0 5px;
}

.validationMessage {
	color: #e55;
}

.spacedElements {
	padding-top: 10px;
}

.spacedElements label {
    font-size: calc(18rem/16);
    font-weight: 600;
}

.buildversion {
	clear: both;
	color: #aaa;
	text-align: right;
}

.smallText {
	font-size: calc(11rem/16);
}

.downloadColumn {
	padding: 0 3px 0 0 !important;
}

.recentlyAgentName,
.recentlyMeetingsCount {
	font-weight: bold;
}

.toggleDeletedDocs {
	text-align: right;
}

.expired td {
	background: #eee !important;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #666;
}
tr.igg_Windows7Alt .deleted td,
tr.igg_Windows7Alt .expired td,
.deleted td, .deleted th, .expired td {
    background: #a4a4a4 !important;
    border-bottom: 1px solid #888888;
    border-top: 1px solid #888888;
    color: #494437;
}


.addMesssageLink {
	float: left;
}

.playLink,
.downloadLink,
.editLink,
.deactivateLink,
.activateLink {
	display: inline-block;
	height: 20px;
	overflow: hidden;
	text-indent: -9999em;
	width: 20px;
}

.playLink {
	background: #fff url(/Styles/images/famfamfam_silk_icons_v013/icons/control_play.png) no-repeat 5px center;
	display: inline-block;
}

.downloadLink {
	background: #fff url(/Styles/images/famfamfam_silk_icons_v013/icons/disk.png) no-repeat center center;
	display: inline;
    float:right;
}

.editLink {
	background: url(/Styles/images/famfamfam_silk_icons_v013/icons/pencil.png) no-repeat center center;
}

.unlockLink {
	background: url(/img/icons/lock.png) no-repeat center center;
}

.deactivateLink {
	background: url(/Styles/images/famfamfam_silk_icons_v013/icons/tick.png) no-repeat center center;
	opacity: 0.7;
}

.activateLink {
	background: url(/Styles/images/famfamfam_silk_icons_v013/icons/cross.png) no-repeat center center;
	opacity: 0.7;
}

.deactivateLink:hover,
.activateLink:hover {
	opacity: 1.0;
}

.notice {
	background: #E8ECFF url(/Styles/images/famfamfam_silk_icons_v013/icons/information.png) no-repeat 10px center;
	border: 1px solid #9AB3D3;
	padding: 10px 10px 10px 35px;
    font-weight: bold;
}

.noticeNoBold {
	background: #E8ECFF url(/Styles/images/famfamfam_silk_icons_v013/icons/information.png) no-repeat 10px center;
	border: 1px solid #9AB3D3;
	padding: 10px 10px 10px 35px;
}

.documents .notice {
	margin-right: -2px;
}

.explanation {
	color: #333;
	font-size: calc(11rem/16);
	font-style: italic;
	padding: 2px;
}

.reportList {
	padding-top: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #ece9d8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	text-align: left;
}

.groupsList {
	width: 500px;
}

.instruction {
	background-color: #fafafa;
	background-position: 1em 1em;
	border: 1px solid #eee;
	line-height: 1.5em;
	margin-bottom: 20px;
    font-size: calc(14rem/16);
}

    .instruction ul {
        font-style: italic;
        list-style: square;
        margin: 0;
        padding: 0;
        font-size: calc(14rem/16);
    }

        .instruction ul li {
            margin: 0 0 0 20px;
            font-size: calc(14rem/16);
        }

.required {
	color: #f55;
}

.padding10 {
	padding: 10px;
}

#pageLoader {
	padding: 20px;
	text-align: center;
}

img.imgStatus {
	display: inline;
}

.passwordInstructions {
	background: #E8EAFF;
	border: 1px solid #BEC2E2;
	font-size: calc(12rem/16);
	padding: 5px 10px;
	width: 250px;
}

.passwordInstructions ul {
	margin: 0;
	padding: 0 0 0 25px;
}

.igg_Windows7Pager {
	position: relative;
	width: auto !important;
	/* hack to work with mobile safari */
}

.igg_Windows7PageLink {
	display: inline-block;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: relative;
	text-align: center;
	z-index: 101;
}

.igg_Windows7Pager span:active {
	background: #333;
	color: #fff;
}


/* GUIDES */

.guide {
	clear: both;
	height: 105px;
}

.guide .guideLogo {
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}

.guide .guideName {
	font-size: calc(17rem/16);
	font-weight: bold;
}

.guide .guideDate {
	color: #666;
}

.guide .guideDate {
	margin-top: 5px;
}

.guide .guideDate,
.guide .guideName,
.guide .guideDownload {
	margin-left: 100px;
}

.helpDeskPhone *,
.HelpDeskEmail * {
	vertical-align: baseline;
}

.helpDeskPhone,
.HelpDeskEmail a {
	font-size: calc(16rem/16);
	font-weight: bold;
}


/* Start: Search */

.searchParameters {
	border-right: 1px solid #ddd;
	float: left;
	margin: -20px;
	padding: 20px;
	width: 200px;
}

.searchParameters .validationMessage {
	display: block;
	font-size: calc(11rem/16);
	padding: 3px 0;
}

.searchParameters label {
	display: block;
	font-size: calc(11rem/16);
}

.searchParameters div {
	margin: 0 0 10px 0;
	padding: 0;
}

.searchParameters p {
	margin: 0;
	padding: 0;
}

.searchParameters .txt,
.searchParameters .dropdown,
.searchParameters .button {
	display: block;
	width: 200px;
}

.searchParameters .txt,
.searchParameters .dropdown {
	border: 1px solid #888;
}

.searchParameters .rbl label {
	display: inline;
	padding-bottom: 5px;
}

.searchResults {
	margin-left: 250px;
}

.searchResults .meeting {
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
}

.searchResults .lbl {
	color: #555;
	font-size: calc(11rem/16);
	font-weight: bold;
}

.searchResults .resultCount,
.searchParameters .instructions {
	font-size: calc(11rem/16);
	padding-bottom: 10px;
}

.resultCount {
	display: block;
}


/* End: Search */

#body_VideoUpLabel,
#body_FileUpLabel {
	color: #54707E;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding-bottom: 0.2em;
}

.hide {
	display: none;
}
.show{
	display: block;
}

#body_progressBar {
	border: 1px solid #B1B1B1;
	color: #333333;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;
	width: 60%;
}

#dvIcon.Information {
	margin-bottom: 5px;
	color: #54707E;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}

.dropdown {
	color: #555;
	margin: 0 -22px 0 0;
	width: 120px;
	position: relative;
	height: 12px;
	text-align: left;
}

.submenu {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .05);
	position: absolute;
	left: -95px;
	z-index: 100;
	width: 120px;
	display: none;
	margin-left: 10px;
	padding: 12px 0 5px;
}

.dropdown li a {
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 6px 15px;
	cursor: pointer;
	text-decoration: none;
}

.dropdown li a:hover {
	background: #155FB0;
	color: #FFFFFF;
	text-decoration: none;
}

a.account {
	font-size: calc(11rem/16);
	line-height: 16px;
	color: #555;
	position: absolute;
	z-index: 110;
	display: block;
	padding: 17px 0 0 20px;
	height: 19px;
	width: 21px;
	margin: -11px 0 0 -10px;
	text-decoration: none;
	background-image: url(/img/icons/arrow.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.leadTableLabel {
	display: block;
	font-size: 0.9em;
	margin: 5px 0 3px 0;
	padding-bottom: 0.2em;
	font-family: "Segoe UI";
}
   
.configTable {
    width: 100%;
}

.configTable td {
    vertical-align: top;
}


/* Fixes an IE b u g: http://stackoverflow.com/questions/8820286/how-to-remove-only-underline-from-abefore/21902566#21902566 */

#config .category table tr td a~a::before,
#config .category table tr td a~a:hover::before {
	text-decoration: none;
}

#config .moreOptions {
    width: 100%;
}


/* Breadcrumbs */

#breadcrumbs {
	margin-bottom: 15px;
	font-weight: bold;
}

.bebutton {
	background: #4682b4 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: calc(18rem/16);
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 10px;
	text-decoration: none;
	width: auto;
}

.noborder {
	border: none;
	background: #fff;
}

#body_txtEmail {
	width: 250px;
}

.labelCell {
	text-align: right;
	width: 21%;
	padding: 5px;
	background-color: #ececec;
    font-size: calc(14rem/16);
    font-weight: 600 !important;
}

.labelCell.blank {
	background-color: initial;
}

.labelCell.password {
	/* For Add a User and My Account's password box */
	width: 25%;
}

.labelCell.three {
	width: 12.8%;
}
.labelCell.lead {
	width: 13%;
}

.inline {
	display: inline-block;
	font-weight: 600 !important;
}

.checklistlabel {
	display: inline !important;
	padding: 10px !important;
	font-weight: normal !important;
	color: #000000 !important;
}

.contentCell {
	overflow:hidden!important;
	width: 28%;
}

.contentCell.three {
	width: 19.2%;
}

.inline {
	display: inline-block;
}

.contentCell input[type="text"],
.contentCell input[type="password"],
.contentCell textArea {
	width: 100% !important;
	box-sizing: border-box;
    padding: 5px;
	/* Let width 100% include padding, border, and margin. */
}

.contentCell select {
	height: 27px;
	width: 100%;
	padding: 3px 0;
}

.formElement:disabled,
.contentCell input:disabled,
.contentCell select:disabled {
	background-color: #ececec;
	border: 1px solid #b4b4b4;
}

.spacerCell {
	width: 2%;
}

.autoAssignDefine {
	padding-left: 25px;
	padding-right: 25px;
}

.autoAssignDefine ul {
	margin: 0px;
	padding-left: 25px;
}

.autoAssignDefine li {
	text-indent: -25px;
	padding-left: 25px;
}

.browserOutOfDateNotice {
	text-align: center;
	color: #000000;
	font-weight: bold;
	background-color: #ff6666;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	margin-top: 0px;
}

.browserOutOfDateNotice a {
	color: #000000;
}

.browserOutOfDateNotice a:hover {
	color: #ffbbbb;
}


/* http://ilikepixels.co.uk/drop/bubbler/ */

.bubble {
	text-align: center;
	margin-top: 5px;
	margin-right: 16px;
	color: #004080;
	float: right;
	width: 225px;
	position: relative;
	padding: 10px;
	background: #E6F2FF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: #ABD5FF solid 2px;
}

.bubble::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 17px 16px;
	border-color: #E6F2FF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -17px;
	top: -14px;
	left: 60%;
}

.bubble::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 18px 17px;
	border-color: #ABD5FF transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -18px;
	top: -17px;
	left: 60%;
}


/* STORE */

.splashImages {
	margin-bottom: 20px;
	border-radius: 12px;
}

.splashImages img {
	margin-top: 25px;
	margin-left: 35px;
	width: 230px;
}

.splashContent {
	padding: 50px;
}

.splashContent h2 {
	font-size: calc(20rem/16);
	margin-top: 0;
	text-align: left;
	font-weight: 600;
}

.splashContent div {
	font-size: calc(16rem/16);
	line-height: 1.5em;
	text-align: left;
	margin-top: 15px;
}

.appsListBodyTableWrapper {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	border-radius: 12px;
	margin-top: 20px;
}

.appsListBodyWrapper {
	border-collapse: collapse;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	width: 98%;
	border-radius: 8px;
}

.appsListBody {
	border-collapse: collapse;
	width: 100%;
	background: rgba(0, 0, 0, 0.0);
	border-radius: 8px;
	font-size: calc(12rem/16);
	font-weight: bold;
}

.appsListBody tr {
	background: rgba(0, 0, 0, 0.0);
}

.appsListBody tr td {
	background: rgba(0, 0, 0, 0.0);
}

.appsListBody tr td {
	width: 33.333%;
}

.appsListBody tr td:first-of-type {
	border-radius: 8px 0 0 8px;
}

.appsListBody tr td:nth-of-type(2),
.appsListBody tr td:nth-of-type(3) {
	border-left: 1px solid #909090;
}

.appsListBody tr td:last-of-type {
	border-radius: 0 8px 8px 0;
}

.appLogo {
	width: 72px;
	margin: 15px;
	vertical-align: middle;
}

.appInfo {
	display: inline-block;
	width: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.appName {
	color: #333343;
	font-size: calc(18rem/16);
	font-weight: bold;
	text-shadow: 0 1px 2px #ffffff;
}

.appText {
	color: #333343;
	font-size: calc(12rem/16);
	font-weight: bold;
	text-shadow: 0 1px 2px #ffffff;
}

.downloadButton {
	font-size: calc(13rem/16);
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	height: 25px;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	border-radius: 3px;
}

.downloadButton.install {
	background: var(--accent);
	background: linear-gradient(var(--accent), #0d4478);
	border-color: #0d4478;
	border-style: solid;
	border-width: 1px;
}

.downloadButton.install:hover {
	background: #0d4478;
	background: linear-gradient(#0d4478, var(--accent));
    color: #ffffff;
}

.downloadButton.download {
	background: #999999;
	background: linear-gradient(#aaaaaa, #888888);
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
}

.downloadButton.download:hover {
	background: none;
	background-color: #ffffff;
	color: #999999;
}

.ios9Notice {
	border-radius: 12px;
	color: #333343;
	font-size: calc(15rem/16);
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	background-color: #ffeeee;
	margin-top: 20px;
}

.ios9Notice h3 {
	font-size: calc(18rem/16);
	font-weight: bold;
	margin-top: 0px;
}

.igte_disabled {
	background-color: #e5e5e5;
	color: #555555 !important;
}

.spanHeaderStyle {
	display: block !important;
	font-size: 0.9em !important;
	font-weight: bold !important;
	margin: 5px 0 3px 0 !important;
	padding-bottom: 0.2em !important;
	padding-top: 1em !important;
}

.newBtn {
	color: #ffffff;
	font-weight: bold;
	background: #222222;
	border-style: solid;
	border-width: 1px;
	border-color: #222222;
	padding: 8px;
	border-radius: 5px;
	min-width: 100px;
}

.newBtn:disabled {
	color: #cccccc;
	background: #808080;
	border-color: #808080;
}

.newBtn:hover:enabled {
	color: #f8f8ff;
	background: #666688;
	border-color: #666688;
}

.newBtn:active:enabled {
	color: #f8f8ff;
	background: #8888aa;
	border-width: 0px;
	margin: 1px;
}

.actionTable {
	width: 99%;
	padding-top: 10px;
	margin-right: 5%;
}

.actionTable td {
	float: left;
}

.formElement {
	margin-top: 0px;
}

#logoWrapper {
	padding: 10px;
	margin-left: 20px;
	display: grid;
	grid-template-columns: auto 1fr;
}

	#logoWrapper img {
		margin-right: 10px;
	}

	#logoWrapper h1 {
		font-size: 3.75rem;
		font-weight: 800;
		margin: 0;
		display: inline-block;
	}

.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}


/* Style the buttons inside the tab */

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: calc(17rem/16);
}


/* Change background color of buttons on hover */

.tab button:hover {
	background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
	background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

.renderGrid {
	border: 1px solid lightgrey;
	border-radius: 4px;
	padding: 0 6px 5px 5px;
}

.hideBtn {
	background-color: white;
	color: var(--accent);
	border: 1px solid white;
	float: right;
}

.hideBtn:hover {
	background-color: #ececec;
	border: 1px solid #ececec;
}

.gridHeader {
	width: 95%;
}

.infoMsg {
	padding: 5px;
}

.newMenuNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 50px;
	padding-left: 240px;
	float: left;
}

.newMenuNav li {
	float: left;
}

.newMenuNav a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Sans-serif;
	font-size: calc(12rem/16);
	outline: 0;
}

.newMenuNav li a:hover {
	background: rgba(0, 0, 0, 0) url("/Assets/Logos/tag=9C190617/ARM_Web_Top_Nav_Rollover_Bkgrnd.png") repeat-x scroll 0 0;
	color: #000;
}

.newMenuNav li a:active {
	background: rgba(0, 0, 0, 0) url("/Assets/Logos/tag=9C190617/ARM_Web_Top_Nav_Rollover_Bkgrnd.png") repeat-x scroll 0 0;
	color: #000;
}

.contentWidthWrap {
	margin: 0 auto;
	width: 1024px;
}

#contentBody .newWidthWrap {
	background: #fff;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	min-height: 635px;
	width: 984px;
}

.newWidthWrap {
	margin: 0 auto;
	width: 1024px;
}

#newPageTitle {
	background: #567280;
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
}

#newPageTitle h1 {
	clear: both;
	color: #FFFFFF;
	margin: 0;
	padding: 0 20px;
	text-shadow: none;
}

#newPageTitle .widthWrap {
	padding: 3px 0;
}

td.ui-iggrid-addrow {
    cursor:pointer !important;
}

.vhvMeetingCode a {
    text-decoration: underline;
    font-size: 0.9em;
    color: var(--accent)
}

.strikethrough {
	text-decoration: line-through;
}

#myInputautocomplete-list {
	background-color: white;
}

.autocomplete {
	position: relative;
	display: inline-block;
	width: 100%;
}

.searchPanel {
	height: 80px;
	display: none;
	position: absolute;
	border: 1px solid black;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	width: inherit;
	background-color: #ededed;
	text-align: center;
	line-height: 80px;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
	min-width: 300px;
	background-color: white;

	max-height: 200px;
	overflow-y: scroll;
	margin-top: 2px;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/*for the loading modal*/
.loadermodal {
	width: 100%;
	flex-direction: column;
	place-content: center;
	align-items: center;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
	display: none;
}

.loadercenter {
	z-index: 1000;
	margin: auto;
	padding: 10px;
	width: 130px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background-color: White;
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.actionTable {
	text-align: center;
}

.wideSeparator {
	width: 25px;
}

.locationTextArea {
	height: 55px;
	width: 100% !important;
	background-color:white;
	color:black;
}

.grayBackground {
	background-color: #c5c5c5;
}

.regionAddEditTablesHeader {
	font-size: calc(14rem/16)
}

.regionAddEditTables {
	overflow-y: auto;
	width: 100%;
	height: 600px;
}

.refreshLA {
    float: none;
    margin-left: calc(50% - 135px) !important;
    margin-bottom: 15px !important;
}

.reviewTblLicenses td:last-child{
    text-transform: capitalize;)
}

#refreshIcon {
	position: relative;
	top: 1px;
	left: 2px;
}

#cancelButton {
    top: 1px;
}

.ui-igcombo-dropdown {
    z-index: 100 !important;
}

.reviewTable {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid rgb(4 4 4 / 87%);
	font-size: calc(14rem/16);
}
	.reviewTable td{
		border: 1px solid rgb(4 4 4 / 87%);
		padding: 8px;
	}

	.reviewTable tr:not(:first-child) {
		border: 1px solid rgb(4 4 4 / 87%);
	}

	.reviewTable th {
		background-color: #ececec;
		border: 1px solid rgb(4 4 4 / 87%);
		padding: 8px;
	}

.myUL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.caret {
	cursor: pointer;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
}

	.caret::before {
		content: "\25B6";
		color: black;
		display: inline-block;
		margin-right: 6px;
	}

.caret-down::before {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
}

.nested {
	display: none;
}

.active {
	display: block;
}

.textareaContainer {
	position: relative;
	margin-bottom: 20px;
}

.textarea {
	background-color: white;
	color: black;
}

.myTextarea {
	width: 100%;
	resize: vertical;
	min-height: 250px;
	padding-top: 35px;
}

.copyButton {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	margin-top: 8px;
	margin-right: 20px;
}

.NiprApplyLicenseGrid {
	display: block;
}


.accordion {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.accordion-header {
	background-color: #f1f1f1;
	padding: 10px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	font-size: calc(15rem/16);
}

	.accordion-header::after {
		content: '\002B'; /* Unicode character for plus sign (+) */
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		transition: transform 0.3s ease-in-out;
	}

	.accordion-header.active::after {
		content: '\2212';
	}

.accordion-body {
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

	.accordion-body.show {
		max-height: 10000px;
		padding: 10px;
		overflow-y: auto;
	}

.gridToggles {
	float: right;
	background-color: #ccc;
	margin-right: 2px;
	padding: 8px; /* Adding padding for better visibility */
	border-radius: 4px; /* Rounded corners */
	transition: background-color 0.3s ease; /* Smooth color transition */
}

	.gridToggles:hover {
		background-color: #FFC94A; /* Lighter shade on hover */
	}

.actionTable button {
	cursor: pointer;
}

.checklistdiv {
	display: inline;
}
/*fix checkboxes in combo control*/
.ui-igcheckbox-large-on, .ui-igcheckbox-normal-on, .ui-igcheckbox-small-on, .ui-igcheckbox-verysmall-on {
	display: block;
}

.deleted {
	color: red;
}

.dynamoForm {
	border-style: solid;
	border-width: 1px;
	border-color: #444;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
}

.dynamoForm iframe {
	height: 100vh;
}
.dynamoForm input, .dynamoForm select, .dynamoForm textarea {
	max-width: 280px;
	height: 25px
}

.dynamoForm div + div {
	margin-top: 10px;
	padding-top: 10px
}

.dynamoForm > div {
	border-top: none
}

.dynamoForm span {
	max-width: 750px;
	display: block
}

.dynamoForm table {
	table-layout: fixed;
	width: 1000px
}

.dynamoForm .h1 {
	font-size: calc(20rem/16);
	font-weight: 800;
	margin: 0 0 10px 0;
}

.dynamoForm .h3 {
	font-size: calc(15rem/16);
	margin: 0 0 10px 0;
}

.dynamoForm .page {
	width: 100%;
	max-width: initial;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #CCCCCC;
}

.rolePermissionsTable tr {
	border-top-color: rgba(0, 0, 0, .05);
	border-top-style: solid;
	border-top-width: .1em;
}

	.rolePermissionsTable tr:nth-child(4n+3) {
		background-color: rgba(0, 0, 0, .1);
	}

	.rolePermissionsTable tr:nth-child(4n+2), .rolePermissionsTable tr:nth-child(4n+4) {
		background-color: rgba(0, 0, 0, .05);
	}

	.rolePermissionsTable tr td:nth-child(1), .rolePermissionsTable tr td:nth-child(2n+2) {
		padding-left: 1em;
	}

	.rolePermissionsTable tr td:nth-child(2n+1) {
		padding-right: 1em;
	}

.rolePermissionsTable {
	width: initial;
	border-collapse: collapse;
}

.UnderlineText {
	text-decoration: underline;
}

.3DropdownStyle_1 {
	width: 30.5%;
	padding: 0px;
}

.3DropdownStyle_2 {
	width: 34%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

.3DropdownStyle_3 {
	width: 35.5%;
	padding: 0px;
}

.OverflowInitial {
	overflow: initial !important
}

.tableContainer {
	width: 100%;
}

.labelCell {
	/* Adjusted width values for different contexts */
	width: 13.5%; /* Original width */
	/* Alternatively: width: 21%; */
}

.labelContainer {
	margin-bottom: 5px;
}

.urlsContainer {
	overflow-y: auto;
	width: 100%;
	height: auto;
	max-height: 122px;
}

.removeUrlsContainer {
	float: left;
}

.urlContainer {
	margin-top: 5px;
}

.checkboxContainer {
	/* Adjusted width values for different contexts */
	overflow-y: auto;
	width: 100%;
	height: auto;
	max-height: 122px;
}

.removeDomainContainer {
	margin-bottom: 5px;
	float: left;
}

.formTable {
	margin-top: 15px;
}

.contentCell {
	/* Adjusted width values for different contexts */
	width: 28%; /* Original width */
	/* Alternatively: width: 28%; */
}

.addButtonContainer,
.addDomainBtnContainer {
	float: left;
}
.ui-igcombo-wrapper {
	display: inline-flex !important;
}

.ui-igcombo-listitemholder li, .ui-igedit-listitem {
	background-color: #ffffff !important;
	border: none !important;
	font-weight: normal !important;
}

	.ui-igcombo-listitemholder li:hover, .ui-igedit-listitem:hover {
		background-color: #ededed !important;
		border: 1px solid #cccccc !important;
	}

.ui-igedit-dropdown {
	border: 1px solid #cccccc !important;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}
.ui-igedit-button-common {
	min-width: 9px !important;
}
.ui-igcombo{
	width:100%!important;
}
.custom-hidden {
	display: none;
}

.modal-body-visible {
	display: block;
}

.custom-modal-content {
	width: 90% !important;
}

.radio-label {
	width: 25%;
	float: left;
}

.container-div {
	margin-bottom: 5px;
}

.bold-label {
	font-weight: bold;
}

.awn-list-container {
	overflow-y: auto;
	width: 49%;
	height: auto;
	max-height: 122px;
}

.custom13-width {
	width: 13% !important;
}
.ui-igcombo-wrapper{
	width:100%!important;
}
.customMargin10 {
	margin-top: 10px
}

.customcenterAlignTable {
	text-align: center;
}

.tableWidth50 {
	width: 50%;
}

.tableCellWidth10 {
	width: 10% !important;
}

.logo-container {
	margin: 10px;
	line-height: 1;
	padding: 0;
	margin-bottom: 5px;
}

	.logo-container h1 {
		line-height: 1;
		margin-bottom: 15px;
	}

.customWrapper {
	margin: 10px;
	line-height: 1;
	padding: 0;
	margin-bottom: 5px;
}

.custom-Content-container {
	margin: 20px;
}

.bePageTitle {
	line-height: 1;
	margin-bottom: 15px;
}

.custom-Label-text {
	/* Style for the label text */
	font-size: calc(16rem/16);
	font-weight: 600;
	max-width: 100%;
	overflow-wrap: break-word;
	overflow: hidden;
}

.icon-img {
	width: 50px;
	height: 50px;
}

.link-text {
	font-size: calc(12rem/16);
	font-family: 'Open Sans';
}

.link-anchor {
	margin-right: 0px;
}

.customResourcesDiv{
	height:80vh;
	background-color:white;
}

.halfWidth
{
	width:50%;
	margin: 0px!important
}

.contentCell {
	width: 20% !important;
}

.datefield {
	width: 105px !important;
	min-width: 95px !important;
}

.checklistdiv {
	display: inline;
}

.checklistcheck {
}

.checklistlabel {
	display: inline !important;
	padding-right: 10px !important;
	font-weight: normal !important;
	color: #000000 !important;
}

#tblPhones {
	width: 100% !important;
}

.headerCell {
	text-align: left;
	padding: 5px;
	background-color: #ececec;
	font-size: calc(14rem/16);
	font-weight: 600 !important;
}

.phoneCell input {
	width: 100% !important;
	box-sizing: border-box;
	padding: 5px;
}

.phoneCell {
	padding: 5px;
}

	.phoneCell select {
		height: 27px;
		width: 100%;
		padding: 3px 0;
	}


.sidenav {
	width: 0; /* 0 width - change this with JavaScript */
	position: absolute; /* Stay in place */
	z-index: 1; /* Stay on top */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	background-color: #f7f7f7;
}

	/* Position and style the close button (top right corner) */
	.sidenav .closebtn {
		position: relative;
		top: 0px;
		float: right;
	}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
}

.searchParams div input,
.searchParams div select {
	width: 100%;
}

.searchParams div span {
	font-size: calc(12rem/16) !important;
}

.ui-datepicker {
	z-index: 100 !important;
}

.searchParams div {
	margin: 0 0 5px 0;
	padding: 0;
}

	.searchParams div br {
		display: none;
	}

.ui-iggrid table td, .ui-iggrid table th {
	border: 1px solid #e5e5e5;
}

#MultipleResourcesGrid {
	overflow-wrap: break-word;
}

	#MultipleResourcesGrid .ui-iggrid table td, .ui-iggrid table th {
		text-overflow: inherit;
	}


.bottomSpacing{
	margin-bottom: 100px;
}
.whiteContentBody {
	background-color: white !important;
	margin-top: 100px;
}
.containerConfig {
	display: flex;
	flex-wrap: wrap;
}

.contentContainer {
	display: flex;
	justify-content: center;
	min-height: 100vh;
}

#config .category {
	width: calc(33.33% - 20px);
	/* Add other styles as needed */
}

/* Media query for screen size */
@media (max-width: 795px) {
	#config .category {
		width: calc(100% - 20px); /* 100% for two columns, adjust as needed */
	}
}

/* Media query for one column on even smaller screens */
@media (max-width: 1168px) and (min-width: 795px) {
	#config .category {
		width: calc(50% - 20px); /* 50% for one column, adjust as needed */
	}
}

#config .category {
	margin-bottom: 50px;
	font-size: calc(12rem/16);
	min-width: 350px;
	margin: 10px; /* Adjust as needed */
	border: 1px solid #e0d8d8; /* Optional: Add border to child divs */
	box-sizing: border-box; /* Include padding and border in the width calculation */
}

	#config .category h1 {
		font-size: calc(16rem/16);
		font-weight: bold;
		color: black;
		text-align: center;
		text-shadow: none;
		background: #f1f1f1;
	}

	#config .category table {
		border-collapse: collapse;
		width: 100%;
	}

		#config .category table td {
			border: 3px solid #f8f8f8;
			padding-top: 6px;
			padding-bottom: 6px;
			padding-left: 10px;
			padding-right: 10px;
			font-size: calc(14rem/16);
		}

		#config .category table td {
			width: 40%;
			background: #f8f8f8;
			text-align: right;
		}

			#config .category table td + td {
				width: 70%;
				background: white;
				text-align: left;
			}

		#config .category table tr td a ~ a {
			margin-left: 6px;
		}

			#config .category table tr td a ~ a::before {
				content: "| ";
				padding-right: 6px;
				white-space: pre-wrap;
				color: black;
				/* Fixes an IE b u g. See below. */
				display: inline-block;
			}

/*styles for toggle switch*/
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}
#SessionExpireNotification {
	background-color: white !important;
}

.chip {
	display: inline-block;
	padding: 5px 10px !important;
	border-radius: 10px;
	color: white !important;
	font-weight: bold;
	margin: 5px !important;
}

.expired {
	background-color: red;
}

.expiring-soon {
	background-color: yellow;
}

.valid {
	background-color: green;
}

.ProgramTabHeader {
	width: 100%;
}

.tab-button {
	padding: 10px;
	border: none;
	cursor: pointer;
	font-size: calc(14rem/16);
	outline: none;
	width: 100%;
}

	.tab-button:hover {
		background-color: #f5f5f5;
	}

	.tab-button.active {
		background-color: #337ab7;
		color: #fff;
	}

.tab-content {
	padding: 15px;
	display: none;
}

	.tab-content.active {
		display: block;
	}