a, abbr, acronym, address, applet, b, big, blockquote, button, canvas, caption, center, cite, code, body, dd, del, dfn,
div, dl, dt, em, embed, fieldset, font, form, h1, h2, h3, h4, h5, h6, hr, html, i, iframe, img, ins, kbd, label, legend,
li, menu, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt,
u, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	background-repeat: no-repeat;
}
input {
    margin: 0;
    padding: 0;
}
input, select, textarea, a {
	outline:none;
	margin: 0;
}
table {
    border-collapse: collapse;
}
a, a:hover, a:active, a:visited, a:hover {
	text-decoration:none;
    color: #c02121;
}
ul, li, ol {
	text-decoration:none;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: MyriadProRegular;
}
hr {
    height: 2px;
    margin: 2px 0;
    background: url(images/hr-line.png) no-repeat scroll center center transparent;
}
p.hr {
    padding-bottom: 10px;
    background: url(images/hr-line.png) no-repeat scroll center bottom transparent;
}
/*::-moz-selection { background: #d80307; color: #fff; text-shadow: none; }*/
/*::selection { background: #d80307; color: #fff; text-shadow: none; }*/
/*::-webkit-scrollbar{*/
    /*width:10px;*/
    /*height:10px;*/
    /*background-color:#fff;*/
    /*box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);*/
/*}*/
/*::-webkit-scrollbar:hover{*/
    /*background-color:#eee;*/
/*}*/
/*::-webkit-resizer{*/
    /*-webkit-border-radius:4px;*/
    /*background-color:#666;*/
/*}*/
/*::-webkit-scrollbar-thumb{*/
    /*min-height:0.8em;*/
    /*min-width:0.8em;*/
    /*background-color: rgba(0, 0, 0, .2);*/
    /*box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);*/
/*}*/
/*::-webkit-scrollbar-thumb:hover{*/
    /*background-color: #bbb;*/
/*}*/
/*::-webkit-scrollbar-thumb:active{*/
    /*background-color:#888;*/
/*}*/
.span-1, .width-30 { width: 30px !important; }
.span-2, .width-70 { width: 70px !important; }
.span-3, .width-110 { width: 110px !important; }
.span-4, .width-150 { width: 150px !important; }
.span-5, .width-190 { width: 190px !important; }
.span-6, .width-230 { width: 230px !important; }
.span-7, .width-270 { width: 270px !important; }
.span-8, .width-310 { width: 310px !important; }
.span-9, .width-350 { width: 350px !important; }
.span-10, .width-390 { width: 390px !important; }
.span-11, .width-430 { width: 430px !important; }
.span-12, .width-470 { width: 470px !important; }
.span-16 { width: 630px !important; }
.span-17 { width: 670px !important; }
.span-18 { width: 710px !important; }
.span-24 { width: 950px !important; }
.last-span { margin-right: 0 !important; }
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-11, .span-12, .span-16, .span-17, .span-18, .span-24 {
    display: block;
    position: relative;
    min-height: 1px;
    margin-right: 10px;
}
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-60 { height: 60px; }
.height-70 { height: 70px; }
.height-80 { height: 80px; }
.height-90 { height: 90px; }
.height-340 { height: 340px; }
.height-420 { height: 420px; }
.clear {
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.left { float: left !important; }
.right { float: right !important; }
.float-none { float: none !important; }

.font-xsmall { font-size: 10px !important; }
.font-small { font-size: 11px !important; }
.font-medium { font-size: 12px !important; }
.font-xmedium { font-size: 14px !important; }
.font-large { font-size: 18px !important; }
.font-xlarge { font-size: 30px !important; }
.font-xllarge { font-size: 40px !important; }
.font-size-16 { font-size: 16px !important; }
.font-size-20 { font-size: 20px !important; }
.font-size-24 { font-size: 24px !important; }

.margin-auto { margin: auto; }
.margin-bottom-none {margin-bottom:0 !important;}
.margin-bottom-small {margin-bottom:5px !important;}
.margin-bottom-medium {margin-bottom:10px !important;}
.margin-bottom-large {margin-bottom:20px !important;}
.margin-bottom-xlarge {margin-bottom:50px !important;}
.margin-top-none {margin-top:0 !important;}
.margin-top-small {margin-top:5px !important;}
.margin-top-medium {margin-top:10px !important;}
.margin-top-large {margin-top:20px !important;}
.margin-top-xlarge {margin-top:40px !important;}

/* ---- Alignment ---- */
.align-left{text-align:left !important;}
.align-center{text-align:center !important;}
.align-right{text-align:right !important;}
p.align-right{margin-right:10px;}
.align-top{vertical-align:top !important;}
.align-top img{vertical-align:text-top !important;}
.align-middle{vertical-align:middle !important;}
.align-bottom{vertical-align:bottom !important;}
.align-bottom img{vertical-align:text-bottom !important;}

/* ---- Indentation ------ */
.indent-none{margin-left:0 !important;}
.indent-xsmall{margin-left:2px !important;}
.indent-3{margin-left:3px !important;}
.indent-small{margin-left:5px !important;}
.indent-medium{margin-left:10px !important;}
.indent-xmedium{margin-left:15px !important;}
.indent-large{margin-left:20px !important;}
.indent-xlarge{margin-left:40px !important;}
.indent-xxlarge{margin-left:50px !important;}

.letter-spacing-small { letter-spacing: 1px; }
.letter-spacing-medium { letter-spacing: 2px; }
.letter-spacing-large { letter-spacing: 3px; }
.line-height-10 { line-height: 10px }
.line-height-20 { line-height: 20px }
.line-height-30 { line-height: 30px }
.line-height-40 { line-height: 40px }
.line-height-50 { line-height: 50px }

.text-underline {
    text-decoration: underline !important;
}
.text-hover-underline:hover {
    text-decoration: underline !important;
}
.text-hover-without-underline {
    text-decoration: underline;
}
.text-hover-without-underline:hover {
    text-decoration: none;
}
.cursor-pointer {
    cursor: pointer;
}
.divider-small {
    display: block;
    margin: 0 5px;
    border-right: 1px solid #999;
    width: 0;
    height: 15px;
}
.divider {
    display: block;
    margin: 0 5px;
    border-right: 1px solid #e4e4e4;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    width: 1px;
    background-color: #b5b5b5;
    background-color: rgba(0,0,0,0.23);
    height: 23px;
    float: left;
}
.hidden-field {
	height: 0px !important;
	width: 0px !important;
	border: medium none !important;
	padding: 0px !important;
	position: absolute !important;
	left: -9999px !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.warn {
    background-color: #fdf7d8;
    border: 1px solid #f0ebcd;
    padding: 10px;
}
.highZIndex {
    z-index: 10001 !important;
}
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.pro-font { font-family: 'MyriadProRegular'; }
.pro-cond-font { font-family: 'MyriadProCondRegular'; }
.pro-cond-bold-font { font-family: 'MyriadProCondBold'; }
.pro-cond-italic-font { font-family: 'MyriadProCondItalic'; }
.bold { font-weight: bold; }
.grey-light { color: #959494 !important; }
.grey-dark { color: #3d3d3d !important; }
.grey-medium{ color: #818181 !important; }
.grey{ color: #595959 !important; }
.red { color: #c02121 !important; }
.red-light { color: #d63638 !important; }
.red-dark { color: #b10202 !important; }
.green { color: #15bc5c !important; }
.green-light { color: #33e77b !important; }
.green-dark { color: #11994a !important; }
.blue { color: #15c !important; }
.inline-or {
	float: left;
	margin: 0 20px;
	line-height: 32px;
	color:#959595;
}
.inline-prefix {
	float: left;
    margin-right: 3px;
}
.text-shadow {
    text-shadow: 1px 1px 0px #f1f1f1;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.62);
}

ul.styled {
    padding-left: 25px;
    padding-top: 10px;
}
ul.styled li {
    list-style: square;
    line-height: 150%;
}
ul.styled li a {
    color: #424242;
}
ul.styled li a:hover {
    text-decoration: underline;
}

/***********************
**************      FRONTEND UI ELEMENTS
**************************/
.j-front-field {

}
.j-front-field label,
.j-front-label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 4px;
}
.j-front-field input[type="text"],
.j-front-textbox,
.j-front-field textarea,
.j-front-textarea {
    background-color: #e0e0e0;
    background-color: rgba(255, 255, 255, 0.25);
    border-width: 1px;
    border-style: solid;
    border-color: #898989 #bebebe #bfbfbf #949494;
    border-radius: 3px;
    -moz-shadow: inset 1px 1px 1px 0px #AFAFAF, 0px 0px 0px 1px #E3E3E3;
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
    box-shadow: inset 1px 1px 1px 0px #AFAFAF, 0px 0px 0px 1px #E3E3E3;
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
    font-size: 11px;
    color: #424242;
    padding: 3px 5px;
    width: 305px;
}
.j-front-field input[type="text"]:hover,
.j-front-textbox:hover,
.j-front-field textarea:hover,
.j-front-textarea:hover {
    background-color: #e3e3e3;
    background-color: rgba(255, 255, 255, 0.35);
}
.j-front-field input[type="text"]:focus,
.j-front-textbox:focus,
.j-front-field textarea:focus,
.j-front-textarea:focus {
    background-color: #ededed;
    background-color: rgba(255, 255, 255, 0.55);
}
.j-front-field input[type="text"],
.j-front-textbox {
    height: 16px;
    line-height: 16px;
}
.j-front-field textarea,
.j-front-textarea {
    font-family: tahoma;
    line-height: 17px;
    height: 100px;
    max-width: 950px;
}
.j-front-field label,
.j-front-label,
.j-front-field .j-front-field-error {
    padding-left: 1px;
}
.j-front-field .j-front-field-error {
    color: #bc292b;
    font-size: 10px;
    height: 18px;
}
.j-front-checkbox {
    cursor: pointer;
}
.j-front-checkbox.disabled {
    cursor: default;
}
.j-front-checkbox .help-note {
    margin-left: 25px;
    font-weight: normal;
    font-size: 11px;
}
.j-front-checkbox .element-icon {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    background: url(images/ui_elements.png) no-repeat scroll -18px -19px transparent;
}
.j-front-checkbox.checked .element-icon {
    background: url(images/ui_elements.png) no-repeat scroll -18px 0 transparent;
}
.j-front-checkbox:hover .element-icon {
    background: url(images/ui_elements.png) no-repeat scroll -36px -19px transparent;
}
.j-front-checkbox.checked:hover .element-icon {
    background: url(images/ui_elements.png) no-repeat scroll -36px 0 transparent;
}
.j-front-checkbox.disabled .element-icon {
    background: url(images/ui_elements.png) no-repeat scroll -54px 0 transparent;
}
.j-front-checkbox.checked.disabled .element-icon {
    background: url(images/ui_elements.png) no-repeat scroll 0 0 transparent;
}

.hanging-notification {
    position: absolute;
    z-index: 10;
    top: 31px;
    width: 100%;
    text-align: center;
}
.hanging-notification .notification-block {
    position: relative;
    top: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: arial, sans-serif;
    display: -moz-inline-box;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #f0c36d;
    background-color: #f9edbe;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #222;
}
.hanging-notification .notification-block a {
}
.hanging-notification .notification-block a:hover {
    text-decoration: underline;
}
.big-notification {
    position: relative;
    z-index: 10;
    text-align: center;
}
.big-notification .notification-block {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: arial, sans-serif;
    display: -moz-inline-box;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #f0c36d;
    background-color: #f9edbe;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #222;
}
.big-notification .notification-block a {
}
.big-notification .notification-block a:hover {
    text-decoration: underline;
}

/**************************/





















/***********************
**************          OLD PART
**************************/
.j-ui-field {
	margin-bottom: 16px;
	overflow: hidden;
}
.text-field .textinput, .textarea-field .textarea {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: border-color .2s ease;
	-ms-transition: border-color .2s ease;
	-o-transition: border-color .2s ease;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	-moz-box-shadow: inset 0 1px 2px #eee;
	-ms-box-shadow: inset 0 1px 2px #eee;
	-webkit-box-shadow: inset 0 1px 2px #eee;
	box-shadow: inset 0 1px 2px #eee;
	border: 1px solid #CCC;
	padding: 2px 4px 3px;
	font-size: 13px;
	background: #fff;
	float: left;
    font-family: helvetica, arial, sans-serif;
}
.text-field .textinput:HOVER, .textarea-field .textarea:HOVER, .combobox-field .combobox:HOVER {
	border:1px solid #b9b9b9;
	border-top-color:#a0a0a0;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);
}
.text-field .textinput:FOCUS, .textarea-field .textarea:FOCUS, .combobox-field .combobox:FOCUS {
	border:1px solid #1c62b9;
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
	outline:none; 
}
textarea.textarea:disabled, input.textinput:disabled {
	background-color: white;
	color: #CCC;
	border-color: #C9C9C9 !important;
}
.text-field .textinput, .textarea-field .textarea {
	width: 430px;	
}
.combobox-field .combobox-view {
    float: left;
}
.combobox-field .combobox {
	height: 32px;
	width: 440px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: border-color .2s ease;
	-ms-transition: border-color .2s ease;
	-o-transition: border-color .2s ease;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	-moz-box-shadow: inset 0 1px 2px #eee;
	-ms-box-shadow: inset 0 1px 2px #eee;
	-webkit-box-shadow: inset 0 1px 2px #eee;
	box-shadow: inset 0 1px 2px #eee;
	border: 1px solid #CCC;
	padding: 2px 4px 3px;
	font-size: 13px;
}
.j-ui-field.text-field .label, .j-ui-field.text-field .inline-prefix,
.j-ui-field.combobox-field .inline-prefix,
.j-ui-field.textarea-field .label,
.j-ui-field.combobox-field .label,
.inline-text, .inline-or {
	line-height: 32px;
	height: 32px;
}
.j-ui-field.checkbox-field .label, .j-ui-field.checkbox-field .helper, .j-ui-field.checkbox-field .inline-prefix, 
.j-ui-field.radiobutton-field .label, .j-ui-field.radiobutton-field .helper,
.j-ui-field.reaonly-field .label, .j-ui-field.reaonly-field .helper, .j-ui-field.reaonly-field .text {
	line-height: 20px;
}
.checkbox-element, .radiobutton-element {
	float: left;
	width: 440px;
    line-height: normal;
}
.checkbox-element input, .radiobutton-element input{
	visibility:hidden;
}
.checkbox-element .element-icon, .radiobutton-element .element-icon {
	float: left;
	display: block;
	height: 16px;
}
.checkbox-element .help-note, .radiobutton-element .help-note {
	color: #000;
	font-size: 12px;
	line-height: 25px;
	margin-left: 10px;
}
.checkbox-element .help-note {
	line-height: 20px;
}
.radiobutton-element .help-note {
	line-height: 16px;	
}
.text-field .textinput {
	height: 25px;
    /*line-height: 25px;*/
}
.text-field.input-text-centered .textinput {
	text-align: center;
}
.text-field.small-field.with-bottom-label {
    position: relative;
    padding-bottom: 11px;
}
.text-field.small-field.with-bottom-label .textinput + .bottom-label {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #818181;
    display: block;
    width: 70px;
    text-align: center;
}
.textarea-field .textarea {
	line-height: 20px;
	resize: none;
}
.j-ui-field .label {
	color: #959595;
	float: left;
	width: 120px;
}
.j-ui-field.long-label .label,
.j-ui-field .label.long-label {
	color: #959595;
	float: left;
	width: 200px;
}
.j-ui-field.two-lines .label {
    color: #959595;
   	float: none;
    display: block;
   	width: auto;
}
.j-ui-field.error input, .j-ui-field.error textarea, .j-ui-field.error select {
    border-color: #c02121 !important;
}
.j-ui-field .helper,
.j-ui-field > .error {
	position: relative;
	float: left;
	margin: 0 0 0 55px;
	padding: 0 0 0 15px;
	overflow: visible;
	display: table;
    width: 234px;
}
.j-ui-field.long-label .helper,
.j-ui-field.long-label > .error {
    width: 155px;
}
.j-ui-field > .error {
    display: none;
}
.j-ui-field.error > .error {
    display: table;
}
.j-ui-field.error > .helper {
    display: none;
}
.j-ui-field > .helper .helper-icon,
.j-ui-field > .error .error-icon {
	position: absolute;
	left: 0;
    top: 50%;
}
.j-ui-field > .helper .helper-icon {
    margin-top: -4px;
}
.j-ui-field > .error .error-icon {
    margin-top: -6px;
}
.j-ui-field > .helper .helper-text,
.j-ui-field > .error .error-text {
   	display: table-cell;
   	vertical-align: middle;
   	text-align: left;
}
.j-ui-field > .helper .helper-text {
	color: #959595;
    font-size: 11px;
}
.j-ui-field > .error .error-text {
	color: #ed1c24;
    font-size: 12px;
}
.j-ui-field.small-field input,
.j-ui-field.small-field .checkbox-element,
.j-ui-field.small-field .radiobutton-element,
.j-ui-field.small-field select{
	width: 60px;
}
.j-ui-field.medium-field input,
.j-ui-field.medium-field .checkbox-element,
.j-ui-field.medium-field .radiobutton-element,
.j-ui-field.medium-field select{
	width: 160px;
}
.j-ui-field.small-field.with-full-width input {
    margin-right: 370px;
}
.validation-error-msg {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dbc217;
	background: rgb(255,228,48); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTQzMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZDAxZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(255,228,48,0.9) 0%, rgba(235,208,29,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,228,48,0.9)), color-stop(100%,rgba(235,208,29,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,228,48,0.9) 0%,rgba(235,208,29,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,228,48,0.9) 0%,rgba(235,208,29,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,228,48,0.9) 0%,rgba(235,208,29,0.9) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,228,48,0.9) 0%,rgba(235,208,29,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffe430', endColorstr='#e6ebd01d',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.35);
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.35);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.35);
	padding: 9px 10px;
	margin-left: 15px;
	font-size: 12px;
	color: #000;
	max-width: 290px;
}
.ui-help-link {
    background: url(images/small-question-mark-dark.gif) no-repeat 0 center;
    display: inline-block;
    height: 9px;
    width: 12px;
    margin-left: 4px;
    cursor: pointer;
}
.ui-help-tooltip {
    margin-bottom: 1px;
    background-color: #282828;
    padding: 4px 8px;
    white-space: normal;
    max-width: 334px;
    color: white;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    z-index: 10001;
}
.ui-help-tooltip i.arrow {
    border: 4px solid transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -4px;
    left: 5px;
    height: 0;
    width: 0;
    border-bottom: 0;
    border-top-color: #282828;
}
.ui-help-tooltip i.arrow.centered {
    left: 50%;
    margin-left: -4px;
}
