/* NBP Forms CSS overrides for tablet devices (screen width > 481 and <= 1123px) */

div.nbpSearchInput.helpOnRight {
    width: 308px !important;
}

.nbpSearchInput.helpOnRight input[type="text"] {
    width: 269px !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;
}

input[type="text"].nbpInitials {
    width: 5em !important;
}

.nbpFormPageNumber {
    height: 30px;
    float: right;
    font-size: 10px;
    margin-left: 20px;
}

div.nbpShediacLogo {
    height: 165px; 
    float: right; 
}

div.nbpShediacLogo img {
    height: 150px; 
}

div.nbpNRCLogo {
    height: 30px; 
    float: right; 
}

div.nbpNRCLogoLeft {
    float: left; 
}

div.nbpNRCLogo img {
    height: 38px; 
}

fieldset.groupOfFields div div fieldset table,
fieldset.groupOfFields div div fieldset table tr td {
	background: #ebebeb;
}

.nbpInlineRadioButtonSmall {
    width: 50px;
    padding-left: 10px;
    font-size: 10px;
}

.nbpEligibleEVListContainer {
    margin-left: 10px;
    overflow-x: auto;
    margin-bottom: 100px;
}

th.rgHeader.nbpTelerikColumnHeader {
    padding: 10px 15px 10px 10px;
}
