/* Copyright: Guillermo Rauch <http://devthought.com/> - Distributed under MIT - Keep this message! */

/* TextboxList sample CSS */
ul.holder { margin: 0; overflow: hidden; height: auto !important; height: 1%; padding: 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; white-space:nowrap;}
ul.holder li.bit-box { font-size: 11px; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #C3C3FF; background: #E8E8FF; padding: 1px 5px 2px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: auto; overflow:visible; margin: 0; border: 0; outline: 0; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

ul.holder { width: 500px; }
ul.holder { margin: 0 !important }
ul.holder li.bit-box { padding-right: 15px; position: relative; /* z-index:1000; */ }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #5858FF; color: #fff; }
ul.holder li.bit-box a.closebutton { margin: 0; padding: 0; position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

.fcbk-auto { display: none; position: absolute; background: #eee; z-index:1001;}
.fcbk-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px; font-size:11px; }
.fcbk-auto ul { display: none; margin: 0; padding: 0; overflow: auto; position:absolute; z-index:9999}
.fcbk-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font-size: 11px; background-color: #eee }
.fcbk-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
.fcbk-auto ul li.auto-focus { background: #4173CC; color: #fff; }
.fcbk-auto ul li.auto-focus em { background: none; }
.deleted { background-color:#5858FF !important; color:#ffffff !important;}
.hidden { display:none;}


@media screen and (max-width: 500px) {
	.fcbk-auto ul { max-width: 80% !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
	ul.holder { max-width: 80% !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
}
@media screen and (max-width: 320px) {
	.fcbk-auto ul { width: 280px !important; }
	ul.holder { width: 280px !important;  }
	#fotos_rahmen ul.holder { width: 180px !important;  }
}
