





/*
 * Custom CSS stylesheet for Procorem help center
 */
/*Font Awesome icons for portal page */

.cat-panel-1:before{
    content: "\f108"; /* Set this to the icon you want - procorem */
}
.cat-panel-2:before{
    content: "\f002"; /* Set this to the icon you want - inspection */
}
.cat-panel-3:before{
    content: "\f00c"; /* Set this to the icon you want - compliance */
}
/*.cat-panel-4:before{
    content: "\f155"; /* Set this to the icon you want - budget */
}
.cat-panel-5:before{
    content: "\f0c0"; /* Set this to the icon you want - rent roll */
}

	
/* 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:#00ADEF;
}

.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:#6396C9;
}

.site-sidebar{
	background-color:#6396C9;
}

/*.portal-single-publication a {
  border-radius: 50px;
  background-color: #6396C9; 
}

.portal-single-publication H3 {
  color: #fff; 
}*/

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

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

.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: 50px;
}

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

@media (min-width: 768px) {
  .portal-single-publication {
    float: left;
    width: 20%;
  }
}

/* Add h3 styling to subtitle portal text */
.portal-single-publication h3.portal-text-subtitle {
    margin: 5px 0px 0px 0px;
    font-size: 11px ; 
    font-style: italic;

}

@media (min-width: 992px) {
    .portal-single-publication .portal-text-subtitle {
        font-size: 18px;
    }
}


.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:#00ADEF;
}

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

.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:#0088CC;
}

.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:#0088CC;
}

/* 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: #6396C9;
}	

/*Images*/

/*img.materialboxed{
    max-width: 100%;
	border-style: solid;
	border-width: 1px;
}*/

.inlinemediaobject {
  display: inline-block;
vertical-align: 0em;
}


/*.mediaobject.noborder img {
    border: none;
}*/

.mediaobject img {
	border-style: solid;
	border-width: 1px;
}

.noborder img {
	border:none;
}


.qandaset > ul:first-child {
   list-style: none;
   padding-left: 0px;

