/* uniform access to css files from /css */

@import url('../jquery/ui/1.10.4/themes/base/jquery.ui.all.css');

/* various enhancements and additions to jQuery UI css rules */

/* Corner styling for dialogs and popups (adapted from jQuery Mobile) */

.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child,
.ui-corner-top > .ui-header:first-child,
.ui-corner-top > .ui-content:first-child,
.ui-corner-top > .ui-footer:first-child,
.ui-corner-left > .ui-header:first-child,
.ui-corner-left > .ui-content:first-child,
.ui-corner-left > .ui-footer:first-child,
.ui-corner-tl > .ui-header:first-child,
.ui-corner-tl > .ui-content:first-child,
.ui-corner-tl > .ui-footer:first-child {
 -webkit-border-top-left-radius: inherit;
 border-top-left-radius: inherit;
}

.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child,
.ui-corner-top > .ui-header:first-child,
.ui-corner-top > .ui-content:first-child,
.ui-corner-top > .ui-footer:first-child,
.ui-corner-right > .ui-header:first-child,
.ui-corner-right > .ui-content:first-child,
.ui-corner-right > .ui-footer:first-child,
.ui-corner-tr > .ui-header:first-child,
.ui-corner-tr > .ui-content:first-child,
.ui-corner-tr > .ui-footer:first-child {
 -webkit-border-top-right-radius: inherit;
 border-top-right-radius: inherit;
}

.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child,
.ui-corner-bottom > .ui-header:last-child,
.ui-corner-bottom > .ui-content:last-child,
.ui-corner-bottom > .ui-footer:last-child,
.ui-corner-left > .ui-header:last-child,
.ui-corner-left > .ui-content:last-child,
.ui-corner-left > .ui-footer:last-child,
.ui-corner-bl > .ui-header:last-child,
.ui-corner-bl > .ui-content:last-child,
.ui-corner-bl > .ui-footer:last-child {
 -webkit-border-bottom-left-radius: inherit;
 border-bottom-left-radius: inherit;
}

.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child,
.ui-corner-bottom > .ui-header:last-child,
.ui-corner-bottom > .ui-content:last-child,
.ui-corner-bottom > .ui-footer:last-child,
.ui-corner-right > .ui-header:last-child,
.ui-corner-right > .ui-content:last-child,
.ui-corner-right > .ui-footer:last-child,
.ui-corner-br > .ui-header:last-child,
.ui-corner-br > .ui-content:last-child,
.ui-corner-br > .ui-footer:last-child {
 -webkit-border-bottom-right-radius: inherit;
 border-bottom-right-radius: inherit;
}

/* Radius clip workaround for cleaning up corner trapping (adapted jQuery Mobile) */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-bottom,
.ui-corner-bl,
.ui-corner-br {
 -webkit-background-clip: padding;
 background-clip: padding-box;
}
