/* *****************************************************************************
Notes:
- ONLY override bootstrap-tour.css classes here.
- DO NOT repeat classes from bootstrap-tour.css unless there is a real change.
***************************************************************************** */

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/


/* Interaction Cues
----------------------------------*/


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

/* states and images */


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

/* Overlays */


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 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=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget-content {  color: #222222;  }
.ui-widget-header {  color: #eaf5f7; font-weight: bold;  }
.ui-widget-header a { color: #000; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: -webkit-linear-gradient(#8bb238, #6e9f12); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#8bb238, #6e9f12); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#8bb238, #6e9f12); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#8bb238, #6e9f12); color:#fff
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.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 {
	background: -webkit-linear-gradient(#7FA233, #6A9A12); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7FA233, #6A9A12); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7FA233, #6A9A12); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7FA233, #6A9A12); /* Standard syntax */
	font-weight: normal;
}
.ui-state-hover a, .ui-state-hover a:hover {
	font-weight: normal;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #fff; font-weight: normal; color: #000;  }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #6b9a0b; text-decoration: none;}
.ui-tabs-nav .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #cacaca; background: #fff; font-weight: normal; color: #000; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {background-color:#9ec649; color: #000; }

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

/* states and images */
.ui-state-default .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/ui-icons_d8e7f3_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/ui-icons_d8e7f3_256x240.png); }

/* positioning */

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

/* Corner radius */

/* Overlays */
.ui-widget-overlay { background: #000; opacity: .60;filter:Alpha(Opacity=30); }
/* Resizable
----------------------------------*/
/* Selectable
----------------------------------*/
/* Accordion
----------------------------------*/
/* IE7-/Win - Fix extra vertical space in lists */
/* Autocomplete
----------------------------------*/

/* workarounds */

/* Menu
----------------------------------*/
/* Button
----------------------------------*/

.ui-button {
	display: inline-block;
	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 */
	background: -webkit-linear-gradient(#8bb238, #6e9f12); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#8bb238, #6e9f12); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#8bb238, #6e9f12); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#8bb238, #6e9f12); /* Standard syntax */
	color:#fff;
	border-radius:6px;
	border:1px solid DarkGray;
	font-weight:normal;
}
.ui-button:hover {
	display: inline-block;
	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 */
	background: -webkit-linear-gradient(#7FA233, #6A9A12); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7FA233, #6A9A12); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7FA233, #6A9A12); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7FA233, #6A9A12); /* Standard syntax */
	color:#fff;
	border-radius:6px;
	border:1px solid DarkGray;
	font-weight:normal;
}

/*button text element */
/* no icon support for input elements, provide padding by default */
input.ui-button { }

/*button icon element(s) */

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

/* workarounds */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background-color:#fff; top:40%; left:40%;  }
.ui-draggable .ui-dialog-titlebar { cursor: move; background-color:#3d3d68 }
/* Slider
----------------------------------*/
/* Tabs
----------------------------------*/
.ui-tabs {  } /* 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:0;  }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; top: 2px; margin: 0 1px 0px 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; font-weight:bold }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding:20px 10px 20px 5px; background: #fff; border:1px #c1c1c1 solid; }
/* Datepicker
----------------------------------*/

/* with multiple calendars */

/* RTL support */

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* Progressbar
----------------------------------*/
#dialog-tour-end-all{ height:auto!important}
#dialog-tour-end-all p{ padding:5px 0 5px 8px}