/** Einige Styles um Bootstrap zu überschreiben **/
.tooltip {
  z-index: 4000 !important;
}
.navbar-toggle {
  z-index: 3000;
}
.modal-dialog {
  margin: 28px auto;
  z-index: 300;
}
.mobile .modal-dialog {
  margin: 28px 15px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #000000;
}
.modal-body {
  font-weight: 300;
}
.modal-open {
  overflow: auto;
  padding: 0px !important;
}
.dropup {
  position: relative;
}
.modal-content .close.big7 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -11px;
  right: -11px;
  border-radius: 2em;
  background-color: #46474a;
  border: 2px solid #FFFFFF;
  color: #e1409e;
  cursor: pointer;
  font-size: 23px;
  font-weight: 400;
  line-height: 18px;
  padding: 1px 4px;
  z-index: 60;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  text-shadow: none;
}
.modal-content .close.big7:hover {
  color: #fff;
}
.modal.dark .modal-content {
  background-color: #2A2A2A;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.modal.dark .modal-header {
  position: relative;
  border-bottom: 2px solid #FFFFFF;
}
.modal.dark .modal-header .modal-title > span {
  color: #E1409E;
}
.modal.dark .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -11px;
  right: -11px;
  border-radius: 2em;
  background-color: #2A2A2A;
  border: 2px solid #FFFFFF;
  color: transparent;
  cursor: pointer;
  font-size: 23px;
  font-weight: 400;
  line-height: 18px;
  padding: 1px 4px;
  z-index: 60;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
  text-shadow: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.modal.dark .close::after {
  color: #E1409E;
  font-family: FontAwesome;
  content: '\f00d';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal.dark .close:hover::after {
  color: #fff;
}
.modal.dark .modal-footer {
  border-top: 2px solid #FFFFFF;
}
@media (min-width: 1000px) {
  .modal.modal-dark .modal-dialog {
    width: 900px;
  }
}
.modal.modal-dark .modal-content {
  background-color: #000;
  background-image: url("/img/v2/avsv2/bg_dark_mode_desktop.jpg");
  background-size: cover;
  border-radius: 0;
  color: #fff;
}
.modal.modal-dark .modal-header {
  float: left;
  display: block;
  width: 100%;
  border-bottom: inherit;
  padding-left: 25px;
  padding-right: 25px;
}
.modal.modal-dark .modal-header .close {
  border: inherit;
}
.modal.modal-dark .modal-header img.badge-left {
  float: left;
}
.modal.modal-dark .modal-header img.right {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  max-height: 75px;
}
@media (min-width: 767px) {
  .modal.modal-dark .block {
    margin: 0 150px 20px;
  }
}
.modal.modal-dark .badge-left {
  float: left;
  width: 150px;
  margin-top: -20px;
  margin-bottom: -100px;
}
.modal.modal-dark .checktech-right {
  float: right;
  width: 180px;
}
.modal.modal-dark .text-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.modal.modal-dark .text-pink {
  color: hotpink;
}
.modal.modal-dark .text-success {
  color: green;
}
.modal.modal-dark .text-failed {
  color: red;
}
.btn-group .btn + .btn,
.btn-group .btn-group + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn-group {
  margin-left: -4px;
}
.btn-primary {
  background-color: #E1409E;
  border-color: #ce2086;
  color: #FFFFFF;
}
.btn-primary.active {
  background-color: #de2a93;
  border-color: #b81d77;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ce2086;
  border-color: #a21969;
  color: #FFFFFF;
}
.btn-primary[disabled],
.btn-primary.disabled {
  background-color: #E1409E;
  border-color: #ce2086;
  color: #FFFFFF;
}
.btn-success {
  background-color: #008E18;
  border-color: #007514;
  color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #007514;
  border-color: #005b0f;
  color: #FFFFFF;
}
.btn-success[disabled],
.btn-success.disabled {
  background-color: #008E18;
  border-color: #007514;
  color: #FFFFFF;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .col-xl-50 {
    width: 50% !important;
  }
}
@media (min-width: 2200px) {
  .col-xxl-15 {
    width: 20%;
  }
}
@media (min-width: 1680px) and (max-width: 2200px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media (max-width: 354px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 1921px) {
  .col-xl-4 {
    width: 33%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .col-tb-1 {
    width: 8.33% !important;
  }
  .col-tb-2 {
    width: 16.66% !important;
  }
  .col-tb-3 {
    width: 25% !important;
  }
  .col-tb-4 {
    width: 33.33% !important;
  }
  .col-tb-5 {
    width: 41.66% !important;
  }
  .col-tb-6 {
    width: 50% !important;
  }
  .col-tb-7 {
    width: 58.33% !important;
  }
  .col-tb-8 {
    width: 66.66% !important;
  }
  .col-tb-9 {
    width: 75% !important;
  }
  .col-tb-10 {
    width: 83.33% !important;
  }
  .col-tb-11 {
    width: 91.66% !important;
  }
  .col-tb-12 {
    width: 100% !important;
  }
}
.popover-title {
  background-color: #2A2A2A;
  color: #E95CAE;
  /* Mit @pink ersetzen */
  font-family: Oswald;
  font-weight: 200;
  font-size: 16px;
}
.popover-content {
  color: #fff;
  font-family: Oswald;
  font-weight: 200;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .popover-title {
    background-color: #2A2A2A;
    color: #E95CAE;
    /* Mit @pink ersetzen */
    font-size: 12px;
    font-family: Oswald;
    font-weight: 200;
    font-size: 14px;
  }
  .popover-content {
    color: #fff;
    font-family: Oswald;
    font-weight: 200;
    font-size: 12px;
  }
}
.popover {
  background-color: #2A2A2A;
}
.popover.top > .arrow:after {
  border-top-color: #2A2A2A;
}
.popover.left > .arrow:after {
  border-left-color: #2A2A2A;
}
.popover.right > .arrow:after {
  border-right-color: #2A2A2A;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #2A2A2A;
}
.preview-video-boxed {
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.preview-video-boxed:-webkit-full-screen::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}
.preview-video-boxed:fullscreen::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}
.preview-video-boxed:-webkit-full-screen::-webkit-media-controls-enclosure {
  width: calc(100% + 30px);
  margin-left: auto;
}
.preview-video-boxed:fullscreen::-webkit-media-controls-enclosure {
  width: calc(100% + 30px);
  margin-left: auto;
}
.video-preview-loading {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  color: #E1409E;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-preview-loading .spinner {
  margin: auto;
}
.ui-tooltip.ui-widget-content {
  background: #2D2D2D;
  border: 0px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 12px;
}
.btn-no-border {
  border: none !important;
  border-radius: 0px !important;
}
.panel-default,
.panel-primary {
  border-color: #E1409E;
}
.mobile .panel-default,
.mobile .panel-primary {
  border: none;
}
.panel-default .panel-heading,
.panel-primary .panel-heading {
  color: #FFFFFF;
  background: #E1409E;
  border-color: #E1409E;
}
.caret-up {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-width: 0px;
  border-top-style: dotted;
  content: "";
}
.radio-inline,
.checkbox-inline {
  margin-left: 0px !important;
  padding-left: 30px;
}
.active_filters {
  margin-bottom: 10px;
  margin-top: 10px;
}
.active_filters span {
  color: #fff;
  margin-right: 5px;
  font-weight: 200;
}
.btn-filter {
  background-color: #2D2D2D;
  color: #fff;
}
.btn-filter i {
  color: #E1409E;
}
.btn-filter:hover {
  color: #ccc;
}
.no-results {
  color: #fff;
  font-weight: 200;
  font-size: 20px;
}
/** Globale Style **/
.anchor,
.anchor:hover {
  color: #fff;
  text-decoration: none;
  cursor: auto;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}
/* Tab Content mit Pills auf der linken Seite */
.tabbable #chat_links {
  margin: 0px;
}
.tabbable .tab-pane {
  padding-left: 0px;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  width: 100px;
  height: 44px;
  margin-right: 0;
  margin-bottom: 3px;
  background-color: #5A5A5A;
  color: #2A2A2A;
}
.tabs-left > .nav-tabs > li > a:nth-child(2) {
  width: 20px;
  min-width: 20px;
  margin: 0px;
  padding: 10px 5px;
  border-radius: 0px;
  cursor: pointer;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #B1B1B1 #B1B1B1 #B1B1B1 #B1B1B1;
  background-color: #B1B1B1;
  color: #E1409E;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #B1B1B1 transparent #B1B1B1 #B1B1B1;
  border-right-color: #ffffff;
  background-color: #B1B1B1;
  color: #E1409E;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFF;
}
@media (max-width: 1023px) {
  .hide-mb {
    display: none !important;
  }
}
.inline-block {
  display: inline-block;
}
/*** Anpassungen für Bootstrap Switch  ***/
.bootstrap-switch {
  border-color: #000;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-container {
  background-color: #000;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background-color: #E465B4;
  font-size: 21px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  border-left: 5px solid #000;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  border-right: 5px solid #000;
}
.bootstrap-switch .bootstrap-switch-label {
  background-color: #000;
  color: #fff;
  padding: 12px 12px;
  font-size: 21px;
}
.notifyjs-corner {
  width: calc(100% - 310px) !important;
  pointer-events: none;
  z-index: 9999 !important;
}
@media (max-width: 1680px) {
  .notifyjs-corner {
    width: calc(100% - 280px) !important;
  }
}
@media (max-width: 1400px) {
  .notifyjs-corner {
    width: calc(100% - 240px) !important;
  }
}
@media (max-width: 1023px) {
  .notifyjs-corner {
    width: 100% !important;
  }
}
.notifyjs-wrapper {
  z-index: 9999 !important;
  text-align: center !important;
  padding: 0 30px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.notifyjs-wrapper .notifyjs-container {
  display: inline-block;
}
.notifyjs-big7-base,
.notifyjs-big7-back-base,
.notifyjs-big7-camreload-base,
.notifyjs-videoupload-base {
  pointer-events: all;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  padding: 18px 15px 18px 100px;
  text-shadow: 1px 1px 3px #000000;
  background-color: #fcf8e3;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: 5px center;
  display: inline-block;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("/img/v2/note_ok.png");
}
.mobile .notifyjs-big7-base,
.mobile .notifyjs-big7-back-base,
.mobile .notifyjs-big7-camreload-base,
.mobile .notifyjs-videoupload-base {
  font-size: 15px;
  background-size: 25%;
  padding: 12px 15px 12px 80px;
}
.notifyjs-big7-base .title,
.notifyjs-big7-back-base .title,
.notifyjs-big7-camreload-base .title,
.notifyjs-videoupload-base .title {
  max-width: 400px;
  text-align: left;
}
.notifyjs-big7-back-base > div {
  display: inline-block;
  vertical-align: middle;
}
.notifyjs-big7-back-base button {
  background-image: url("/img/v2/note_return.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 2px 5px 2px 22px;
  letter-spacing: .03em;
  text-shadow: 1px 1px 3px #000000;
  margin: -5px 0px 0px 15px;
}
.notifyjs-big7-camreload-base > div {
  display: inline-block;
  vertical-align: middle;
}
.notifyjs-big7-camreload-base button {
  height: 32px;
  margin-left: 7px;
}
.notifyjs-videoupload-base {
  text-align: left;
}
.notifyjs-videoupload-base .directions {
  color: #E1409E;
}
.notifyjs-videoupload-base .directions i {
  color: #6F2050;
}
