/* DEFAULT LAYOUT */

#je-modWrapperDefault label {
    display: block;
    font-weight: bold;
}

#je-modWrapperDefault .cd-form-checkbox,
#je-modWrapperDefault .cd-form-radio {
    font-weight: normal;
}

/* OTHER LAYOUT */
#je-modWrapper,
#je-modWrapperDefault {
    margin: 0;
    padding: 0;
}

#je-modWrapper .je-modLong {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0;

    white-space: nowrap;
}

#je-modWrapper .je-modLong .je-modTitle {
    display: inline-block;
    width: 95%;
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 18px;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin: 0;
    vertical-align:top
}

#je-modWrapper .je-modLong .je-modTitle:focus {
    outline: 0;
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;
}


#je-modWrapper .je-modLong .je-button-submit {
    display: inline-block;
    margin-left: -120px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding-left: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 2px solid #efefef;
    text-transform: uppercase;
    background: url('images/i-search.png') #2465A9 no-repeat;
}

#je-modWrapper, 
#je-modWrapperDefault ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
    font-size: 14px;
}
#je-modWrapper, 
#je-modWrapperDefault :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    font-size: 14px;
}
#je-modWrapper, 
#je-modWrapperDefault ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    font-size: 14px;
}
#je-modWrapper, 
#je-modWrapperDefault :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
    font-size: 14px;
}



/* ADDRESS LAYOUT */

#je-mod-search-address .je-mod-submit-button {
    display:inline-block;
    float: none;
    vertical-align:middle;
    background: url("jdsearch.png") no-repeat scroll 96% 56% #4D90FE;
    background-color: #4D90FE;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    height: 56px;
    padding: 0 48px 0 20px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
}

#je-mod-search-address .je-mod-title-long, 
#je-mod-search-address .je-mod-address {
    display:inline-block;
    width: 140px;
    vertical-align:middle;
    color: #777;
    height: 54px;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 28px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding: 0 10px;
    font-weight: normal;
    border-color: #CCCCCC #E7E7E7 #E7E7E7;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 6px #F0F0F0 inset;
}

#je-mod-search-address .mod-je-more {
    display: none;
    margin: 15px 0;
}

#je-mod-search-address .mod-je-label {
    font-size: 28px;
    text-transform: uppercase;
    vertical-align:middle;
}

.je-mod-submit-button:hover {
    background: url("jdsearch.png") no-repeat scroll 96% 56% #0774A7;
}

@media screen and (max-width: 400px) {
    
    #je-modWrapper .je-block,
    #je-modWrapper .je-modDetails .je-block input,
    #je-modWrapper .je-modDetails .je-block select {
        max-width: 100%!important;
    }
  
}

.cd-float-left {
  float: left;
}
.cd-float-right {
  float: right;
}
.cd-display-block {
  display: block !important;
}
.cd-display-inline {
  display: inline !important;
}
.cd-display-inline-block {
  display: inline-block !important;
}
.cd-clearfix {
  *zoom: 1;
}
.cd-clearfix:before,
.cd-clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.cd-clearfix:after {
  clear: both;
}

#je-modWrapper select.mod-cd-form-width-mini {
  width: 65px;
}
#je-modWrapper .mod-cd-form-width-small {
  width: 140px;
}
#je-modWrapper input.mod-cd-form-width-mini {
  width: 40px;
}
#je-modWrapper .cd-margin-right {
  margin-right: 10px !important;
}