.snap-content {
}

.snap-drawers {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}

.snapjs-right .snap-drawer-right {
	display: none;
}
.drawer-inner {
	-webkit-transition: opacity 0.3s ease; 
	   -moz-transition: opacity 0.3s ease; 
	    -ms-transition: opacity 0.3s ease; 
	     -o-transition: opacity 0.3s ease; 
	        transition: opacity 0.3s ease; 
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}

//* Show "Left" drawer for the "Right" drawer in the demo */
.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}

/* Hide the actual "Right" drawer in the demo */
.snapjs-right .snap-drawer-right {
	display: none;
}

/* Show the "Drag" background in the demo */
#content {
	background: #FFF;
}

/* Demo toolbar styles */
#open-left {
  background:#265E95;
  display: none;
  cursor: pointer;
  text-align:center;
  font-size: 1.1em;
  font-weight:normal;
  text-transform:uppercase;
  color: #FFF;
  line-height: 54px;
  height: 54px;
  border-bottom: 2px solid #00a156;
  margin: 0 auto;
  float:left;
  width: 50%;
  
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.icone-open{
	background: url(../imagens/open.png) no-repeat;
	display: inline-block;
	vertical-align:middle;
	margin-left: 10px;
	margin-right: 10px;
	height:16px;
	width: 14px;
}

/* Show the red "No Drag" box in the demo */
#no-drag,
#do-drag {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 100px;
	margin-left: -25%;
	margin-top: -50px;
	background: red;
	color: #FFF;
	text-align: center;
	line-height: 100px;
}
#do-drag{
	background: green;
}

/* Styles for the social buttons in the demo */
.demo-social {
	padding: 0 15px;
}

/* Show the translucent white "Toggle" boxes in the demo */
.toggler {
	width: 80%;
	background: rgba(255,255,255,0.5);
	margin: 0 auto;
	position: relative;
	top: 70px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.drawer-inner {
	-webkit-transition: opacity 0.3s ease; 
	   -moz-transition: opacity 0.3s ease; 
	    -ms-transition: opacity 0.3s ease; 
	     -o-transition: opacity 0.3s ease; 
	        transition: opacity 0.3s ease; 
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}

/* Styles for the "Settings" demo */
.opt {
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.opt p {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
	color: rgba(0, 0, 0, 0.6);
}

/* Default demo styles */
.snap-content {
  background: #FFF;
}

.snap-drawers {
  background:#265E95;
}

.snap-drawer {
	background: #265E95;
	color: #FFF;
}

.snap-drawer h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 15px;
}

.snap-drawer h4 {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}

.snap-drawer .menu-lateral-drop > ul {
	background:#236daa;
	border-top: 1px solid #2079BB;
	margin: 0 auto;
	width: 95%;
}
.snap-drawer ul {
  padding: 20px 0;
  margin: 0;
  list-style-type: none;
   
}

.snap-drawer li.ativado > a {
	background: #236DAA;
  border-bottom: 1px solid #236DAA;
	
}
.snap-drawer li > a {
  display: block;
  border-bottom: 1px solid #236DAA;
  padding: 10px 13px;
  font-weight: bold;
  text-decoration: none;
  color: #ccc;
  text-indent: 20px;
  margin: 0 auto;
  width: 95%;
  
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-lateral > li:first-of-type > a{
	
}
.menu-lateral > li > a{
	background: #236DAA;
    border: medium none;
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
}

.snap-drawer p {
  opacity: 0.5;
  padding: 15px;
  font-size: 12px;
}
