/*! jQuery UI - v1.10.4 - 2014-05-30
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden
{
    display: none;
}
.ui-helper-hidden-accessible
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after
{
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after
{
    clear: both;
}
.ui-helper-clearfix
{
    min-height: 0;
}

.ui-front
{
    z-index: 100;
}
.ui-button .ui-button-text
{
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-widget select, .ui-widget textarea, .ui-widget .ui-widget-content
{
    border: 1px solid #555;
    background: #fff;
    color: #333;
}
.ui-widget-content .ui-widget-header
{
    font-weight: bold;
}
.ui-widget-header a
{
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: 1px;
    border-style: dotted;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border: 1px solid;
    background: #fff;
    font-weight: bold;
}
