.dragable:hover {
    cursor: move;
}




/**
 * EasyZoom core styles
 */

 /* Shrink wrap strategy 1 */
.easyzoom {
    float: left;
}
.easyzoom img {
    display: block;
}

.easyzoom {
    position: relative;

    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error  img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}



.easyzoomthumbnails {
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
    text-align: left;
}

.easyzoomthumbnails li {
    display: inline-block;
    width: 50px;
    margin: 0 5px;
}

.easyzoomthumbnails img {
    display: block;
    min-width: 100%;
    max-width: 100%;
}






/* damit das Burger menu nicht von den bootstrap-selects überlagert wird und ein modal trotzdem die navbar überlagert: */
.navbar {
	 z-index: 5;
}


/* general styles */


.noty_message {
	min-height:60px;
}

.noty_text {
	font-weight: bold;
	font-size: 14px;
}


/* damit das Suchfeld in der Benutzerverwaltung right aligned ist */
.dataTables_filter {
   width: 40%; /* damit das Feld 'mehr responsive' ist   */
   float: right;
   text-align: right;
}


/* damit der length-wähler und das suchfeld in derselben row dargestellt werden */
.dataTables_length {
    float:left;
    width:50%;
}

.dataTables_filter {
    float:right;
    width:50%;
}

#pageStatisticTable .changeLocation {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px; /* adjust to match table cell padding */
    border: none;     /* optional, match table style */
    background: transparent; /* optional */
}

/* die Rubriken im Grid des Artikelarchivs */
tr.archive-rubrik-group td {
	background-color:#DDDDDD;
	color:#484444;
	font-weight:bold;
}

.archive-meta-column { text-align:right;  }

.archive-action-column {
	text-align:right;
	padding:0px;
}

.archivebadge {
	color:#fff;
	font-size:11px;
}

.archivebadge-current {
	background-color:#5CB85C;
}

.archive-icon {
	color:#595959;
}

.archive-icon:hover {
	color:#000;
	text-decoration: none;
}


.archive-more-images {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  background: #f9f9f9;
  color: #999;
  margin-left: 1px;
  position: relative;
  top: 1px;
  cursor:hand;
  display: inline-block;
}

.archive-more-images:hover {
  cursor:pointer;
}

.solseit_input_error
{
    /* color:#A94442; */
    color:red;
    margin-top:5px;
}


.solseit_article_input_error
{
	background-color: red;
	font-weight: bold;
    color:#fff;
    margin-top:5px;
    width:100%;
    padding:3px;
}



.solseit-info {
	background-color:#fff;
	border: 1px solid;
	/*background-color:#ffd991;*/
}

.button-margin-right {
	margin-right: 5px;
}


.move-article-icon {
	font-size:10px;
	margin-top:5px;
	float:left;
	/* display:inline-block; */
	margin-right:20px;
	color:#666
}




.imageMetadata {
	font-size:12px;	
	padding-top:10px;
}

.upload-modal-thumbnail {
	max-width:230px;
	border:none;
}


.solseit-list-margin {
	height:5px;
}

.solseit-list-header {
	background-color: #F8F8F8;
}

.solseit-header-additional-info {
	color:#94908B;
	font-size:16px;
}

.header-loginscreen {
	height:85px;
}

/*  text-link neben headline */
@media (min-width: 340px) {
	.headline-link {
		float:left;
		color: red;
		margin-top:27px;
		margin-left:25px;
	}	
    .headline-button {
        float:right; 
        margin-top:15px;
    }
}

@media (max-width: 339px) {
	.headline-link {
		clear:both;
		margin-top:55px;
	}	
	.move-article-icon {
		font-size:17px;
		margin-top:2px;
		float:left;
		/* display:inline-block; */
		padding-right:5px;
		margin-left:-10px;
		color:#666
	}
}

@media (max-width: 500px) {
    .headline-button {
        margin-top:0px;
    }
}



.input-length
{
    width:350px;
}

.main-container
{
    padding-bottom:40px;
}


.article-overview-image {
	width:30px;
	height:30px;
}


/* styles for article module */

.solseit-warning-popover {
	background-color:red;
	color:#fff;
}

.solseit-warning-popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: red;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.solseit-warning-popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: red;
  border-bottom-width: 0;
}


.helptext {
	display:inline;
	margin-left:10px;
}

.help-block {
	font-weight: normal;
	font-size: 12px;
	color:#666666;	
}

.charcounter {
	font-size:12px;
	color:#666;
	float:right;
}

.charcounterInputField {
	width:50px;
	border:0px;
	text-align:center;
}

@media (min-width: 768px)
{
	.articleColumn
    {
		padding-left:50px;
		padding-right:40px;
		padding-top:40px;		
	}

	.metadata-column
    {
		background-color:#f7f7f7;
	}
}

@media (max-width: 768px)
{
	.articleColumn
    {
		padding-top:35px;
	}

	.metadata-column
    {
		background-color:#fff;
	}
	/*
	.button-row
    {
		padding-left:15px;
		padding-right:15px;
	}
	*/
}


@media (max-width: 600px)
{
	.article-button-left {
		margin-bottom:10px;
		margin-left:0px;
	}

	.article-button-right {
		margin-bottom:10px;
		margin-right:0px;
	}

}



.article-button-row { /* die fixed buttons im artikelscreen */
	background-color:#fff;
	padding-top:10px;
	margin-top:0px;
	padding-bottom:10px;
}


.article-button-left {
	margin-right:10px;
}

.article-button-right {
	margin-left:10px;
}







.article-thumb {
	width:70px;
	height:70px;
	border: 1px solid #dbdbdb;
	/* background-color:#fff; */
	margin-right:12px;
	margin-bottom:30px;
	margin-left:0px;
	float:left;
	text-align: center;
	cursor: pointer;
}

.article-thumb-plus {
	background-color:#fff;
    display: table-cell;
    vertical-align: middle;
    text-align:center;	
}

.article-plus-container {
	display: table;
}



.article-thumb-image {
    display: inline-block; /* makes it fit in like an <img> */
    background-size: cover; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;	
    width:68px;
	height:68px;
}

#dropzone {
	margin-top:3px;
	margin-bottom:12px;
	max-width:270px;
	height:120px;
	background-color:#fff;
	vertical-align: middle;
	text-align: center;
	padding:30px;
	border:3px dotted #dddddd;
	color:#969696;
	font-size:14px;
}



/* article overview */
.mainCategory {
	background-color:#f9f9f9 !important;
}

/* calendar styles */
.calendarHeader
{
    text-align:center;
    background: #eeeeee;
}

.calendar-day
{
     min-height: 60px; 
     min-width:120px;
}

.calender-item
{
    margin-top:5px;
    margin-bottom:0px;
    padding-top:2px;
    padding-bottom:2px;
    font-weight: bold;
}

.calender-date
{
    font-size:12px;
}

.calendar-deadline {
	background-color:#888888;
	color:#fff;
}

.calendar-pressdeadline {
	background-color:#cacaca;
	color:#000;
}

.calendar-publication {
	background-color:#e8e8e8;
	color:#000;
}

.calendar-publication-primo {
	background-color:#CC0033;
	color:#fff;
}

.calendar-holiday {
    background-color:#EE7F00;
    color:#000;
}

.calendar-legend {
	width:120px;
	float:right;
	font-size:12px;
	margin-bottom:5px;
	margin-left:3px;
}

.calendar-item-button {
	padding-left:5px;
	display:block;
}

.solseit_legend
{
    color:#666;
    display:inline-block;
    font-size:12px;
}


.icon_cell{
    line-height: 45px;
}

.icon_sprite{
    background: url("/scripts/ckeditor/plugins/icons_hidpi.png") no-repeat;
    width: 32px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

#source{
    background-position: 0 -3645px;
}
#print{
    background-position: 0 -3310px;
}
#undo{
    background-position: 0 -3840px;
}
#selectAll{
    background-position: 0 -3450px;
}
#removeFormat{
    background-position: 0 -3355px;
}
#redo{
    background-position: 0 -3880px;
}
#pasteWord{
    background-position: 0 -3160px;
}
#pasteText{
    background-position: 0 -3070px;
}
#table{
    background-position: 0 -3790px;
}
#tableInsertRow{
    background: url("/images/TableInsertRow.gif") no-repeat;
}
#tableDeleteRows{
    background: url("/images/TableDeleteRows.gif") no-repeat;
}
#tableInsertColumn{
    background: url("/images/TableInsertColumn.gif") no-repeat;
}
#tableDeleteColumns{
    background: url("/images/TableDeleteColumns.gif") no-repeat;
}
#srl_datepicker{
    background: url("/scripts/ckeditor/plugins/srl_datepicker/icon.gif") no-repeat;
}
#nbsp{
    background: url("/scripts/ckeditor/plugins/nbsp/images/nbsp.png") no-repeat;
}
#srlimages{
    background: url("/scripts/ckeditor/plugins/srlimages/srlimages.png") no-repeat;
}


#underline{
    background-position: 0 -285px;
}
#italic{
    background-position: 0 -90px;
}
#bold{
    background-position: 0 -40px;
}

#find{
    background-position: 0 -1010px;
}

#replace{
    background-position: 0 -1102px;
}

#superscript{
    background-position: 0 -240px;
}
#subscript{
    background-position: 0 -190px;
}
#fontFormat{
    width: 105px;
    background: url("/images/FontFormat.gif") no-repeat;
}
#justifyLeft{
    background-position: 0 -2255px;
}
#justifyCenter{
    background-position: 0 -2205px;
}
#justifyRight{
    background-position: 0 -2305px;
}
#orderedList{
    background-position: 0 -2735px;
}
#unorderedList{
    background-position: 0 -2635px;
}
#spellcheck{
    background-position: 0 -4030px;
}
#libraryimages{
    background: url("/images/images.png") no-repeat;
}
#hiddenchars{
    background: url("/scripts/ckeditor/plugins/hiddenChars/icon.png") no-repeat;
}

.hover
{
    cursor:help;
}

p#showStatisticResult div#statistic_table_length label
{
	margin-bottom: 0px;
}


/* Artikel kopieren */
.categoryNameCopyWindow {
	width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/** 
* Works everywere ( IE7+, FF, Chrome, Safari, Opera )
* Example: http://jsbin.com/afAQAWA/2/
*/
.rotated-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
    padding:10px;
    font-size:12px;
}
.rotated-text__inner {
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
}
.rotated-text__inner:before {
    content: "";
    float: left;
    margin-top: 100%;
}

.article-no-safari {
	background-color:#fff;
	border-bottom: 2px solid #f2f2f2;
	display: flex !important;
	flex-wrap: wrap;
}

.article-safari {
	background-color:#fff;
	border-bottom: 2px solid #f2f2f2;
}



/* messages */
#chat_messages {
  max-height:400px;
  overflow: auto;
}

#chat_messages li p.messagetext {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  line-height: 130%;
  max-width:400px;
  word-wrap: break-word;
}

p.own_chat_messages {
	float: left;
	background: #f5f5f5;
}

p.other_chat_messages {
	float: right;
	background: #969191;
	color:#fff;
}

#chat_messages {
	list-style: none;  
	padding-right:30px;
}

.messages_meta {
	font-weight:bold;
	font-size:12px;
}




/* dashboard */
/********* Dashboard Stats box **********/
.border-1 {border:1px solid #e2e2e2;}
/* .pad-20 {padding:2px;} */
.stats-box {min-height:120px;}


.stats-box h3 {
    font-size: 30px;
    font-weight: bold;
    color: #BAB8B8;
}




/* dashboard von gentelella admin theme */

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:19px;
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}
legend {
    padding-bottom: 7px
}

.panel_toolbox {
    float: right;
    min-width: 70px
}
.panel_toolbox>li {
    float: left;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    background: #F5F7FA
}


.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out
}
.tile-stats:hover .icon i {
    animation-name: transformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: transformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: transformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}
.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}
.tile-stats .icon i {
    margin: 0;
    font-size: 50px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}
.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857
}
.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0
}
.tile-stats h3 {
    color: #BAB8B8
}
.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}
.tile-stats>.dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}
.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
table.tile_info {
    padding: 10px 15px
}
table.tile_info span.right {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 4%
}
.tile:hover {
    text-decoration: none
}
.tile_header {
    border-bottom: transparent;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #E7E7E7
}
.tile_head h4 {
    margin-top: 0;
    margin-bottom: 5px
}
.tiles-bottom {
    padding: 5px 10px;
    margin-top: 10px;
    background: rgba(194, 194, 194, 0.3);
    text-align: left
}

/* progress bars im dashboard */
.widget_summary {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.widget_summary .w_left {
    float: left;
    text-align: left
}
.widget_summary .w_center {
    float: left
}
.widget_summary .w_right {
    float: left;
    text-align: right
}
/*
.widget_summary .w_right span {
    font-size: 20px
}
*/
.w_label {
    width: 40%
}

.w_number {
    width: 10%
}
.w_bar {
    width: 50%
}




h5.graph_title {
    text-align: left;
    margin-left: 10px
}
h5.graph_title i {
    margin-right: 10px;
    font-size: 17px
}
span.right {
    float: right;
    font-size: 14px !important
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

mark
{
    background: orange;
    color: black;
}


#article-read-mode {
    margin:0px !important; 
}

#article-read-mode p {
    margin:0px !important; 
}



