.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

.modal-backdrop.show {
    opacity: 0.7;
}


.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}


.region-content>.tabs {
  max-width: 1150px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}





/** drupal ajax modal **/
#drupal-modal {
}

#drupal-modal .modal-dialog {
  border-radius: 0px;
}

#drupal-modal .modal-title {
  display: none;
}

#drupal-modal .modal-dialog .modal-content {
  border-radius: 0px;
}

#drupal-modal .modal-header {
  border: none;
  z-index: 101;
}

#drupal-modal .modal-body {
  padding: 40px;
  margin-top: -60px;
  padding-bottom: 20px;
  font-size: 0.925rem;
}

#drupal-modal .modal-body label,
#drupal-modal .modal-body .panel-heading {
  color: #000;
}

#drupal-modal .vertical-tabs-list {
  display: none;
}

#drupal-modal .modal-body .btn {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem!important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block!important;
  border: none;
  height: auto!important;
  border-radius: 0px;
  width: 100%!important;
}

#drupal-modal .modal-header .close {
  width: 66px;
}

#drupal-modal .modal-header .close::before {
  font-family: "Font Awesome 5 Pro";
    display: inline;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    font-weight: 300;
    content: "\f057";
    margin-right: 10px;
    position: relative;
    top: -2px;
    display: block;
    color: #410000;
    font-size: 2.125rem;
}

#drupal-modal .modal-header .close span {
  display: none;
}

#drupal-modal .alert {
  color: #000;
  font-weight: 600;
  font-size: 1.325rem;
}

#drupal-modal .alert-success {
  background: none;
  border: none;
  text-align: center;
}

#drupal-modal .alert-success::before {
  font-family: "Font Awesome 5 Pro";
    display: inline;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    font-weight: 300;
    content: "\f058";
    display: block;
    font-size: 4.725rem;
    color: #95c11f;
    margin-top: -40px;
}

#drupal-modal .alert .close {
  display: none;
}

#drupal-modal .field--type-image .js-form-submit {
}

#drupal-modal .node-user-photo-form .form-submit,
#drupal-modal .node-user-private-photo-form .form-submit {
}


.tabs {
  margin: 0px!important;
}

.tabs--primary {
  display: none;
}





.btn-admin {
  position: relative;
  z-index: 2;
  display: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.925rem;
}


.btn-admin.btn-add {
}

.btn-admin.btn-add::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-weight: 900;
  content: "\f0fe";
  margin-right: 10px;
  display: inline-block;
  font-size: 0.825rem;
  position: relative;
  top: -2px;
}


.role-administrator .btn-admin,
.role-redaktion .btn-admin {
  display: block;
  margin-bottom: 40px;
  margin-top: 20px;
}

.role-administrator .view-content .btn-admin,
.role-redaktion .view-content .btn-admin {
  display: block;
  margin-bottom: 10px;
  margin-top: 0px;
}



.employee-grid .use-ajax {
  text-align: left;
  padding-left: 20px;
  border-top: 1px #fff solid;
}

.employee-grid .use-ajax::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-weight: 400;
  content: "\f14b";
  margin-right: 10px;
  display: inline-block;
  font-size: 0.925rem;
  position: relative;
  top: -1px;
}




/** alerts **/
.alert {
}

.alert ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}




/** path admin styles **/
.path-admin {
}

.path-admin .main-container a {
  color: #fff;
}

.path-admin .filter-help {
  display: none!important;
}

.path-admin .dropdown-menu {
  border-radius: 0px;
  padding-left: 10px;
}

.path-admin .dropdown-menu a {
  color: #000;
}


/** path-taxonomy **/
.path-taxonomy {
}

.path-taxonomy .main-container a {
  color: #fff;
}

.path-taxonomy .filter-help,
.path-taxonomy #edit-relations {
  display: none!important;
}

/** path-block **/
.path-block {
}

.path-block .filter-help,
.path-block  #edit-relations,
.path-block .form-type-vertical-tabs,
.path-block .field--name-info,
.block-configure,
.block-contentblock-edit {
  display: none!important;
}






.ajax-throbber.sk-circle .sk-child:before {
  background-color: white!important;
}



.file-size {
  display: none;
}

.alert {
  border-radius: 0px;
}





/**
 * Redkation toolbar
*/
.role-redaktion #toolbar-bar>.toolbar-tab:nth-child(1),
.role-redaktion #toolbar-bar>.toolbar-tab:nth-child(2),
.role-redaktion #toolbar-bar>.toolbar-tab:nth-child(3) {
  display: none!important;
}

.role-redaktion #toolbar-item-user-tray ul>li:nth-child(1),
.role-redaktion #toolbar-item-user-tray ul>li:nth-child(2) {
  display: none;
}
