/*
Copyright 2013 cake Webdesign GbR
Alle Rechte vorbehalten / All rights reserved

carsten, cake Webdesign GbR · http://www.cake-webdesign.de

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/* 
    Created on : 20.11.2013, 21:12:55
    Author     : carsten
*/
/*
 LESS DSS (dynamic stylesheet) 1.8.5 (for less.js 1.3+)
 MORE INFO: http://cl.ly/Dqnr

 LESS mixins by Chris Krupski
*/
/* Backgrounds Group
========================== */
/* @group gradient-veritical() */
/* @end */
/* @group background-clip() */
/* @end */
/* Box Group
========================== */
/* @option: box-display() */
/* @end */
/* @group box-shadow() */
/* @end */
/* Border Group
========================== */
/* @group rounded() */
/* @end */
/* Transform Group
========================== */
/* @group matrix() */
/* @end */
/* @group rotate() */
/* @end */
/* @group scale() */
/* @end */
/* @group translate() */
/* @end */
/* @group skew() */
/* @end */
/* Transition
========================== */
/* Animation Group
========================== */
/* Column
========================== */
/* Misc Group
========================== */
/*
Copyright 2013 cake Webdesign GbR
Alle Rechte vorbehalten / All rights reserved

Carsten Kiefer <carsten.kiefer@cake-webdesign.de>, cake Webdesign GbR · http://www.cake-webdesign.de

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/* 
    Created on : 25.10.2013, 20:32:38
    Author     : Carsten Kiefer <carsten.kiefer@cake-webdesign.de>
*/
/* Compatibility */
.font_small {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 10px;
}
.font_small a,
.font_small * a {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 10px;
}
.box {
  color: #8df18d;
  border-color: #ffffff;
}
.box div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*

Examples:

.darkZebraTable {
  .drawZebraTable(#000000);
}

.lightZebraTable {
  .drawZebraTable(#FFFFFF);
}

.zebraTable {
  .drawZebraTable(#999999; zebraDarken; 20%);
}
*/
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */

  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */

  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear opacity 0.2s linear ease-out 0;
  -moz-transition: background-color 0.2s linear opacity 0.2s linear ease-out 0s;
  -o-transition: background-color 0.2s linear opacity 0.2s linear ease-out 0;
  /* Opera 10.5+ */

  transition: background-color 0.2s linear opacity 0.2s linear ease-out 0;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  zoom: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*    opacity: 0.6;
    filter: ~"alpha(opacity = 60)";*/

}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  zoom: 1;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /*    opacity: 0.9;
    filter: ~"alpha(opacity = 90)";*/

}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  zoom: 1;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /*    opacity: 0.9;
    filter: ~"alpha(opacity = 90)";*/

}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */

  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */

  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear opacity 0.2s linear ease-out 0;
  -moz-transition: background-color 0.2s linear opacity 0.2s linear ease-out 0s;
  -o-transition: background-color 0.2s linear opacity 0.2s linear ease-out 0;
  /* Opera 10.5+ */

  transition: background-color 0.2s linear opacity 0.2s linear ease-out 0;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  zoom: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*    opacity: 0.6;
    filter: alpha(opacity = 60);*/

}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  zoom: 1;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  zoom: 1;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */

  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */

  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear 0.2s ease-out 0;
  -moz-transition: background-color 0.2s linear 0.2s ease-out 0s;
  -o-transition: background-color 0.2s linear 0.2s ease-out 0;
  /* Opera 10.5+ */

  transition: background-color 0.2s linear 0.2s ease-out 0;
}
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */

}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */

  right: 0;
  /* there must be 'right' for ps-scrollbar-y */

  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear 0.2s ease-out 0;
  -moz-transition: background-color 0.2s linear 0.2s ease-out 0s;
  -o-transition: background-color 0.2s linear 0.2s ease-out 0;
  /* Opera 10.5+ */

  transition: background-color 0.2s linear 0.2s ease-out 0;
}
.ps-container.ie .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */

}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}
.overlay-content {
  /*overflow: hidden;*/

}
