/* BODY */
body { background: #fff; color: rgba(0,0,0,0.5); font-family: 'Lato', sans-serif; font-size: 14px; margin: 0; padding: 0; }
form { display: inline; margin: 0; padding: 0; }
fieldset { border: none; outline: none; margin: 0; padding: 0; }

/* TEXT */
h1 { color: rgba(0,0,0,0.8); font-size: 20px; font-weight: normal; margin: 20px 0 0 0; }
h2 { color: rgba(0,0,0,0.8); font-size: 14px; margin: 10px 0 0 0; }
p { font-size: 14px; margin: 10px 0 0 0; }
.etext ul { margin: 10px 0 0 0; padding: 0; }
.etext ul li { font-size: 14px; list-style-type: square; margin: 5px 0 0 20px; padding: 0; }
.etext ol { margin: 10px 0 0 0; padding: 0; }
.etext ol li { font-size: 14px; list-style-type: decimal; margin: 5px 0 0 20px; padding: 0; }
strong { color: rgba(0,0,0,0.8); }

/* BREAK */
.ebr { display: block; width: 100%; }
.ehr { border: none; background: rgba(0,0,0,0.1); display: block; height: 1px; margin: 10px 0 0 0; outline: none; position: relative; text-align: center; width: 100%; }

/* ANCHOR */
a { color: #0080ff; cursor: pointer; text-decoration: underline; }
a:hover { color: #0060c0; }
a.edisabled { cursor: default; }
.eclick { cursor: pointer; }

/* ALIGN */
.ealign-center { text-align: center !important; }
.ealign-left { text-align: left !important; }
.ealign-right { text-align: right !important; }

/* WIDTH */
.ewidth-100 { width: 100% !important; }
.ewidth-75 { width: 75% !important; }
.ewidth-66 { width: 66.66% !important; }
.ewidth-50 { width: 50% !important; }
.ewidth-40 { width: 40% !important; }
.ewidth-33 { width: 33.33% !important; }
.ewidth-30 { width: 30% !important; }
.ewidth-25 { width: 25% !important; }
.ewidth-20 { width: 20% !important; }
.ewidth-15 { width: 15% !important; }
.ewidth-10 { width: 10% !important; }
.ewidth-7 { width: 7.5% !important; }
.ewidth-5 { width: 5% !important; }
.ewidth-auto { width: auto !important; }
@media screen and (max-width: 719px) {
.ewidth-s-100 { width: 100% !important; }
.ewidth-s-75 { width: 75% !important; }
.ewidth-s-66 { width: 66.66% !important; }
.ewidth-s-50 { width: 50% !important; }
.ewidth-s-33 { width: 33.33% !important; }
.ewidth-s-25 { width: 25% !important; }
.ewidth-s-auto { width: auto !important; }
.ewidth-s-50next { width: calc(50% - 50px) !important; }
.ewidth-s-50next + .ewidth-s-auto { width: 50px !important; }
.ealign-s-center { text-align: center !important; }
.ealign-s-left { text-align: left !important; }
.ealign-s-right { text-align: right !important; }
}
@media screen and (min-width: 720px) {
.ewidth-m-100 { width: 100% !important; }
.ewidth-m-75 { width: 75% !important; }
.ewidth-m-66 { width: 66.66% !important; }
.ewidth-m-50 { width: 50% !important; }
.ewidth-m-33 { width: 33.33% !important; }
.ewidth-m-25 { width: 25% !important; }
.ewidth-m-auto { width: auto !important; }
.ealign-m-center { text-align: center !important; }
.ealign-m-left { text-align: left !important; }
.ealign-m-right { text-align: right !important; }
}
@media screen and (min-width: 960px) {
.ewidth-l-100 { width: 100% !important; }
.ewidth-l-75 { width: 75% !important; }
.ewidth-l-66 { width: 66.66% !important; }
.ewidth-l-50 { width: 50% !important; }
.ewidth-l-33 { width: 33.33% !important; }
.ewidth-l-25 { width: 25% !important; }
.ewidth-l-auto { width: auto !important; }
.ealign-l-center { text-align: center !important; }
.ealign-l-left { text-align: left !important; }
.ealign-l-right { text-align: right !important; }
}
@media screen and (min-width: 1200px) {
.ewidth-xl-100 { width: 100% !important; }
.ewidth-xl-75 { width: 75% !important; }
.ewidth-xl-66 { width: 66.66% !important; }
.ewidth-xl-50 { width: 50% !important; }
.ewidth-xl-33 { width: 33.33% !important; }
.ewidth-xl-25 { width: 25% !important; }
.ewidth-xl-auto { width: auto !important; }
.ealign-xl-center { text-align: center !important; }
.ealign-xl-left { text-align: left !important; }
.ealign-xl-right { text-align: right !important; }
}


.emargin-xs { margin-top: 0 !important; }

/* IMAGE */
.eimage { display: block; margin: 0; overflow: visible; position: relative; text-align: center; width: 100%; }
.eimage img { border: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 0 auto; padding: 0; width: 100%; }
.eimage-border img { box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); padding: 5px; }
.eimage-circle img { border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); padding: 5px; }
.eimage-square { box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); padding: 100% 0 0 0;}
.eimage-square img { left: 50%; padding: 5px; position: absolute; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.eimage-square.elandscape img { height: auto; width: 100%; }
.eimage-square.eportrait img { height: 100%; width: auto; }
.eimage .eimage_none { height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; }
.eimage .eimage_none:before { color: rgba(0,0,0,0.5); content:' MISSING IMAGE '; display: block; font-size: 11px; line-height: 15px; left: 50%; margin: -15px 0 0 -25px; position: absolute; top: 50%; width: 50px; }
.eimage-xl img { max-width: 720px; }
.eimage-l img { max-width: 480px; }
.eimage-ml img { max-width: 320px; }
.eimage-m img { max-width: 240px; }
.eimage-ms img { max-width: 160px; }
.eimage-s img { max-width: 120px; }
.eimage-xs img { max-width: 80px; }

/* EICON */
.eicon { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 10px 0 0 0; min-height: 30px; overflow: hidden; position: relative; text-decoration: none; }
.eicon-only { font-size: 0; width: 30px; }
.eicon-left { font-size: 14px; line-height: 20px; padding: 5px 0 0 40px; text-align: left; }
.eicon-right { font-size: 14px; line-height: 20px; padding: 5px 40px 0 0; text-align: right; }

.eicon:before { border-radius: 5px; content: ''; display: block; height: 30px; left: 0; position: absolute; top: 0; width: 30px; }
span.eicon-white:before { background: rgba(0,0,0,0.5); }
a.eicon-white:before { background: #0080ff; }
a.eicon-white:hover:before { background: #0060c0; }
.eicon-black:before { box-shadow: inset 0 0 0 1px #000; opacity: 0.1; }
a.eicon-black { color: rgba(0,0,0,0.5); }
a.eicon-black:hover { color: rgba(0,0,0,0.8); }
a.eicon-black:hover:before { opacity: 0.2; }
.eicon-black.edisabled { opacity: 0.5; }
.eicon:after { content: ''; display: block; height: 40px; left: -5px; position: absolute; top: -5px; width: 40px; }
.eicon-white:after { background: transparent url(eicon-white.png) no-repeat 0 0; }
.eicon-black:after { background: transparent url(eicon-black.png) no-repeat 0 0; opacity: 0.5; }
a.eicon-black:hover:after { opacity: 0.75; }
.eicon-right:before { left: auto; right: 0; }
.eicon-right:after { left: auto; right: -5px; }
.eicon.estrong { color: rgba(0,0,0,0.8); font-weight: bold; }

.eicon.esize-l { min-height: 40px; }
.eicon.esize-l.eicon-only { width: 40px; }
.eicon.esize-l.eicon-left { padding: 10px 0 0 50px; }
.eicon.esize-l.eicon-right { padding: 10px 50px 0 0; }
.eicon.esize-l:before { border-radius: 20px; height: 40px; width: 40px; }
.eicon.esize-l:after { left: 0; top: 0; }
.eicon.esize-l.eicon-right:after { left: auto; right: 0; }

.eicon-hamburger:after { background-position: 0 0; }
.eicon-close:after { background-position: 0 -40px; }
.eicon-cog:after { background-position: 0 -80px; }
a.eicon-delete.eicon-white { color: rgba(0,0,0,0.5); }
a.eicon-delete.eicon-white:hover { color: rgba(0,0,0,0.8); }
.eicon-delete.eicon-white:before {  background: rgba(0,0,0,0.5); }
a.eicon-delete.eicon-white:hover:before { background: rgba(0,0,0,0.8); }
.eicon-delete:after { background-position: 0 -120px; }

.eicon-down:after { background-position: -40px 0; }
.eicon-up:after { background-position: -40px -40px; }
.eicon-next:after { background-position: -40px -80px; }
.eicon-prev:after { background-position: -40px -120px; }
.eicon-plus:after { background-position: -40px -160px; }
.eicon-minus:after { background-position: -40px -200px; }

.eicon-email:after { background-position: -80px 0; }
.eicon-phone:after { background-position: -80px -40px; }
.eicon-location:after { background-position: -80px -80px; }
.eicon-person:after { background-position: -80px -120px; }

.eicon-success.eicon-white:before { background: #0c0; border-radius: 15px; }
.eicon-success:after { background-position: -120px 0; }
.eicon-done.eicon-white:before { background: #ccc; border-radius: 15px; }
.eicon-done:after { background-position: -120px 0; }
.eicon-warning.eicon-white:before { background: #ff8000; border-radius: 15px; }
.eicon-warning:after { background-position: -120px -40px; }
.eicon-error.eicon-white:before { background: #f00; border-radius: 15px; }
.eicon-error:after { background-position: -120px -40px; }
.eicon-note.eicon-white:before { background: #ccc; border-radius: 15px; }
.eicon-note:after { background-position: -120px -40px; }
.eicon-cancel.eicon-white:before { background: #ccc; border-radius: 15px; }
.eicon-cancel:after { background-position: 0 -40px; }
.eicon-help:after { background-position: -120px -80px; }

.eicon-facebook:after { background-position: -160px 0; }
.eicon-twitter:after { background-position: -160px -40px; }
.eicon-linkedin:after { background-position: -160px -80px; }
.eicon-googleplus:after { background-position: -160px -120px; }
.eicon-instagram:after { background-position: -160px -160px; }
.eicon-youtube:after { background-position: -160px -200px; }
.eicon-pinterest:after { background-position: -160px -240px; }
.eicon-blog:after { background-position: -160px -280px; }

a.eicon-color { color: rgba(0,0,0,0.5); text-decoration: underline; }
a.eicon-color:hover { color: rgba(0,0,0,0.8); }
.eicon-color:before { display: none; }
.eicon-color:after { background: transparent url(eicon-color.png) no-repeat 0 0; }
.eicon-color.eicon-pdf:after { background-position: 0 0; }
a.eicon-color.eicon-pdf:hover:after { background-position: 0 -40px; }
.eicon-color.eicon-doc:after { background-position: -40px 0; }
a.eicon-color.eicon-doc:hover:after { background-position: -40px -40px; }
.eicon-color.eicon-data:after { background-position: -80px 0; }
a.eicon-color.eicon-data:hover:after { background-position: -80px -40px; }
.eicon-color.eicon-csv:after { background-position: -120px 0; }
a.eicon-color.eicon-csv:hover:after { background-position: -120px -40px; }
.eicon-color.eicon-sound:after { background-position: -160px 0; }
a.eicon-color.eicon-sound:hover:after { background-position: -160px -40px; }
.eicon-color.eicon-movie:after { background-position: -200px 0; }
a.eicon-color.eicon-movie:hover:after { background-position: -200px -40px; }
.eicon-color.eicon-file:after { background-position: -240px 0; }
a.eicon-color.eicon-file:hover:after { background-position: -240px -40px; }

/* FLAG */
.eflag { background: #fff; border-radius: 30px; box-shadow: 0 0 0 1px rgba(0,0,0,0.1); display: block; height: 60px; position: absolute; top: 10px; width: 60px; }
.eflag:before { background: #0080ff; border-radius: 28px; content: ''; display: block; height: 56px; left: 2px; position: absolute; top: 2px; width: 56px; }
.eflag:after { color: #fff; content: attr(data-flag); display: block; font-size: 12px; font-weight: bold; left: 0; position: absolute; text-align: center; text-transform: uppercase; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }
.eflag-sale:before { background: #f00 !important; }
.eflag-sale:after { font-size: 18px; }
.eflag-clearance:before { background: #ff8000 !important; font-size: 10px; }
.eflag-off:before { background: #0c0 !important; }
.eflag-off:after { font-size: 18px; line-height: 18px; }
.eflag-new:before { background: #09f !important; }
.eflag-new:after { font-size: 18px; }
/* .eflag-sale:before { background: #000 !important; } */
/* .eflag-sale:after { content: 'Black Friday Sale'; font-size: 12px; } */

/* BUTTON */
.ebutton { background: #0080ff; border: none; border-radius: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; display: inline-block; font-size: 12px; font-weight: bold; height: 30px; line-height: 30px; margin: 0; overflow: hidden; padding: 0 20px; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
.ebutton.esize-l { height: 40px; line-height: 40px; font-size: 18px; }
.ebutton:hover { background: #0060c0; color: #fff; }
.ebutton.eweak { background: transparent; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); color: rgba(0,0,0,0.5); }
.ebutton.eweak:hover { background: transparent;  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);color: rgba(0,0,0,0.8); }
.ebutton.ewidth-xs { padding: 0; width: 30px; }
.ebutton.ewidth-s { padding: 0; width: 70px; }
.ebutton.ewidth-m { padding: 0; width: 160px; }
.ebutton.ewidth-l { padding: 0; width: 240px; }

/* ECHECK */
ul.echeck { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul.echeck li { display: block; list-style-type: none; margin: 5px 0 0 0; overflow: hidden; padding: 0; width: 100%; }
.echeck.einline li { display: inline-block; margin-right: 20px; width: auto; }
ul.echeck li input.echeck_input { display: none; }
ul.echeck li label { cursor: pointer; display: block; font-size: 14px; line-height: 20px; padding: 0 0 0 25px; position: relative; }
ul.echeck li label:before { background: rgba(0,0,0,0.05) url(echeck.png) no-repeat 0 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); content: ''; display: block; height: 20px; left: 0; position: absolute; top: 0; width: 20px; }
ul.echeck.echeck-checkbox li label:before { border-radius: 5px; }
ul.echeck.echeck-checkbox li label.echecked:before { background-position: 0 -40px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5); }
ul.echeck.echeck-radio li label:before { border-radius: 50%; }
ul.echeck.echeck-radio li label.echecked:before { background-position: -40px -40px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5); }
ul.echeck.echeck-binary li:first-child label.echecked:before { background-position: -80px -40px; }
ul.echeck.echeck-binary li:last-child label.echecked:before { background-position: -120px -40px; }

ul.echeck-text li { box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 10px; padding: 0 10px 10px 10px; }
.evalid-error ul.echeck-text li { box-shadow: inset 0 0 0 2px #f00; }
@media screen and (min-width: 720px) { ul.echeck-text li { padding: 10px 20px 20px 20px; } }

/* ECHECKIMAGE */
ul.echeckimage { list-style-type: none; margin: 0; padding: 0; width: 100%; }
ul.echeckimage li { box-shadow: 0 0 0 1px #ccc; box-sizing: border-box; cursor: pointer; display: inline-block; list-style-type: none; height: 60px; margin: 5px 5px 0 0; opacity: 0.25; overflow: hidden; padding: 0; position: relative; width: 60px; }
ul.echeckimage li:hover { opacity: 1; }
ul.echeckimage li.echecked { box-shadow: 0 0 0 2px #0080ff; opacity: 1; }
ul.echeckimage li input.echeck_input { display: none; }
ul.echeckimage li img { box-sizing: border-box; display: block; left: 50%; max-height: 100%; max-width: 100%; padding: 4px; pointer-events: none; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); }
ul.echeckimage li p { color: #404040; font-size: 11px; line-height: 60px; margin: 0; pointer-events: none; text-align: center; }

/* FIELD */
.efield { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 10px 0 0 0; padding: 0; position: relative; text-align: left; vertical-align: top; width: 100%; }
.efield.esibling-right { padding-left: 5px; }
.efield.esibling-left { padding-right: 5px; }
.efield.esibling-both { padding: 0 5px; }
.efield.ewidth-xs { width: 70px !important; }
.efield.ewidth-s { width: 120px !important; }
.efield.ewidth-m { width: 160px !important; }
.efield.ewidth-l { width: 240px !important; }

.efield .efield_input::-webkit-input-placeholder { color: rgba(0,0,0,0.5); font-weight: normal; opacity: 1; }
.efield .efield_input:-moz-placeholder { color: rgba(0,0,0,0.5); font-weight: normal; opacity: 1; }
.efield .efield_input::-moz-placeholder { color: rgba(0,0,0,0.5); font-weight: normal; opacity: 1; }
.efield .efield_input:-ms-input-placeholder { color: rgba(0,0,0,0.5); font-weight: normal; opacity: 1; }
.efield .efield_input { background: rgba(0,0,0,0.05); border: none; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); border-radius: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: rgba(0,0,0,0.8); display: block; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: normal; height: 30px; margin: 0; max-width: 100%; padding: 5px 5px 5px 10px; width: 100%; }
.efield .efield_input:focus {  box-shadow: inset 0 0 0 1px #0080ff; outline: none; }

.efield.eheight-xs textarea.efield_input, .efield.eheight-xs .erte .erte_content { height: 60px !important; }
.efield.eheight-s textarea.efield_input, .efield.eheight-s .erte .erte_content { height: 120px !important; }
.efield.eheight-m textarea.efield_input, .efield.eheight-m .erte .erte_content { height: 160px !important; }
.efield.eheight-l textarea.efield_input, .efield.eheight-l .erte .erte_content { height: 240px !important; }
.efield.eheight-xl textarea.efield_input, .efield.eheight-xl .erte .erte_content { height: 320px !important; }

.efield select.efield_input { background: rgba(0,0,0,0.05) url(efield.png) no-repeat 100% 0; -moz-appearance: none; -webkit-appearance: none; padding-right: 30px; }
.efield-button select.efield_input { background: #0080ff !important; box-shadow: none !important; color: #fff !important; font-size: 12px; font-weight: bold; text-align: center; padding: 0 5px !important; text-transform: uppercase; }
.efield-datepicker .efield_input { background: rgba(0,0,0,0.05) url(efield.png) no-repeat 100% -40px; max-width: 260px !important; padding-right: 40px; }
.efield-search .efield_input { background: rgba(0,0,0,0.05) url(efield.png) no-repeat 100% -80px; padding-left: 40px; }
.efield-email .efield_input { background: rgba(0,0,0,0.05) url(efield.png) no-repeat 100% -120px; padding-left: 40px; }
.efield-autocomplete ul { display: none; }
.efield-suggest ul { clear: both; display: none; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0 0 0; text-align: center; width: 100%; }
.efield-suggest ul li { cursor: pointer; list-style-type: none; margin: 0; padding: 0; text-decoration: underline; width: 100%; }

label.efield_label { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px; line-height: 20px; margin: 0; text-align: left; width: 100%; }
.efield_content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 30px; width: calc(100% - 5px); }
p.efield_content { font-size: 14px; line-height: 20px; margin-top: 5px; padding: 0 0 5px 0; }

.efield.evalid-error .efield_input { box-shadow: inset 0 0 0 1px rgba(255,0,0,0.1); background-color: rgba(255,0,0,0.05); }
.efield.evalid-error .echeck li label:before { box-shadow: inset 0 0 0 1px rgba(255,0,0,0.1); background-color: rgba(255,0,0,0.05); }
.evalid-error p.evalid_text { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; color: #f00; display: block; font-size: 12px; margin: 0; padding: 2px 0 0 0; width: 100%;}

.efield-25-25 label.efield_label, .efield-25-50 label.efield_label, .efield-25-75 label.efield_label { float: left; margin: 5px 0 0 0; padding: 0 10px 0 0; text-align: right; width: 25%; }
.efield-25-25 p.evalid_text, .efield-25-50 p.evalid_text, .efield-25-75 p.evalid_text { padding-left: 25%; }
.efield-25-25 .efield_content, .efield-50-25 .efield_content { float: left; width: 25%; }
.efield-25-50 .efield_content, .efield.efield-50-50 .efield_content { float: left; width: 50%; }
.efield-25-75 .efield_content { float: left; width: 75%; }
.efield-50-50 label.efield_label, .efield-50-25 label.efield_label { float: left; margin: 5px 0 0 0; padding: 0 10px 0 0; text-align: right; width: 50%; }

@media screen and (min-width: 720px) {
.efield.esibling-m-right { padding-left: 5px; }
.efield.esibling-m-left { padding-right: 5px; }
.efield.esibling-m-both { padding: 0 5px; }
.efield-m-25-25 label.efield_label, .efield-m-25-50 label.efield_label, .efield-m-25-75 label.efield_label, .efield-m-25-auto label.efield_label { float: left; margin: 5px 0 0 0; padding: 0 10px 0 0; text-align: right; width: 25%; }
.efield-m-25-25 p.evalid_text, .efield-m-25-50 p.evalid_text, .efield-m-25-75 p.evalid_text, .efield-m-25-auto p.evalid_text { padding-left: 25%; }
.efield-m-25-25 .efield_content, .efield-m-50-25 .efield_content { float: left; width: 25%; }
.efield-m-25-50 .efield_content, .efield-m-50-50 .efield_content { float: left; width: 50%; }
.efield-m-25-75 .efield_content { float: left; width: 75%; }
.efield-m-25-auto .efield_content, .efield-m-50-auto  .efield_content { float: left; margin-right: 5px; width: auto; }
.efield-m-50-50 label.efield_label, .efield-m-50-25 label.efield_label, .efield-m-50-auto label.efield_label { float: left; margin: 5px 0 0 0; padding: 0 10px 0 0; text-align: right; width: 50%; }
}

.efield-file .efield_content { max-width: 240px !important; }
.efield-file input.efield_input[type=file] { height: 30px; left: 0; opacity: 0; position: absolute; top: 0; }
.efield-file input.efield_input[type=text] { background: rgba(0,0,0,0.05) url(efield.png) no-repeat 100% -80px;  }
.efield-filedocument { overflow: hidden; }
.efield-filedocument .efield_document { float: right; font-size: 0; }
.efield-filedocument .efield_document .eicon { display: inline-block; margin-top: 0; }
.efield-filedocument .efield_document .eicon-delete { display: inline-block; margin-left: 10px; }
.efield-fileimage { overflow: hidden; }
.efield-fileimage .efield_image { box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); float: right; height: 70px; margin: 0 32px 0 0; position: relative; width: 70px; }
.efield-fileimage.efield-m-25-25 .efield_image { margin-right: 25%; }
.efield-fileimage.efield-filedelete.efield-m-25-25 .efield_image { margin-right: calc(25% + 32px); }
.efield-fileimage .efield_image img { left: 50%; max-height: calc(100% - 6px); max-width: calc(100% - 6px); position: absolute; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.efield-fileimage .efield_image .eicon-delete { margin: 0; position: absolute; right: -32px; top: 0; }
@media screen and (max-width: 719px) {
.efield-filedocument.efield-m-25-25 .efield_document, .efield-fileimage.efield-m-25-25 .efield_image { float: none; display: block; margin: 10px 0 0 0; }
}

/* FIELD DATEPICKER */
.ui-datepicker { background: #fff; border: none; border-radius: 5px; box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: rgba(0,0,0,0.8); font-size: 12px; left: -999px; line-height: 20px; padding: 5px; position: absolute; text-align: center; top: 0; width: 220px; }
.ui-datepicker a { color: rgba(0,0,0,0.5); }
.ui-datepicker-header { position: relative; }
.ui-datepicker-prev { float: left; position: absolute; left: 0; text-decoration: underline; top: 0; }
.ui-datepicker-next { float: right; position: absolute; right: 0; text-decoration: underline; top: 0; }
.ui-datepicker table { border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; }
.ui-datepicker th { border-bottom: 1px solid #e6e6e6; border-collapse: collapse; line-height: 30px; padding: 0; }
.ui-datepicker td { border-collapse: collapse; padding: 0; }
.ui-datepicker-title { color: rgba(0,0,0,0.8); font-weight: bold; }
.ui-datepicker-calendar { width: 100%; }
.ui-datepicker-calendar .ui-state-default { display: block; line-height: 30px; margin: 0 auto; width: 30px; text-align: center; text-decoration: none !important; }
.ui-datepicker-calendar .ui-state-hover { background: #f3f3f3; color: rgba(0,0,0,0.8); }
.ui-datepicker-calendar .ui-state-active { background: #e6e6e6; color: rgba(0,0,0,0.8); }

/* FIELD AUTOCOMPLETE */
.ui-autocomplete { background: #fff; border: none; border-radius: 5px; box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: rgba(0,0,0,0.8); font-size: 12px; left: -999px; line-height: 20px; padding: 5px 10px 10px 10px; position: absolute; text-align: left; top: 0; width: 220px; z-index: 999; }
.ui-autocomplete ul { list-style-type: none; margin: 0; padding: 0; }
.ui-autocomplete li { font-size: 14px; line-height: 20px; list-style-type: none; margin: 5px 0 0 0; padding: 0; }

/* RECAPTCHA */
.erecaptcha { margin: 10px 0 0 0; text-align: center; }
.erecaptcha > div { display: inline-block; }


/* EDIT */
.eedit { min-height: 60px; position: relative; width: 100%; }
.eedit_header { background: #0080ff; box-shadow: inset 0 0 0 1px #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 0; padding: 0 0 5px 5px; position: relative; text-align: left; width: 100%; z-index: 10; }
.eedit_header select { -moz-appearance: none; -webkit-appearance: none; background: #fff; border: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 10px; height: 20px; margin: 5px 5px 0 0; min-height: 20px; padding: 1px 2px; width: auto; }
.eedit_header a { background: #0080ff; border-radius: 5px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2); color: #fff; display: inline-block; font-size: 10px; line-height: 20px; margin: 5px 5px 0 0; padding: 0 5px; text-decoration: none; text-transform: uppercase; }
.eedit_header a.enth-1 { box-shadow: 0 0 0 1px #fff; left: 0; margin: 0; position: absolute; top: -25px; }

/* ESECTION */
.esection { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; font-size: 0; justify-content: center; margin: 0 auto; min-height: 30px; padding: 0; position: relative; text-align: left; width: 100%; }
.esection-cover { padding: 0 !important; }
.esection-cover .esection_article { padding: 0 !important; }
.esection_article { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; padding: 20px 20px 30px 20px; position: relative; vertical-align: top; width: 100%; }
.esection_article.eheight-s { padding-bottom: 20px !important; padding-top: 20px !important; }
.esection_box:before { background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.1); content: ''; display: block; height: calc(100% - 20px); left: 10px; position: absolute; top: 10px; width: calc(100% - 20px); }
.esection:not(.esection-admin) + .esection-admin { margin-top: 10px; }

@media screen and (min-width: 960px) { 
.esection_article { padding: 40px 40px 50px 40px; position: relative; vertical-align: top; width: 100%; }
.esection_box:before { height: calc(100% - 20px); width: calc(100% - 20px); }
}
@media screen and (max-width: 719px) { .esection { padding: 0; } }

/* EMENU */
ul.elist { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 0; list-style-type: none; margin: 10px 0 0 0; padding: 0; position: relative; text-align: center; width: 100%; }
ul.elist > li { font-size: 14px; line-height: 20px; position: relative; }
ul.elist > li .eicon { margin: 0; }
ul.elist > li > a, ul.elist > li > form > a { color: rgba(0,0,0,0.5); }
ul.elist > li > a:hover { color: rgba(0,0,0,0.8); }
ul.elist.eblock > li { display: block; margin: 10px 0 0 0; position: relative; }
ul.elist.eblock.eseparate > li, ul.elist.block > li.eseparate { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; font-size: 14px; margin-top: -1px; padding: 10px 0; }
ul.elist.einline > li { display: inline-block; margin: 10px 0 0 0; padding: 0 10px; position: relative; }
ul.elist.einline.eseparate > li, ul.elist.einline > li.eseparate { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-size: 14px; margin-left: -1px; }
ul.elist-menu.einline > li { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-size: 0; line-height: 0; margin-left: -1px; padding: 0; }
ul.elist-menu.einline > li > a { display: inline-block; font-size: 12px; line-height: 20px; padding: 0 10px; text-decoration: none; text-transform: uppercase; }
ul.elist-menu.einline > li.eactive > a { color: rgba(0,0,0,0.8); cursor: default; }
ul.elist-menu.einline > li.eactive:before { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

/* ESITEMAP */
ul.esitemap { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; list-style-type: none; margin: 10px 0 0 0; padding: 0; position: relative; text-align: left; width: 100%; }
ul.esitemap > li, ul.esitemap li > ul > li { list-style-type: none; margin: 2px 0 0 0; padding: 0; position: relative; }
ul.esitemap li.eactive { z-index: 9; }
ul.esitemap > li > ul { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; list-style-type: none; margin: 0; padding: 0 0 0 40px; position: relative; }
ul.esitemap .eicon { margin: 0; }

/* EDROPDOWN */
.edropdown { position: relative; }
.edropdown.eactive { z-index: 9; }
.edropdown > ul { background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; display: none; padding: 5px 10px; position: absolute; top: 40px; width: 200px; z-index: 8; }
.edropdown-left > ul { left: 0; }
.edropdown-right > ul { right: 0; }
.edropdown > ul > li { border-top: 1px solid rgba(0,0,0,0.05); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 14px; list-style-type: none; margin: 0; text-align: left; }
.edropdown > ul > li:first-child { border-top: none; }
.edropdown > ul > li > a { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; margin: 0; padding: 5px 10px;  }

/* EPAGINATE */
.epaginate { border-bottom: 1px solid rgba(0,0,0,0.1); border-top: 1px solid rgba(0,0,0,0.1); margin: 10px 0 0 0; overflow: hidden; padding: 0 0 2px 0; position: relative; }
.epaginate p { float: left; font-size: 14px; line-height: 20px; margin: 0; padding: 7px 0 5px 0; } 
.epaginate ul { float: right; font-size: 0; list-style-type: none; margin: 0; padding: 0; }
.epaginate ul li { display: inline-block; list-style-type: none; margin: 2px 0 0 2px; padding: 0; }
.epaginate ul li a { box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); color: rgba(0,0,0,0.5); display: block; font-size: 14px; font-weight: 14px; line-height: 30px; text-align: center; text-decoration: none; width: 30px; }
.epaginate ul li a:hover { box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2); color: rgba(0,0,0,0.8);  }
.epaginate ul li.eactive a { box-shadow: none; background: #0080ff; color: #fff; cursor: default;  }
.epaginate .efield { float: right; margin: 2px 0 0 2px; }
.epaginate + .etable { margin-top: 0 !important; }
.etable + .epaginate { margin-top: 0 !important; }

/* EFILTER */
.efilter { background: #f3f3f3; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; margin: 10px 0 0 0; padding: 5px 0 10px 0; }
.efilter .efield { margin-top: 5px; padding: 0 10px; }
.efilter .efield_content { min-height: 20px; }
.efilter .efield_input { font-size: 12px; height: 20px; padding-bottom: 0; padding-top: 0; }
.efilter select.efield_input { background-position: 100% -5px; -moz-appearance: none; -webkit-appearance: none; padding-right: 30px; }
.efilter .efield-datepicker .efield_input { background-position: 100% -45px; max-width: 480px !important; }
.efilter label.efield_label { font-size: 12px; margin-top: 0 !important; padding-top: 0; }
.efilter .esubmit { text-align: right; padding: 0 10px; }
.efilter .esubmit .ebutton { font-size: 10px; height: 20px; line-height: 20px; margin: 5px 0 0 5px; }

/* ETAB */
dl.etab { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 0; margin: 20px 0 0 0; position: relative; text-align: center; width: 100%; }
hr.ehr + dl.etab { margin-top: 2px; }
dl.etab:before { border-top: 1px solid #e6e6e6; box-shadow: 0 -10px 10px -10px #e6e6e6; content: ''; display: block; height: 40px; left: 0; position: absolute; top: 32px; width: 100%; }
dl.etab dt { background: #fff; border: 1px solid #e6e6e6; border-radius: 5px;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; line-height: 28px; margin: 0 1px; min-width: calc(20% - 2px); padding: 0 5px; position: relative; text-align: center; z-index: 3; }
dl.etab dt.eactive { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; cursor: default; padding-bottom: 4px; }
dl.etab dd { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; left: 0; margin: 0; padding: 0; position: absolute; text-align: left; top: 43px; width: 100%; }
dl.etab dd.eactive { display: block; z-index: 1; }
dl.etab dd.eselected { display: block; opacity: 0; z-index: 2; }
@media screen and (max-width: 719px) {
dl.etab dt { font-size: 12px; }
}

/* ESLIDEDOWN */
dl.eslidedown { border-bottom: 1px solid rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 0; margin: 20px 0 0 0; position: relative; text-align: left; width: 100%; }
dl.eslidedown dt { border-top: 1px solid rgba(0,0,0,0.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; font-size: 14px; line-height: 20px; margin: 0; padding: 10px 20px 10px 0; position: relative; }
dl.eslidedown dt:before { background: transparent url(eicon-black.png) no-repeat -40px -160px; content: ''; display: block; height: 40px; margin: -20px 0 0 0; opacity: 0.5; position: absolute; right: -10px; top: 50%; width: 40px; }
dl.eslidedown dt:hover { color: rgba(0,0,0,0.8); }
dl.eslidedown dt:hover:before { opacity: 0.75; }
dl.eslidedown dt.eactive:before { background-position: -40px -200px; }
dl.eslidedown dd { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; margin: 0; padding: 0 0 20px 0; width: 100%; }
dl.eslidedown dt.eactive + dd { display: block; z-index: 1; }

/* ECOLUMN */
.ecolumn { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; font-size: 0; justify-content: center; margin: 0 -10px; text-align: center; width: calc(100% + 20px); }
.ecolumn.eseparate:before { background: rgba(0,0,0,0.1); content: ''; display: block; height: 1px; margin: 20px 0 0 0; width: 100%; }
.ecolumn_content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; padding: 10px; position: relative; text-align: left; vertical-align: top; width: 100%; }

/* ETITLE */
.etitle { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 0; padding: 0 0 10px 0; position: relative; text-align: left; vertical-align: top; width: 100%; }
.etitle h1 { display: inline-block; line-height: 30px; margin-top: 10px; vertical-align: middle; }
.etitle p { display: inline-block; line-height: 30px; margin-top: 10px; vertical-align: middle; }
.etitle_breadcrumb { border-right: 1px solid rgba(0,0,0,0.1); color: #808080; display: inline-block; font-size: 14px; line-height: 20px; margin: 10px 10px 0 0; padding: 0 10px 0 0; vertical-align: middle; }
.etitle_back { float: right; margin: 10px 0 -5px 5px !important; }
.etitle_back + .etitle_back { margin-right: 15px !important; }

/* ESUBMIT */
.esubmit { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 0; position: relative; text-align: center; vertical-align: top; width: 100%; }
.esubmit .ebutton { display: inline-block; margin: 10px 10px 0 10px; }
.esubmit .ebutton.ewidth-50:nth-child(1) { padding: 0; margin: 20px 10px 0 0; width: calc(50% - 10px) !important; }
.esubmit .ebutton.ewidth-50:nth-child(2) { padding: 0; margin: 20px 0 0 10px; width: calc(50% - 10px) !important; }
.esubmit .edropdown { display: inline-block; margin: 10px 10px 0 10px; }
.esubmit .edropdown .ebutton { margin: 0; }
.esubmit .edropdown .ebutton.ewidth-m + ul { width: 160px; }

/* ELOG */
.elog { text-align: center; }
.elog p { color: rgba(0,0,0,0.2); font-size: 12px; text-align: center; }

/* EALERT */
.ealert { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #000; display: block; margin: 10px 0 0 0; min-height: 50px; padding: 5px 50px 10px 50px; position: relative; text-align: left; width: 100%; }
.ehr + .ealert { margin-top: -1px; }
.ealert p { color: #000; margin: 10px 0 0 0; }
.ealert a { color: #000; }
.ealert-success { background-color: rgba(0,204,0,0.2); box-shadow: inset 0 0 0 2px #0c0; }
.ealert-warning { background-color: rgba(255,128,0,0.2); box-shadow: inset 0 0 0 2px #ff8000; }
.ealert-error { background-color: rgba(255,0,0,0.2); box-shadow: inset 0 0 0 2px #f00; }
.ealert:before { content: ''; display: block; height: 30px; left: 10px; position: absolute; top: 10px; width: 30px; }
.ealert:after { background: transparent url(eicon-white.png) no-repeat 0 0; content: ''; display: block; height: 40px; left: 5px; position: absolute; top: 5px; width: 40px; }
.ealert-success:before { background: #0c0; }
.ealert-success:after { background-position: -120px 0; }
.ealert-warning:before { background: #ff8000; }
.ealert-warning:after { background-position: -120px -40px; }
.ealert-error:before { background: #f00; }
.ealert-error:after { background-position: -120px -40px; }
a.ealert_close { background: #000 url(eicon-white.png) no-repeat -5px -45px; display: block; font-size: 0; height: 30px; margin: 0; position: absolute; right: 10px; top: 10px; width: 30px; }
.ealert-success a.ealert_close { background-color: #0c0; }
.ealert-warning a.ealert_close { background-color: #ff8000; }
.ealert-error a.ealert_close { background-color: #f00; }

.etext-error { color: #f00 !important; }

/* esize-l */
@media screen and (min-width: 720px) {
.esize-l .efieldset_label { padding-top: 10px; }
.esize-l .efield .efield_input { font-size: 18px; height: 40px; }
.esize-l .efield select.efield_input { background-position: 100% 5px; }
.esize-l .efield-datepicker .efield_input { background-position: 100% -35px; }
.esize-l .efield-search .efield_input { background-position: 100% -75px; }
.esize-l .efield-email .efield_input { background-position: 100% -115px; }
.esize-l .efieldset_field.echeck { padding: 10px 0; }
.esize-l .ebutton { font-size: 14px; height: 40px; line-height: 40px; }
.esize-l .ebutton.ewidth-xs { padding: 0; width: 40px; }
.esize-l .ebutton.ewidth-s { padding: 0; width: 80px; }
}

.epopup { background: rgba(255,255,255,0.9); display: block; display: none; left: 0; min-width: 320px; min-height: 100%; overflow: hidden; position: fixed; top: 0; width: 100%; z-index: 98; }
.epopup_box { background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.2); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; left: 50%; max-height: 95%; overflow: auto; padding: 10px; position: absolute; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 95%; }
.epopup.emax-xs .epopup_box { max-width: 320px; }
.epopup.emax-s .epopup_box { max-width: 480px; }
.epopup.emax-m .epopup_box { max-width: 720px; }
.epopup.emax-l .epopup_box { max-width: 960px; }
.epopup.emax-xl .epopup_box { max-width: 1200px; }
.epopup_header { border-bottom: 1px solid #e6e6e6; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 50px; overflow: hidden; padding: 0 50px 10px 10px; position: relative; width: 100%;}
.epopup_header .epopup_close { background: #0080ff; border-radius: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 0; height: 40px; position: absolute; right: 0; top: 0; width: 40px; }
.epopup_header .epopup_close:hover { background: #0060c0; }
.epopup_header .epopup_close:before { background: transparent url(eicon-white.png) no-repeat 0 -40px; content: ''; display: block; height: 40px; left: 0; position: absolute; top: 0; width: 40px; }
.epopup_header h1 { line-height: 30px; margin: 5px 0 0 0; }
.epopup_body { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: auto; -webkit-overflow-scrolling: touch; padding: 0 10px; position: relative; width: 100%;}
.epopup_body:before { content: ''; float: left; height: calc(100% + 1px); margin-left: -1px; width: 1px; }
.epopup_body:after { clear: both; content: ''; display: block; height: 10px; width: 100%; }
.epopup .etab { margin-top: 2px; }
.epopup_body > .etable:first-child { margin-top: -1px; }

/* E SPINNER */
.espinner { display: block; height: 60px; margin: 20px 0 0 0; overflow: hidden; position: relative; text-align: center; width: 100%; }
.espinner:after { -webkit-animation: espinner 1s infinite linear; animation: espinner 1s infinite linear; border-radius: 50%; content: ''; display: block; font-size: 0; height: 40px; margin: 0 auto; position: relative; border-top: 10px solid rgba(0,0,0,0.1); border-right: 10px solid rgba(0,0,0,0.1); border-bottom: 10px solid rgba(0,0,0,0.1); border-left: 10px solid #0080ff; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); width: 40px; }
@-webkit-keyframes espinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes espinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.espinner-over { background: rgba(255,255,255,0.8); height: 100%; margin: 0; position: absolute; top: 0; }
.espinner-over:after { left: 50%; margin: -30px 0 0 -30px; position: absolute; top: 50%; }

/* TABLE */
.etable { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; border-collapse: collapse; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0 0 0; padding: 0; width: 100%; }
.etable th { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; color: rgba(0,0,0,0.5); font-size: 10px; line-height: 20px; padding: 5px 10px; text-transform: uppercase; vertical-align: middle; text-align: left; }
.etable td { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; color: rgba(0,0,0,0.5); font-size: 0 !important; padding: 5px 5px 10px 5px; vertical-align: top; }
.etable tr:first-child th, .etable-normal tr:first-child td { border-top: none; }
.etable tbody tr:last-child th, .etable-normal tbody tr:last-child td { border-bottom: none; }
.etable tbody tr:nth-child(odd) td { background: #f3f3f3; }
.etable .efield, .etable .ebutton, .etable .eicon { margin: 0; }
.etable p { line-height: 20px; margin: 5px 0 0 0; padding: 5px 0; }
.etable p.etable_label { border-right: 1px solid #e6e6e6; text-align: center; width: 69px; }
.etable td .efield { display: inline-block !important; margin: 5px 5px 0 5px !important; vertical-align: middle; }
.etable td .ebutton, .etable td .eicon, .etable td p { display: inline-block !important; margin: 5px 5px 0 5px !important; vertical-align: middle; }
.etable .eimage-square { display: inline-block; height: 70px; margin: 5px 5px 0 5px; padding: 0; width: 70px; }

.etable .etable_content { max-height: 35px; overflow: hidden; }
.etable .etable_content .eimage-square { float: left; height: 30px; margin: 5px 5px 0 0; width: 30px; }
.etable .etable_content .eimage-square img { padding: 1px; }
.etable .etable_content h1 { font-size: 12px; line-height: normal !important; margin: 5px 0 0 0 !important; padding: 0 !important; }
.etable .etable_content h2 { font-size: 10px; line-height: normal !important; margin: 5px 0 0 0 !important; padding: 0 !important; }
.etable .etable_content p { font-size: 10px; line-height: normal !important; margin: 5px 0 0 0 !important; padding: 0 !important; }
.etable .etable_content ul { margin: 5px 0 0 0 !important;  padding: 0 !important; }
.etable .etable_content ul li { font-size: 10px; line-height: normal !important; list-style-type: square; margin: 0 0 0 15px !important; padding: 0 !important; }
.etable .etable_content ol { margin: 5px 0 0 0 !important;  padding: 0 !important; }
.etable .etable_content ol li { font-size: 10px; line-height: normal !important; list-style-type: decimal; margin: 0 0 0 15px !important;  padding: 0 !important; }
.etable .etable_content .eicon:not(:only-child) { color: rgba(0,0,0,0.5); display: block !important; font-size: 10px; margin: 5px 0 0 0 !important; line-height: 15px !important; padding: 0 0 0 20px !important; text-decoration: underline; }
.etable .etable_content .eicon:not(:only-child):after { display: none; }
.etable .etable_content .eicon:not(:only-child):before { box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2); border-radius: 0; height: 15px; left: 0; position: absolute; top: 0; width: 15px; }
.etable.eheight-s td { padding: 0 5px 5px 5px; }
.etable.eheight-s td p { padding: 0; }
@media screen and (max-width: 719px) {
.etable.eresponsive-m, .etable.eresponsive-m tbody, .etable.eresponsive-m tr { display: block; font-size: 0; }
.etable.eresponsive-m thead { display: none; }
.etable.eresponsive-m td { border: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; padding: 0 5px 5px 5px; vertical-align: top; width: auto; }
.etable.eresponsive-m tr:not(.ebasket_footer) td { background: none !important; }
.etable.eresponsive-m td:empty { display: none !important; }
.etable.eresponsive-m td p:before { content: attr(data-th); display: block; color: rgba(0,0,0,0.5) !important; font-size: 10px !important; font-weight: normal !important; text-transform: uppercase; }
.etable.eresponsive-m tr + tr:not(.ebasket_footer) { border-top: 1px solid #e6e6e6; }
.etable.eresponsive-m tr:not(.ebasket_footer):nth-child(even) { background: #f3f3f3; }
}

.ebasket_image { width: 80px; }
.ebasket_price { text-align: right !important; }
.ebasket_qty { text-align: center !important; }
.ebasket_total { text-align: right !important; }
.ebasket_delete { text-align: right !important; }
.ebasket_image .eimage-square { display: inline-block; height: 70px; margin: 5px 5px 0 5px; padding: 0; width: 70px; }
.ebasket_price strike { color: #f00; display: inline-block; margin: 0 10px 0 0; }
.ebasket_price strong { display: inline-block; }
.ebasket_price span { display: block; font-size: 10px; }
.ebasket_qty a { display: block; color: rgba(0,0,0,0.5); font-size: 12px; line-height: 20px; margin: 0 auto; text-align: center; text-transform: uppercase; width: 60px; }
.ebasket_qty .efield { width: 50px; }
.ebasket_total p { color: rgba(0,0,0,0.8); font-weight: bold; }
.ebasket_footer td { background: #80c0ff !important; border-top: 2px solid #fff !important; text-align: right; z-index: 1; }
.ebasket_footer:last-child td { background: #0080ff !important; }
.ebasket_footer td p { color: #fff; font-size: 24px; font-weight: bold; }
.ebasket_footer td:before { display: inline-block; color: rgba(255,255,255,0.5); content: attr(data-before); font-size: 24px; font-weight: normal; line-height: 30px; margin: 5px 10px 0 0; vertical-align: top; }
@media screen and (max-width: 719px) {
.ebasket_image { width: 90px !important; }
.ebasket_title { width: calc(100% - 90px) !important; }
.ebasket_price { padding-bottom: 0 !important; text-align: left !important; width: 50% !important; }
.ebasket_qty { padding-bottom: 0 !important; text-align: center !important; width: 25% !important; }
.ebasket_total { padding-bottom: 0 !important; text-align: right !important; width: 25% !important; }
.ebasket_delete { padding-top: 0 !important; text-align: right !important; width: 100% !important; }
.ebasket_price:before { content: 'PRICE:'; display: block; font-size: 10px; margin: 5px 0 0 5px; }
.ebasket_qty:before { content: 'QTY:'; display: block; font-size: 10px; margin: 5px auto 0 auto; width: 60px; }
.ebasket_total:before { content: 'TOTAL:'; display: block; font-size: 10px; margin: 5px 5px 0 0; }
td.ebasket_delete a.eicon { margin-top: 0 !important; }
tr.ebasket_footer { border-top: none !important; }
tr.ebasket_footer td { background: #80c0ff !important; display: block !important; width: 100% !important; }
tr.ebasket_footer:last-child td { background: #0080ff !important; }
}

.eflex { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; }
.eflex_box { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; font-size: 0; justify-content: center; margin: 0 auto; text-align: center; width: 100%; }
.eflex.emax-xs .eflex_box { max-width: 320px; }
.eflex.emax-s .eflex_box { max-width: 480px; }
.eflex.emax-m .eflex_box { max-width: 720px; }
.eflex.emax-l .eflex_box { max-width: 960px; }
.eflex.emax-xl .eflex_box { max-width: 1200px; }
.eflex_column { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 10px; padding: 10px 20px 20px 20px; position: relative; text-align: left; vertical-align: top; width: 100%; }
.eflex.ebox-m .eflex_column { background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.1); }
@media screen and (min-width: 960px) {
.eflex_column.ewidth-l-100 { width: calc(100% - 20px) !important; }
.eflex_column.ewidth-l-75 { width: calc(75% - 20px) !important; }
.eflex_column.ewidth-l-66 { width: calc(66.66% - 20px) !important; }
.eflex_column.ewidth-l-50 { width: calc(50% - 20px) !important; }
.eflex_column.ewidth-l-33 { width: calc(33.33% - 20px) !important; }
.eflex_column.ewidth-l-25 { width: calc(25% - 20px) !important; }
}

.eflex_title { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 0; padding: 0 0 10px 0; position: relative; text-align: left; vertical-align: top; width: 100%; }
.eflex_title h1 { display: inline-block; line-height: 30px; margin-top: 10px; vertical-align: middle; }
.eflex_title p { display: inline-block; line-height: 30px; margin-top: 10px; vertical-align: middle; }
.eflex_title .eflex_breadcrumb { border-right: 1px solid rgba(0,0,0,0.1); color: #808080; display: inline-block; font-size: 14px; line-height: 20px; margin: 10px 10px 0 0; padding: 0 10px 0 0; vertical-align: middle; }
.eflex_back { float: right; margin: 10px 0 -5px 5px !important; }
.eflex_back + .eflex_back { margin-right: 15px !important; }
.eflex_buttonset { font-size: 0; text-align: center; width: 100%; }
.eflex_buttonset .ebutton { margin: 10px 10px 0 10px; }

.eflex_content { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; font-size: 0; justify-content: center; margin: 0 auto; text-align: center; width: 100%; }
.eflex_image { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; list-style-type: none; margin: 10px 0 0 0; position: relative; text-align: center; vertical-align: top; width: 100%; }
.eflex_text { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; flex-grow: 10; list-style-type: none; position: relative; text-align: left; vertical-align: top; width: 100%; }
.eflex_content.eimagepos-bottom .eflex_text { order: 0; }
.eflex_content.eimagepos-bottom .eflex_image { order: 1; }
.eflex_content.eimagepos-left .eflex_image { order: 0; padding: 0 20px 0 0; width: auto; }
.eflex_content.eimagepos-left .eflex_text { order: 1; width: auto; }
.eflex_content.eimagepos-right .eflex_image { order: 1; padding: 0 0 0 20px; width: auto; }
.eflex_content.eimagepos-right .eflex_text { order: 0; width: auto; }
.eflex_content.eimagepos-top .eflex_text { order: 1; }
.eflex_content.eimagepos-top .eflex_image { order: 0; }

ul.esitemap { margin: 10px 0 0 0; }
ul.esitemap + ul.esitemap { margin-top: 0; }
ul.esitemap li { font-size: 14px; }
ul.esitemap li a { display: block; padding: 2px 0; }
ul.esitemap ul { padding-left: 20px; }



.ereport { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; border-collapse: collapse; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0 0 0; padding: 0; width: 100%; }
.ereport th { border-bottom: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; color: #404040; font-size: 12px; font-weight: bold; line-height: 20px; padding: 2px 5px; vertical-align: middle; text-align: left; }
.ereport td { border-top: 1px solid #e6e6e6; color: #808080; font-size: 12px; padding: 2px 5px; vertical-align: top; }
.ereport td.estrong { color: #404040; font-weight: bold; }
.ereport td.eweak { border-top: none }

/* HIDE */
.ehide { display: none; }

.ephperror { color: #f00; font-size: 14px; }
