





/*
 * Custom CSS stylesheet for PLS help centers
 */
/*Font Awesome icons for portal page */

.cat-panel-1:before{
    content: "\f129"; /* Set this to the icon you want - app intro */
}
.cat-panel-2:before{
    content: "\f015"; /* Set this to the icon you want - main */
}
.cat-panel-3:before{
    content: "\f15c"; /* Set this to the icon you want - application */
}
.cat-panel-4:before{
    content: "\f061"; /* Set this to the icon you want - program stages */
}
.cat-panel-5:before{
    content: "\f1c0"; /* Set this to the icon you want - data views */
}
.cat-panel-6:before{
    content: "\f15c"; /* Set this to the icon you want - reports */
}
.cat-panel-7:before{
    content: "\f085"; /* Set this to the icon you want - utilities */
}    
.cat-panel-8:before{
    content: "\f085"; /* Set this to the icon you want - admin */
}    
.cat-panel-9:before{
    content: "\f02e"; /* Set this to the icon you want - glossary */
}    
.cat-panel-10:before{
    content: "\f0a1";  /* Set this to the icon you want - release notes */
}

/*
.cat-panel-11:before{
    content: "\f0ec";  smartdox 
}
.cat-panel-13:before{
    content: "\f1b3"; suite 
}
.cat-panel-14:before{
    content: "\f03a"; basics
}
.cat-panel-15:before{
    content: "\f2b5"; procorem
}    
.cat-panel-2:before{
    content: "\f0ca";  prequal

.cat-panel-3:before{
	content: "\f046";  qual 

.cat-panel-4:before{
    content: "\f044"; underwriting 

.cat-panel-5:before{
    content: "\f155";  disbursement 

.cat-panel-6:before{
    content: "\f002";  monitoring 
  
*/

	
/* Primary color for links, buttons, sidebar, portal-header etc */
a,.text-primary,.btn-link,.pagination>li>a,.pagination>li>span,.publication-contents a:hover {
    color:#1976d2;
}

.bg-primary,.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.portal-single-publication .publication-icon {
    background-color:#192C53;
}

.site-sidebar{
	background-color:#192C53;
}

.portal-header h1{
  color: #fff;
}

.portal-header::before{
  background: linear-gradient(#fff, #192C53);
}

.portal-header::after{
    z-index: -5;
    background: url(image/portal-bg.jpg) no-repeat center center;
    background-size: cover;  
}

.portal-header {
	height: 350px;
}

.portal-header .logo {
	height: 100px;
}

.portal-header .portal-search .search-field {
	background-color: #808080;
}

.theme1 .site-sidebar-header {
	background-color: white;
}


.dropup.languages {
	visibility: hidden;
}

.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    border-color:#1976d2;
}

/* Hover primary color */
a:hover,a:focus,.btn-link:hover,.btn-link:focus {
    color: #11508e;
}

.nav-site-sidebar li a:focus{
    background-color: transparent;
}

a.text-primary:hover,a.text-primary:focus,.btn-primary:hover,a.bg-primary:hover,a.bg-primary:focus,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    background-color:#11508e;
}

.btn-primary:focus,.btn-primary.focus,.btn-primary:hover,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    border-color:#11508e;
}

/* Secondary color - For portal search button, publication count */
.portal-header .portal-search button,.publication-contents h4 span {
    background-color:#808080;    
}

.portal-header .portal-search button:hover{
     background-color:#808080;
}

/* Tertiary color - For pager */
.pager li>a,.pager li>span {
    color:#808080;   
}

.pager li>a:hover,.pager li>span:hover {
    background-color:#808080;
}    

/* Procedure */
.theme1 .procedure > li::before {
    background-color: #192C53;
}	

.procedure-title {
	font-style: italic;
	padding-top: 25px;
}

/* Headings */
h1 {
	font-size: 225%;
}
h2 {
	font-size: 175%
}
h3 {
	font-size: 150%;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-size: 125%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: Montserrat, Roberto, Arial, sans-serif;
	text-transform: none;
}

/*Images*/

img.materialboxed{
    max-width: 100%;
	border-style: solid;
	border-width: 1px;
}
.noborder img{
	border: none;
	padding: .25px;
}

/*Admin Note */

p.admin-para{
	text-indent: 0;
}

p.admin-para:before{
	content: '\f234';
	font-family: FontAwesome;
	padding-right: 1em;
	color: #192C53;
}	

/*Caption */
.caption {
	font-style: italic;
}

/* hide br elements where the class name contains "-break"
include br elemnts that immediately follow */
br[class*=-break],
br[class*=-break] + br {
    display: none;
}

