@CHARSET "UTF-8";
html, body{
  min-height: 100%;
}

@font-face {
    font-family: 'Viga';
    src: url('../Fonts/Viga-Regular.woff2') format('woff2'),
        url('../Fonts/Viga-Regular.woff') format('woff'),
        url('../Fonts/Viga-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* mark not fully programmed parts */
.need-modification{
	background: 
  /* On "top" */
  repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 5px,
    #ff0000 10px,
    #ff8d8d 15px
  ),
  /* on "bottom" */
  linear-gradient(
    to bottom,
    #eee,
    #999
  );
}

.prio_prio1 {
	color: red;
}
.prio_prio2 {
	color: orange;
}
.prio_prio3 {
	color: #8bc34a;
}

a {
   outline: 0 !important;
}

.checkGreen {
	color: #12ad12;
}

.noScriptWarning {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: 86px;
	margin-top: 10px;
}

/* Remove x in input fields (IE)) */
::-ms-clear { width : 0; height: 0; } 
::-ms-reveal { width : 0; height: 0; }

/* make spans look like a */
span.linked,
div.linked{color:#337ab7;cursor:pointer;}
span.linked:hover,
div.linked:hover{text-decoration:underline;}

h1, h2, h3, h4 {
	font-family:'Viga';
}

#toast-container.toast-top-full-width>div {
	opacity:1;
}
.modal{
	z-index:1063;
}
.modal-header {
	background: #f5f5f5;
}
.modal-backdrop{
	background-color:#fff;
	z-index:1062;
}
.modal-backdrop.in{
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#modalProductionLink{
	float:left;
}
.daterangepicker td, 
.daterangepicker th {
	border-radius: 0px !important;
}

.dateSubformat {
	color: grey;
	font-size: 12px;
	font-style: italic;
}

.mandatoryStar {
	color: red;
}
.contextMenu {
	-webkit-box-shadow: 3px 12px 40px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 12px 40px -8px rgba(0,0,0,0.75);
	box-shadow: 3px 12px 40px -8px rgba(0,0,0,0.75);
	z-index: 3;
}

.modal-dialog {
    overflow-y: initial !important;
	margin: 28px auto;
}

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

.modushint {
	width: 150px;
	color: #cbcbcb;
	height: auto;
	display: inline-block;
	padding: 2px 0px;
	text-align: center;
	background: #4e4e4e;
	border: 1px solid #686868;
	font-size: 11px;
	border-radius: 10px;
	margin: 9px 0 0 10px;
}

.modushint.active {
	width: 150px;
	color: white;
	height: auto;
	display: inline-block;
	padding: 2px 0px;
	text-align: center;
	background: green;
	border: 1px solid black;
	font-size: 11px;
	border-radius: 10px;
	margin: 9px 0 0 10px;
}

.correctionLabel {
	margin-left: 15px !important;
}

#lockIcon {
	font-size: 94px;
    /* top: -20px; */
    /* position: relative; */
    margin-top: -49px;
    color: #e0cfb5;
    margin-left: 96px;
}

.cbConfidential {
	/*margin-left: -21px !important;*/
}

.fieldsetForms {
    border: 1px solid #c3c3c3 !important;
    position: relative;
    border-radius: 4px;
    background-color: #dadada;
	padding: 5px;
	min-height: 90px;
}
.legendForms {
    font-size: 12px;
    width: 100px;
    border: 1px solid #828282;
    border-radius: 4px;
    background-color: #828282;
    color: #fff;
	padding: 4px 10px 0px 10px;
	margin-bottom: 2px;
}
.select2-container {
	/* margin-top: 10px !important; */
}
.select2-selection__rendered .avatar{display:none;}

/* enable readonly attr for select2 */
select[readonly].select2-select-single-modal + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-select-single-modal + .select2-container  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

select[readonly].select2-select-single-modal + .select2-container  .select2-selection__arrow,
select[readonly].select2-select-single-modal + .select2-container  .select2-selection__clear {
    display: none;
  }


body .select2-dropdown { z-index: 1070; }
.wide {
	width: 150px !important;
}

.select-spacer {
	height: 20px;
}

.formInformation {
	padding-left: 3px;
	display: block;
}

.parsley-errors-list {
	margin: 0px !important;
}

.errorContainer {
	font-weight: bold;
	position: relative;
    top: -15px
}

.characterCountTitle {
	color: #888;
	font-size: 11px;
	margin-right: 10px;

}
.imageWrapper {
	margin-top: 20px;
}

.deleteImageBtnStyle {
	margin-right: 50px;
	margin-top: 3px;
}

/* Tasks start */

.detailsContentItemTaskWrapper {
	height: 56px;
	background-color: #efefef;
	padding: 5px 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #d4d4d4;
	
}

.detailsContentItemTaskUser {
	padding: 5px;
}

.taskEditButton {
	margin-right: 2px;
	margin-top: -8px;
}

.stateChangeButton {
	opacity: .25;
	font-style: normal;
	height: 31px;
	width: 100px;
	display: inline-block;
	padding: 5px 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.stateChangeButton:hover {
	opacity: 1;
	cursor: pointer;
}

.stateChangeButton.active {
	opacity: 1;
}

.readmoreButton {
	margin-top: -13px;
	font-size: 20px;
	background-color: #efefef;
	cursor:pointer;
}

.readmoreButtonIcon {
	margin-left: 50%;
}

.taskDetailsHeader {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #8a8a8a;
}


.collapseContent {
	background-color: #efefef;
	padding: 0px 10px;
}



.detailsContentItemTaskTitle {
	color: black;
	font-weight: bold;
	font-size: 17px;
	margin-top: -4px;
}
.detailsContentItemTaskAvatar {
	
}
.itemDetailsChannelOwnerSmall2 {
    border-radius: 38px;
	margin-right: 20px;
}

.detailsContentItemTaskFromUser {
	color: black;
	font-style: normal;
	font-size: 12px;
	padding-top: 2px;
}

.detailsContentItemTaskDate {
	color: black;
	font-style: normal;
	width: 140px;
}
.taskNotesTextarea {
	 resize: vertical; 
}

.notesSaveButton {
	margin-bottom: 5px;
}

.deadlineReached {
	color: #e04444 !important;
	font-size: 36px;
	margin-right: 50px;
}

.deadlineExpired {
	color: #e04444 !important;
}

/* Tasks end */


/* Parsley Styles START */

.parsley-errors-list {
	color: #ea6865;
	list-style: none;
	
}


#descriptionTextarea, #notes, #description {
	resize: vertical; 
}

/* Parsley Styles END */

.templateModuleLabels {
	color: #888888;
	font-style: italic;
}

.templateModuleContainer {
	background-color: #eaeaea;	
	margin-bottom: 40px;
	padding: 20px 20px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-shadow: 0px 0px 17px -1px rgba(166,166,166,1);
	-moz-box-shadow: 0px 0px 17px -1px rgba(166,166,166,1);
	box-shadow: 0px 0px 17px -1px rgba(166,166,166,1);
}

.templateModuleName {
	font-size: 18px;
	font-weight: bold;
}
.templateModuleType {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	background-color: #d0d0d0;
	color: #fff;
	padding: 2px 8px;
	position: relative;
	top: -2px;
}

.selectedModulesElement {
	margin-bottom: 20px;
}

.selectedModuleDelete {
	color: #ff6464;
	padding-top: 3px;
	padding-right: 4px;
	cursor: pointer;
}
.groupLabels {
	width: 100%;
	margin-top: 1px;
}
.groupLabelsField {
	width: 80px;
	font-weight: bold;
        text-align: right;
}
.groupLabelsFieldNames {
	width: 150px;
	font-weight: bold;
        text-align: right;
}
.addChannelTypeForm {
    margin-top: 15px;
}

/* Validation START */
.labelMessage {
    background-color: #d9534f;
    opacity: 0;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: -3px;
}

.minmaxMessage {
    font-size: 11px;
    color: #777;
}

.minmaxCounter {
    font-size: 11px;
    color: #777;
}

.inputWrapper {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px 10px;
    background-color: #e0e0e0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.11);
    -moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.11);
    box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.11);
}

/* Validation END */

.hasErrors:after {
    color: red;
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 11px;
    position: relative;
    top: -9px;
    left: 10px;
}
.hasNoErrors:after {
    color: green;
    content:  "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 11px;
    position: relative;
    top: -9px;
    left: 10px;
}

.helpPopover {
    width: 300px;
}

.btnModuleTypes {
	width: 150px;
	text-align: left;
}

#selectedModulesList {
	width: 100%;
        height:500px;
        overflow-y: scroll;
}

.selectedModuleType {
	height: 30px;
	background-color: #4e4e4e;
	color: #fff;
	font-size: 18px;
	padding: 3px 5px;
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
	padding: 0px;
}
.form-group-sm .form-control {
	border-radius: 4px;
	border: 1px solid #aaa;
}

.notActive {
	background-color: #f5f5f5 !important;
	border: 1px solid #d4d4d4 !important;
	color: #ababab;
}
.notActiveList {
	color: #b5b5b5;
}
/* modal over main-menu and datepicker in d2d */
#newModal{
	z-index:3001;
}
/* 'Springen' in modal-Dateianhänge verhindern */
.modal .radio, .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Text zu weitere Märkte im Channel Formular war versetzt.*/
div.checkbox2 {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Expert Modal START */
.input-group .form-control, .input-group-btn>.btn {
	/* height: 31px; */
}
/* Expert Modal ENDE */

/* TEST START 

.ui-state-default {
  
}

.sortable div {
  margin-bottom: 5px;
  padding: 3px;
}

#kanban-board {
  width: 100%;
}

.sortable-wrapper {
  float: left;
  margin-left: 10px;
}

.ghost {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  border-style: dashed;
}

.dragging {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.drag-place-holder {
  height: 0px !important;
  margin-top: -5px;
  overflow: hidden;
  border-bottom: 2px dashed blue;
}

.itemChanneltypeIcon {
	font-size: 20px;
}

.panel-stateInfo_ready {
	border-left-color: #5cb85c;
	border-left-width: 5px;
}

.panel-stateInfo_proposal {
	border-left-color: #909090;
	border-left-width: 5px;
}
.panel-stateInfo_cancelled {
	border-left-color: #000;
	border-left-width: 5px;
}
.panel-stateInfo_process {
	border-left-color: #f89406;
	border-left-width: 5px;
}

.panel-item {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-item .panel-heading {
  padding: 5px 5px;
  min-height: 47px;
  color: #444 !important;
  font-size: 12px;
}

.panel-heading-sub {
	color: #777777;
	position: relative;
	top: -3px;
}

.panel-item .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-item .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-item .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-item .panel-body {
  background-color: #f0f0f0;
  font-size: 14px;
  color: #777777;
  padding: 10px;
  font-size: 11px;
  margin: 0px;
}

.itemActionicons {
	font-size: 13px;
	color: #777;
	cursor: pointer;
}

.itemUid {
	font-size: 11px;
	color: #777;
}
 TEST END */

/* Badges START */
.badgeFilterBorder {
	/*
	padding: 5px 7px;
	border: 1px solid #aaa;
	margin-right: 3px;
	background-color: #fff;
	border-radius: 4px;
	*/
}

/* Badges END */

#channel-list_wrapper, 
#topic-list_wrapper, 
#event-list_wrapper {
	z-index: 0;
}

#upload_container {
	min-height:400px;
}
#upload_container .plupload_scroll{
	max-height:450px;
}
#upload_container .plupload_filelist_footer{
	position:inherit;
}

#pluploadWrapper .plupload_header,
#upload_container .plupload_header {
    background-color: gray !important;
    background-image: none !important;
}
#upload_container .plupload_header_content,
#upload_container .plupload_filelist_footer{
	height:auto;
}


div.plupload div.plupload_header {
	border-bottom: 5px solid white !important;
    padding-bottom: 10px !important;
}
#pluploadWrapper .plupload_wrapper{
	position:relative;
}
#upload_container .plupload_wrapper *{
	box-sizing:border-box;
}
#pluploadWrapper .plupload_content,
#upload_container .plupload_content{
	position:inherit;
	height:auto;
	padding:none;
}
#pluploadWrapper .plupload_droptext{
	display:block;
}

#pluploadWrapper .plupload_header_content,
#upload_container .plupload_header_content {
	background: none;
	padding-left: 20px ;
	padding-right:0;
	height:auto;
}

#exportExcelForm{margin-right:8px;}
#content-filter-panel .disabled {
    color: #999;
    
}

option.inactiveOption,
.select2-container li.inactiveOption{
	color:#D0B6AB;
}

.input-error-links {
	border-color: #ca2908 !important;
	border-width: 2px !important;
}

/* error class for select 2 */
.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--multiple{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color: #a94442 transparent transparent;}

/* set filter drop down over table header */
.dropdown-menu.filter-dropdown{z-index:1010;}

#content-filter-panel .disabled input,
#content-filter-panel .disabled select,
#content-filter-panel .disabled .select2-container--default .select2-selection--multiple{
	background: whitesmoke none repeat scroll 0 0;
    border-color: #7c7c7c #c3c3c3 #dddddd;
}




li.userFilterElement{position:relative;}
li.userFilterElement span.removeFilter{position:absolute; right:6px;top:6px;cursor:pointer;}
li.userFilterElement span.fa-pulse{position:absolute; right:6px;top:6px;}



/* Login Form */
#langChooser{position:absolute;right:10px;top:10px;font-size: 19px;}
.form-signin{max-width:330px;padding:15px;margin:0 auto;}
.form-signin .form-signin-heading, .form-signin .checkbox{margin-bottom:10px;}
.form-signin .checkbox{font-weight:normal;}
.account-wall{position: relative;margin:20px 0 60px;padding:40px 0px 20px 0px;background-color:#f7f7f7;-moz-box-shadow:2px 4px 6px rgba(0, 0, 0, 0.3);-webkit-box-shadow:2px 4px 6px rgba(0, 0, 0, 0.3);box-shadow:2px 4px 6px rgba(0, 0, 0, 0.3);}
.account-wall.doubleShadow{-moz-box-shadow:4px 8px 12px rgba(0, 0, 0, 0.3);-webkit-box-shadow:4px 8px 12px rgba(0, 0, 0, 0.3);box-shadow:4px 8px 12px rgba(0, 0, 0, 0.3);}
.login-title{color:#555;font-size:18px;font-weight:400;display:block;}
#loginBackgroundImage{width:100%;height:100%;object-fit:cover;}


.application-logo {
	margin:0 auto 10px;
	display:block;
}
.login-bottom-logo{
	margin-top: -75px;
}


#modal-login .login-customer-title {
    font-size: 1.3em;
}

#login-form .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#login-form .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

#login-form .input-group {
    margin-bottom: 6px;
}

#login-form #btn-login {
    margin-top: 15px;
    margin-bottom: 5px;
}


/* Spin container */
.spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
@-moz-keyframes spin{
  from {
    -moz-transform:rotate(0deg);
  }
  to {
    -moz-transform:rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform:rotate(0deg);
  }
  to {
    -webkit-transform:rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}



table.table-bordered th:last-child, table.table-bordered td:last-child {
    border-right-width: 1px !important;
}

table.table.table-bordered.dataTable{
	border-collapse:collapse !important;
}


/**
 * CSS-Ergaenzung zu Bootstrap Vers. 3.3.4
 *
 * file:		style.css
 * project:		newsroom
 * copyright:	media consulting hannover GmbH & Co. KG / www.media-hannover.de
 * created:		2015-03-31
 * modified:    2015-05-11
 */

form .checkbox{
	min-height:27px;
}

/* use label as badges to have colored badges again (removed in bootstrap 3)*/ 
.label-as-badge {
    border-radius: 1em;
    margin:0 3px;
}

@media print {
	a[href]:after {
		content: none;
	}
}
 
 
body {
	font-size: 13px;
	/* min-width: 1380px; */
	background: #f5f5f5;
}

.navbar {
	min-height: 40px;
}
.navbar-nav .nav-header  {
	font-size: 25px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav > li > a.iconOnly{
	display:inline;
	padding-top: 15px;
}
.nav > li > a.iconOnly > span{
	padding-top: 5px;
}
.navbar-text {
    margin-bottom: 10px;
    margin-top: 10px;
}

#notificationsLayer{
	margin-top: 5px;
	margin-right: 5px;
}

.navbar-brand {
	height: 40px;
    padding: 0 15px;
}

.btn.btn-success.btn-xs.pull-right {
	margin-left: 5px;
}

/* Set colors in main menu for active day2day views */ 
#main-navigation .day2day-index.active .modeSettingButtonsCards,
#main-navigation .day2day-index.active .modeSettingButtonsList {
	color: white;
}

#main-navigation .day2day-index.active .modeSettingButtonsCards.highlight,
#main-navigation .day2day-index.active .modeSettingButtonsList.highlight {
	color: #555;
}

.toggle-popover,
.toggle-tooltip {
	cursor: help;
}

.tooltip-inner {
	max-width: 400px;
}

a.toggle-tooltip,
a.toggle-popover,
button.toggle-tooltip,
button.toggle-popover,
.popover-notifications {
	cursor: pointer;
}

/* enable tooltips on disabled button */
button.toggle-tooltip.disabled{
	pointer-events: auto;
}


/* Farbcode fuer "nicht bearbeitet */
.bg-grey {
    background-color: lightgrey !important;
}


.icon-bullet-muted {
	font-size: 3.0em;
	color: grey;
	line-height: 0.5em;
}

.glyphicon.icon-help {
	color: #337ab7;
}

.glyphicon.spacer {
	padding: 0.5em;	
}

.glyphicon.icon-favorit:before {
	content: "\e006";	/* star */
	color: #f89406;		/* yellow */
}

.glyphicon.icon-no-favorit:before {
	content: "\e007";	/* empty star */
	color: grey;
}

	/* highlight icon lock for confidential items */
.highlightConfidential {
	color: red;
}
	/* exception for the rule above: do not highlight icon lock if in use as form label */ 
form[name="topic"]   label .highlightConfidential,
form[name="channel"] label .highlightConfidential {
    color: inherit;
}

.label-status {
	display: block;
}

.label-language {
}

.text-confidential-muted {
	color: #777;
	font-style: italic;
}

.text-confidential-highlight {
	color: red;
}

/* Button-Leiste fuer Seitenfunktionen (speichern, loeschen, etc) */
.btn-grey {
    background-color: #dfdfdf;
    border-color: #cfcfcf;
    color: black;
}

.btn.btn-grey:hover {
    background-color: darkgray;
}

.btn.text-danger {
	color: red;
}

.btn-group-highlight-divider .btn ~ .btn {
	border-left: 1px solid white;
}


/**
 * Hauptinhaltsbereich
 */
div#main-content {
	margin-right: 12px;
	margin-top: 100px;
}

div#main-content .container:first-child {
	margin-left: 0;
	margin-right: 0;
}





.button-addon-right {
	border-left: 1px solid lightgrey;
}
	
	/* Button um Status zu aendern */
div#options-bar form#switchState--form {
	display: inline-block;
} 

div#options-bar a#switchState- {
    color: white;
}


/* Alerts */
div#main-alert .alert {
	z-index: 100;
	position: absolute;
	padding: 15px 35px 15px 15px;
	top: -15px;	
	min-height: 103px;
}
	

/* Tabpanels zur Trennung der Formularbereiche */
div#main-tab-panel ul.nav-tabs a {
	background-color: #EEE;
}

div#main-tab-panel ul.nav-tabs li.active a {
	background-color: darkgrey;
}

/* Buttons weiter/zurueck fuer Tab-Wechsel */
.button-forward-backward {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* Formularaufbau: Stern bei Pflichtfeld */
.is-mandatory label:after {
    position: relative;
    top: 1px;
    display: inline-block;
    color: red;
    padding-left: 0.3em;
    -moz-osx-font-smoothing: grayscale;
    content: "*";
}
.dropdown-menu > li > form > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > form > a:hover, .dropdown-menu > li > form > a:focus {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}
/* Fehler-Icon in Formular-Tabs und Formular-Feldern
 *
 *  CSS ersetzt HTML fuer:
 *	<span class="glyphicon glyphicon-alert text-warning">
 */
div#main-tab-panel ul.nav-tabs li.has-error a:after,
.form-group.has-error label:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	 
	content: "\e209";
	color: #f89406; /* gelb */
}

div#main-tab-panel ul.nav-tabs li.has-error a:after {
    padding-left: 0.5em;
}

.form-group.has-error label:before {
    padding-right: 0.5em;
}

/* Listendarstellung der "Zielmaerkte */
.checkbox label.check-all-targets {
	margin-bottom: 2em;
}

.list-related-targets div.row {
    border-bottom: 1px solid lightgray;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.list-related-targets div.row:first-of-type {
    border-top: 1px solid lightgray;
}


/* Sidebar ein-/ausblenden */
#sidebar-toggle-button {
	position: fixed;
	top: 40%;
	right: 0;
}

#sidebar-toggle-button.in {
	right: 400px;
}

#sidebar-toggle-button .glyphicon:before {
	content:"\e079"; /* chevron-right */
}

#sidebar-toggle-button.in .glyphicon:before {
	content:"\e080"; /* chevron-left */
}

#sidebar {
	display: none;
	z-index: 20;
	height: 100%;
	width: 400px;
	margin-top: 55px;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	background-color: lightgrey;
}

#sidebar.in {
	display: block;
}


#sidebar div.panel-group {
	/* Sidebar nach unten erweitern, damit durch "margin-top" bei "#sidebar"
	 * nach unten aus dem Sichtbereich geschobene Inhalte sichtbar sind. 
	 */
	margin-bottom: 75px;
}


/** 
 * Uebersichtstabellen
 */
/* Panel mit Filtereingaben */
div#content-filter-panel {
	display: none;
}

#button-save-filter {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 13px;
	color: #337ab7;
}
	
#button-save-filter span.glyphicon,
#button-del-filter span.glyphicon {
	position: relative;
	top: 0.2em;
	font-size: 1.4em;
}


/**
 * Filter-Panels fuer Tabellen und Timeline
 */
 
span.filterLabelSpacing{
	
	margin-right:3px;
}
 
#content-filter-panel .form-group {
	margin-bottom: 7px;
}




	/* ID-Spalte Button "Details einblenden": Zeilenumbruch unterbinden */ 
td.text-nowrap form {
    display: inline-block;
}
 
table#topic-list .progress-bar {
    border-right: 1px solid lightgray;
}

	/* Status-Balken */
.progress-bar-grey {
    background-color: lightgrey;
}

tr.topic-row {
	/*border-top: 7px solid white;*/
}	

tr.topic-row.in {
	/*border-top-width: 0;*/
}


/* Spalte eines Marktes in Tabelle hervorheben */
.label.collapse {
	display: none !important
}
.label.collapse.in {
    display: inline !important;
}




hr {
	border-bottom: 1px solid lightgray;
}

/* Dashboard */
.dashboard-panel .dashboard-scroll {
	height: 350px;
	overflow-x: hidden;
}


a.channelMarketDetails{
	display:block;
}

.marketGroup-Selector,
.channelTypeGroup-Selector,
.division-Selector{
	margin:0 0 12px 0;
}

/* Seitenfuss */
footer.footer{
	margin:0 !important;
	clear: both;
	padding: 10px;
	border-radius: 0px !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	box-shadow: inset 0 8px 6px -6px #aaa;
}

.footer p{
	padding: 0;
	margin:0;
}

.footer-logo {
    margin-right: 10px;
    max-height: 30px;
}

.footer .top-of-page .glyphicon {
	z-index: 10;
}

.attachmentFilename {
	font-size: 11px;
}
.attachement-edit-comment {
	margin-right: 10px;
}
#main-navigation-container{
	z-index: 1062;
}

#main-navigation ul.navbar-nav li .fa-tachometer {
	/* increase icon size for main menu item "dashboard" */
	font-size: 1.2em !important;
}

#main-navigation ul li a {
	font-family: 'Viga';
	color: white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #be1522;
	color: white !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #be1522;
	border-bottom: 1px solid #be1522;
}

.navbar-default .navbar-nav > li > a:hover {
	background: #610a11;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #be1522;
}
.dropdown-menu > li > a, .dropdown-menu > li > form > a {
	color: #333 !important;
}

.navbar-default {
	background: #272727;
	border-color: #272727;
}

#options-bar {
    margin-top: 41px;
    background-color: #555;
    padding-top: 6px;
    min-height: 35px;
    z-index: 1061;
}
#options-bar .dropdown-menu ul {
    list-style-type: none;
    padding-left: 2em;
    padding-top: 0;
}
#options-bar ul.dropdown-menu.languageSelector{min-width: 12em;}
#options-bar .dropdown-menu ul a {
    text-decoration: none;
    color: inherit;
}
    
#options-bar .dropdown-menu ul ul {
    padding-left: 1.5em;
    font-size: 0.9em;
}


/* Infopanel START */
#draggable-panel {
    position: absolute;
    right: 1px;
    top: 200px;
    width: 300px;
    min-height: 400px;
    padding: 0px;
    z-index: 1000;
    display: none;
    background-color: lightgray;
   -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    border: none;
}
/**
 uWe : if needed any longer specify more precisly, i.e. by taking the surrounding layer in the path

.panel-title {
    font-size: 12px;
    position: relative;
    top: -8px;
    font-weight: bold;
}

.panel-group .panel {
    border-radius: 0px;
    border-left-color: #bbb;
    border-right-color: #bbb;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-default>.panel-heading {
    background-color: #bbb;
    border-radius: 0px;
    height: 20px;
    font-size: 12px;
}
*/
.handle {
    padding: 7px;
    background-color: #444;
    cursor: move;
}


#comments {
    max-height: 300px;
    overflow-y: scroll;
}

.commentsStatustext {
    font-size: 11px;
    color: #848484;
}

.commentsInputWrapper .input-group {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.commentUser {
    font-size: 11px;
    font-weight: bold;
}

.commentText {
    font-size: 11px;
}

.input-group .form-control,
.input-group-btn > .btn{
    border-radius: 0px;
}


.form-control#gui-language-footer{
	font-size:9px;
	height:26px;
}

/**
 uWe : if needed any longer specify more precisly, i.e. by taking the surrounding layer in the path
.panel-body {
    padding: 5px;
    background-color: #d3d3d3;
    font-size: 11px;
}
*/

/**
 uWe : if needed any longer specify more precisly, i.e. by taking the surrounding layer in the path
.panel-title {
    left: -11px;
}
*/
/* Infopanel ENDE */

/* Sortable lists */
body.dragging, body.dragging * {
    cursor: move !important;
}
.sortable-placeholder {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
   
}

.dragged {
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 2000;
}
ul.sortable {
    margin: 0 0 9px;
    min-height: 10px;
    list-style-type: none;
    padding:0;
}

ul.sortable li {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #0088cc;
    display: block;
    margin: 5px 0px;
    padding: 5px 5px 8px;
}
.glyphicon-move{cursor: pointer;}
.ui-sortable-handle{margin:3px;}


#loadingOverlay{
	position: absolute;
    height: 200%;
    width: 100%;
	background-color:rgba(255,255,255,0.75);
	top:-100px;
	z-index:99999;
	text-align:center;
	margin: 0 auto; 
}
#loadingOverlay > span{
	display: block;
	font-size:36px;
	top: 50%;
	margin: 0 auto; 
	position: fixed;
	width: 100%;
}

#currentDateTime{vertical-align: text-bottom;}
.retentionDateIconRed {
	font-size: 10px;
	color: darkred;
	top: 0px;
}
#modal-translations-table .glyphicon-plus-sign, 
#modal-translations-table .glyphicon-remove-sign, 
#modal-xp-wg-table .glyphicon-plus-sign, 
#modal-xp-wg-table .glyphicon-remove-sign {
    font-size: 1.4em;
    position: relative;
    top: 4px;
}

.no-border{border:0px solid transparent;}


.active-state.glyphicon{color:#5cb85c;}
.no-background{background:transparent;}


.columnSpanRow{
	border-top:1px solid #fff;
}





/*********************************************
 *********************************************
 ***      Extend dataTables Tabellen       ***
 *********************************************
 *********************************************
 */ 
	/* workaround damit DataTables nicht die Tabelle aufblaeht */	
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px !important;
}




th.text-muted {
    color: darkgray;
}

.text-muted { 
	margin-top: 10px;	
}

table .dl-horizontal dt {
	width: 140px;
}

table .dl-horizontal dd {
	margin-left: 160px;
}

.dl-horizontal.dl-markets-sm-column dt {
	width: 90px;
}

.dl-horizontal.dl-markets-sm-column dd {
	margin-left: 100px;
}

tr.details.in {
	border-top: 5px solid white;
	background-color: lightgrey !important;	
}

tr.details.in + tr.details.in {
	border-top-width: 0;
	background-color: #ddd !important;	
}


.functions-labels .label{font-size:120%;}

/* Ueberschrift mit Trennlinie nach unten */
.border-bottom {
	padding-bottom: 15px;
	border-bottom: 1px solid lightgray;
}
table.dataTable {
    background-color: #F2F2F2;
	margin-left: 5px;
}
table.floatThead-table{margin-top:0 !important;}
body div#main-content table.dataTable{border-collapse:separate !important;}


/* Remove default sorting background image */
body div#main-content table.dataTable th {
   background: none  !important; 
    
}
table.table-bordered > thead > tr > th,
table.table-bordered > tbody > tr > th,
table.table-bordered > tfoot > tr > th,
table.table-bordered > thead > tr > td,
table.table-bordered > tbody > tr > td,
table.table-bordered > tfoot > tr > td {
    border-color: #FFF;
    border-width: 2px;
}

table thead tr {
    background-color: #D2D2D2;
}



.clickable{cursor:pointer;}
.openAjaxForm{cursor:pointer;}

table.dataTable h4.objTitle {
    margin: 0;
    font-size: 13px;
    line-height: 1.1em;
}

table.dataTable h4 span.glyphicon {
    position: absolute;
    left: 4px;
	top:3px;
	font-size: 12px;
}

/**
  dataTables in Listenansichten im Admin-Bereich
  Sortier-Icon von rechts nach links verschieben
*/
body div#main-content table.dataTable.table-admin-list th {
	vertical-align: top;
}

body div#main-content table.dataTable.table-admin-list th.sorting,
body div#main-content table.dataTable.table-admin-list th.sorting_asc,
	body div#main-content table.dataTable.table-admin-list th.sorting_desc {
	padding-left: 28px !important;
}

table.dataTable.table-admin-list thead .sorting::after,
table.dataTable.table-admin-list thead .sorting_asc::after,
table.dataTable.table-admin-list thead .sorting_desc::after,
table.dataTable.table-condensed.table-admin-list thead .sorting::after,
table.dataTable.table-condensed.table-admin-list thead .sorting_asc::after,
table.dataTable.table-condensed.table-admin-list thead .sorting_desc::after {
	right: auto !important;
	left: 6px;
}

table.dataTable.table-condensed thead > tr > th {
	padding-right: 5px;
}


/**
 * Umgestaltung Sortiericons in Tabellen in Day2day-Ansicht  
 */
table#tableEvents.dataTable thead .sorting,
table#tableEvents.dataTable thead .sorting_asc,
table#tableEvents.dataTable thead .sorting_desc,
table#tableChannels.dataTable thead .sorting,
table#tableChannels.dataTable thead .sorting_asc,
table#tableChannels.dataTable thead .sorting_desc {
	background-image: none;
	padding-left: 24px !important;
}


/**
 * farbige Badges fuer Status-Kennzeichnung im Verwaltungsbereich
 */
.badge.badge-success {
	background-color: #5CB85C;
	font-weight: normal;
}

.badge.badge-danger {
	background-color: #D9534F; 
	font-weight: normal;
}

.badge.badge-warning {
	background-color: #F0AD4E; 
	font-weight: normal;
}

/**
 * Panel verkleinern
 */
.panel-heading {
	padding: 5px;
}

/**
 * Back to top button 
 *
 */
.to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(254, 254, 254, 0.8) url(../Image/to-top_60.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.to-top.to-top-is-visible, .to-top.to-top-fade-out, .no-touch .to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.to-top.to-top-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.to-top.to-top-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .to-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .to-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .to-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/* Wysiwyg START */
.editor {
	overflow-y:scroll; 
	max-height:300px;
	min-height:300px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	padding: 3px;
}

.editorToolbar {
	margin-bottom: 2px;
}

.textInfoWrapper {
	font-size: 11px;
	color: #888;
}

.editorButtonsPlaceholder {
	margin-bottom: 35px;
}

.validationError {
	color: #FD4545;
	padding-left: 4px;
	font-size: 18px;
}
.validationOK {
	color: #00D400;
	font-size: 18px;
}

.validationMessageError {
	color: #FD4545;
	padding-left: 1px;
	font-size: 11px;
	color: white;
	
}
.validationMessageMessage {
	color: #FD4545;
	padding-left: 1px;
	font-size: 11px;
	color: white;
	background-color: green !important;
}

.validationMessageWrapper {
	height: 19px;
	display: none;
	background-color: #D9534F;
	color: white;
	border-radius: 3px;
	padding: 0px 6px 1px 4px;
	/*position: relative;
	right: 0px;
	top: -4px; */
	margin-right: 15px;
}

.validationMessageHeight {
	height: 1px;
}
/* Wysiwyg ENDE */

.tab-content{
	margin-top: 15px;
}

.channelBatchRow{
	background-color:lightgrey;
	padding: 5px 0px;
	margin-bottom:2px;
	border-radius: 5px;
	border: 1px solid darkgrey;
}

#batch-panel .btn.disabled {
	background-color: grey;
	border-color: darkgray;
}

.channelBatchRow .batchChannelTypeIcon{
	font-size:18px;
	text-align: center;
    min-width: 47px;
}
/* container for country flags with country code */
.lang-abbr-with-flag{
	width:50%;
}
.lang-abbr-with-flag .lang-abbr-with-flag{
	min-width: 2em;
	width:25%;
}
/* toggle chevrons for bootstrap collapse */
/* glyphicon-triangle-top */
.chevronToggle .chevronToggleIcon:before {
	 content: "\e253";
}
/* glyphicon-triangle-bottom */
.collapsed.chevronToggle .chevronToggleIcon:before {
  content: "\e252";
}

.roleLabel{
	color: #ffffff;
	height: auto;
	display: inline-block;
	padding: 2px 0px;
	text-align: center;
	background: #272727;
	border: 1px solid #686868;
	font-size: 11px;
	border-radius: 10px;
}

.deadlineExpired{
	color: #A94442;
}

.translationStateOverview{
	width:190px;
	line-height: 1.8em;
}

.defaultAvatar{display:inline-block;border-radius: 50%; -moz-border-radius:50%;}
.defaultAvatar > span.circle{
	position: relative; 
	display: inline-block;
	width: 100%;
	height: 0;
	padding: 50% 0;
	color: white;
	text-align: center;
	line-height: 0
} 



/* EXPERT INVITATION FORMS */

.table-header{background-color:#d2d2d2;font-weight:bold;}
.table-header-cell,
.table-cell{padding:8px;}
.expert-created{width:20%}
.expert-user{width:23%}
.expert-language{width:10%}
.expert-state{width:15%}
.expert-expiration{width:20%}
.expert-functions{width:12%}
.table-row-group{border-bottom: 1px solid #ddd;}
.table-row-group .table-row{margin:0;}
.table-row .panel-collapse.collapse.in{border-top:1px solid #ddd;}

.translator-selector{width:3%}
.translator-language{width:37%}
.translator-state{width:30%}
.translator-expiration{width:20%}
.translator-functions{width:10%}
.translator-details{width:97%}

.message-quote{
	font-family: "Courier New",Courier,monospace;
	font-size:14px;
}
.notificationTopRow{
	border-bottom:1px solid lightgray;
	margin: 0px -15px;
	padding: 0px 19px 6px;
}
.notificationRow{
	color: #333;
    background-color: lightgray;
	border-bottom:1px solid lightgray;
	font-size: 13px;
	margin: 0px -15px;
    padding: 8px 19px;
}
#notificationsList .notificationRow{
	margin:0px;
}
.notificationRow.read{
	background-color: white;
}
.notificationBottomRow{
	margin: 0px -15px;
	padding: 6px 19px 0px;
}

.vCard-address{
	margin-left:8px;
}

/* MBa MCHAW-1064 */
.btn.disabled {
    pointer-events: auto;
}

/**
*	Beekeeper Test page
*/
dl dl{
	margin-left:24px;
	margin-bottom:0;
}
.configToggle{
	cursor:pointer;
}
.configToggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e080"; 
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.configToggle.collapsed:after {
    /* symbol for "collapsed" panels */
      content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}
.popover{
	max-width:100%;
	z-index:1063;
}
/**
 * expert overview popover
 */
.expertStateOverviewRow{
 	display: table;
} 
.expertStateOverviewRow div{
 	display: table-row;
 	line-height: 1.8em;
}
.expertStateOverviewRow div span.expertName,
.expertStateOverviewRow div span.expertState{
  	display: table-cell;
  	white-space: nowrap;
}

.expertStateOverviewRow div span.expertName{
   font-weight:bold;
   
}

.expertStateOverviewRow div span.expertState{
   text-align: right;
   padding-left:12px;
}


tr.channel-row.quiet-period td.column-publishingDate p:first-child,
tr.event-row.quiet-period td.column-date p:first-child {
	margin: 2px;
	padding: 3px;
	border-radius: 4px;
	background-color: #ffdcdc; /* pink */
}

tr.channel-row.quiet-period td.column-publishingDate p:nth-child(2),
tr.event-row.quiet-period td.column-date p:nth-child(2) {
	color: darkgrey;
	margin: 3px;
	padding: 0;
	font-size: 0.85em;
}


