/*
 * LAYOUT
 */
.container {
    /* width: 1600px !important; */
}
body #content {
    padding: 0px 0 30px 0;
}
/*
 * HEADER
 * =====================================================================
 */ 
#header {
    background-color: #fff;
}
header .logo{
}
header .logo img{
    max-width: 220px;
	margin-top: -10px;
}
header .logo span{
	vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
}
header .header-inner .logo > a{
    padding-top: 0;
    padding-left: 0;
	color: #e71e72;
}
header .logo svg {
	display: inline-block;
    width: 150px;
}
header .logo path {
    fill: #e71e71 !important;
}
.top-menu > li > a.tm-notification{
    background-color: #e71e72;
}
#menu-trigger{
    width: 65px;
    height: 65px;
    cursor: pointer;
    position: relative;
    top: -15px;
    padding-top: 15px;
    padding-left: 2px;
    background: #363636;
    margin-right: 10px;
}
#menu-trigger.open:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
#menu-trigger .line-wrap .line {
    background-color: #fff;
}
/* LOGO */
body.login-content::before {
    background: #fff none repeat scroll 0 0;
}

/* 
 * LOGIN
 * =====================================================================
 */
.login-logo{
    position: absolute;
	top: -64px;
    left: -137px;
}
.login-logo img{
	max-width: 250px;
}
.login-logo span{
    text-transform: uppercase;
    vertical-align: bottom;
    position: relative;
    margin-left: -4px;
    color: #e71e72;
    font-size: 16px;
    font-weight: bold;
    top: -11px;
}
/* 
 * FORM
 * =====================================================================
 */
.form-control.airmod {
    height: auto;
    min-height: 32px;
}
.mproject-editor-airmod.note-air-editor.note-editable.panel-body:after, .mproject-editor-airmod.note-air-editor.note-editable.panel-body:before{
    display: none;
}
.mproject-editor-airmod.panel-body{
    padding: 5px 0;
}
.mproject-editor-airmod p{
    margin: 0;
}
.fileinput{
    display: block;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{

}

/*
 * NOTIFICATIONS
 * =====================================================================
 */

#notifications  .lv-body .lv-item .media i {
    font-size: 40px;
    color: #333;
}

#notifications  .lv-body .lv-item .media i.warning {
    color: #ffc107;
}

#notifications  .lv-body .lv-item .media i.danger {
    color: #c9252c;
}

#notifications  .lv-body .lv-item .media i {
    font-size: 40px;
    color: #333;
}
.dropdown-menu.dropdown-menu-lg{
    width: 400px;
}
a.show-notification .media{
    width: 330px;
    display: inline-block;
}
a.show-notification .checkbox-inline{
    display: inline-block;
}
a.show-notification .checkbox-inline{
    position: absolute;
}
#notifications .lv-footer{
    text-align: right;
}
#notifications:before{
    background: transparent !important;
}
/* 
 * BOOKDETAILS 
 * =====================================================================
 */
.fg-line[data-phase] label:after{
    padding: 0px 6px 1px;
    background: #ccc;
    color: #fff;
    margin-left: 10px;
	display: none !important;
}
.fg-line[data-phase] label.no-tag:after{
	display:none;
}
.fg-line[data-phase="2"] label:after{
    content: "2";
}
.fg-line[data-phase="3"] label:after{
    content: "3";
}
.fg-line[data-phase="4"] label:after{
    content: "4";
}
.fg-line[data-phase="5"] label:after{
    content: "5";
}
.book-title .status{
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
}
.book-title .status.notification{
    color: #FFC107;
}
.book-title .status.warning{
    color: #c9252c;
}
.card-header .book-clone{
	position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    background: #8BC34A;
    color: #fff;
    padding: 1px 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    border-radius: 2px;
    cursor: pointer;
}
.card-header .book-clone a{
	color: #fff;
}
/* 
 * BOOKDETAILS > WIDGETS
 * =====================================================================
 */
 .title-detail-widget .card-header{
    margin-bottom: 5px !important;
}
.title-detail-widget .card-body.table-responsive{
   overflow: visible !important;
}
.title-detail-widget table td .checkbox{
    margin: 0;
}
.title-detail-widget .project-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    display: none;
}
.title-detail-widget .small-table{
    width: 10px;
}
/* 
 * BOOKDETAILS > WIDGET > PROJECTSEARCH
 * =====================================================================
 */

.project-search{
    position: relative;
    display: none;
    width: 100%;
}

.project-search table{
   /* position: absolute; */
    z-index: 999;
}
.project-search-content button {
    margin-left: -12px;    
}
.listview .project-search-btn-td{
    padding: 5px 0;
}
.listview .table > tbody > tr:last-child > td, .listview .table > tfoot > tr:last-child > td {
    padding-bottom: 5px;
}
.project-search .table > tbody > tr:last-child > td, .project-search .table > tfoot > tr:last-child > td{
   padding-bottom: 10px; 
}
.project-search:before{
    content: "\f1c3";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 24px;
    top: 17px;
    font-size: 22px;
}
/* 
 * BOOKDETAILS > WIDGET > PROJECTAUTHORS
 * =====================================================================
 */

.project-author{
    position: relative;
    display: none;
    width: 100%;
}
.project-author table{
   /* position: absolute; */
    z-index: 999;
}
.project-author-content button {
    margin-left: -12px;    
}
.listview .project-author-btn-td{
    padding: 5px 0;
}
.listview .table > tbody > tr:last-child > td, .listview .table > tfoot > tr:last-child > td {
    padding-bottom: 5px;
}
.project-author .table > tbody > tr:last-child > td, .project-author .table > tfoot > tr:last-child > td{
   padding-bottom: 10px; 
}
.project-author:before{
    content: "\f1c3";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 24px;
    top: 17px;
    font-size: 22px;
}
/* 
 * BOOKDETAILS > WIDGET > PROJECTPASS
 * =====================================================================
 */
 .project-pass .card-header{
 }
 .project-pass-upload,  .toolbox-file-upload{
     display: none;
 }
 .fileinput-pass.error{
    color: #00b3ef;
 }
 .fileinput-pass-name{
    width: 60px;
 }
 .fileinput-pass-name.error{
    border-color: #00b3ef;
 }
 .pp-formset{
     display: none;
 }
 .pass-version{
     display: none;
 }
 .card.project-pass h2 .phase{
    content: "3";
    padding: 0px 6px 1px;
    background: #ccc;
    color: #fff;
    margin-left: 10px;
 }
h2.book-title{
	display: none !important;
}
/* 
 * BOOKDETAILS > WORKPLAN 
 * =====================================================================
 */
.table-custom-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f4f6;
}
.workplan{
	overflow: visible !important;
}
.bootstrap-datetime-picker-widget{
	position: absolute;
	z-index: 999999;
}
.workplan .checkbox{
    display: inline-block;
    margin: 0;
}
.workplan .checkbox label{
    min-height: 14px;
}
.workplan.table{
    border-collapse: inherit;
}

.workplan.table > thead > tr > th:first-child, .workplan.table > tbody > tr > th:first-child, 
.workplan.table > tfoot > tr > th:first-child, .workplan.table > thead > tr > td:first-child, 
.workplan.table > tbody > tr > td:first-child, .workplan.table > tfoot > tr > td:first-child {
    padding-left: 10px;
}
#plan .table-responsive{
    overflow: visible !important;
    padding-bottom: 50px;
}
.workplan.table input{
    border: 0px;
    background: transparent;
}
.workplan.table input:focus{
    /*position: absolute;
    max-width: 100%;
    width: 100%;
    background: #fff;*/
}
.workplan.table .select2-container{
    width: 100% !important;
    height: 100%;
}
.workplan.table .select2-container .select2-selection {
    border-radius: 0px;
    border: none;
    height: 100%;
    background: transparent;
    padding-top: 5px;
}
.workplan.table .connect-ppl-td{
    padding: 0;
display: inline-block;
    width: 180px;
}
.workplan.table .select2-search__field{
	border-bottom: 1px solid #e0e0e0;	
	margin-top: 1px;
}
.workplan.table .select2-container--default .select2-selection--multiple .select2-selection__choice, .workplan.table .select2-search .select2-search--inline{
	margin-top: 0;
	margin-bottom: 1px;
	text-align: left;
}
.workplan.table .connect-ppl-td select{
    height: 45px;
}
.table-custom-striped > tbody > tr:nth-of-type(odd) input:focus {
    background-color: #f2f4f6;
}
.workplan.table .date input.editable{
    max-width: 50px;
}
.workplan.table th.fixwidth{
    width: 13%;
}
.workplan.table th.fixwidth.widthneu{
    width: 35%;
}
.workplan.table td{
   position: relative;
}
.workplan.table td.move{
    color: #bbb;
    cursor: move;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.workplan.table .sorting-row > td{
    background-color: #FFECB3;
    border: 1px solid #fff !important;
}
.workplan.table td.delete, .workplan.table th.delete{
    color: #00b3ef;
}
.workplan.table .last-row td.delete{
    color: #5E5E5E;
}
.workplan.table td.delete{
    cursor: pointer;
    vertical-align: middle;
}
.workplan.table tbody td .btn{
    position: absolute;
    bottom: -12px;
    left: 40%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 7px;
}
.workplan.table td .btn-below{
    bottom: -28%;
    top: auto;
    z-index: 999;
}
.workplan.table td .add-line-btn{
    z-index: 99999;
    font-size: 10px;
}
.workplan.table td .add-line-btn span{
    margin-left: 7px;
    vertical-align: top;
    display:none;
}
.workplan.table td .add-line-btn.bgm-green i{
    /*vertical-align: middle;*/
}
.workplan.table td .add-line-btn:hover{
    width: 185px;
    border-radius: 7px;
}
.workplan.table td .add-line-btn:hover span{
    display: inline-block;
    line-height: 26px;
}
.workplan.table tbody tr.add-line{
    border-bottom: 3px double #999;    
}
.workplan.table tbody tr.add-line-below{
    border-bottom: 3px double #999;    
}
.workplan.table > tbody > tr:last-child{
    border-bottom: 1px solid #f0f0f0;
}
.workplan.table > tbody > tr:last-child > td, .workplan.table > tfoot > tr:last-child > td {
    padding-bottom: 10px;
}
.workplan.table tfoot td .btn{
    
}
/*.workplan.table .teil td:after{
   content: '\f278'; 
   border-radius: 50%;
   background-color: green;
   color: #fff;
   font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
}*/
.workplan.table td.teil input,.workplan.table  td.abschnitt input,.workplan.table  td.kapitel input,.workplan.table  td.buchelement input{ 
    /* border-bottom: 1px solid #e0e0e0; */
}   
.workplan .date{
    width: 100px;
}
.workplan .date .checkbox{
    padding-left: 0px;
}
.workplan .date .form-group{
    display: inline-block;
}
.workplan .date .form-control{
    height: auto;
}
.workplan .date .checkbox label{
   padding-left: 25px; 
}
.workplan .date .date-picker{
    width: 75px;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
}
.workplan.table .form-group{
    margin-bottom: 0px;
}

.workplan.table .control-label, .workplan.table .delete .form-group{
    display: none;  
}
.workplan.table .pages{
    width: 50px;
    text-align: center;
}  
.workplan.table .fg-line textarea{
    /* max-height: 25px; */
    background-color: transparent;
    word-break: break-word;
}.workplan.table .fg-line .form-control:not(:disabled) {
    color: #5E5E5E;
}
.book-structure-container .epub-upload-container{
	display: inline-block;
} .book-structure-container .thumbnail-upload-container{
	display: none;
	/* float: left; */
}
.book-structure-container .epub-upload-container .add-lh, .book-structure-container .thumbnail-upload-container .add-thumbs{

    padding: 0;
    background: transparent;
    border: 0;
	font-size: 16px;
	cursor: pointer;
}
.book-structure-container .thumbnail-upload-container .thumbs-dropzone {
	display: none;
    height: 200px;
    width: 400px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
	border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	padding: 50px;
	text-align: center;
}
.book-structure-container .thumbnail-upload-container .thumbs-dropzone span{
	display: inline-block;
    margin: 30px 0;
}

.book-structure-container .thumbnail-upload-container .thumbs-dropzone .dz-error-message, 
.book-structure-container .thumbnail-upload-container .thumbs-dropzone .dz-details,
.book-structure-container .thumbnail-upload-container .thumbs-dropzone .dz-progress,
.book-structure-container .thumbnail-upload-container .thumbs-dropzone .dz-success-mark,
.book-structure-container .thumbnail-upload-container .thumbs-dropzone .dz-error-mark{
	display: none;
}
.book-structure-container .thumbnail-upload-container .thumbs-dropzone .dz-preview{
	float: left;
}
.book-structure-container .thumbnail-upload-container .thumbs-dropzone:before {
/* 
    content: '\f17e';
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	color: #0087F7; */
}
.book-structure-container .epub-upload-container .list-detail{
    display: block;
    float: right;
    clear: both;
}
.book-work-labels{
	padding-right: 20px;
	text-align: right;
}
.book-work-labels span{
	display: inline-block;
	text-align: left;
	width: 110px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.node-type-btn{
    position: absolute;
    top: 10px;
    right: 10px;
	
}  

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below{
        /* width: auto !important; */
}
.connect-ppl-td .fg-line span:not(.select2):not(.select2-selection):not(){
    white-space: nowrap;
    padding: 10px;
    display: inline-block;
}
.connect-ppl-td .select2-search__field{
    width: auto !important;
}
.connect-ppl-td .select2-selection__choice{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}
.workplan.table tfoot tr td{
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.workplan-del{
    display:none;
}
.workplan.table tr:first-child td.move, .workplan.table tr:first-child td.move i{
    /* cursor: default; */
}
.workplan.table tr:first-child td.move i{
    /* display: none; */
}
.workplan.table tr.teil:not(.empty-teil) td.kapitel input, .workplan.table tr.teil:not(.empty-teil) td.abschnitt input{
    display:block !important;
}
.workplan.table tr .edit:hover{
    color: #8BC34A;
    cursor: pointer;
}
.workplan.table tr .edit{
    vertical-align: middle;
}
.workplan.table tr.edit-tr td.teil input, .workplan.table tr.edit-tr td.kapitel input, .workplan.table tr.edit-tr td.abschnitt input{
    display:block !important;
}
/* do not group these rules */
.workplan.table ::-webkit-input-placeholder {
    color: #ccc;
}
.workplan.table :-moz-placeholder {
    /* FF 4-18 */
    color: #ccc;
}
.workplan.table ::-moz-placeholder {
    /* FF 19+ */
    color: #ccc;
}
.workplan.table :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}
.workplan .date-container{
	display: inline-block;
	margin-right: 20px;
}
.workplan .menuEdit{
	text-align: right;
}
.epub-upload .menuEdit{
	width: calc(55% - 40px);
	display: inline-block;
}
.epub-upload .itemTitle{
	vertical-align: sub;
}
.workplan .menuEdit div{
	vertical-align: top;
}
.buchelement .form-group{
	display: inline-block;
}
.buchelement .divider:first-child{
	display: none;
}
.buchelement .divider{
	width: 20px;
	display: inline-block;
}
a.abstract-full{
	position: absolute;
    right: 40px;
    margin-top: -60px;
}
#struktur a.abstract{
	/* margin-right: 10px; */
}
.abstractContainer a.abstract{
	font-size: 12px;
	color: #5e5e5e;
	top: -1px;
    position: relative;
}
.abstractContainer a.abstract i {
	font-size: 14px;
}
.disabled-abstract{
	display: none;
}
/*scrollbalken*/
#ascrail2001-hr{
  display: none !important;   
}
/* 
 * TABLE with PAGINATION
 * =====================================================================
 */
 .table.paged .nav a{
    display: inline-block;
    padding: 2px 0px 3px;
    color: #fff;
    background: #ececec;
    font-size: 12px;
    line-height: 18px;
    width: 22px;
    text-align: center;
    margin-bottom: 3px;
 }
  .table.paged .nav a.active{
    background: #00bcd4;
  }
  
/*
*
*
*****************************************
*/
#titelform .tab-content {
    padding: 0;
}
#plan .card-header:not(.ch-alt),#aufgabenkatalog .card-header:not(.ch-alt), #absatzformate .card-header:not(.ch-alt), #edit .card-header:not(.ch-alt), #import .card-header:not(.ch-alt), #struktur .card-header:not(.ch-alt), #ebook .card-header:not(.ch-alt), #zusatzmaterialien .card-header:not(.ch-alt), #startcodes .card-header:not(.ch-alt) {
    padding: 0px 25px 43px 0 !important;
}
#aufgabenkatalog .card-header:not(.ch-alt) {
    padding-bottom: 0 !important;
}
#plan .book-title{
	display: inline-block;
	vertical-align: top;
}
#plan .card-header:not(.ch-alt){
    padding: 0px 25px 0 0 !important;
}
/* 
 * TITLELIST 
 * =====================================================================
 */

.lv-body .phase, .lv-body .status{
    display: inline-block;
}
.lv-header-alt {
    
}
.lv-header-alt .phase, .lv-header-alt .lv-attrs, .lv-header-alt .filter-notification{
    line-height: 18px;
    display: inline-block;
}
.lv-body .phase span, .lv-header-alt .phase span, .filter-notification span {
    display: inline-block;
    padding: 2px 8px 3px;
    margin-right: 1px;
    color: #fff;
    background: #c9252c;
    font-size: 12px;
    line-height: 18px;
}
.filter-notification span {
    padding: 2px 4px 3px;
    background: #ececec;
    cursor: pointer;
}
.filter-notification span.notification.active, .filter-notification span.notification:hover {
    background: #FFC107;
}
.filter-notification span.warning.active, .filter-notification span.warning:hover {
    background: #c9252c;
}
.lv-header-alt .phase span{
    background: #ececec;
    cursor: pointer;
}
.lv-body .phase.phase1 span:first-child,
.lv-body .phase.phase2 span:nth-child(2), .lv-body .phase.phase3 span:nth-child(3),
.lv-body .phase.phase4 span:nth-child(4), .lv-body .phase.phase5 span:nth-child(5),
.lv-header-alt .phase span:first-child, 
.lv-header-alt .phase[data-phase="1"] span:nth-child(1), .lv-header-alt .phase[data-phase="2"] span:nth-child(2),
.lv-header-alt .phase[data-phase="3"] span:nth-child(3),.lv-header-alt .phase[data-phase="4"] span:nth-child(4),
.lv-header-alt .phase[data-phase="5"] span:nth-child(5),.lv-header-alt .phase[data-phase="6"] span:nth-child(6){
    background: #FFC107; /* orange */
}
.lv-body .phase.phase2 span:first-child,.lv-body .phase.phase3 span:first-child,.lv-body .phase.phase3 span:nth-child(2),
.lv-body .phase.phase4 span:first-child,.lv-body .phase.phase4 span:nth-child(2),.lv-body .phase.phase4 span:nth-child(3),
.lv-body .phase.phase5 span:first-child,.lv-body .phase.phase5 span:nth-child(2),.lv-body .phase.phase5 span:nth-child(3),
.lv-body .phase.phase5 span:nth-child(4),.lv-body .phase.phase6 span, .lv-header-alt .phase[data-phase="1"] span:first-child, 
.lv-header-alt .phase[data-phase="2"] span:first-child, .lv-header-alt .phase[data-phase="3"] span:first-child,.lv-header-alt .phase[data-phase="4"] span:first-child,  
.lv-header-alt .phase[data-phase="5"] span:first-child, .lv-header-alt .phase[data-phase="6"] span:first-child, 
.lv-header-alt .phase[data-phase="2"] span:nth-child(1),.lv-header-alt .phase[data-phase="3"] span:nth-child(1),.lv-header-alt .phase[data-phase="3"] span:nth-child(2),
.lv-header-alt .phase[data-phase="4"] span:nth-child(1),.lv-header-alt .phase[data-phase="4"] span:nth-child(2),.lv-header-alt .phase[data-phase="4"] span:nth-child(3),
.lv-header-alt .phase[data-phase="5"] span:nth-child(1),.lv-header-alt .phase[data-phase="5"] span:nth-child(2),.lv-header-alt .phase[data-phase="5"] span:nth-child(3),
.lv-header-alt .phase[data-phase="5"] span:nth-child(4),.lv-header-alt .phase[data-phase="6"] span:nth-child(1),.lv-header-alt .phase[data-phase="6"] span:nth-child(2),
.lv-header-alt .phase[data-phase="6"] span:nth-child(5),.lv-header-alt .phase[data-phase="6"] span:nth-child(4),.lv-header-alt .phase[data-phase="6"] span:nth-child(5){
    background: #8BC34A; /* green */
}
.lv-attrs{
    display: inline-block;
}
.lv-title h3, .lv-title h4{
    font-weight: lighter; display: inline-block;
}
.listview.lv-lg .new-titel  .lv-item{
    padding-bottom: 25px;
}
.listview.lv-lg .new-titel .lv-item:hover{
    background-color: #fff;
}
.new-titel .media-body{
    overflow: visible;
}
.new-titel .media-body a{
    padding: 2px 8px 3px;
    background: #8BC34A;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -1px;
    right: 0;
}

.media-body .btn i{
    vertical-align: middle;
}
.media-body .btn.del-title{
    position: absolute;
    right: 20px;
    top: 40px;
}
.media-body .btn.book-clone{
    position: absolute;
    right: 60px;
    top: 40px;
	color: #fff;
}
.booklist .phase-container.phase-hidden {
    display:none;
}
.booklist .lv-title .notification i , .lv-description .notification i{
    color: #FFC107;
    
}
.booklist .lv-title .warning  i , .lv-description .warning i.warning-icon{
    color: #c9252c;
	width: 20px;
}
.booklist .statusnotiz{
	width: calc( 100% - 70px);
	max-width: calc( 100% - 70px);
	min-height: 40px;
	padding: 0 5px;
	border: 1px solid #fff;
}
.booklist .meeting-link{
	color: #2196f3;
	cursor: pointer;
}
.booklist .meeting-link:hover{
	color: #0a6ebd;
}
.booklist .statusnotiz-container, .main-tab .arbeitsplannotiz-container{
    position: relative;
    padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.booklist .statusnotiz-container{
	display: block;
	margin-top: 15px;
	padding: 0;
}
.booklist .statusnotiz-container i, .main-tab .arbeitsplannotiz-container i{
	float: left;
}
.booklist .meeting-container{
	display: none;
	margin: 15px 0;
	font-size: 11px;
}
.booklist .meeting-container .single-line{
	border: 1px solid #e9e9e9;
	padding: 5px;
	border-bottom: 0;
	background: #fff;
}
.booklist .meeting-container .single-line:last-child{
	border-bottom: 1px solid #e9e9e9;

}
.booklist .meeting-container .single-line-head span{
	margin-right: 15px;
    min-width: 120px;
    display: inline-block;

}
.booklist .meeting-container .single-meeting{
	margin-top: 10px;
	position: relative;
}
.booklist .meeting-container .single-meeting-text{
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
	max-height: 0px; 
}
.booklist .meeting-container .single-meeting.active .single-meeting-text{
	overflow: visible;
	white-space: pre-line;
	text-overflow: ellipsis;
	max-height: none; 
	font-size: 13px;
	padding: 5px;
	border: 1px solid #efefef;
}
.booklist .meeting-container .single-meeting-save{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.booklist .meeting-container  .single-meeting.active .single-meeting-save{
	display: block;
}
.booklist .meeting-container .single-meeting-date{
	color: #2196f3;
	cursor: pointer;
}
.booklist .meeting-container .single-meeting-date:hover{
	color: #0a6ebd;
}
.booklist .meeting-container .single-meeting-add{
	margin-top: 15px;
	cursor: pointer;
}
.main-tab .arbeitsplannotiz-container{
    position: relative;
   /*  top: 70px;
    left: 500px; */
}
.main-tab .arbeitsplan-einreichung, .main-tab .arbeitsplan-druck{
	margin-right: 25px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.main-tab .arbeitsplannotiz-container label{
    display: none;
}
.main-tab .arbeitsplannotiz-container .form-group{
    float: left;
    min-width: 25vw;
	max-width: 25vw;
}
.main-tab .arbeitsplannotiz-container textarea{
	height: 35px;
}
.listview.lv-lg .lv-item:hover .statusnotiz{
	border: 1px solid #f0f0f0;
}
.booklist .booklist-table{
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.booklist .booklist-table td{
	padding-right: 15px;
	white-space: nowrap;
}
.booklist .booklist-table tr td:first-child{
	padding-right: 0;
	width: 20px;
}
.booklist .booklist-table tr td:nth-child(2){
	width: 110px;
}
.booklist .booklist-table tr td:last-child {
  width:100%;
}
.booklist .booklist-table .table-date{
	width: 130px
}
.booklist .save-status{
	float: right;
	font-size: 10px;
	display: none;
	margin-top: 8px;	
}
.booklist button.btn.del-title{
    background: #c9252c;
}
.booklist .toggle-termine{
	cursor: pointer;
}
.booklist .termin-container{
	display: inline-block;
}
.booklist .termin-container.hidden, .booklist .termin-br.hidden{
	display: none;
}
#desktop-add{
    display: none;
}
#mobile-add{
    display: block;
}
.filter-select-container{
	display: inline-block;
}
.filter-select-container select{
	padding-bottom: 2px;
}
.tab-indent{
	width: 70px;
	display: inline-block;
}
.prioritaet-container{
	margin-top: 10px;
}
.prioritaet-container .radio .input-helper:before {
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.prioritaet-container .radio .input-helper:after {
    width: 10px;
    height: 10px;
    background: #c9252c;
    top: 4px;
    left: 3px;
}
/*
 * Exercise List
 * =====================================================================
 */
.exercises .lv-item .btn.edit-exercise{
    position: absolute;
    right: 60px;
    top: 20px;
}
.exercises .lv-item .btn.preview-exercise{
    position: absolute;
    right: 20px;
    top: 20px;
}
.exercises .lv-item .btn.edit-exercise a, .exercises .lv-item .btn.preview-exercise a{
	color: #fff;
}

/* 
 * Lerneinheit ADD Epub
 * =====================================================================
 */
.menuDiv .list-name{
	padding: 5px 10px;
}
.menuDiv .list-detail{
	padding: 5px 0px;
    vertical-align: -webkit-baseline-middle;
}
 .show-lh-import{
 	display: inline-block;
 }
.add-lh-container{
	display: none;
	text-align: right;

}
.add-lh-container input{
	display: inline-block;
	padding: 5px 0px;
}
.add-lh-container button{
	display: inline-block;
}
.list-kapitel{
	background: #f2f4f6;
}
.menuDiv .lh-detail{
	display:none;
	padding: 20px 15px;
	border-top: 1px solid #e9e9e9;
	margin-top: 15px;
}
.list-show-lh-detail{
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.list-show-lh-detail.active{
	transform: rotate(90deg);
}
#import .menuDiv{
	min-height: 52px;
}
#import .menuDiv:first-child, #import .first-list-group{
	display:none;
}
#import .lh-detail-name{
	margin-bottom: 10px;
	display: inline-block;
}
.add-lh-container .upload-lh{
	float: right;
}
.upload-date-wrapper{
	display:none;
}
progress.epub-progress{
	display:none;
	border: none;
	background-color: #2196f3;
}
progress.epub-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  width: 250px;
  height: 20px;
}
/* Firefox */
progress.epub-progress::-moz-progress-bar {
        background-image: -moz-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
}
 
/* Chrome */
progress.epub-progress::-webkit-progress-value {
        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0, rgb(43,194,83)),
                color-stop(1, rgb(84,240,84))
        );
        background-image: -webkit-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
}
 
/* Polyfill */
progress.epub-progress[aria-valuenow]:before {
        background-image: -moz-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
        background-image: -ms-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
        background-image: -o-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
}
/* 
 * Tooltip
 * =====================================================================
 */
.custom-tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}
/* 
 * ASIDE MENU
 * =====================================================================
 */
.main-menu{
    display: block !important;
	margin-top: 10px !important;
}
.main-menu > .add-toolbox > a{
	padding: 2px 20px;
}
.main-menu > .add-toolbox a i.glyphicon{
	position: absolute;
    right: 25px;
    left: auto;
    background: #fff;
    margin-top: 5px;
	width: 30px;
    padding: 5px 5px;
}
.main-menu > .tour{
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
}
.main-menu > .add-toolbox- i{
    font-size: 14px;
    margin-top: 2px;	
}

.main-menu > .add-toolbox span {
    position: absolute;
    background: #fff;
    right: 60px;
    margin-top: 10px;
    display: block;
    padding: 0 5px 0 10px;
    font-size: 11px;
}
.main-menu > .add-toolbox:hover span, .main-menu > .add-toolbox:hover a i.glyphicon{
	background: #f7f7f7;
}
/* 
 * PROFILE
 * =====================================================================
 */
.profile-menu > a, .profile-menu .pic {
    /*background: rgba(0, 0, 0, 0) url("/phasec/mproject/img/profile-menu.png") no-repeat scroll left top / 100% auto;*/
    background: #e71e72;
    height: auto;
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.profile-menu > a .profile-pic, .profile-menu > a .profile-info,
.profile-menu > .pic .profile-pic, .profile-menu > .pic .profile-info {
    display: inline-block;
}
.profile-menu > a .profile-info, .profile-menu > .pic .profile-info {
    background: none;
    margin-top: 0;
    top: -12px;
    padding-left: 0;
    color: #fff;
    position:relative;
}
.profile-menu > a .profile-pic i, .profile-menu > .pic .profile-pic i {
    color: #fff;
    font-size: 48px;
}
.profile-menu > a .profile-pic, .profile-menu > .pic .profile-pic {
    padding: 12px;
}
/* 
 * TOOLBOX
 * =====================================================================
 */
.card-body h4{
    font-weight: normal;
    font-size: 14px;
}
.jstree-node .jstree-ocl{
    right: -10px;
}
.jstree-anchor{
    overflow: hidden;
    max-width: 80%;
    text-overflow: ellipsis;
}
.dropdown-menu-right i{
    float: left;
}
.jstree-default .jstree-wholerow-clicked, .jstree-default .jstree-wholerow-hovered{
    background: #F4F4F4;
}
.toolbox-content img{
    margin: 5px;
}
.toolbox-content img.pull-right{
    margin-right: 0px;
}
.toolbox-content img.pull-left{
    margin-left: 0px;
}
.tooltip.bottom{
    margin-top: 8px;
    padding: 0px 0;  
}
.anmoderation{
    display: block;
    padding-left: 16px;
}
#toolboxform .note-editor, .note-editor{
    overflow: visible;
}
#jstree-marker{
    z-index: 999999 !important;
}
.toolbox-content .table > tbody > tr:last-child > td, .toolbox-content .table > tfoot > tr:last-child > td,
#toolboxform .table > tbody > tr:last-child > td, #toolboxform .table > tfoot > tr:last-child > td{
    border-bottom: 1px solid #f0f0f0;
}
.toolbox-edit-header i{
    font-size: 12px;
}
/* 
 * TOOLBOX > COMMENT
 * =====================================================================
 */
.comment-card .hiddeninput, .comment-card .select, .comment-card .checkboxinput{
    display: none;
}
.comment-card .leave-comment{
    margin-bottom: 20px;
}
.comment-card .leave-comment .textarea{
    margin-bottom: 0;
}
.comment-card .leave-comment .textarea .note-editor{
    margin-bottom: 0;
}
.comment-card .leave-comment #submit{
    float: right;
    margin-right: 0 !important;
}
.comment-card .comment{
    clear: both;
    position: relative;
}
.comment-card .comment .comment-body{
    padding-top: 15px;
    padding-left: 48px;
}
.comment-card .comment .comment-icon{
    display: inline-block;
    font-size: 35px;
}
.comment-card .comment .comment-header{
    display: inline-block;
}
.comment-card .comment .comment-body button{
    float: right;
    margin-right: 0 !important;
}
.comment-card .comment .comment-body .note-editor{
    margin-bottom: 0;
}
.comment-card .comment .comment-interaction{
    display: block; 
    position: absolute;
    right: 5px;
    top: 25px;
}
.comment-card .comment .comment-header .comment-interaction i{
    cursor: pointer;
    color: #fff;
}
.comment-card .comment .comment-header .comment-interaction span{
    padding: 2px 4px 3px;
    background: #ececec;
    cursor: pointer;  
    display: inline-block;    
}
.comment-card .comment .comment-header .comment-interaction .comment-edit:before{
    content: '...';
    display: none;
    color: #fff;
    -webkit-transition: all .2s ease-in-out; /* Safari */
    transition: all .2s ease-in-out;
    width: 0;
}
.comment-card .comment.editing .comment-header .comment-interaction .comment-edit:before{
    width: auto;
    display: inline-block;
}
.comment-card .comment .comment-header .comment-interaction .comment-edit:hover, .comment-card .comment.editing .comment-header .comment-interaction .comment-edit{
    background: #FFC107;
}
.comment-card .comment .comment-header .comment-interaction .comment-delete:hover{
    background: #00b3ef;
}
/* 
 * TOOLBOX > WIDGET > FILEINPUT
 * =====================================================================
 */

 .project-pass-upload,  .toolbox-file-upload{
     display: none;
 }
 .fileinput-toolbox-file.error{
    color: #00b3ef;
 }
 .fileinput-toolbox-file-name{
    width: 60px;
 }
 .fileinput-toolbox-file-name.error{
    border-color: #00b3ef;
 }
 .tb-f-formset{
     display: none;
 }
.toolbox-file-content a small{
    padding-left: 18px;
    color: #AEAEAE;
}
/* 
 * PROFILE ABOUT
  * =====================================================================
 */
.pmo-pic {
    height: 259px;
    background-color: #333;
    
}

.profile-pic-large {    
    display: inline-block;
    padding: 35px 4px 0px 4px;    
}

.profile-pic-large i {
    color: #fff;
    font-size: 195px;    
}

.btn-action {
    border-radius: 50%;
    height: 40px !important;
    padding: 0;
    text-align: center;
    line-height: 40px !important;
    width: 40px !important;
}
/* 
 * GERNEAL STUFF
  * =====================================================================
 */
.clear{
    clear: both;
}    
@media (min-width: 768px){
    #desktop-add{
        display: block;
    }
    #mobile-add{
        display: none;
    }
}

@media (min-width: 1200px){
    body.sw-toggled #content {
        padding: 0px 0 30px 268px;
    }
    body #content > .container {
        width: calc(100% - 300px);
    }
}
body:not(.archive-toggled) .lv-item.archive:not(.top-item){
	display: none !important;
}
body.archive-toggled .lv-item:not(.archive):not(.top-item){
	display: none !important;
}
.archive-toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
    background: rgba(158, 158, 158, 0.5);
}
.archive-toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
    background: #5c5c5c;
}
.archive-toggle-switch{
	float: right;
	margin-top: 10px;
}
.archive-toggle-switch span{
	margin-right: 10px;
}
#last-export{
	position: absolute; 
	right: 20px;
	top: -20px;
	padding: 5px 10px;
}
/* 
 * Animations
 * =====================================================================
 */
 .spin{
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* 
 * sortable structure
 * =====================================================================
 */
.book-structure-container .book-structure-sortable li div.menuDiv,  .book-work-container .book-work-sortable li div.menuDiv, .z-material {
    border: 1px solid #e9e9e9;
/*     cursor: move;
 */    margin: 0;
    padding: 10px 15px;
	background: #fff;
	border-radius: 0px 3px 3px 3px;
	width: 100%;
}
.select-struct-cb{
	display:none;
}
.struct-elms-copied{
	display:none;
}
.book-structure-container .book-structure-sortable li div.menuDiv{
	cursor: move;
}
 .book-work-container .book-work-sortable li div.menuDiv{
	 vertical-align: top;
 }
li.node-type-S > div.menuDiv {
	background: #c7d1da !important;
}
li.node-type-T > div.menuDiv {
	background: #dee4ea !important;
}
li.node-type-K > div.menuDiv {
	background: #f2f4f6 !important;
/* background: rgba(242,244,246,1);
background: -moz-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(57,105,148,1) 90%, rgba(57,105,148,1) 100%) !important;
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,244,246,1)), color-stop(90%, rgba(242,244,246,1)), color-stop(90%, rgba(57,105,148,1)), color-stop(100%, rgba(57,105,148,1))) !important;
background: -webkit-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(223,232,240,1) 90%, rgba(57,105,148,1) 100%) !important;
background: -o-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(57,105,148,1) 90%, rgba(57,105,148,1) 100%) !important;
background: -ms-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(57,105,148,1) 90%, rgba(57,105,148,1) 100%) !important;
background: linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(57,105,148,1) 90%, rgba(57,105,148,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f6', endColorstr='#dfe8f0', GradientType=1 ) !important; */
}
li.node-type-LE > div.menuDiv {
	/* background: #dee5ec !important; */
/* 	background: -moz-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(223,232,240,1) 90%, rgba(223,232,240,1) 100%) !important;
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,244,246,1)), color-stop(90%, rgba(242,244,246,1)), color-stop(90%, rgba(223,232,240,1)), color-stop(100%, rgba(223,232,240,1))) !important;
	background: -webkit-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(223,232,240,1) 90%, rgba(223,232,240,1) 100%) !important;
	background: -o-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(223,232,240,1) 90%, rgba(223,232,240,1) 100%) !important;
	background: -ms-linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(223,232,240,1) 90%, rgba(223,232,240,1) 100%) !important;
	background: linear-gradient(45deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 90%, rgba(223,232,240,1) 90%, rgba(223,232,240,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f6', endColorstr='#dfe8f0', GradientType=1 ) !important; */

}
li.node-type-LS > div.menuDiv {
	/* background: #f2f4f6 !important; */
}
li.node-type-LOG > div.menuDiv {
	/* background: #f2f4f6 !important; */
}

.book-structure-container .book-structure-sortable li div{
    margin: 0;
    /* padding: 7px; */
	vertical-align: middle;
}
.book-structure-container .book-structure-sortable li div.itemTitle{
	min-width: 200px;
	min-height: 18px;
}
.book-structure-container .placeholder , .book-work-container .placeholder {
	outline: 1px dashed #D4D4D4;
	border: 1px dashed #d4d4d4;
}

.mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

.book-structure-container #tree , .book-work-container #tree {
	width: 550px;
	margin: 0;
}

.book-structure-container ol , .book-work-container ol {
	/* max-width: 450px; */
	padding-left: 25px;
}
.book-structure-container .menuDiv .move-icon, .book-work-container .menuDiv .move-icon{
	vertical-align: middle;
    padding: 5px 24px 5px 0;
}
.book-structure-container ol.book-structure-sortable,ol.book-structure-sortable ol ,
.book-work-container ol.book-work-sortable,ol.book-work-sortable ol {
	list-style-type: none;
	 counter-reset: item;
}
.book-structure-container li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div,
.book-work-container li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
	border-color: #999;
}

.book-structure-container .disclose, .book-work-container .disclose, .expandEditor {
	cursor: pointer;
	width: 20px;
	/* display: none; */
}
.book-structure-container .book-structure-sortable .expandEditor, .book-work-container .book-work-sortable .expandEditor{
	display: none !important; /* hide expand icon */
}
.book-structure-container .book-structure-sortable li.mjs-nestedSortable-collapsed > ol,
.book-work-container .book-work-sortable li.mjs-nestedSortable-collapsed > ol {
	display: none;
}

.book-structure-container .book-structure-sortable li.mjs-nestedSortable-branch > div > .disclose,
.book-structure-container .book-structure-sortable li.mjs-nestedSortable-branch > div > .expandEditor,
.book-work-container .book-work-sortable li.mjs-nestedSortable-branch > div > .disclose,
.book-work-container .book-work-sortable li.mjs-nestedSortable-branch > div > .expandEditor {
	display: inline-block;
	vertical-align: middle;
}
ol.book-structure-sortable li {
    display: block;
    position: relative;
}
ol.book-structure-sortable li:before {
    /* content: counters(item, ".")"."; */
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 0px;
    padding: 2px 4px;
    /* border: 1px solid #666; */
    border-radius: 3px 0 0 3px;
    background: #e9e9e9;
    color: #040404;
}
ol.book-structure-sortable li .numbering{
	margin-right: 5px;
    vertical-align: middle;
	width: 15px;
    display: inline-block;
}
.book-structure-sortable span.ui-icon, .book-work-sortable span.ui-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.book-structure-sortable .deleteMenu, .book-work-sortable .deleteMenu, .book-structure-sortable .addMenu {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.book-structure-sortable .addMenu{
	top: 25px;
}
.book-structure-sortable .nodeText, .book-work-sortable .nodeText{
	display: none;
}
.epub-upload-span{
	display:none;
}
.epub-upload-span.active-epub-upload{
	display:inline-block;
}
.existing-epub-upload .add-lh i{
	color: #2196f3;
}
.epub-upload-span .delete-epub, .close-epub{
	
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.epub-upload-span .delete-epub:hover, .close-epub:hover{
	color: red;
}
.note-container{
	display: none;
	position: absolute;
	top: 25%;
	width: 60vw;
	background: #fff;
    position: fixed;
    top: 25%;
    width: 60vw;
    background: #fff;
    margin: auto;
    left: 0;
    right: 0;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    height: 50vh;
    padding: 20px;
	z-index: 999;
}
.note-container-close{
	position: absolute;
	right: 5px;
	top: 5px;
}
.note-container-save{
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
	color: #fff;
    background-color: #2196f3;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
	font-weight: bold;
}
.note-container .note-text{
	width: 100%;
    height: calc(100% - 75px);
	border: 0;
}
.openNote.filled{
	color: #2196f3;
}
#plan .openNote .btn{
    background-color: #5e5e5e;
}
#plan .openNote.filled .btn{
    background-color: #2196f3;
}
.openNote, .note-container-save, .note-container-close{
	cursor: pointer;

}
.book-structure-sortable li , .book-work-sortable li {
	position: relative;
	margin: 5px;
}
.book-structure-sortable li li, .book-work-sortable li li{
	margin: 5px 0;
}
.book-structure-sortable .itemTitle{
	cursor: text !important;
	display: inline-block;
}
.book-structure-sortable input.seitenzahl{
	width: 30px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.front-container{
	width: 35%;
	display: inline-block;
}
.book-work-sortable .itemTitle{
	display: inline-block;
	
}
.book-structure-sortable .control-container, .book-work-sortable .control-container{
	width: calc(65% - 40px);
	display: inline-block;
	text-align: right;
}
.book-work-sortable .control-container{
	width: 75%;
	display: inline-block;
	float: right;
}
.book-structure-sortable input[type="checkbox"], .book-work-sortable input[type="checkbox"]{
	cursor: pointer;
}
.book-structure-sortable .checkbox .input-helper:after, .book-work-sortable .checkbox .input-helper:after {
    width: 12px;
    height: 5px;
    top: 3px;
}
.book-structure-sortable .checkbox input, .book-work-sortable .checkbox input{
	width: 12px;
	height: 12px;
}
.book-structure-sortable .checkbox .input-helper:before, .book-work-sortable .checkbox .input-helper:before{
	width: 12px;
	height: 12px;
}
.book-structure-container .book-structure-sortable li div .menuEdit, .book-work-container .book-structure-sortable li div .menuEdit{
	display: inline-block;
	background: #fff;
	font-size: 14px;
	padding: 0;
	background: 0;
	float: right;	
}
.luek-container{
	padding: 0 !important;
	margin-left: 20px !important;
	display: inline-block;
}
.luek-container div{
	padding: 0 !important;
	
}
.book-structure-sortable .luek-container span.checkbox, .book-work-sortable .luek-container span.checkbox{
	padding-left: 0;
	margin-right: 0px;
}
.book-structure-sortable .luek-container span.checkbox input, .book-structure-sortable .luek-container span.checkbox .input-helper,
.book-work-sortable .luek-container span.checkbox input, .book-work-sortable .luek-container span.checkbox .input-helper{
	display:none;
}
.book-structure-sortable .luek-container span.checkbox label, .book-work-sortable .luek-container span.checkbox label{
	padding: 5px 10px;

}
.book-structure-sortable .luek-container span.checkbox.active, .book-work-sortable .luek-container span.checkbox.active{
	background: #2196f3;
	color: #fff;
}
.book-structure-sortable .itemTitle, .book-work-sortable .itemTitle{
	/* background: #fff; */
	    white-space: pre-wrap;
}
.book-structure-sortable .nodeType, .book-work-sortable .nodeType{
	position: relative;
    top: -3px;
    color: #000;
    float: right;
    margin-right: 10px;
	display:none !important;
}
.book-structure-sortable li.node-type-K > div .nodeType, .book-work-sortable li.node-type-K > div .nodeType{
	color: #fff;
}
.sortable-controls{
	float: right;
}
.book-structure-sortable span.checkbox, .book-work-sortable span.checkbox{
	display: inline-block;
	padding-left: 20px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.openDocpool{
	display:none;
}
.iv .openDocpool{
	display:inline-block;
}
.importAK, .thumbnail-upload-container{
    cursor: pointer;
    margin-right: 10px;
}
.epub-upload-container button, .icon-container .btn{
	font-size: 12px;
    padding: 5px;

}
#plan .abstractContainer .abstract .btn{
	margin-top: 1px;
}
.icon-container{
	display: inline-block;
}
.icon-container > span{

}
.width-typ{
	    width: 45px !important;
}
#toArray_head, #toArrayAp_head{
	position: fixed;
    top: 10px;
    z-index: 999;
    right: 150px;
    background: #fff;
    box-shadow: none;
    color: #00b3ef;
}
/* zusatzmaterialien */
.zusatzmaterialien .pp-formset{
	display: block;
}
.z-material{
	margin: 5px;
	padding: 10px !important;
}
.z-material .col-sm-12{
	padding: 0 !important;
}
.z-material.last{
	display: none;
}

.z-material .pp-name,.z-material .end{
    width: 100%;
    display: inline-block;
}
.z-material .end{
    text-align: right;
	vertical-align: top;
}
.z-material .file, .z-material .url{
	display: none;
}
.add-z-material, .add-z-link{
	display: none;
}
.add-z-material.active, .add-z-link.active{
	display: inline-block;
}
.z-material .pp-name{
	border: none;
}
.delete-z-material input{
	display: none;
}
.z-material .error, .z-material.error{
	border-color: red;
}
.z-material .pp-text{
	display: inline-block;
}
.z-material .pp-beschreibung{
	border: 0;
    height: 30px;
    width: 100%;
    color: #a9a9a9;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a9a9a9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a9a9a9;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a9a9a9;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #a9a9a9;
}
#zusatzmaterialien .jstree-default .jstree-anchor{
	height: auto !important;
	line-height: auto !important;
}
.z-material ol{
	clear: both;
}
.zm-sortable .handle, .zm-sortable .handle-item{
	display: inline-block;
	cursor: move;
    vertical-align: top;
}
.zmat-folder.closed .folder-items{
	display: none;
}
.zmat-folder.closed li{
	display: none;
	
}
.fa.toggle-zm{
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: bold;	
	transition: transform .2s ease-in-out;
}
.zmat-folder > div > .fa.toggle-zm{

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);	
}
.zmat-folder.closed > div > .fa.toggle-zm{

	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);	
}

 .folder-items{ 
	 min-height: 10px;
 }
  .folder-items .highlight{
	  background: #ececec;
	  min-height: 25px;
	  border: 1px dashed #efefef;
  }
   .highlight-folder{
	min-height: 25px;
    border: 1px dashed #efefef; 
   }
   .zmf-title{
	   border: 0;
	   font-weight: bold;
   }
  #zm-tree li{
	  list-style-type: none;
  }
	/* #zm-tree .mjs-nestedSortable-leaf .mjs-nestedSortable-leaf:not(.z-material):before,  */
	/* #zm-tree .mjs-nestedSortable-branch .mjs-nestedSortable-leaf:not(.z-material):before, */
	/* #zm-tree .mjs-nestedSortable-branch .mjs-nestedSortable-branch:not(.z-material):before	{ */
	  /* content:'-'; */
	  /* display: block; */
	  /* position: absolute; */
    /* margin-left: -20px; */
  /* } */
  #zm-tree .handle i{
	font-size: 1.3em;
    vertical-align: bottom;
  }
  #zm-tree > li, #zm-tree > li > ol > li, #zm-tree > li > ol > li > ol > li, #zm-tree > li > ol > li > ol > li > ol > li{
	border: 1px dashed #efefef;
    padding: 5px;
    margin-bottom: 5px;
  }
  #zm-tree .zmdi-delete{
	      float: right;
		  cursor: delete;
  }
  /*
 * Border-Box // overlay-wrapper
 */
.border-box, .overlay-wrapper{
	width: 550px;
	-webkit-box-flex: initial;
	-webkit-flex-grow: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
	margin: auto;
	background: #fff;
	margin-top: 25vh;
	padding: 10px;
	    resize: both;
    overflow: auto;
}
.overlay-wrapper .overlay-wrapper-container{
	max-height: 50vh;
	overflow-y: scroll;
	
}
.overlay-wrapper .overlay-wrapper-explain{
	padding: 10px;
	vertical-align: top;
}
.overlay-wrapper .overlay-wrapper-col2{
	width: 49%;
	display: inline-block;
}
.border-box *{
	margin: 44px;
	position: relative; 
}
.overlay-wrapper *{
	position: relative; 
}
.border-box .border-box-panel{
	width: 195px;
	float: right;
	margin: 1px;
}
.border-box .border-box-header, .overlay-wrapper .overlay-wrapper-header{
	background: #03A9F4;
	margin: 1px;
	height: 16px;
}
.border-box .border-box-header i, .overlay-wrapper .overlay-wrapper-header i{
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1px;
	cursor: pointer;
}
.border-box .border-box-footer, .overlay-wrapper .overlay-wrapper-footer{
	width: auto;
	margin: 1px;
}
.border-box .border-box-footer button, , .overlay-wrapper .overlay-wrapper-header button{
	margin: 1px;
}
#overlay{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
/*
 * Icon List
 */
.fa-icon-list{
	list-style-type: none;
	padding: 0;
}
.fa-icon-list li{
	float: left;
	padding: 5px 10px;
	margin: 2px;
	transition: all 0.2s ease-in-out;
	text-align: center;
	max-height: 30px;
	max-width: 40px;
}
.fa-icon-list li.chosen{
	background: #efefef;	
}
.fa-icon-list li i{
	max-width: 20px;
	min-width: 20px;
}
.fa-icon-list li:not(.chosen):hover{
	background: #efefef;
	cursor: pointer;
}
.fa-icon-list li:hover i{
}
.add-z-icon{
	border: none;
    background: transparent;
}
i.fa.manz-l:before{
	background: transparent url(/static/mproject/img/l-icon-grey.svg) no-repeat;
	content: "";
	content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    margin: auto;
    vertical-align: text-bottom;
}
#selected-icon{
	padding: 5px;
	margin: 5px;
	border: 1px solid #efefef;
}
.textmode{
	vertical-align: top;
}
.textmode-explain{
	display: inline;
	max-height: 31px;
	overflow: hidden;
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25), inset 0px 1px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25), inset 0px 1px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25), inset 1px 1px 0px 0px rgba(0,0,0,0.25);
	margin: 3px 0 3px 5px;
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25), 1px 1px 1px 0px rgba(255,255,255,0.1);
    border: none;
    background: rgba(0,0,0,0.26);
    color: #fff;
}

.textmode-explain .choose-icon{
	max-width:25%;
	display: inline !important;
}
.textmode-explain .choose-icon i{
	margin: 3px 0px 3px 5px;
}
.textmode-explain input{
	max-width: 40%;
	line-height: 1.5em;
    padding: 2px;
    margin: 3px;
    min-width: 80%;
    display: inline-block;
	background: none;
    color: #fff;
    border: none;
}
/* 960px */
@media only screen and (max-width: 1100px) {
	.book-structure-sortable .itemTitle{
		width: 20%;
	}
	.book-structure-sortable .control-container, .book-work-sortable .control-container{
		width: calc(75% - 40px);
	}
}
#codegen_form{
	background: #fff;
    padding: 40px;
    z-index: 999;
    box-shadow: 0px 0px 25px #0000004f;
	position: relative;
}
#codegen_form input{
	    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}
#codegen_form .helptext{
	    display: block;
    color: #b7b7b7;
}
#codegen_form .form-close{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.upload-needed{
	border: 1px solid red !important;
}
/*** Vorläufig ausgeblendet****/
.luek-container, .abstractContainer, .seitenzahl, .openNote, .booklist-table, .prioritaet-container, .phase-container{
	display: none !important;
}
.titel-status-pan .form-group , .titel-status-pan .form-group select, .titel-status-pan .form-group .select{
	display: inline-block;
}
.titel-status-pan .form-group{
	margin-right: 20px;
}
.titel-status-pan .form-group .select{
	width: 100px;
	margin-left: 10px;
}
.top-container .btn-success{
	margin-top: 10px;
}
.modal-open .modal{
	overflow-y: hidden !important;
}
.blockPage{
    border: none !important;
    box-shadow: 0px 0px 5px #000 !important;
    padding: 35px !important;
    font-size: 1.8em !important;
}
.blockPage i{
	    font-size: 1.2em;
}
.bgm-cyan {
    background-color: #00b3ef !important;
}