tr.doublette {
  background-color:#ffa03b;
}

.clearPrevInput {
  margin-left:5px;
  padding:2px;
  border:1px solid #000;
  border-radius:8px;
  cursor:pointer;
  font-size:8px;
}

#loginform {
  
  width:440px;
  padding:10px;
}
#loginform .controls {
  margin-left:10px !important; 
}

.ck-editor__editable {
    height: 200px;
}

#ma_photo img {
  max-width:200px;
  max-height:200px;
}
 a.bigbutton {
  float:left;
  margin:20px;
  display:block;
  background:#eee;
  color:#000;
  line-height:140px;
  height:140px;
  width:160px;
  text-align:center;
  background-image:url(/img/big_button_bg.png);
  border:1px solid #aaa;
  border-radius:5px;
 }
.table-mytable td, .table-mytable th {
    background-color: white !important;
}

.displaynone {
  display:none !important;
}

a.no_link_decoration {
  text-decoration: :none;
  color: black;
}

.icon-bg-red {
  background: red;  
}

.modal_iframe {n
  width:100%;
  height:405px;
  border:none;
}

tr.main_ticket {
  cursor: pointer;
}
tr.main_ticket.unfolded { 
  background: #FFA87D;
}
tr.main_ticket.folded {
  background: #de9a44;
}

tr.sub_tickets {
  background: #C0C0C0;
  display: none;
}

ul.filemanager {
  list-style:none;
}
ul.filemanager li {
  list-style:none;
  position:relative;
  clear:both;
  height:16px;
   width:1000px;
  padding-left:35px;
  padding-top:3px;
  padding-bottom:3px;
  background-position:left top;
  background-repeat:no-repeat;
  list-style:none;
}
ul.filemanager li:hover {

}

ul.filemanager li.dir {
  background-image:url(../img/folder-open-icon.png);
  background-position: 0px center;
  border-bottom: 1px dotted #aaa;
  padding-bottom:8px;
  padding-top:8px;  
  clear:both;
}

ul.filemanager li.file {
  border-bottom: 1px dotted #aaa;
  background-position: 0px center;
  padding-bottom:8px;
  padding-top:8px;  
    clear:both;
}


ul.filemanager li.file_image {
  background-image:url(../img/filetype_image.png);
}

ul.filemanager li.file_pdf {
  background-image:url(../img/filetype_pdf.png);
}
ul.filemanager li.file_txt {
  background-image:url(../img/filetype_text.png);
}
ul.filemanager li.file_doc {
  background-image:url(../img/filetype_doc.png);
}
ul.filemanager li.file_xls {
  background-image:url(../img/filetype_xls.png);
}
ul.filemanager li.file_default {
  background-image:url(../img/filetype_default.png);  
}

ul.filemanager span.icons {
  float:left;
  width:70px;
  display:block;
}
ul.filemanager span.icons img {
  max-width:30px;
}

.metainformation .dateityp {


}

ul.filemanager .metainformation {
  clear:both;
  border-bottom:1px dotted #777;
  max-width:800px;
  display:none;
  margin-top:5px;
}



ul.filemanager span.trenner {
  width:15px;
  display:block;
  float:left;
}
ul.filemanager span.preview img {
  max-width:70px;
}

ul.filemanager li span.name{
  width:350px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
}
ul.filemanager li span.size{
  width:100px;
  overflow:hidden;
  display:block;
  float:left;

}
ul.filemanager li.header {
  background-color:#ddd;
  border-bottom:1px solid #000;
  padding-bottom:2px;

}
ul.filemanager li.even {
  background-color:#fafafa;
}

ul.filemanager li:hover {
  background-color:#eeeeee;
}

ul.filemanager li span.time{
  width:150px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
}

ul.filemanager span.info {
  width:20px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}
ul.filemanager span.artikelnummer {
  width:90px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}
ul.filemanager span.stand {
  width:80px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}
ul.filemanager span.marktbereich {
  width:70px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}
ul.filemanager span.marktbereich img {
  height:18px;
}
ul.filemanager span.form img {
  height:18px;
}

ul.filemanager span.form {
  width:60px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}
ul.filemanager span.typ {
  width:70px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}

ul.filemanager span.seiten {
  width:50px;
  max-height:20px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}

ul.filemanager span.vorschau {
  width:40px;
  overflow:hidden;
  display:block;
  float:left;
  cursor:pointer;
  margin-right:10px;
}




ul.filemanager li span.edit{
  width:20px;
  margin-right:10px;
  overflow:hidden;
  display:block;
  float:left;
}
ul.filemanager li span.delete{
  width:20px;
  display:block;
  float:left;
}
.filemanager_navi {
  position:relative;
  border-top:1px solid #eee;  
  border-bottom:1px solid #eee;  
  padding:4px;
  margin-bottom:10px;
  margin-top:10px;
  display:block;
}
.filemanager_navi span {
  padding-right:10px; 
}
#filemanager_lightbox_div {
  position:absolute;
  left:0px;
  top:0px;
  background:#fff;
  border:2px solid #777;
  display:none;
  z-index:5;
}

.fm_form_icon {
  max-height:16px;  
}