/* --------------------- CMS 5 Grundeinstellungen --------------- */

.cms5A_mainbg .navbar .dropdown-menu > li {
    text-indent: 0px !important;
}

.cms5A_mainbg .badge {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #fff;
    background-color: #999;
}

.cms5A_mainbg .btn,
#place4impres .btn {
	font-family: Arial, Helvetica;
  font-weight: normal;
	font-size: 14px;
	border-radius: 3px;
	text-transform:	none;
}

.cms5A_mainbg .form-control {
	font-size: 14px;
	height: 34px;
	color: #000 !important;
}


.cms5A_mainbg textarea.form-control {
	height: auto !important;
}

.cms5A_mainbg {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 14px;
	color: #000 !important;
	font-style: normal;
}

.cms5A_toolbar {
	min-height:30px !important;
	background-color: #fafafa;
	padding: 5px;
	border-top: 1px solid #eee;
}

.cms5A_mainbg a {
  color: #428bca;
  text-decoration: none;
}
.cms5A_mainbg a:hover,
.cms5A_mainbg a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.cms5A_mainbg a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.cms5A_mainbg .datepicker td,
.cms5A_mainbg .datepicker th, {
  font-family: Arial, Helvetica !important;
}

.cms5A_mainbg .datetimepicker,
.cms5A_mainbg .datetimepicker {
  font-family: Arial, Helvetica  !important;
}

.cms5A_mainbg .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.cms5A_mainbg h1,
.cms5A_mainbg h2,
.cms5A_mainbg h3,
.cms5A_mainbg h4,
.cms5A_mainbg h5,
.cms5A_mainbg h6,
.cms5A_mainbg .h1,
.cms5A_mainbg .h2,
.cms5A_mainbg .h3,
.cms5A_mainbg .h4,
.cms5A_mainbg .h5,
.cms5A_mainbg .h6 {
	font-family: Arial, Helvetica;
	color: #000;
}


.cms5A_mainbg .btn-default,
.bootbox-confirm .btn-default {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc;
}

.cms5A_mainbg .btn-default:hover,
.cms5A_mainbg .btn-default:focus,
.cms5A_mainbg .btn-default:active,
.cms5A_mainbg .btn-default.active,
.cms5A_mainbg .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.cms5A_mainbg .btn-default:active,
.cms5A_mainbg .btn-default.active,
.cms5A_mainbg .open .dropdown-toggle.btn-default {
  background-image: none;
}
.cms5A_mainbg .btn-default.disabled,
.cms5A_mainbg .btn-default[disabled],
.cms5A_mainbg fieldset[disabled] .btn-default,
.cms5A_mainbg .btn-default.disabled:hover,
.cms5A_mainbg .btn-default[disabled]:hover,
.cms5A_mainbg fieldset[disabled] .btn-default:hover,
.cms5A_mainbg .btn-default.disabled:focus,
.cms5A_mainbg .btn-default[disabled]:focus,
.cms5A_mainbg fieldset[disabled] .btn-default:focus,
.cms5A_mainbg .btn-default.disabled:active,
.cms5A_mainbg .btn-default[disabled]:active,
.cms5A_mainbg fieldset[disabled] .btn-default:active,
.cms5A_mainbg .btn-default.disabled.active,
.cms5A_mainbg .btn-default[disabled].active,
.cms5A_mainbg fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.cms5A_mainbg .btn-default .badge {
  color: #fff;
  background-color: #333;
}

.cms5A_mainbg .btn-primary,
#place4impres .btn-primary {
  color: #fff !important;
  background-color: #777;
  border-color: #357ebd;
}

.cms5A_mainbg .btn-primary:hover,
.cms5A_mainbg .btn-primary:focus,
.cms5A_mainbg .btn-primary:active,
.cms5A_mainbg .btn-primary.active
.cms5A_mainbg .open .dropdown-toggle.btn-primary,
#place4impres .btn-primary:hover {
  color: #fff !important;
  background-color: #555;
  border-color: #285e8e;
}

.cms5A_mainbg .btn-primary:active,
.cms5A_mainbg .btn-primary.active {
  background-image: none;
}

.cms5A_mainbg .btn-primary.disabled,
.cms5A_mainbg .btn-primary[disabled],
.cms5A_mainbg fieldset[disabled] .btn-primary,
.cms5A_mainbg .btn-primary.disabled:hover,
.cms5A_mainbg .btn-primary[disabled]:hover,
.cms5A_mainbg fieldset[disabled] .btn-primary:hover,
.cms5A_mainbg .btn-primary.disabled:focus,
.cms5A_mainbg .btn-primary[disabled]:focus,
.cms5A_mainbg fieldset[disabled] .btn-primary:focus,
.cms5A_mainbg .btn-primary.disabled:active,
.cms5A_mainbg .btn-primary[disabled]:active,
.cms5A_mainbg fieldset[disabled] .btn-primary:active,
.cms5A_mainbg .btn-primary.disabled.active,
.cms5A_mainbg .btn-primary[disabled].active,
.cms5A_mainbg fieldset[disabled] .btn-primary.active {
  background-color: #999;
  border-color: #999;
}

.cms5A_mainbg .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.cms5A_mainbg .btn-success {
  color: #fff;
  background-color: #64b391;
  border-color: #4cae4c;
}
.cms5A_mainbg .btn-success:hover,
.cms5A_mainbg .btn-success:focus,
.cms5A_mainbg .btn-success:active,
.cms5A_mainbg .btn-success.active,
.cms5A_mainbg .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #579F80;
  border-color: #398439;
}
.cms5A_mainbg .btn-success:active,
.cms5A_mainbg .btn-success.active,
.cms5A_mainbg .open .dropdown-toggle.btn-success {
  background-image: none;
}
.cms5A_mainbg .btn-success.disabled,
.cms5A_mainbg .btn-success[disabled],
.cms5A_mainbg vfieldset[disabled] .btn-success,
.cms5A_mainbg .btn-success.disabled:hover,
.cms5A_mainbg .btn-success[disabled]:hover,
.cms5A_mainbg fieldset[disabled] .btn-success:hover,
.cms5A_mainbg .btn-success.disabled:focus,
.cms5A_mainbg .btn-success[disabled]:focus,
.cms5A_mainbg fieldset[disabled] .btn-success:focus,
.cms5A_mainbg .btn-success.disabled:active,
.cms5A_mainbg .btn-success[disabled]:active,
.cms5A_mainbg fieldset[disabled] .btn-success:active,
.cms5A_mainbg .btn-success.disabled.active,
.cms5A_mainbg .btn-success[disabled].active,
.cms5A_mainbg fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.cms5A_mainbg .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.cms5A_mainbg .selectpicker,
.cms5A_mainbg .datepicker.dropdown-menu {
	font-family: inherit !important;
  font-size: 14px !important;
  height: auto !important;
}


.cms5A_mainbg .form-control {
	font-family: inherit;
  display: block;
  width: 100%;
  /* height: 34px; */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cms5A_mainbg .form-control:focus,
.cms5A_mainbg .bootstrap-switch.bootstrap-switch-focused  {
  border-color: #bbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, .6);
}

.cms5A_mainbg .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.cms5A_mainbg .form-control:-ms-input-placeholder {
  color: #999;
}

.cms5A_mainbg .form-control::-webkit-input-placeholder {
  color: #999;
}

.cms5A_mainbg .form-control[disabled],
.cms5A_mainbg .form-control[readonly],
.cms5A_mainbg fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.cms5A_mainbg .datumundzeit .form-control[disabled],
.cms5A_mainbg .datumundzeit .form-control[readonly],
.cms5A_mainbg .datumundzeit fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fff;
  opacity: 1;
}

.cms5A_mainbg .navbar {
  font-size: 15px !important;
  font-family: Arial, Helvetica !important;
  font-weight: normal !important;
}

.cms5A_mainbg .pagination > .active > a,
.cms5A_mainbg .pagination > .active > span,
.cms5A_mainbg .pagination > .active > a:hover,
.cms5A_mainbg .pagination > .active > span:hover,
.cms5A_mainbg .pagination > .active > a:focus,
.cms5A_mainbg .pagination > .active > span:focus {
	background-color: #bbb;
	border-color: #bbb;
}


.cms5A_mainbg .dropdown-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.cms5A_mainbg .well {
	font-family: Arial, Helvetica;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5 !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	color: #000 !important;
}


.cms5A_mainbg .dropdown-menu .divider {
  background-color: #e5e5e5 !important;
}

.cms5A_mainbg .dropdown-menu > li > a {
  font-weight: normal;
  line-height: 1.42857143;
  color: #333 !important;
  white-space: nowrap;
}

.cms5A_mainbg .dropdown-menu > li a:hover {
	background-color: #f5f5f5 !important;
	color: #262626 !important;
}


.cms5A_mainbg .dropdown-menu > li > a:hover,
.cms5A_mainbg .dropdown-menu > li > a:focus {
  color: #262626 !important;
  text-decoration: none;
  background-color: #f5f5f5 !important;
}


.cms5A_mainbg .dropdown-menu > .active > a,
.cms5A_mainbg .dropdown-menu > .active > a:hover,
.cms5A_mainbg .dropdown-menu > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #428bca !important;
  outline: 0;
}

.cms5A_mainbg .dropdown-menu > .disabled > a,
.cms5A_mainbg .dropdown-menu > .disabled > a:hover,
.cms5A_mainbg .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.cms5A_mainbg .dropdown-menu > .disabled > a:hover,
.cms5A_mainbg .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.cms5A_mainbg .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.cms5A_mainbg .list-group-item-info {
    background-color: #d9edf7;
    color: #3a87ad;
}






.cms5A_mainbg .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.cms5A_mainbg .panel-body {
  padding: 15px;
  background-color: #fff;
}
.cms5A_mainbg .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  background-color: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cms5A_mainbg .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.cms5A_mainbg .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.cms5A_mainbg .panel-title > a {
  color: inherit;
}
.cms5A_mainbg .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cms5A_mainbg .panel > .list-group {
  margin-bottom: 0;
}
.cms5A_mainbg .panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.cms5A_mainbg .panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cms5A_mainbg .panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cms5A_mainbg .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.cms5A_mainbg .panel > .table,
.cms5A_mainbg .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.cms5A_mainbg .panel > .table:first-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cms5A_mainbg .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.cms5A_mainbg .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.cms5A_mainbg .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.cms5A_mainbg .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.cms5A_mainbg .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.cms5A_mainbg .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.cms5A_mainbg .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.cms5A_mainbg .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.cms5A_mainbg .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.cms5A_mainbg .panel > .table:last-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cms5A_mainbg .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.cms5A_mainbg .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.cms5A_mainbg .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.cms5A_mainbg .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.cms5A_mainbg .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.cms5A_mainbg .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.cms5A_mainbg .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.cms5A_mainbg .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.cms5A_mainbg .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.cms5A_mainbg .panel > .panel-body + .table,
.cms5A_mainbg .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.cms5A_mainbg .panel > .table > tbody:first-child > tr:first-child th,
.cms5A_mainbg .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.cms5A_mainbg .panel > .table-bordered,
.cms5A_mainbg .panel > .table-responsive > .table-bordered {
  border: 0;
}
.cms5A_mainbg .panel > .table-bordered > thead > tr > th:first-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cms5A_mainbg .panel > .table-bordered > tbody > tr > th:first-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cms5A_mainbg .panel > .table-bordered > tfoot > tr > th:first-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cms5A_mainbg .panel > .table-bordered > thead > tr > td:first-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cms5A_mainbg .panel > .table-bordered > tbody > tr > td:first-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cms5A_mainbg .panel > .table-bordered > tfoot > tr > td:first-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.cms5A_mainbg .panel > .table-bordered > thead > tr > th:last-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cms5A_mainbg .panel > .table-bordered > tbody > tr > th:last-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cms5A_mainbg .panel > .table-bordered > tfoot > tr > th:last-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cms5A_mainbg .panel > .table-bordered > thead > tr > td:last-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cms5A_mainbg .panel > .table-bordered > tbody > tr > td:last-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cms5A_mainbg .panel > .table-bordered > tfoot > tr > td:last-child,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.cms5A_mainbg .panel > .table-bordered > thead > tr:first-child > td,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.cms5A_mainbg .panel > .table-bordered > tbody > tr:first-child > td,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.cms5A_mainbg .panel > .table-bordered > thead > tr:first-child > th,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.cms5A_mainbg .panel > .table-bordered > tbody > tr:first-child > th,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.cms5A_mainbg .panel > .table-bordered > tbody > tr:last-child > td,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cms5A_mainbg .panel > .table-bordered > tfoot > tr:last-child > td,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cms5A_mainbg .panel > .table-bordered > tbody > tr:last-child > th,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cms5A_mainbg .panel > .table-bordered > tfoot > tr:last-child > th,
.cms5A_mainbg .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.cms5A_mainbg .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.cms5A_mainbg .panel-group {
  margin-bottom: 20px;
}
.cms5A_mainbg .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.cms5A_mainbg .panel-group .panel + .panel {
  margin-top: 5px;
}
.cms5A_mainbg .panel-group .panel-heading {
  border-bottom: 0;
}
.cms5A_mainbg .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.cms5A_mainbg .panel-group .panel-footer {
  border-top: 0;
}
.cms5A_mainbg .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.cms5A_mainbg .panel-default {
  border-color: #ddd;
}
.cms5A_mainbg .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.cms5A_mainbg .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.cms5A_mainbg .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.cms5A_mainbg .panel-primary {
  border-color: #428bca;
}
.cms5A_mainbg .panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.cms5A_mainbg .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.cms5A_mainbg .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.cms5A_mainbg .panel-success {
  border-color: #d6e9c6;
}
.cms5A_mainbg .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.cms5A_mainbg .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.cms5A_mainbg .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.cms5A_mainbg .panel-info {
  border-color: #bce8f1;
}
.cms5A_mainbg .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.cms5A_mainbg .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.cms5A_mainbg .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.cms5A_mainbg .panel-warning {
  border-color: #faebcc;
}
.cms5A_mainbg .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.cms5A_mainbg .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.cms5A_mainbg .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.cms5A_mainbg .panel-danger {
  border-color: #ebccd1;
}
.cms5A_mainbg .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.cms5A_mainbg .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.cms5A_mainbg .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}


.cms5A_mainbg .bootstrap-switch > div > span.bootstrap-switch-primary {
  color: #fff;
  background: #999;
}


ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
	background: #eee;
}

.cms5A_mainbg a.list-group-item {
  color: #555;
}

.cms5A_mainbg a.list-group-item .list-group-item-heading {
  color: #333;
}

.cms5A_mainbg a.list-group-item:hover,
.cms5A_mainbg a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.cms5A_mainbg a.list-group-item.active,
.cms5A_mainbg a.list-group-item.active:hover,
.cms5A_mainbg a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}


#cms5_slide-panel {
    width:250px;
    height:160px;
    padding:0px;
    margin-left:-260px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 2000;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;

}

#cms5_slide-panel_innen {
	padding:10px;
}

#cms5_opener {
    float:right;
    margin: 124px -52px 0px 0px;
    border-radius:0;
}

#cms5_opener img {
	width: 15px;
	height: 15px;
}


.cms5A_mainbg .bootstrap-switch > div > span,
.cms5A_mainbg .bootstrap-switch > div > label {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.cms5A_mainbg label {
	font-weight: bold;
}

.cms5A_mainbg .btn-group label {
	font-weight: normal;
}

.cms5_einbindung {
	background-color: #ccc;
	padding: 6px;
	text-align: center;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    font-style: italic;
    font-size: 14px;
}

/* ----------- background-image ----------- */

#cms_savedata .img-background-cell,
#cms_savedata .img-background-col {
	visibility: visible;
	border: 1px dashed red;
	padding: 2px;
	opacity: 0.5;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.img-background-col, .img-background-cell {
	width: 100%;
	max-width: 100px;
	visibility: hidden;
}

.bootbox.btn-primary, .bootbox .btn-primary {
		font-size: 14px;
		font-family: Arial,Helvetica !important;
    background-color: #777;
    border-color: #777;
    color: #fff !important;
    border-radius: 0;
}

.bootbox .btn-primary:hover {
    background-color: #555;
    border-color: #555;
     border-radius: 0;
}

.bootbox .btn-primary a, .bootbox a .btn-primary, .bootbox a:hover .btn-primary {
	color: #fff;
}

.bootbox.btn-default, .bootbox .btn-default {
		font-size: 14px;
		font-family: Arial,Helvetica !important;
   	color: #333;
 	 background-color: #fff;
 	 border-color: #ccc;
    border-radius: 0;
}

.bootbox .btn-default:hover {
     color: #333;
  		background-color: #ebebeb;
  		border-color: #adadad;
     border-radius: 0;
}

.bootbox .btn-default a, .bootbox a .btn-default, .bootbox a:hover .btn-default {
	color: #333;
}

.bootbox .modal-title {
		color: #8d9079;
    font-size: 20px;
    font-family: Arial,Helvetica !important;
}

.bootbox-body
{
		color: #000;
    font-size: 14px;
    font-family: Arial,Helvetica !important;
}