/* Background Color and Font Body */
body {
    background-color: #FCEEDC !important;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
}

/* Class to set the parameters for the background content */
#page-content {
    /*background-image: url(https://static.macysevents.com/images/parade-confettibkg.png);*/
    background-repeat: no-repeat;
    background-color: #2F0A7A;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -0.1em;
}

/* Adjusts the header image */
.header-image {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.footer-text {
    color: #000000;
}

.footer-image {
    /*background-image: url(https://static.macysevents.com/images/parade-footer-img.png);
    background-repeat: repeat-x;*/
	background-color:#5F42D5;
    height: 20px;
}
.card-body.text-center.unauth-card {
        background-color: #f9f9f9;
        box-shadow: 2px 4px 16px #eaeaea;
}

.messagerow {
	border-top: solid 5px #5F42D5;
}

.card.messagecard {
	margin-top: 25px;
}

.jumbotron {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: white !important;
    /*background-image: url(https://static.macysevents.com/images/parade-confettibkg.png);
    background-position-y: -2px;*/
}
button {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-left: 0px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:hover,
button:focus,
button.focus {
  color: #333;
  text-decoration: none;
}
button:active,
button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button, button:active, button:visited, button:focus  {
	background-color: #EB1F23;
    color: #ffffff;
    border: none;
}
button:hover {
	background-color: #C41F23;
	color: #ffffff;
}

#cancel {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

.sendNewCode {
	background-color: #999!important;
	color: #ffffff!important;
}

.attrEntry input,.entry-item input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.attrEntry input:focus, .entry-item input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.attrEntry input::-moz-placeholder, .entry-item input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.attrEntry input:-ms-input-placeholder, .entry-item input:-ms-input-placeholder {
  color: #999;
}
.attrEntry input::-webkit-input-placeholder , .entry-item input::-webkit-input-placeholder {
  color: #999;
}
.attrEntry input::-ms-expand, .entry-item input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.attrEntry label {
	margin-top:.5rem;
}
.attrEntry .error.itemLevel{
	display:inline-block;	
	color:#fff;
	padding-left:5px;
}
.attrEntry .error.itemLevel P{
	margin-bottom:0;
}
.attrEntry.validate .error.itemLevel.show, .attrEntry.validate .helpText.show, .helpText.show{	
	color:#dc3545;
}
.attrEntry.validate input:invalid{
	background-color:#f8d7da;
}
.attrEntry .buttons button{
	margin-top:10px;
}
.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    background-color: #1B6EB7;
    color: #ffffff;
    border: none;
}

.btn-primary:hover {
	background-color: #235ba5;
	color: #ffffff;
}

.intro h2 {
	font-size:.9rem;
	display:block;
	margin-bottom:1rem;
}

.intro {
	margin-top:10px;
}
.social .intro h2 {	
	/*color:#6c757d!important;*/
}
.chgpwd-forminput .intro, .chgpwd-forminput .tiny{
	display:none;
}
.attrEntry.validate .verificationInfoText {
	color: #17a2b8;
}
.attrEntry.validate .verificationSuccessText {
	color:#28a745;
}
.error.pageLevel, .verificationErrorText.error {
	color: #dc3545;
}

#api .divider h2{	
    text-align:center;
	font-size:.9rem;
	display:block;
	margin:5px 0px;
	font-weight:bold;
	
}
#api ul {
	padding:0px;
}
#api li {
	list-style:none;
}
.entry-item {
	margin-bottom:10px;
}
.rememberMe{
	display:none;
}
.password-label #forgotPassword{
	padding-left:10px;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.liaisonNotify {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
}

    .liaisonNotify:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

.notifyContainer {
    padding: 2px 16px;
}

#quotaChart {
    width: 200px;
    height: 100px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    padding-left: 5px;
}

/*#endregion*/

/*#region Media Queries*/
@media only screen and (max-width: 1150px) {
    .jumbotron h1 {
        font-size: 2em;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/*#endregion*/

/* Alert Styles */
.alert-warning {
    text-align: center;
}

/* Bootstrap Column centering option */
.col-centered {
    float: none;
    margin: 0 auto;
}

/*Login Pages Styles*/

h2.bigLogin {
    background-color: #666;
    color: #ffffff;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Profile Image Styling */
img#profile-img-tag {
    vertical-align: middle;
    margin-top: 25px;
    padding: 10px;
    box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.12);
}

.header-image-container {
    display: inline-block;
    height: auto;
    padding-top: 2em;
    position: relative;
    text-align: center;
}

.parade-header-image {
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
}

/*Login Screen Forgot Password Style*/
.forgot-reset-pass {
    text-align: left;
    padding: 8px 0px 0px 0px;
}

.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}


/*Styling for Headers*/

.registration-master {
    font-family: 'Muli', sans-serif;
}

.container-fluid {
    background-color: white;	
    padding-bottom: 20px;
}

/* IE Fix for Progress Bars */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .progressBars {
        height: 13px;
    }

    .pBarTD {
        width: 15%;
    }
}
