.reset { padding: 0; margin: 0; border: 0; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.hide, .none, .hidden { display: none; }
.hide.visible-xs { display:none!important; }
.invisible { visibility: hidden; }
.pointer { cursor: pointer }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-hidden { overflow-y: hidden; }
.bold { font-weight: bold; }
.white { color: #fff; }
.black { color: #000; }
.green { color: #85C440; }
.red { color: #c00; }
.orange { color: #f96; }
.dim, .grey { color: #ccc; }
.texthighlight { color: #f00; }
.smallcaps { text-transform: lowercase; }
/*.small					{ font-size:1rem;}*/
.smallest { font-size: 0.8rem; font-family: Arial, sans-serif; }
.darker { background-color: rgba(0, 0, 0, 0.05); }
.darker:hover { background-color: rgba(0, 0, 0, 0.1); }
/*.darker.padding			{ padding:3px 5px;}*/
a.darker { text-decoration: none !important; }
.darkwrapper { background-color: rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.06); padding: 5px 10px; }
.padding { padding: 5px; }
.separator { height: 30px; }
.noborder { border: none !important; }
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.transp { opacity: 0.5; }
.invis { display: none; }
.block { display: block; }
.center { text-align: center; }
.print_a { border: 2px #09c solid; background: #eff; padding: 10px; position: relative; margin: 10px 0;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: #ccc 0 0 5px; -webkit-box-shadow: #ccc 0 0 5px; }
/* ############################################################################################################################################################################## */
.moz_round { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.moz_round_small { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.moz_round_big { -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
.moz_round_tab { -moz-border-radius: 6px 6px 0 0; border-top-left-radius: 6px; border-top-right-radius: 6px; }
/* ############################################################################################################################################################################## */
.moz_shadow { -moz-box-shadow: #aaa 0 0 5px; -webkit-box-shadow: #AAA 0 0 5px; }
/* ############################################################################################################################################################################## */
.message { background-color: #f7f7f7; text-transform: uppercase; padding: 10px; }
/* ################################################################################################################################################################################################################## */
.reset { padding: 0; margin: 0; border: 0; }
.none, .hidden { display: none; }
.hidden_smart { height: 1px; position: relative; overflow: hidden; margin-top: 1px; }
.left { float: left; }
.right { float: right !important; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }
.darken { background-color: rgba(0, 0, 0, 0.04); }
.pointer { cursor: pointer }
.small { font-size: 80%; }
.smallest { font-size: 0.9rem; }
.padding { padding: 10px; }
.loading { position: relative; margin-top: 5px; text-decoration: blink; }
.content.loading { border: 1px #ccc solid; background-color: #fff; }
.loading img { margin-right: 10px; margin-bottom: -4px; }
.print_a { display: inline-block; width: 98%; border: 2px #09c solid; background: #eff; padding: 4px 6px; position: relative; margin: 10px 0; color: #000 !important; text-align: left;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.print_a pre { font-family: Courier New, monospace; margin-left: 10px; color: #000; }
.print_a b { color: #C00; }
.print_a a.print_a_hide { color: #C00 !important; text-decoration: none !important; cursor: pointer !important }
.print_a a.print_a_hide:hover { color: #C00 !important; text-decoration: underline !important; }
.needsattention { background-color: #fff0f0; color: #f00 !important; padding: 5px 0; }
.noborder { border: 0 !important; }
.padding { padding: 10px; }
/* ############################################################################################################################################################################## */
img { -ms-interpolation-mode: bicubic; }
/* ############################################################################################################################################################################## */
/* SPACING PADDINGS  AND MARGINS */
.space { margin-bottom: 10px; }
.spacer_v { margin-top: 10px; margin-bottom: 10px; }
.space_small { margin-bottom: 5px; }
.relative { position: relative; }
/* in most cases used for IE to fix font or content bug */
/* Margins ------------------------------------------  */
.mag_none { margin: 0px !important; }
/* MARGIN TOP */
.mag_top_big { margin-top: 20px; }
.mag_top { margin-top: 10px !important; }
.mag_top_small { margin-top: 5px; }
.mag_top_none { margin-top: 0px !important; }
/* MARGIN RIGHT */
.mag_right_big { margin-right: 20px; }
.mag_right { margin-right: 10px; }
.mag_right_small { margin-right: 5px; }
.mag_right_none { margin-right: 0px !important; }
/* MARGIN BOTTOM */
.mag_bot_bigger { margin-bottom: 30px !important; }
.mag_bot_big { margin-bottom: 20px !important; }
.mag_bot { margin-bottom: 10px !important; }
.mag_bot_small { margin-bottom: 5px !important; }
.mag_bot_none { margin-bottom: 0px !important; }
/* MARGIN LEFT */
.mag_left { margin-left: 10px; }
.mag_left_big { margin-left: 20px; }
.mag_left_small { margin-left: 5px; }
.mag_left_none { margin-left: 0px !important; }
/* Paddings ------------------------------------------ */
.pad_none { padding: 0 !important; }
/* PADDING TOP */
.pad_top_big { padding-top: 20px; }
.pad_top { padding-top: 10px !important; }
.pad_top_small { padding-top: 5px !important; }
.pad_top_none { padding-top: 0px !important; }
/* PADDING RIGHT */
.pad_right_big { padding-right: 20px; }
.pad_right { padding-right: 10px; }
.pad_right_small { padding-right: 5px; }
.pad_right_none { padding-right: 0px !important; }
/* especially used on menus and contents */
/* PADDING BOTTOM */
.pad_bot_big { padding-bottom: 20px !important; }
.pad_bot { padding-bottom: 10px !important; }
.pad_bot_small { padding-bottom: 5px; }
.pad_bot_none { padding-bottom: 0px !important; }
/* PADDING LEFT */
.pad_left_big { padding-left: 20px !important; }
.pad_left { padding-left: 10px; }
.pad_left_small { padding-left: 5px; }
.pad_left_none { padding-left: 0px !important; }
/* especially used on menus and forms */
/* TEXT ALIGNS */
.text_right { text-align: right; }
.text_left { text-align: left; }
.text_center { text-align: center; }
/* FONT RELATED */
.bold { font-weight: bold; }
.normal_font { font-size: 1.4rem; }
.smallcaps { text-transform: lowercase; }
.underline { text-decoration: underline !important; }
.text_smallest { font-size: 1rem; }
.text_small { font-size: 1.2rem; }
.text_big { font-size: 1.6rem; }
.text_bigger { font-size: 2.2rem; }
/* Colors */
.white { color: #fff; }
.black { color: #000; }
.blue { color: #009bde; }
.medium_grey { color: #a2a2a2; }
.bg-gray-lighter { background-color: #eeeeee; }
/* STYLE for reseting backgrounds borders etc. */
.no_bcg { background: none !important; }
.no_border { border: none !important; }
.border_right_none { border-right-width: 0 !important; }
.border_left_none { border-left-width: 0 !important; }
.border_bot_none { border-bottom-width: 0 !important; }
.border_top_none { border-top-width: 0 !important; }
.no_wrap { white-space: nowrap; }
.no_bold { font-weight: normal !important; }
.w25 { width: 25% }
.w50 { width: 50% }
.w75 { width: 75% }
.w99 { width: 99% }
.w100 { width: 100% }
.clear { clear: both; }
.formError .formErrorContent { min-width: 130px; }
.hintWrapper { display: inline-block; }
.inline-block,
.inline_block { display: inline-block !important; }
.img_fit { max-width: 100%; height: auto; }
.notify { left: 25%; width: 50%; }
.notify.alert { position: fixed; z-index: 99999; top: 30px; box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1) }
@media (max-width: 767px) {
	.notify { left: 10%; width: 80%; }
}
#callbackmessage .notify.alert { position: relative; width: 100%; display: block; box-shadow: none; left: auto; top: auto; z-index: 1; }
/**/
/* // iact @Dani / 25 Jun 2015 16:36 / These are used in the admin - on the frontend they are interfering with bootstrap
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
*/

.elipsis 		{ overflow-x: hidden; white-space: nowrap; text-overflow: ellipsis; }

.alert-error {
	background-color:#bae1e3;border-color:#a8dbd5;color:#3d8194
}
@media screen and (max-width: 767px) {
	.block-xs { display: block !important; }
	.fullwidth-xs { width: 100% !important }
	.pull-none-xs { float: none !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.block-sm { display: block !important; }
	.fullwidth-sm { width: 100% !important }
	.pull-none-sm { float: none !important; }
}