body {
  background-color: #333333;
}

.container{
}

.dropdown-menu li a:hover{
  background-color: #337ab7;
  color: #fff;
}


.thumbnail {
  background-color: #101010;
}

.hero{
  margin: auto;
  padding-bottom:50px;
}

h2 {
  text-align: center;
  color:white;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .btn {
  margin-bottom: 10px;
}

.form-signin-heading{
  color:white;
}

.col-centered{
    float: none;
    margin: 0 auto;
}


.dataTables_wrapper{
  margin-bottom: 50px;
}

thead tr {
  background-color: black;
  color:white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #000;
    color: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #000;
    color: white;
}

.dataTables_filter .label{
  color:white;
}

.modal-header{
  background-color: #333333;
  color: white;
}

.close{
  color:white;
}

.tab-content{
  color:white;
  padding-top: 20px;
}

.bottom{
  color: white;
}

.top_btn{
  color: #fff;
  float:left;
  padding-bottom: 10px;
  padding-right: 30px;
}
.top {
  float:right;
  color: #fff;
}

.top_filter{
  float:left;
  color: #fff;
}

.selectize-control, .select-cage{
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
}

.selectize-dropdown-content .active{
  background-color: #337ab7;
  color: #fff;
}

.DTE_Field_Name_orders\.customers_id{
  border-bottom : 2px dotted grey;
  margin-bottom : 12px;
}

#last_input_style{
  color: #fff;
  background-color: #337ab7;
  border-color: transparent;
}

.def-input .selectize-control{
  margin-left: 0px;
  margin-bottom: 20px;
}
