.AreaBox 
{
    background-color:white;
    border:solid;
    border-width:1px;
    border-color:gray;
    border-radius:4px;
    margin-top:5px;
    padding-top:10px;
}


body
{
    color: #555;
    background-color: white;
    margin: 0;
}

.Hidden
{
    display: none;
}

#MobileSidebarMenu
{
	background-color:rgba(50, 77, 120, 0.98);
	
	
	box-shadow:2px 0px 3px #888888;


}


#MobileSidebarMenu a
{
	color: rgb(255, 255, 255);
	width:100%;
	border-bottom-width:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1);

}
#MobileSideBarHeader
{
	margin-top:5px;
}

fieldset 
{
    border:1px solid #ffc796;
    margin:0 5px 7px 3px;
    padding:1em;
}

.GrayItalic
{
    color: #808080;
    font-style: italic;
}

h1, h2, h3, h4 p
{
    padding: 0;
}

h2.moduletitle
{
	clear: both;
	background: url('square_arrow.gif') no-repeat;
	background-position: left 3px;
	border-bottom: 2px solid #f2f2f2;
	margin: 0;
}

.modulesubtitle {
height:23px;
color:#FFF;
background-color:#EAEAEA;
font-weight:700;
padding:4px 5px 0;
}

.modulecontent {
vertical-align:top;
text-align:left;
padding:4px;
}

.modulefooter {
display:none;
font-size:11px;
text-align:center;
}

.clearpanel {
clear:left;
padding-top:15px;
}

div.sitemap ul,div.sitemap ul li {
list-style:none;
font-size:100%;
}


code {
text-align:left;
display:block;
overflow:auto;
font:500 1em/1.5em 'Lucida Console', 'courier new', monospace;
background:#FAFAFA;
border:1px solid #EAEAEA;
border-left:5px solid #72A545;
margin:5px 0;
padding:10px;
}


a.ModuleEditLink:hover {
color:#069;
}

div.moduletitle, span.moduletitle, tr.moduletitle, h2.moduletitle
{
	color: #3782C5;
	font-weight: 700;
	text-transform: none;
}

h2, .Module h2
{
    color: #3782C5;
    font-size: 22px;
}

h3 {
color:#333;
font-size:16px;
}

hr {
height:1px;
background-color:#D1D7DC;
color:#D1D7DC;
border-width:0;
}

.Settinglabel {
font-weight:700;
font-size:smaller;
}

a.ModuleEditLink,a.ModuleEditLink:link,a.ModuleEditLink:visited,a.ModuleEditLink:hover,a.ModuleEditLink:active {
font-size:10px;
}

h1,h2,h3 {
font-family:'Trebuchet MS', Arial, sans-serif;
font-weight:700;
}

h1 {
font-size:1.7em;
}

/* Override Personality Assessment */
.QuestionsTable
{
	width:100%;
}
.QGroup 
{
   background-color:transparent !important;
}

img
{
    border:0;
}

a.ModuleEditLink:hover,a:hover
{
    color: #0033CC;
    text-decoration: underline;
}

a.SelectedPage:link,a.SelectedPage:visited,a.SelectedPage:active {
color:#000;
font-weight:700;
text-decoration:none;
}

legend a.ModuleEditLink,legend a.ModuleEditLink:link,legend a.ModuleEditLink:visited,legend a.ModuleEditLink:hover,legend a.ModuleEditLink:active {
color:#ffc796;
font-size:smaller;
}

a.adminlink:hover, a.adminlink:link, a.adminlink:visited
{
    text-decoration: none;
    color: #1266FF;
    font-weight: bold;
}

a.adminlink:hover,a.ModulePager:link,a.ModulePager:visited,a.ModulePager:hover,a.ModulePager:active,a.selectedcrumb:hover,a.unselectedcrumb:hover {
text-decoration:underline;
}






#SearchPanel
{
    text-align: right;
}

.SearchTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.SearchURL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    font-style: italic;
}

.SearchDetail,SearchDetail:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

.Rotate90 
{ 
-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
}

.Rotate300
{ 
-webkit-transform: rotate(300deg); 
-moz-transform: rotate(300deg); 
-o-transform: rotate(300deg);
-ms-transform: rotate(300deg); 
}

.ForumList
{
    width:925px;
}

    .NavigationBarTab a
    {
        color:white;
        vertical-align:middle;
    }
    .NavigationBarTab a:hover
    {
        text-decoration:underline;
    }

.RadListBox .rlbItem
{
    padding-top:0px !important;
    padding-bottom:0px !important;
    line-height:1 !important;
}





body
{
    font-family: Raleway, Arial, "Arial Unicode MS" , Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
    color: #555;
    background-color:#e9eaed;
    margin: 0;
    text-align: justify;
}




.navbar
{
    background-image:none;
    background-color:#f7f5f7;
    min-height: 40px;
    text-align:left;
    border-radius:0px;
	color: #222;
	width: 102.6%;
	margin-bottom: 0px;
	margin-left: -14px;
	margin-right: 0px;
	
}



.navbar-default .navbar-nav > li > a {
  color: #222;
  text-transform: uppercase;
  font-weight:bold;
}


.jumbotron
{
  background-color:white;
  margin-bottom: 0px;

}




h2, .Module h2
{
    color: #c12e2a;
    font-size: 22px;
}

---@media print
{
    body
    {
        font-size: 12px;
    }

    h2, .Module h2
    {
        font-size: 18px;
    }
}

.RightBanner
{
	padding:10px;
	font-size: 12px;
	border-radius:5px;
    text-align: left;
	margin-top:10px;
	border-color:black;
	min-height:7.7in;
}
.ReportPage h2
{
	color: black;
	font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}
.RightBanner h2
{
	color: black;
    font-size: 16px;
    text-align: left;
	margin-top:0px;
	margin-left:50px;
	margin-bottom:15px;
}
.RightBanner [contenteditable].editable {
    padding: 0px;
}


/*** Main Nav Left Padding Fix ***/
#Main-Navigation-Bar .glyphicons.none:before {
	margin-left: 0px !important;
	content: none;
}

#Main-Navigation-Bar span.glyphicons.none {
	margin-right: 0;
}



