@charset "utf-8";

/* PANEL LINK: CLASS PARAMETERS (DISABLED) */
a.plkDisabled {
  background-image: url(images/plkIconsOff.gif);
  color: #999;
  cursor: default;
}

a.plkDisabled:hover {
  background-color: transparent;
  color: #999;
  text-decoration: none;
}

a.plkDisabled strong {
  color: #999;
}

a.plkDisabled:hover strong {
  color: #999;
  text-decoration: none;
}

/* PANEL LINK: CLASS PARAMETERS (ICON) */

a.plkIconAdvancedBranching {
  background-position: 5px -92px;
}

a.plkIconGlossary {
  background-position: 5px -187px;
}

a.plkIconEmailTriggers {
  background-position: 5px -287px;
}

a.plkIconScoring {
  background-position: 5px -387px;
}

a.plkIconQuotas {
  background-position: 5px -487px;
}

a.plkIconWebServices {
  background-position: 5px -585px;
}

a.plkIconTranslate {
  background-position: 5px -687px;
}

a.plkIconVersionHistory {
  background-position: 5px -787px;
}

a.plkIconEditHtml {
  background-position: 5px -887px;
}

a.plkIconSpellCheck {
  background-position: 5px -987px;
}

/*** DRAWER ***/
.drawer {
  clear: both;
  position: relative;
  margin: 0 0 9px 0;
}

.drawer h3 {
  background: url(images/icons-sprite-1.png) no-repeat 8px -657px;
  cursor: pointer;
  margin-bottom: 0;
}

.drawer .content {
  display: none;
  padding: 0px 10px 10px !important;
}

/*TODO: Create mixin start*/
.drawer a.trigger {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.drawer a.trigger:hover {
  color: #000;
  text-decoration: none;
}

.drawer .appendage {
  float: right;
  font-size: 11px;
  margin-top: -27px;
  margin-bottom: 2px;
}

.drawer h4 {
  font-size: 13px;
}
/*TODO: Create mixin end*/
.drawer ul + h4 {
	padding-top: 8px;
}

.drawer li {
  line-height: 14px;
}

.drawer p + ul {
  margin-top: -4px;
}

.drawer label + input,
.drawer label + select,
.drawer span.error {
}

.drawer .links,
.drawer .error {
  font-size: 11px;
}

.drawer .tl,
.drawer .tr,
.drawer .bl,
.drawer .br {
  background: url("images/icons-sprite-1.png") no-repeat 0px -2588px;
  height: 7px;
  width: 7px;
}

.drawer .tl {
  background-position: 0px -2588px;
  top: -1px;
  left: -1px;
}

.drawer .tr {
  background-position: -8px -2588px;
  top: -1px;
  right: -1px;
}

.drawer .bl {
  background-position: 0px -2594px;
  bottom: -1px;
  left: -1px;
}

.drawer .br {
  background-position: -8px -2594px;
  bottom: -1px;
  right: -1px;
}

/* DRAWER: CLASS PARAMETERS (ICON) */

.drwIconChooseOne h3 a,
.drwIconChooseMany h3 a,
.drwIconFillIn h3 a,
.drwIconEssay h3 a {
  background-image: url(images/adderIcons.gif);
  background-repeat: no-repeat;
  display: block;
  padding-left: 22px;
}

.drwIconChooseOne h3 a {
  background-position: -3px -4px;
}

.drwIconChooseMany h3 a {
  background-position: -3px -29px;
}

.drwIconFillIn h3 a {
  background-position: -3px -54px;
}

.drwIconEssay h3 a {
  background-position: -3px -79px;
}

/* DRAWER: CLASS PARAMETERS (STATE) */

.drwStateExpanded h3 {
  background: url(images/icons-sprite-1.png) no-repeat 8px -632px;
  margin-bottom: 2px;
}

.drwStateExpanded .content {
  display: block;
}

/*** ACCORDION ***/
/* (Note: Accordion is just a series of drawers that appear connected.) */
.accordion .drawer {
  margin-bottom: -1px;
}

/* fixes for Pages Pane drawer*/
#divPagesPane .accordion .drawer {
  overflow: hidden;
}

#divPagesPane .accordion .drawer .trigger span {
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*** BALLOON ***/
.balloon {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  width: 300px;
}

.balloon .arrow {
  background-image: url(images/balArrowTop.gif);
  background-repeat: no-repeat;
  display: none;
  height: 14px;
  width: 27px;
}

.balloon a.close {
  background-image: url(images/balloonClose.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: right;
  height: 16px;
  margin: 7px 5px 5px 5px;
  width: 16px;
}

.balloon a:hover.close {
  background-image: url(images/balloonCloseOn.png);
  text-decoration: none;
}

.balloon p {
  float: left;
  margin: 10px 0 10px 10px;
  padding: 0;
  width: 264px;
}

/* BALLOON: CLASS PARAMETERS (ARROW) */

.balArrowTopRight .arrow {
  display: block;
  float: right;
  position: relative;
  top: -14px;
  right: -8px;
}

.balArrowTopRight p {
  margin-top: -4px;
}

.balArrowTopLeft .arrow {
  display: block;
  float: left;
  position: relative;
  top: -14px;
  left: 18px;
}

.balArrowTopLeft p {
  margin-top: -4px;
}

/* BALLOON: CLASS PARAMETERS (SHADOW) */

.balShadow {
  -moz-box-shadow: 3px 3px 4px #999;
  -webkit-box-shadow: 3px 3px 4px #999;
  box-shadow: 3px 3px 4px #999;
}

.Dashboard .dashboardWrapper .wrapperContent .tabContentArea {
  padding-bottom: 45px;
}

.Dashboard .surround .footer {
  visibility: hidden;
}

.Dashboard .loadingText {
  z-index: 9000;
  background-color: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 20px;
  text-align: center;
  width: 300px;
}

.Dashboard .loadingDiv {
  display: none;
  background: gray;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-opacity: .3;
  z-index: 10000;
}

* html .Dashboard .navigation {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

.dashboardWrapper {
  background-color: #FFF;
  clear: both;
  position: relative;
  margin: 0px 30px 0px;
}

.dashboardDeleteIcon {
  background-position: 0 -75px;
}

.Dashboard .RadMenu_Vovici .dashboardItemShowMenu .rmLeftImage {
  background: url(images/icons-sprite-1.png) no-repeat 0px -2960px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 5px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.Dashboard .dashboardItemShowMenu:hover .rmLeftImage {
  background: url(images/icons-sprite-1.png) no-repeat 0px -3000px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 5px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
  z-index: 1;
}

.Dashboard .RadMenu_Vovici .rmRootGroup .dashboardItemShowMenu, .Dashboard .RadMenu_Vovici .rmLink .dashboardItemShowMenu, .Dashboard .RadMenu_Vovici .rmText .dashboardItemShowMenu {
  background-color: transparent !important;
  background-image: none !important;
}

.Dashboard .rdTitleBar .RadMenu_Vovici,
.DashboardPreview .rdTitleBar .RadMenu_Vovici {
	float: right !important;
	z-index: 20 !important;
	width: 20px;
	cursor: default;
}

.Dashboard .rdTitleBar .DashboardFilter,
.DashboardPreview .rdTitleBar .DashboardFilter {
	float: left !important;
	z-index: 1 !important;
	width: 20px;
	height: 20px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.Dashboard .rdTitleBar .AlertIcon,
.DashboardPreview .rdTitleBar .AlertIcon {
	float: left !important;
	z-index: 1 !important;
	width: 20px;
	height: 20px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 7px !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.Dashboard .dashboardItemShowMenu .rmText {
  padding-bottom: 0px  !important;
  padding-top: 0px  !important;
  padding-left: 0px  !important;
  padding-right: 0px  !important;
}

.Dashboard .dashToolBar {
  background-color: #edf2fb;
  font-size: 28px;
  color: #666666;
  height: 90px;
}

.Dashboard .dashToolBar .items li {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  padding: 10px 10px 0px 10px;
  height: 80px;
}

.Dashboard .dashToolBar .items li.middle {
  border-left: 1px solid #C0CBE2;
}

.Dashboard .dashToolBar .items li.tail {
  float: right;
  margin-right: 0;
  margin-left: -15px;
}

.Dashboard .dashToolBar .items li.tail .balloon {
  width: 18px;
}

.Dashboard .dashToolBar .items li.tail .balloon a.close {
  margin: 1px;
}

.Dashboard .dashToolBar .content .newDashBoardTitle,
.Dashboard .dashToolBar select.newDashBoardTitle {
  color: #333;
  vertical-align: middle;
  font-size: 28px;
  border: 1px solid #cbcbcb;
  padding: 3px;
  width: 300px;
}

.ShareDashboard .sharedReportProperties input {
  vertical-align: -2px;
}

/*** ??? ***/
.wrapper {
  background-color: #FFF;
  clear: both;
  position: relative;
  margin: 14px 30px 0px;
}

.wrapper .wrapperContent {
  padding: 0px;
}

.wtl,
.wtr,
.wbl,
.wbr {
  background-image: url(images/boxBgWhite.gif);
  background-repeat: no-repeat;
  height: 7px;
  width: 7px;
  display: block;
  overflow: hidden;
  position: absolute;
}

.wbl {
  background-position: 0 -8px;
}

.wbr {
  background-position: -8px -8px;
}

.wtl {
  background-position: -0px -45px;
  top: -2px;
  left: -2px;
}

.wtr {
  background-position: -8px -45px;
  top: -2px;
  right: -2px;
}

.wbl {
  background-position: -0px -53px;
  bottom: -2px;
  left: -2px;
}

.wbr {
  background-position: -8px -53px;
  bottom: -2px;
  right: -2px;
}

/** Web Services Event Handler **/
.wsEventHandler .fields {
  border-collapse: separate;
  border-spacing: 4px;
  margin-top: 18px;
  margin-bottom: 14px;
}

.wsEventHandler select {
  font-size: inherit;
}

.wsEventHandler .verticalSpacer {
  height: 14px;
}

/* FREQUENCY FIXES TO SIGNIFICANTLY REDUCE MARKUP SIZE */
.FrequencyReportElement .FLbl {
	padding-left: 4px !important;
}

.FrequencyReportElement .FBar {
  margin-top: auto !important;
  margin-bottom: auto !important;
  height: 18px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.FrequencyReportElement .FCtr {
  text-align: center !important;
}

.FrequencyReportElement .FRt {
  text-align: right !important;
}

.FrequencyReportElement .FTh {
  font-weight: bold !important;
  padding-left: 5px !important;
}

.FrequencyReportElement .F100 {
	width: 100% !important;
	padding: 8px 0px;
}

.FrequencyReportElement .F1 {
  width: 1% !important;
  vertical-align: middle;
  padding: 8px 0px;
}

.FrequencyReportElement .FGS {
  text-align: right !important;
  display: inline-block !important;
  float: right !important;
}

.FrequencyReportElement .FCTh {
  font-weight: bold !important;
  padding: 0px 8px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.FrequencyReportElement .FCt {
  font-weight: bold !important;
  padding: 0px 5px !important;
  text-align: center !important;
}

.FrequencyReportElement .FQRTbl {
  border-collapse: collapse !important;
  margin-bottom: 10px !important;
}

.FrequencyReportElement .FRTbl {
  border-collapse: collapse !important;
  width: 100% !important;
  margin: 3px 0px 3px 5px !important;
}

.FrequencyReportElement .FSkp {
  padding-right: 4px !important;
}

.FrequencyReportElement .FH24 {
  height: 24px !important;
}

.FrequencyReportElement .FRFR {
  font-weight: bold !important;
  padding-right: 4px !important;
  white-space: nowrap !important;
}

.addFITBNumeric .removeRange {
  position: relative;
  top: 5px;
}

.addFITBNumeric .rgRow td span {
  vertical-align: baseline;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

.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:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* */
.ui-helper-rowalign {
  vertical-align: top;
}

/* 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
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.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=02_glass.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: Verdana,Arial,sans-serif;*/
  font-size: 1.1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../../install/SurveyThemes/base/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(../../install/SurveyThemes/base/ui-bg_highlight-soft_75_cccccc_1x100.png) 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 {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../../install/SurveyThemes/base/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
  outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(../../install/SurveyThemes/base/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
  outline: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
  outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../../install/SurveyThemes/base/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
  outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  outline: none;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../../install/SurveyThemes/base/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../../install/SurveyThemes/base/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../../install/SurveyThemes/base/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(../../install/SurveyThemes/base/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(../../install/SurveyThemes/base/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(../../install/SurveyThemes/base/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../../install/SurveyThemes/base/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(../../install/SurveyThemes/base/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(../../install/SurveyThemes/base/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../../install/SurveyThemes/base/ui-icons_cd0a0a_256x240.png);
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../../install/SurveyThemes/base/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../../install/SurveyThemes/base/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/* Accordion */
.slidertb {
  margin-left: 6px;
  text-align: right;
}

.slider input {
  margin-left: 10px;
}

.ui-slider {
  position: relative;
  text-align: left;
  top: 2px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #EEEEEE;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#CCCCCC',EndColorStr='#EEEEEE');
  background: -moz-linear-gradient(-90deg, #CCCCCC, #EEEEEE);
  background: -webkit-gradient(linear, left top, right bottom, from(#CCCCCC), to(#EEEEEE));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.slider-min-max-labels {
  font-size: 0.7em;
  font-family: Arial;
  color: #707070;
}

.sliderdiv {
  height: 19px !important;
  width: 200px;
  margin-left: 5px;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  top: -6px !important;
  height: 19px !important;
  width: 12px !important;
  margin-left: -7px !important;
  font-size: 0em;
}

.addFITBNumeric .ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 19px;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider table {
  background: transparent;
}

table.slider {
  background-color: Transparent;
}

table.slider td {
  border-bottom: none;
}

.slider-cell {
  vertical-align: middle;
}

.overflowY {
  overflow: auto;
}

.weightingTooltip {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}

/* TEMP: Survey Designer */
.Insert {
  background-position: -366px center;
}

.SurveyDesigner .reToolbar li {
  background-image: none !important;
}

.SurveyDesigner .Default.reWrapper {
  border: none !important;
}

.SurveyDesigner .reWrapper_corner,
.SurveyDesigner .reWrapper_center,
.SurveyDesigner .reLeftVerticalSide,
.SurveyDesigner .reRightVerticalSide {
  font-size: 0px !important;
  line-height: 0px !important;
}

.SurveyDesigner .Default.RadEditor {
  background: #F4F4F4;
}

.SurveyDesigner .Default.RadEditor .reContentCell {
  border-color: #CCC !important;
  border-width: 1px 0px !important;
  vertical-align: top;
}

.SurveyDesigner a.reTool_text .reButton_text {
  color: #000 !important;
}

.SurveyDesigner a:hover.reTool_text .reButton_text {
  color: #555 !important;
}

.SurveyDesigner .rtbSlide .RadToolBarDropDown .rtbWrap {
  padding-right: 30px !important;
}

.SurveyDesigner .rtbSlide .RadToolBarDropDown .rtbText {
  padding-right: 0px !important;
  width: 100% !important;
}

/* More TEMP: report designer */
.ReportDesigner .reportingContent .reToolbar li {
  background-image: none !important;
}

.ReportDesigner .reportingContent .Default.reWrapper {
  border: none !important;
}

.ReportDesigner .reportingContent .reWrapper_corner,
.ReportDesigner .reportingContent .reWrapper_center,
.ReportDesigner .reportingContent .reLeftVerticalSide,
.ReportDesigner .reportingContent .reRightVerticalSide {
  font-size: 0px !important;
  line-height: 0px !important;
}

.ReportDesigner .reportingContent .Default.RadEditor {
  background: #F4F4F4;
}

.ReportDesigner .reportingContent .Default.RadEditor .reContentCell {
  border-color: #CCC !important;
  border-width: 1px 0px !important;
}

.ReportDesigner .reportingContent #divCaption .Default.RadEditor,
.ReportDesigner .reportingContent #divElementGeneralContent .Default.RadEditor {
  height: auto !important;
}

.ReportDesigner .reportingContent #divCaption .Default.RadEditor .reContentCell {
  height: 73px !important;
}

.ReportDesigner .reportingContent a.reTool_text .reButton_text {
  color: #000 !important;
}

.ReportDesigner .reportingContent a:hover.reTool_text .reButton_text {
  color: #555 !important;
}

.ReportExport .boxRoleModal .content {
  height: 135px;
}

.GroupReports #noDataContainer {
  border: 2px solid #777;
  background-color: white;
  position: relative;
  display: block;
  vertical-align: middle;
  margin-top: 30px;
}

.GroupReports .noDataImg {
  margin-top: 50px;
  position: relative;
  background: url("../verint-cxbu/images/dshNoDataAvailable.png") no-repeat transparent center;
  height: 128px;
  width: 100%;
}

.GroupReports .noDataDescription {
  margin-bottom: 50px;
  height: 28px;
  width: 100%;
  font-size: 16px;
  color: #777;
  text-align: center;
}

.GroupReports .container {
  margin-top: 15px;
  background-color: #fff;
}

.AddDevicesGrid {
  margin-top: 10px;
}

.AddDevicesSearch Input[type="radio"] {
  vertical-align: top;
  margin: 1px 0px 0px 10px;
  padding: 0px 0px 3px 0px;
}

.rwDialogInput {
  border: 1px solid #cbcbcb;
}

.btnReturnToTop {
  position: fixed;
  top: 92%;
  left: 110%;
  z-index: 1000;
  cursor: pointer;
}

.RadMenu_Vovici .rmHorizontal .paired.right.rmDisabled:hover .rmText {
  padding-right: 5px;
}

.RadMenu_Vovici .rmLeftImage {
  margin: 1px 0 0 1px !important;
  padding: 0 !important;
  position: static !important;
}

.fullWidth {
  width: 100%;
}

/*End of RadComboBox*/
/** Start Lighbox2 2.10.0 plugin stylesheet **/
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Start Custom Verint styles for Lightbox2 */
/* Preload images */
body:after {
  content: url(./images/lightbox/close.png) url(./images/lightbox/loading.gif) url(./images/lightbox/prev.png) url(./images/lightbox/next.png);
  display: none;
}

.lightbox .lb-outerContainer {
  min-width: 256px;
  min-height: 256px;
  height: auto;
  width: auto;
}

.lb-container img.lb-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.lightbox .lb-dataContainer {
  min-width: 256px;
}

.RadAutoCompleteBox .racInput.racEmptyMessage {
  color: #a6a6a6;
}

/* End Custom Verint styles for Lightbox2 */
/** End Lighbox2 plugin stylesheet **/
/* Data Store Connections */
.ds-connections-options {
  margin: 20px 0 15px 0;
  display: block;
}

.ds-connections-options td {
  text-align: left;
  height: 18px;
  line-height: 18px;
  padding: 5px;
}

.ds-connections-recurrence {
  padding-top: 10px;
}

.loginMain .center .ds-connections-loader-login {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d0d0d0;
	filter: alpha(opacity=60);
	-ms-opacity: 0.6;
	opacity: 0.6;
	z-index: 1;
	margin: auto;
	display: none;
}

.ds-connections-loader-login img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.ds-connections-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d0d0d0;
  filter: alpha(opacity=60);
  -ms-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
  margin-left: 220px;
  display: none;
}

.ds-connections-loader img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.stbStateCollapsed .ds-connections-loader {
  margin-left: 45px;
}

.QuotasPane .section-heading {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.QuotasPane .section-block {
  margin: 15px 0;
}

.contentDesigner .labelsContent.QuotasPane .section-options input,
.contentDesigner .labelsContent.QuotasPane .section-options label {
  margin-top: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.QuotasPane #quotaEvalListDropdown {
  width: 280px;
}

.QuotasPane #quotaEvalListDropdown:disabled {
  background-color: #EBEBE4;
}

.QuotasPane a.aspNetDisabled {
  color: #999 !important;
  cursor: default;
  text-decoration: none;
}

.contentDesigner .QuotasPane.labelsContent > div.headerBlock {
  padding-bottom: 0;
}

.QuotaManagementEdit .boxRoleModal #divDialogContent {
  padding: 15px 20px;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

div.hopscotch-bubble .hopscotch-nav-button {
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
  width: auto;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  *zoom: 1;
  white-space: nowrap;
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.hopscotch-bubble .hopscotch-nav-button:hover {
  *zoom: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

div.hopscotch-bubble .hopscotch-nav-button:active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #1b5480;
  color: #fff;
  margin: 0 0 0 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #287bbc;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#287bbc', endColorstr='#23639a');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #287bbc), color-stop(100%, #23639a));
  background-image: -webkit-linear-gradient(to bottom, #287bbc 0, #23639a 100%);
  background-image: -moz-linear-gradient(to bottom, #287bbc 0, #23639a 100%);
  background-image: -o-linear-gradient(to bottom, #287bbc 0, #23639a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #287bbc), to(#23639a));
  background-image: -webkit-linear-gradient(top, #287bbc 0, #23639a 100%);
  background-image: -o-linear-gradient(top, #287bbc 0, #23639a 100%);
  background-image: linear-gradient(to bottom, #287bbc 0, #23639a 100%);
}

div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #2672ae;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#2672ae', endColorstr='#1e4f7e');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #2672ae), color-stop(100%, #1e4f7e));
  background-image: -webkit-linear-gradient(to bottom, #2672ae 0, #1e4f7e 100%);
  background-image: -moz-linear-gradient(to bottom, #2672ae 0, #1e4f7e 100%);
  background-image: -o-linear-gradient(to bottom, #2672ae 0, #1e4f7e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2672ae), to(#1e4f7e));
  background-image: -webkit-linear-gradient(top, #2672ae 0, #1e4f7e 100%);
  background-image: -o-linear-gradient(top, #2672ae 0, #1e4f7e 100%);
  background-image: linear-gradient(to bottom, #2672ae 0, #1e4f7e 100%);
}

div.hopscotch-bubble .hopscotch-nav-button.prev {
  border-color: #a7a7a7;
  color: #444;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#e9e9e9');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(to bottom, #f2f2f2 0, #e9e9e9 100%);
  background-image: -moz-linear-gradient(to bottom, #f2f2f2 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(to bottom, #f2f2f2 0, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0, #e9e9e9 100%);
}

div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8E8E8', endColorstr='#FFA9A9A9');
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), color-stop(100%, #a9a9a9));
  background-image: -webkit-linear-gradient(to bottom, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -moz-linear-gradient(to bottom, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -o-linear-gradient(to bottom, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(13%, #e3e3e3), color-stop(32%, #d7d7d7), color-stop(71%, #b9b9b9), to(#a9a9a9));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0, #e3e3e3 13%, #d7d7d7 32%, #b9b9b9 71%, #a9a9a9 100%);
}

div.hopscotch-bubble {
  background-color: #fff;
  border: 5px solid #000;
  border: 5px solid rgba(0, 0, 0, 0.5);
  color: #333;
	/*font-family: Helvetica,Arial;*/
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

div.hopscotch-bubble.invisible {
  opacity: 0;
}

div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none;
}

div.hopscotch-bubble h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0;
}

div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

div.hopscotch-bubble .hopscotch-content {
  font-weight: 400;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 8px;
}

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px;
}

div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0;
}

div.hopscotch-bubble .hopscotch-bubble-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #000;
  background: transparent url(./images/hopscotch-sprite.png) -192px -92px no-repeat;
  display: block;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
}

div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background: transparent url(./images/hopscotch-sprite.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 31px;
  padding: 0 10px 0 0;
  text-align: center;
  width: 30px;
  height: 30px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -22px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -24px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000;
  border-top: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -22px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: 7px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid #000;
  border-right: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #fff;
  border-top: 17px solid transparent;
  position: relative;
  left: -7px;
  top: -34px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000;
  border-left: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right;
}

/*
	END hopscotch.js CSS
*/

/*Gear menu*/
.menu-options.hidden {
  display: none;
}

.menu-options li {
  text-align: left;
}

.menu-options .Disabled a:hover,
.menu-options .Separator a:hover {
  background-color: #FFF;
}

.menu-options .Disabled span {
  color: #999;
}

/*Export responses page*/
.sftp-export .connections-options td {
  text-align: left;
  height: 18px;
  line-height: 18px;
  padding: 5px;
}

.sftp-export div[id*='SFTPConnectionSettings'] {
  margin: 5px 35px 15px 20px;
  display: block;
}

.sftp-export .content .boxIntro + .boxContent {
  padding: 0px;
}

.sftp-export .connections-options {
  border: 1px solid #cccccc;
  padding: 20px;
}

div[class$='-export'] .connection-loader, div[id*='tableauConnectionsLoader'].connection-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d0d0d0;
  filter: alpha(opacity=60);
  -ms-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
  display: none;
}

.sftp-export .connection-loader img, div[id*='tableauConnectionsLoader'].connection-loader img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sftp-export div[id*='ConnectionStatusInfo'].box {
  margin-top: 20px;
}

.sftp-export .helpIcon {
  background: url(images/icons-sprite-1.png) no-repeat -1px -692px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-bottom;
  height: 15px;
  width: 15px;
}

.sftp-export .helpCell {
  padding: 0px;
}

.sftp-export .connections-options .content.notification {
  padding-top: 13px;
}

.frameList .options {
  margin-bottom: 5px;
}

.divCbxDisplayAllColumns * {
  vertical-align: middle;
}

.frameList {
  overflow-x: hidden;
  margin-bottom: 10px;
}

.frameList .Grid tbody {
  max-height: 340px;
}

.frameList .Grid .cellDropDown {
  width: 215px;
}

.frameList .profileDropDown {
  width: 125px;
}

/*End DataMapTable*/

.selected-essay,
.selected-measure,
.selected-essay select,
.selected-measure select{
  position: relative;
  min-width: 300px;
}

.selected-essay .placeholder,
.selected-measure .placeholder{
  color: #3a3a3a;
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 9px;
  pointer-events: none;
  background-color: white;
}