/*! jQuery UI - v1.9.2 - 2012-12-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.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; 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); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.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; }
.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: .8em; }
.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; }

/** Added from Application.css - missing animations */
   .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;
       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-state-disabled {
       cursor: default !important
   }
   .ui-icon {
       display: block;
       text-indent: -99999px;
       overflow: hidden;
       background-repeat: no-repeat
   }
   .ui-widget-overlay {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%
   }
   .ui-resizable {
       position: relative
   }
   .ui-resizable-handle {
       position: absolute;
       font-size: 0.1px;
       display: block
   }
   .ui-resizable-disabled .ui-resizable-handle,
   .ui-resizable-autohide .ui-resizable-handle {
       display: none
   }
   .ui-resizable-n {
       cursor: n-resize;
       height: 7px;
       width: 100%;
       top: -5px;
       left: 0
   }
   .ui-resizable-s {
       cursor: s-resize;
       height: 7px;
       width: 100%;
       bottom: -5px;
       left: 0
   }
   .ui-resizable-e {
       cursor: e-resize;
       width: 7px;
       right: -5px;
       top: 0;
       height: 100%
   }
   .ui-resizable-w {
       cursor: w-resize;
       width: 7px;
       left: -5px;
       top: 0;
       height: 100%
   }
   .ui-resizable-se {
       cursor: se-resize;
       width: 12px;
       height: 12px;
       right: 1px;
       bottom: 1px
   }
   .ui-resizable-sw {
       cursor: sw-resize;
       width: 9px;
       height: 9px;
       left: -5px;
       bottom: -5px
   }
   .ui-resizable-nw {
       cursor: nw-resize;
       width: 9px;
       height: 9px;
       left: -5px;
       top: -5px
   }
   .ui-resizable-ne {
       cursor: ne-resize;
       width: 9px;
       height: 9px;
       right: -5px;
       top: -5px
   }
   .ui-selectable-helper {
       position: absolute;
       z-index: 100;
       border: 1px dotted black
   }
   .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
   }
   .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: .8em
   }
   .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
   }
   .animated {
       -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
       -ms-animation-fill-mode: both;
       -o-animation-fill-mode: both;
       animation-fill-mode: both;
       -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
       -ms-animation-duration: 1s;
       -o-animation-duration: 1s;
       animation-duration: 1s
   }
   .animated.hinge {
       -webkit-animation-duration: 1.5s;
       -moz-animation-duration: 1.5s;
       -ms-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
       animation-duration: 1.5s
   }
   @-webkit-keyframes bounceIn {
       0% {
           opacity: 0;
           -webkit-transform: scale(0.3)
       }
       50% {
           opacity: 1;
           -webkit-transform: scale(1.05)
       }
       70% {
           -webkit-transform: scale(0.9)
       }
       100% {
           -webkit-transform: scale(1)
       }
   }
   @-moz-keyframes bounceIn {
       0% {
           opacity: 0;
           -moz-transform: scale(0.3)
       }
       50% {
           opacity: 1;
           -moz-transform: scale(1.05)
       }
       70% {
           -moz-transform: scale(0.9)
       }
       100% {
           -moz-transform: scale(1)
       }
   }
   @-o-keyframes bounceIn {
       0% {
           opacity: 0;
           -o-transform: scale(0.3)
       }
       50% {
           opacity: 1;
           -o-transform: scale(1.05)
       }
       70% {
           -o-transform: scale(0.9)
       }
       100% {
           -o-transform: scale(1)
       }
   }
   @keyframes bounceIn {
       0% {
           opacity: 0;
           transform: scale(0.3)
       }
       50% {
           opacity: 1;
           transform: scale(1.05)
       }
       70% {
           transform: scale(0.9)
       }
       100% {
           transform: scale(1)
       }
   }
   .bounceIn {
       -webkit-animation-name: bounceIn;
       -moz-animation-name: bounceIn;
       -o-animation-name: bounceIn;
       animation-name: bounceIn
   }
   @-webkit-keyframes bounceOutDown {
       0% {
           -webkit-transform: translateY(0)
       }
       20% {
           opacity: 1;
           -webkit-transform: translateY(-20px)
       }
       100% {
           opacity: 0;
           -webkit-transform: translateY(2000px)
       }
   }
   @-moz-keyframes bounceOutDown {
       0% {
           -moz-transform: translateY(0)
       }
       20% {
           opacity: 1;
           -moz-transform: translateY(-20px)
       }
       100% {
           opacity: 0;
           -moz-transform: translateY(2000px)
       }
   }
   @-o-keyframes bounceOutDown {
       0% {
           -o-transform: translateY(0)
       }
       20% {
           opacity: 1;
           -o-transform: translateY(-20px)
       }
       100% {
           opacity: 0;
           -o-transform: translateY(2000px)
       }
   }
   @keyframes bounceOutDown {
       0% {
           transform: translateY(0)
       }
       20% {
           opacity: 1;
           transform: translateY(-20px)
       }
       100% {
           opacity: 0;
           transform: translateY(2000px)
       }
   }
   .bounceOutDown {
       -webkit-animation-name: bounceOutDown;
       -moz-animation-name: bounceOutDown;
       -o-animation-name: bounceOutDown;
       animation-name: bounceOutDown
   }
   @-webkit-keyframes bounceInUp {
       0% {
           opacity: 0;
           -webkit-transform: translateY(2000px)
       }
       60% {
           opacity: 1;
           -webkit-transform: translateY(-30px)
       }
       80% {
           -webkit-transform: translateY(10px)
       }
       100% {
           -webkit-transform: translateY(0)
       }
   }
   @-moz-keyframes bounceInUp {
       0% {
           opacity: 0;
           -moz-transform: translateY(2000px)
       }
       60% {
           opacity: 1;
           -moz-transform: translateY(-30px)
       }
       80% {
           -moz-transform: translateY(10px)
       }
       100% {
           -moz-transform: translateY(0)
       }
   }
   @-o-keyframes bounceInUp {
       0% {
           opacity: 0;
           -o-transform: translateY(2000px)
       }
       60% {
           opacity: 1;
           -o-transform: translateY(-30px)
       }
       80% {
           -o-transform: translateY(10px)
       }
       100% {
           -o-transform: translateY(0)
       }
   }
   @keyframes bounceInUp {
       0% {
           opacity: 0;
           transform: translateY(2000px)
       }
       60% {
           opacity: 1;
           transform: translateY(-30px)
       }
       80% {
           transform: translateY(10px)
       }
       100% {
           transform: translateY(0)
       }
   }
   .bounceInUp {
       -webkit-animation-name: bounceInUp;
       -moz-animation-name: bounceInUp;
       -o-animation-name: bounceInUp;
       animation-name: bounceInUp
   }
   @-webkit-keyframes bounceInDown {
       0% {
           opacity: 0;
           -webkit-transform: translateY(-2000px)
       }
       60% {
           opacity: 1;
           -webkit-transform: translateY(30px)
       }
       80% {
           -webkit-transform: translateY(-10px)
       }
       100% {
           -webkit-transform: translateY(0)
       }
   }
   @-moz-keyframes bounceInDown {
       0% {
           opacity: 0;
           -moz-transform: translateY(-2000px)
       }
       60% {
           opacity: 1;
           -moz-transform: translateY(30px)
       }
       80% {
           -moz-transform: translateY(-10px)
       }
       100% {
           -moz-transform: translateY(0)
       }
   }
   @-o-keyframes bounceInDown {
       0% {
           opacity: 0;
           -o-transform: translateY(-2000px)
       }
       60% {
           opacity: 1;
           -o-transform: translateY(30px)
       }
       80% {
           -o-transform: translateY(-10px)
       }
       100% {
           -o-transform: translateY(0)
       }
   }
   @keyframes bounceInDown {
       0% {
           opacity: 0;
           transform: translateY(-2000px)
       }
       60% {
           opacity: 1;
           transform: translateY(30px)
       }
       80% {
           transform: translateY(-10px)
       }
       100% {
           transform: translateY(0)
       }
   }
   .bounceInDown {
       -webkit-animation-name: bounceInDown;
       -moz-animation-name: bounceInDown;
       -o-animation-name: bounceInDown;
       animation-name: bounceInDown
   }
