/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* fix text header logo */	
#header .logotext {
	font-size: 1.4em;
	padding: 14px;
	font-family: 'Montserrat', sans-serif;
}

/* simplify client login by hiding header, etc. START */
.login #header .user-nav, .login .breadcrumb, .login .h1, .pwreset #header .user-nav, .pwreset .breadcrumb {
	visibility: hidden;
}
.login .main-content-wrapper #main-content, .pwreset .main-content-wrapper #main-content {
	border: none;
}

/* mod input field colors (was hard to tell if you were highlighting text or not */
.login ::selection {
  background: #ffb7b7; 
}
.login ::-moz-selection {
  background: #ffb7b7; 
}
/* simplify client login by hiding header, etc. END */


/* Client homepage support panel styling */
.panel-accent-colorValue .panel-footer {
	/*background-color: #d0eafc;*/
	font-size: 14px;
}
.panel-accent-colorValue, .panel-accent-red {
	border: 2px dashed #e84c3d; 
}

/* display logo to fit in space */
.brand .logo img {
 height: 66px;
 margin-top: 7px;
  margin-bottom: 7px;

}