/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*
default
===============================================================================
*/
ol, ul { list-style: none; }
table  { border-collapse: collapse; border-spacing: 0; }
img    { vertical-align: bottom; }
a      { outline: 0; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/*********************************************
   CheckBox style
**********************************************/

.checkBox-block{position: relative;}
.checkBox-block::after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.infobox_summary_content_div .checkBox-block input[type="text"]:disabled.checkBox {opacity: 1;}
.infobox_summary_content_div .checkBox-block input[type=text]:not([type="checkbox"]).checkBox {width: 15px; height: 15px; margin: 0; padding: 5px; cursor: pointer; border-radius: 10%; background-color: white; }
.mobile .infobox_summary_content_div .checkBox-block input[type=text]:not([type="checkbox"]).checkBox {width: 30px; height: 30px;}
.infobox_summary_content_div .checkBox-block input[type=text]:not([type="checkbox"]).checkBox.big {width: 26px; height: 26px;}
.infobox_summary_content_div .checkBox-block input[type=text]:not([type="checkbox"]).checkBox.select {background: url('/images/svg/icon_checkmark_000_svgo.svg') no-repeat 5px 5px; background-size: 15px; background-position: center;}
.mobile .infobox_summary_content_div .checkBox-block input[type=text]:not([type="checkbox"]).checkBox.select {background: url('/images/svg/icon_checkmark_000_svgo.svg') no-repeat 6px 6px; background-size: 15px; background-position: center;}


/********************************************
    Helper
*********************************************/
.mobile-only{
    display: none;
}
.mobile .mobile-only{
    display:block;
}

.desktop-only{
    display:block;
}
.mobile .desktop-only{
    display: none;
}

.hidden{
    display: none;
}

.invisible{
    visibility: hidden;
}

.bottom-sticky-f-w{
    position: fixed; bottom: 0px; left:0px; width: 100%;
}

.one-half-col  { width: 50%; }
.one-third-col { width: 33%; }
.one-fourth-col{ width: 25%; }

.f-left{ float: left; }
.f-right{ float: right; }

.cursor-p{cursor: pointer;}

textarea{resize: vertical}

.dropdown-bg-icon{
    background-image: url("/images/mobile-dropdown.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 55px;
}

.underline{text-decoration: underline;}

/* Lazy Load Image transmition */
/* fade image in after load */
.js-lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 200ms;
}

.jcrop-holder {margin: 0 auto;}
