﻿
@media all and (max-width:767px)
{
    
.width800
{
    margin-left:10px;
    margin-right:10px;
}

}



/*////Contact Us////*/
.box
{
    border: 3px solid #E2D2E5;
    border-radius: 10px;
    padding: 10px;
}

.box-pale 
{
	background-color: #F3E9F1;
}

.notIntendedMessage
{
    padding: 10px;
    font-style: italic;
    font-size: 13px;
    line-height: 13px;
    display: block;
    background-color: #FFFFFF;
}

.input-required
{
    color: #FF0000;
    font-size: .9em;
    font-style: italic;
}

.product-inquiry
{
    padding: 20px;
    border: solid 2px #DEDEDE;
    border-radius: 10px;
    background: #fff;
}
        
.rblProductInquiry
{
    margin-top: 20px;
    margin-left: 20px;
}
        
.pnlDiapersWipesContact
{
    padding: 10px;
    border: solid 2px #DEDEDE;
    border-radius: 10px;
    margin-bottom: 40px;
    background: #fff;
}


/*////Contact Us////*/


/*////e-Tummy Helper////*/
.submit-button
{
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left:25px;
}

.list 
{
	list-style: outside;
	margin-bottom: 20px;
	margin-left: 24px;
}

ol.list 
{
	list-style-type: decimal;
}

.list-spacing li 
{
	line-height: 20px;
	margin-bottom: 10px;
	list-style-type:disc; /*styling bullet-points*/
	margin-left:20px;
	
}

.multiChoicesAnswer
{
    padding-left: 20px;
}
    
.boxFeedingProblems
{
    background-color: white;
    border: 1px solid #E2D2E5;
    border-radius: 10px;
}

.boxFeedingProblems-padded
{
    padding: 10px;
}

.boxFeedingProblems-light
{
    box-shadow: inset 0px 0px 50px rgba(108, 32, 127, 0.09);
}

.boxFeedingProblems-pale
{
    background-color: #f8e8f5;
}
    
.panelQuestions
{
    padding: 5px;
    border: 1px solid #E2D2E5;
    border-radius: 10px;
    box-shadow: inset 0px 0px 50px rgba(108, 32, 127, 0.09);
    background-color: #f9f2f8;
}
    
.panelResults
{
    padding: 5px;
    border: 1px solid #E2D2E5;
    border-radius: 10px;
    box-shadow: inset 0px 0px 50px rgba(108, 32, 127, 0.09);
    background-color: white;
    margin-bottom: 30px;
    font-size: .9em;
}
   
.para
{
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}
    
.style1
{
    width: 35px;
}
.style2
{
    width: 52px;
}
/*////End e-Tummy Helper////*/


/*////Baby Names Finder////*/
#BabyNames-Search-Section
{
     border: 1px solid #CE73CE;
     width:100%; 
     bgcolor:#F7EAF7;
     border-radius: 10px;
}

.baby-names-finder-section
{
    padding:5px 10px 5px 10px;
}

.RequiredFieldValidator
{
    padding: 10px;
    margin: 0px 0px 0px 0px;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 78%;
}

.spacer
{
    margin-top:-15px;
}

.dropdown-list-items
{
    background-color: white;
    height:40px;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #E2D2E5;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 5px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none;
	transition: box-shadow 100ms;
	-webkit-transition: box-shadow 100ms;
	-moz-transition: box-shadow 100ms;
    
    
}

.dropdown-list-items 
{
	padding: 4px 5px;
}


.dropdown-list-items
{
	appearance: none; /*remove browsers default css style*/
    -webkit-appearance: none; /*remove chrome/opera/safari browser css style*/
    -moz-appearance: none; /*remove mozilla browser css prefix*/
    -ms-appearance: none; /*remove internet explorer browser css style*/
    background: url(../images/select-arrow.png) right no-repeat; /* add custom arrow dropdownlist control*/
}

/*remove the default dropdown arrow on IE10+ browser*/
.dropdown-list-items::-ms-expand
{
   display: none;
}

.dropdown-list-items:focus, .dropdown-list-items:active,.dropdown-list-items:hover
{
    
    
    outline: none;
	box-shadow: 0px -1px 0px rgba(0,0,0,0.1),
				0px 0px 2px 1px rgba(146, 39, 143, 0.2);
}



/*////Baby Polls////*/
/*////Survey Questions////*/
.home-baby-poll-wrapper
{
    border: solid 2px #DCBCF5;
    background-color: #f4eff8;
    padding: 1%;
    margin: 1%;
    border-radius: 5px;
}


.para
{
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: -10px;
}

	
.boxBabyPollResults
{
    background-color: white;
    border: 2px solid #E2D2E5;
    border-radius: 10px;
}

	
.babyPoll-RadioButtonList
{
    margin-bottom:5px;
}

	
.boxBabyPoll-lightPurple
{
    background-image: -webkit-linear-gradient(#f4eff8, #e8d4f9);
    background-image: -moz-linear-gradient(#f4eff8, #e8d4f9);
    background-image: -o-linear-gradient(#f4eff8, #e8d4f9);
    background-image: linear-gradient(#f4eff8, #e8d4f9);
}
	
.boxBabyPoll-padded
{
    padding: 15px;
}
   
/*////Survey Results////*/ 
.boxBabyPollResults
{
    background-color: white;
    border: 2px solid #E2D2E5;
    border-radius: 10px;
}
	
.boxBabyPollResults-lightPurple
{
    background-image: -webkit-linear-gradient(#fbfafc, #e4d5f1);
    background-image: -moz-linear-gradient(#fbfafc, #e4d5f1);
    background-image: -o-linear-gradient(#fbfafc, #e4d5f1);
    background-image: linear-gradient(#fbfafc, #e4d5f1);
}

.style-total-votes
{
    float:right;
    margin-right:50px;
}

/*Vote Now! button*/
.buttonclass
{
    border: 1px solid #520d49;
    background-color: #77256c;
    color: #FFFFFF;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    display: block;
    font-family: "Omnes";
    text-align: center;
    cursor:pointer;
}  
/*////End Baby Polls////*/


.subpage
{
    padding-top: 100px;
}


@media all and (min-width: 768px)
{


.home-baby-poll-wrapper
    {
        width: 80%;
        margin: auto;
    }
   
   
}



@media all and (min-width: 1204px)
{
    
    
.desktop-nav-menu
    {
        display: block;
    } 

.mobile-nav-menu
    {
        display: none;
    }
        

}


/**********************/
/*Store Locator Widget*/
/**********************/
.form-store-locator-wrapper
{
    padding: 5px;
    background-color: #dfd1e1;
    border: 1px solid #BA9CBE;
    border-radius: 5px;
}


.form-store-locator
{
    margin-left: 25px;
    margin-right: 25px;
}

.select-dropdown-items
{
    background: url('../images/arrow-down.png') right no-repeat;
    background-color: #fff;
    appearance: none; /*remove browsers vendors css prefixes*/
    -webkit-appearance: none; /*remove chrome/opera/safari browser css prefix*/
    -moz-appearance: none; /*remove mozilla browser css prefix*/
    -ms-appearance: none; /*remove internet explorer browser css prefix*/
}

/*remove the default dropdown arrow on IE10+ browser*/
.select-dropdown-items::-ms-expand
{
   display: none;
}

.error-message
{
    display: block;
    text-align: left;
    width: 100%;
    color: Red;
    margin-bottom: 0px;
}
 
.zip-code-locator
{
    color: #77256c;
    font-weight: bold;
    margin-top:10px;
}

.textbox-control-input-zip-code
{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #B492B8;
    padding: 10px;
    box-sizing: border-box;
}

.mile-radius-locator
{
    color:#77256c;
    font-weight:bold;
}

.dropdownlist-control-radius
{
    width: 100%;
    margin-top: 5px;
    border:solid 1px #B492B8;
    padding: 9px;
    box-sizing: border-box;
}

.button-submit-locator
{
    display: block;
    margin-top: 40px;
}

/*Store Locator: Find a Walmart button*/
.ButtonClass
{
    width: 100%;
    border: 1px solid #520d49;
    padding: 10px 25px 10px 25px;
    font-weight: bold;
    background-color: #77256c;
    border-radius: 5px;
    font-family: "Omnes";
    font-size: 18px;
    color: #fff;
    cursor:pointer;
}

/*@media all and (min-width: 768px)*/
@media all and (min-width: 667px) 
{

  
.StoreLogoList
    {
        display: inline-block;
        width: 45%;
        margin-right: 30px;
    }    
   
 
.error-message
    {
        margin-left: 0px;
        margin-bottom: -10px;
    }

.zip-code-locator
    {
        display: inline-block;
        width: 180px;
        text-align: left;
        margin-right: 30px;
    }

.textbox-control-input-zip-code
    {
        padding: 10px;
    }
    
.mile-radius-locator
    {
        display: inline-block;
        width: 180px;
        text-align: left;
        margin-right: 20px;
    }

.dropdownlist-control-radius
    {
        padding: 10px;
    }

.button-submit-locator
    {
        display: inline-block;
    }

    
}


/*iPad landscape - width: 1024px*/
@media all and (max-width: 1030px)
{
    
.store-zip-radius-wrapper
    {
        background-color: #1a082e;
    }
   
 
.ButtonClass
    {
        appearance: none; /*remove browsers vendors css prefixes*/
        -webkit-appearance: none; /*remove chrome/opera/safari browser css prefix*/
        -moz-appearance: none; /*remove mozilla browser css prefix*/
    } 

}


.video-wrapper
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media all and (max-width: 415px)
{
    
.navbar-brand img
    {
        left: 0px;
        padding-left: 80px;
    }

#MainImage
    {
        padding-top: 20px;
    }

}

@media all and (max-width: 374px)
{
    
#MainImage
    {
        padding-top: 60px;
    }


}


/*logo image*/
@media all and (min-width: 768px)
{
    
.navbar-header .navbar-brand img
    {
        position:fixed;
        z-index:105;
    }
    
}


@media all and (max-width: 767px)
{
   
.footercolumn
    {
        float: left;
        width: 22%;
        padding-right: 2%;
        font-size: 14px;
    }
    
.Calculator table
    {
        width: 70%;
    }
    
.SavingsResults,
.YourSavings
    {
        width: 60%;
    }
    
img.formulapageformula
    {
        max-width: 100%;
        height: auto;
    }

.buybutton
    {
        width: 35%;
    }
    
.data-table th img
    {
        padding: 5px 0px 0px 0px;
    }  
    
 
/*logo image*/
#header #main-nav-wrapper .navbar-brand
    {
        left: 25%;
        margin-left: 50px;
    }
    
 
.navbar-header .navbar-brand img
    {
        max-width: 40%;
        height: auto;
        position: absolute;
        left: -180%;
        margin-left: 120px;
    }  
    

}


@media all and (max-width: 600px)
{
    
.footer
    {
        text-align: center;
        font-size: 14px;
    }
    
.footercolumn
    {
        width: 100%;
        display: block;
    }
    
.Calculator table
    {
        width: 100%;
    }
    
.SavingsResults
    {
        width: auto;
    }

.YourSavings
    {
        width: 80%;
    }
    
.buybutton
    {
        width: 55%;
    }
    
.data-table img
    {
        display: inherit;
        max-width: 100%;
        height: auto;
    }
    

    
          
    
}


@media all and (max-width: 416px)
{

.guidetable
{
    
    font-size: 9px;
}

.buybutton
    {
        width: 90%;
    }

}


@media all and (max-width: 376px)
{
    
.guidetable
{
    
    font-size: 5.8px;
}
       
}

/*vendor-prefixed*/
::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    color: #8F8F8F;
    font-style: italic;
}
::-moz-placeholder
{
    /* Firefox 19+ */
    color: #8F8F8F;
    font-style: italic;
}
:-ms-input-placeholder
{
    /* IE 10+ */
    color: #8F8F8F;
    font-style: italic;
}
:-moz-placeholder
{
    /* Firefox 18- */
    color: #8F8F8F;
    font-style: italic;
}

/*Footer content*/
.footercolumn
{
    
    width: 23%;
   
}