@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
* {
  margin: 0;
  padding: 0;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body{
	min-height: 100%;
	background: white no-repeat center center fixed;
    background-size: cover;
}


body, input, button {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-size: 16px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

#footer {
	width:100%;
	padding-top:3%;
	padding-bottom:3%;
	text-align: center;
	color: #00000;
}

.footertable {
	max-width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footertable td { 
    padding-left: 2%;
    padding-right: 2%;
	color: #5d5d5d;
	width:150px;
}

.alert{
	text-align: center;
	z-index: 1;
	bottom: 0;
    width: 100%;
    color: white;
    background-color: #f13d1a;
	border-radius: 10px;
    padding: 0.5%;
}
.correct{
	text-align: center;
	z-index: 1;
	bottom: 0;
    width: 100%;
    color: white;
    background-color: #4fad32;
	border-radius: 10px;
    padding: 0.5%;
}


h1 {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing:0.5px;
	font-size: 30px;
	color:#212121;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-top:2.5%

}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-top: 0px;
margin-bottom: 0px;
}



.login {
  padding: 2%;
  width: 40%;
  min-height: 30%;
  margin: 2% auto 0 auto;
}
.login .heading {
  text-align: center;
  margin-top: 1%;
}
.login form .input-group { /* linhas */
  border-bottom: 1px solid #c9c9c9;
/*   border-top: 1px solid #c9c9c9; */
  color: #c9c9c9;
}
.login form .input-group:last-of-type {
  border-top: none;
}
.login form .input-group span {
  background: transparent;
  min-width: 53px;
  border: none;
}
.login form .input-group span i { /* bonecos */
  font-size: 1.5em;
  color: #c9c9c9;
}
.login form input.form-control {
  display: block;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
  padding: 10px;
  font-size: 1.5em;
  width: 100%;
  background: transparent;
  opacity: 0.8;
 color: black;
 
}
.login form input.form-control:focus {
  border: none;
}
.login form input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   /*letras usr */
   color: #c9c9c9;
    opacity:  0.7;
}
.login form input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #c9c9c9;
   opacity:  0.6;
}
.login form input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #c9c9c9;
   opacity:  0.6;
}
.login form input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #c9c9c9;
    opacity:  0.6;
}
.login form button {
  margin-top: 20px;
  background: #c9c9c9;
  border: none;
  font-size: 1.6em;
  font-weight: 300;
  padding: 5px 0;
  width: 100%;
  border-radius: 3px;
  color: rgba(0, 0, 0, 1);
  border-bottom: 4px solid rgba(0, 0, 0, 0.4);
}
.login form button:hover { /*quando se seleciona */
  background: #c9c9c9;
  -webkit-animation: hop 1s;
  animation: hop 1s;
}

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .login {
    width: 600px;
    font-size: 2em;
  }
}
@media only screen and (max-width: 1100px) {
  .login {
    margin-top: 2%;
    width: 600px;
    font-size: 1.7em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .login {
    margin-top: 1%;
    width: 550px;
    font-size: 1.7em;
    min-height: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .login {
    margin-top: 0;
    width: 500px;
    font-size: 1.3em;
    min-height: 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .login {
    margin-top: 0;
    width: 400px;
    font-size: 1em;
    min-height: 0;
  }
  .login h2 {
    margin-top: 0;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .login {
    margin-top: 0;
    width: 200px;
    font-size: 0.7em;
    min-height: 0;
  }
}

.we-pp-content {
    display: inline-block;
    font: 12px/1.4 "Helvetica Neue",Arial,Helvetica,sans-serif;
    padding: 10px;
    width: 100%;
	margin:0px;
}


.modal-content{
	width:70%;
	position: fixed; /* Stay in place */
    left: 15%;
    top: 15%;
	height:auto;
	background-color:white;
	box-shadow: 0 3px 25px rgba(0,0,0,.25);
}

.container{
	width:95%;
	margin-top:2%;
	margin-bottom:2%;
}

.container b{
	width:100%;
	height:30px;
	
}


.container input{
	width:100%;
	height:30px;

	
}

.buttons{
	padding-bottom:1%;
}

.animate {
    -webkit-animation: animatezoomin 0.2s;
    animation: animatezoomin 0.2s;

}


@-webkit-keyframes animatezoomin {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoomin {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


/*
.table{
	height: 70%;
	overflow: auto;
}

table {
    width:80%;
    margin-left: 10%;
	margin-top: 1%;
    color: #000;
    border-spacing: 0px 0px;
    text-align: center;
}
*/
table th{
    color: black;
	text-align:center;

}

/*
table tr:nth-child(even) {
    background-color: #eee;
}
table tr:nth-child(odd) {
   background-color:#fff;
}

.table_text{
   margin: 2% 0px;
}

*/


/* altera a cor */

ul.frontPage {  
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: #4a4a4a;
	opacity:0.9;
    top: 0;
    width: 100%;
}
/* altera o tamanho */

li.menu {
    float: left;
    font-weight: bold;
	color: white;
	height:45px;
}

#text{
	padding-top:11.5px;
	padding-bottom:11px;
	padding-left:20px;
	padding-right:20px;
}


li a, .dropbtn{
	font-weight: normal;  
	display: inline-block;
     color: white; 
    text-align: center;
    text-decoration: none;
	padding-top:11.5px;
	padding-bottom:11.5px;
	padding-left:20px;
	padding-right:20px;
	width:150px;
}

a.dropbtn.name {
width: 200px;
}


.menu:hover  {
    background-color:rgba(0,0,0, 0.2);
	text-decoration: none;
	color: white;
}


li.menu a:hover{
text-decoration: none;
	color: white;	
}

li.menu {
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width:100px;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
	height:45px;
}

.dropdown-content a:hover {background-color: #C0C0C0}


.menu:hover .dropdown-content {
    display: block;
}

.log_left{
	margin-left:5%;
	height:45px;
	width:117px;	

}
.log_right{
	margin-right:5%;
	height:45px;
	width:45px;	

}

.dataTables_wrapper{
	margin-top:2.5%;
	padding-left: 2%;
	padding-right: 2%
}

#main {
	padding-top:2%;
	max-width: 1200px;
	height: 208px;
	padding-bottom:2%;
    margin: auto;

}
.information{
padding-left: 20%;
height: 200px;
}

.information table{
line-height: 50px; 
}

.information table tr{
height: 50px; 
}

.picture {   
  width: auto;
  display: block;    
}


.picture img {
  width: auto;
  height: 200px;  
float: left;  
}​
 
 
 #stocktable{
 padding: 2%;
 }


.psw a:hover{
	text-decoration: none;
	color: #a5a5a5;	
}
	
.psw a{
	text-decoration: underline;
	color: black;	
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
  display: none !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .arrow {
  display: none !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .arrow:after,
.bootstrap-datetimepicker-widget.dropdown-menu .arrow:before {
  display: none !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu a span{
  background-color: #337ab733 !important; /* %20tranparency  */
  color: #fff !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu a span:hover,
.bootstrap-datetimepicker-widget.dropdown-menu a span:focus {
 /*  background-color: #32aa62 !important; */
 	background-color: #337ab7 !important;
  color: #fff !important;
}

.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0; !important
}