
.login-page {
  background-color: #007f45;
}

.login-caixa-body img {
  width: 60%;
}

.user-menu {
  margin-right: 40px;
}

.galeria-item {
  margin-bottom: 5px;
}

.dropzone { border: 2px dashed #0087F7; border-radius: 5px; background: #fff; min-height: 0; padding:0;}
.dropzone .dz-message { font-weight: 400; font-size: 1.5em;}
.dropzone .dz-message .note { font-size: 0.7em; font-weight: 200; display: block; color: #f00;}

.tag {
    position: absolute;
   top:35%;
}

.input-transparent {
	background-color: transparent;
}

.table-condensed>tbody>tr>td, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>td, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th {
	padding-top: 0px;
	padding-bottom: 0px;
}

.popover-content {
  overflow: auto;
  max-height: 300px;
}