/* MARKTPLATZ GMBH SOFTWARE DESIGN DEFINITION 			*/
/* ----------------------------------------------------	*/
/* Font												    */
/* ----------------------------------------------------	*/
/* Allgemeines 											*/
/* > Weiteres in der bootstrap-theme.css				*/
/* ----------------------------------------------------	*/
/* Hinweis-Alerts 										*/
/* ----------------------------------------------------	*/
/* Icons 												*/
/* ----------------------------------------------------	*/
/* Headlines 											*/
/* ----------------------------------------------------	*/
/* Inputs 												*/
/* ----------------------------------------------------	*/
/* Logo 												*/
/* ----------------------------------------------------	*/
/* Tob-bar 												*/
/* ----------------------------------------------------	*/
/* MenÃ¼ 												*/
/* ----------------------------------------------------	*/
/* Content 												*/
/* > Weiteres in der Content.css						*/
/* ----------------------------------------------------	*/
/* Footer-bar 											*/
/* ----------------------------------------------------	*/

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none !important;
}

html,
body {
  font-family: Arial;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 14px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: #2c7cae;
}

a:hover {
  color: #2c7cae;
  text-decoration: none;
}

a:focus,
a:active {
  text-decoration: none;
}

.cB {
  clear: both;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.nopadding {
  padding: 0px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

img[align='left'] {
  margin-right: 10px;
  margin-bottom: 4px;
}

img[align='right'] {
  margin-left: 10px;
  margin-bottom: 4px;
}

table th {
  background-color: rgba(154, 161, 187, 0.5) !important;
  color: #333;
}

.pointer {
  cursor: pointer;
}

select {
  cursor: pointer;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.error {
  padding: 5px;
  background: #ffe8e8;
  border: 1px solid #cc3300;
  width: 500px;
  margin: auto;
  margin-bottom: 20px;
}

.text-danger:not(:empty) {
  padding: 5px;
  background: #ffe8e8;
  border: 1px solid #cc3300;
  width: 500px;
  margin: auto;
  margin-bottom: 20px;
}

.input-validation-error {
  border: 1px solid #cc3300;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.link a {
  background-image: url('/Content/images/magnifier_medium_left.png');
  background-repeat: no-repeat;
  padding-left: 20px;
}

a.link:before {
  background: url('/Content/images/arrow_left.png') no-repeat scroll 0 0 / 7px 9px rgba(0, 0, 0, 0);
  content: ' ';
  display: block;
  float: left;
  height: 9px;
  margin-right: 5px;
  margin-top: 6px;
  width: 7px;
}

.link.new_entry {
  float: right;
}

.link.new_entry:before {
  background: url('/Content/images/new_entry.png') no-repeat scroll 0 0 / 15px 15px rgba(0, 0, 0, 0);
  margin-top: 3px;
  width: 15px;
  height: 15px;
}

a.details {
  float: right;
  width: 30px;
  height: 30px;
  background: url('/Content/images/icon_details.png') no-repeat scroll 0 0 / 30px 30px
    rgba(0, 0, 0, 0);
  margin-right: 5px;
}

a.detail-bewerbung {
  background-image: url('/content/images/icon_arrow_w.png');
  background-color: #205a9f;
}

a.bearbeiten {
  float: right;
  width: 30px;
  height: 30px;
  background: url('/Content/images/icon_edit.png') no-repeat scroll 0 0 / 30px 30px rgba(0, 0, 0, 0);
  margin-right: 5px;
}

a.loeschen {
  float: right;
  width: 30px;
  height: 30px;
  background: url('/Content/images/icon_del.png') no-repeat scroll 0 0 / 30px 30px rgba(0, 0, 0, 0);
  margin-right: 5px;
}

.logout {
  position: absolute;
  margin-top: 240px;
  margin-left: 942px;
  text-transform: uppercase;
  font-size: 0.65rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
h1,
h2 {
  color: #282d40;
  font-size: 1.325rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 130%;
}

h3,
h4 {
  color: #282d40;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 150%;
}

.pointer {
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#software-wrapper {
  height: 100%;
}

#logo img.logo {
  cursor: pointer;
  height: 45px;
}

#logo2_header {
  padding-left: 150px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
header {
  background: #1a1449;
  border-bottom: 10px solid #29bdef; /* Ã· Ã·Â Ã·Â Ã·Â Ã·Â Farbe vom Projekt! Ã· Ã·Â Ã·Â Ã·Â Ã· */
  display: block;
  padding-top: 20px;
  -webkit-flex: 0 0 96px;
  -moz-flex: 0 0 96px;
  -ms-flex: 0 0 96px;
  -webkit-box-flex: 0;
  flex: 0 0 125px;
  width: 100%;
}

header h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 28px;
}

header h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-bottom: 0px;
}

header .navbar-nav {
  color: #fff;
  padding: 20px;
}

header .navbar-nav > li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

header .navbar-nav > li {
  margin-left: 20px;
}

section {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#modul-bar {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  min-height: 70px;
  z-index: 2;
  position: relative;
  border-bottom: 5px solid rgb(203, 204, 209);
  width: 100%;
  right: 0px;
}

#modul-bar.affix {
  position: fixed;
  left: initial;
  top: 0px;
  right: 0px;
  z-index: 10;
  background-color: #e6e6e6;
  width: 100%;
}

#modul {
  padding: 20px;
}

#modul h2 {
  text-align: center;
  border-bottom: 1px solid #888;
  padding: 10px;
  font-size: 24px;
}

#modul h3 {
  font-size: 18px;
  font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
nav {
  /* height:calc(100% - 206px); - Toolbar - Footer */
  background-color: #e9eaec;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
}

nav section {
  width: 217px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

nav section #say-hello {
  padding: 20px;
  display: block;
}

#menue {
  margin-bottom: 0px;
}

#menue li {
  margin-bottom: 1px;
  width: 100%;
  list-style: none;
}

#menue li ul {
  background-color: rgb(244, 244, 246);
  display: none;
}

#menue li ul.collapse.in {
  display: block;
}

#menue li a {
  display: block;
  padding: 6px 20px;
  color: #2770af;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#menue li a:hover {
  background-color: #fff;
}

#menue li > a.collapsed::after {
  top: 12px;
  bottom: 0px;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
}

#menue li ul li a {
  background-color: #fff;
  color: #0084a6;
}

#menue li.active {
  background: #fff;
}

#menue li.active > a {
  font-weight: bold;
  border-left: 5px solid #c09853;
  color: #c09853;
  padding: 6px 15px;
}

#menue ul li.active a {
  font-weight: bold;
  border-left: 5px solid #c09853;
  color: #c09853;
}

#menue ul li.active ul {
  display: block;
}

#menue li ul li a::after {
  top: 12px;
  right: 10px;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menue li ul li a:hover::after {
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 10px;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 6px solid #0084a6;
  border-bottom: 6px solid transparent;
}

#menue li ul li a:hover {
  background-color: #efefef;
  color: #333;
}

#hide-show-navigation {
  background-color: #f4f4f5;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
  cursor: pointer;
  position: relative;
  min-width: 25px;
  max-width: 25px;
}

#hide-show-navigation::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #205a9f;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#hide-show-navigation.hiddennav::after {
  border-top: 8px solid transparent;
  border-left: 8px solid #205a9f;
  border-bottom: 8px solid transparent;
  border-right: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

#aktionsbar {
  background-color: #f4f4f5;
  padding: 10px;
}

#aktionsbar.affix {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  border-bottom: 2px solid rgba(40, 45, 64, 1);
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
footer {
  /*line-height:54px;*/
  position: relative;
  text-align: right;
  color: #fff;
  padding: 20px;
  border-top: 1px solid rgba(40, 45, 64, 1);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-flex: 0 0 120px;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  -webkit-box-flex: 0;
  flex: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer li {
  float: right;
  list-style: none;
}

footer li a {
  color: #fff;
  display: block;
  margin-left: 20px;
  line-height: 54px;
}

.footer-text {
  color: rgb(70, 70, 70);
  display: block;
}

.footer-text img {
  max-width: 200px;
}

.footer-text:hover {
  color: rgba(214, 214, 214, 1);
}

.details-nocut dt {
  white-space: normal;
  width: 400px;
  margin-right: 20px;
}

.password-container {
  position: relative;
}

.glyphicon.password-button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  z-index: 5000;
}

.plus-button {
  min-height: 36px;
  min-width: 36px;
  margin-bottom: 2px;
}

@media print {
  @page body {
    size: auto;
    margin: 12.5mm;
  }

  body {
    font-size: 12px;
    page-break-inside: auto;
  }

  header {
    display: none;
  }

  nav {
    display: none;
  }

  #modul-bar {
    display: none;
  }

  footer {
    display: none;
  }

  img {
    display: none;
  }

  div {
    margin: 4px 0px 0px;
  }

  .table {
    padding: 15px;
    width: 100%;
  }

  tr {
    border-bottom: 1px solid #ccc;
  }

  tr:first-child {
    border-bottom: none;
  }

  h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .block {
    margin-bottom: 35px;
    float: left;
    width: 100%;
  }

  .nopadding {
    padding: 0px;
  }

  .marginbottom10 {
    margin-bottom: 10px !important;
  }

  .marginbottom35 {
    margin-bottom: 35px !important;
  }

  .nomargintop {
    margin-top: 0px;
  }

  .control-label {
    font-weight: bold;
  }

  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-top: none;
    padding: 0px;
  }

  .no-print,
  .no-print * {
    display: none !important;
  }
}

.k-textbox {
  width: 100%;
}

textarea.k-textbox {
    padding-left: 0.7em !important;
}

.langs {
    position: absolute;
    top: 20px;
    left: 20px;
}

.setLang img {
  padding: 2px;
}

.active-lang {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.navbuttons {
  padding-top: 20px;
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.k-notification {
  border: 0;
}

/* Error template */
.k-notification-error.k-group {
  background: rgba(100%, 0%, 0%, 0.7);
  color: #ffffff;
}

.wrong-pass {
  width: 300px;
  height: auto;
}

.k-notification-error {
  padding: 10px;
  border: 2px solid #d92800;
  height: auto;
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 10px;
}

.wrong-pass h3 {
  font-size: 1em;
  padding: 32px 10px 5px;
}

.wrong-pass img {
  float: left;
  margin: 30px 15px 30px 30px;
}

/* Success template */
.k-notification-upload-success {
  background: #4baf4f;
  color: #fff;
  padding: 10px;
  border: 2px solid #3c8b3f;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
}

.upload-success {
  width: 300px;
  height: auto;
}

.upload-success h3 {
  font-weight: normal;
  display: block;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
}

.upload-success img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
