/* Styles to override WKU reskin css 8?
/* mimics look of iWKU css for consistency across iWKU web modules */
.iwku-hide{display: none !important;}


body, body.wku-reskin, .wku-reskin form{
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
	font-weight:300 !important;
	font-stretch:normal !important;
	background: #333 !important;
	color: #ffffff !important;
}


.wku-reskin .input.old{
	color: #ffffff !important;
}

h1.iwku-title {
    margin: 0 !important;
    height: 45px !important;
    background: #ffffff !important;
    color: #333333 !important;
    font-size: 2.08rem !important;
    text-align: center !important;
    line-height: 45px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-weight: normal !important;
}

.wku-reskin h1.h3.red {
    color: #ffffff !important;
    font-size: 18px !important;
	font-weight: 500 !important;
}

.acct-card-body {
    border: 1px solid #555 !important;
    background: #444 !important;
}

.acct-card .acct-card-header {
    background: #555555 !important;
    color: #ffffff !important;
    border: 1px solid #555555 !important;
}


input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea, input[type="submit"], button, select, a.button {
    width: 100% !important;
    margin: 5% auto !important;
    background-color: #666666 !important;
    border: 1px solid #999999 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 45px !important;
    padding: 0 5% !important;
    font-size: 1.2rem !important;
    letter-spacing: .08rem !important;
}
select{
	background-image: url(../../iwku/images/select-arrow.png) !important;
    background-size: 4.5rem !important;
}
.wku-reskin .ldp_form .input input:not([type="radio"]):not([type="checkbox"]), .wku-reskin .ldp_form input:not([type="radio"]):not([type="checkbox"]), .wku-reskin .ldp_form .input select {
	max-width: 100% !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
}



input[type="submit"], button, a.button {
    width: 100% !important;
    margin: 7% auto !important;
    background: #b01e24 !important;
    border: 0 !important;
}

label {
    display: block !important;
    font-size: 1.28rem !important;
    margin: 0 0 -2% 10px !important;
    font-weight: normal !important;
}

.wku-reskin form.ldp_form p.input-help {
	color: #ffffff;
}

#hd-contact{
	display: block;
	width: 175px !important;
	margin: 5px auto;
	background: #454545 !important;
	color: #fff !important;
	padding: 0.5rem 1.2rem;
}

#acct-user-info {
	padding: 5px !important;
    border-bottom: 0.1rem solid #555555 !important;
    background-color: #f1f1f1 !important;
	color: #333;
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}
#acct-user-info .row{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#acct-user-info .col-xs-6.text-right, #acct-user-info .col-xs-6.text-left{
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}
#acct-user-info a{
	color: #666 !important;
}
#acct-user-info .fa{
	color: #777 !important;
}


#main-alert{
	margin-top: 1.5rem;
}



