[data-theme="dark"] {
  background-color: #2e2e2e !important;
  color: #eee;
}

[data-theme="dark"] .bg-light {
  background-color: #333 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}

[data-theme="dark"]  .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #6f6f6f;
  border: 1px solid #4c4c4c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  
}
  
[data-theme="dark"] .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #4c4c4c;
  border-radius: 4px;
  
}

[data-theme="dark"] .navbar-default {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  
}
	  
[data-theme="dark"]  .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #6f6f6f;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  
}
  
[data-theme="dark"] .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
[data-theme="dark"] .form-control:-ms-input-placeholder {
  color: #ffffff;
}
[data-theme="dark"] .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

[data-theme="dark"] .btn-default {
  color: #ffffff;
  background-color: #5c5c5c;
  border-color: #242424;
}

[data-theme="dark"] .btn-danger:hover {
  color: #ffffff;
  background-color: #7a3333;
  border-color: #9c4040;
}

[data-theme="dark"] .btn-danger {
  color: #ffffff;
  background-color: #9c4040;
  border-color: #7a3333;
}

[data-theme="dark"] .btn-success:hover {
  color: #ffffff;
  background-color: #316f1f;
  border-color: #387e25;
}

[data-theme="dark"] .btn-success {
  color: #ffffff;
  background-color: #387e25;
  border-color: #316f1f;
}

[data-theme="dark"] .btn-warning {
  color: #ffffff;
  background-color: #b79801;
  border-color: #a38800;
}

[data-theme="dark"] .btn-warning:hover {
  color: #ffffff;
  background-color: #a38800;
  border-color: #b79801;
}

[data-theme="dark"] .progress-bar-success {
  color: #ffffff;
  background-color: #387e25;
  border-color: #316f1f;
}

[data-theme="dark"] .label-info {
  color: #ffffff;
  background-color: #3d58a9;
  border-color: #00297a;
}

[data-theme="dark"] .alert-warning {
  color: #ffffff;
  background-color: #996633;
  border-color: #7a5229;
}

[data-theme="dark"] .alert-info {
  color: #ffffff;
  background-color: #3d58a9;
  border-color: #00297a;
}

[data-theme="dark"] .btn-primary {
  color: #ffffff;
  background-color: #3d58a9;
  border-color: #364d91;
}

[data-theme="dark"] .btn-primary:hover {
  color: #ffffff;
  background-color: #2f4483;
  border-color: #3d58a9;
}

[data-theme="dark"] .form-control {
  color: #ffffff;
  background-color: #404040;
  border-color: #242424;
}

[data-theme="dark"] .modal-header {
  padding: 15px;
  border-bottom: 1px solid #6f6f6f;
}

[data-theme="dark"] .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #6f6f6f;
}

[data-theme="dark"] .modal-content {
  position: relative;
  background-color: #4c4c4c;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}

[data-theme="dark"] .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

[data-theme="dark"] a {
  color: #ffffff;
  text-decoration: none;
}

[data-theme="dark"] .navbar-default .navbar-text {
  color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

[data-theme="dark"] .navbar-default .navbar-nav > .active > a,
[data-theme="dark"] .navbar-default .navbar-nav > .active > a:hover,
[data-theme="dark"] .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #2e2e2e;
}

[data-theme="dark"] .nav > li > a:hover,
[data-theme="dark"] .nav > li > a:focus {
  text-decoration: none;
  background-color: #2e2e2e;
}

[data-theme="dark"] .nav .open > a,
[data-theme="dark"] .nav .open > a:hover,
[data-theme="dark"] .nav .open > a:focus {
  background-color: #2e2e2e;
  border-color: #337ab7;
}

[data-theme="dark"] .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #6f6f6f;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

[data-theme="dark"] .btn-default:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #474747;
}

[data-theme="dark"] a:hover,
[data-theme="dark"] a:focus {
  color: #ccc;
  text-decoration: underline;
}
[data-theme="dark"] a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

[data-theme="dark"] .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #6f6f6f;
  border: 1px solid #cccccc;
  border-radius: 4px;
}