/* Anpassungen generell - Überschreibung Theme*/
html,body{
	font-size:14px !important;	
}
body{
	color: #3d4262 !important;
	font-weight: 400 !important;
}
.kt-portlet__content{
	font-size:1.2em;
}
/* Anpassungen generell - Überschreibung Theme*/

/* Fenster öffnet sich, wo die Inhalte der Auswahlfelder eingetragen werden */
h1,h2,h3{
	margin: 5px 0 !important;
}
highlight{
	background-color:#c0392b;
	font-weight:bold;
	color:#ffffff;
}
a{cursor:pointer;}
.clearBoth{
	display:both;
	clear:both;
}

img:not(.boxer-image) {
	max-width: 100%;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.field_choice, .field_choice_komb{
	display:none;
	width:400px;
	position:absolute;
	border: 15px solid #3c8dbc;
	background-color:#ffffff;
	padding:20px 20px 40px 20px;
	margin:-100px 0 0 -100px;
	z-index:1000;
}
.btn-group{
	position:relative;
}
.interface_logo{
	color: #fff;
	font-size: 2.3em;
}

.field_choice input, .field_choice_komb input{width:244px; margin:0; padding:3px 2px 3px 2px;}
.all_choices{
	display:block;
	margin:10px 0 0 0;
	width:250px;
}
.all_choices span{
	display:block;
	float:left;
	position:relative;
	background-color:#eeeeee;
	border-radius:5px;
	padding:5px 30px 5px 7px;
	font-size:0.9em;
	margin:0 10px 10px 0;
}
.field_all_choices p{font-size:0.9em;}

.delete_choice{
	position:absolute;
	width:20px;
	height:20px;
	margin:-2px 0 0 5px;
	opacity:0.7;
	cursor:pointer;
}

#message, .message{
	position:fixed;
	left:50%;
	margin-left:-25%;
	top:20%;
	width:50%;
	z-index:99999;
}
.alert-heading{
	display:block;
	font-weight:bold;
	font-size:1.2em;
}

.pointer:hover{
	cursor:pointer;
	background-color:#d2d6de !important;
}

.bootstrap-select .btn{
	float: none !important;
}
.submitbutton{
	margin:0 10px 0 0;
}

.allselectedones{
	padding:10px 0 15px 0;
}
.allselectedones button{
	margin: 0 5px 5px 0;
}

#disabled{
	opacity:0.5;
	cursor:pointer;
}

#disabler {
    position: relative;
    width: 100%;
	height: 35px;
	top: -39px;
    z-index: 100;
}
#disabler img {
    width: 100%;
    height: 100%;
}

.mb-5{margin-bottom:5px;}
.nav-stacked > li > a{padding: 5px 10px !important;}
.margin-5{margin:5px;}
.plr-10{padding:0 25px 0 25px !important;}
.p5{padding: 5px 10px 5px 10px !important;}
.loading{position:absolute; top:25px; z-index:1;}
.invoice{min-height:100px;}

table.TableDesign td{
	vertical-align: middle !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header{
	min-height: 175px;
	height: auto !important;
}
.profile-user-img:hover{
	cursor:pointer;
	border: 3px solid #a1a1a1;
}
.bar {
    height: 18px;
    background: green;
}
.smallIcon{
	font-size:0.8em;
	margin:0 5px 0 0;
}
.search_results{
	background-color:#ffffff;
	border:1px solid #eeeeee;
	max-height: 300px;
	overflow-y: scroll;
	display:none;
}
.search_results ul {
	list-style:none;
	margin:0;
	padding:0;
}
.search_results ul li{
	cursor:pointer;
	padding: 5px 10px;
}
.search_results ul li:nth-child(odd){
	background-color:#eeeeee;
}

.search_results ul li:hover{
	background-color:#3c8dbc;
	color:#ffffff;
}
.dragable{
	cursor:move;
}
.paddingRight10{padding:0 10px 0 0;}
.spacer{display:block;}
.spacer0{height:0px;}
.spacer20{height:20px;}
.hr-line{height:1px; width:100%; display:block; background-color:#ebedf2;}
label{display:block !important;}
.ck-label {display:none !important;}

.close_field_choice {
	position: absolute;
	border: 3px solid #fff;
	border-radius: 20px;
	height: 40px;
	width: 40px;
	color: #fff;
	background-color: #3e3d3d;
	top: -25px;
	right: -25px;
}

/* Fileinput */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/* Fileinput */

/* Farben Zuordnung */
.sr-bg-publish{
	background-color:#18a899;
	border-color: #179c8e;
	color:#fff;
}

/* Artikel schreiben */
#post input{
	font-size:1.5em;
}

/* Dropzone */
.dropzone {
	text-align: center;
	line-height: 2.0;
	height: 210px;
	border: 4px dashed #bbb !important;
}
.dropzone p{
	margin:0;
}

.dropzoneButton {
	display: block;
	margin: 10px auto;
	font-size: 1.1em;
	cursor: pointer !important;
}
.dropzone .dz-message{
	margin:0 !important;
}

/* Medien */
.media_upload_area{
	display:none;
}
.upload_button{
	margin:-20px 0 20px 0;
}
.media_list, .media_list_choosen {
	list-style: none;
	padding: 0;
	margin: 0;
}
.media_list li, .media_list_choosen li {
	position: relative;
	float: left;
	padding: 8px;
	cursor: pointer;
}
.media_list li:hover{
	box-shadow: inset 0 0 2px 3px #fff,inset 0 0 0 7px #c7d9ea;
	outline: 2px solid transparent;
	outline-offset: -6px;
}
.media_list_choosen li img{
	height:150px;
	width:150px;
}
.form-control[readonly]{
	background-color:#f7f8fa !important;
}
.media_info {
	font-size: 0.9em;
	margin: 10px 0 5px 0;
	text-align: right;
}
.media_preview_small {
	float: left;
}
.media_preview_small img {
	max-height: 100px;
	max-width: 200px;
}
.selectedMedia, .image_selected {
	box-shadow: inset 0 0 2px 3px #fff,inset 0 0 0 7px #5b9dd9 !important;
	outline: 2px solid transparent;
	outline-offset: -6px;
}

.image_selected::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	color: #fff;
	background-color: #5b9dd9;
	padding: 3px 5px;
	border: 1px solid #fff;
	outline: 1px solid #5b9dd9;
	top: -5px;
	right: -5px;
	z-index: 5;
}

.del_choosen_image {
	position: absolute;
	color: #fff;
	background-color: #5e5e5e;
	padding: 5px 7px;
	border: 1px solid #fff;
	outline: 1px solid #5e5e5e;
	top: -5px;
	right: -5px;
	z-index: 5;
}

/* Content Pieces Suchen */
#cp_search_results {
	margin: 2px 0 0 0;
	font-size: 0.9em;
	position: absolute;
	min-width: 200px;
}
ul#cp_search {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 50px 0px #b3b3b34d;
}
ul#cp_search li {
	padding: 10px 15px;
	cursor: pointer;
}
ul#cp_search li:hover {
	background-color:#f7f8fa;
}