.well, .navbar, .jumbotron, .navbar-default, .modal-content, .dropdown-menu, .dropdown-menu li a, .md-editor > .md-header, table {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  transition: all 0.15s ease-in-out !important;
}

#desktop {
  border: none !important;
}

.navbar-nav li a {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: all 0.15s ease-in-out !important;
}

.dropdown-menu li a:hover, .navbar-default ul li a:hover {
  background-image: none !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
}

.panel-default {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.panel-default .panel-heading {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.select2-container {
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  transition: all 0.15s ease-in-out !important;
}

.select2-container:hover .select2-selection {
  border: 1px solid rgb(255, 255, 255) !important;
}

.select2-container span {
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.15s ease-in-out !important;
}

.select2-selection__arrow b {
  border-color: rgb(255, 255, 255) transparent transparent transparent !important;
}

.selection:hover span {
  background-image: none !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
}

.selection:hover .select2-selection__arrow b {
  border-color: rgb(0, 0, 0) transparent transparent transparent !important;
}

.select2-results ul li {
  transition: all 0.15s ease-in-out !important;
}

.select2-results ul li:hover, .select2-results ul li[aria-selected=true]:hover {
  background-image: none !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
}

.form-control {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.15s ease-in-out !important;
}

.form-control:hover {
  background-image: none !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
}

.btn-default, .btn-primary {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.15s ease-in-out !important;
}

.btn-default:hover, .btn-primary:hover {
  background-image: none !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
}

.btn-default a {
  color: rgb(255, 255, 255) !important;
}

.btn-default a:hover {
  color: rgb(0, 0, 0) !important;
}

.pagination li a {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.15s ease-in-out !important;
}

.pagination li.active a, .pagination li a:hover, .pagination li.active a:hover {
  background-image: none !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
}

.nav-pills li a {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.15s ease-in-out !important;
}

.nav-pills li.active a, .nav-pills li a:hover, .nav-pills li.active a:hover {
  background-image: none !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
}

.btn-success, .alert-success {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(7, 204, 105) !important;
  border-radius: 5px !important;
  color: rgb(7, 204, 105) !important;
  transition: all 0.15s ease-in-out !important;
}

.btn-success:hover, .alert-success:hover {
  background-image: none !important;
  background-color: rgb(7, 204, 105) !important;
  border-color: rgb(7, 204, 105) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
}

.btn-danger, .alert-danger {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 77, 61) !important;
  border-radius: 5px !important;
  color: rgb(255, 77, 61) !important;
  transition: all 0.15s ease-in-out !important;
}

.btn-danger:hover, .alert-danger:hover {
  background-image: none !important;
  background-color: rgb(255, 77, 61) !important;
  border-color: rgb(255, 77, 61) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
}

.btn-warning, .alert-warning {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 157, 0) !important;
  border-radius: 5px !important;
  color: rgb(255, 157, 0) !important;
  transition: all 0.15s ease-in-out !important;
}

.btn-warning:hover, .alert-warning:hover {
  background-image: none !important;
  background-color: rgb(255, 157, 0) !important;
  border-color: rgb(255, 157, 0) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
}

.btn-info, .btn-casual, .alert-info {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(91, 192, 222) !important;
  border-radius: 5px !important;
  color: rgb(91, 192, 222) !important;
  transition: all 0.15s ease-in-out !important;
}

.btn-info:hover, .btn-casual:hover, .alert-info:hover {
  background-image: none !important;
  background-color: rgb(91, 192, 222) !important;
  border-color: rgb(91, 192, 222) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
}

.badge {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(122, 130, 136) !important;
  border-radius: 5px !important;
  color: rgb(122, 130, 136) !important;
  transition: all 0.15s ease-in-out !important;
  border: 1px solid rgb(122, 130, 136) !important;
  border-radius: 20px !important;
}

.badge:hover {
  background-image: none !important;
  background-color: rgb(122, 130, 136) !important;
  border-color: rgb(122, 130, 136) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 20px !important;
}

textarea[name=comment], .orange-message {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.15s ease-in-out !important;
}

.orange-message a:hover {
  color: rgb(255, 255, 255) !important;
}

input {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  color: rgb(255, 255, 255) !important;
  transition: all 0.15s ease-in-out !important;
}

.ad-wrapper div div, .text-center div, .sticky-ad-footer div div {
  opacity: 0.2 !important;
  transition: all 0.5s ease-in-out !important;
}

.ad-wrapper div div:hover, .text-center div:hover, .sticky-ad-footer div div:hover {
  opacity: 1 !important;
}

/*# sourceMappingURL=DeckPage.css.map */
