html, body{
  margin:0;
  padding:0;
  min-width: unset;
}

.modal-800 {
  width: 800px;
}
h1, h2, h3, h4, h5, h6 {
  color: #005142
}

a {
  color: #005142;
}

span.help-block li {
  color: #ff0000;
}

.table3 {
  table-layout: fixed;
  width: 100%;
}
.table3 td {
  text-align: center;
}

.help-block {
  color: #333;
}

.form-control {
  border-radius: 0;
  border: 0;
  background-color: #eeeeee;
}

.datei-upload .form-group {
  background-color: #eee;
  padding: 5px 0;
}

.gruen {
  color: #005142
}
.table-fixed {
  table-layout: fixed;
}
.table-bg {
  background-color: #fff;
  border: 1px solid #ccc;
}
.table-bg th {
  text-align: center;
}
.table-bg td {
  text-align: center;
}
.no-margin {
  margin: 0 !important;
}


.btn-primary {
  border-radius: 0;
  border: 3px solid #3c69ae;
  background-color: #fff;
  color: #3c69ae;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #fff;
  border-color: #3c69ae;
  color: #3c69ae;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
  background-color: #51968e;
  border-color: #006354;
}
.panel-primary {
  border-color: #006354;
}
.panel-primary > .panel-heading {
  background-color: #005142;
  border-color: #006354;
  color: #fff;
}


#loader {
  margin: 5px 0 0 0;
  display: none;
}

.rot {
  color: #ff0000;
}

.container {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #fff;*/
}

.page-header {
    border-bottom: 1px solid #005142;
}

.form-group.has-error .parsley-error-list, .form-group.has-error .parsley-error-list.help-block {
  color: #B94A48;
}
.form-group.has-error .help-block {
  color: #737373;
}
.help-block.parsley-error-list {
  color: #E94F35;
  font-weight: bold;
}

.footer {
    background-color: #005142;
    padding: 40px 0 30px 0;
    color: #fff;
    height: 100px;
}
.footer .container {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #005142;
}
.footer a {
    color: #fff;
}

.ipad {
  background-image: url("../img/dent-assist/ipad.png");
  margin: 0 auto;
  width: 910px;
  height: 649px;
}
.ipad .inhalt {
  position: relative;
  top: 88px;
  left: 81px;
  width: 731px;
  height: 486px;
}
.ipad_links {
  position: relative;
  cursor: pointer;
  width: 346px;
  height: 44px;
}
.link02 {
  left: 188px;
  top: -338px;
}
.link03 {
  left: 188px;
  top: -335px;
}
.link04 {
  left: 188px;
  top: -332px;
}
.link05 {
  left: 188px;
  top: -329px;
}
.link06 {
  left: 188px;
  top: -326px;
}
.link07 {
  left: 188px;
  top: -323px;
}
.back_link {
  position: relative;
  height: 46px;
  width: 46px;
  top: -184px;
  left: 829px;
  cursor: pointer;
}

.urlaubsgrafiken {
  border: 7px solid transparent;
}
.urlaubsgrafiken_row strong {
  color: #005142;
}
.applyBtn, .cancelBtn {
  margin: 4px 0;
  width: 150px;
}

span.magenta, a.magenta, p.magenta {
  color: #d91b7b;
}
div.magenta {
  background-color: #d91b7b;
  color: #fff;
  padding: 20px;
  font-size: 15px;
}
div.magenta strong {
  font-size: 16px;
}
.btn-black {
  background: linear-gradient(to top, #1e1e1e, #525252) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #272727;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1) inset;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1em;
  margin: 10px 0;
  padding: 12px 15px;
  text-shadow: 0 1px 0 #000;
  width: 65px;
}
.btn-black:hover {
  background: linear-gradient(to top, #525252, #1e1e1e) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn-black img {
  height: 32px;
}

ul {
  list-style-type: square;
}
ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: circle;
}

ul.parsley-error-list {
  list-style: none;
  padding-left: 0;
}
ul.parsley-error-list li {
  color: #ff0000;
}

#cf_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.5);
  z-index: 100000;
}
#cf_overlay div {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -200px;
  width: 400px;
  height: 300px;
  text-align: center;
}
#cf_overlay img.ologo {
  margin: 30px auto 10px auto;
}
#cf_overlay img.loader {
  margin: 20px auto 30px auto;
}