/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001
   ================================
*/

.module-type-guidancehelp .doubleline {
    border-bottom-color: Black;
    border-bottom-style: double;
    border-bottom-width: thick;
}

.module-type-guidancehelp .hbar {
    padding: 0 0 0 0;
    height: 5px;
}

.module-type-guidancehelp .indent {
    padding-left: 50px;
    height: 1px;
}

.module-type-guidancehelp .lindent {
    padding-left: 200px;
    height: 1px;
}

.module-type-guidancehelp .GuidanceSubTitle {
    FONT-FAMILY: Arial Black, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13pt;
    color: #2d4e5a;
}

.module-type-guidancehelp P.Highlight {
    background-color: Lime;
    font-style: italic;
}


/* background color for the content part of the pages */
/*Body
{
  FONT-FAMILY:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color:Black;
  background-color: white;
}*/

/* JARPA Questions */
.module-type-guidancehelp .Question {
    /*font-family: Verdana Bold, Helvetica, sans-serif;*/
    font-size: larger;
    /*font-weight:bold;*/
    font-style: normal;
    /*color:black;*/
}

/* Comment responses to questions */
/*.Comment {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    font-style:normal;
    color:black;
}*/

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.module-type-guidancehelp .PageTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    color: #000066;
    background-color: #ccd8e3;
    padding: 5px;
}



/* GENERAL */
/* style for module titles */
.module-type-guidancehelp .Head {
    FONT-FAMILY: Arial Black, Arial, Verdana, Helvetica, sans-serif;
    font-size: 36pt;
    color: #eff1b8;
    padding-left: 0.1667in;
    padding-right: 0.1667in;
    line-height: initial;
}

    .module-type-guidancehelp .Head > p {
        margin-top: 1em;
        margin-bottom: 1em;
    }

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.module-type-guidancehelp .SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}


/* GENERIC */
.module-type-guidancehelp H1 {
    font-size: 18pt;
    color: #2d4e5a;
}

.module-type-guidancehelp H2 {
    font-size: 13pt;
    color: #2d4e5a;
}

.module-type-guidancehelp H3 {
    font-size: 11pt;
    color: #2d4e5a;
}

.module-type-guidancehelp H4 {
    font-size: 10pt;
    color: #2d4e5a;
}

.module-type-guidancehelp H5 {
    font-size: 9pt;
    color: #2d4e5a;
}

.module-type-guidancehelp H6 {
    font-size: 8pt;
    color: #2d4e5a;
}
/*
TFOOT, THEAD    {
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-weight:    bold;
    color: darkred;
}
*/



.module-type-guidancehelp HR {
    color: #2d4e5a;
    height: 1pt;
    text-align: left;
    width: 100%;
}

.module-type-guidancehelp .Guidance {
    margin-left: 2em;
    width: 95%;
}

.module-type-guidancehelp .GuidanceBlock {
    border: solid #ccd8e3 1px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
    border-radius: 1em;
    background: #eaedef
}



.module-type-guidancehelp .rb_AlternatePortalFooter {
    text-align: center;
}

    .module-type-guidancehelp .rb_AlternatePortalFooter > div {
        display: inline-block;
    }

.module-type-guidancehelp .DeleteButton {
    background: url("../images/delete.gif") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

.module-type-guidancehelp .UpDownButtons {
    width: 12px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.module-type-guidancehelp .DownButton {
    background: url("../images/up.gif") no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 12px;
    height: 14px;
    display: block;
}

.module-type-guidancehelp .UpButton {
    background: url("../images/up.gif") no-repeat;
    width: 12px;
    height: 12px;
    display: block;
}

.module-type-guidancehelp .LeftButton {
    background: url("../images/lt.gif") no-repeat;
    width: 12px;
    height: 12px;
    display: block;
}

.module-type-guidancehelp .RightButton {
    background: url("../images/rt.gif") no-repeat;
    width: 12px;
    height: 12px;
    display: block;
}

.module-type-guidancehelp .Disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    pointer-events: none;
    cursor: default;
}

#main-navigation #translate-pulldown .navbar-nav .nav-link {
    color: var(--darkBlue-color);
    white-space: nowrap;
    border: 2px solid transparent;
    line-height: normal;
}


/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001
   ================================
*/   

.GuidanceHelp .doubleline
{
  border-bottom-color:Black;
  border-bottom-style:double;
  border-bottom-width:thick;
}

.GuidanceHelp .hbar
{
  padding:0 0 0 0;
  height:5px;
}
.GuidanceHelp .indent
{
  padding-left:50px;
  height:1px;
}
.GuidanceHelp .lindent
{
  padding-left:200px;
  height:1px;
}
.GuidanceHelp .GuidanceSubTitle
{
  FONT-FAMILY: Arial Black, Arial, Verdana, Helvetica, sans-serif;
  font-size: 13pt;
  color: #2d4e5a;
}
.GuidanceHelp P.Highlight
{
  background-color:Lime;
  font-style:italic;  
}


/* background color for the content part of the pages */
/*Body
{
  FONT-FAMILY:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color:Black;
  background-color: white;
}*/

/* JARPA Questions */
.GuidanceHelp .Question {
    /*font-family: Verdana Bold, Helvetica, sans-serif;*/
    font-size: larger;
    /*font-weight:bold;*/
    font-style:normal;
    /*color:black;*/
}

/* Comment responses to questions */
/*.Comment {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    font-style:normal;
    color:black;
}*/

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.GuidanceHelp .PageTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style:normal;
    color:#000066;
    background-color: #ccd8e3;
    padding: 5px;
}



/* GENERAL */
/* style for module titles */
.GuidanceHelp .Head   {
  FONT-FAMILY: Arial Black, Arial, Verdana, Helvetica, sans-serif;
  font-size: 36pt;
  color: #eff1b8;
  padding-left:0.1667in;
  padding-right:0.1667in;
  line-height:initial;
}

.GuidanceHelp .Head > p {
    margin-top:1em;
    margin-bottom:1em;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.GuidanceHelp .SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}


/* GENERIC */
.GuidanceHelp H1
{
  font-size: 18pt;
  color: #2d4e5a;
}
.GuidanceHelp H2
{
  font-size: 13pt;
  color: #2d4e5a;
}
.GuidanceHelp H3
{
  font-size: 11pt;
  color: #2d4e5a;
}
.GuidanceHelp H4
{
  font-size: 10pt;
  color: #2d4e5a;
}
.GuidanceHelp H5
{
  font-size: 9pt;
  color: #2d4e5a;
}
.GuidanceHelp H6
{
  font-size: 8pt;
  color: #2d4e5a;
}
/*
TFOOT, THEAD    {
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-weight:    bold;
    color: darkred;
}
*/



.GuidanceHelp HR {
    color: #2d4e5a;
    height:1pt;
    text-align:left;
    width:100%;
}

.GuidanceHelp .Guidance
{
    margin-left:2em;
        width:95%;

}

.GuidanceHelp .GuidanceBlock
{
    border: solid #ccd8e3 1px;
    padding-left:1em;
    padding-right:1em;
    margin-bottom:1em;
    border-radius:1em;
    background: #eaedef
}



.GuidanceHelp .rb_AlternatePortalFooter { text-align:center;}
.GuidanceHelp .rb_AlternatePortalFooter > div
{
    display:inline-block;
}

.GuidanceHelp .DeleteButton
{
    background:url("../images/delete.gif") no-repeat;
    width:12px;
    height:12px;
    display:inline-block;
    vertical-align:middle;


}

.GuidanceHelp .UpDownButtons
{
    width:12px;
    height:24px;
    display:inline-block;
    vertical-align:middle;
    margin-top:0.25em;
    margin-bottom:0.25em;
}

.GuidanceHelp .DownButton
{
    background:url("../images/up.gif") no-repeat;
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
    width:12px;
    height:14px;
    display:block;
}

.GuidanceHelp .UpButton
{
    background:url("../images/up.gif") no-repeat;
    width:12px;
    height:12px;
    display:block;
}

.GuidanceHelp .LeftButton
{
    background:url("../images/lt.gif") no-repeat;
    width:12px;
    height:12px;
    display:block;
}

.GuidanceHelp .RightButton
{
    background:url("../images/rt.gif") no-repeat;
    width:12px;
    height:12px;
    display:block;
}

.GuidanceHelp .Disabled
{
    opacity: 0.3;
    filter: alpha(opacity=30);
       pointer-events: none;
   cursor: default;
}


