/**
 * Pretezuje jQuery UI CSS
 */

@import url('jquery-ui/base.css');

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Droid Sans,Verdana,Geneva,sans-serif;
    font-size: 12px;
}
input[type="submit"],
input[type="button"] {
	font-weight: bold;
}
.ui-widget-content {
    color: #000;
    /* Chrome needs this */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ui-widget-content a {
	color: #836286;
}
.ui-corner-all {
    border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}


/* Dialog */

.ui-dialog {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 0;
    border: 0;
    z-index: 10001 !important;
}
.ui-widget-overlay {
    background: #666;
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
    z-index: 10000 !important;
}
.ui-dialog .ui-dialog-content {
    padding: 10px;
    border: 0;
    background: #fff;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    height: 29px;
    text-indent: 10px;
    line-height: 30px;
    /*text-shadow: 1px 1px 0 rgba(0,0,0,0.2);*/
    border: 0;
    /* bottom left radius annul */
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    /* bottom right radius annul */
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
	background: #232840;
}
.ui-dialog .ui-dialog-title {
    margin: 0;
    float: none;
}
.ui-dialog .ui-dialog-titlebar-close {
    padding: 0;
    margin: 0;
    top: 5px;
    width: 19px;
    height: 19px;
    right: 5px;
}
.ui-dialog-titlebar-close:hover {
    border: 0;
    background: #fff;
}


/* Slider */

.ui-widget-header {
	background: #FF85FE;
}
.ui-slider.ui-widget-content {
	background: #FCF2FF;
	border-color: #EFC8F8;
}
.ui-slider .ui-slider-handle {
	background: #fff;
	border-color: #EFC8F8;
}
.ui-slider-handle.ui-state-hover,
.ui-slider-handle.ui-state-focus,
.ui-slider-handle.ui-state-active {
	background: #FBD6FF;
	border-color: #DB41E0;
}