#content-login, #app{
	display: none;
}
.btn-add {
    float: left; 
    right: 20px;
    top: -8px;
    position: absolute;   
}
.img-logo{
	width: 180px;
	height: auto;
	padding: 25px!important;
}
.navbar-login{
	background-color: #584949!important;
}
#cards{
	display: none;
}
.display-painel{
	padding: 15px!important;
}
.display-painel button {
	margin-right: 3px;
}
table.dataTable tbody th, table.dataTable tbody td {
     padding: 0px 10px 0px 1px!important; 
}
.modal-dialog-100{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
  }
.modal-content-100 {
	height: auto;
	min-height: 100%;
	border-radius: 0;
  }
.hidden_class_ll{
	  position: absolute;
	  bottom: 22px;
	  min-height: 35px;
	  min-width: 30%;
	  background-color: #eaeaea;
  }
.hidden_class_l{
	position: absolute;
	bottom: 0px;
	left: 0;
	min-height: 35px;
	min-width: 30%;
	background-color: #eaeaea;
}
.hidden_class_r{
	position: absolute;
	bottom: 0px;
	right: 100px;
	min-height: 35px;
	min-width: 50px;
	background-color: #eaeaea;
}
  .title_full{
	  position: absolute;
	  padding:10px;
	  background-color:#43292A;
	  color: #eaeaea;

  }
/*-----------------------------------*\
    loading
\*------------------------------------*/

.container_load {width: 100%; height: 100%; margin: 0 auto; overflow: hidden; position: fixed; top: 0; left: 0; background-color: #000; z-index: 1;}
.content_load {width:100%; margin:auto auto; padding-top:25%;}

.circle_load {
	background-color: rgba(0,0,0,0);
	border:5px solid #43292A;
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #43292A;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite linear;
}
.circle1_load {
	background-color: rgba(0,0,0,0);
	border:5px solid #43292A;
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #43292A; 
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-40px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #FFF;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #FFF; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}


.btn-group{
	display: -webkit-box!important;
}



