i, em
{
	font-style: italic;
}

.material-icons {
	transform: translateY(6px);
	margin-right: -5px;
}

a{color:inherit;}

body 
{
	font-family: 'open_sansregular';
	margin: 0px;
	line-height: 1.2em;
}

.regular{font-family: "Equitan Sans W03 Regular"}
.bold{font-family: "Equitan Sans W05 Bold"}
.italic{font-family: "Equitan Sans W03 Italic"}

.source-info
{
	color:red;
}

#backend_container 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#import_btn
{
	border: 2px solid black;
    padding: 1px 3px;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 32px;
    position: absolute;
    left: 200px;
    top: 94px;
}

#drag_area
{
	width:100%;
	height:100%;
	
}
	.drag_item
	{
		position:absolute;
		cursor:move;
	}

	.start_closed
	{
		position: absolute;
	}
	
	.start_closed  div, .start_closed img
	{
		position: absolute;
	}
	
	.start_open
	{
		position: absolute;
		display:none;
	}
	
	.start_open div, .start_open img
	{
		position: absolute;
	}
	
	.start_label
	{
		position: absolute;
	    font-size: 36px;
	    text-align: center;
	    padding: 20px 40px;
	    border: 2px solid black;
	    letter-spacing: 1px;
	    background:#fff;
	    z-index:10000;
	    white-space: nowrap;
	    font-family: "Equitan Sans W03 Regular"
	}
		
		.label_up
		{
			position:absolute;
			left:0px;
			bottom:0px;
			cursor:pointer;
			z-index:10001;
			width:30px;
		}
		
		.label_down
		{
			position:absolute;
			left:0px;
			top:0px;
			cursor:pointer;
			z-index:10001;
			width:30px;
		}
		
		.label_triangle
		{
			position:Absolute;
			width: 30px;
			bottom: -21px;
		}
		
		.mosaic_text
	{
		padding:4px 10px;
		font-size:16px;
		line-height:16px;
		 white-space: nowrap;
		 font-family: "Equitan Sans W03 Regular"
	}

#menu 
{
	position: fixed;
	width: 100%;
	text-align: right;
	line-height: 25px;
	font-size: 14px;
	padding-top:20px;
	z-index: 8999;
	height: 60px;
	background-color: white;
	
}

	#menu ul 
	{
		position: relative;
		list-style-type: none;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
	}
	
	#menu li 
	{
		position: relative;
		float: right;
		margin-left: 15px;
		margin-right: 15px;
	}
	
		#menu li img
		{
			position: relative;
			width: 24px;
			vertical-align: middle;
		}
	
	#menu a 
	{
		text-decoration: underline;
		color: inherit;
	}
	
		#menu a:hover
		{
			text-decoration: underline;
			
		}

#settings_container
{
	position: relative;
    width: 500px;
    margin: 100px auto;
}
	#settings_form {
		margin-bottom: 50px;
	}

	#settings_form label
	{
		margin-top: 0px;
	    font-size: 1em;
	    font-weight: bold;
	    margin-bottom: 10px;
	    font-family: 'open_sansbold';
	}
	
	#settings_form input
	{
		width: 100%;
	    font-size: 1em;
	    padding-left: 5px;
	    height: 35px;
	    border: solid 1px black;
	    margin-bottom:15px;
	    box-sizing: border-box;
	    font-family: 'open_sansregular';
	}
	
	#updatebutton
	{
		width: 200px!important;
		display: block;
		margin: 0 auto;
	    height: 35px !important;
	    margin-top: 20px;
	    line-height: 1em;
	    border: 2px solid #000;
	    text-align: center;
	    font-size: 16px;
	    z-index: 1000;
	    background: #fff;
	    cursor: pointer;
	    box-sizing: border-box;
	    background-color: #e9e9e9;
	    text-transform: uppercase;
	}
	
	.add_quicklinks {
		position: relative;
		margin-top: 100px;
	}
	
	#quicklink_btn
	{
	    height: 32px;
	    line-height: 34px;
/* 	    border: 2px solid #000; */
	    text-align: center;
	    font-size: 16px;
	    position: absolute;
	    right: 0px;
	    top: -10px;
	    z-index: 1000;
	    background: #fff;
	    cursor: pointer;
	}
	
	#my_quicklink_holder
	{
		margin-top:20px;
	}
	
	.quicklink_item
	{
		border: 1px solid black;
   		padding: 10px;
   		margin-bottom:5px;
   		position:relative;
	}
	
	.delete_quicklink
	{
		position:absolute;
		right: 10px;
    	top: 10px;
		cursor:pointer;
	}
#sidebar 
{
	background-color: black;
	position: fixed;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:11000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

	.sidebar_logo
	{
		position: relative;
		margin-top: 0px;
		width: 100px;
		margin-left: 70px;
	}
		.sidebar_logo img
		{
			vertical-align: middle;
			width: 100%;
		}
		.home_nav{

			color: white;
		    position: relative;
		    top: 25px;
		    left: 50px;
		}

	#sidebar ul 
	{
		position: relative;
		list-style-type: none;
		margin-top: 30px;
		margin-bottom: 30px;
/* 		padding-left: 20px; */
	}
	
	.sidebar_headline 
	{
		position: relative;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.4em;
		display: inline;
	}
	
	.sidebar_headline:not(.home_nav):before {
		content: " ";
		display: block;
	}
	
	.sidebar_headline:not(.home_nav) {
		border-bottom: 1px dotted;
	}
	
	.sidebar_menuitem 
	{
		position: relative;
		color: #ffffff;
		font-size: 16px;

		
	}
	
		.sidebar_menuitem a:hover
		{
			font-weight: bold;
		}

	.separator 
	{
		position: relative;
		height: 24px;
		width: 230px;
	}
	
	#sidebar a 
	{
		text-decoration: none;
		color: inherit;
		font-weight: 100;
	}#sidebar a:hover{

		text-decoration: underline;
	}
	
	#sidebar .submenu 
	{
		font-size: 17px;
	}


/********************************************************************************************************
 * GLOBAL CONTENT
 *******************************************************************************************************/
#content 
{
    position: relative;
    padding: 20px;
    /* overflow: auto; */
    margin: 0 auto;
    top: 100px;
    height: calc(100vh - 150px);

}

	#edit_container
	{
		margin: 0px auto;
   		width: 940px;
	}


.content_log{
	margin: 0 auto;
	width: 800px;
	height: 500px;
}
#content1{
	position: relative;
	width: 60%;
	margin: 0 auto;
	top: 100px;
}

.content_h1
{
	position: relative;
	font-size: 30px;
	width:100%;
	color: #000000;
	margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 30px;
	border-bottom:2px solid black;
	font-family: 'open_sansregular';
	text-transform: uppercase;
}

.editor_description
{
	font-family: 'open_sansregular';
	font-size:15px;
	margin:20px 0px;
}

.content_h2 
{
	position: relative;
	font-size: 13px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

.content_h3 
{
	position: relative;
	font-size: 12px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}


.custom_actions
{
	position: relative;
	width: 100%;
	color: #000000;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
}


	.custom_actions ul
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	.custom_actions li
	{
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		border: solid 2px #ddd;
		border-radius: 5px;
		padding-left: 4px;
		padding-right: 4px;
		cursor: pointer;
	}
	
	.custom_actions li:first-child
	{
		margin-left: 0px;
	}
	
	.custom_actions li:hover
	{
		background-color: #f7f7f7;
	}	

	.custom_actions a
	{
		text-decoration: none;
		color: inherit;
	}

	
.backendDialog
{
	font-size: 13px !important;
}

	.backendDialog .ui-dialog-content
	{
		padding: 1em 1em;
	}

	.backendDialog .ui-dialog-content .ui-icon
	{
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
	
.filemanager_header
{
	position: relative;
	font-size: 17px;
	margin-bottom: 10px;
}

	#image_container
	{
		position: relative;
		margin-top: 15px;
		border: solid 2px #cecece;
		min-height: 152px;
		padding: 5px;
		overflow: hidden;
	}
	
	#image_container:empty:before
	{
	    content: 'NO IMAGES';
		line-height: 150px;
		text-align: center;
		font-size: 24px;
		color: #cecece;
		font-weight: bold;
	}
	
		.image
		{
			position: relative;
			float: left;
			width: 150px;
			
			text-align: center;
			border: solid 1px #cecece;
			margin: 0px 10px 10px 0px;
			white-space: nowrap;
		}
		
			.imagefile
			{
				vertical-align: middle;
				max-width: 150px;
				max-height: 100px;
			}
			
			.imagetext
			{
				    width: 96%;
				    height: 35px;
				    float: left;
				    margin-top: 10px;
			}
			
			.helper 
			{
			    display: inline-block;
			    height: 100%;
			    vertical-align: middle;
			}
			
			
			.toolbox
			{
				position: absolute;
				top: 5px;
				right: 5px;
				cursor: pointer;
				z-index: 10;
				width: 37px;
				height: 16px;
				background-color: #ffffff;
				padding: 2px;
			}
			
				.toolbox img
				{
					position: relative;
					float: left;
					width: 16px;
					height: 16px;
				}
				
				.toolbox img:first-child
				{
					margin-right: 5px;
				}
			
	.isTemplate
	{
		display: none;
	}		
	
	
@font-face {
	font-family: 'open_sansregular';
	src: url('../../besc_crud/css/fonts/opensans-regular-webfont.eot');
	src: url('../../besc_crud/css/fonts/opensans-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../../besc_crud/css/fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('../../besc_crud/css/fonts/opensans-regular-webfont.woff') format('woff'),
		url('../../besc_crud/css/fonts/opensans-regular-webfont.ttf') format('truetype'),
		url('../../besc_crud/css/fonts/opensans-regular-webfont.svg#open_sansregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}	
	
.bc_column_actions
{
	position: relative;
	width: 100%;
	color: #000000;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'open_sansregular';
}


	.bc_column_actions ul
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	.bc_column_actions li
	{
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		border: solid 2px #ddd;
		border-radius: 5px;
		padding-left: 4px;
		padding-right: 4px;
		cursor: pointer;
	}
	
	.bc_column_actions li:first-child
	{
		margin-left: 0px;
	}
	
	.bc_column_actions li:hover
	{
		background-color: #f7f7f7;
	}	
	

{
	position:relative;
	overflow:hidden;
	font-size:14px;
}
	
#our_list
{
	width:400px;
	float:left;
	margin-right:30px;
}

#their_list
{
	width:400px;
	float:left;
	
}

#update_cad_btn
{
	position:absolute;
	left:250px;
	top:45px;
	padding:5px;
	text-align:center;
	width: 80px;
	height:20px;
	line-height:20px;
	border:1px solid #000;
	cursor:pointer;
}

.con_box
{
	width: 100%;
	padding-bottom: 180px;
    overflow: hidden;
}

.box
{

	height: 350px;
	width: 33%;
	display: inline-block;
	margin-bottom: 100px;
	position:relative;
}

	.widget_remove
	{
		position:absolute;
		right:8px;
		top:8px;
		cursor:pointer;
	}
		.widget_remove img {
			height: 15px;
			width: 15px;
		}
	
	.box_title
	{
		text-align: center;
		font-weight: bold;
		font-size:18px;
		padding-bottom: 15px;
		border-bottom: 1px solid;
		margin-bottom: 10px;
	}
		.edit_button {
			text-align: center;
		}
	
.box1
{
	height: 350px;
	width: 33%;
	float: left;

}
.boxin
{
	position: relative;
	width: 250px;
	height: 98%;
	margin: 0 auto;
	border: 1px solid black;
	
}

.box_icon
{
	position: relative;
	top: 35px;
}

.box_icon img
{
	position: relative;
	z-index: 10;
}

#menu_right_item
{
	float: right;
	position: relative;
	width:70%;
}

#menu_right_item a
{
	text-decoration: none;

}
#menu_icon
{
	position: absolute;
	top: 10px;
    left: 35px;
	cursor: pointer;
}

  #menu_icon2
  {
  	position: relative;
    top: 30px;
    left: 35px;
    cursor: pointer;
    display: inline-block;
}

#widget_btn
{
/* 	width: 170px; */
    height: 32px;
    position: absolute;
    top: -7px;
    right: 0;
    line-height: 34px;
/*     border: 2px solid #000; */
    text-align: center;
    font-size: 16px;
/*     position: fixed; */
/*
    left: 21%;
    bottom: 1%;
*/
    z-index: 1000;
    background: #fff;
    cursor: pointer;
}

#sorting_list
{
	margin:30px 30px 30px 0px;
	width:600px;
	border:1px solid grey;
}

	.sorting_item
	{
		width:calc(96% - 12px);
		height:20px;
		padding:5px 2%;
		cursor: pointer;
		border:1px solid black;
		margin:5px;
	}
	
	.back_btn
	{
		cursor: pointer;
	    font-size: 22px;
	    margin:20px 0px;
	    text-decoration: none;
	}
	
	.back_btn img
	{
		width: 30px;
		margin-right: 10px;
	}
	
#widget_overlay, #quicklink_overlay, #reset_overlay
{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10000;
	background:rgba(255,255,255,0.98);
	display:none;
	overflow:scroll;
}

	.overlay_close
	{
		position: absolute;
	    color: black;
	    font-size: 35px;
	    top: 30px;
	    right: 30px;
	    cursor: pointer;
	}
	
	.overlay_title
	{
		text-align: center;
	    margin-top: 100px;
	    font-size: 32px;
	}
	
	
	.overlay_content
	{
		position:relative;
		width:400px;
		margin:100px auto;
		
	}
	
	.overlay_content label
	{
	    font-size: 1.2em;
	    line-height: 1.3em;
	    margin-top:20px;
	    display:block;
	}
	
	.overlay_content select
	{
		width: 100%;
	    margin: 10px 1%;
	    height: 32px;
	    font-size: 22px;
	}
	
		.sub_category
		{
			display:none;
		}
		
	#add_widget, #add_quicklink
	{
		width: 396px;
	    height: 32px;
	    margin-top:40px;
	    line-height: 34px;
	    border: 2px solid #000;
	    text-align: center;
	    font-size: 16px;
	    z-index: 1000;
	    background: #fff;
	    cursor: pointer;
	}
	
	#note
	{
		width:100%;
		height:150px;
		border:1px solid black;
		resize:none;
		font-size: 1em;
	}
	
	#icon_select
	{
		overflow: hidden;
    	margin-top: 20px;
	}
	
		.icon_select_item
		{
			display: inline-block;
    		position:relative;
    		margin: 5px;
		    font-size: 0;
		    width: 86px;
		    height: 86px;
		    background-size: 116%;
		    border-radius: 50%;
		    background-repeat: no-repeat;
		    background-position: center;
		    border: 1px solid transparent;
		    box-sizing: border-box;
    	}
		
		.icon_select_item.active
		{
			box-shadow: 0 0 0 2px black;
		}
		
	#yes_reset
	{
		width:100px;
		height:32px;
		line-height:30px;
		border:1px solid black;
		float:left;
		cursor:pointer;
		text-align:center;
		margin-top:40px;
	}
	
	#no_reset
	{
		width:100px;
		height:32px;
		line-height:30px;
		border:1px solid black;
		float:right;
		cursor:pointer;
		text-align:center;
		margin-top:40px;
	}
	
	#reset_error
	{
		width:100%;
		text-align:center;
		clear:both;
		position:relative;
		top:40px;
		display:none;
	}
	
section
{

	margin: 50px 20px 45px 20px;
}

section article
{
	position: relative;
	height: 60%;
}
article a
{
	color: black;
}
.box_content
{
	height: 215px;
}
	.box_content h2 {
		text-align: center;
	}
	.box_content + a {
		margin: 0 auto;
	}

#menu_close
{
	position: relative;
    float: right;
    color: white;
    font-size: 35px;
    top: 30px;
    right: 30px;
    cursor: pointer;	
}

.menu_icons {
	display: inline-block;
}

#menu_list
{
	position: relative;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid white;
}

#menu_list ul
{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 24%;
	position: relative;
	padding-right: 20px;
    box-sizing: border-box;
}

#filemanPanel
{
	z-index:100000;
}


#tour_guides{
	position: relative;
	top: 100px;
	width: 90% !important;
}

	#tour_guides_info, #tour_guides_paginate{
		position: relative;
		margin: 100px;
	}

#tour_guides td { text-align: center; }

.selected_guides_block{
	position: relative;
	top: 80px;
	left: 5%;
	width: 50px;
    z-index: 100;
    text-align: right;
}

.guides_buttons{
	margin-left: 10px;
    position: relative;
    top: 80px;
    z-index: 100;
    float: right;
    right: 5%;
    cursor: pointer;
    
}

#valid_time{
    width: 50px;
    margin-right: 20px;

}

#selected_guides{
    margin-right: 20px;
    width: 200px;
}

.sound_checkbox{
	width: auto !important;
	position: relative;
	top: 9px;
}

#type_of_upload {
	margin-bottom: 10px;
}

#upload_category {
	width: 100%;
	height: 35px;
	font-size: 1em;
}

.form_holder {
    width: 450px;
    margin: 30px auto 0px auto;
    position: relative;
    padding-bottom: 150px;
}

.overlay_input {
    background: none;
    color: rgb(12, 11, 11);
    width: 100%;
    border: 0px;
    border: 1px solid rgb(17, 16, 16);
    margin: 10px 0px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 10px;
    height: 35px;
}

#loader_overlay{
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
    z-index: 100000;
    display: none;
    
	background-color: rgba(255, 255, 255, 0.95);
}

#convert_text
	{
		width:100%;
		text-align:center;
		margin:20% auto;
        font-size:16px;
        
	}

.tags_block_header{
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'open_sansbold';
}

.filter_tags{
    position: relative;
    height: 33px;
    width: 100%;
    margin: 4px 4px;
}

.filter_tags_input{
    width: 100%;
    border: solid 1px black;
    height: 30px;
    font-size: 14px;
    padding: 1px 3px;
    box-sizing: border-box;
}

.tags_block{

    background-color: white;
    position: relative;
    border: solid 1px #ddd;
    padding: 5px;
    overflow-y: auto;
    border-radius: 5px;
    min-height: calc(30px);

}

.tags_span{
    float: left;
    font-size: 13px;
    cursor: pointer;
    margin: 4px;
    overflow: hidden;

    position: relative;
    padding: 2px 6px;
    color: #000000;
    margin-right: 4px;
    display: inline-table;
    margin-bottom: 2px;
}

#upload_step_2 {
    display: none;
    width: 450px;
    margin: 80px auto 0px auto;
    position: relative;
    padding-bottom: 150px;
}

#upload_loader
{   
    width:100%;
    text-align:center;
    margin: 0 auto 20px;
    display: none;
}

#type_of_upload label {
	margin-right: 20px;
}

#image_input {
	height: 35px;
	margin: 10px 0;
	font-size: 1em;
	width: 50%;
}

#weiter_image_btn
    {
        text-align:center;
        font-size: 16px;
        width:148px;
        height:32px;
        line-height: 32px;
        border:2px solid black;
        position: absolute;
        right:0px;
        cursor:pointer;
    }

    #save_image_btn
    {
        text-align:center;
        font-size: 16px;
        width:148px;
        height:32px;
        line-height: 32px;
        border:2px solid black;
        position: absolute;
        right:0px;
        cursor:pointer;
    }

    #cancel_image_btn
    {
        text-align:center;
        font-size: 16px;
        width:148px;
        height:32px;
        line-height: 32px;
        border:2px solid black;
        position: absolute;
        left:0px;
        cursor:pointer;
    }
    textarea.overlay_input {
        border: 1px solid rgb(17, 16, 16);
        resize: none;
        height: 160px;
        margin: 50px 0px;
        width: 100%;
        padding: 5px 0px 5px 5px;
    }
    #upload_error
	{
		display:none;
		margin-bottom:20px;
	}
    


    #upload_success
	{
		margin-top: 35px;
		text-align: center;
		display:none;
    }
    
    #datenschutz_text{
        font-family: 'equitan_sanssemibold';
        font-size: 18px;
    }
 
.back_button {
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1000;
    font-size: 22px;
    margin-top: 20px;
}

	.back_button img {
	    width: 30px;
	    margin-right: 20px;
	}
	
	


/* ============================================================*/
/* =======================FILE MANAGER=========================*/
/* ============================================================*/

.dataTables_wrapper {
/* 	background-color: #e9e9e9; */
}

table.dataTable th {
	background-color: white;
}

table#images {
	border-top: 10px solid white;
	max-width: 100%;
	font-size: 12px;
}

table#images td {
	padding: 10px;
}

table.dataTable td img {
	max-width: 300px;
	max-height: 300px;
	height: auto!important;
	width: auto!important;
}

.dataTables_length {
	margin: 10px 0;
}
	.dataTables_length select {
		font-size: 1em;
		border: 1px solid #ddd;
		border-radius: 3px;
	}

table#images thead th {
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	text-align: left;
	vertical-align: middle;
	padding:10px
}

	table#images thead th:not(:last-child) {
		border-right: 1px solid;
	}

table#images tbody td {
	background-color: white;
	vertical-align: middle;
	border-left: none;
	border-right: none;
}
	
	table#images tbody td:not(:last-child) {
		border-right: 1px solid;
	}
	

.fm-push {
	height: 20px;
	display: block;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none!important;
}

table.dataTable thead .sorting_asc {
	background-image: url('../img/arrow_down.png')!important;
	background-position: calc(100% - 5px) center!important;
	background-repeat: no-repeat!important;
	background-color: #f1f1f1;
}

table.dataTable thead .sorting_desc {
	background-image: url('../img/arrow_up.png')!important;
	background-position: calc(100% - 5px) center!important;
	background-repeat: no-repeat!important;
	background-color: #f1f1f1;
}






	
	
	
	
	
	
	
	
	
	
	
/******************* RESPONSIVE *************************/

@media screen and (max-width: 1380px) {
	.box1, .box {
		width: 48%;
	}
}    
/*
@media screen and (min-width: 880px) and (max-width: 1290px)
{

	.box1, .box
	{
		height: 350px;
		width: 48%;
		float: left;
		margin-top: 60px;
	}

}



@media screen and (max-width: 880px)
{

	.box1, .box
	{
		height: 350px;
		width: 90%;
		float: left;
		margin-top: 60px;
	}

}
*/




