@CHARSET "UTF-8";

/* Slider setup */

/*the slider background*/
.blaze-anon-max-users, .blaze-auth-max-users {
	position: relative;
	margin: 0;
	padding: 0;
	width: 99%;
	height: 11px;
	background: url(../images/slider/slider-bg.png);
}

/*Style for the slider button*/
.ui-slider-handle {
	width:24px;
	height:24px;
	position:absolute;
	top:-7px;
	margin-left:-12px;
	z-index:200;
	background:url(../images/slider/slider-button.png);
}

/*Result div where the slider value is displayed*/
#slider-anon-max-users-result, #slider-auth-max-users-result {
	font-size:24px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:gray;
	width:99.25%;
	text-align:center;
	text-shadow:0 1px 1px silver;
	font-weight:700;
	padding:20px 0;
        cursor: pointer;
}

.blaze_modifier { width: 99.25%; text-align: center; }

#blaze_anon_max_users_modifier, #blaze_auth_max_users_modifier
{
    display: none;
    margin-top: 16px;
    width: 40px !important;
    text-align: right;
}

/*This is the fill bar colour*/
.ui-widget-header {
	background:url(../images/slider/fill.png) no-repeat left;
	height:8px;
	left:1px;
	top:1px;
	position:absolute;
}

/* visual styling improvements */

#blazemeter-form input[type="text"], #blazemeter-form input[type="password"]
{
    width: 386px;
}

#blaze-nonlogged, #blaze-logged {
	margin: 15px 0px;
}

#blaze-logged { float: right; margin-top: 0; margin-right: 22px; }
#blaze-logged .button-secondary { padding-left: 125px; padding-right: 125px; }


#message { padding: 18px; font-weight: bold; border: 1px solid transparent; border-radius: 6px; }

#message.success { color: green; background-color: #efe; border-color: green; }
#message.error { color: maroon; background-color: #fee; border-color: maroon; }

#blaze_cover
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .35;
}
#blaze_loader
{
    display: none;
    position: fixed;
    left: 50%; top: 50%;
    z-index: 51;
    font-size: 2em;
    font-variant: small-caps;
    color: white;
    text-shadow: 1px 1px 4px black;
}

.blaze_anon_pages, .blaze_auth_pages
{
    margin-bottom: 16px;
    padding: 8px;
    width: 99% !important;
    background: url('../images/slider/slider-button.png') 99.5% center no-repeat !important;
}

.blaze_dialog { margin: 0; padding: 0; }
.blaze_dialog .info { color: white; }

input[type="button"].scenario { width: 125px; cursor: pointer;background-color:white;border: 1px solid #bbb;}
input[type="button"].scenario.selected { font-weight: bold; background-color: #eee; border: 1px solid gray; }
input[type="button"].scenario:hover { border: 1px solid #666;}

#blaze_tip
{
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 25px;
    width: 570px;
    height: 250px;
    font-size: 1em;
    color: black;
    background-color: white;
    border: 1px solid gray;
}

#blaze_tip h3 { font-size: 1.3em; }

#blaze_tip .sc_img, #blaze_tip .sc_desc, #blaze_tip .sc_int {
    display: inline-block;
    vertical-align: top;
}

#blaze_tip .sc_img { width: 37%; float: left; }
#blaze_tip .sc_desc { width: 28%; float: left; }
#blaze_tip .sc_int { width: 34%; float: right; }

div.buttonset { margin-top: 32px; }