Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/80/4277580/html/megaprojecthelp.com/index.php:2) in /home/content/80/4277580/html/megaprojecthelp.com/control/user_session.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/80/4277580/html/megaprojecthelp.com/index.php:2) in /home/content/80/4277580/html/megaprojecthelp.com/control/user_session.php on line 2
/*
* jQuery UI Slider @VERSION
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/slider/#theming
*/
.ui-widget-content {
background-color: #888;
border: 1px solid #333;
font-size: 1.1em;
}
.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;
-ms-touch-action: none;
touch-action: none;
border: 1px solid #AAA;
border-radius: 4px;
background-color: #EEE;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
background-color: #3075D8;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
margin-top: 15px;
margin-bottom: 20px;
}
.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;
}
.slider-ui-label {
display: inline-block;
vertical-align: middle;
width: 95px;
}
.slider-ui-text {
display: inline-block;
vertical-align: middle;
background-color: #EEE !important;
color: #555 !important;
font-weight: bold;
}
.section-slider_ui_width_container .controls p,
.section-slider_ui_width_2col .controls p,
.section-slider_ui_width_3col .controls p {
margin-top: 5px;
margin-bottom: 10px;
}