/* NBP Forms CSS overrides for mobile devices (screen width <= 480px) */

.nbpSearchInput {
	height: 25px;
	width: 405px;
}

div.nbpSearchInput.helpOnRight {
    width: 394px !important;
}

.nbpSearchInput.helpOnRight input[type="text"] {
    width: 355px !important;
    font-size: 0.75em !important;
}

.nbpAddressWatermark input[type="text"]::placeholder { 
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.75em !important;
}

.nbpAddressWatermark input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 0.75em !important;
}

.nbpAddressWatermark input[type="text"]::-ms-input-placeholder { 
    /* Microsoft Edge */
    font-size: 0.75em !important;
}

.feederRow{
	border: none;
	position: relative;
	padding-left: 15%; 
}

.feederBlock{
    display:block;
}

.feederHide{
    display:none;
}

.feederText{
    font-size:xx-small;
}
    
/* Needed for iPhone */
body {
    width: 500px;
}

input[type="text"].nbpInitials {
    width: 5em !important;
}

.nbpFormPageNumber {
    height: 30px;
    float: right;
    font-size: 10px;
    margin-left: 20px;
}

div.nbpShediacLogo {
    height: 165px; 
    float: left; 
    clear: both;
    padding-bottom: 100px;
    padding-left: 20px;
}

div.nbpShediacLogo img {
    height: 150px; 
}

div.nbpNRCLogo {
    height: 30px; 
    float: left; 
}

div.nbpNRCLogo img {
    height: 32px; 
}

div.nbpNRCLogoLeft {
    float: left; 
    padding-left: 20px;
}

fieldset.groupOfFields div div fieldset table,
fieldset.groupOfFields div div fieldset table tr td {
	background: #ebebeb;
}

/* Fixes lack of spacing under dropdown lists in mobile layout - 2020/03/03 */
fieldset > div div {
	position: relative;
	/*padding-bottom: 25px;*/
	min-height: 25px;
}
