





/*
 * Custom CSS stylesheet for Procorem Compliance App help center
 */
/*Font Awesome icons for portal page */
.cat-panel-1:before{
    content: "\f015"; /* Set this to the icon you want - app intro */
}
.cat-panel-2:before{
    content: "\f155"; /* Set this to the icon you want - rent roll records */
}
.cat-panel-3:before{
    content: "\f067"; /* Set this to the icon you want - add details */
}
.cat-panel-4:before{
    content: "\f093"; /* Set this to the icon you want - upload details */
}
.cat-panel-5:before{
    content: "\f1d8"; /* Set this to the icon you want - submit */
}    


	
/* 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:#8db7e0;
}

.site-sidebar{
	background-color:#8db7e0;
}

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

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

.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;
}

.featured-content-label, .featured-content {
display: none;
}

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

.theme1 .site-sidebar-header .logo {
	padding-bottom: 0px;
}

.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: #8db7e0;
}	
.procedure-title {
	font-style: italic;
	padding-top: 25px;
}

/*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: #002c77;
}	

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

