/*Angular page fixes*/
	/*login page inputs*/
    @media screen and (max-width: 767px) {
       app-root .p-inputtext {width: 100% !important;}
    }
    /*login page sign in button*/
    @media only screen and (max-device-width: 480px),(max-width: 480px) {
        app-root .p-button {width:100% !important;}
    }
    app-root .p-button {
        background: #0047ba !important;
    }
    /*login page links and labels*/
    app-root .forgotPassLink,
    app-root label[for="cbRememerMe"],
    app-root .ng-star-inserted {
        font-size: .8rem;
    }
    app-root .footerText {font-size: 1rem;}
    /*login disclaimer page*/
    .disclaimerSection {
        border: none !important;
        padding: 0 25px 25px !important;
    }
    .disclaimBackground h1 {
        padding: 15px 25px 0 15px;
    }
    @media only screen and (max-device-width: 480px), (max-width: 480px) {
        .disclaimBackground h1 {
            font-size: 30px !important;
        }
    }

/*Public Notices record detail attachemnts iframe*/ 
body.ACA_Page_NoScrollBar {
    background-color:#f6f6f6;
}
/*custom announcements banner*/
.retire-alert {
    padding: 10px 15px 7px;
    margin-bottom: 15px;
    border: 1px solid #ffeeba;
    background-color: #fff3cd;
    text-align: left;
}
.retire-alert p {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    margin-left: 28px;
    line-height: 22px;
}
.retire-alert a {
    color: #0047ba;
    font-weight: 700;
    text-decoration: underline;
}
.retire-alert a:hover {
    text-decoration: none;
}
.retire-alert .material-icons {
  float: left;
  color: #f7c305;
  font-size: 25px;
}
/*Select preferred language*/
[id$="ucContactInfo_ddlRace_parentGrid"] {width: 100%;}
[id$="ucContactInfo_ddlRace_parentGrid"] select {width: auto !important;}
[id$="ucContactInfo_ddlRace_parentGrid"] p {font-size: 13px; font-weight: normal; margin-bottom: 5px;}
/*my records drop down menu*/
.dropbtn {
    cursor: pointer;
}
#myRecordsDropdown {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: none;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    top:45px;
}
#myRecordsDropdown:hover {
    background-color:#ffffff;
}
#myRecordsDropdown a {
    color: #333333;
    font-size: 18px;
    padding: 7px 5px;
    text-decoration: none;
    display: block;
}
.show {display: block;}
/*share2016_static overrides*/
#header {height: 58px;}
/*module help footer*/
.module-help-footer {
    margin-top:30px;
    padding-top:15px;
    border-top:2px solid #000000;
}
.module-help-footer h2 {
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: none;
}
.module-help-footer p {
    margin-bottom:10px;
    font-size: 15px;
}
/*BEGIN Custom Bootstrap 3 Grid*/
.clearfix-ssp:before,
.clearfix-ssp:after,
.container-fluid-ssp:before,
.container-fluid-ssp:after,
.row-ssp:before,
.row-ssp:after {
  display: table;
  content: " ";
}
.clearfix-ssp:after,
.container-fluid-ssp:after,
.row-ssp:after {
  clear: both;
}
.nav-ssp *,
.gen-ssp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-ssp *:before,
.nav-ssp *:after,
.gen-ssp *:before,
.gen-ssp *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gen-ssp a {
    font-weight: bold;
}
.container-fluid-ssp {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row-ssp {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-4,
.col-sm-6 {
    position: relative;
    min-height: 1px;
}
@media (min-width: 768px) {
	.col-sm-4,
	.col-sm-6 {
		float: left;
		padding-right: 15px;
    	padding-left: 15px;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
}
.nopadleft-ssp {
    padding-left: 0;
}
.nopadright-ssp {
    padding-right: 0;
}
.mt-ssp {
    margin-top:20px;
}
/*END Bootstrap 3 Grid*/