:root  {
	--header-blue: #244E7C;
	--unslelectedNav: #5C5C5C;
	--selectedOrange: #FF9900;
	--bodyBackground: #5B799A;
	--clearCallBlue: #0070D2;
	--searchBoxGrayText: #ADADAD;
	--logoWhite: #EDEBEB;
}

body  {
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	height:100%;
}

html  {
	height:100%;
}

#root  {
	height:100%;
}

[data-reactroot]
{height: 100% !important; }

.MegaBee  {
	height: 100%;
}

.mainTable  {
	vertical-align:top;
	height: 100%;
	width: 100%;
	border: 0;
}

/*start header*/
.tableHeaderTR  {
	max-height:44px;
	background-color: var(--header-blue);
	height:44px !important;
	width:100%;
}

.logo  {
	font-size:22px;
	font-weight: lighter;
	color:var(--logoWhite);
	padding-left:60px;
	width:132px !important;
	white-space: nowrap;
}

.searchTD  {
	text-align: center;
	width: 100%;
}

#searchBox  {
	height:30px;
	width: 281px;
	font-size: 14px;
	color: var(--searchBoxGrayText);
	border:white;
	padding-left:10px;
	background-image: url('../images/search_box.png');
	background-repeat: no-repeat;
	background-color: var(--header-blue);
	outline: none;
}

input:-webkit-autofill {
	background-color: white !important;
}

#searchBox:focus  {
	color: black;
}

#clock  {
	padding-right: 20px;
	padding-left: 20px;
}

#clockImage  {
	cursor: pointer;
}

#notifications  {
	background-image: url('../images/message_blurb.png');
	background-repeat: no-repeat;
	background-color: var(--header-blue);
	width: 22px;
	height:20px;
	background-position: center;
}

.messageNumberContainer  {
	text-align: center;
	top:2px;
	color: white;
	cursor: pointer;
}

/*necessary to make the message blurb keep its size in Firefox*/
#messageContainerDiv  {
	width: 22px;
	height:20px;
}

#messageBubble  {
	position: relative;
	top:4px;
}

#messageNumber {
	font-size:12px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-align: center;
	padding-bottom: 20px;
}

.messageHRTD  {
	width: 100%;
}

.messageHR  {
	border-color:#EDEBEB;
	padding: 0;
	margin: 0;
}

#messageTopperTable  {
	width:250px !important;
}

#notificationDate  {
	text-align: right;
	padding-right:10px;
	padding-top:10px;
}

#notificationTitle  {
	padding-left:10px;
	padding-top:10px;
	font-weight: bold;
}

.message  {
	padding-left:10px;
	padding-top:5px;
	padding-bottom: 10px;
	color: black;
	text-decoration: none;
	width: 240px;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.message a {
	white-space: normal;
	width: 240px !important;
}

.messageDismissal  {
	font-weight: bold;
	padding-right:10px;
	padding-top:5px;
	padding-bottom: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: right;
}

.menu  {
	position:absolute;
	top:60px;
	right:230px;
	color:black;
	width:250px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 0 3px 12px;
	background-color: white;
}

.message a {
	color: black;
	text-decoration: none;
}

.message a:visited  {
	color: black;
	text-decoration: none;
}

#help  {
	padding-right: 20px;
	padding-left: 20px;
}

#logout  {
	padding-right:60px;
}

.bannerButtons  {
	color: white;
	font-size:20px;
	width:23px;
	white-space: nowrap;
}

/*end header*/
/*start nav buttons*/
.navButtonTable  {
	width:100%;
	height:41px;
	text-align: center;
}

.navButtonTD  {
	height:41px;
}

.selectedNavButton  {
	background-color: #EDEBEB;
	color: black;
	font-size: 13px;
	width:112px;
	height:44px;
	white-space: nowrap;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 44px;
	text-decoration: none;
}

.selectedNavButtonATag  {
	color: black;
	text-decoration: none;
}

.selectedNavButtonATag:visited  {
	color: black;
	text-decoration: none;
}

.unselectedNavButton  {
	background-color: white;
	color: var(--unslelectedNav);
	width:112px;
	height:44px;
	font-size: 13px;
	white-space: nowrap;
	vertical-align: center;
	line-height: 44px;
	text-decoration: none;
}

.unselectedNavButtonATag  {
	color: black;
	text-decoration: none;
}

.unselectedNavButtonATag:visited  {
	color: black;
	text-decoration: none;
}

.selectedHighlight {
	background-color: var(--selectedOrange);
	height:3px;
	width:112px;
}

.unselectedHighlight  {
	background-color: white;
	height:3px;
	width:112px;
}

.navButtonBuffer  {
	width:100%;
}
/*end nav buttons*/
/*start main page*/

/*start left boxes*/
#leftNavTable  {
	min-width: 275px;
	height:100%;
}

/* used for the call manager when the left nav is hiding */
#leftNavTableCallManager  {
	width: 5px;
	height:100%;
}

#leftNavTd  {
	padding-right:10px;
	padding-left:10px;
	vertical-align: top;
	min-width:270px;
}

#leftNavTdCallManager {
	width: 10px;
	vertical-align: top;
}

.leftNavTable  {
	height:100%;
	width: 100%;
	font-size:12px;
}

.grayChevron  {
	padding-left:5px;
}

.leftNavHeaders {
	height: 38px;
	background-color: #EDEBEB;
	padding-left:10px;
	padding-right:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	color: black;
	font-size:13px;
	font-weight:bold;
	vertical-align: bottom;
	padding-bottom:10px;
}

.leftBox  {
	background-color:white;
	border-radius: 5px;
	height: 275px;
	vertical-align: top;
}

.blueNumberBox  {
	display: block;
	background-color: var(--header-blue);
	min-width:21px;
	color:white;
	padding: 3px;
	text-align:center;
}

.blueNumberTD  {
	padding:10px;
	border-bottom: #EDEBEB 1px solid;
}

.leftNavItemText  {
	height:27px;
	border-bottom: #EDEBEB 1px solid;
	padding:5px 10px 5px 10px !important;
	width:95%;
	vertical-align: bottom;
	color: black;
	text-decoration: none;
	font-size:12px;
	white-space: nowrap;
}



.leftNavItemText  a {
	color: black;
	text-decoration: none;
	font-size:12px;
	height:27px !important;
	padding:5px 10px 5px 10px !important;
}

.leftNavItemText  a:visited {
	color: black;
	text-decoration: none;
	font-size:12px;
	height:27px !important;
	padding:5px 10px 5px 10px !important;
}

.leftNavFooter  {
	height:27px;
	padding:5px 10px 5px 10px;
}

.leftNavSeparator  {
	height: 10px;
	background-color: var(--bodyBackground);
}

/*left nav call stuff*/
#callLeftBox  {
	background-color: #EDEBEB;
	border-radius: 5px;
	height: 263px;
	vertical-align: top;
}

.leftNavBuffer  {
	height:100%;
}

#callHeader  {
	color: var(--selectedOrange);
	height: 40px;
	background-color: var(--bodyBackground);
	padding-left:10px;
	padding-right:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#callLeftNavTitle  {
	font-size:13px;
	font-weight:bold;
	width:100%;
}

#time  {
	vertical-align: bottom;
}

.callBoxTd  {
	background-color: #EDEBEB;
	color: black;
	font-size:13px;
	padding:0 10px 0 10px;
}

#voicemailSelect  {
	border: var(--selectedOrange) 1px solid;
	width:183px;
	height:32px;
	background-color: white;
	font-size: 13px;
}

#clearCallQueueButton, #clearCallQueueButton:visited   {
	height:22px;
	font-size:13px;
	text-decoration: none;
	color:var(--clearCallBlue);
	background-color: white;
	width: 220px;
	border-radius: 2px;
	display:block;
	text-align: center;
	margin-left:9px;
	padding-top:10px;
}

#callFooter  {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#callManagerBox  {
	/*display-none;*/
}

/*end left nav call stuff*/
/*end left boxes*/
/*start main box*/
#mainBox  {
	border-radius: 5px;
	background-color: white;
	width: 90%;
	padding:10px;
	height:100%;
	vertical-align: top;
}

#mainBoxCallManager  {
	border-radius: 5px;
	background-color: white;
	width: 99%;
	padding:10px;
	height:100%;
	vertical-align: top;
}

#mainSectionTd  {
	background-color: var(--bodyBackground);
	padding-top:15px;
	padding-bottom:15px;
	padding-right:10px;
	vertical-align: top;
	height: 100%;
}

#mainSectionTable  {
	height:100%;
	width:100%;
}

#scrollingTable  {
	overflow-y: auto;
}

/*::-webkit-scrollbar {*/
	/*width: 0px;  !* remove scrollbar space *!*/
	/*background: transparent;  !* optional: just make scrollbar invisible *!*/
/*}*/
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
	background: var(--searchBoxGrayText);
}

.loginText  {
	color: var(--logoWhite);
	padding-right:20px;
	display: table-cell;
}

#loginFormDiv   {
	background-color: var(--header-blue);
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#loginForm   {
	margin-left:auto;
	margin-right:auto;
	display: table;
	padding-top:100px;
}

#username  {
	border-radius: 5px;
	display: table-cell;
	font-size:14px !important;
	background-color:white !important;
}

#password  {
	border-radius: 5px;
	display: table-cell;
	margin-top:10px;
	font-size:14px !important;
	background-color:white !important;
}

#loginButton  {
	margin-top:10px;
	float:right;
	background-color:var(--logoWhite);
	border:none;
	cursor: pointer;
	border-radius: 5px;
	width:75px;
	height:20px;
}

#loginMegabee  {
	padding-left:0;
	padding-bottom:20px;
}