

/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, 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); }




.ui-resizable { position: relative;}
.ui-resizable-handle
{
    height: 40px;
    width: 40px;
	background:rgba(0,0,0,0.5);
}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; top: 0px; left: 0; }
.ui-resizable-s { cursor: s-resize; bottom: 0px; left: calc(50% - 10px);; height:10px }
.ui-resizable-e { cursor: e-resize; right: 0px; top: calc(50% - 10px);; width:10px; }
.ui-resizable-w { cursor: w-resize; left: 0px; top: 0; }
.ui-resizable-se { cursor: se-resize; right: 0px; bottom: 1px; width:10px; height:10px; }
.ui-resizable-sw { cursor: sw-resize; left: 0px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; left: 0px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; right: 0px; top: -5px;}/*

.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:5px;background:url(../images/ui-icons.png) repeat-x;
	background-position:-140px -28px; }
.ui-slider-horizontal .ui-slider-handle { top: -.6em; /*margin-left: -.6em;*/ }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%;
	background:url(../images/ui-icons.png) repeat-x;
	background-position:-120px 0px; }
.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; }


.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}
.ui-datepicker
{
	background:#FFFFFF;
	border:1px solid;
}
.ui-datepicker-header
{
	background:#CCCCCC;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png");
	height: 16px;
    width: 16px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 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-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
	text-indent:-9999em;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    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 {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
}
.ui-datepicker td a.ui-state-active
{
	background:#CCCCCC;
}

.ui-datepicker td a.ui-state-highlight
{
	background:#000;
	color: #FFFFFF;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
	border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.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;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.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-left-width: 1px;
    border-right-width: 0;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-datepicker-cover {
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}

.ui-block
{
	text-align:center;
	z-index:10000; border: medium none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px;; position: absolute;
	background:url(../images/loaders/main.png) center no-repeat;
	}
.blockUI.blockMsg
{
	top:0px;
	background:#FAE5B0;
	border:1px solid #FAD163;
	 font-size: 80%;
    padding: 6px 15px;
	left:50%;
	color:#333;
	text-align:center;
}

.ui-slider-horizontal {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #D5D5D5;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 white, 0 1px 0 #E5E5E5 inset;
    height: 4px;
    margin: 8px 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: -1px;
}
.ui-slider .ui-slider-range {
    background: -moz-linear-gradient(center top , #9BCFF5 0%, #84C4F3 100%) repeat scroll 0 0 transparent;
    border: 1px solid #5BA8E1;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    display: block;
    font-size: 0.7em;
    height: 6px;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -6px;
}
.ui-slider .ui-slider-handle {
    background: url("../images/icons/handle.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.input-append.color .add-on {
    padding: 6px;
}
.input-append .add-on, .input-prepend .add-on {
    padding: 6px;
}
.input-append.color .add-on i, .input-prepend.color .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}
.ui-spinner {
    border: medium none;
    box-shadow: none;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-widget-content a {
    color: #222222;
}
.ui-spinner-up {
    background: url("../images/icons/spinner-top.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    top: 0;
}
.ui-spinner-down {
    background: url("../images/icons/spinner-bottom.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 15px;
}
.ui-spinner-up, .ui-spinner-down {
    border: medium none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1px;
    width: 18px;
    z-index: 100;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
#back-top {
    display: none;
}
#module-back_to_top {
    bottom: 10px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    z-index: 99;
}

#back-top a {
    color: #bbb;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 50px;
}
#back-top a:hover {
    color: #000;
}
#back-top a:hover span {
    background-color: #333;
}
#back-top span {
    background: url("../images/icons/up-arrow.png") no-repeat scroll center center #0088cc;
    display: block;
    height: 50px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 50px;
}