.sidebar{

      display: none;
      z-index: 999999;
      position: fixed;
      top: -1px;
      bottom: -1px;
      padding:0px;
      width: auto;
      background-color: #E8E8E8;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, .15);
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	  //opacity: 0.6;
      left: 0px;
}

.sidebar > .row > .col-xs-12, .sidebar > .row > .col-sm-12, .sidebar > .row > .col-md-12, .sidebar > .row > .col-lg-12{
      padding:0px;
      position: absolute;
      bottom: 0px;
      top: 0px;
      overflow: auto;           
}

.sidebar >.row{
      margin:0px;
}

.sidebar {
      width: auto;
}
.sidebar.sidebar-left{
      left:0px;
      right:20px;
}

.sidebar.sidebar-right{
      right:0px;
      left:20px;
}

@media (min-width: 400px) {

}
@media (min-width: 528px) {
      .sidebar {
            width: 300px;
      }
      .sidebar.sidebar-left{
            left:0px;
            right:auto;
      }

      .sidebar.sidebar-right{
            right:0px;
            left:auto;
      }
}
@media (min-width: 768px) {
      .sidebar {
            width: 230px;
      }
      .sidebar.sidebar-left{
            left:0px;
            right:auto;
      }

      .sidebar.sidebar-right{
            right:0px;
            left:auto;
      }
}
@media (min-width: 992px) {
      .sidebar {
            width: 230px;
      }
      .sidebar.sidebar-left{
            left:0px;
            right:auto;
      }

      .sidebar.sidebar-right{
            right:0px;
            left:auto;
      }
}
@media (min-width: 1200px) {
      .sidebar {
            width: 230px;
      }
      .sidebar.sidebar-left{
            left:0px;
            right:auto;
      }

      .sidebar.sidebar-right{
            right:0px;
            left:auto;
      }
}
.toggler{
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, .15);
      width: 20px;
      height: 48px;
      position: absolute;
      top: 45%;
      cursor: pointer;
}
.sidebar-left > .toggler{
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-left: 1px solid #fff;
      -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
      box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
      right: -20px;
} 

.sidebar-left > .toggler > span{
      margin:15px 2px;
}

.sidebar-left > .toggler > .glyphicon-chevron-right{
      display:none;
}

.sidebar-right > .toggler{
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      border-right: 1px solid #fff;
      -webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
      box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);      		
      left: -20px;
} 

.sidebar-right > .toggler > span{
      margin:15px 2px;
}

.sidebar-right > .toggler > .glyphicon-chevron-left{
      display:none;
}

.sidebar .submenu{
      display: none;
      position: fixed;
} 

/*Native BootStrap Hack*/
.sidebar .list-group-item:last-child, .sidebar .list-group-item:first-child{
      border-radius:0px;
}

.sidebar .list-group {
      margin-bottom:0px;
}
.sidebar .list-group-item {
      padding: 5px;
      border: 1px solid #DDD;
      border-left: 0px;
      border-right: 0px;
      margin-bottom: 0px;
      margin-top: -1px;
}


.filtro {	
	
	position: absolute;
	width: 205px;
	float:left;
	height:30px;
	margin-top:5px;
	left: 5px;
	margin-bottom: 10px;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: inset 0px 0px 80px -57px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 80px -57px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 80px -57px rgba(0,0,0,0.75);
	
}

#mais {
	
    position: absolute;
	width: 40px;
	height: 40px;
	left: 180px;
	bottom: 5px;
	cursor:pointer;

}

#cadastro {
	
	display: none;
	position: fixed;
	width: 220px;
	height: 300px;
	background:#FFF;
	left: 5px;
	bottom: 0;

}

#loading {

      
      display: none;
      background-image: url(../imagens/trans.png); 
      position: absolute; 
      z-index: 1; 
      width: 220px; 
      height: 300px; 
}

#loading > img {

      width: 50px; 
      height: 50px; 
      position: absolute; 
      top: 50%; left: 50%; 
      margin-top: -50px; 
      margin-left: -50px; 
      z-index: 1;
}

#confirm {

      
      display: none;
      background-image: url(../imagens/trans.png); 
      position: absolute; 
      z-index: 1; 
      width: 220px; 
      height: 300px; 
}

#confirm > img {

      width: 80px; 
      height: 70px; 
      position: absolute; 
      top: 50%; left: 50%; 
      margin-top: -35px; 
      margin-left: -40px; 
      z-index: 1;
}


#cadastro #titulo-cadastro {
	
	width: 100%;
	height: 30px;
	padding:5px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	color:#808080;
	box-sizing: border-box;
	

}

.input-cadastro{
    
	/*position: absolute;*/
	width: 200px;
	float:left;
	height:20px;
	margin-top:5px;
	margin-left: 7px;
	margin-bottom: 2px;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: inset 0px 0px 80px -57px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 80px -57px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 80px -57px rgba(0,0,0,0.75);
}

.botao-painel{	
	
	width: 50px;
	height: 30px;
	top: 10px;
	margin-left:20px;
	font-size: 14px;
	padding: 5px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	background: #1A3B70;
	border: 0;
	text-decoration:none;
}

#btn-salvar{
	margin-top: 5px;
	margin-left: 8px;
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;

}

#btn-salvar:hover{
	background: #007095;

}

#btn-excluir{
      display: none;
      margin-top: 5px;
      margin-left: 8px;
      font-size: 12px;
      height: 30px;
      padding-bottom: 5px;
      text-align: center;
      background:#BD1002;
}

#btn-excluir:hover{
      background: #E40605;

}

#btn-sair{
	margin-top: 5px;
	margin-left: 8px;
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;
	background:#CD5300;
	
}

#btn-sair:hover{
	
	background:#FD771B;

}