.btn-default {
    color: #404040;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e1e1e1;
}

.tbz{
	padding: 0 13px 0px 11px;
    color: #333;
    border: solid #666;
    margin: 22px;
}
.tbz:hover{
	color: #333;
	text-decoration: none;
}
.tab-pane{
	padding: 20px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination a.active {
  color: white;
  background: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
 color: white;
  background: #000;
  border-color: #000;
}

/*.pagination a:hover:not(.active) {background-color: #ddd;}*/


input[type="text"],input[type="password"] {
    display: block;
    width: 100%;
    height: calc(1.45em + 1.6rem + 2px);
    padding: 1.0rem 1.0rem;
    line-height: 1.45;
    color: #404040;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e1e1e1;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
select{
      background-color: #fff !important;
    background-clip: padding-box !important;
    border: 2px solid #e1e1e1 !important;
    border-radius: 0 !important;
    height: calc(1.45em + 1.6rem + 2px) !important;
}
.btn-default{
    color: #404040;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e1e1e1; 
}