/* Logo upper left corner */
header .logo {
  background: url("/overlay/images/msb_rgb_150ppi-new.png");
  background-size: cover;
  margin: 15px auto 25px 0;
  height: 82px;
  width: 185px;
}	

/* Right side info card */
.info {
  background: #E4E4E1;
  /* Text color */
  color: #333333;
}

.info-header {
  pointer-events: none;
}

/* MSB Bold Headers */
h1.info-title, .info h1 {
    font-weight: 600;
}

/* MSB Text size */
p, h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
}

/* MSB Link Color */
.info a {
    color: #822757;
	line-height: 150%;
	font-weight: 400 !important;
}
p.info-text a:hover, h1.info-text a:hover, h2.info-text a:hover, h3.info-text a:hover, h4.info-text a:hover, h5.info-text a:hover, h6.info-text a:hover {
  color: #333333;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 94%, #333333 94.1%, #333333 100%, rgba(0, 0, 0, 0) 100.1%, rgba(0, 0, 0, 0)) !important;
}

p.info-text a, h1.info-text a, h2.info-text a, h3.info-text a, h4.info-text a, h5.info-text a, h6.info-text a {
  background-image: none !important
}

/* Button color */
.btn-primary {
   background: #822757;
   color: #FFFFFF;
}

/* Body background and color, no image */
body {
  background-color: #ffffff;
}
@media (min-width: 600px) {
  body {
    background: none;
	background-color: #f9f9f9;
  }
}
@media (min-width: 600px) {
  main .card {
    border: 1px solid #822757;
  }
}
/* Selector */
div.selector-container .content img {
  background-color: #822757;
}

div.selector-container .content .pull-left {
  background: #822757;
}
div.selector-container .content .pull-left:not([ref*="res/images/icons/"]) {
  background: #822757;
}

div.selector-container a:hover {
    border-radius: 4px;
    background: #822757;
}		

button[disabled],
input[disabled],
button[disabled]:hover,
button[disabled]:active,
button[disabled]:focus {
    background: #ededed;
    color: #bdbdbd;
}

.dropdown a {
  color: #822757;
}

/* Cancel Button */
.cancel-button {
  height: 40px;
  width: 40px;
  margin-right: 25px;
  display: inline-block;
  background: url("/authenticate/res/images/changepwd/cancel.svg") no-repeat;
  cursor: pointer;
}
/* Cancel Button */
.cancel-button2 {
 /* height: 40px; */
  width: 60px; 
  margin-right: 25px;
  display: inline-block;
  background: #ffffff;
  color: #822757;
  cursor: pointer;
  border: 1px solid #822757;
  min-width: unset !important;
}

.cancel-button2:hover, .cancel-button2:active, .cancel-button2:focus {
	background: #822757;
	color: #ffffff;
}

.helptext > *  {
  font-weight: 400;
  font-size: 18px;
}

* {
  font-size: 18px;
  line-height: normal;
}


.info a:hover, .info a:focus, .info a:active {
  color: #822757;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background: #822757;
    color: #FFFFFF;
}


/* vertical bar on the active text-field */
fieldset input:focus,
fieldset input:active {
  -webkit-box-shadow: inset 2px 0px 0px 0px #822757;
  box-shadow: inset 2px 0px 0px 0px #822757; }

/* Header */  
h1.info-title {
    text-align: left;
}

/* Progress bar */
.info > .progress > .progressSquare.squarebutton > .text {
    font-size: 12px;
}
