.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #000000;
    border: 8px solid #ffffff;
    border-radius: 30px;
    -webkit-transition: all .4s ease-in;
}
a.thumbnail:hover,
a.thumbnail.active {
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: all .1s ease-in;
}

a.thumbnail:focus{
	background-color: #efce8b;
    border: 8px solid #efce8b;
    border-radius: 30px;
    -webkit-transition: all .4s ease-in;
}


.btn-primary {
    color: #ffffff;
    background-color: #846750;
	border-color: #ebbe7a;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 30px;

	-webkit-transition: margin 0.5s;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background: #382519 !important;
	border-color: #ebca89 !important;
	box-shadow: 0 0 5px #fff8db;
	margin-right: 3px ;
	-webkit-transition: margin 0.3s;
}


.alert-info{
    background:#00000087 !important;
}

.table.general-table-ui{

background:#00000087 !important;

}

.table.general-table-ui td{

background:#00000087 !important;

}