/*! jQuery UI - v1.9.2 - 2013-01-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* FIXME */
.ui-dialog {position: absolute; padding: .2em; min-width: 400px; overflow: hidden; border-radius:3px}
.ui-dialog .ui-dialog-titlebar {padding: .1em 4em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 1px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
#dd { position: relative; border: 0; padding: 3.5em 0em 3em 9em; color:black; overflow: auto; zoom: 1;
	min-height:160px;background:url('/img/dialog-question.png') no-repeat 25px center;}
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; padding:4px 25px 3px 25px !important; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; display:none} /* little hack :) */
/*
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/* Component containers
----------------------------------*/
.ui-widget { }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 1px solid #fafafa; background: #ffffff url(/img/jquery-ui/ui-bg_inset-hard_100_ffffff_1x100.png) 50% bottom repeat-x; color: #808080; }
.ui-widget-content a { color: #808080; }
.ui-widget-header { border: 1px solid #0292b2; background: #02a9cf url(/img/jquery-ui/ui-bg_highlight-hard_25_02a9cf_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #0292b2; background: #02a9cf url(/img/jquery-ui/ui-bg_inset-soft_25_02a9cf_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0292b2; background: #0292b2 url(/img/jquery-ui/ui-bg_flat_100_0292b2_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #c07510; background: #ed9015 url(/img/jquery-ui/ui-bg_inset-soft_25_ed9015_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :focus { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #c07510; background: #ed9015 url(/img/jquery-ui/ui-bg_diamond_15_ed9015_10x8.png) 50% 50% repeat; color: #ffffff; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #ffffff; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/img/jquery-ui/ui-bg_diamond_95_fef1ec_10x8.png) 50% 50% repeat; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/jquery-ui/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/jquery-ui/ui-icons_c07510_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/img/jquery-ui/ui-bg_diamond_50_aaaaaa_10x8.png) 50% 50% repeat; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #808080 url(/img/jquery-ui/ui-bg_flat_0_808080_40x100.png) 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
@charset "utf-8";

/* CSS Document */
/* FIXME do we use all these fonts? */
@font-face {
    font-family: 'ExoBlack';
    src: url('/font/exo-blackwebfont.eot');
    src: url('/font/exo-blackwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-blackwebfont.woff') format('woff'),
         url('/font/exo-blackwebfont.ttf') format('truetype'),
         url('/font/exo-blackwebfont.svg#ExoBlack') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoBold';
    src: url('/font/exo-boldwebfont.eot');
    src: url('/font/exo-boldwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-boldwebfont.woff') format('woff'),
         url('/font/exo-boldwebfont.ttf') format('truetype'),
         url('/font/exo-boldwebfont.svg#ExoBold') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoExtraBold';
    src: url('/font/exo-extraboldwebfont.eot');
    src: url('/font/exo-extraboldwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-extraboldwebfont.woff') format('woff'),
         url('/font/exo-extraboldwebfont.ttf') format('truetype'),
         url('/font/exo-extraboldwebfont.svg#ExoExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoExtraLight';
    src: url('/font/exo-extralightwebfont.eot');
    src: url('/font/exo-extralightwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-extralightwebfont.woff') format('woff'),
         url('/font/exo-extralightwebfont.ttf') format('truetype'),
         url('/font/exo-extralightwebfont.svg#ExoExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoItalic';
    src: url('/font/exo-italicwebfont.eot');
    src: url('/font/exo-italicwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-italicwebfont.woff') format('woff'),
         url('/font/exo-italicwebfont.ttf') format('truetype'),
         url('/font/exo-italicwebfont.svg#ExoItalic') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoLight';
    src: url('/font/exo-lightwebfont.eot');
    src: url('/font/exo-lightwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-lightwebfont.woff') format('woff'),
         url('/font/exo-lightwebfont.ttf') format('truetype'),
         url('/font/exo-lightwebfont.svg#ExoLight') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoMedium';
    src: url('/font/exo-mediumwebfont.eot');
    src: url('/font/exo-mediumwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-mediumwebfont.woff') format('woff'),
         url('/font/exo-mediumwebfont.ttf') format('truetype'),
         url('/font/exo-mediumwebfont.svg#ExoMedium') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoRegular';
    src: url('/font/exo-regularwebfont.eot');
    src: url('/font/exo-regularwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-regularwebfont.woff') format('woff'),
         url('/font/exo-regularwebfont.ttf') format('truetype'),
         url('/font/exo-regularwebfont.svg#ExoRegular') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoDemiBold';
    src: url('/font/exo-semiboldwebfont.eot');
    src: url('/font/exo-semiboldwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-semiboldwebfont.woff') format('woff'),
         url('/font/exo-semiboldwebfont.ttf') format('truetype'),
         url('/font/exo-semiboldwebfont.svg#ExoDemiBold') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'ExoThin';
    src: url('/font/exo-thinwebfont.eot');
    src: url('/font/exo-thinwebfont.eot?#iefix') format('embedded-opentype'),
         url('/font/exo-thinwebfont.woff') format('woff'),
         url('/font/exo-thinwebfont.ttf') format('truetype'),
         url('/font/exo-thinwebfont.svg#ExoThin') format('svg');
    font-weight: normal;
    font-style: normal;}

/*
    3RD PARTY STYLES
*/

/* bootstrap-tabs */

.tab-content > .tab-pane {display:none;}
.tab-content > .active {display:block;}

/* end of bootstrap-tabs */

/* jquery.chosen */

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #dadada;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/img/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/img/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/img/chosen-sprite.png') no-repeat 100% -22px;
  background: url('/img/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/img/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/img/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/img/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/img/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/img/chosen-sprite.png') no-repeat -38px -22px;
  background: url('/img/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/img/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/img/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */

/* end of jquery.chosen */

/* jScrollPane */

.jspContainer{overflow:hidden;position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;background:red}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}
.jspCap{display:none}
.jspHorizontalBar .jspCap{float:left}
.jspTrack{background:#dde;position:relative}
.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer}
.jspArrow.jspDisabled{cursor:default;background:#80808d}
.jspVerticalBar .jspArrow{height:16px}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}
.jspVerticalBar .jspArrow:focus{outline:none}
.jspCorner{background:#eeeef4;float:left;height:100%}
* html .jspCorner{margin:0 -3px 0 0}

/* end of jScrollPane */

/*
    MMASSET STYLES
*/

/* ---------- DEFAULTS ---------------------------------------------------------------------------------------------------------------------------- */
BODY { margin:0; padding:0; background:url('/img/bg-page.jpg') top left; font-family:'ExoRegular', tahoma, verdana, helvetica, arial, sans-serif; font-size:12px; color:#808080; }
H1 { margin:10px 50px 15px 50px; padding:0 0 7px 0; border-bottom:1px solid #e5e5e5; color:#4c4c4c; font-family:'ExoLight'; font-size:20px; text-transform:uppercase; text-align:center; }
H2 { margin:0 0 15px 0; padding:0 0 7px 0; border-bottom:1px solid #e5e5e5; color:#4c4c4c; font-family:'ExoLight'; font-size:20px; text-transform:uppercase; text-align:center; }
A { text-decoration:none; }
A:hover { text-decoration:none; }
IMG { border:0; }
LABEL { display:inline-block; width:145px; padding:2px 5px 2px 25px; font-size:12px; }
BUTTON,LABEL.button,INPUT[type=submit] { cursor:pointer; }
BUTTON.disabled,INPUT[type=submit].disabled { opacity:0.1; filter:alpha(opacity=10); }
INPUT { display:inline-block; padding:5px; border:1px solid #f2f2f2; background:#fefefe; color:#4c4c4c; font-family:'ExoMedium'; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; vertical-align:middle; }
SELECT, .chzn-container { vertical-align:middle; color:#4c4c4c; line-height:normal; }
TEXTAREA { border:1px solid #f2f2f2; padding:10px 10px 30px; border:1px solid #f2f2f2; background:#fefefe; color:#4c4c4c; font-family:'ExoMedium'; resize:none; }
.textarea-counter { position:relative; display:block; top:-20px; line-height:normal; text-align:center; }

.wrap-silver { height:100px; background:#fafafa; }
.wrap-white { /*height:70px;*/ background:#ffffff; }
.wrap { margin:0 auto; width:1000px; }
.clear { display:block !important; clear:both; }
.left { float:left; }
.right { float:right; }
.mt25 { margin-top:25px !important; }
.mb25 { margin-bottom:25px !important; }
.w50 { width:50px !important; }
.w100 { width:100px !important; }

.ui-dialog-buttonset button,
.button { display:inline-block; margin:5px 0 0 0; padding:3px 4px; border:0 none; font-family:'ExoBold'; text-align:center; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; text-transform:uppercase; vertical-align:middle; }
.button:hover { text-decoration:none !important; }
.button-small { font-size:12px; }

.button-blue, .button-blue.disabled:hover, .ui-button, .ui-button.disabled:hover { color:#ffffff; background: #01a8cd; /* Old browsers */
	background: -moz-linear-gradient(left,  #01a8cd 1%, #1dbce7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#01a8cd), color-stop(100%,#1dbce7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #01a8cd 1%,#1dbce7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #01a8cd 1%,#1dbce7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #01a8cd 1%,#1dbce7 100%); /* IE10+ */
	background: linear-gradient(left,  #01a8cd 1%,#1dbce7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a8cd', endColorstr='#1dbce7',GradientType=1 ); /* IE6-9 */
}
.ui-button { padding:3px 4px; text-transform:uppercase; }
.button-blue:hover, .ui-button:hover { background:#0292b2; color:#ffffff; }
.button-blue SPAN, INPUT[type="submit"].button-blue, .ui-button SPAN,
.button-orange SPAN, INPUT[type="submit"].button-orange { display:block; padding:4px 25px 3px 25px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

.button-blue SPAN, INPUT[type="submit"].button-blue {border:1px solid #77d6f0;}
.button-orange SPAN, INPUT[type="submit"].button-orange {border:1px solid #ffb400;}

.button-blue:hover SPAN, INPUT[type="submit"].button-blue:hover, .ui-button:hover SPAN { border:1px solid #4fc3dd; }
.button-orange:hover SPAN, INPUT[type="submit"].button-orange:hover { border:1px solid #FFA92E; }

/*hack*/
.ui-dialog-buttonset .ui-button-text {border:0px none transparent !important;padding:0px;margin:0px 0px 0px -20px;}
.ui-dialog-buttonset button,.ui-dialog-buttonset .button-orange {
    width: 90px;height:30px;border: 1px solid orange !important;
    background: orange url(/img/jquery-ui/ui-bg_inset-soft_25_ed9015_1x100.png) 50% 50% repeat-x !important;
    color:#ffffff;
}


.ui-dialog-buttonset button,
.button-orange, .button-orange.disabled:hover { color:#ffffff; background: #ea8a1b; /* Old browsers */
    background: -moz-linear-gradient(left,  #ea8a1b 0%, #f59e06 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea8a1b), color-stop(100%,#f59e06)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ea8a1b 0%,#f59e06 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ea8a1b 0%,#f59e06 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ea8a1b 0%,#f59e06 100%); /* IE10+ */
    background: linear-gradient(left,  #ea8a1b 0%,#f59e06 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8a1b', endColorstr='#f59e06',GradientType=1 ); /* IE6-9 */
}
.ui-dialog-buttonset button:hover,
.button-orange:hover { background:#e9930b; color:#ffffff; }
.button-arrow { padding:10px 25px; border:0 none; color:#ffffff; font-family:'ExoBold'; font-size:15px; text-align:center; text-transform:uppercase; }
.button-arrow:hover { text-decoration:underline; }
.button-orange-arrowl { background:url('/img/btn-arrow-ol.png') no-repeat left center; }
.button-blue-arrowr { background:url('/img/btn-arrow-br.png') no-repeat right center; }

BUTTON.input-radio { display:inline-block; padding:0 0 0 25px; height:19px; line-height:19px; border:0 none; background:transparent url('/img/input-radio-off.png') no-repeat 0px 0px; text-align:left; vertical-align:middle; }
BUTTON.input-radio.active { background:transparent url('/img/input-radio-on.png') no-repeat 0px 0px; }

.icon { display:inline-block; width:16px; height:16px; background-position:0px 0px; }
.icon:hover { background-position:0px -16px; }

.icon-delete { background:url('/img/btn-delete.png') no-repeat; }
.icon-edit { background:url('/img/btn-edit.png') no-repeat; }
.icon-download { background:url('/img/btn-download.png') no-repeat; }
.icon-print { background:url('/img/btn-print.png') no-repeat; }

.list-box { border:1px solid #f2f2f2; background:#fafafa; }
.list-box .row { display:block; white-space:nowrap; line-height:normal; }
.list-box .odd { background:#ffffff; }
.list-box .even { background:#fafafa; }
.new-campaing .list-box .odd.campaign-textshot { background:#8ddef3;color:#4c4c4c; }

.alert-text { padding:15px 0 5px 0; color:#ff0000; font-size:13px; text-align:center; }

.radius-tl { border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; }
.radius-tr { border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.radius-bl { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; }
.radius-br { border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
.radius-top { border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.radius-bottom { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }
.radius-left { border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; }
.radius-right { border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; }

/* ---------- HEADER ------------------------------------------------------------------------------------------------------------------------------ */
.wrap-login { height:120px; line-height:120px; background:#ffffff; box-shadow:0px 1px 5px #d9d9d9; -moz-box-shadow:0px 1px 5px #d9d9d9; -webkit-box-shadow:0px 1px 5px #d9d9d9; text-align:center; }
.wrap-login .logo { display:inline-block; padding:25px 0; vertical-align:middle; }
.wrap-silver { position:relative; z-index:2;  }
.wrap-silver .logo { display:block; float:left; margin:15px 0 0 0; }
.wrap-silver UL { display:block; float:right; margin:15px 0 0 0; padding:0; height:70px; list-style-type:none; }
.wrap-silver UL LI { display:block; float:left; margin:0; padding:0; }
.wrap-silver UL LI A { display:block; margin:0; padding:0 15px 0 40px; height:70px; line-height:70px; background:url('/img/menu-arrow.png') no-repeat left center; color:#4c4c4c; font-size:18px; text-transform:uppercase; }
.wrap-silver UL LI A.active { background:url('/img/menu-arrow-h.png') no-repeat left center; }
.wrap-silver UL LI A:hover { color:#02a8ce; }
.wrap-silver UL LI.separator { width:20px; height:70px; background:url('/img/menu-arrow.png') no-repeat right center; }
.wrap-white { z-index:1; box-shadow:0px 0px 5px #d9d9d9; -moz-box-shadow:0px 0px 5px #d9d9d9; -webkit-box-shadow:0px 0px 5px #d9d9d9; }
.wrap-white .info-box { position:relative; float:left; /*margin:5px 0 0 0;*/ margin: 5px 0; width:300px; line-height:20px; }
.wrap-white .info-box .label { display:inline-block; width:110px; font-family:'ExoDemiBold'; }
.wrap-white .info-box .text { display:inline-block; width:65px; color:#02a9cf; font-family:'ExoDemiBold'; }
.wrap-white .info-box .text B { color:#ed9015; }
.wrap-white .info-box .buttons { position:absolute; width:110px; top:0px; right:0px; }
.wrap-white .info-box .buttons .button { display:block; text-transform:none; }
.wrap-white .info-box .buttons .button:first-child { margin:2px 0 0 0; }

.popups { display:block; position:relative; float:right; /*margin:15px 0 0 0;*/ margin: 10px 0; padding:0; height:40px; list-style-type:none; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; z-index:10; }
.popups LI { display:block; float:left; margin:0; padding:0; }
.popups LI A.popup-menu { cursor:pointer; display:block; position:relative; margin:0; padding:2px 15px 1px 15px; height:35px; line-height:35px; border:1px solid #0292b2; background:#04aacf; color:#ffffff; text-shadow:1px 1px 1px #028ead; font-family:'ExoDemiBold'; font-size:13px; z-index:10; }
.popups LI A.popup-menu .arrow { display:inline-block; margin:0 0 0 14px; width:11px; height:35px; background:url('../img/menu-darrow.png') no-repeat 0px 11px; vertical-align:middle; }
.popups LI.first A.popup-menu { border-right:1px solid #0fb9e4; border-top-left-radius:3px; border-bottom-left-radius:3px; -moz-border-radius-topleft:3px; -moz-border-radius-bottomleft:3px; -webkit-border-top-left-radius:3px; -webkit-border-bottom-left-radius:3px; }
.popups LI.middle A.popup-menu { border-left:1px solid #069ec0; border-right:1px solid #0fb9e4; }
.popups LI.last A.popup-menu { border-left:1px solid #069ec0; border-top-right-radius:3px; border-bottom-right-radius:3px; -moz-border-radius-topright:3px; -moz-border-radius-bottomright:3px; -webkit-border-top-right-radius:3px; -webkit-border-bottom-right-radius:3px; }
.popups LI A.popup-menu:hover { background-color:#0292b2; }
.popups LI A.logout { width:40px; height: 40px; padding:0; border:0 none !important; background: #eee url('../img/header-logout-button.png') no-repeat; border-radius: 3px; }
.popups LI A.logout:hover { background-image:url('../img/header-logout-button-hover.png'); border: 0 none !important; }
.popups .popup-content {height:390px; position:absolute; top:0px; left:0px; padding:20px 25px 10px 25px; line-height:35px; background:#ffffff; border:1px solid #dcdcdc; border-top:0 none; overflow:auto; border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; z-index:5; }
.popups .popup-content LABEL { display:inline-block; width:110px;  padding:0; }
.popups .popup-content .input-radio.C4 { width:60px; }
.popups .popup-content .input-radio.C2 { width:123px; }
.popups .popup-content SELECT { width:230px; }
.popups .popup-content TEXTAREA { width:345px; height:110px; }
.popups .popup-content .textarea-counter { position:relative; display:block; top:-20px; line-height:normal; text-align:center; }
.popups .popup-content .button { float:right; margin:10px 0 5px 0; padding:3px 4px; }
.popups .popup-content .list-box { width:365px; height:125px; margin:0 0 15px 0; color:#4c4c4c; overflow:visible !important; }
.popups .popup-content .list-box .row SPAN { display:inline-block; width:80px; padding:5px 10px; white-space:nowrap; }
.popups .popup-content .list-box .row SPAN:first-child { width:110px; border-right:1px solid #f2f2f2; }
.popups .popup-content .list-box .row SPAN.buttons { width:90px; padding:5px 0; text-align:right; }
.popups .popup-content .preview-box { padding:5px; border:1px solid #f2f2f2; background:#fafafa; text-align:center; height: 190px; line-height:190px; }
.popups .popup-content .preview-box iframe { border:0px; width:100%; height:100%; display:inline; vertical-align:middle; overflow:hidden; }

.popups .popup-content #webservice-wrapper {
	text-align:center;
	margin-left: 50px;
}

.popups .popup-content .webservice-sms-popup {
	float: left;
	width: 40%;
	font-size: 36px;
}

.popups .popup-content .webservice-sms-popup p {
	font-size: 20px;
	color: black;
}

.popups .popup-content #red.webservice-sms-popup {
	color: red;
}

.popups .popup-content #green.webservice-sms-popup {
	color: green;
}

.popups .popup-content .webservice-sms-popup span {
	display: block;
	color: #808080;
	font-size: 16px;
}

input#phone_area_code {width:40px;}
input#phone_number {width:77px;}

/* ---------- LOGIN ------------------------------------------------------------------------------------------------------------------------------- */
.login { display:block; margin:0 auto; margin-top:150px; padding:20px 25px; width:330px; background:#ffffff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0px 0px 5px #d9d9d9; -moz-box-shadow:0px 0px 5px #d9d9d9; -webkit-box-shadow:0px 0px 5px #d9d9d9; white-space:nowrap; overflow:hidden; }
.login H1 { margin:0 0 20px 0; padding:0 0 7px 0; border-bottom:1px solid #f2f2f2; color:#02a6cc; font-family:'ExoMedium'; font-size:18px; text-align:left; text-transform:none; }
.login LABEL { display:inline-block; margin:0 0 15px 0; width:118px; padding:0; font-family:'ExoMedium'; vertical-align:middle; }
.login INPUT[type="text"], .login INPUT[type="password"] { display:inline-block; margin:0 0 15px 0; width:200px; vertical-align:middle; }
.login BUTTON, .login INPUT[type=submit] { float:right; clear:both; cursor:pointer; }

/* ---------- FILTERS ----------------------------------------------------------------------------------------------------------------------------- */
.filters input[type=submit] {margin: -40px 0 0 0 ;}
.filters { background:#ffffff; margin:25px 0 0 0; padding:10px 20px 10px 15px; box-shadow:0px 0px 5px #d9d9d9; -moz-box-shadow:0px 0px 5px #d9d9d9; -webkit-box-shadow:0px 0px 5px #d9d9d9; }
.filters LABEL { display:inline-block; width:110px; padding:0; font-family:'ExoDemiBold'; font-size:20px; vertical-align:top; }
.filters .ui-slider { display:inline-block; width:220px; height:50px; margin:0 15px; background:url('/img/slider-line.png') repeat-x 0px 11px; border:0 none; }
.filters .ui-slider .ui-slider-range { display:none; }
.filters .ui-slider .ui-slider-handle { top:0px; width:25px; height:25px; margin-left:-12.5px; background:url('/img/slider-point.png') no-repeat center center; border:0 none; cursor:pointer; z-index:4; }
.filters .ui-slider .ui-slider-point { position:absolute; display:block; top:3px; width:19px; height:19px; z-index:2; }
.filters .ui-slider .ui-slider-point-start { left:-10px; background:url('/img/slider-start.png') no-repeat center right; }
.filters .ui-slider .ui-slider-point-end { right:-10px; background:url('/img/slider-end.png') no-repeat center left; }
.filters .ui-slider .ui-slider-label { position:absolute; display:block; top:34px; width:50px; font-family:'ExoBold'; text-align:center; z-index:3; }
.filters .ui-slider .ui-slider-label-start { left:-25px; }
.filters .ui-slider .ui-slider-label-end { right:-25px; }
.filters .ui-slider .ui-slider-pos { position:absolute; top:27px; margin:0 0 0 -25px; padding:6px 0 0 0; width:51px; height:18px; line-height:18px; background:url('/img/slider-label.png') no-repeat center top; color:#04abd3; font-family:'ExoBold'; text-align:center; z-index:5; }
.filters #date_range { display:inline-block; margin:10px 0 0 20px; padding:0; width:265px; height:28px; line-height:28px; border:1px solid #dadada; vertical-align:top; }
.filters #date_range INPUT, .filters #date_range .date-separator { display:block; float:left; padding:0 10px; width:100px; height:28px; line-height:28px; border:0 none; text-align:center; }
.filters #date_range .date-separator { padding:0; width:25px; }
.filters #date_range, .filters #date_range INPUT, .filters #date_range .date-separator { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
}
.filters #owner_id, .filters #owner_id_chzn { display:inline-block; margin:10px 0 0 60px; width:170px; height:28px; line-height:28px; vertical-align:top; }
.filters #owner_id_chzn .chzn-single { height:28px; line-height:28px; }
.filters #owner_id_chzn .chzn-single DIV B { margin:2px 0 0 0; }
.filters #owner_id_chzn .chzn-choices {  }

/* ---------- CONTENT ----------------------------------------------------------------------------------------------------------------------------- */
.content, .box-item { margin:25px 0 0 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0px 0px 5px #d9d9d9; -moz-box-shadow:0px 0px 5px #d9d9d9; -webkit-box-shadow:0px 0px 5px #d9d9d9; overflow:hidden; background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.tabs { margin:0; padding:0; height:50px; list-style-type:none; }
.tabs LI { display:block; float:left; }
.tabscols-2 LI { width:50%; }
.tabscols-3 LI { width:33.3333%; }
.tabscols-4 LI { width:25%; }
.tabscols-5 LI { width:20%; }
.tabscols-6 LI { width:16.6666%; }
.tabs LI A { display:block; height:50px; line-height:50px; border-left:1px solid #069dbf; background:#13b5de; color:#ffffff; font-family:'ExoDemiBold'; font-size:20px; text-align:center; }
.tabs LI A:first-child { border:0 none; }
.tabs LI A.active { background:#ee9213; }
.tabs LI A:hover { background:#f7a202; }
.tabs LI.first, .content .tabs LI.first A { border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; }
.tabs LI.last, .content .tabs LI.last A { border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
.content TABLE { width:100%; border-collapse:collapse; }
.content TABLE THEAD TD { padding:10px 5px; background:#f2f2f2; color:#4c4c4c; font-family:'ExoMedium'; text-align:center; vertical-align:top; white-space:nowrap; }
.content TABLE THEAD TD I { color:#06abd1; font-style:normal; }
.content TABLE TBODY TR TD { padding:6px 10px; font-family:'ExoMedium'; vertical-align:middle; }
.content TABLE TBODY TR.odd TD { background:#ffffff; }
.content TABLE TBODY TR.even TD { background:#fafafa; }
.content TABLE TBODY TR:target TD { background:#abfdc1; }
.content TABLE TBODY TR:hover TD { background:#e9f6f9; }
.content TABLE TBODY TR:target:hover TD { background:#abfdc1; }
.content TABLE TBODY TR.alert TD { color:#ffffff; background: #e8871e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8871e 0%, #f49f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8871e), color-stop(100%,#f49f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8871e 0%,#f49f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8871e 0%,#f49f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8871e 0%,#f49f00 100%); /* IE10+ */
	background: linear-gradient(top,  #e8871e 0%,#f49f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8871e', endColorstr='#f49f00',GradientType=0 ); /* IE6-9 */
}
.content TABLE TBODY TR TD.name { white-space:nowrap; }
.content TABLE TBODY TR TD.text { min-width:200px; word-break: break-all; }
.content TABLE TBODY TR TD.price { text-align:center; white-space:nowrap; }
.content TABLE TBODY TR TD.buttons { text-align:right; letter-spacing:5px; white-space:nowrap; }
.content TABLE TBODY TR TD.buttons A { display:inline-block; letter-spacing:normal; color:#ffffff; font-family:'ExoBold'; text-transform:uppercase; }
.content TABLE TBODY TR TD.buttons A:hover { color:#ffffff; text-decoration:underline; }
.content TABLE TBODY TR TD.buttons-large A { width:150px; }
.content TABLE TFOOT TD { padding:10px; background:#ffffff; text-align:center; }
.content .pages A { display:inline-block; padding:5px 10px; background:#f2f2f2; color:#4c4c4c; font-family:'ExoMedium'; }
.content .pages A.active { background:#18b8e2; color:#ffffff; }
.content .pages A:hover { background:#f7a202; color:#ffffff; }
.column { width:480px; position:relative; }
.column.left, .columnt-left { width:500px; }
.column.right, .columnt-right { width:455px; }

.calc { padding:10px 25px 20px 25px; white-space:nowrap; }
.calc INPUT { padding:2px 5px; width:130px; font-family:'ExoMedium'; font-size:18px; text-align:center; }
.calc BUTTON { margin:0 0 0 10px; padding:3px 4px; }
.calc BUTTON SPAN { width:55px; }
.calc SPAN { display:inline-block; width:30px; text-align:center; }

.profile { padding:15px 0 20px 0; overflow:hidden; }
.profile .contact-card { position:relative; margin:0 0 30px 0; height:130px; font-family:'ExoMedium'; box-shadow:0px 0px 5px #d9d9d9; -moz-box-shadow:0px 0px 5px #d9d9d9; -webkit-box-shadow:0px 0px 5px #d9d9d9; }
.profile .contact-card .profile-icon { position:absolute; top:50px; left:125px; width:28px; height:29px; background:url('/img/profile-image-icon.png') no-repeat top left; z-index:5; }
.profile .contact-card IMG { float:left; margin:0 35px 0 0; }
.profile .contact-card B { display:inline-block; padding:12px 0 0 0; color:#4c4c4c; font-family:'ExoDemiBold'; font-size:20px; }
.profile .contact-card .branch-name { display:inline-block; padding:0 0 10px 0; color:#999999; font-size:13px; }
.profile .input { display:inline-block; width:230px; margin:0 0 10px 0; padding:4px 10px; color:#4c4c4c; font-size:12px; }
.profile input[type=checkbox] {width:10px; margin:0 0 0px 0; padding:4px 10px; color:#4c4c4c; font-size:12px;}
.profile input[type=file] {width:190px; margin:0 0 0px 0; padding:4px 10px; color:#4c4c4c; font-size:12px; height:20px; margin-bottom:3px; }
.profile input[type=checkbox] {margin-right:150px; }
.profile INPUT { width:230px; padding:3px 10px; margin-bottom:3px; }
.profile #password_change {display:none; }
.profile BUTTON { float:right; margin:10px 35px 0 0; padding:3px 4px;}

.profile-list { width:500px; height:350px; }
.profile-box { display:block; position:relative; height:130px; margin:10px 0 20px; padding:0 30px 0 0; color:#808080; overflow:hidden; }
.profile-box .profile-icon { position:absolute; top:50px; left:125px; width:28px; height:29px; background:url('/img/profile-image-icon.png') no-repeat top left; z-index:5; }
.profile-box IMG { float:left; width:140px; height:130px; margin:0 35px 0 0; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; }
.profile-box B { display:inline-block; padding:15px 0 10px 0; color:#4c4c4c; font-family:'ExoDemiBold'; font-size:20px; }
.profile-box U { display:block; position:relative; margin:0 0 10px 175px; padding:15px 0 5px 0; border-bottom:1px solid #e4e4e4; color:#4c4c4c; font-family:'ExoDemiBold'; font-size:20px; text-decoration:none; }
.profile-box U .plus { position:absolute; top:4px; left:-27px; padding:0; color:#04abd2; font-family:'ExoRegular'; font-size:36px; }
.profile-box .label { position:absolute; top:40px; right:-50px; width:60px; height:20px; line-height:20px; padding:12px 0 12px 12px; background:url('/img/profile-label.png') no-repeat 0px 0px; color:#ffffff; font-family:'ExoBold'; font-size:13px; text-align:center; text-transform:uppercase; }

.new-campaing .list-box { margin:5px 0 0 25px; width:400px; height:100px; overflow:visible !important; }
.new-campaing .list-box .row { padding:3px 10px; width:350px; color:#4c4c4c; overflow:hidden; text-overflow:ellipsis; -ms-text-overflow:ellipsis; }
.new-campaing .sms_preview { float:right; width:140px; height:180px; margin:0 25px 0 15px; padding:75px 20px 45px 20px; background:url('/img/phone-preview.png') no-repeat center center; font-family:arial,tahoma,verdana,helvetica; overflow:hidden; word-wrap: break-word; }
.new-campaing TEXTAREA { width:170px; height:150px; margin:5px 0 0 25px; }
.new-campaing .sms_gateway_variables { width:192px; margin:0 0 0 25px; }
.new-campaing .sms_gateway_variables button { width:45px; margin:0; font-size:10px; padding: 3px; }
.new-campaing .textarea-counter { color:#03a9ce; font-size:10px; }
.new-campaing .textarea-counter.warning { color:#E03822; }
.new-campaing .button-arrow { margin:10px 0 0 60px; }
.new-campaing .buttons { padding:5px 25px 15px; overflow:hidden; }
.new-campaing .buttons .left { width:175px; margin:0 40px 0 0; }
.gateway-campaign .buttons .left { margin-top: 50px; }
.new-campaing .buttons .right { width:175px; margin:0; }
.new-campaing .buttons .text { display:block; padding:0; }
.new-campaing .buttons BUTTON { float:none; margin:10px 0 0 0; padding:3px 4px; }
.new-campaing .buttons BUTTON SPAN { width:160px; padding:8px 0 6px 0; }
.new-campaing .buttons BUTTON.button-small SPAN { width:160px; padding:4px 0 3px 0; }
.new-campaing select {background: #FEFEFE; width:110px; border: 1px solid #F2F2F2; border-radius: 3px; color: #4C4C4C; font-family: "ExoMedium"; padding: 5px;}

#campaing-meter { position:relative; margin:45px 0 0 0; width:400px; height:375px; line-height:375px; border-bottom:2px solid #016a82; background:#02a9ce; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; }
#campaing-meter .text { position:absolute; top:0px; left:0px; width:100%; height:375px; line-height:375px; color:#ffffff; font-family:'ExoBold'; font-size:24px; text-align:center; z-index:5; }
#campaing-meter .count { position:absolute; top:0px; left:0px; width:100%; background:#016a82; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; z-index:1; }
#campaing-scroll { position:absolute; top:10px; right:0px; width:80px; height:445px; }
#campaing-scroll .scroller { position:absolute; top:35px; right:23px; width:19px; height:375px; background:url('/img/scroll-bar.png') repeat-y top center; }
#campaing-scroll .scroller .point-top { position:absolute; top:-10px; left:0px; width:19px; height:19px; background:url('/img/scroll-up.png') no-repeat bottom center; }
#campaing-scroll .scroller .point-bottom { position:absolute; bottom:-10px; left:0px; width:19px; height:19px; background:url('/img/scroll-down.png') no-repeat top center; }
#campaing-scroll .point { position:absolute; top:0px; right:0px; width:70px; height:20px; line-height:20px; padding:25px 0 25px 8px; background:url('/img/campaing-point.png') no-repeat center center; color:#ffffff; font-family:'ExoExtraBold'; font-size:13px; text-align:center; text-transform:uppercase; cursor:pointer; }
.camping-list { width:400px; }
.camping-list .row { border-bottom:1px solid #dadada; overflow:hidden; }
.camping-list .odd { background:#fbfbfb; }
.camping-list .even { background:#ffffff; }
.camping-list .text { display:block; float:left; width:210px; height:20px; line-height:20px; padding:5px 10px 5px 15px; color:#4c4c4c; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -ms-text-overflow:ellipsis; }
.camping-list .buttons { display:block; float:left; width:105px; height:20px; line-height:20px; padding:5px 10px; color:#4c4c4c; text-align:right; }
.camping-list .buttons A { display:inline-block; padding:0px 3px; color:#4c4c4c; font-family:'ExoDemiBold'; text-transform:uppercase; }
.camping-list .buttons A:hover { color:#02a9ce; }
.camping-list .type { display:block; float:right; margin:5px 10px; width:20px; height:20px; }
.camping-list .row .orange { background:#e8871e; }
.camping-list .row .red { background:#e81e1e; }
.camping-list .row .blue { background:#016a82; }

.campaing-detail { padding:0 30px 20px 30px; line-height:30px; background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
}

.campaing-detail .label { display:inline-block; width:150px; margin:0 20px 0 0; border-right:1px solid #e7e7e7; }
.campaing-detail .text { display:inline-block; color:#4c4c4c; }
.campaing-detail .text input[type=text]:focus { outline: 0;
    -webkit-box-shadow: #ea8a1b 0 0 1px 1px;
    box-shadow: #ea8a1b 0 0 1px 1px; }
.campaing-detail .box-text { display:block; margin:10px 0 0 0; padding:10px; line-height:normal; background:#ffffff; color:#4c4c4c; }
.campaing-detail .buttons { overflow:hidden; }
.campaing-detail .buttons BUTTON, .campaing-detail .buttons INPUT[type=submit] { float:right; margin:10px 0 0 25px; padding:3px 4px; }

#win { display:none; }
#popup { display:none; }

/* ---------- FOOTER ------------------------------------------------------------------------------------------------------------------------------ */
.footer { margin:25px 0 30px 0; padding:20px 5px 20px 25px; height:30px; background:#ffffff; }
.footer .logo { display:block; float:left; width:78px; height:30px; }
.footer UL { display:block; float:right; margin:0; padding:0; height:30px; list-style-type:none; }
.footer UL LI { display:block; float:left; margin:0; padding:0; }
.footer UL LI A { display:block; margin:0; padding:0 20px; height:30px; line-height:30px; color:#999999; font-family:'ExoLight'; font-size:14px; text-transform:uppercase; }
.footer UL LI A:hover { color:#808080; text-decoration:underline; }

/* ---------- UI.MOD ------------------------------------------------------------------------------------------------------------------------------ */
.ui-datepicker { box-shadow:0px 0px 25px #808080; -moz-box-shadow:0px 0px 25px #808080; -webkit-box-shadow:0px 0px 25px #808080; }
.ui-dialog { padding:0; background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.ui-dialog .ui-dialog-titlebar { margin:0 50px 20px 50px; padding:10px; background:none; border:0 none; border-bottom:1px solid #e5e5e5; color:#4c4c4c; font-family:'ExoLight'; font-size:24px; text-align:center; }
.ui-dialog .ui-dialog-title { float:none; margin:0; text-transform:uppercase; }
.ui-dialog .ui-dialog-titlebar-close { display:none; }
.ui-dialog .ui-dialog-buttonpane { background:transparent; }
.ui-dialog .campaing-detail { background:none; }
.ui-button SPAN { padding:4px 25px 3px 25px !important; }
.jspVerticalBar { width:25px; background:transparent; }
.jspVerticalBar .jspArrow { margin:0 3px; width:19px; height:19px; }
.jspVerticalBar .jspArrowUp { background:url('/img/scroll-up.png') no-repeat bottom center; }
.jspVerticalBar .jspArrowDown { background:url('/img/scroll-down.png') no-repeat top center; }
.jspVerticalBar .jspTrack { background:url('/img/scroll-bar.png') repeat-y center; }
.jspVerticalBar .jspDrag { width:25px; height:25px; background:url('/img/scroll-slide.png') no-repeat center center; }

.rdialog .ui-dialog-titlebar { height:20px; margin:0; padding:0; border-bottom:0 none; z-index:5;}
.rdialog .ui-dialog-title { display:none; }
.rdialog .ui-dialog-titlebar-close { display:block; top:5px; margin:0; }
.rdialog .ui-dialog-content { position:relative; min-height:66px; margin:-20px 0 0 0; padding:45px 25px 45px 20px; z-index:1; }
.rdialog .ui-dialog-content .icon { position:absolute; top:25px; left:20px; width:80px; height:66px; }
.rdialog .ui-dialog-content .caption { margin:0 0 0 80px; padding:0 0 10px 15px; border-left:1px solid #eaeaea; color:#4c4c4c; font-family:'ExoBold'; font-size:18px; }
.rdialog .ui-dialog-content .message { margin:0 0 0 80px; padding:0 0 0 15px; border-left:1px solid #eaeaea; }
.rdialog .ui-dialog-content .message a { color: #01a8cd; }
.rdialog-error .ui-dialog-content { background:url('/img/dialog-error.png') no-repeat 25px center; }
.rdialog-ok .ui-dialog-content { background:url('/img/dialog-ok.png') no-repeat 25px center; }
.rdialog-success .ui-dialog-content { background:url('/img/dialog-ok.png') no-repeat 25px center; }
.rdialog-info .ui-dialog-content { background:url('/img/dialog-info.png') no-repeat 25px center; }
.rdialog-warning .ui-dialog-content { background:url('/img/dialog-warning.png') no-repeat 25px center; }
.rdialog-confirm .ui-dialog-content { background:url('/img/dialog-question.png') no-repeat 25px center; }

.alerts-test { position:absolute; right:10px; bottom:10px; }

/* custom popups */
#popup_background {
	z-index:6;
	display:none;
}

.appPopup{
    display: none;
    position: absolute;
    overflow: auto;
    padding: 6px 8px;
    z-index: 1000;
}
.appPopup .popupAlert{
    padding-right: 25px;
    display:none;
}
.appPopup .popupLoading{
    height: 200px;
    width:380px;
    text-align: center;
    background: url('/img/popup_loading.png') no-repeat center white;
}
.appPopup .popupClose{
    cursor: pointer;
    display: block;
    background-color: #F5F6F8;
    border-radius: 16px;
    float:right;
    text-align: center;
    font-weight:bold;
    padding: 2px 0 2px 0;
    width: 20px;
}

/* popup contacts edit - row action button */
button.contacts-edit-action-button {
	background-color:transparent;
	border:0px none;
	font-weight:bold;
	font-size:11px;
	color:#3abdd9;
	text-transform:uppercase;
	padding:3px;
	margin:0;
}

/* TOOLTIPS */
.simpleTooltip {
	padding: 3px;
	background: #01a8cd;
	color: white;
	border:1px solid #77d6f0;
	max-width:300px;
}

/* PDF PROGRESS BARS */
#pdf_progress {
	border:1px solid black;
	padding:1px 2px 1px 2px;
	margin:0;
	width:150px;
	height:20px;
	background-color:white;
}

#pdf_progress #element2 {
	background-color: #01a8cd;
	border:0px none;
	width:0%;
	height:100%;
}

#pdf_progress #box2 {
	width:200px;
}

#pdf_progress #box2:before {
	content: "Spracovanie: ";
}

#pdf_progress #box3 {
	display:none;
}

/* unpaid invoices */
tr.invoices-payable {
	cursor:pointer;
}

tr.invoices-payable td {
	background-color:#ffd0d0 !important;
}

#branches_area{
    margin: -20px 0 0 175px;padding:0px;
}
#perms_area{
    margin: -20px 0 0 175px;
}
#branches_area input[type=checkbox],
#perms_area input[type=checkbox]
{
    margin:0px;padding:0px;
}

.confirm {
	color:#808080;
}

.submit_payment {
	cursor: pointer;
}

#info-box-details {
  width: 380px;
}

#info-box-details p {
	display:none;
}

#info-box-details p:last-child, #info-box-details p[id] {
	display:block;
}

/* gateway users */
.campaign-gateway-import,
.campaign-gateway-contacts {
  width:400px;
  border-bottom:2px solid #016a82;
  box-shadow: 0px 0px 5px #d9d9d9;
  -moz-box-shadow: 0px 0px 5px #d9d9d9;
  -webkit-box-shadow: 0px 0px 5px #d9d9d9;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
  background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#fafafa 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 100%);
  background: linear-gradient(top, #ffffff 0%,#fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
}
.campaign-gateway-import {
  margin: 25px 0 0 0;
  overflow: hidden;
  text-align:center;
  border-top-left-radius:5px;
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  border-top-right-radius:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
}
#campaign-gateway-import-file {
  position: absolute;
  top: -150px;
  width: 0;
  height: 0;
}
#campaign-gateway-import-submit {
  margin: 0;
}
.campaign-gateway-contacts {
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.campaign-gateway-contacts table {
  border-collapse: collapse;
  width: 100%;
}
.campaign-gateway-contacts td, th {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-indent: 4px;
  text-overflow: ellipsis;
/*  padding: 2px 4px;*/
  color: #4C4C4C;
}
.campaign-gateway-contacts th {
  border-bottom: 1px solid #d9d9d9;
}
.campaign-gateway-contacts .selected {
  background: #8ddef3;
}
.campaign-gateway-contacts .error {
  background: #F099A2;
}
.campaign-gateway-contacts .col1 { text-align: center; }
.campaign-gateway-contacts .col2 { text-align: center; }

.jspScrollable {
  outline: 0;
}

.info-box p {
  margin: 0;
}
