/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,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%; }


/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=eeeeee&bgTextureHeader=02_glass.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=07_diagonals_small.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url('/media/css/smoothness/images/ui-bg_diagonals-small_75_ffffff_40x40.png?245db5b8ff5b') 50% 50% repeat; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #eeeeee url('/media/css/smoothness/images/ui-bg_glass_75_eeeeee_1x400.png?245db5b8ff5b') 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url('/media/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png?245db5b8ff5b') 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 #999999; background: #dadada url('/media/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png?245db5b8ff5b') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url('/media/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png?245db5b8ff5b') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url('/media/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png?245db5b8ff5b') 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url('/media/css/smoothness/images/ui-bg_inset-soft_95_fef1ec_1x100.png?245db5b8ff5b') 50% bottom repeat-x; 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; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('/media/css/smoothness/images/ui-icons_222222_256x240.png?245db5b8ff5b'); }
.ui-widget-content .ui-icon {background-image: url('/media/css/smoothness/images/ui-icons_222222_256x240.png?245db5b8ff5b'); }
.ui-widget-header .ui-icon {background-image: url('/media/css/smoothness/images/ui-icons_222222_256x240.png?245db5b8ff5b'); }
.ui-state-default .ui-icon { background-image: url('/media/css/smoothness/images/ui-icons_888888_256x240.png?245db5b8ff5b'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('/media/css/smoothness/images/ui-icons_454545_256x240.png?245db5b8ff5b'); }
.ui-state-active .ui-icon {background-image: url('/media/css/smoothness/images/ui-icons_454545_256x240.png?245db5b8ff5b'); }
.ui-state-highlight .ui-icon {background-image: url('/media/css/smoothness/images/ui-icons_2e83ff_256x240.png?245db5b8ff5b'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('/media/css/smoothness/images/ui-icons_cd0a0a_256x240.png?245db5b8ff5b'); }

/* 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-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url('/media/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png?245db5b8ff5b') 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url('/media/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png?245db5b8ff5b') 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.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;}/*!
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.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-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 */
/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; 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; }
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.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; }/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.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 {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    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*/
}/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
@charset "utf-8";
/* CSS Document */

body {
    background-color: #FFF;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', Helvetica;
}

#front-header {
    top: 60px;
    left: 25%;
    width: 100%;
    height: 400px;
    position: absolute;
    margin: 0px auto;
}

@media only screen and (max-width: 1130px) {
	.hide-on-tablet {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.hide-on-mobile {
		display: none;
	}
}

.front-header {
    top: 60px;
    left: 0px;
    width: 100%;
    height: 354px;
    position: absolute;    
    background-color: #8CC63F;
    background-repeat: repeat-y;
}

.headerfour {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 354px;
    background: #95C33A url('//dxuu1kmv6dm3n.cloudfront.net/frontpage/background.png') repeat-y;
}

.front-looping-bg {
    top: 60px;
    left: 0px;
    width: 100%;
    height: 500px;
    position: absolute;
    background-image: url('/media/images/head-back-vert-right.png?245db5b8ff5b');
    background-repeat: repeat-x;
}

.headerfour img.bg {
    /* Set rules to fill background */
     
}

.headerfour .footnote {
    position: absolute;
    right: 16px;
    bottom: 8px;
}

.headerfour .footnote a {
     color: #FFF;
    font-family: Helvetica;
    font-size: 12px;
    padding-top: 2px;
    vertical-align: middle;
}

.headerfour .footnote a:hover {
    text-decoration: underline;
}

.headerfour .navibar {
    position: absolute;
    top: -70px;
    left: 10%;
    margin-left: -23px;
}

.lang-select {
	
}
   
#front-content
{
	width: 1100px;
	display: block;
	margin: 0 auto;
	padding-left: 60px; 
	padding-right: 60px;
	height: 400px;
}

#front-content #underline {
    position: relative;
    top: 65px;
    left: 0;
}

#front-content #subtitle {
    font-family: 'Open Sans', Helvetica;
    font-size: 20px;
    margin-top: 32px;
    color: #FFF;
    width: 450px;
    line-height: 1.5em;
}

#front-content #tourdiv {
    margin-top: 0px;
    width: 250px;
    text-align: center;
}

#front-content .title {
    font-family: 'Open Sans', Helvetica;
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 1.1;
    color:#FFF;
}

#front-content .tick-class {
    list-style-image: url('//dxuu1kmv6dm3n.cloudfront.net/frontpage/tick.png');
}

#front-content .tick-class li {
    font-family:Helvetica, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 1.7;
    color:#FFF;
}

#front-content #tour-link {
    font-size: 14px;
    color: #FEFEFE;
    font-family: Helvetica, Verdana;
}

#front-content #imgHolder {
    position: relative;
    top: -40px;
    left : -100px;    
}

#front-content a {    
    font-family: Helvetica;
    font-size: 9pt;
}

#front-content a:hover {
    text-decoration: none;
}

#front-content a.hover:hover {
    text-decoration: underline;
}

#front-header #front-center {
    margin: 0px auto;
    background-image: url('/media/images/head-back-horiz.png?245db5b8ff5b');
    background-repeat: repeat-y;
    height: 324px;
    width: 1023px;
    position: relative;
}

#left {
    float: left;
}

#right {
    float: right;
}

.tab_area 
{
	position: relative;
	width: 1000px;
	top: 400px;
	left: 50%;
	margin-left: -500px;
}

.tab {
		position: relative;
    float: left;
    background-image: url('/media/frontpage/tab.png?245db5b8ff5b');
    background-repeat: no-repeat;
    width: 250px;
    height: 53px;
    
}

.tab a {
	  position: absolute;
    text-align: center;
	  width: 240px;
    height: 53px;
    top: 14px;
    font-family:Helvetica;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: normal;
    text-transform: uppercase; 
    line-height: 1.1;
    color:#000;

}

.tab a:hover {    
    text-decoration: none;
    font-size: 25px;
    top: 12px;
}



a.action {
    text-decoration: underline;
    font-weight: bold;
}

a:hover {    
    text-decoration: underline;
}

.cba {
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0px;
    background-color: #333;
    font-family: Verdana,Helvetica,Helvetica,sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: -1px;
    left: 0px;
}

.cba a, .cba span {
    text-decoration: none;
    color: #fff;
    float: right;
    margin-right: 5px;
    margin-top: 8px;
}

.front-header a {
    text-decoration: none;
    color: #3B5998;
    cursor: pointer;
}

.front-header a.link {
    text-decoration: none;
    color: #0000FF;
}

.cba img {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
}

.logo {
		position: absolute;
    top: 5px;
    left: 15px;
}

.alpha_button
{
    position: absolute;
    top: 24px;
    left: 250px;
    font-family: Helvetica,Helvetica,sans-serif;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 0px;
    font-weight:900;
}


.app_cba {
    position: absolute;
    height: 35px;
    width: 60%;
    top: 5px;
    font-family: Verdana,Helvetica,Helvetica,sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: -1px;
    right: 1%;    
}

.app_cba a, .app_cba span {
    text-decoration: none;
    color: #fff;
    float: right;
    margin-right: 5px;
    margin-top: 8px;
}

.app_cba a.notice {
    color: #FF0000;
}

.app_cba img {
    float: right;
    margin-right: 5px;
    margin-top: 0px;
}

.app_cba p {
    text-decoration: none;
    color: #fff;
    float: right;
    margin-right: 5px;
    margin-top: 8px;
    font-family: Verdana,Helvetica,Helvetica,sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: -1px;
}

#gl_main {
    margin-left: auto;
    margin-right: auto;
}

#gl_body {
    margin-left: auto;
    margin-right: auto;
}



#gl_text_div {
    font-family: "Helvetica", georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
    font-variant: normal;
    
    float: left;
  

}

#gl_text_div img {
    margin-left: -18px;
}

.content-background
{
	position: absolute;
	top: 460px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url('/media/frontpage/content_back.png?245db5b8ff5b');
  background-repeat: repeat-x;
}

.tour-background
{
	position: absolute;
	top: 400px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url('/media/frontpage/content_back.png?245db5b8ff5b');
  background-repeat: repeat-x;
}

.content {
    position: absolute;
    font-family: "Helvetica", "Helvetica", georgia, "Times New Roman", Times, serif;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-variant: normal;
    top: 460px; 
    left: 50%; 
    height: 323px; 
    width: 1000px;
    margin-left: -500px; 
  	
    
}

#content a img { border: 0 }

.text_content {
    position: relative;
    font-family: "Helvetica", "Helvetica", georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    font-variant: normal;
    margin: 10px 25px;
}

#button {
    position: absolute;
    font-family: Helvetica;
    color: #FFF;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    font-variant: normal;
    background-color: #FFB200;
    border: 3px #FFD500 solid;
    width: 250px;
    height: 30px;
    padding-top: 9px;
    text-align:center;
}

#button a {
    text-decoration: none;
    color: #FFF;
}

#box {
    position: absolute;
    font-family: "Helvetica", georgia, "Times New Roman", Times, serif;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    font-variant: normal;
    background-color: #8AC5FF;
    width: 200px;
    height: 125px;
    padding-top: 10px;
    text-align:center;
}

.info_box {
    background-color: #EEEEEE;
    padding-left: 15px;
}

.center {
	position: relative;
	width: 80%;
  left: 20%;
}

#showreel {
		position: absolute;
    background-color: #000;
    width: 360px;
    height: 240px;
    left: 475px;
    top: 24px;
}


#column1 {
    position: relative;
    float: left;
    width: 400px;
    left: 40px;
}

#column2 {
    position: relative;
    float: right;
    right: 40px;
    width: 400px;
}

#content-section1 {
    padding-left: 10px;
    top: 300px;
}


.content-section2 {
    padding-left: 10px;
    padding-top: 5px;
    min-height: 600px;
    font-size: 16px;
}



#product-icons {
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	padding-left: 60px; 
	padding-right: 60px;
	
	position: relative;
  
    
    padding-top: 22px;
}


#content-section3 {
    position: relative;
    height: 150px;
    left: 10%;
    top: 25px;
    width: 80%;
   	margin-left: 50px;
}


#gl_text_div h1 {
    font-family:Helvetica;
    font-size: 165%;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase; 
    line-height: 1.1;
    color:#000;
}

#gl_text_div h2 {
 font-family:Helvetica;
    font-size: 120%;
    letter-spacing: 0px;
    font-weight:lighter;
    line-height: 1.1;
    color:#fff;}

#gl_text_div h3 {
 		font-family:Helvetica;
    font-size: 90%;
    letter-spacing: 0px;
    font-weight:normal;
    line-height: 0.9;
    text-transform: none; 
    color:#fff;
    text-decoration: underline;
}



#gl_text_div strong {
    font-family: georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bolder;

}

#gl_intro
{
    position: relative;
    width: 90%;
    margin-left: auto;
    right: 15px;
    top: 40px;
    background-color: #93AA0C;
    font-size: 22px;
    font-family: helvetica, arial, sans-serif;
    padding: 15px 15px 15px 15px;
    color: #FFF;
}

#gl_intro h1
{
    font-size: 24px;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: -1px;
    color: #FFF;
}

#gl_intro2
{
    position: relative;
    width: 300px;
    margin-right: auto;
    left: 15px;
    top: 40px;
    background-color: #BE4727;
    font-size: 22px;
    font-family: helvetica, arial, sans-serif;
    padding: 15px 15px 15px 15px;
    color: #FFF;
}

#gl_intro2 h1
{
    font-size: 24px;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: -1px;
    color: #FFF;
}

#header {    
    background-color: #383738;
    height: 50px;
    width: 100%;    
    position: absolute;
    left: 0;
    top: 0;
}

.roundedcornr_top_513329 div {
    background: url('/media/content/roundedcornr_513329_tl.png?245db5b8ff5b') no-repeat top left;
}
.roundedcornr_top_513329 {
    background: url('/media/content/roundedcornr_513329_tr.png?245db5b8ff5b') no-repeat top right;
}
.roundedcornr_bottom_513329 div {
    background: url('/media/content/roundedcornr_513329_bl.png?245db5b8ff5b') no-repeat bottom left;
}
.roundedcornr_bottom_513329 {
    background: url('/media/content/roundedcornr_513329_br.png?245db5b8ff5b') no-repeat bottom right;
}

.roundedcornr_top_513329 div, .roundedcornr_top_513329, 
.roundedcornr_bottom_513329 div, .roundedcornr_bottom_513329 {
    width: 100%;
    height: 10px;
    font-size: 1px;
}
.roundedcornr_content_513329 { margin: 0 0; }


.front-small-text
{
    font-family: Verdana,Helvetica,Helvetica,sans-serif;
    line-height: 1.2;
    font-size: 14px;
    font-variant: normal;
    letter-spacing: -1px;
    margin: 5px;
}

.footer-info-box
{
    max-width: 1100px;
	display: block;
	margin: 0 auto;
	padding-left: 60px; 
	padding-right: 60px;
	
	position: relative;
    
    padding-top: 22px;
}

.info-section
{
    float: left;
    font-family: Verdana,Helvetica,Helvetica,sans-serif;
    line-height: 1.5;
    font-size: 13px;
    font-variant: normal;
    margin-right: 50px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #777;
    height: 100px;
}

.info-section a
{
    text-decoration: none;
    color: #777;
}

.button-area
{
    clear:both;
}

#platforms
{
	position: relative;
	height: 75px;
	
}

.tech_button
{
		position: relative;
    float: left;
    background-color: #FFF;
    width: 75px;
    height: 75px;
    margin-right: 7px;
    margin-bottom: 30px;
}

.tech_button img
{
    max-width: 75px;
    max-height: 75px;
    width: expression(this.width > 75 ? "75px" : true);
    height: expression(this.height > 75 ? "75px" : true);
}

.product_button
{
    float: left;
    background-color: #eee;
    width: 175px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.product_button_content
{
    position: absolute;
    left:auto;
    right:auto;
    width: 175px;
    text-align:center;
    bottom: -165px;
}

.product_button_content img
{
    max-width: 125px;
    max-height: 130px;
    width: expression(this.width > 125 ? "125px" : true);
    height: expression(this.height > 130 ? "130px" : true);

}

.product_button_content a
{
    text-decoration: none
}

#content {
    clear: both;
    width: 100%;
    top: 50px;    
    left: 0;
    position: absolute;
    
}

h2
{
    font-family:Helvetica, Helvetica, sans-serif;
    font-size: 130%;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 1.1;
    color:#333;
}

h3
{
    font-family:Helvetica, Helvetica, sans-serif;
    font-size: 100%;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 1.1;
    text-transform: uppercase; 
    color:#333;
}

p
{
    font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
}


#green_info_box {
    background: #bcd534;
    color: #000;
}
.roundedcornr_top_700902 div {
    background: url('/media/content/roundedcornr_700902_tl.png?245db5b8ff5b') no-repeat top left;
}
.roundedcornr_top_700902 {
    background: url('/media/content/roundedcornr_700902_tr.png?245db5b8ff5b') no-repeat top right;
}
.roundedcornr_bottom_700902 div {
    background: url('/media/content/roundedcornr_700902_bl.png?245db5b8ff5b') no-repeat bottom left;
}
.roundedcornr_bottom_700902 {
    background: url('/media/content/roundedcornr_700902_br.png?245db5b8ff5b') no-repeat bottom right;
}

.roundedcornr_top_700902 div, .roundedcornr_top_700902, 
.roundedcornr_bottom_700902 div, .roundedcornr_bottom_700902 {
    width: 100%;
    height: 10px;
    font-size: 1px;
}
.roundedcornr_content_700902 { 
    margin: 0 10px;
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
    font-variant: normal;
}

#orange_info_box {
    background: #fdc745;
    font-family: "Helvetica", georgia, "Times New Roman", Times, serif;

}

#orange_button_box {
    background: #fdc745;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: bold;
    font-size: 20px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}

.roundedcornr_top_463655 div {
    background: url('/media/content/roundedcornr_463655_tl.png?245db5b8ff5b') no-repeat top left;
}
.roundedcornr_top_463655 {
    background: url('/media/content/roundedcornr_463655_tr.png?245db5b8ff5b') no-repeat top right;
}
.roundedcornr_bottom_463655 div {
    background: url('/media/content/roundedcornr_463655_bl.png?245db5b8ff5b') no-repeat bottom left;
}
.roundedcornr_bottom_463655 {
    background: url('/media/content/roundedcornr_463655_br.png?245db5b8ff5b') no-repeat bottom right;
}

.roundedcornr_top_463655 div, .roundedcornr_top_463655, 
.roundedcornr_bottom_463655 div, .roundedcornr_bottom_463655 {
    width: 100%;
    height: 10px;
    font-size: 1px;
}
.roundedcornr_content_463655 { 
    margin: 0 10px;
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
    font-variant: normal;
}

.description {
    width: 480px;
    padding: 8px;
}

a.edit_icon { cursor: pointer; padding: 4px }
a.edit_icon:hover { background-color: #ECEFF5 }


.errorlist {
    color: #FF0000;
    font-weight: bold;    
    font-family:Helvetica, Helvetica, sans-serif;
    padding-left: 16px;
    margin: 8px;
    font-size: 90%;
}

#about_block { margin: 16px; padding: 16px }
#about_block .picture-column { width: 40%; float: left; padding: 16px; text-align: right }
#about_block .text-column { width: 50%; float: right; padding: 16px }

#help_block { margin: 0; padding: 8px }
#help_block .breadcumb { padding: 0 }
#help_block .menu-column { width: 30%; float: left; padding: 0}
#help_block .text-column { width: 60%; float: right; padding: 8px }

.clearfloating { clear: both }

a.username {
    font-family: Helvetica;    
    font-size: 16px;
}

#profile_left_column {
    margin: 8px;
    margin-right: 0;
    padding: 0;
    width: 55%;
    float: left;
    
}

#profile_right_column {
    margin: 8px;
    margin-left: 0;
    padding: 0;
    width: 40%;
    float: left;
}

table#profile_overview {
    
}

table#profile_overview td {
    padding-top: 5px;
}

table#profile_overview td.field {
    width: 120px;
}

table#profile_overview td.value {
    width: 400px;
}

#profile_overview_actions {
    margin-left: 32px;
}

span.editable-style
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Helvetica;
    color: #3B5998;
}

span.editable:hover, div.editable:hover {
    background: transparent url('/media/images/edit.gif?245db5b8ff5b') no-repeat center right;
    padding: 4px 20px 4px 0px;
    cursor: pointer;
    text-decoration: underline;
    
}

ul.actions_list {
    clear: both;
    list-style-type: none;
    padding-left: 0px;
}

ul.actions_list li {
    padding: 4px;
}

.components {
    margin-top: 25px;
}

.component {
    padding: 4px;
    width: 90px;
    height: 90px;
    float: left;
}

.component img {
    border-width: 0px;
    vertical-align: middle;
}

#ajax-loader {
    text-align: center;
}

.step_block {
    margin: 0px auto;
    padding: 0px;
    width: 200px;
    text-align: center;
}

#product_form {
    margin: 8px auto;
    width: 400px;
    font-size: 14px;
}

.form_buttons {
    width: 400px;
    margin: 24px auto;
    text-align: center;
}

.full_bar {
    background: #8091A2 url('/media/images/full_gradient.png?245db5b8ff5b') repeat-x top left;
    width: 200px;
    height: 20px;
}

.full_bar .progress {
    background: #8091A2 url('/media/images/progress_gradient.png?245db5b8ff5b') repeat-x top left;
    height: 20px;
}

.full_bar .step1 { width: 50px; }
.full_bar .step2 { width: 100px; }
.full_bar .step3 { width: 150px; }
.full_bar .complete { width: 200px; }

table#project_type tr {

}

table#project_type td.radio {
    width: 100px;
}

table#project_type td.info {
    padding: 8px 0;
    text-align: center;
}

.address {
    font-weight: bold;
    font-style: italic;
    color: #28757A;
}

.component_form {
    font-size: 11px;
    border: 2px solid #646769;
    padding: 4px;
    margin: 16px 0;
}

.buttons {
    text-align: center;
}

.success {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin: 4px;
    padding: 4px;
}

.notice {
    color: #FF0000;    
}

.payment_notice_block {
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    background-color: #5F2F2F;
    width: 400px;
    margin: 16px auto;
    padding: 16px;
    line-height: 1.5em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.payment_notice_block a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.payment_notice_block a:hover {
    font-weight: bold;
    text-decoration: underline;
}

table.upgrade_form th { width: 120px; text-align: left; padding: 3px 0; }

h1 {
    font-family:Helvetica, Helvetica, sans-serif;
    font-size: 175%;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 1.1;
    color:#333;
}

.form {
    margin:0;
    padding:0;
}

#container {
    width:760px;
    margin:auto;
    padding:10px;
}

#top {
    width:680px;
    height:50px;
}

.centerSide {
    clear: both;
    width: 540px;
    margin: 16px auto;
}

#leftSide {
    width:540px;
    padding-top:30px;
    float:left;
}

#rightSide {
    background-color:#fff;
    width:200px;
    padding:5px;
    margin-top:40px;
    float:right;
    border:1px solid #CCC;
    font:normal 12px Helvetica;
    color:#666666;
    line-height: 1.5em;
}

.clear {
    clear:both;
}


#agree_terms
{
    position: relative;
    font:normal 16px Helvetica;
    top: -3px;
}

/* Common dialogs */
#commonDialog, #confirmDialog {
    padding: 8px;
}

#commonDialog ul {
    list-style-type: none;
}

#commonDialog #commonDialog_icon, #confirmDialog #confirmDialog_icon {
    float: left;
    margin: 0px 16px;
}

#commonDialog #commonDialog_message, #confirmDialog #confirmDialog_message {
    margin: 16px 0px;
    text-align: center;
}

a.add_link, a.edit_link, a.delete_link {
    background-color: transparent;
    background-image: url('/media/images/project/add_language.png?245db5b8ff5b');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 6px 4px 4px 32px;    
    margin: 4px;
    font-family: Helvetica;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
}

a.delete_link {
    background-image: url('/media/images/delete_icon.gif?245db5b8ff5b');
    background-position: left center;
}

a.edit_link {
    background-image: url('/media/images/edit.gif?245db5b8ff5b');
}

a.add_link:hover, a.edit_link:hover, a.delete_link:hover {
    text-decoration: underline;
    background-color: transparent;
}

a.warning {
    background-color: #F6F6F3;
    background-image: url('/media/images/warning_icon.gif?245db5b8ff5b');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding: 4px 4px 4px 24px;
    text-decoration: none;
    margin: 4px;
    font-family: Helvetica;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.warning:hover {
    background-color: #CAF5C4;
}

.delete {
    background-image: url('/media/images/delete_icon.gif?245db5b8ff5b');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.add {
    background-image: url('/media/images/plus_icon.gif?245db5b8ff5b');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.string_box {
    background-color: #E6E6E6;
    padding: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* table for user translations in user public profile */
table.translations {
    width: 640px;
}

table.translations th {
    background-color: #E6E6E6;
    padding: 4px;
}

table.translations td {
    width: 320px;
    padding: 4px;
}

/* Global comment block */
#comments {
    padding:10px;
    width: 494px;
}

#comments .comment_row {    
}

#comments .comment_row .profile {
    width: 120px;
    float: left;
    margin-top: 8px;
    background-color:#CCCCCC;
    padding:4px 0px;
    text-align: center;
    line-height: 1.2em;
    min-height: 100px;
}

#comments .comment_row .comment {
    float: right;
    margin-top: 8px;
    padding: 4px;
    padding-left: 8px;
    min-height: 100px;
    width:360px;
    background-color: #E6E6E6;
    font-family: tahoma;
    font-size: 14px;
    line-height: 1.5em;
}

.message {
    background-color: #E6E6E6;
    color: #1D8C41;
    font-weight: bold;
    width: 400px;
    margin: 4px auto;
    padding: 4px;
    text-align: center;    
    font-size: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 1.2em;
}

table.users_list {
}

table.users_list th {
    font-size: 16px;
    padding: 8px 16px;
}

table.users_list td {
    text-align: center;
    padding: 8px 16px;
    font-size: 14px;
}

table.users_list tr.super_admin {
    background-color: #B3EBEF;
}

table.components_export td {
    padding: 4px 16px;
}

#transDiv {    
    margin: 8px;
}

/* Theme colors table */
.theme_color_block {    
    clear: both;
}

.theme_color_block .color_row {
    clear: both;
    padding: 4px;
}

.theme_color_block .color_field, .field {
    width: 150px;
    float: left;    
}

.theme_color_block .value {
    width: 250px;
    float: left;
}

.theme_color_block .color_input {
    width: 150px;
    float: left;    
}

.theme_color_block .color_input input {
    width: 100px;
}

.theme_color_block .color_box {
    width: 24px;
    height: 24px;
    float: left;
    border: 2px solid #AAAAAA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000000;
}

/* Used in dialog header or block header */
.header {
    font-size: 18px;
    margin: 8px 0;
    font-weight: bold;
    color: #444;
    line-height: 1.5em;    
}

#admin_control {
    padding: 8px;
}

#admin_control_content {
    line-height: 1.5em;
    font-size: 16px;
}

.signup_button {
    padding: 14px 16px;
    width: 187px;
    height: 18px;
    border: 0px;
    margin: 0 auto;
    color: #4A3521;
    text-align: center;
    vertical-align: middle;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    background : #ECEEEF url('/media/images/plan/button-back.png?245db5b8ff5b') repeat-y;
}

.success_msg {
    color: #537344;
    font-size: 18px;
    font-weight: bold;
}

.smallest {font-size: 10pt; }
.smaller { font-size: 11pt; }
.small { font-size: 12pt; }
.normal { font-size: 14pt; }
.large {font-size: 18pt; }
.bold { font-weight: bold; }
.blank_separator { height: 16px; width: 100%; }

#translator_wrapper {    
    padding: 0;
    margin: 0 auto;
    width: 960px;
}

#translator_wrapper #left {
    width: 700px;
    float: left;
}

#translator_wrapper #right {
    width: 240px;
    float: left;
    padding-left: 20px;
}

#translator_wrapper #right input {
    width: 220px;
}

#translator_wrapper #right #resultsBlock {
    width: 240px;
    min-height: 400px;
    padding: 8px;
    background-color: #EEEEEE;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 2ex;
    font-family: Helvetica;    
}

#translator_wrapper #right #resultsBlock #language_dir {
    float: right;
    padding: 4px;
    font-size: 9pt;
}

.search_field {
    -moz-border-radius : 5px;
     -webkit-border-radius: 5px;
    -webkit-box-shadow : 0 -1px 0 #9E9E9E, 0 1px 0 #CDCDCD;
    -moz-box-shadow: 0px -1px 0px #9e9e9e, 0px 1px 0px #cdcdcd;
    background: url('/media/images/search_icon.png?245db5b8ff5b') no-repeat scroll 3px 2px #FFFFFF;
    padding-left: 20px;
    color: #757575;
    border: 1px solid #CCC;
}

.search_field:hover, .search_field:focus {
    border: 1px solid #CCC;
}


.main_content {
    width: 960px;
    margin: 16px auto;
    font-family: Helvetica;
    
}

a img {
    border: 0;
}

#browser_support_warning {
    border: 2px solid #97D17B;
    font-family: Helvetica;
    background-color: #97D17B;
    color: #111;
    line-height: 1.5em;
    padding: 8px;
    margin: 8px auto;
    width: 680px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 11pt;
}

.close_icon {
    float: right;
    top: 8px;
    right: 8px;
}

.progress_error {
    color: #FF0000;
}

.progress_success {
    color: #133B0E;
}

.in_progress {
    color: #333;
}

.progress_queue {
    color: #913E1A;
}

/* Master picture dialog */
#pictureDialog .picture_row {
    margin: 8px 0px;
}

#pictureDialog #upload_block {
    margin-left: 8px;
    min-height: 300px;
}

#pMasterString {
    font-size: 14pt;
    font-weight: bold;
}

#pictureDialog .picture_row input[type=file] {
    width: 300px;
}

#pictureDialog .upload_progress {
    font-size: 12pt;
}

.pictures_block {
    margin: 8px 0;
    padding: 0;
    font-family: Helvetica;
    margin-left: 16px;
}

.pictures_block .row {
    clear: both;
    margin: 16px 0;
}

.pictures_block .row .left {
    padding: 0;
    width: 200px;
    float: left;
}

.pictures_block .row .right {
    float: left;
    padding-left: 16px;
    line-height: 1.5em;   
}

.pictures_block .row .right .picture_progress {
    margin-left: 12px;
}

.pictures_block .row .left img {
    width: 200px;    
}

.ui-widget-content a {
    color: #3B5998;
}

#relatedStrings {
    margin-left: 80px;
    line-height: 1.5em;
}

#relatedStrings .item {
    font-family: Helvetica;
    font-size: 13pt;
}

#translationsList {
    list-style-type: none;
    padding: 8px;
    font-family: Helvetica;
}

#translationsList li {
    padding: 4px;
}

#prodHeaderBlock {
    width: 100%;
}

#prodHeaderBlock #logo {
    width: 150px;
    padding: 0;
}

#prodHeaderBlock #logo img {
    width: 150px;
    float: left;
}

#prodHeaderBlock #text {
    float: left;   
    padding-left: 20px;
}

.table_note {
    text-align: center;
    font-style: italic;    
}

#relatedTranslationsBlock {
    font-family: Helvetica;
}

#otherTranslationsTable {
    font-family: Helvetica;
}

#plan-banner {
    width: 960px;
    margin: 8px auto;
}

#plan-banner #title {
    color: #404041;
    font-weight: bold;
    font-size: 26pt;
    font-family: tahoma;
    margin-top: 40px;
    margin-bottom: 16px;
    margin-left: 8px;
}

#plan-banner #options {
}

#plan-banner #options #col1 {    
    float: left;
}

#plan-banner #options #col2 {    
    float: left;
    margin-left: -10px;
}

#plan-banner #options .box {
    background-image: url('/media/images/box.png?245db5b8ff5b');
    background-repeat: no-repeat;
    padding: 16px 32px 16px 16px;
    width: 390px;
    height: 214px;
    font-family: Verdana;
    line-height: 1.5em;
    font-size: 12px;
}

#plan-banner #options .box .title {
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #231F20;
}

#plan-banner #options .box .text {
    padding: 8px;      
}

#plans_selector {
    margin-top: 400px;
    width: 944px;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
}

#plans_selector #use_cases {
    margin: 16px 0;
}

/* New from style */
#form-container {
    width: 944px;
    padding: 8px;
    margin: 8px auto;
}

.form2 {
    font-family: Verdana;
    line-height: 1.5em;
}

.form2 ul {
    list-style-type: none;
    padding: 8px 0;
    margin: 0;
    font-size: 11pt;
}

.form2 label {
    font-size: 16pt;
    background-color: transparent;
    float: none;
    padding: 0;
    color: #231F20;
    margin-top: 0px;
    padding-top: 8px;
    width: 477px;
}

.form2 .link {
    font-size: 11pt;
    font-family: Helvetica;
    padding-left: 4px;
    padding-top: 3px;
    letter-spacing: 1px;
}

.form2 input[type="text"], .form2 input[type="password"],  .form2 input[type="email"] {
    width: 469px;
    height: 32px;
   
    font-size: 18pt;
    padding: 4px;

    padding: 5px;   
    border: 1px solid #DDDDDD;
    
    background: rgba(255,255,255,0.9);
}

.form2 textarea {
    width: 460px;
    height: 96px;
    
    background: rgba(255,255,255,0.9);

}

.form2 select {
    width: 469px;
    font-size: 18pt;
    padding: 4px;
}

.form2 input[type="checkbox"] {
    background: #EEE url('/media/images/plan/checkbox-back.png?245db5b8ff5b') no-repeat;
}

.form2 input#create_project {
    width: 264px;
    height: 48px;
    border: 1px solid #7F5120;
    font-size: 14pt;
    background: #FAA944 url('/media/images/button_create_gradient.png?245db5b8ff5b') repeat-y;
}

#header_expire_blk {
    float: right;
    margin-top: 0px;
    font-size: 10pt;
    font-family: verdana;
}

.center_text_block {
    width: 960px;
    margin: 8px auto;
    line-height: 2em;
    font-family: "Verdana", "Helvetica", "Helvetica";
    color: #404041;
}

.center_text_block .normal {
    font-size: 11pt;

}

.center_text_block .small {
    font-size: 10pt;
}

.center_text_block .headline {
    font-size: 22pt;
    
}

#upgrade_block {
    font-family: "Helvetica";
    width: 240px;
    margin: 8px auto;
    line-height: 2em;
}

#upgrade_block select {
    width: 226px;
    border: 2px solid #E9E8E8;
    background-color: #F8F7F7;
    background: #F8F7F7 url('/media/images/bg_select.png?245db5b8ff5b') no-repeat;
    height: 40px;
    text-align: left;
    font-size: 12pt;    
}

#upgrade_block input[type=button],#upgrade_block input[type=submit] {
    width: 226px;
    height: 48px;
    border: 1px solid #7F5120;
    font-size: 13pt;
    background: #FAA944 url('/media/images/button_create_gradient.png?245db5b8ff5b') repeat-y;
    margin: 8px 0;
}

#upgrade_block hr {
    color: #D1D2D4;
    background-color: #D1D2D4;
    height: 2px;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

#upgrade_block table#price {
    width: 100%;
    padding: 0;
    margin: 0;
}

#upgrade_block table#price {
    padding: 0;
    margin: 0;
    font-family: Verdana;
}

#upgrade_block table#price td.sep {
    padding: 0;
}

#upgrade_block table#price td.field {
    font-weight: bold;
}

#upgrade_block table#price td.bottom_line {
    font-weight: bold;
    font-size: 16pt;
}

#upgrade_block .grey {
    color: #939598;
    font-size: 8pt;
    line-height: 1.5em;
    font-weight: bold;
}

#featured-projects {
    position: relative;
    background-image: url('/media/images/back-gradient.png?245db5b8ff5b');
    background-repeat: repeat-y;
    z-index: -100;
    width: 100%;
    top: -75px;
}

#featured-projects
{
    color: #A8A8A8;
    font-weight: normal;
    font-size: 20pt;
    font-family: Helvetica;
    margin: 8px 0;
}


.feature-project {
    background-image: url('/media/images/featured-box.png?245db5b8ff5b');
    background-repeat: no-repeat;
    padding: 37px;
    float: left;
    width: 100px;
    height: 100px;
}

.feature-project img {
    position: relative;
    top: -13px;
    width: 100px;
    height: 100px;
}

.feature-project p {
    position: relative;
    text-align: center;
    color: #A8A8A8;
    font-weight: normal;
    font-size: 10pt;
    font-family: Helvetica;
    top: -23px;
    max-width: 95px;
}

.profile-page-link
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Helvetica;
    margin-bottom: 20px;
}

.my-project {
    padding-top: 15px;
    height: 100px;
    border-radius: 3px;
    float: left;
}

.my-project img {
    position: relative;
    top: -13px;
    width: 100px;
    height: 100px;
}

.product-header {
    position: relative;
    top: -20px;
}

.my-project p {
    position: relative;
    left: -90px;
    color: #000;

    font-size: 17pt;
    font-family: HelveticaNeue, Helvetica, arial;
}

.my-project .rounded_corners {
    position: absolute;
    left: -100px;
    width: 100px;
    height: 100px;
}

.my-project .updates {
    font-size: 17px;
    width: 100px;
    height: 40px;
    color: #fff;
    text-align: center;
    padding-top: 26px;
    position: relative;
    top: -160px;
    left: -45px;
    z-index: 1000;
    background-image: url('//dxuu1kmv6dm3n.cloudfront.net/workspace/updates2.png');
}

.project-info {
    padding: 15px;
}

.project-side {
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid #ececec;
    margin: 0px;
    padding: 15px;
}

.product-title {
    position: relative;
    font-size: 22px;
    left: 10px;
    margin-top: 15px;
}

.product-title a {
    color: #000;
}
.product-title a:hover{
    color: #888;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 2px solid #0088e7;
}

.product-desc {
    position: relative;
    font-size: 12px;
    left: 10px;
    width: 90%;
}
.project-progress {
    padding-top: 5px;
}

.project-box {
    background-color: rgba(255,255,255,1);
    margin-bottom: 15px;
    border: 1px solid #EEE;
}

#your-profile
{
    /*
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    margin-right: 15px;
    font-weight: normal;
    font-size: 11pt;
    font-family: Helvetica;
    color: #404040;
    border-radius: 10px; 
	box-shadow: 0px 0px 10px #CCC;
    */
}

#your-profile h1
{
    color: #000;
    font-weight: normal;
    font-size: 15pt;
    font-family: Helvetica;
    letter-spacing: 1px;
}

#your-profile h2
{
    color: #000;
    font-weight: normal;
    font-size: 12pt;
    font-family: Helvetica;
    letter-spacing: 1px;
}

#maintext {
	position: relative;
	top: -65px;
	background-image: url('/media/images/text-box-horiz-middle.png?245db5b8ff5b');
    background-repeat: repeat-x;
    width: 100%;
   	height: 320px;
}

#maintext #top {
    background-image: url('/media/images/text-box-top.png?245db5b8ff5b');
    background-repeat: no-repeat;
    width: 100%;
}

#maintext #left {
    background-image: url('/media/images/text-box-horiz-left.png?245db5b8ff5b');
    background-repeat: no-repeat;
    float:left;
    width: 57px;
    height: 326px;
}

#maintext #right {
    background-image: url('/media/images/text-box-horiz-right.png?245db5b8ff5b');
    background-repeat: no-repeat;
    float:right;
    width: 57px;
    height: 294px;
}


#maintext #center {
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	padding-left: 60px; 
	padding-right: 60px;
	
	position: relative;
  
    height: 296px;
    padding-top: 22px;
}

#maintext #center #platforms {
	margin-top: -25px;
}

#maintext #center #platforms img {
	max-width: 95%;
}

#maintext .title {
    color: #767676;
    font-size: 18pt;
    font-family: Helvetica;
    margin: 16px 0;
}

#maintext .text {
    color: #888888;
    font-size: 12pt;
    font-family: "Open Sans";
    line-height: 1.5em;
    margin: 16px 0;
    width: 80%;
}

#signup-button {
    margin-left: -13px;
    
}

#signup-area {
	margin-bottom: 5px;
	margin-left: -5px;
	margin-top: 5px;
}
#signup-banner {    
    background-image: url('//dxuu1kmv6dm3n.cloudfront.net/frontpage/blue-button.png');
    background-repeat: no-repeat;
    width: 272px;
    height: 75px;
	display:table-cell; vertical-align:middle;
}


#signup-banner .line1 {
	font-family: Helvetica,Helvetica,sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}

#signup-banner .line2 {
	font-family: Helvetica,Helvetica,sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    padding-top: 5px;
  
}

#tour-banner {
    float: left;
    background-image: url('/media/images/learn-more.png?245db5b8ff5b');
    background-repeat: no-repeat;
    width: 225px;
    height: 146px;
    font-family: Helvetica;
    color: #FFFFFF;
    font-size: 14px;
    padding: 40px 12px 32px 12px;
    text-align: center;
}

#tour-banner  .big {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;    
}

#signup-box {
    width: 575px;
    float: left;
    background-color: transparent;
}

#signup-box #top-left {
    background: transparent url('/media/images/plan/box-upper-left-corner.png?245db5b8ff5b') no-repeat;
    float: left;
    width: 46px;
    height: 44px;
}

#signup-box #top-side {
    background: transparent url('/media/images/plan/box-top-side.png?245db5b8ff5b') repeat-x;
    float: left;
    width: 483px;
    height: 44px;
}

#signup-box #top-right {
    background: transparent url('/media/images/plan/box-upper-right-corner.png?245db5b8ff5b') no-repeat;
    float: left;
    width: 46px;
    height: 44px;
}

#signup-box #bottom-left {
    background: transparent url('/media/images/plan/box-bottom-left-corner.png?245db5b8ff5b') no-repeat;
    float: left;
    width: 46px;
    height: 44px;
}

#signup-box #bottom-right {
    background: transparent url('/media/images/plan/box-bottom-right-corner.png?245db5b8ff5b') no-repeat;
    float: right;
    width: 46px;
    height: 44px;
}

#signup-box #bottom-side {
    background: transparent url('/media/images/plan/box-bottom-side.png?245db5b8ff5b') repeat-x;
    float: left;
    width: 483px;
    height: 44px;
}

#signup-box #main-content {
    float: left;
    width: 100%;
}

#signup-box #main-content #left-side {
    background: transparent url('/media/images/plan/box-left-side.png?245db5b8ff5b') repeat-y;
    float: left;
    width: 46px;
    height: 1000px;
}

#signup-box #main-content #right-side {
    background: transparent url('/media/images/plan/box-right-side.png?245db5b8ff5b') repeat-y;
    float: right;
    width: 46px;
    height: 1000px;
}

#signup-box #main-content #center-block {
    float: left;
    width: 483px;
    background-color: #E7E8EA;
    height: 1000px;
}

#project-form {
    position: relative;
    margin-left: 0px;
    margin-top: -24px;
}

.plus_block2 {
    width: 512px;
}

.plus_block2 .top {
    background: transparent url('/media/images/plan/plus-back-top2.png?245db5b8ff5b') no-repeat;
    width: 512px;
    height: 31px;
}

.plus_block2 .middle {    
    clear: both;
    padding: 0 17px 6px 18px;
    font-family: Helvetica;
    font-size: 13px;
    background: transparent url('/media/images/plan/plus-back-middle2.png?245db5b8ff5b') repeat-y;
}

.plus_block2 .bottom {
    background: transparent url('/media/images/plan/plus-back-bottom2.png?245db5b8ff5b') no-repeat;
    width: 512px;
    height: 32px;
}

.plus_block {
    width: 507px;
    margin: 8px 0;
}

.plus_block .top {
    background: transparent url('/media/images/plan/plus-back-top.png?245db5b8ff5b') no-repeat;
    width: 507px;
    height: 32px;
}

.plus_block .middle {
    background: transparent url('/media/images/plan/plus-back-middle.png?245db5b8ff5b') repeat-y;
    height: 260px;
    padding: 0 0 0 12px;
    font-family: Helvetica;
    font-size: 13px;
}

.plus_block .middle .right {
    float: right;
    margin-right: 40px;
}

.plus_block .middle .price {
    font-size: 15px;
    color: #000;
}

.plus_block .middle .qmark {
    vertical-align: top;
    padding: 4px;
}

.plus_block .middle ul {
    list-style-type: none;
    padding-left: 0;
}

.plus_block .middle ul li {
    font-size: 11px;
    margin-top: 12px;
    line-height: 1.5em;
    padding: 0 40px 0 0;
    list-style-type: none;

}

.plus_block .middle ul li .feature {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #000;
}

.plus_block .middle ul li .feature_details {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    color: #000;
    font-size: 12px;
}

.plus_block .bottom {
    background: transparent url('/media/images/plan/plus-back-bottom.png?245db5b8ff5b') no-repeat;
    width: 507px;
    height: 32px;
}

.bubble {
    background: transparent url('/media/images/plan/bubble.png?245db5b8ff5b') no-repeat;
    width: 180px;
    height: 140px;
    position: absolute;
    top: 100px;
    left: 100px;
    color: #A8ACAF;
    font-size: 18px;
    font-family: Helvetica;
    padding: 48px 16px 16px 48px;
    line-height: 1.5em;
}


.gl-frame {
    float: left;
    background-color: transparent;
    clear: both;
}

.gl-frame #top-left {
    background: transparent url('/media/images/plan/box-upper-left-corner.png?245db5b8ff5b') no-repeat;
    float: left;
    width: 46px;
    height: 44px;
}

.gl-frame #top-side {
    background: transparent url('/media/images/plan/box-top-side.png?245db5b8ff5b') repeat-x;
    float: left;
    width: 512px;
    height: 44px;
}

.gl-frame #top-right {
    background: transparent url('/media/images/plan/box-upper-right-corner.png?245db5b8ff5b') no-repeat;
    float: left;
    width: 46px;
    height: 44px;
}

.gl-frame #bottom-left {
    background: transparent url('/media/images/plan/box-bottom-left-corner.png?245db5b8ff5b') no-repeat;
    position: relative;
    
    float: left;
    width: 46px;
    height: 44px;
}

.gl-frame #bottom-right {
    background: transparent url('/media/images/plan/box-bottom-right-corner.png?245db5b8ff5b') no-repeat;
    float: left;
    width: 46px;
    height: 44px;
    position: relative;
    
}

.gl-frame #bottom-side {
    background: transparent url('/media/images/plan/box-bottom-side.png?245db5b8ff5b') repeat-x;
    float: left;
    width: 512px;
    height: 44px;
    position: relative;
}

.gl-frame #main-content {
    position: relative;
    width: 100%;
    clear: both;
}

.gl-frame #main-content #left-side {
    background: transparent url('/media/images/plan/box-left-side.png?245db5b8ff5b') repeat-y;
    top: 0;
    left: 0;
    position: absolute;
    width: 46px;
    height: 100%;
}

.gl-frame #main-content #right-side {
    background: transparent url('/media/images/plan/box-right-side.png?245db5b8ff5b') repeat-y;
    top: 0;
    right: 0;
    position: absolute;
    width: 46px;
    height: 100%;
}

.gl-frame #main-content #center-block {
    margin-left: 46px;
    width: 512px;
    background-color: #E7E8EA;
    padding: 16px 0;
}

.copyright {
    font-size: 12px;
    font-family: Helvetica;
    display: block;
}

#back-background {
    background: transparent url('/media/images/plan/gradient-background.png?245db5b8ff5b') repeat-x;
    position: absolute;
    height: 1212px;
    top: 414px;
    display: block;
    clear: both;
    left: 0px;
    right: 0px;
}

#green-back {
    color: #8CC63F;
    position: absolute;
    height: 1212px;
    top: 414px;
    display: block;
    clear: both;
    left: 0px;
    right: 0px;
}


.helptext {
    width: 240px;
    border: 2px solid #CDCCCC;
    background-color: #D5D5D5;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    line-height: 1.5em;
    font-family: Helvetica;
    font-size: 12px;
}

.plan_button {
    background-image: url('/media/images/button_create_gradient.png?245db5b8ff5b');
    background-repeat: repeat-y;
    width: 200px;
    height: 35px;
    text-align: center;
    border: 1px solid #111;
    padding: 8px;
    vertical-align: middle;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
}


.gl_big_button {
    background: transparent url('/media/images/plan/button-back.png?245db5b8ff5b') repeat-x;
    text-align: center;
    padding: 14px 0;
    width: 219px;
    height: 20px;
    cursor: pointer;
    color: #111;
    text-decoration: none;
    font-size: 16px;
}

.gl_big_button:hover {
    text-decoration: none;
}

.bounty .field {
    margin-bottom: 24px;
    width: 200px;
}

.bounty .field .title {
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.bounty .field .value {
    margin-top: 24px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}

.bounty .field .price {
    color: #0781A3;
    font-size: 24px;
}

.bounty .field .deadline {
    font-weight: normal;
    color: #0781A3;
    font-size: 20px;
}

.bounty .selected_languages {
    margin: 8px;
    background-color: #CCC;
    padding: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 300px;
    overflow: auto;
}

.bountylanguage {
    list-style-type: none;
    width: 320px;
    height: 240px;
    overflow: auto;
    padding: 0;
    margin-top: 0px;
}

.bountylanguage li {
    font-size: 14px;
    padding: 4px 0;
}

#bounty_nb_language {
    font-weight: bold;
}

.entry {
    width: 520px;
    margin-top: 16px;
    clear: both;
}

.entry .choice {
    width: 40px;
    float: left;
    
}

.entry .text {
    float: left;
    width: 480px;
}

.entry .text .title {
    font-weight: bold;
}

.entry .clearfx {
    clear: both;
}

#item_checkout {
    margin-left: 18px;
    width: 167px;
    float: left;
    height: 43px;
    padding: 2px 0;
}

#item_checkout img {
    margin-top: 0px;
}

.tourpage {
    font-size: 14px;
    width: 700px;
}

.tourBanner {    
    padding-top: 44px;
    text-align: center;
}

.tourpage .header {
    background-color: #F3F3F4;
    width: 560px;
    padding: 8px;
    text-align: center;
    margin: 22px auto;
    font-size: 13px;
    font-weight: bold;
}

.tourpage .innerblock {
    width: 560px;
    margin: 8px auto;
}

.tourpage .title {
    font-weight: bold;
    font-size: 22px;
    
}

.tourpage .features {
    width: 560px;
    margin: 4px auto;
}

.tourpage .features td {
    padding-bottom: 12px;
}

.tourpage .features td.info {
    padding-top: 4px;
    vertical-align: top;
}
.tourpage .features td.screenshot img {
    width: 223px;
}


.tourpage .features td.number {
    font-size: 32px;
    font-weight: bold;
    width: 40px;
    padding: 0 8px;
}

#myCanvas {    
    position: absolute;
    top: 24px;
    right: -515px;
}

.gl_popup {
    background-color: transparent;
    position: fixed;
}

.gl_popup #top-popup {
    position: absolute;
    left: 20px;
}

.gl_popup #main-pad {
    position: absolute;
    top: 19px;
    width: 210px;
    min-height: 100px;
    padding: 10px;
    background-color: #E7E7E8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#topTranslatorBox {    
    
}

#topTranslatorBox #topTranslatorContent {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 8px;
}


.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}


#project-count
{
	
}

#project-count .magic
{
	color: #333;
	display: block;
	max-width: 1100px;
    font-weight: normal;
    font-size: 20pt;
    font-family: "Open Sans", Helvetica;
    margin: 0 auto;
    margin-top: 25px;
    text-shadow: 1px 1px #FFF;
}

#features {
   position: relative;
   top: -75px;
   
}

#features #pitch
{
	font-family: 'Open Sans', Helvetica;
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	padding-left: 60px; 
	padding-right: 60px;
	position: relative;
    padding-top: 22px; 
    color: #333;
}

#features #pitch h1
{
	font-family: 'Open Sans', Helvetica;
	color: #888;
	font-size: 20px;
}

.signup-arrow {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	background: url('//dxuu1kmv6dm3n.cloudfront.net/frontpage/yellow-arrow2.gif');
	max-width: 1100px;
	height: 58px;
}

.signup-arrow p {
	padding-left: 12px;
	padding-top: 12px;
	font-size: 20px;
	font-family: 'Open Sans', Helvetica;
	color: #000;
	letter-spacing: 1.2px;
}

.signup-arrow p a {
	color: #000;
	text-decoration: underline;
} 

.signup-arrow p a:visited {
	color: #000;
} 

.signup-arrow p a:hover {
	color: #fff;
	background: #000;
} 

#project-count hr {
    color: #D1D2D4;
    background-color: #D1D2D4;
    height: 2px;
    border: 0;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.profile-nav-box {
    width: 100%;
    background-color: rgba(255,255,255,0.4);
    min-height: 75px;
    padding: 25px;
}

#profile-title span {
    font-size: 24px;
    margin-left: 5px;
}


ul {
    margin: 0px;
    padding: 0px;
}

#profile-nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#profile-nav li {
    display: table-cell;
    font-family: HelveticaNeue, Helvetica, arial, sans-serif;
    text-transform:uppercase;
    color: #333;
    line-height: 1.75;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#profile-nav li .selected {
    border-bottom: 2px solid #0088e7;
    padding-bottom: 3px;
    color: #0088e7;
}

#profile-nav li a {
    color: #000;
}

#profile-nav li a:hover{
    color: #888;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 2px solid #0088e7;
}

#profile-nav li:after {
    content: " ";
    padding-right: 5px;
    padding-left: 5px;
}

#profile-nav li:last-child:after {
  content: "";
}

/* default progress bar */
.ui-progressbar {
    background: transparent url('/media/images/progress_bar_background2.png?245db5b8ff5b') no-repeat;
    height: 15px !important;
    width: 173px;
    border-width: 0;
    padding: 2px 1px;
}

.ui-progressbar .ui-progressbar-value {
    background: transparent url('/media/images/progress_bar_value.jpg?245db5b8ff5b') repeat-x;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    top: 1px;
    left: 1px;
    position: relative;
    height: 12px;
    border-width: 0;
}

#latest_activity {
    font-family: HelveticaNeue, Helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.lang-select {
    width: 200px;
}

.small_button {
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 8px;
    cursor: pointer;
    color: #666;
    font-family: Helvetica;
    font-size: 12px;
    background-color: #EEE;
    background-image: -moz-linear-gradient(top, white, #EEE);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #EEE))
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee')
    float: right;
}

.small_button:hover {
    text-decoration:none;
    background-color: #CCC;
    background-image: -moz-linear-gradient(top, white, #E4E4E4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E4E4E4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#E4E4E4')
}
.small_button #icon {
    padding-right: 5px;
    color: #000;
    font-size: 14px;
}
.small_button:visited {
    color: #666;
}

.start-new-project-panel {
    position: relative;
    top: -28px;
    float: right;
}

.loader {
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}


.unsubscribe {
    background-image: url('//dxuu1kmv6dm3n.cloudfront.net/media/unsub.png');
    width: 30px;
    height: 30px;
    margin-right: 6px;
}


.unsubscribe:hover {
    background-image: url('//dxuu1kmv6dm3n.cloudfront.net/media/unsub-hover.png');
    width: 30px;
    height: 30px;
}


.delete_form_table tr th label {
    text-align: left;
    font-size: 14px;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    vertical-align: left;
    display: block;
}

.delete_form_table .captcha {
    position: relative;
    top: 9px;
}

.steps {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #adadad;
}

.step {
    
}

.wday {
    font-size: 12px;
}

.month {
    font-size: 12px;
}

.avatar {
    float: left;
    position: relative;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.new_project_menu {
    position: absolute;
    display: none;
    width: 550px;
    z-index: 10000;
    background-color: #eee;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}

#header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;

}

.navbar {
    top: 50px !important;

}



.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

#userStats { display: block; width: auto; background-color: #f9f9f9; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 12px; }
#userStats .pic {  display: block; padding: 15px; }

#userStats .data { }
#userStats .data .sep { clear: both; margin-top: 40px; margin-left: 25px; width: 320px; height: 1px; margin-bottom: 0; }
#userStats .data ul.numbers { list-style: none; width: 320px; padding-top: 7px; margin-top: 0;  }
#userStats .data ul.numbers li { width: 95px; font-size: 0.6em; float: left; display: block; padding-left: 8px; height: 50px; border-right: 1px dotted #bbb; text-transform: uppercase; }
#userStats .data ul.numbers li strong { color: #434343; display: block; font-size: 3.4em; line-height: 1.1em; font-weight: bold; }



/*
Document   : product
Created on : 16.4.2010, 11:15:03
Author     : PhongDon
Description:
    Purpose of the stylesheet follows.
    */

html { height:100%;} body { min-height:100%;}
body { background: #f5f7f9; margin-top: 100px; box-sizing: border-box; }

.table {
  table-layout:fixed;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#dashboard {
    font-family: Helvetica;
    width: 100%;
    margin: 0 auto;
}

#dashboard .sidebar {
    background-color: #383738;
    height: 32px;
}

#dashboard #main_content {
    padding: 24px;
    width: 960px;
    margin: 0 auto;
    font-family: Helvetica;
}
#dashboard #main_content input {
    font-family: Helvetica;
}

/* product dashboard CSS */
.dashboard-table-wrapper {
    /*background-color: #F3F3F4;*/
    padding: 0px 0;
    margin: 0;
    background: #FFF;
    overflow: hidden;
    left: 0px;
    right: 0px;
    position: inherit;
    display: block;
}

.bottom_actions {
    clear: both;
    margin: 4px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.dashboard-table {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 13px;
    border-spacing: 0;
    width: 100%;
}

.dashboard-table tr {
    padding: 4px;
    height: 32px;
}

.dashboard-table tr.odd {
    background-color: #fffffe;

}

.dashboard-table tr.odd td.cell1, .dashboard-table tr.odd th.cell1 {
    width: 235px;
    background: #f4f6f5;
}

.dashboard-table tr.odd td.cell2, .dashboard-table tr.odd th.cell2 {
    width: 192px;
    background: #f4f6f5;
}

.dashboard-table tr.odd td.cell3, .dashboard-table tr.odd th.cell3 {
    background: #f4f6f5;
}

.dashboard-table tr.odd td.cell4 {
    background-color: #f4f6f5;
}

.dashboard-table tr.even {
    background-color: #fffffe;
}

.dashboard-table tr.even td.even_fullcell {
    background: #F7F7F7;
    border-right: none;
}

.dashboard-table tr.even td.cell1 {
    width: 235px;
    background: #F7F8F9;
}

.dashboard-table tr.even td.cell2 {
    width: 192px;
    background: #F7F8F9;
}

.dashboard-table tr.even td.cell3 {
    background: #F7F8F9;
}

.dashboard-table tr.even td.cell4 {
    background-color: #F7F8F9;
}

.dashboard-table td {
    padding: 4px 4px 4px 8px;
    font-size: 12pt;
    border-right: 2px solid #e7e9ea;
}

.dashboard-table th {
    text-align: left;
    padding: 4px 4px 4px 8px;
    font-size: 12pt;
    border-right: 2px solid #e7e9ea;
    background: #f4f6f5;
    #
}

.menu_block_wrapper {
    background: url('//dxuu1kmv6dm3n.cloudfront.net/workspace/tab-back-alpha.png') repeat-x;
    border-bottom:1px solid #E9E9E9;
}

/* Dashboard menu items */
.menu_block {
    width: 960px;
    margin: 0 auto;
    padding: 0px;
    clear: both;
    border: 0;
}

.menu_block .item {
    width: 150px;
    height: 32px;
    float: left;

    text-align: center;
    padding-top: 15px;
    font-family: Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 1px;
    color: #5b5f58;
}

.menu_block a.item:hover {
    background-color: #EAEAEA;
    text-decoration: None;
}

.menu_block .selected {
    background-color: #EAEAEA;
}

#main_content_block {
    margin: 16px 32px;
    width: 680px;
    padding: 0;
}

.items {

}

.items .item {
    clear: both;
}

.items .item .field {
    width: 120px;
    padding: 8px;
    height: 24px;
    float: left;
    font-size: 16px;
    vertical-align: middle;
}

.items .item .value {
    float: left;
    padding: 4px;
    height: 24px;
}

.items .item .value select {
    width: 120px;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #A3CE49;
}

#product_info_wrapper {
   margin-bottom: 40px;
}

.note {
    background: #f8edce;
    border: 1px solid #bab19a;
    margin-left: 10px;
    width: 917px !important;
    padding: 10px 10px 10px 15px;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: Helvetica;
}

#product_info {
    width: 100%;
    margin: 0 auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #333;
}

#product_info #logo {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    float: left;
}

#product_info #logo img {
    width: 80px;
}

#product_info #info {
    padding-left: 24px;
    padding-top: 12px;
    width: 50%;
    float: left;
    line-height: 1.5em;
}

#product_info #info #name {
    font-size: 21pt;
}

#product_info #info #description {
    margin-top: 12px;
    width: 770px;
}

#product_info #info #by_company {
    font-size: 10pt;
}

#product_info #info #site {
    font-size: 9pt;
    font-weight: normal;
}
/* default progress bar */
.ui-progressbar {
    background: transparent url('/media/images/progress_bar_background2.png?245db5b8ff5b') no-repeat;
    height: 15px;
    width: 173px;
    border-width: 0;
    padding: 2px 1px;
}

.ui-progressbar .ui-progressbar-value {
    background: transparent url('/media/images/progress_bar_value.jpg?245db5b8ff5b') repeat-x;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 11px;
    border-width: 0;
}

#import_language_link {
    float: left;
    width: 290px;
    margin-right: 12px;
    padding: 8px;
    background-color: #e6e7e8;
    color: #231f20;
    font-family: Helvetica;
    line-height: 1.5em;
    font-size: 14pt;
}

#import_language_link:hover, #export_language_link:hover {
    cursor: pointer;
    background-color: #D9DBDC;
}

#export_language_link {
    float: left;
    width: 568px;
    padding: 8px;
    background-color: #e6e7e8;
    color: #231f20;
    font-family: Helvetica;
    line-height: 1.5em;
    font-size: 14pt;
}

#productSettings {
    line-height: 1.5em;
}

#productSettings input {
    width: 300px;
}

#productSettings select {
    width: 150px;
}

#newStringDialog {
    font-size: 14px;
}

#newStringDialog input {
    width: 540px;
    line-height: 1.5em;
}

#newStringForm {
    line-height: 2em;
    font-size: 12pt;
}

#newTermDialog {
  font-size: 11pt;
  line-height: 2em;
}

#newTermDialog input {
width: 400px;
}

.big-button {
    background-color: #EEE;
    padding: 6px 32px;
    text-align: center;
    border: 1px solid #999;
}

.big-button:hover {
    background-color: #DDD;
    text-decoration: none;
}

.table-top-header {
    text-align: center;
    font-size: 14pt;
    padding: 8px;
}

.table-top-header select {
    width: 150px;
    font-size: 13pt;
}

#inpage_notice {
    width: 600px;
    margin: 12px auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 2px solid #CCC;
    padding: 8px;
}

.activity_block li {
    margin-top: 8px;
    list-style-type: none;
}

.activity_block li .avatar {
    float: left;
    width: 40px;
    margin-right: 12px;
}

.activity_block li .items_placeholder {
    margin-left: 80px;
}

.activity_sub_block {
    margin-top: 8px;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

.activity_sub_block li {
    margin-top: 8px;
}

#stats_wrapper {
    width: 912px;
    margin: 0;
    border-radius: 10px;

}

.stats_block_wide {
    /*background: #D4D3DB url('/media/images/stats_gradient3.png?245db5b8ff5b') repeat-y;*/
    background-color: #FFFFFF;
    padding: 10px;
    width: 912px;

    margin-right: 40px;
    margin-bottom: 20px;

    border: 1px solid #EEE;
    border-bottom: 2px solid #e2e2e2;
}

.stats_block_wide .title {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #333;
}

.stats_block {
    /*background: #D4D3DB url('/media/images/stats_gradient3.png?245db5b8ff5b') repeat-y;*/
    background-color: #FFFFFF;
    padding: 8px;
    width: 398px;

    float: left;
    margin-right: 40px;
    margin-bottom: 20px;

    border: 1px solid #EEE;
    border-bottom: 2px solid #e2e2e2;
}

.stats_block .title {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #333;
}

.stats_block select {
    width: 120px;
    font-size: 11pt;
}

.stats_block .pad {
    padding: 16px;
    font-size: 11pt;
    line-height: 2em;
}

#project_facts_table {

}

#project_facts_table td.field {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}

.feed_date {
    font-family: Tahoma;
    font-size: 9pt;
}

.upgrade_box {
    width: 540px;
    margin: 0px auto;
    padding: 16px;
    border: 2px solid #90D455;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: center;
}

.upgrade_box #upgrade_placeholder {
    margin-top: 18px;
}

.upgrade_box #priceSpan {
  font-size: 18pt;
  font-weight: bold;
}

.notice {
    color: #FF0000;
}

.info {
    color: #0AA305;
}

.language-code {
    color: #888;
    font-size: 10px;
}

table#settings {
    font-size: 12pt;
}

table#settings tr {
    padding: 0;
}

table#settings tr td.field {
    width: 150px;
    height: 32px;
    padding-top: 14px;
}

table#settings tr td.value {
    width: 100%;
    border-right: none;
}

table#settings tr td.grey {
    font-size: 10pt;
    color: #555;
}

table#settings #projUrl {
    font-weight: bold;
}

input.webIdInput {
    font-size: 12pt;
    height: 20px;
    padding-left: 5px;
}

input[type="button"].gl2 {
    width: 150px;
    height: 35px;
    border: 1px solid #7F5120;
    background: #FAA944 url('/media/images/button_create_gradient.png?245db5b8ff5b') repeat-y;
    font-size: 12pt;
    padding-left: 5px;
}

.digest_translations {
    margin-top: 8px;
    margin-left: 16px;
    line-height: 1.5em;
}

.digest_translations td.first {
    line-height: 1.5em;
    width: 350px;
}

.textinput {
    font-size: 11pt;
    line-height: 1.5em;
}

.header_description {
    width: 480px;
    margin: 4px 0 8px 0;
    line-height: 1.5em;
}

.slides {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.slides #slideContainer {
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
}

.slides #slideContainer .slide {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}

.darkgrey {
    color: #808080;
}

.darkbox {
    border: 1px solid #EEE;
    border-bottom: 2px solid #e2e2e2;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background-color: #fff;
}

.commentsTable {

}

.commentsTable td.picture {
    vertical-align: top;
    padding-top: 2px;
}

.commentsTable td.picture img {
    width: 40px;
}

.commentsTable td.comment {
    width: 400px;
    padding-left: 12px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5em;
    font-size: 11pt;
    padding-bottom: 20px;
}

.commentsTable td.comment #info {
    font-size: 11pt;
    margin-bottom: 0px;
}

.commentsTable td.comment .datetime {
    font-size: 9pt;
}

.comment_post {
    margin: 8px 0;
}

.comment_post input[type=text] {
    width: 378px;
    border-radius: 15px;
    margin-right: 5px;
}

.qa_description {
    width: 600px;
    height: 160px;
}

.qa_comment {
    width: 600px;
    height: 80px;
}

.qa_buttons {
    margin-top: 16px;
    width:600px;
    margin-right: 16px;
    text-align: right;
}

.success {
    color: #8fc23f;
    font-weight: bold;
    font-size: 16px;
}

#chart_div {
    margin-bottom: 16px;
    height: 350px;
}

#keyHolder {
    font-weight: bold;
    padding: 8px 0;
}

#githubDialog_content {
    font-size: 14px;
    line-height: 1.5em;
}

#githubDialog_fileContent {
    padding: 0;
    margin: 0;
    width: 680px;
    position: absolute;
    left: 0;
    top: 0;
}

#githubDialog_content .githubDialog_fileSlide {
    width: 680px;
    float: left;
}

/* the view port for github dialog content, used to slide left or right */
#githubDialog_fileView {
    width: 680px;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 100px;
}

.intro
{
    font-family: Helvetica;
    font-size: 13px;
    background-color: #eee;
    padding: 5px 5px 5px 5px;
    border-top-style:solid;
    border-bottom-style:solid;
    border-width: 1px;
    border-color: #ccc;
    text-align: center;
}

.intro a
{
    font-family: Helvetica;
    font-size: 22px;
}

.intro_video
{
    font-family: Helvetica;
    font-size: 13px;

    padding: 5px 5px 5px 5px;

    border-bottom-style:solid;
    border-width: 1px;
    border-color: #ccc;
    text-align: center;
}

.intro_video h2
{
    font-family: Helvetica;
    font-size: 18px;
}

.intro_tips
{
    font-family: Helvetica;
    font-size: 13px;
    background-color: #F5F5F5;
    padding: 5px 5px 25px 25px;
    border-bottom-style:solid;
    border-width: 1px;
    border-color: #ccc;
}

.intro_tips h2
{
    font-family: Helvetica;
    font-size: 18px;
}

.intro_tips ul {
    list-style: none;
}

.changeAlerts {
    line-height: 1.5em;
    font-size: 11px;
    width: 100%;
}

.changeAlerts tr
{
    background: #FFF url('/media/images/bg-panel-header.gif?245db5b8ff5b') left bottom repeat-x;
    height: 60px;
}

.changeAlerts tr.header {
    height: 42px;
    font-size: 14px;
    font-weight: bold;
}

.changeAlerts td, th
{
    padding: 0 12px;
}

.changeAlerts td .string {
    font-size: 12px;
    line-height: 2em;
}

.changeAlerts td.action {
    width: 300px;
    padding: 0;
}

.changeAlerts tr td.check,  .changeAlerts tr th.check {
    width: 6px;
    text-align: center;
    vertical-align: middle;

}

a.change_alert {
    color: #F00;
}

.changeAlerts .insert {
    color: #1D79F2;
    background-color: #F0FF9C;
}

.changeAlerts .delete {
    color: #F00;
    background-color: #F0FF9C;
}

#documentView {
    font-size: 12px;
    font-family: Helvetica;
    padding: 8px;
    margin-bottom: 16px;
    line-height: 1.5em;
}

.red_button {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
}

.red_button:hover {
    background: #a90329 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #a90329 0%, #8e5e68 99%, #6d0019 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(99%,#8e5e68), color-stop(100%,#6d0019)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a90329 0%,#8e5e68 99%,#6d0019 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a90329 0%,#8e5e68 99%,#6d0019 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a90329 0%,#8e5e68 99%,#6d0019 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #a90329 0%,#8e5e68 99%,#6d0019 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}

.small_button {
	position: relative;
	top: 13px;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 8px;
	cursor: pointer;
	color: #666;
	font-family: Helvetica;
	font-size: 12px;
	background-color: #EEE;
	background-image: -moz-linear-gradient(top, white, #EEE);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #EEE))
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee')
	float: right;
}


.small_button:hover {
	text-decoration:none;
	background-color: #CCC;
	background-image: -moz-linear-gradient(top, white, #E4E4E4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #E4E4E4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#E4E4E4')
}
.small_button #icon {
	padding-right: 5px;
	color: #000;
	font-size: 14px;
}
.small_button:visited {
	color: #666;
}

.navbar-collapse {
    padding-left: 0px;
}
.progress {
    height: 15px;
    width: 90%;
    overflow: hidden;
    background: #eee; /* Old browsers */
    margin-bottom: 0px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);

}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}


.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}


.progress-success .bar,
.progress .bar-success {
    background: #2ECC71;

}

.progress .bar-yellow {
    background: #6C7A89 !important;

}

.progress .bar-blue {
    background: #b5b8cf !important;
    background-color: #b5b8cf !important;

}

.label-blue {
    background-color: #2980b9;
}

.label-yellow {
    background-color: #f1c40f !important;
}

.label-text-blue {
    color: #2980b9;
}

.label-text-yellow {
    color: #f1c40f !important;
}


.label-text-success {
    color: #5cb85c !important;
}

.progress-text {
    color: #888;
    font-size: 12px;

    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}




.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-warning .bar,
.progress .bar-warning {
    background: #f5cb33;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1Y2IzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2E2MGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(top,  #f5cb33 0%, #e3a60b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5cb33), color-stop(100%,#e3a60b));
    background: -webkit-linear-gradient(top,  #f5cb33 0%,#e3a60b 100%);
    background: -o-linear-gradient(top,  #f5cb33 0%,#e3a60b 100%);
    background: -ms-linear-gradient(top,  #f5cb33 0%,#e3a60b 100%);
    background: linear-gradient(to bottom,  #f5cb33 0%,#e3a60b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cb33', endColorstr='#e3a60b',GradientType=0 );
}


#settings_content {
    float: left;
    width: 75%;
    display: table-cell;
    margin: 0px;

}

#sections_menu {
    float: left;
    text-shadow: 0 1px 0 #fff;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    font-family: HelveticaNeue, Helvetica, arial, sans-serif;
    width: 25%;
    display: table-cell;
    overflow: auto;
    margin: 0px;
    height: 100%;
}

#sections_menu ul li:hover {
   background-color: #fff;
   text-decoration: none;

}

#sections_menu ul a:hover {
   text-decoration: none;
}

#sections_menu ul li {
    font-family: HelveticaNeue, Helvetica, arial, sans-serif;
    color: #333;
    line-height: 1.75;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;

}

#sections_menu ul li span {
    padding-left: 10px;
}

#sections_menu ul .selected:after{ padding-left: 8px; font-family: FontAwesome; content: '\f054'; }

#sections_menu ul .selected {
    background-color: #fff;
    width: 100%;
}

#settings_page {
    background-color: #fff;
    padding: 50px;
    min-height: 500px;
}

#plugin {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px;
}

.settings_select2 {
    width: 70%;
}

.delete_form_table {
    font-family: HelveticaNeue, Helvetica, arial, sans-serif;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.grad-button {
  display: inline-block;
  *display: inline;
  font-family: Helvetica;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 14px helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #333 !important;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0))),
                    url('data:image/png;base64,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');
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)),
                    url('data:image/png;base64,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');
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)),
                    url('data:image/png;base64,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');
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)),
                    url('data:image/png;base64,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');
  background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)),
                    url('data:image/png;base64,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');
  background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0)),
                    url('data:image/png;base64,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');
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .5);

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}


.grad-button:hover{
  background-color: #eee;
  color: #555;
  text-decoration: none;
}

.grad-button:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;

  text-shadow: none;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
  text-decoration: none;
}

.grad-button.blue{
  background-image: none;
  background-color: #ffc600;
  border-color: #ffe27f;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0, .5);
}

.grad-button.blue:hover{
  background-color: #ffe465;
}


.button-group,
.button-group li{
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.button-group{
  font-size: 0;
  margin: 0;
  padding: 0;
}

.button-group li{
  margin-right: -1px;
}

.button-group .button{
  font-size: 13px;
  border-radius: 0;
}

.button-group .button:active{
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              5px 0 5px -3px rgba(0, 0, 0, .2) inset,
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:first-child .button{
  border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active{
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button{
  border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active{
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

hr {
    border: 0;
    color: #e4e4e4;
    background-color: #e4e4e4;
    height: 1px;
}

#center .normal {
    padding-left: 15px;
}

#center .large {
    padding-left: 15px;
}

#center .small {
    padding-left: 15px;
}

.activity_block {
    padding-left: 15px;
    padding-right: 15px;
}

#view_more_action {
    padding-left: 15px;
}

.onoffswitch {
    position: relative; width: 72px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 5px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 7px;
    background-color: #52BA88; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 31px; margin: 0px;
    background: #828282;
    border: 2px solid #FFFFFF; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 37px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

td {
    vertical-align: middle !important;
}

article.sortable-grid {
  min-height: 30px;
}

.box {
  margin: 0 0 30px 0;
  position: relative;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}

.widget-content-padding {
  padding: 20px;
}
.widget-content-padding .well {
  margin-bottom: 0px;
}

/*
 * HEADER
 */
 .box {
     box-shadow: inset 0 2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.05);
 }

.box > header {
  height: 45px;
  /* make sure ".box-loader" is also the same height or it will flicker during collapse */
  padding: 0;
  line-height: 40px;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
.box > header > :first-child.widget-icon {
  margin-left: 5px;
}
.box > header .box-icon {
  width: 16px;
  height: 16px;
  float: left;
  margin: 12px 10px 0 0;
  display: block;
  zoom: 1;
  z-index: 4000;
}
.box > header > .widget-icon {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  font-size: 120%;
  line-height: 46px;
  text-align: center;
  margin-right: -10px;
}

.box > header h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin: 0;
  line-height: 45px;
  font-weight: normal;
  letter-spacing: 0px;
}
.box > header > h2 {
  margin-left: 10px;
  float: left;
}

.ui-sortable .box-sortable > header {
  cursor: move;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.ui-sortable .box-sortable.box-collapsed > header {
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.box-ctrls {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
}
.box-ctrls .button-icon {
  min-width: 30px;
  height: 32px;
  float: left;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.box-ctrls .button-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.box-loader {
  width: 32px;
  height: 32px;
  margin: 0;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  text-align: center;
  line-height: 32px;
  font-size: 111%;
}

/*
 * CONTENT
 */
.box > div {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #CCC !important;
  border-bottom-color: #CCC !important;
  border-left-color: #CCC !important;
  /* as per version 1.3 */
}
.box .widget-body {
  min-height: 100px;
  position: relative;
  padding-bottom: 13px;
}
.box .widget-body.widget-hide-overflow {
  overflow: hidden;
}

.widget-toolbar.no-border {
  border-left: none;
}

.widget-body.no-padding {
  margin: -13px -13px 0px;
}

.box.well.transparent .widget-body.no-padding {
  margin: 0px !important;
}

.widget-body > table {
  margin-bottom: 0;
}

.widget-body.no-padding .alert {
  margin: 0 0 10px;
  padding: 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-width: 0px 0px 1px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}

.widget-body.no-padding .cke_chrome, .no-padding .md-editor {
  border: none;
}

.widget-toolbar > .smart-form {
  margin-top: 2px;
}

.widget-toolbar > .smart-form .toggle:last-child {
  font-size: 12px;
  line-height: 29px;
}

.widget-toolbar > .smart-form .radio input + i,
.widget-toolbar > .smart-form .checkbox input + i,
.widget-toolbar > .smart-form .toggle input + i {
  border-width: 1px;
  border-color: #C7C7C7 !important;
  margin-top: 1px;
  box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
  -webkit-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
  -moz-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
}

/*
 * WELL WIDGET
 */
.box.well {
  margin: 0 0 30px 0;
}
.box.well > div {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.box.well header {
  display: none;
}

/*
 * WIDGET FOOTER
 */
.widget-footer {
  display: block;
  min-height: 32px;
  vertical-align: middle;
  position: relative;
  background-color: #F8F7F7;
  padding: 5px;
  border-top: 1px solid #E4E4E4;
  text-align: right;
  margin: 0px -13px -13px;
}
.no-padding .widget-footer {
  margin: 0;
}
.widget-footer.smart-form > label {
  margin-top: 4px;
  display: block;
}

/*
 * EDIT BOX
 */
.box-editbox {
  display: none;
  padding: 10px;
}


/*
 * TIMESTAMP
 */
.box-timestamp {
  font-size: 12px;
  color: #868686;
  font-style: italic;
  margin: 10px 0 0;
}

/*
 * HELPERS
 */
.box-placeholder {
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 28px;
  /* adjusted from 28px */
  padding: 0;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * FULL SCREEN
 */
body.nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#box-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#box-fullscreen-mode .box {
  margin: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#box-fullscreen-mode .box > div {
  overflow-y: scroll;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#box-fullscreen-mode .box > div > header {
  cursor: default;
}

/*
 * WIDGET BODY TOOLBAR
 */
.widget-body-toolbar, .smart-form.widget-body-toolbar {
  display: block;
  padding: 8px 10px;
  margin: -13px -13px 13px;
  min-height: 42px;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}

.no-padding.widget-body-toolbar, .no-padding .widget-body-toolbar, .no-padding .smart-form.widget-body-toolbar {
  display: block;
  margin: 0px;
}

.widget-body-toolbar.smart-form .inline-group, .smart-form .widget-body-toolbar .inline-group {
  float: left;
  margin-top: 4px;
}

.widget-body-toolbar .btn {
  vertical-align: middle;
}

.widget-body-toolbar .btn-xs {
  margin-top: 5px;
}

/*
 * WIDGET BODY AJAX LOAD
 */
.widget-body-ajax-loading::before {
  padding-top: 18%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute;
}

.widget-body-ajax-loading:hover {
  cursor: wait !important;
}

/*
 * STYLING
 */
.box > header {
  color: #333;
  border: 1px solid #C2C2C2;
  background: #fafafa;
}
.box > div {
  background-color: #fff !important;
}

.box-editbox {
  border-bottom: 1px solid #B1B1B1;
  background-color: #fff;
  margin: -13px -13px 13px;
}
.no-padding .box-editbox {
  margin: 0 0 10px;
}

.box-placeholder {
  background-color: #FFC;
  border: 1px dashed #A7A7A7;
}

.box-remove-colors {
  color: #333 !important;
  padding: 0 !important;
  background: none !important;
}

/* magenta theme */
.box-color-magenta > header {
  background: #6E3671;
  color: #FFF;
}

.box-color-magenta > header > .box-ctrls a, .box-color-magenta .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-magenta .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-magenta > header {
  border-color: #6E3671 !important;
}

/* pink theme */
.box-color-pink > header {
  background: #AC5287;
  color: #FFF;
}

.box-color-pink > header > .box-ctrls a, .box-color-pink .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-pink .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-pink > header {
  border-color: #AC5287 !important;
}

/* pinkDark theme */
.box-color-pinkDark > header {
  background: #A8829F;
  color: #FFF;
}

.box-color-pinkDark > header > .box-ctrls a, .box-color-pinkDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-pinkDark .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-pinkDark > header {
  border-color: #A8829F !important;
}

/* yellow theme */
.box-color-yellow > header {
  background: #B09B5B;
  color: #FFF;
}

.box-color-yellow > header > .box-ctrls a, .box-color-yellow .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-yellow .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-yellow > header {
  border-color: #B09B5B !important;
}

/* orange theme */
.box-color-orange > header {
  background: #C79121;
  color: #FFF;
}

.box-color-orange > header > .box-ctrls a, .box-color-orange .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-orange .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-orange > header {
  border-color: #C79121 !important;
}

/* orangeDark theme */
.box-color-orangeDark > header {
  background: #A57225;
  color: #FFF;
}

.box-color-orangeDark > header > .box-ctrls a, .box-color-orangeDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-orangeDark .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-orangeDark > header {
  border-color: #A57225 !important;
}

/* darken theme */
.box-color-darken > header {
  background: #404040;
  color: #FFF;
}

.box-color-darken > header > .box-ctrls a, .box-color-darken > .nav-tabs > li:not(.active) > a {
  color: #fff !important;
}

.box-color-darken .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-darken > header {
  border-color: #404040 !important;
}

/* purple theme */
.box-color-purple > header {
  background: #65596B;
  color: #FFF;
}

.box-color-purple > header > .box-ctrls a, .box-color-purple .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-purple .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-purple > header {
  border-color: #65596B !important;
}

/* teal theme */
.box-color-teal > header {
  background: #568A89;
  color: #FFF;
}

.box-color-teal > header > .box-ctrls a, .box-color-teal .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-teal .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-teal > header {
  border-color: #568A89 !important;
}

/* teal theme */
.box-color-blueDark > header {
  background: #4C4F53;
  color: #FFF;
}

.box-color-blueDark > header > .box-ctrls a, .box-color-blueDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-blueDark .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-blueDark > header {
  border-color: #4C4F53 !important;
}

/* blue theme */
.box-color-blue > header {
  background: #60747C;
  color: #FFF;
}

.box-color-blue > header > .box-ctrls a, .box-color-blue .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-blue .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-blue > header {
  border-color: #60747C !important;
}

/* blueLight theme */
.box-color-blueLight > header {
  background: #CCDADF;
  color: #2b363c;
}

.box-color-blueLight > header > .box-ctrls a, .box-color-blueLight .nav-tabs li:not(.active) a {
  color: #2b363c !important;
}

.box-color-blueLight .nav-tabs li a:hover {
  color: #2b363c !important;
}

.box-color-blueLight > header {
  border-color: #92A2A8 !important;
}

/* red theme */
.box-color-red > header {
  background: #931313;
  color: #FFF;
}

.box-color-red > header > .box-ctrls a, .box-color-red .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-red .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-red > header {
  border-color: #931313 !important;
}

/* redLight theme */
.box-color-redLight > header {
  background: #A65858;
  color: #FFF;
}

.box-color-redLight > header > .box-ctrls a, .box-color-redLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-redLight .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-redLight > header {
  border-color: #A65858 !important;
}

/* white theme */
.box-color-white > header {
  background: #fff;
  color: #838383;
}

.box-color-white > header > .box-ctrls a, .box-color-white .nav-tabs li:not(.active) a {
  color: #838383 !important;
}

.box-color-white .nav-tabs li a:hover {
  color: #838383 !important;
}

.box-color-white > header {
  border-color: #C8C8C8 !important;
}

/* greenDark theme */
.box-color-greenDark > header {
  background: #496949;
  color: #FFF;
}

.box-color-greenDark > header > .box-ctrls a, .box-color-greenDark .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-greenDark .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-greenDark > header {
  border-color: #638167 !important;
}

/* green theme */
.box-color-green > header {
  background: #356E35;
  color: #FFF;
}

.box-color-green > header > .box-ctrls a, .box-color-green .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-green .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-green > header {
  border-color: #638167 !important;
}

/* greenLight theme */
.box-color-greenLight > header {
  background: #71843F;
  color: #FFF;
}

.box-color-greenLight > header > .box-ctrls a, .box-color-greenLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}

.box-color-greenLight .nav-tabs li a:hover {
  color: #333 !important;
}

.box-color-greenLight > header {
  border-color: #638167 !important;
}

/*
 * WIDGET COLOR DROPDOWN
 */
.color-select {
  list-style: none;
  margin: 0;
  padding: 4px;
  min-width: 166px;
  max-width: 156px;
  right: -3px;
}
.color-select li {
  display: block;
  margin: 2px;
  float: left;
}
.color-select li span:hover {
  border: 3px solid rgba(0, 0, 0, 0.2);
}

.color-select li span, .color-box {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  background: #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);tr
  cursor: pointer;
}

.color-box {
  position: relative;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.3) !important;
}
.color-box:hover, .open .color-box {
  outline: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.color-box:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
}
.color-box:active {
  top: 1px;
  left: 1px;
}
.widget-toolbar > .color-box {
  margin-top: 7px;
  width: 18px;
  height: 18px;
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-toolbar > .color-box:hover, .widget-toolbar > .color-box:active, .widget-toolbar > .color-box:focus {
  outline: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.widget-toolbar .dropdown-menu.color-select {
  right: -1px;
}

/*
 * ICONS
 */
.box-ctrls a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333;
}

/*
 * RTL - SUPPORT
 */
.rtl .box > header {
  padding: 0 7px 0 0;
}
.rtl .box > header h2 {
  float: right;
  text-align: right;
}
.rtl .box > header .box-icon {
  float: right;
  margin: 12px 0 0 7px;
}
.rtl .box-ctrls {
  float: left;
  padding: 10px 0 0 3px;
  margin: 0;
}
.rtl .box-ctrls .button-icon {
  margin: 0 0 5px 5px;
}
.rtl .box-loader {
  float: left;
}

/*
 * CLEARFIX
 */
.box:before, .box:after, .box > div:before, .box > div:after, .inner-spacer:before, .inner-spacer:after, .box-editbox:before, .box-editbox:after, .clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.box:after, .box > div:after, .inner-spacer:after, .box-editbox:after, .clearfix:after {
  clear: both;
}

.box, .box > div, .inner-spacer:after, .box-editbox, .clearfix {
  zoom: 1;
  /*IE*/
}

/*
 * WIDGET TOOLBARS
 */
.widget-toolbar {
  display: inline-block;
  float: right;
  width: auto;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  cursor: pointer;
  padding: 0 8px;
  text-align: center;
}
.widget-toolbar > :first-child {
  text-align: left;
}

/*
 * WIDGET TOOLBAR COMPONENTS
 */
/*
 * TABS
 */
.box header .nav-tabs {
  border-bottom-color: transparent;
}
.box header .nav-tabs > li > a {
  border-radius: 0px;
  border: none;
  padding: 7px 15px 6px;
}
.box header .nav-tabs > li.active > a, .box header .nav-tabs > li.active > a:hover, .box header .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #FFF;
  border: 1px solid #C2C2C2;
  border-bottom-color: transparent;
  border-top: none;
  cursor: default;
}

.box header:first-child .nav-tabs {
  float: left;
}
.box header:first-child .nav-tabs li {
  padding-left: 0;
}
.box header:first-child .nav-tabs li a {
  color: #333;
}
.box header:first-child .nav-tabs.pull-right li:last-child a {
  margin-right: 0px !important;
  border-right: none !important;
}

/*
 * PILLS
 */
.box header .nav-pills {
  margin: 3px;
}
.box header .nav-pills > li > a {
  padding: 3px 5px 4px;
}

/*
 * BTN GROUPS
 */
.widget-toolbar .btn-group {
  margin-top: -3px;
}

/*
 * BTNs
 */
.widget-toolbar > .btn {
  margin-top: -3px;
  font-size: 12px !important;
  padding: 1px 8px !important;
}

/*
 * INPUT
 */
.widget-toolbar .smart-form label.checkbox, .widget-toolbar .smart-form label.radio {
  line-height: 29px;
}

/*
 * LABELS
 */
.widget-toolbar > .label {
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px 7px;
}

/*
 * BADGE
 */
.widget-toolbar > .badge {
  padding: 5px 5px;
  font-size: 14px;
  border-radius: 50%;
  font-weight: normal;
  min-width: 24px;
  text-align: center !important;
}

/*
 * PROGRESS BARS
 */
.widget-toolbar .progress {
  width: 130px;
  margin: 7px 0 0 0;
  height: 18px !important;
  font-size: 12px;
  box-shadow: 0 1px 0 transparent, 0 0 0 1px #D1D1D1 inset;
  -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D1D1D1 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D1D1D1 inset;
}

.widget-toolbar .progress-bar {
  font-size: 12px;
}

/*
 * PAGINATION
 */
.widget-toolbar .pagination {
  margin: 4px 0;
}
.widget-toolbar .pagination > li > a {
  padding: 2px 7px;
}

/*
 * TEXT INPUT
 */
.widget-toolbar .widget-text-input {
  max-width: 220px;
}

.widget-toolbar input[type='text'] {
  height: 28px !important;
  margin-top: 2px;
}

.widget-toolbar.smart-form .icon-append, .widget-toolbar.smart-form .icon-prepend,
.widget-toolbar .smart-form .icon-append, .widget-toolbar .smart-form .icon-prepend {
  top: 3px !important;
}

#extr-page #main {
  margin-top: 0px !important;
}

#mobile-profile-img {
  display: none;
}

.dashboard-side {
    background-color: #f3f7fa;
    position: fixed;
    top: 101px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #cfe0ec;
}

#discussion_header {
    background-color: #f3f7fa;
    position: fixed;
    top: 101px;
    right: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #cfe0ec;
}

.dashboard-side.relative {
    position: relative !important;
    top: 0px !important;

}
.order-dashboard-side {
    background-color: #f3f7fa;
    position: fixed;
    top: 101px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #cfe0ec;
}

@media(max-width:1200px) {

}

@media(max-width:991px) {
    .dashboard-side {
        position: relative;
        top: 0px;
    }
    .order-dashboard-side {
        position: relative;
        top: 0px;
    }
}

@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

.timeline-message {
    width: 100%;
    font-size: 13px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    margin: 0;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
}

.side-heading {
    height: 40px;
    background: #edf5f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #edf5f8 0%, #f7faff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf5f8), color-stop(100%,#f7faff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #edf5f8 0%,#f7faff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #edf5f8 0%,#f7faff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #edf5f8 0%,#f7faff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #edf5f8 0%,#f7faff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5f8', endColorstr='#f7faff',GradientType=0 ); /* IE6-9 */

    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: -20px !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #cfe0ec;
}

.side-heading h3 {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 14px;
    color: #6e8494;
}

.chart-row {
    margin-top: 25px;
    margin-bottom: 25px;
}

.chart-row tr td {
    border-top: none !important;
}

.chart {
    float: right;
}

.chart-percentage {
    font-size: 50px;
    color: #6e8494;
    position: relative;
    top: -10px;
    font-family: Arial, Arial, sans-serif;
    font-weight: bold;
}

.chart-percentage-title {
    margin: 0px;
    font-size: 15px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6e8494;
}

#timepicker {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    color: #333333;
    padding: 8px;
    line-height: 18px;
    cursor: pointer;
    text-align: right;
    margin-top: 20px;
}

#stat-checkboxes {
    margin-top: 7px;
    margin-right: 10px;
    padding-left: 10px;
    border-left: 2px solid #ccc;
}

.stat-options {
    float: left;
    width: 30%;
}

.no-data {
    color: #ccc;
    font-size: 36px;
    text-align: center;
}

.no-announcements {
    color: #ccc;
    font-size: 14px;
}


.menubar {
     list-style-type: none;
     font-size: 14px;
     padding: 0px;
     margin: 0;
     padding: 0;

     margin-top: 10px;
     margin-bottom: 25px;
}

.menubar li {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #888;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 10px;
}

.menubar li a {
    color: #333;
    cursor: pointer;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #fff;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #bdc3c7;
}
.bs-callout-info h4 {
    color: #2980b9;
}

/* Grid */
.ui-jqgrid {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border: 1px solid #ccc !important;
  border: none !important;
  width: 100% !important;
  /* caption */
  /* header */
}

#masterStringDialog {
    padding: 0px !important;
}

#translationDialog {
    padding: 0px !important;
}

#masterStringDialog .ui-jqgrid .ui-jqgrid-titlebar {
    display: none !important;
}

#translationDialog .ui-jqgrid .ui-jqgrid-titlebar {
    display: none !important;
}


.ui-jqgrid .ui-jqgrid-view {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  font-size: 11px;
  width: 100% !important;
}
.ui-jqgrid .ui-jqgrid-view input {
  margin: 0px !important;
}
.ui-jqgrid .ui-jqgrid-view button, .ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea {
  font-size: 11px;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 12px 13px;
  position: relative;
  font-size: 12px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
  border-bottom: 1px solid #BEBEBE;
}
.ui-jqgrid .ui-jqgrid-caption {
  text-align: left;
}
.ui-jqgrid .ui-jqgrid-title {
  font-size: 15px;
  color: #333;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
  position: absolute;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  right: 10px !important;
  cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
  padding: 0;
}
.ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.ui-jqgrid .ui-jqgrid-hbox {
  float: left;
  width: 100% !important;
}
.ui-jqgrid .ui-jqgrid-htable {
  table-layout: fixed;
  margin: 0;
  padding: 0 !important;
  width: 100% !important;
}
.ui-jqgrid .ui-jqgrid-htable th {
  padding: 0 2px 0 2px;
  height: 40px;
  padding-top: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #fafafa 100%);
}
.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: hidden;
  position: relative;
  padding-right: 0px;
  padding-bottom: 5px;
  font-weight: bold;
  background: none;
}
.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: left;
  overflow-x: hidden;
  height: 100% !important;
  min-height: 600px;
  background: #fff;
  width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-btable {
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-htable {
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
  padding-right: 0px !important;
}

.ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
  width: 100% !important;
}
.ui-jqgrid .ui-th-div-ie {
  white-space: nowrap;
  zoom: 1;
}
.ui-jqgrid .ui-jqgrid-resize {
  height: 20px !important;
  position: relative;
  cursor: e-resize;
  display: inline;
  overflow: hidden;
}
.ui-jqgrid .ui-grid-ico-sort {
  overflow: hidden;
  position: absolute;
  display: inline;
  cursor: pointer !important;
  right: 0px;
}
.ui-jqgrid .ui-icon-asc {
  margin-top: -4px;
  right: -1px;
}
.ui-jqgrid .ui-icon-desc {
  margin-top: 3px;
  height: 12px;
}
.ui-jqgrid .ui-i-asc {
  margin-top: 0;
  height: 16px;
}
.ui-jqgrid .ui-i-desc {
  margin-top: 0;
  margin-left: 13px;
  height: 16px;
}
.ui-jqgrid .ui-jqgrid-sortable {
  cursor: pointer;
}
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 1px !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}
.ui-jqgrid .ui-state-hover td {
  background: #ecf3f8 !important;
}
.ui-jqgrid .ui-pg-button {
  height: auto !important;
}
.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-pg-selbox {
  height: auto;
  font-size: inherit;
}
.ui-jqgrid .ui-state-highlight td {
  color: #3a87ad !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}
.ui-jqgrid .ui-state-highlight + .ui-widget-content > td {
  border-top-color: #bce8f1;
}
.ui-jqgrid .ui-jqgrid-pager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 0 none !important;
  margin: 0 !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #D3D3D3;
  font-size: 12px;
  height: auto;
  padding: 4px !important;
  background-color: #eee !important;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
  cursor: pointer;
}
.ui-jqgrid .ui-search-table {
  padding: 0;
  border: 0 none;
  height: 20px;
  width: 100%;
}
.ui-jqgrid .ui-search-table .ui-search-oper {
  width: 20px;
}
.ui-jqgrid .ui-search-table .ui-search-input > input, .ui-jqgrid .ui-search-table .ui-search-input > select {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-jqgrid .ui-jqgrid-caption-rtl {
  text-align: right;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
  float: right;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
  float: right;
  margin: -2px -2px -2px 0;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
  float: left;
  margin: -2px 0 -1px -3px;
}
.ui-jqgrid .ui-sort-rtl {
  left: 0;
}
.ui-jqgrid .tree-wrap-ltr {
  float: left;
}
.ui-jqgrid .tree-wrap-rtl {
  float: right;
}
.ui-jqgrid .ui-ellipsis {
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.ui-row-ltr, .ui-jqgrid table {
  border-left: none !important;
}
.ui-jqgrid tr.ui-row-ltr td {
  text-align: left;
  padding: 6px 4px;
  font-size: 13px !important;
}
.ui-jqgrid tr.ui-row-rtl td {
  text-align: right;
}
.ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}
.ui-jqgrid tr.jqgrow {
  outline-style: none;
  height: 30px;
  font-size: 12px;
}
.ui-jqgrid tr.jqgrow td {
  font-weight: normal;
  overflow: hidden;
  white-space: pre;
}
.ui-jqgrid tr.jqgroup {
  outline-style: none;
}
.ui-jqgrid tr.jqgroup td {
  font-weight: normal;
  overflow: hidden;
  white-space: pre;
}
.ui-jqgrid tr.jqfoot td {
  font-weight: bold;
  overflow: hidden;
  white-space: pre;
}
.ui-jqgrid td.jqgrid-rownum {
  padding: 0 2px 0 2px;
  margin: 0;
  border: 0 none;
}
.ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #777;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}
.ui-jqgrid .ui-jqgrid-sdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}
.ui-jqgrid .ui-jqgrid-ftable {
  table-layout: fixed;
  margin-bottom: 0;
}
.ui-jqgrid tr.footrow td {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  height: 21px;
  padding: 0 2px 0 2px;
}
.ui-jqgrid tr.footrow-ltr td {
  text-align: left;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
}
.ui-jqgrid tr.footrow-rtl td {
  text-align: right;
  border-left-width: 1px;
  border-left-color: inherit;
  border-left-style: solid;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
  border: none;
}

tr.ui-jqgrid-labels {
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: linear-gradient(top, #f2f2f2 0%, #fafafa 100%);
  font-size: 12px;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {

  white-space: nowrap;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border-left: 0 none;
}

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
  border-right: 0 none;
}

.ui-first-th-ltr {
  border-right: 1px solid;
}

.ui-first-th-rtl {
  border-left: 1px solid;
}

tr.ui-search-toolbar input {
  margin: 1px 0 0 0;
}

tr.ui-search-toolbar select {
  margin: 1px 0 0 0;
}

/* Pager*/
.ui-jqgrid .ui-pager-control {
  position: relative;
}

.ui-jqgrid .ui-pg-table {
  position: relative;
  padding-bottom: 2px;
  width: auto;
  margin: 0;
}
.ui-jqgrid .ui-pg-table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1px;
}

.ui-jqgrid .ui-pg-button {
  height: 19px !important;
}
.ui-jqgrid .ui-pg-button span {
  display: block;
  margin: 1px;
  float: left;
}
.ui-jqgrid .ui-pg-button:hover {
  /*padding: 0;*/
}

.ui-jqgrid .ui-state-disabled:hover {
  padding: 1px;
}

.ui-jqgrid .ui-pg-input {
  height: 13px;
  font-size: .8em;
  margin: 0;
}

.ui-jqgrid .ui-pg-selbox {
  font-size: .8em;
  line-height: 18px;
  display: block;
  height: 18px;
  margin: 0;
}

.ui-jqgrid .ui-separator {
  height: 18px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 1px;
  float: right;
}

.ui-jqgrid .ui-paging-info {
  font-weight: normal;
  height: 19px;
  margin-top: 3px;
  margin-right: 4px;
}

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
  margin: 0;
}

.ui-jqgrid td textarea {
  width: auto;
  height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 25px !important;
  white-space: nowrap;
  overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
  cursor: pointer;
}

/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: block;
}

.ui-jqgrid .ui-subgrid {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-jqgrid .ui-subgrid table {
  table-layout: fixed;
}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  height: 18px;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}
.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top: 0 none !important;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell {
  border-width: 0 0 1px 0;
}

.ui-jqgrid .ui-th-subgrid {
  height: 20px;
}

/* loading */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}

.ui-jqgrid .jqgrid-overlay {
  display: none;
  z-index: 100;
}

/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
  border-left: 0 none;
  border-right: 0 none;
  height: 21px;
  overflow: hidden;
}

/*Modal Window */
.ui-jqdialog {
  display: none;
  width: 300px;
  position: absolute;
  padding: .2em;
  font-size: 11px;
  overflow: visible;
}
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: .3em .2em;
  position: relative;
}
.ui-jqdialog .ui-jqdialog-title {
  margin: .1em 0 .2em;
}
.ui-jqdialog .ui-jqdialog-titlebar-close {
  position: absolute;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  cursor: pointer;
}
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  padding: 0;
}
.ui-jqdialog .ui-jqdialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-jqdialog .ui-jqconfirm {
  padding: .4em 1em;
  border-width: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: visible;
  display: none;
  height: 80px;
  width: 220px;
  text-align: center;
}
.ui-jqdialog > .ui-resizable-se {
  bottom: -3px;
  right: -3px;
}

.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
  border: 0;
  background: none;
  height: auto;
}

.ui-jqgrid > .ui-resizable-se {
  bottom: -3px;
  right: -3px;
}

/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
  margin: 0;
}
.ui-jqdialog-content .EditTable {
  width: 100%;
  margin-bottom: 0;
}
.ui-jqdialog-content .DelTable {
  width: 100%;
  margin-bottom: 0;
}
.ui-jqdialog-content td.EditButton {
  text-align: right;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ui-jqdialog-content td.navButton {
  text-align: center;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ui-jqdialog-content input.FormElement {
  padding: 0.3em;
}
.ui-jqdialog-content select.FormElement {
  padding: 0.3em;
}
.ui-jqdialog-content .data-line {
  padding-top: .1em;
  border: 0 none;
}
.ui-jqdialog-content .CaptionTD {
  vertical-align: middle;
  border: 0 none;
  padding: 2px;
  white-space: nowrap;
}
.ui-jqdialog-content .DataTD {
  padding: 2px;
  border: 0 none;
  vertical-align: top;
}
.ui-jqdialog-content .form-view-data {
  white-space: pre;
}

.EditTable td input, .EditTable td select, .EditTable td textarea {
  margin: 0;
}

.EditTable td textarea {
  width: auto;
  height: auto;
}

.fm-button {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: .4em .5em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1;
}

.fm-button-icon-left {
  padding-left: 1.9em;
}
.fm-button-icon-left .ui-icon {
  right: auto;
  left: .2em;
  margin-left: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.fm-button-icon-right {
  padding-right: 1.9em;
}
.fm-button-icon-right .ui-icon {
  left: auto;
  right: .2em;
  margin-left: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

#nData, #pData {
  float: left;
  margin: 3px;
  padding: 0;
  width: 15px;
}

/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
  font-style: normal;
  border-left: 0 none;
}

/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span, .ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
  margin: -1px;
}

/* Tree Grid */
.ui-jqgrid .tree-wrap {
  float: left;
  position: relative;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-jqgrid .tree-minus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .tree-plus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .tree-leaf {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}
.ui-jqgrid .treeclick {
  cursor: pointer;
}

/* moda dialog */
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*   width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px;
}

/* Toolbar Search Menu */
.ui-search-menu {
  position: absolute;
  padding: 2px 5px;
}

a.g-menu-item, a.soptclass, a.clearsearchclass {
  cursor: pointer;
}

/*
 * CUSTOM
 */
.jqgrid-new-row {
  color: #1B641B !important;
  background-color: #A8E798 !important;
  border-color: #7E9E64 !important;
}

.ui-jqdialog-content .DataTD {
  padding-bottom: 5px;
}
.ui-jqdialog-content .DataTD:last-child {
  padding-bottom: 10px;
}

.menubar .active {
    background: #bfcdd3;
}

.nothing-here {
    margin-top: 150px;
    font-size: 60px;
    color: #ccc;
    text-align: center;
}

.ui-dialog {
    z-index: 2000 !important;
}

/*
 * TOP HEADER
 */
#header {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 13px 0 0;
  background-color: #383838;
  background-image: -moz-linear-gradient(top, #383838, #575757);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383838), to(#575757));
  background-image: -webkit-linear-gradient(top, #383838, #575757);
  background-image: -o-linear-gradient(top, #383838, #575757);
  background-image: linear-gradient(to bottom, #383838, #575757);
  background-repeat: repeat-x;
  position: fixed;
  z-index: 1060;
}

#header > div {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  float: left;
}

#header > div.open {
  font-weight: bold;
}

.fixed-header #header {
  position: fixed;
  width: 100%;
  z-index: 1031;
  top: 0px;
  border-bottom: 2px solid #CCC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1);
}

/* as per version 1.3 */
.fixed-header.fixed-ribbon #header {
  border-bottom: none;
  box-shadow: none;
}

.container.fixed-header #header {
  max-width: 1164px;
}

.fixed-header #header .ajax-dropdown {
  z-index: 1035;
}

.fixed-header #shortcut {
  position: fixed;
}

.fixed-header #main {
  margin-top: 70px;
}

.profile-btn-header {
    margin-top: 1px;
    margin-right: 20px;
}

.profile-btn-header > span {
  display: inline-block;
  height: 38px;
  float: left;
}

.profile-btn-header span#activity {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, white, #f7f7f7);
  background-image: -moz-linear-gradient(top, white, #f7f7f7);
  background-image: -ms-linear-gradient(top, white, #f7f7f7);
  background-image: -o-linear-gradient(top, white, #f7f7f7);
  background-image: linear-gradient(top, white, #f7f7f7);
  border: 1px solid #CCC;
  color: #c4bab6;
  font-size: 19px;
  margin: 10px 0 0 0;
  position: relative;
}

.profile-btn-header span#activity:hover {
  border: 1px solid #CCC;
  transition: all 0.0s;
  cursor: pointer !important;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}

#logo {
  display: inline-block;
  width: 180px;
  margin-top: 11px;
  margin-left: 9px;
}

#logo img {
  width: 170px;
  height: auto;
  margin-left: 15px;
}

.profile-btn-header > span b.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background: #888;
  display: inline-block;
  font-size: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  color: #FFF;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px 4px 3px 4px;
  text-align: center;
  line-height: normal;
}

#activity.active .badge {
  background: #6f6f6f !important;
}

#project-context,
.project-context {
  display: inline-block;
  padding: 7px 13px 0;
  position: relative;
}

#project-context > span,
.project-context > span {
  display: block;
}

#project-context > :first-child,
.project-context > :first-child {
  display: block;
  color: #CCC;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 1px white;
  padding-left: 0px;
  text-align: left;
}

#project-selector,
.project-selector {
  max-width: 97%;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  color: #EEE;
  font-size: 14px;
  cursor: pointer;
}

#project-selector:hover,
.project-selector:hover {
  color: #888;
}

.header-search {
  position: relative;
}

.header-search.pull-right {
  margin-left: 6px;
}

.header-search > input[type="text"] {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 200px;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  border-color: #CCC;
  background: #FFF;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 10px;
  line-height: normal;
}

.header-search > button {
  background: none;
  border: none;
  color: #6D6A69;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 30px;
  z-index: 2;
}

#search-mobile {
  display: none;
}

#cancel-search-js {
  position: absolute;
  display: none;
  background: #FF0000;
  z-index: 3;
  color: #FFF;
  padding: 0;
  right: 10px;
  top: 10px;
  text-align: center;
  height: 29px;
  line-height: 29px;
  width: 30px;
  font-size: 17px;
  text-decoration: none !important;
}

#header > :first-child, aside {
  width: 150px;
}

.hidden-menu #left-panel {
  left: 180px;
  z-index: 1000;
}

.hidden-menu #main {
  margin-left: 10px;
}

.hidden-menu #left-panel:hover {
  left: 0px;
}

.hidden-menu .minifyme {
  display: none;
}

.minified #hide-menu {
  display: none;
}

.btn-header.pull-right {
  margin-left: 6px;
}

.btn-header a > span {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  display: inline-block;
}

.btn-header > :first-child > a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  min-width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, white, #f7f7f7);
  background-image: -moz-linear-gradient(top, white, #f7f7f7);
  background-image: -ms-linear-gradient(top, white, #f7f7f7);
  background-image: -o-linear-gradient(top, white, #f7f7f7);
  background-image: linear-gradient(top, white, #f7f7f7);
  border: 1px solid #CCC;
  color: #6D6A69;
  font-size: 17px;
  margin: 10px 0 0 0;
}

.btn-header > :first-child > a:hover {
  border: 1px solid #CCC;
  color: #222;
  transition: all 0.0s;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}

.btn-header > :first-child > a:active {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ededed));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: -ms-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ededed',GradientType=0 );
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

.hidden-menu #hide-menu > :first-child > a {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top, #5A5A5A 0%, #686868 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5A5A5A), color-stop(100%, #686868));
  background-image: -webkit-linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  background-image: -o-linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  background-image: -ms-linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  background-image: linear-gradient(to bottom, #5A5A5A 0%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5A5A5A', endColorstr='#686868',GradientType=0 );
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #FFF;
  border-color: #494949;
}

.hidden-menu #hide-menu > :first-child > a:active, .full-screen #fullscreen > :first-child > a:active {
  -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.header-dropdown-list {
  list-style: none;
  float: right;
  position: relative;
  margin: 0;
}

.header-dropdown-list > li {
  display: inline-block;
  padding-right: 5px;
}

.header-dropdown-list > li > .dropdown-toggle {
  margin-top: 16px;
  display: block;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1030;
}


/*
 * AJAX DROPDOWN
 */
.ajax-dropdown > :first-child {
  margin: 0 0 3px 0;
  padding: 0 0 9px 0;
}
.ajax-dropdown {
  position: absolute;
  display: none;
  z-index: 1500;
  background: white;
  top: 48px;
  right: 5px;
  width: 344px;
  height: 435px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  background: #ffffff;
  border: 1px solid #b3b3b3;
}
.ajax-dropdown:after,
.ajax-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ajax-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.ajax-dropdown:before {
  border-color: rgba(131, 131, 131, 0);
  border-bottom-color: #838383;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.ajax-dropdown .btn-group .btn {
  font-weight: bold;
  text-transform: capitalize;
}
/* better for 3 childs*/
.ajax-dropdown .btn-group > :nth-child(2) {
  border-right-width: 0px;
  border-left-width: 0px;
}
.ajax-dropdown .btn-group > :last-child {
  border-right-width: 1px !important;
}
/* better for 4+ childs
 .ajax-dropdown .btn-group >:first-child {
 border-right-width:1px;
 }

 .ajax-dropdown .btn-group >:nth-child(n+2) {
 border-left-width:0px;
 }

 .ajax-dropdown .btn-group >:last-child {
 border-right-width:1px !important;
 }  */
.ajax-dropdown .btn-group .btn:active {
  top: 0px;
  left: 0px;
}
.ajax-notifications {
  height: 400px;
  display: block;
  overflow: auto;
  margin-right: -10px;
  margin-left: -10px;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  background: #E9E9E9;
}
.ajax-notifications > .alert.alert-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #757575;
  margin: 13px 10px;
}
.ajax-notifications > .alert > :first-child {
  margin-bottom: 10px;
  font-weight: 400;
}
.ajax-dropdown > :last-child {
  font-size: 13px;
  display: block;
  padding: 5px 0;
  line-height: 22px;
  font-weight: 400;
}
.ajax-dropdown .fa-4x.fa-border {
  border: none;
  margin: 0 auto;
  text-align: center;
  color: #D1D1D1;
}

.ui-widget-overlay {
    display: none;
}

.lang-list a {
    color: #fff;
}
.todo-group-title {
  margin: 0;
  line-height: 31px;
  padding: 0 0 0 10px;
  background: #fafafa;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #f4f4f4;
  color: #999999;
}
.todo {
  margin: 0;
  padding: 0;
  min-height: 5px;
  list-style: none;
}
.todo > li {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}
.todo > li:last-child,
.todo > li:only-child {
  border-bottom: none;
}
.todo > li > :first-child {
  display: block;
  border-right: 1px solid #FFE1EB;
  height: 100%;
  padding: 6px 11px 6px 18px;
  width: 20px;
  vertical-align: top;
  position: absolute;
}
.todo > li.complete {
  background: none;
}
.todo > li > p {
  height: 100%;
  margin-left: 25px;
  display: inline-block;
  padding: 8px 0px 6px 7px;
  margin-bottom: 0;
  min-height: 37px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.todo > li > p > span {
  display: block;
  line-height: 12px;
  font-size: 10px;
  font-weight: normal;
}
.todo > li > p > :first-child {
  margin-top: -5px;
  color: #999999;
  margin-bottom: 4px;
}
.todo > li > p > .date {
  color: #bfbfbf;
}
.todo > li.complete > * {
  text-decoration: line-through;
  font-style: italic;
}
/* drag */
.todo > li.ui-sortable-helper {
  border-top: 1px solid #eeeeee;
  background: rgba(113, 132, 63, 0.1);
}

.bg-color-red {
    background-color: #ff0000 !important;
}

/*
 * TIMELINE PAGE
 */
/* Timeline */
.smart-timeline {
  position: relative;

  padding: 10px;
}
.smart-timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.smart-timeline-list:after {
  content: " ";
  background-color: #eeeeee;
  position: absolute;
  display: block;
  width: 2px;
  top: 0;
  left: 95px;
  bottom: 0;
  z-index: 1;
}
.smart-timeline-list li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  background-color: #fff;
}
.smart-timeline-list > li:hover {
  background-color: #f4f4f4;
}
.smart-timeline-hover li:hover {
  background-color: #f9f9f9;
}
.smart-timeline-icon {
  border-radius: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  left: 70px;
  top: 10px;
  z-index: 100;
  padding: 0px;
}
.smart-timeline-icon > img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-top: -2px;
  margin-left: -2px;
  border: 2px solid #3276b1;
}
.smart-timeline-time {
  float: left;
  width: 70px;
  text-align: right;
}
.smart-timeline-time > small {
  font-style: italic;
}
.smart-timeline-content {
  margin-left: 133px;
}

.price .subtotal {
    color: #990000;
    font-size: 18px;
}

.estimated-delivery {
    margin-bottom: 15px;
    margin-top: 10px;
}

.estimated-delivery .date {
    font-weight: 300;
    font-size: 12px;
    color: #888;
}

.underline-link {
    text-decoration: none;
    border-bottom:1px dashed #000;
    cursor:pointer;

 }

.underline-link:hover {
 text-decoration: none;
}

.total-words {
    margin-bottom: 5px;
    margin-top: 10px;

}

.total-words .words {
    color: #888;
    font-size: 18px;
}

.captcha img {
    float: left;
}

.captcha input[type='text'] {
    float: left;
    width: 50%;
}

.alert a {
    text-decoration: none;
    border-bottom: 1px blue dashed;
}


.notifications-group-title {
  margin: 0;
  line-height: 31px;
  padding: 0 0 0 10px;
  background: #fafafa;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #f4f4f4;
  color: #999999;
}
.notifications {
  margin: 0;
  padding: 0;
  min-height: 5px;
  list-style: none;
}
.notifications > li {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 5px;
}

.notifications > li:last-child,
.notifications > li:only-child {
  border-bottom: none;
}
.notifications > li > :first-child {
  display: block;
  height: 100%;
  padding: 6px 11px 6px 18px;
  width: 20px;
  vertical-align: top;
  position: absolute;
}

.notifications > li.complete > :first-child:hover {
  cursor: default;
}
.notifications > li.complete {
  background: none;
}
.notifications > li > p {
  height: 100%;
  margin-left: 52px;
  display: inline-block;
  padding: 8px 0px 6px 7px;
  margin-bottom: 0;
  min-height: 37px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.notifications > li > p > span {
  display: block;
  line-height: 12px;
  font-size: 10px;
  font-weight: normal;
}
.notifications > li > p > :first-child {
  margin-top: -5px;
  color: #999999;
  margin-bottom: 4px;
}
.notifications > li > p > .date {
  color: #bfbfbf;
}
.notifications > li.complete > * {
  text-decoration: line-through;
  font-style: italic;
}
/* drag */
.notifications > li.ui-sortable-helper {
  border-top: 1px solid #eeeeee;
  background: rgba(113, 132, 63, 0.1);
}

.timeline .panel-heading {
    background: #fefefe;
    padding: 5px 10px;
}

.login-box {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.login-box button {
  margin: 15px 0px !important;
}
.login-box .remember {
  margin-top: 20px;
  float: left;
}

.nav-tabs > li > a .badge {
  font-size: 11px;
  padding: 3px 5px 3px 5px;
  opacity: .5;
  margin-left: 5px;
  min-width: 17px;
  font-weight: normal;
}
.nav-tabs > li > a > .fa {
  opacity: .5;
}
.tabs-left .nav-tabs > li > a .badge {
  margin-right: 5px;
  margin-left: 0px;
}
.nav-tabs > li > a .label {
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  opacity: .5;
}
.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a .label,
.nav-tabs > li.active > a > .fa {
  opacity: 1;
}
.nav-tabs > li > a {
  border-radius: 0px;
  color: #333333;
}
.nav-tabs > li.active > a {
  -webkit-box-shadow: 0 -2px 0 #57889c;
  -moz-box-shadow: 0 -2px 0 #57889c;
  box-shadow: 0 -2px 0 #57889c;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  font-weight: bold;
}
.tabs-left .nav-tabs > li.active > a {
  -webkit-box-shadow: -2px 0 0 #57889c;
  -moz-box-shadow: -2px 0 0 #57889c;
  box-shadow: -2px 0 0 #57889c;
  border-top-width: 1px !important;
  border-left: none !important;
  margin-left: 1px !important;
}

.padding-10 {
    padding: 10px;
}

.nav-tabs.bordered+.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border-bottom-color: white;
}

.btn {
  /*border: none;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: none;
}

.no-border {
    border: none;
}

.glossary {
    margin-top: 2px;
    padding: 0px !important;
    left: -5px;
}

.btn-order {
    color: #fff !important;
    background-color: #2ecc71;
}

.btn-order:hover {
    color: #fff !important;
    background-color: #27ae60 !important;
}

.pricing_table {
    font-family: "Open Sans", Helvetica, sans-serif;
}
 .pricing-table h2 {
     font-family: "Open Sans", Helvetica, sans-serif;
     font-size: 18px;
     font-weight: 300;
 }

 .pricing-table .span3 {
 	margin-left: 0px;
 }

 .pricing-table .plan {
     font-family: "Open Sans", Helvetica, sans-serif;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.pricing-table .plan:hover {
  border-color: #ccc #ccc #bbb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.pricing-table .plan-name {
  padding: 30px 0;
}
.pricing-table .plan-name h2 {
  margin: 0;
  font-weight: 400;
}
.pricing-table .plan-name h2 + p {
  margin: 10px 15px 0;
}
.pricing-table .plan-price {
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0;
  height: 60px;
}
.pricing-table .plan-price b {
  font-size: 24px;
  font-weight: 400;
}
.pricing-table .plan-price b b {
  font-size: 16px;
  font-weight: 500;
}
.pricing-table .prefered .plan-price {
  background: #fff7e3;
  color: #b0a996;
}
.pricing-table .prefered .plan-price b {
  color: #d95246;
}
.pricing-table .plan-details {
  padding: 0 10px;
}
.pricing-table .plan-details > div {
  background: #fff;
  padding: 9px;
}
.pricing-table .plan-details > div + div {
  border-top: 1px solid #e5e5e5;
}
.pricing-table .plan-action {
  background: #fafafa;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
.pricing-table.row-merge .plan {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pricing-table.row-merge [class*="span"]:first-child .plan {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pricing-table.row-merge [class*="span"]:last-child .plan {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pricing-table.row-merge [class*="span"] + [class*="span"] .plan {
  margin-left: -1px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
    border-width: 1px !important;
    border-radius: 0px !important;
    border: solid !important;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.alternative-plan {
    background-color: #fff;
    border: solid;
    border-width: thin;
    border-color:  #eee;
    padding: 25px;
    margin-bottom: 15px;
}

.payment-form {
    background-color: #fff;
    padding: 25px !important;

    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.05) 5px 5px 5px;
    border-collapse: collapse;
}

.overlay-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.overlay-container p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

    display: block;
    background-color: #eee;
    width: 350px;
    padding: 50px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 10px;

    -moz-box-shadow: 0px 10px 53px #3d3d3d;
    -webkit-box-shadow: 0px 10px 53px #3d3d3d;
    box-shadow: 0px 10px 53px #3d3d3d;
}


.product-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.product-info .icon {
    float: left;
    width: 90px;
    margin-top: 0px;
}

.product-info .info-text {
    float: left;
    width: 60%;
}

.product-info .info-arrow {
    font-size: 50px;
    color: #ccc;
    float: right;
}

.product-info a {
    color: #000;
}
.product-info a:hover .info-arrow {
    color: #000;
}

.spinner {
  margin-left: 60px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.7em solid #eee;
  border-right: 1.7em solid #eee;
  border-bottom: 1.7em solid #eee;
  border-left: 1.7em solid #b1b1b1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;

}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.language-stats-anim {
    display: none;
}

.subscription-select {
    width: 100%;
}

.ui-dialog button.ui-dialog-titlebar-close {
    text-shadow: none;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px;
    color: #222;
}
.ui-dialog button.ui-dialog-titlebar-close:hover {
    padding: 1px;
    color: #AF4B3A;
}
.ui-dialog button.ui-dialog-titlebar-close:after {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    top: -5px;
}


.flag {
  width: 16px;
  height: 11px;
  background: url('//dxuu1kmv6dm3n.cloudfront.net/media/flags.png') no-repeat;
  margin-top: -0.18em;
  display: inline-block;
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar {
  background-position: -160px 0;
}
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az {
  background-position: -240px 0;
}
.flag.flag-ba {
  background-position: 0 -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0 -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0 -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0 -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0 -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0 -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0 -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0 -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0 -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0 -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0 -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0 -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0 -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tj {
  background-position: -176px -143px;
}
.flag.flag-tk {
  background-position: -192px -143px;
}
.flag.flag-tl {
  background-position: -208px -143px;
}
.flag.flag-tm {
  background-position: -224px -143px;
}
.flag.flag-tn {
  background-position: -240px -143px;
}
.flag.flag-to {
  background-position: 0 -154px;
}
.flag.flag-tr {
  background-position: -16px -154px;
}
.flag.flag-tt {
  background-position: -32px -154px;
}
.flag.flag-tv {
  background-position: -48px -154px;
}
.flag.flag-tw {
  background-position: -64px -154px;
}
.flag.flag-tz {
  background-position: -80px -154px;
}
.flag.flag-ua {
  background-position: -96px -154px;
}
.flag.flag-ug {
  background-position: -112px -154px;
}
.flag.flag-um {
  background-position: -128px -154px;
}
.flag.flag-us {
  background-position: -144px -154px;
}
.flag.flag-uy {
  background-position: -160px -154px;
}
.flag.flag-uz {
  background-position: -176px -154px;
}
.flag.flag-va {
  background-position: -192px -154px;
}
.flag.flag-vc {
  background-position: -208px -154px;
}
.flag.flag-ve {
  background-position: -224px -154px;
}
.flag.flag-vg {
  background-position: -240px -154px;
}
.flag.flag-vi {
  background-position: 0 -165px;
}
.flag.flag-vn {
  background-position: -16px -165px;
}
.flag.flag-vu {
  background-position: -32px -165px;
}
.flag.flag-wales {
  background-position: -48px -165px;
}
.flag.flag-wf {
  background-position: -64px -165px;
}
.flag.flag-ws {
  background-position: -80px -165px;
}
.flag.flag-ye {
  background-position: -96px -165px;
}
.flag.flag-yt {
  background-position: -112px -165px;
}
.flag.flag-za {
  background-position: -128px -165px;
}
.flag.flag-zanzibar {
  background-position: -144px -165px;
}
.flag.flag-zm {
  background-position: -160px -165px;
}
.flag.flag-zw {
  background-position: -176px -165px;
}
