/*
 * ******************************************************************************
 *  jquery.mb.components
 *  file: mbExtruder.css
 *
 *  Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);
 *  Open lab srl, Firenze - Italy
 *  email: matteo@open-lab.com
 *  site: 	http://pupunzi.com
 *  blog:	http://pupunzi.open-lab.com
 * 	http://open-lab.com
 *
 *  Licences: MIT, GPL
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 *
 *  last modified: 07/01/14 22.50
 *  *****************************************************************************
 */

.extruder {
  position: fixed;
  cursor: default;
  background: url("../elements/extruder_blank.png");
}

.extruder *{
  box-sizing: content-box;
}

.extruder .extruder-content {
  display: none;
  background: #d87500;
}

.extruder.open .extruder-content {
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999
}

.extruder.right {
  height: 219px;
  background: url("../elements/extruder_blank.png");
}

.extruder.right .extruder-content {
  margin-top: 350px;
}

.extruder.right.open .extruder-content {
  -moz-box-shadow: -2px 0 5px #999;
  -webkit-box-shadow: -2px 0 5px #999;
  box-shadow: -2px 0 5px #999;
}

.extruder.right .ext_wrapper {
  height: 100%;
  right: 0
}

.extruder.right .flap {
  margin-top: 250px;
  font-size: 1px;
  color: white;
  top: 0;
  padding: 0px 10px 20px 10px;
  background-image:url(../../images/icon_tab.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 199px;
  position: absolute;
  left: -70px;
  -moz-border-radius: 8px 0 8px 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
}

.extruder.right .flap .flapLabel {
	display: none;
}

.extruder .text {
  background: #d87500;
  color: white;
  padding-top: 18px;
  text-align: center;
  /*border-bottom: 1px solid #FFF;
  text-shadow: 2px 2px 2px #333;*/
}

.extruder .text a {
  color: white;
}

.extruder .footer {
  display: none;

}

:focus {
  outline: 0
}
