﻿/* Page Layout ####################################################################################################### */

body
{
	font-family: Calibri, Arial, sans-serif;
	margin: 0em;
	padding: 0em;
	border: 0em;
	text-align: center;
	background-color: white;
	color: #333;
}

html, form
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#content
{
	text-align: left;
	width: 90%;
	margin: 0 auto 1em auto;
	max-width: 1400px;
	min-width: 800px; /* compliments spacer image in bottom of skin */
	color: #333;
}
.srchCandidate
{
	float: left;
	margin-bottom: 10px;
}

#info
{
	margin: 1em 0;
}

#main
{
	
}

#footer
{
	clear: both;
}

/* Defaults ####################################################################################################### */
a
{
	font-family: Calibri,sans-serif;
	text-decoration: none;
	color: #007dc3;
}

a:hover
{
	text-decoration: underline;
	color: #5091cd;
}

a.anchor
{
	text-decoration: none;
}

img
{
	border: 0;
}

th, caption
{
	text-align: left;
}

table
{
	width: 100%;
}

fieldset
{
	
	border: none !important;
	margin: 0 0 20px 0;
	padding: 0;
	vertical-align: middle;
}

legend, legend a, legend a:visited, legend:hover
{
	color: #333 !important;
	font-size: 30px !important;
}

legend
{
	position: relative;
	top: 0 !important;
}

ul li
{
	list-style: square;
}

thead
{
	color: #333;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

thead tr th
{
	border-bottom: solid 1px rgb(204, 204, 204);
}

wbr:after
{
	content: "\00200B";
}
/* Works around some browsers that don't respect the wbr tag. (http://www.quirksmode.org/oddsandends/wbr.html#t00) */

hr
{
	width: 100%;
	border: 0;
	border-top: 1px dotted #ccc;
	clear: both;
}

input[type="text"]
{
	border: 1px solid #ccc;
	border-radius: 3.01px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
}

input[type="password"]
{
	border: 1px solid #ccc;
	border-radius: 3.01px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
}


/*Header ################################################################################################*/

#dvHeaderWrapper {
	width: 100%;
}

#headerTop
{
	font-family: Calibri,sans-serif;
	text-align: left;
	width: 90%;
	max-width: 1400px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
} 

#logoDiv {
	width: 50%;
	float: left;
	padding-top: 25px;
	
}

#logoDiv img {
	height: 50px;
	float: left;
}


#dvAcct
{
	float: right;
	color: #333;
	padding-top: 40px;
}

#dvMenuTop
{
	float: left;
}
#dvMenuSubWrapper
{
	background-color: #efefef;
	width: 100%;
}
#dvMenuSub
{
	font-family: Calibri,sans-serif;
	text-align: left;
	width: 90%;
	max-width: 1400px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.tagLine
{
	font-size: 2.5em;
	padding-left: 1em;
	padding-bottom: 5px;
}


#titleDiv
{
	margin-top: 20px;
	color: #333;
	float: left;
	margin-left: 50px;
	font-size: 30px;
	padding-left: 5px;
}



/*Main Menu #############################*/
#mainMenuWrapper
{
	width: 100%;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.8);
	box-shadow: 0 4px 4px -2px rgba(0,0,0,0.8);
}
#menu
{
	width: 90%;
	max-width: 1400px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-family: Calibri,sans-serif;
	text-align: left;
	padding-bottom: 5px;
}

#mainMenuMain
{
	border-bottom: 1px solid #0074be;
	margin-bottom: 4px;
	clear: both;
	width: 100%;
}

#mainMenuMain a
{
	font-size: 18px;
	padding: 0 .3em 0 .3em;
}

#mainMenuMain a:hover
{
	border-bottom: solid 1px #5091cd;
	text-decoration: none;
}

#mainMenuMain a.miCurrent
{
	font-weight: bold;
	text-decoration: none;
}

#mainMenuMain a.miAncestor
{
	font-weight: bold;
	text-decoration: none;
}

#menuBorder
{
	height: 10px;
	width: 100%;
	background-image: url("shadedMenuBorder.png");
	background-repeat: repeat-x;
	clear: both;
}

#menuBorder img {
	position: relative;
	top: -80px;
	left: 300px;
	height: 80px;
	z-index:-1000;
}

/* Sub Menu ###############################*/

#mainMenuSub
{
	color: #333;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 18px;
	padding-bottom: 12px;
}

#mainMenuSub a
{
	color: #007dc3;
	margin: 0.4em 0.25em 0.4em 0.25em;
}

#mainMenuSub a:first-child
{
	margin-left: 0px;
	padding-left: 0px;
}

#mainMenuSub a.miCurrent
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#mainMenuSub a:hover
{
	text-decoration: underline;
	color: #5091cd;
	border-bottom: solid 1px #5091cd;
	text-decoration: none;
}

/* Selected Account ############################################################################################ background-color:#a6cf77; accent-green */
#selectedAcctMenuCtnr
{
	background: none;
	margin: 0;
	padding: 0.4em 0.25em 0.4em 0em;
}

#selectedAcctMenuCtnr a
{
	font-size: 18px;
	color: #4D4D4D; /*neutral-drk-grey*/
	background-color: white;
	padding: 0 .3em 0 .3em;
}

#selectedAcctMenuCtnr a:first-child
{
	padding-left: 0;
	margin-left: 0;
}

#selectedAcctMenuCtnr a.miCurrent
{
	color: #007dc3;
	text-decoration: underline;
}

#selectedAcctMenuCtnr a.miAncestor
{
	color: #007dc3;
	text-decoration: underline;
}

#selectedAcctMenuCtnr a:hover
{
	color: #007dc3;
}

#selectedAcctDetailCtnr
{
	border-bottom: 1px solid black;
}

#selectedAcctDetailTable
{
	background-color: white;
}

#selectedAcctDetailTable thead
{
	color: #4D4D4D;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#selectedAcctMenuMain
{
	padding: 0.5em 0.4em 0.5em 0em;
	margin-bottom: 0.125em;
	background-color: white;
	color: #4D4D4D;
}

#selectedAcctMenuSub
{

	padding: 0.4em 0.25em 0.4em 0em;
	line-height: 30px;
}

#selectedAcctMenuSub a
{
	color: #4D4D4D; /*neutral-drk-grey*/
	margin: 0.4em 0.25em 0.4em 0.25em;
	background-color: transparent;
}
#selectedAcctMenuMain a:first-child, #selectedAcctMenu a:first-child, #selectedAcctMenuSub a:first-child
{
	padding-left: 0;
	margin-left: 0;
}
#selectedAcctMenuSub a.miCurrent
{
	color: #007dc3;
	text-decoration: underline;
}

#selectedAcctMenuSub a:hover
{
	text-decoration: underline;
	color: #007dc3;
}

/* Page Message ################################################################################################ */
.pmBoxInformation, .pmBoxSuccess, .pmBoxWarning, .pmBoxError, .pmBoxFailure
{
	padding-top: 1em;
	margin-top: 2em;
	padding-bottom: 1em;
	background-color: White;
}

.pmBoxInformation ul li, .pmBoxSuccess ul li, .pmBoxWarning ul li, .pmBoxError ul li, .pmBoxFailure ul li
{
	list-style-type: square;
	font-size: large;
	padding-right: 1em;
}

.pmBoxError, .pmBoxFailure
{
}

.pmBoxWarning
{
	border: solid 1px #db3856;
	border-left: 20px solid #db3856;
}

.pmBoxSuccess
{
	border: solid 1px #90b43e;
	border-left: 20px solid #90b43e;
}

.pmBoxInformation
{
	border: solid 1px #00b08d;
	border-left: 20px solid #00b08d;
}

.pmBoxError, .pmBoxFailure
{
	border: solid 1px #db3856;
	border-left: 20px solid #db3856;
}
/* .pmInformation, .pmSuccess, .pmWarning, .pmError, .pmFailure {  } */
/* pm box pop up classes  ####################################################################################### */
.popUpDiv
{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	width: 40%;
	top: 45%;
	min-width: 400px;
	max-width: 800px;
	display: none;
	text-align: left;
	word-wrap: break-word !important;
	z-index: 100;
}

.popUpDiv div.pmBoxSuccess
{
	box-shadow: 10px 10px 5px #888888;
	border: solid 1px #8eb021;
	text-align: left;
}

.closePopUp
{
	float: right;
	padding-right: 15px;
	margin-top: -20px;
}

.closeX
{
	font-size: 120%;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: none;
}

.closeX:hover
{
	text-decoration: none;
}
/* pm box pop up classes  ####################################################################################### */


.popUpDiv div.pmBoxSuccess
{
	box-shadow: 10px 10px 5px #888888;
}

.closePopUp
{
	float: right;
	padding-right: 5px;
	margin-top: -10px;
}

.closeX
{
	font-size: 120%;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: none;
}


/* Other ####################################################################################################### */
table.tblLayout
{
	margin: 0em;
	padding: 0em;
	outline: 0em;
	border-width: 0em;
	border-spacing: 0em;
	border-collapse: collapse; /* get rid of table row/cell padding/spacing */
}

table
{
	margin: 0em;
	padding: 0em;
	outline: 0em;
	border-width: 0em;
	border-spacing: 0em;
	border-collapse: collapse; /* get rid of table row/cell padding/spacing */
}

table.tblLayout td
{
	padding: 0em;
}

table.headTbl, table.headTbl a
{
	color: #ffffff;
}

table.headTbl a:hover
{
	color: rgb(89, 175, 225);
}

table.headTbl .contactUs
{
	color: #007dc3;
	font-size: 18px;
}

table.tblDataList
{
}

table.tblDataList td
{
	vertical-align: top;
	border-bottom: solid 1px rgb(204, 204, 204);
	line-height: 30px;
}

.trGroupHeader
{
	color: #4D4D4D;
}

.trGroupHeader td
{
	border-bottom: 1px solid #b2b2b2;
}

.trAlt td
{
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.noSelRowBgColor .trAlt td, .noSelRowBgColor table tr.trAlt.rgSelectedRow, .noSelRowBgColor table tr.trAlt.rgSelectedRow td /*we have to have this for radgrid selected rows when we want normal bg color */
{
	background-color: #d7d7d7;
	color: #5f5f5f;
	border: none !important;
}

.frmCtnrLabel
{
	width: 25%;
	text-align: right;
	font-weight: bold;
	color: #707070;
}

.frmCtnrLayout tr td
{
	color: #707070;
}

.frmLabel
{
	color: #707070;
}

.frmCtnrInput
{
	color: #707070;
}

.frmCtnrMsg
{
	color: #db3856; !important;
	padding: 0em 0.5em;
	width: 90%;
}

.frmReqLabel:after
{
	font-weight: bold;
	color: #db3856;
	content: " *";
}

.userOnlyField
{
	background-color: #f5f5f5; /*accent-green*/
}

.certTree li
{
	list-style: none;
}

.certTreeBullet
{
	display: inline-block;
	width: 1.5em;
}

.certFolder
{
	font-weight: bold;
}

.certTreeExpiredFirstItem
{
	color: #db3856;
}

td.tdChanged
{
	border: 2px solid black !important;
}

table.tblDataList td.tdChanged
{
	border: solid 2px black !important;
}

.trAlt td.tdChanged, .trMain td.tdChanged
{
	border: solid 2px black !important;
}

.sortable th.sortable-text, .sortable th.sortable-numeric, .sortable th.sortable-date
{
	cursor: pointer;
	padding-left: 14px;
	background-image: url('col-sort-none.png');
	background-repeat: no-repeat;
	background-position: -2px -2px;
}

.sortable th a, th a.fdTableSortTrigger
{
	color: #4D4D4D;
	font-family: inherit;
}

.sortable th a:hover
{
	text-decoration: none;
}

.sortable th.forwardSort
{
	background-image: url('col-sort-asc.png');
}

.sortable th.reverseSort
{
	background-image: url('col-sort-desc.png');
}

.x-combo-list
{
	text-align: left;
}

div.RadUpload ul li
{
	list-style: none;
}

.btn, input[type="submit"], .ruButton, input[type="button"]
{
	-webkit-font-smoothing: antialiased;
	align-items: flex-start;
	background-clip: border-box;
	background-color: #007dc3;
	background-origin: padding-box;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
}

.btn:hover, input[type="submit"]:hover, .ruButtonHover
{
	background-color: #E6E6E6;
	color: #333;
}

input[type="submit"]:disabled, input[type="submit"]:disabled
{
	opacity: 0.6;
	background-color: #989898;
	cursor: default;
}

.RadUpload .riBtn
{
	background-position: 0 -112px !important;
	border: 2px outset buttonface;
}

.RadUpload .ruButtonHover
{
	background-position: 100% -130px !important;
	border: 2px inset buttonface;
}

div.RadUpload .ruAdd
{
	border: 2px outset buttonface;
	background-position: 0 -112px !important;
}

div.RadUpload .ruAdd.ruButtonHover
{
	border: 2px inset buttonface;
	background-position: 100% -130px !important;
}

.RadInput_Default
{
	width: 110px !important;
}

#logoTagLine
{
	text-align: center;
	color: rgb(0, 109, 184);
	font-size: 2.5em;
	margin-left: 1em;
	margin-right: 1em;
}

.HelpImage
{
	padding: 0px 2px .25em 2px;
	max-height: 1em;
	max-width: 1em;
}


/*************************************************************************/
/* Custom classes for telerik controls added by michael andrews on 2014-02-26
/*************************************************************************/
/* set the header background colors */
.rgHeader
{
	background-color: white !important;
	background-image: none !important;
	color: black !important;
	font-weight: bold !important;
	border-bottom: none !important;
	border-top: none;
	border-right: none !important;
	border-left: none !important;
}
/*set any header text that are links */
.rgHeader a
{
	color: black !important;
}

.rgMasterTable thead
{
	border-bottom: rgb(204, 204, 204) !important;
}
/* set the background color when you sort by a column */

.trAlt td
{
	border-bottom: solid 1px rgb(204, 204, 204) !important;
	background-color: white !important;
}

.rgAltRow
{
	background-color: transparent !important;
}
/* the row where the search boxes show under the headers */
.rgFilterRow
{
	background-color: transparent !important;
	background-image: none !important;
	color: black !important;
}

.rgFilterRow td
{
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.rgFilterRow td table tr td
{
	border-bottom: none !important;
}
/* put a little padding on our custom filter image */
.rgFilterRow img
{
	padding-left: 5px !important;
	cursor: pointer !important;
}

.trMain, .noSelRowBgColor table tr.trMain.rgSelectedRow, .noSelRowBgColor table tr.trMain.rgSelectedRow td, .noSelRowBgColor table tr.trMain td
{
	background-color: transparent !important;
}

.noSelRowBgColor table tr.rgAltRow.trAlt td.gridStrike, .noSelRowBgColor table tr.rgRow.trMain td.gridStrike
{
	text-decoration: line-through;
}

.noSelRowBgColor table tr.rgAltRow.trAlt.rgSelectedRow td.gridStrike, .noSelRowBgColor table tr.rgRow.trMain.rgSelectedRow td.gridStrike
{
	text-decoration: none;
}

.trMain td
{
	border-bottom: 1px solid rgb(204, 204, 204) !important;
}
/* color our links in the grid rows */
.trMain td a
{
	color: #007dc3 !important;
}

.trAlt td a
{
	color: #007dc3 !important;
}

.trMain td a:hover, .trAlt td a:hover
{
	color: #007dc3 !important;
}

.gridHeaderFieldSort
{
	background-image: url('col-sort-none.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldNoBorder
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderField
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldFirst
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldLast
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortFirstAsc
{
	background-image: url('col-sort-asc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortFirstDesc
{
	background-image: url('col-sort-desc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortFirst
{
	background-image: url('col-sort-none.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortLast
{
	background-image: url('col-sort-none.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.gridHeaderFieldSortLastAsc
{
	background-image: url('col-sort-asc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-weight: bold;
}


.gridHeaderFieldSortLastDesc
{
	background-image: url('col-sort-desc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	border-right: none !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortAsc
{
	background-image: url('col-sort-asc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortDesc
{
	background-image: url('col-sort-desc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridUserOnlyField, .trAlt td.gridUserOnlyField
{
	background-color: #f5f5f5 !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldBorder
{
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldBorderFirst
{
	border-left: none !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldBorderLast
{
	border-right: none !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldFirst
{
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldLast, .trAlt td.gridUserOnlyFieldLast
{
	background-color: #f5f5f5 !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

/* remove borders from grids */
.RadGrid_Default
{
	border: none !important;
}


/* style the expanders */
.rgGroupCol
{
	/* hide sort
    display: none; */
	border-left: none !important;
	border-right: none !important;
	background-image: none !important;
	width: 2% !important;
	background: none !important;
}

.rgGroupCol input
{
	height: 20px !important;
}

.rgExpand:hover, .rgCollapse:hover
{
	background-color: transparent !important;
}

.rgExpandCol
{
	width: 2% !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

.break
{
	word-wrap: break-word !important;
	word-break: break-all;
}

.trMain .rgSorted
{
	border: none !important;
	background-color: transparent !important;
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.trAlt .rgSorted, .trAlt td
{
	background-color: transparent !important;
}

.trAlt .rgSorted
{
	background-color: transparent !important;
}

.trAlt td.userOnlyField
{
	background-color: #f5f5f5 !important;
}

.trMain .rgGroupCol, .trMain td.rgGroupCol
{
	background-color: transparent !important;
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.trAlt .rgGroupCol
{
	background-color: transparent !important;
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}
/* our class for the items in group headers */
.rgGroupHeader td
{
	border: none !important;
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	background-color: white !important;
}

.rgFilterRow
{
	/* hide filter
    display: none; */
}

.radTdGroupHeader
{
	background-color: transparent !important;
	border-bottom-color: rgb(204, 204, 204) !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-collapse: separate !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	height: 15px;
}
/* a class for the custom headers above rad grids */
.headerClass
{
	background-color: rgb(153, 153, 153);
	color: #333;
	float: left;
	border-right: solid white 2px;
	border-bottom: solid white 2px;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	text-indent: 1px;
}

.hideShowLink, .hideShowLink:hover
{
	color: rgb(2, 44, 92);
	font-size: large;
	text-decoration: none;
	font-family: Calibri,sans-serif;
	display: block;
	clear: both;
}

/* classes for our sorted headers */
.sortImage
{
}

/* this is what styles the pop out menu on the search incon in the filter box */
.rmItem
{
	background-color: White !important;
	background-image: none !important;
}
/* the currently selected filter icon */
.rmLink rmFocused
{
	background-image: none !important;
	background-color: rgb(153, 153, 153) !important;
	color: White !important;
}

.rmText
{
	background-image: none !important;
}

.rmFocused
{
	background-image: none !important;
}


.rmLink:hover
{
	background-image: none !important;
	background-color: rgb(153, 153, 153) !important;
	color: White !important;
}
/* our classes for the hide show arrows */
.hideLink
{
	background-image: url('arrowUp.png');
	width: 24px;
	height: 17px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.showLink
{
	background-image: url('arrowDown.png');
	width: 24px;
	height: 17px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

/* Specific to the domain tagging page; has to be due to differences in client skins. */
.domainTaggingSelItems
{
	right: 0;
	margin-right: 5%;
	width: 30%;
	position: fixed;
}
/*********************************************************************************/
/* selected row classes */
/*********************************************************************************/
.rgSelectedRow td
{
	background-color: #007dc3 !important;
	border-top: none !important;
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	color: white !important;
}

.rgSelectedRow td a
{
	color: White !important;
}

.rgHoveredRow td.gridUserOnlyField, .rgHoveredRow td.gridUserOnlyFieldFirst, .rgHoveredRow td.gridUserOnlyFieldLast,
.rgHoveredRow td.gridUserOnlyFieldBorder, .rgHoveredRow td.gridUserOnlyFieldBorderFirst, .rgHoveredRow td.gridUserOnlyFieldBorderLast
{
	background-color: transparent;
	border: none !important;
	background-image: none !important;
}

.rgSelectedRow td.gridUserOnlyField, .rgSelectedRow td.gridUserOnlyFieldFirst, .rgSelectedRow td.gridUserOnlyFieldLast,
.rgSelectedRow td.gridUserOnlyFieldBorder, .rgSelectedRow td.gridUserOnlyFieldBorderFirst, .rgSelectedRow td.gridUserOnlyFieldBorderLast
{
	background-color: transparent;
	border: none !important;
	background-image: none !important;
}

.rgSelectedRow td.gridUserOnlyFieldFirst
{
	border-left: none !important;
}

.rgCheck
{
	background-image: none !important;
}

.rgSelectedRow td.rgGroupCol
{
	background-image: none !important;
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	border-top: none !important;
	background-color: #007dc3 !important;
}

.noLRBorder
{
	border-left: none !important;
	border-right: none !important;
}
/*********************************************************************************/
/* chart classes */
/*********************************************************************************/
.chartHolder
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

small a
{
	font-size: 12px !important;
	padding-right: 5px;
}

.gridClass
{
	float: left;
	clear: both;
	width: 100%;
}
/*********************************************************************************/
/* edit form template within a grid classes */
/*********************************************************************************/
.rgEditRow, .rgEditRow td
{
	border: none !important;
	background-color: transparent !important;
	display: none;
}

.rgEditForm
{
	border: none !important;
}

.gridEditForm
{
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.gefTitle
{
	font-size: 150%;
	color: #536f85;
	font-weight: bold;
	margin-left: 170px;
}

.gefLabel
{
	float: left;
	width: 150px;
	padding-right: 20px;
	text-align: right;
	clear: both;
	margin-bottom: 15px;
}

.gefItem
{
	float: left;
}

.gefError
{
	color: #db3856;
}
/*********************************************************************************/
/* loading panel and tool tip classes */
/*********************************************************************************/
.MyModalPanel
{
	position: fixed;
	z-index: 105;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffa center center no-repeat;
}

.raDiv
{
	z-index: 105;
}

.toolTipError
{
	font-size: 20px;
	color: #db3856;
}

.toolTipSuccess
{
	font-size: 20px;
	color: Green;
}
/*#####################################################################################*/
/* Badge Item Classes */
.uploadErrorMessage
{
	font-size: 120%;
	margin-top: -5px;
	padding-bottom: 10px;
}

.prevDiv
{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 25%;
	z-index: 100;
	/*	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px;*/
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	border: 4px solid #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
	background-color: #f5f5f5;
	display: none;
}

.prevDivClose
{
	float: right;
	padding-right: 25px;
	margin-top: -15px;
}

.prevDivText
{
	width: 100%;
	background-color: White;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
}

#prevDivSmall
{
	width: 700px;
}

.badgeListHeader
{
	border-bottom: solid 4px #d9d9d9;
	width: 100%;
}

.badgeTitleSmall
{
	width: 100%;
	font-size: 150%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 30px;
}

.badgeImageSmall
{
	float: left;
	width: 220px;
	padding-left: 5px;
	padding-top: 5px;
}

.badgeDetailsSmall
{
	float: left;
	margin-left: 10px;
	width: 440px;
}

.badgeDetailsTitleSmall
{
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	width: 100%;
	margin-top: 20px;
	font-size: 120%;
}

.badgeDetailsLabelSmall
{
	clear: both;
	float: left;
	width: 90px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.badgeDetailsItemSmall
{
	float: left;
	width: 340px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
/*#####################################################################################*/
/* Badge List Classes */
.badgeHeaderTitle
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background-color: #d9d9d9;
	float: left;
	padding: 5px 20px 5px 20px;
	clear: both;
	font-size: 120%;
}

.badgeHolder
{
	float: left;
	width: 100%;
	clear: both;
}


.badgeItem
{
	float: left;
	margin: 10px;
	text-align: center;
}

.badgeImage
{
	height: 64px;
	width: 64px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.badgeName
{
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.tooltip span
{
	display: none;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
	z-index: 98;
	width: 220px;
}

div.tooltip:hover span
{
	display: none;
	display: inline;
	position: absolute;
	margin-left: -30px;
}

.noBorder, .noBorder:hover, .noBorder:visited
{
	border: none;
	text-decoration: none;
}

.badgeTitle
{
	font-size: 120%;
	font-weight: bold;
}

.badgeListCheckDiv
{
	display: inline;
	float: left;
	padding-top: 7px;
	margin-left: -26px;
}

.badgeImageSig
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.badgeItemSig
{
	float: left;
	margin: 5px;
	text-align: center;
}
/*#####################################################################################*/
/* The only way to change the RadProgressBar color (not the font, but the progress bar) is to use these defined classes, */
/* then assign the RadProgressBar the class in the code behind. */
div.greenRadProgressBar .rpbStateSelected, div.greenRadProgressBar .rpbStateSelected:hover, div.greenRadProgressBar .rpbStateSelected:link, div.greenRadProgressBar .rpbStateSelected:visited
{
	background-color: lime;
	color: #4D4D4D;
}

div.yellowRadProgressBar .rpbStateSelected, div.yellowRadProgressBar .rpbStateSelected:hover, div.yellowRadProgressBar .rpbStateSelected:link, div.yellowRadProgressBar .rpbStateSelected:visited
{
	background-color: yellow;
	color: #4D4D4D;
}

div.redRadProgressBar .rpbStateSelected, div.redRadProgressBar .rpbStateSelected:hover, div.redRadProgressBar .rpbStateSelected:link, div.redRadProgressBar .rpbStateSelected:visited
{
	background-color: #db3856;
	color: #4D4D4D;
}
/*#########################################################################################*/
/* tans link popup classes */
.transLink
{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 35%;
	z-index: 100;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
	background-color: white;
	display: none;
	width: 400px;
}

.transLink img
{
	cursor: pointer;
}

.transLinkContent
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	width: 90%;
}

.transCloseDiv
{
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}

.transLinkUrl
{
	clear: both;
	margin-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
/*#########################################################################################*/
/* classes for public badge page */
.pubBadgeHolder
{
	width: 100%;
	text-align: center;
}

.pubBadgeContent
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.pubBadgeAddress
{
	float: left;
}

.pubBadgeName
{
	font-size: 140%;
	font-weight: bold;
}

.pubBadgeImage
{
	float: right;
}
/*#########################################################################################*/
/* classes for the little social share div on a preview of a badge */
#shareBadgeDiv
{
	float: left;
	padding-left: 10px;
}

.numViewsDiv
{
	float: right;
	margin-right: 25px;
	margin-top: 7px;
	padding-bottom: 10px;
}

ul.shareBadgeDiv
{
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-perspective: 10000px;
	-moz-perspective: 10000px;
	-o-perspective: 10000px;
	perspective: 10000px;
}

ul.shareBadgeDiv li
{
	display: inline-block;
	width: 25px;
	text-align: center;
	height: 30px;
	background: transparent;
	cursor: pointer;
}

ul.shareBadgeDiv li a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #4D4D4D;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 300ms ease-out 0.1s;
	-moz-transition: all 300ms ease-out 0.1s;
	-o-transition: all 300ms ease-out 0.1s;
	transition: all 300ms ease-out 0.1s;
}

ul.shareBadgeDiv li a span
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-out 0.1s;
	-moz-transition: all 300ms ease-out 0.1s;
	-o-transition: all 300ms ease-out 0.1s;
	transition: all 300ms ease-out 0.1s;
}

ul.shareBadgeDiv li a img
{
	border-width: 0;
	height: 20px;
	width: 20px;
}

ul.shareBadgeDiv li:hover a
{
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 5px #eee inset;
	-moz-box-shadow: 0 0 5px #eee inset;
	box-shadow: 0 0 5px #eee inset;
}

ul.shareBadgeDiv li:hover a span
{
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Class for the RadTreeView and RadTreeNodes */
/* In this case, the default list item puts a square box in front of each node. */
/* That is great for most lists, but not in the RadTreeView. */
.radCertTreeLogic ul li
{
	list-style: none;
}

/* make sure the RadTreeView image size stays 24 x 24, no matter what the actual icon/image is. */
.RadTreeView .rtImg
{
	width: 24px;
	height: 24px;
}

/*#########################################################################################*/
/* classes for the public badge page */
.publicDivHolder
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	border: 4px solid #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
	background-color: #f5f5f5;
}

*:focus
{ /* this removes the blue box chrome automatically puts on things */
	outline: 0;
}

span.logicFolderPoints
{
	font-weight: bold;
}

span.logicPoints
{
	color: white;
	background-color: green;
	border-radius: 0.5em;
	padding: 0.25em;
}

span.logicMaxPoints
{
	color: white;
	background-color: #db3856;
	border-radius: 0.5em;
	padding: 0.25em;
}

.logicFolderLevelOne
{
	background-color: rgb(200, 200, 200);
}

/*#########################################################################################*/

.acclaimBadgeNotFound {
	background-color: #db3856;
	padding: 8px 5px;
	color: white;
	line-height: 28px;
}

.acclaimBadgeDisabled {
	background-color: yellow;
	padding: 8px 5px;
	color: black;
}

/*#########################################################################################*/
/* classes for the catalog details pages */
.editCatDetailsLabelCol
{
	padding-bottom: 25px;
	width: 140px;
	float: left;
	font-weight: bold;
}

.editCatDetailsItemCol
{
	padding-bottom: 25px;
	float: left;
}

.editCatDetailsMsgCol
{
	float: left;
	padding-left: 15px;
}

.editCatDetailsError
{
	color: #db3856;
}

/*#########################################################################################*/
/* classes for the rad tree logic printer friendly pop up window */

.rtlPrinterFriendly
{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 25%;
	z-index: 100;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	border: 4px solid #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
	display: none;
	background-color: white;
	width: 40%;
	max-height: 400px;
	overflow: auto;
	padding-left: 10px;
	padding-top: 10px;
}

.rtlPrintLnk
{
	cursor: pointer;
}

.rtlLogicTree
{
	clear: both;
	padding-top: 15px;
}

.rtlClose
{
	float: right;
	cursor: pointer;
	padding-right: 10px;
}

/* Page Message ################################################################################################ */
.pmBoxInformation, .pmBoxSuccess, .pmBoxWarning, .pmBoxError, .pmBoxFailure
{
	padding-top: 1em;
	margin-top: 2em;
	padding-bottom: 1em;
	background-color: White;
}

.pmBoxInformation ul li, .pmBoxSuccess ul li, .pmBoxWarning ul li, .pmBoxError ul li, .pmBoxFailure ul li
{
	list-style-type: square;
	font-size: large;
	padding-right: 1em;
}

.pmBoxError, .pmBoxFailure
{
}

.pmBoxWarning
{
	border: solid 1px #db3856;
	border-left: 20px solid #db3856;
}

.pmBoxSuccess
{
	border: solid 1px #90b43e;
	border-left: 20px solid #90b43e;
}

.pmBoxInformation
{
	border: solid 1px #00b08d;
	border-left: 20px solid #00b08d;
}

.pmBoxError, .pmBoxFailure
{
	border: solid 1px #db3856;
	border-left: 20px solid #db3856;
}
/* .pmInformation, .pmSuccess, .pmWarning, .pmError, .pmFailure {  } */
/* pm box pop up classes  ####################################################################################### */
.popUpDiv
{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	width: 40%;
	top: 45%;
	min-width: 400px;
	max-width: 800px;
	display: none;
	text-align: left;
	word-wrap: break-word !important;
	z-index: 100;
}

.popUpDiv div.pmBoxSuccess
{
	box-shadow: 10px 10px 5px #888888;
	border: solid 1px #8eb021;
	text-align: left;
}

.closePopUp
{
	float: right;
	padding-right: 15px;
	margin-top: -20px;
}

.closeX
{
	font-size: 120%;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: none;
}

.closeX:hover
{
	text-decoration: none;
}
/* pm box pop up classes  ####################################################################################### */


.popUpDiv div.pmBoxSuccess
{
	box-shadow: 10px 10px 5px #888888;
}

.closePopUp
{
	float: right;
	padding-right: 5px;
	margin-top: -10px;
}

.closeX
{
	font-size: 120%;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: none;
}


/* Other ####################################################################################################### */
table.tblLayout
{
	margin: 0em;
	padding: 0em;
	outline: 0em;
	border-width: 0em;
	border-spacing: 0em;
	border-collapse: collapse; /* get rid of table row/cell padding/spacing */
}

table
{
	margin: 0em;
	padding: 0em;
	outline: 0em;
	border-width: 0em;
	border-spacing: 0em;
	border-collapse: collapse; /* get rid of table row/cell padding/spacing */
}

table.tblLayout td
{
	padding: 0em;
}

table.headTbl, table.headTbl a
{
	color: #333;
}

table.headTbl a:hover
{
	color: rgb(89, 175, 225);
}

table.tblDataList
{
}

table.tblDataList td
{
	vertical-align: top;
	border-bottom: solid 1px rgb(204, 204, 204);
	line-height: 30px;
}

.trGroupHeader
{
	color: #4D4D4D;
}

.trGroupHeader td
{
	border-bottom: 1px solid #b2b2b2;
}

.trAlt td
{
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.noSelRowBgColor .trAlt td, .noSelRowBgColor table tr.trAlt.rgSelectedRow, .noSelRowBgColor table tr.trAlt.rgSelectedRow td /*we have to have this for radgrid selected rows when we want normal bg color */
{
	background-color: #d7d7d7;
	color: #5f5f5f;
	border: none !important;
}

.frmCtnrLabel
{
	width: 25%;
	text-align: right;
	font-weight: bold;
	color: #707070;
}

.srchCandidate
{
	float: left;
	margin-bottom: 10px;
}

.frmCtnrLayout tr td
{
	color: #707070;
}

.frmLabel
{
	color: #707070;
}

.frmCtnrInput
{
	color: #707070;
}

.frmCtnrMsg
{
	color: #db3856; !important;
	padding: 0em 0.5em;
	width: 90%;
}

.frmReqLabel:after
{
	font-weight: bold;
	color: #db3856;
	content: " *";
}

.userOnlyField
{
	background-color: #f5f5f5; /*accent-green*/
}

.certTree li
{
	list-style: none;
}

.certTreeBullet
{
	display: inline-block;
	width: 1.5em;
}

.certFolder
{
	font-weight: bold;
}

.certTreeExpiredFirstItem
{
	color: #db3856;
}

td.tdChanged
{
	border: 2px solid black !important;
}

table.tblDataList td.tdChanged
{
	border: solid 2px black !important;
}

.trAlt td.tdChanged, .trMain td.tdChanged
{
	border: solid 2px black !important;
}

.sortable th.sortable-text, .sortable th.sortable-numeric, .sortable th.sortable-date
{
	cursor: pointer;
	padding-left: 14px;
	background-image: url('col-sort-none.png');
	background-repeat: no-repeat;
	background-position: -2px -2px;
}

.sortable th a, th a.fdTableSortTrigger
{
	color: #4D4D4D;
	font-family: inherit;
}

.sortable th a:hover
{
	text-decoration: none;
}

.sortable th.forwardSort
{
	background-image: url('col-sort-asc.png');
}

.sortable th.reverseSort
{
	background-image: url('col-sort-desc.png');
}

.x-combo-list
{
	text-align: left;
}

div.RadUpload ul li
{
	list-style: none;
}

.btn, input[type="submit"], .ruButton, input[type="button"]
{
	-webkit-font-smoothing: antialiased;
	align-items: flex-start;
	background-clip: border-box;
	background-color: #007dc3;
	background-origin: padding-box;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
}

.btn:hover, input[type="submit"]:hover, .ruButtonHover
{
	background-color: #E6E6E6;
}

input[type="submit"]:disabled, input[type="submit"]:disabled
{
	opacity: 0.6;
	background-color: #989898;
	cursor: default;
}

.RadUpload .riBtn
{
	background-position: 0 -112px !important;
	border: 2px outset buttonface;
}

.RadUpload .ruButtonHover
{
	background-position: 100% -130px !important;
	border: 2px inset buttonface;
}

div.RadUpload .ruAdd
{
	border: 2px outset buttonface;
	background-position: 0 -112px !important;
}

div.RadUpload .ruAdd.ruButtonHover
{
	border: 2px inset buttonface;
	background-position: 100% -130px !important;
}

.RadInput_Default
{
	width: 110px !important;
}

#logoTagLine
{
	text-align: center;
	color: rgb(0, 109, 184);
	font-size: 2.5em;
	margin-left: 1em;
	margin-right: 1em;
}

.HelpImage
{
	padding: 0px 2px .25em 2px;
	max-height: 1em;
	max-width: 1em;
}


/*************************************************************************/
/* Custom classes for telerik controls added by michael andrews on 2014-02-26
/*************************************************************************/
/* set the header background colors */
.rgHeader
{
	background-color: white !important;
	background-image: none !important;
	color: black !important;
	font-weight: bold !important;
	border-bottom: none !important;
	border-top: none;
	border-right: none !important;
	border-left: none !important;
}
/*set any header text that are links */
.rgHeader a
{
	color: black !important;
}

.rgMasterTable thead
{
	border-bottom: rgb(204, 204, 204) !important;
}
/* set the background color when you sort by a column */

.trAlt td
{
	border-bottom: solid 1px rgb(204, 204, 204) !important;
	background-color: white !important;
}

.rgAltRow
{
	background-color: transparent !important;
}
/* the row where the search boxes show under the headers */
.rgFilterRow
{
	background-color: transparent !important;
	background-image: none !important;
	color: black !important;
}

.rgFilterRow td
{
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.rgFilterRow td table tr td
{
	border-bottom: none !important;
}
/* put a little padding on our custom filter image */
.rgFilterRow img
{
	padding-left: 5px !important;
	cursor: pointer !important;
}

.trMain, .noSelRowBgColor table tr.trMain.rgSelectedRow, .noSelRowBgColor table tr.trMain.rgSelectedRow td, .noSelRowBgColor table tr.trMain td
{
	background-color: transparent !important;
}

.noSelRowBgColor table tr.rgAltRow.trAlt td.gridStrike, .noSelRowBgColor table tr.rgRow.trMain td.gridStrike
{
	text-decoration: line-through;
}

.noSelRowBgColor table tr.rgAltRow.trAlt.rgSelectedRow td.gridStrike, .noSelRowBgColor table tr.rgRow.trMain.rgSelectedRow td.gridStrike
{
	text-decoration: none;
}

.trMain td
{
	border-bottom: 1px solid rgb(204, 204, 204) !important;
}
/* color our links in the grid rows */
.trMain td a
{
	color: #007dc3 !important;
}

.trAlt td a
{
	color: #007dc3 !important;
}

.trMain td a:hover, .trAlt td a:hover
{
	color: #007dc3 !important;
}

.gridHeaderFieldSort
{
	background-image: url('col-sort-none.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldNoBorder
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderField
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldFirst
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldLast
{
	background-color: transparent;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortFirstAsc
{
	background-image: url('col-sort-asc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortFirstDesc
{
	background-image: url('col-sort-desc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortFirst
{
	background-image: url('col-sort-none.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortLast
{
	background-image: url('col-sort-none.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.gridHeaderFieldSortLastAsc
{
	background-image: url('col-sort-asc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.gridHeaderFieldSortLastDesc
{
	background-image: url('col-sort-desc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	border-right: none !important;
	background-color: rgb(0, 94, 198);
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortAsc
{
	background-image: url('col-sort-asc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridHeaderFieldSortDesc
{
	background-image: url('col-sort-desc.png') !important;
	padding-left: 15px !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.gridUserOnlyField, .trAlt td.gridUserOnlyField
{
	background-color: #f5f5f5 !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldBorder
{
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldBorderFirst
{
	border-left: none !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldBorderLast
{
	border-right: none !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldFirst
{
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

.gridUserOnlyFieldLast, .trAlt td.gridUserOnlyFieldLast
{
	background-color: #f5f5f5 !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
}

/* remove borders from grids */
.RadGrid_Default
{
	border: none !important;
}


/* style the expanders */
.rgGroupCol
{
	/* hide sort
    display: none; */
	border-left: none !important;
	border-right: none !important;
	background-image: none !important;
	width: 2% !important;
	background: none !important;
}

.rgGroupCol input
{
	height: 20px !important;
}

.rgExpand:hover, .rgCollapse:hover
{
	background-color: transparent !important;
}

.rgExpandCol
{
	width: 2% !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

.break
{
	word-wrap: break-word !important;
	word-break: break-all;
}

.trMain .rgSorted
{
	border: none !important;
	background-color: transparent !important;
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.trAlt .rgSorted, .trAlt td
{
	background-color: transparent !important;
}

.trAlt .rgSorted
{
	background-color: transparent !important;
}

.trAlt td.userOnlyField
{
	background-color: #f5f5f5 !important;
}

.trMain .rgGroupCol, .trMain td.rgGroupCol
{
	background-color: transparent !important;
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}

.trAlt .rgGroupCol
{
	background-color: transparent !important;
	border-bottom: solid 1px rgb(204, 204, 204) !important;
}
/* our class for the items in group headers */
.rgGroupHeader td
{
	border: none !important;
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	background-color: white !important;
}

.rgFilterRow
{
	/* hide filter
    display: none; */
}

.radTdGroupHeader
{
	background-color: transparent !important;
	border-bottom-color: rgb(204, 204, 204) !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-collapse: separate !important;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	height: 15px;
}
/* a class for the custom headers above rad grids */
.headerClass
{
	background-color: rgb(153, 153, 153);
	color: White;
	float: left;
	border-right: solid white 2px;
	border-bottom: solid white 2px;
	font-family: Calibri,sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
	text-indent: 1px;
}

.hideShowLink, .hideShowLink:hover
{
	color: rgb(2, 44, 92);
	font-size: large;
	text-decoration: none;
	font-family: Calibri,sans-serif;
	display: block;
	clear: both;
}

/* classes for our sorted headers */
.sortImage
{
}

/* this is what styles the pop out menu on the search incon in the filter box */
.rmItem
{
	background-color: White !important;
	background-image: none !important;
}
/* the currently selected filter icon */
.rmLink rmFocused
{
	background-image: none !important;
	background-color: rgb(153, 153, 153) !important;
	color: White !important;
}

.rmText
{
	background-image: none !important;
}

.rmFocused
{
	background-image: none !important;
}


.rmLink:hover
{
	background-image: none !important;
	background-color: rgb(153, 153, 153) !important;
	color: White !important;
}
/* our classes for the hide show arrows */
.hideLink
{
	background-image: url('arrowUp.png');
	width: 24px;
	height: 17px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.showLink
{
	background-image: url('arrowDown.png');
	width: 24px;
	height: 17px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

/* Specific to the domain tagging page; has to be due to differences in client skins. */
.domainTaggingSelItems
{
	right: 0;
	margin-right: 5%;
	width: 30%;
	position: fixed;
}
/*********************************************************************************/
/* selected row classes */
/*********************************************************************************/
.rgSelectedRow td
{
	background-color: #007dc3 !important;
	border-top: none !important;
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	color: white !important;
}

.rgSelectedRow td a
{
	color: White !important;
}

.rgHoveredRow td.gridUserOnlyField, .rgHoveredRow td.gridUserOnlyFieldFirst, .rgHoveredRow td.gridUserOnlyFieldLast,
.rgHoveredRow td.gridUserOnlyFieldBorder, .rgHoveredRow td.gridUserOnlyFieldBorderFirst, .rgHoveredRow td.gridUserOnlyFieldBorderLast
{
	background-color: transparent;
	border: none !important;
	background-image: none !important;
}

.rgSelectedRow td.gridUserOnlyField, .rgSelectedRow td.gridUserOnlyFieldFirst, .rgSelectedRow td.gridUserOnlyFieldLast,
.rgSelectedRow td.gridUserOnlyFieldBorder, .rgSelectedRow td.gridUserOnlyFieldBorderFirst, .rgSelectedRow td.gridUserOnlyFieldBorderLast
{
	background-color: transparent;
	border: none !important;
	background-image: none !important;
}

.rgSelectedRow td.gridUserOnlyFieldFirst
{
	border-left: none !important;
}

.rgCheck
{
	background-image: none !important;
}

.rgSelectedRow td.rgGroupCol
{
	background-image: none !important;
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	border-top: none !important;
	background-color: #007dc3 !important;
}

.noLRBorder
{
	border-left: none !important;
	border-right: none !important;
}
/*********************************************************************************/
/* chart classes */
/*********************************************************************************/
.chartHolder
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

small a
{
	font-size: 12px !important;
	padding-right: 5px;
}

.gridClass
{
	float: left;
	clear: both;
	width: 100%;
}
/*********************************************************************************/
/* edit form template within a grid classes */
/*********************************************************************************/
.rgEditRow, .rgEditRow td
{
	border: none !important;
	background-color: transparent !important;
	display: none;
}

.rgEditForm
{
	border: none !important;
}

.gridEditForm
{
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.gefTitle
{
	font-size: 150%;
	color: #536f85;
	font-weight: bold;
	margin-left: 170px;
}

.gefLabel
{
	float: left;
	width: 150px;
	padding-right: 20px;
	text-align: right;
	clear: both;
	margin-bottom: 15px;
}

.gefItem
{
	float: left;
}

.gefError
{
	color: #db3856;
}
/*********************************************************************************/
/* loading panel and tool tip classes */
/*********************************************************************************/
.MyModalPanel
{
	position: fixed;
	z-index: 105;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffa center center no-repeat;
}

.raDiv
{
	z-index: 105;
}

.toolTipError
{
	font-size: 20px;
	color: #db3856;
}

.toolTipSuccess
{
	font-size: 20px;
	color: Green;
}
/*#####################################################################################*/
/* Badge Item Classes */
.uploadErrorMessage
{
	font-size: 120%;
	margin-top: -5px;
	padding-bottom: 10px;
}

.prevDiv
{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 25%;
	z-index: 100;
	/*	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px;*/
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	border: 4px solid #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
	background-color: #f5f5f5;
	display: none;
}

.prevDivClose
{
	float: right;
	padding-right: 25px;
	margin-top: -15px;
}

.prevDivText
{
	width: 100%;
	background-color: White;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
}

#prevDivSmall
{
	width: 700px;
}

.badgeListHeader
{
	border-bottom: solid 4px #d9d9d9;
	width: 100%;
}

.badgeTitleSmall
{
	width: 100%;
	font-size: 150%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 30px;
}

.badgeImageSmall
{
	float: left;
	width: 220px;
	padding-left: 5px;
	padding-top: 5px;
}

.badgeDetailsSmall
{
	float: left;
	margin-left: 10px;
	width: 440px;
}

.badgeDetailsTitleSmall
{
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	width: 100%;
	margin-top: 20px;
	font-size: 120%;
}

.badgeDetailsLabelSmall
{
	clear: both;
	float: left;
	width: 90px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.badgeDetailsItemSmall
{
	float: left;
	width: 340px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
/*#####################################################################################*/
/* Badge List Classes */
.badgeHeaderTitle
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background-color: #d9d9d9;
	float: left;
	padding: 5px 20px 5px 20px;
	clear: both;
	font-size: 120%;
}

.badgeHolder
{
	float: left;
	width: 100%;
	clear: both;
}


.badgeItem
{
	float: left;
	margin: 10px;
	text-align: center;
}

.badgeImage
{
	height: 64px;
	width: 64px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.badgeName
{
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.tooltip span
{
	display: none;
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
	z-index: 98;
	width: 220px;
}

div.tooltip:hover span
{
	display: none;
	display: inline;
	position: absolute;
	margin-left: -30px;
}

.noBorder, .noBorder:hover, .noBorder:visited
{
	border: none;
	text-decoration: none;
}

.badgeTitle
{
	font-size: 120%;
	font-weight: bold;
}

.badgeListCheckDiv
{
	display: inline;
	float: left;
	padding-top: 7px;
	margin-left: -26px;
}

.badgeImageSig
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.badgeItemSig
{
	float: left;
	margin: 5px;
	text-align: center;
}
/*#####################################################################################*/
/* The only way to change the RadProgressBar color (not the font, but the progress bar) is to use these defined classes, */
/* then assign the RadProgressBar the class in the code behind. */
div.greenRadProgressBar .rpbStateSelected, div.greenRadProgressBar .rpbStateSelected:hover, div.greenRadProgressBar .rpbStateSelected:link, div.greenRadProgressBar .rpbStateSelected:visited
{
	background-color: lime;
	color: #4D4D4D;
}

div.yellowRadProgressBar .rpbStateSelected, div.yellowRadProgressBar .rpbStateSelected:hover, div.yellowRadProgressBar .rpbStateSelected:link, div.yellowRadProgressBar .rpbStateSelected:visited
{
	background-color: yellow;
	color: #4D4D4D;
}

div.redRadProgressBar .rpbStateSelected, div.redRadProgressBar .rpbStateSelected:hover, div.redRadProgressBar .rpbStateSelected:link, div.redRadProgressBar .rpbStateSelected:visited
{
	background-color: #db3856;
	color: #4D4D4D;
}
/*#########################################################################################*/
/* tans link popup classes */
.transLink
{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 35%;
	z-index: 100;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 decla#db3856; */
	background-color: white;
	display: none;
	width: 400px;
}

.transLink img
{
	cursor: pointer;
}

.transLinkContent
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	width: 90%;
}

.transCloseDiv
{
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}

.transLinkUrl
{
	clear: both;
	margin-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
/*#########################################################################################*/
/* classes for public badge page */
.pubBadgeHolder
{
	width: 100%;
	text-align: center;
}

.pubBadgeContent
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.pubBadgeAddress
{
	float: left;
}

.pubBadgeName
{
	font-size: 140%;
	font-weight: bold;
}

.pubBadgeImage
{
	float: right;
}
/*#########################################################################################*/
/* classes for the little social share div on a preview of a badge */
#shareBadgeDiv
{
	float: left;
	padding-left: 10px;
}

.numViewsDiv
{
	float: right;
	margin-right: 25px;
	margin-top: 7px;
	padding-bottom: 10px;
}

ul.shareBadgeDiv
{
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-perspective: 10000px;
	-moz-perspective: 10000px;
	-o-perspective: 10000px;
	perspective: 10000px;
}

ul.shareBadgeDiv li
{
	display: inline-block;
	width: 25px;
	text-align: center;
	height: 30px;
	background: transparent;
	cursor: pointer;
}

ul.shareBadgeDiv li a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #4D4D4D;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 300ms ease-out 0.1s;
	-moz-transition: all 300ms ease-out 0.1s;
	-o-transition: all 300ms ease-out 0.1s;
	transition: all 300ms ease-out 0.1s;
}

ul.shareBadgeDiv li a span
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-out 0.1s;
	-moz-transition: all 300ms ease-out 0.1s;
	-o-transition: all 300ms ease-out 0.1s;
	transition: all 300ms ease-out 0.1s;
}

ul.shareBadgeDiv li a img
{
	border-width: 0;
	height: 20px;
	width: 20px;
}

ul.shareBadgeDiv li:hover a
{
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 5px #eee inset;
	-moz-box-shadow: 0 0 5px #eee inset;
	box-shadow: 0 0 5px #eee inset;
}

ul.shareBadgeDiv li:hover a span
{
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Class for the RadTreeView and RadTreeNodes */
/* In this case, the default list item puts a square box in front of each node. */
/* That is great for most lists, but not in the RadTreeView. */
.radCertTreeLogic ul li
{
	list-style: none;
}

/* make sure the RadTreeView image size stays 24 x 24, no matter what the actual icon/image is. */
.RadTreeView .rtImg
{
	width: 24px;
	height: 24px;
}

/*#########################################################################################*/
/* classes for the public badge page */
.publicDivHolder
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	border: 4px solid #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
	background-color: #f5f5f5;
}

*:focus
{ /* this removes the blue box chrome automatically puts on things */
	outline: 0;
}

span.logicFolderPoints
{
	font-weight: bold;
}

span.logicPoints
{
	color: white;
	background-color: green;
	border-radius: 0.5em;
	padding: 0.25em;
}

span.logicMaxPoints
{
	color: white;
	background-color: #db3856;
	border-radius: 0.5em;
	padding: 0.25em;
}

.logicFolderLevelOne
{
	background-color: rgb(200, 200, 200);
}

/*#########################################################################################*/
/* classes for the catalog details pages */
.editCatDetailsLabelCol
{
	padding-bottom: 25px;
	width: 140px;
	float: left;
	font-weight: bold;
}

.editCatDetailsItemCol
{
	padding-bottom: 25px;
	float: left;
}

.editCatDetailsMsgCol
{
	float: left;
	padding-left: 15px;
}

.editCatDetailsError
{
	color: #db3856;
}

/*#########################################################################################*/
/* classes for the rad tree logic printer friendly pop up window */

.rtlPrinterFriendly
{
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 25%;
	z-index: 100;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	border: 4px solid #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px; /* IE9 apparently needs all 4 declared */
	display: none;
	background-color: white;
	width: 40%;
	max-height: 400px;
	overflow: auto;
	padding-left: 10px;
	padding-top: 10px;
}

.rtlPrintLnk
{
	cursor: pointer;
}

.rtlLogicTree
{
	clear: both;
	padding-top: 15px;
}

.rtlClose
{
	float: right;
	cursor: pointer;
	padding-right: 10px;
}

.srchCandidateLeft
{
	width: 50%;
	float: left;
	min-width: 500px;
}

.srchCandidateRight
{
	width: 50%;
	float: left;
	min-width: 500px;
}

.userBanned {
	background-color: red;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}