/*----------------------------------
Contao Backend Bundles
--------------------------------- */
#tl_navigation .tl_level_1_group .group-DatabayAddressBundle {
	background:url("/files/images/address.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayEventBundle {
	background:url("/files/images/event.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabaySliderBundle {
	background:url("/files/images/slider.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayAdvertBundle {
	background:url("/files/images/category.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayTopicBundle {
	background:url("/files/images/topic.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayPickupRouteBundle {
	background:url("/files/images/route.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayContactBundle {
	background:url("/files/images/customer.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayMediaDataBundle {
	background:url("/files/images/download.png") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayLinkBundle {
	background:url("/system/themes/flexible/icons/undo.svg") 3px center no-repeat;
}
#tl_navigation .tl_level_1_group .group-DatabayAbonnementBundle {
	background:url("/files/images/category.png") 3px center no-repeat;
}

.list-thumbnail {
	width: auto;
	max-height: 60px;
}

.date-insert,.date-delete {
	cursor:pointer;
	float:right;
	padding-right:10px
}

.tl_formbody_submit.top {
	border-bottom: 1px solid #ddd;
}

.w25 {
	width: 21%;
	float: left;
	height: 80px;
}

.w25 .tl_text{
	width: 80%;
}

textarea.tl_text{
	width:100% !important;
}

.subDate {
	clear:both;
	float:right;
	border-top: 1px solid #f2f2f2;
}

.subDate .w25{
	width: 45%;
	margin: 0;

}

.tl_tbox .tl_tbox {
	border: none;
}

.export{
	width: 100%;
}

.export .tl_text{
	width: 25%;
}

.export .tl_select{
	width: 15%;
}

.right{
	float:right;
}
.left{
	float:left;
}
.hidden{
	display: none !important;
}
.bumper{
	padding: 0 5px 0 24px ;
}

.event-list-date{
	width: 120px;
}
/*----------------------------------
Clearfix
----------------------------------*/
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

/*----------------------------------
Dropzone
----------------------------------*/
.dz-container {
	margin: 2px 0;
	padding: 6px;
	border: 3px dashed #ddd;
}

.dz-message {
	cursor: pointer;
	padding: 36px 18px;
	transition: all .15s linear;
}

/*----------------------------------
Customer Select Box
----------------------------------*/


.styled-select {
	background-image: url('../images/contao_select_box.png') ;
	height: 34px;
	/*overflow: hidden;*/
	width: 517px;
	border: none;
}

.styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px;
	width: 268px;
}

.information {
	color: #222222;
	resize: none;
	border: 1px solid #c8c8c8;
	padding: 5px 6px 6px;
	background-color: #f9f9f9;
}

.success {
	color: green;
}

.error {
	color: red;
}

/*----------------------------------
Event Export Pagination
----------------------------------*/
ul.export-pagination{
	float: right;
}

ul.export-pagination li{
	float: left;
	font-size: 150%;
	padding: 5px;
}
.moveit
{
    cursor: move;
}
