/*MENU FONT*/
@font-face {
    font-family: 'menu_font';
    src:    url('../fonts/menu_font.eot?liwk7i');
    src:    url('../fonts/menu_font.eot?liwk7i#iefix') format('embedded-opentype'),
        url('../fonts/menu_font.ttf?liwk7i') format('truetype'),
        url('../fonts/menu_font.woff?liwk7i') format('woff'),
        url('../fonts/menu_font.svg?liwk7i#menu_font') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'menu_font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
	display: block;
    width: 25px;
    height: 25px;
    float: left;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}
.icon-category:before {
    content: "\e901";
}
.icon-logout:before {
    content: "\e902";
}
.icon-settings:before {
    content: "\e903";
}
.icon-search:before {
    content: "\e904";
}
.icon-time:before {
    content: "\e905";
}
/*ENDE MENU FONT*/

/*OPTION FONT*/
@font-face {
    font-family: 'option_font';
    src:    url('../fonts/option_font.eot?c5ls35');
    src:    url('../fonts/option_font.eot?c5ls35#iefix') format('embedded-opentype'),
        url('../fonts/option_font.ttf?c5ls35') format('truetype'),
        url('../fonts/option_font.woff?c5ls35') format('woff'),
        url('../fonts/option_font.svg?c5ls35#option_font') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="option-"], [class*=" option-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'option_font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 3px;
    font-size: 12px;
    cursor: pointer;
}

.option-edit:before {
    content: "\e900";
}
.option-documents-empty:before {
    content: "\e901";
}
.option-history:before {
    content: "\e902";
}
.option-print:before {
    content: "\e903";
}
.option-documents:before {
    content: "\e904";
}
.option-save:before {
    content: "\e905";
}
.option-maintenance_intervals1:before {
    content: "\e906";
}
.option-maintenance_intervals2:before {
    content: "\e907";
}
.option-download:before {
    content: "\e908";
}
.option-add:before {
    content: "\e909";
}
.option-delete:before {
    content: "\e90a";
}
.option-deactivate:before {
    content: "\e90b";
}
.option-activate:before {
    content: "\e90c";
}
.option-arrow-up:before {
    content: "\e90d";
}
.option-arrow-right:before {
    content: "\e90e";
}
.option-arrow-down:before {
    content: "\e90f";
}
.option-arrow-left:before {
    content: "\e910";
}
.option-circle-up:before {
    content: "\e911";
}
.option-circle-right:before {
    content: "\e912";
}
.option-circle-down:before {
    content: "\e913";
}
.option-circle-left:before {
    content: "\e914";
}
.option-today:before {
    content: "\e915";
}
.option-info:before {
    content: "\e916";
}

[class^="action-"], [class*=" action-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'option_font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 3px;
    font-size: 24px;
    cursor: pointer;
}

.action-edit:before {
    content: "\e900";
}
.action-documents-empty:before {
    content: "\e901";
}
.action-history:before {
    content: "\e902";
}
.action-print:before {
    content: "\e903";
}
.action-documents:before {
    content: "\e904";
}
.action-save:before {
    content: "\e905";
}
.action-maintenance_intervals1:before {
    content: "\e906";
}
.action-maintenance_intervals2:before {
    content: "\e907";
}
.action-download:before {
    content: "\e908";
}
.action-add:before {
    content: "\e909";
}
.action-delete:before {
    content: "\e90a";
}
.action-deactivate:before {
    content: "\e90b";
}
.action-activate:before {
    content: "\e90c";
}
.action-arrow-up:before {
    content: "\e90d";
}
.action-arrow-right:before {
    content: "\e90e";
}
.action-arrow-down:before {
    content: "\e90f";
}
.action-arrow-left:before {
    content: "\e910";
}
.action-circle-up:before {
    content: "\e911";
}
.action-circle-right:before {
    content: "\e912";
}
.action-circle-down:before {
    content: "\e913";
}
.action-circle-left:before {
    content: "\e914";
}
.action-today:before {
    content: "\e915";
}
.action-info:before {
    content: "\e916";
}
/*ENDE OPTION FONT*/

* {
	margin: 0;
	pading: 0;
}

html, body {
	height: 100%;
	min-width: 700px;
	font-family: 'Montserrat', 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	/*color: #575756;*/
}

* html #wrapper {
	height: 100%;
}

.div_table {
    	display: table;
    	width: 100%;
}
.div_table_row {
    	display: table-row;
}
.div_table_cell {
    	display: table-cell;
}

#loading_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9999999;
	/*visibility: hidden;*/
	display: none;
}

#loading_overlay img{
	opacity: 1;
	margin: auto;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.content {
	padding: 0px;
}

.header{
	min-height: 120px;
	padding: 15px 50px 0px 50px;
	border-bottom: solid 2px #c5c6c6;
}

#logo{
	width: 145px;
	float: right;
}

#headline_menu{
	min-width: 200px;
	overflow: auto; 
	/*text-align: right;*/
	float: left;
	/*background-color: red;*/
	/*height: 100px;*/
}

.select_anlage_motor_table{
	float: right;
}

#logged_in_info{
	/*float: right;*/
	padding: 0px 0px 10px 0px;
}

#main_menu {
	font-size:14px;
	font-weight: 400;
	/*position:absolute;
	top: 121px;*/
	float: left;
	margin-bottom: -1px;
}

#main_menu nav ul {
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}

#main_menu nav ul ul{
	z-index: 9999;
	/*max-height: 300px;
	/*overflow-x:hidden;
	overflow-y:auto;*/
}

nav {
	/*margin: 100px auto; */
	text-align: center;
	padding: 0px;
	margin: 0px;
}

nav a{
	width:180px;
	text-align:center;
}

nav a img{
	padding: 2px 5px 3px 0;
	vertical-align: middle;
}

nav ul ul {
	display: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	padding: 0px;
	margin: 0px;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
nav ul li a:hover {
}
nav ul li:hover a {
	padding:1px 5px;
	border:1px solid #c5c6c6;
	border-collapse: collapse;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	line-height: 25px;
}

nav ul li a {
	padding:1px 5px;
	display: block;
	border:1px solid #c5c6c6;
	border-collapse: collapse;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	line-height: 25px;
}
		
	
nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}
nav ul ul li {
	float: none; 
	/*border:1px solid #c5c6c6;*/
	position: relative;
}
nav ul ul li a{
	text-align: left;
}
nav ul ul li:hover{
}
nav ul ul li a {
	padding: 15px 40px;
}	
nav ul ul li a:hover {
}
	
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
nav ul ul ul li a {
	text-align: left;
}
nav .active_mainmenu{
}

nav .mainmenu_disabled a{
}

.content_output{
	padding: 15px 50px 35px 50px;
	/*position: absolute;*/
	/*letter-spacing: 0.5px;*/
}

.option_icon{
	vertical-align: middle;
	margin-bottom: 6px;
	padding-left: 10px;
}

/* BREADCRUMB */			
.breadcrumb_list
{
	list-style: none;
	padding: 0 0 30px 0;
	margin: 0;
}

.breadcrumb_list li
{
	/*display: inline;*/
	float: left;
	font-size: 12px;
	padding: 0 20px 0 0;
	margin: 0;
}

.breadcrumb_list a{
	text-decoration: none;
}

.breadcrumb_list li:first-child { list-style-image: none; }

/*IE workaround*/
/*All IE browsers*/
* html .breadcrumb_list li
{
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .breadcrumb_list { height: 1%; }

* html .breadcrumb_list li
{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .breadcrumb_list li:first-child { background-image: none; }
/* BREADCRUMB ENDE */

.no_tabs_area{
	padding:15px;
	border:1px solid #c5c6c6;
	font-size: 14px;
	font-weight: 400;
	overflow: auto;
	position: relative;
}

.no_tabs_option{
	float: right;
	padding-right: 5px;
	margin-top: -30px;
	/*background-color: red;*/
}

.no_tabs_option a{
	text-decoration: none;
}

/* TABS */
.tabbed_area {
	/*border:1px solid #494e52;*/
	/*background-color:#636d76;*/
	/*padding:8px;*/
	padding-top: 20px;
}

.tabs_option{
	float: right;
	padding-right: 5px;
	margin-top: -40px;
	z-index: -15;
}

.tabs_option a{
	text-decoration: none;
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:0px;
	margin-bottom:7px;
	float: left;
}

ul.tabs li {
	list-style:none;
	display:inline;
	padding: 0px;
	margin-left: -5px;
}

ul.tabs li:first-child {
	margin-left: 0px;
}

ul.tabs li a {
	padding:6px 14px 6px 14px;
	text-decoration:none;
	font-size:14px;
	font-family: 'Montserrat', 'Oswald', Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	/*text-transform:uppercase;*/
	border:1px solid #c5c6c6;
}

ul.tabs li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

ul.tabs li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

ul.tabs li a:hover {
}

ul.tabs li a.active {
}

.tab_content {
	background-color:#ffffff;
	padding:15px;
	border:1px solid #c5c6c6;
	display:none;
	font-size: 14px;
	font-weight: 400;
	/*overflow-x: scroll;
	overflow-y: initial;*/
	/*letter-spacing: 0.5px;*/
}

.tab_content_inner {
	width:  100%;
	overflow-x: auto;
	background-color:#ffffff;
	font-size: 14px;
	font-weight: 400;
}

.first_tab{
	display: block;
}

.tab_content h2{
	display: block;
	width: 100%;
	padding: 5px 15px 5px 15px;
	margin: -15px 0 15px -15px;
	font-weight: 400;
	font-size: 16px;
}
/* TABS ENDE */

/* TAB TABLE */
.tab_inner_table{
	width: 100%;
	border: 0px;
}

.tab_inner_table td{
	padding: 5px;
	border-bottom: solid 1px #EBEBEB;
	font-size: 12px;
}

.tab_inner_table_header{
	background-color: #EBEBEB;
	color: #4A4B50;
}

.tab_inner_table_header img{
	vertical-align: middle;
}
/* TAB TABLE ENDE */

/* SEPERATOREN */
.horizontal_seperator{
	border: solid 3px #EBEBEB;
	margin: 25px 0 25px 0;
}
/* SEPERATOREN ENDE */

/* KALENDER TABLE */
.kalender_table{
	width: 100%;
}

.dienstkalender_cell{
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	/*background-color: #FFFFCD;*/
	color: #4A4B50;
	border-bottom: solid 3px #EBEBEB;
	border-right: solid 1px #EBEBEB;
	/*position: relative;*/
}

.mitarbeiter_cell{
	text-align: left;
	width: 200px;
}
/* KALENDER TABLE ENDE */

/* EDIT CELL CONTENT */
.edit_cell_content{
	display: inline block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: right;
	padding: 0px;
	margin: 0px;
	vertical-align:middle;
}

.editable_input_hidden{
	display: none;
}
/* EDIT CELL CONTENT ENDE */

/* TAGEBUCH TABLE */
.tagebuch_table{
	width: 100%;
	border-spacing: 0px;
    /*border-collapse: separate;*/
}

.tagebuch_table td{
	padding: 5px;
	border: solid 1px #EBEBEB;
	font-size: 12px;
}

.tagebuch_table td img{
	cursor: pointer;
}

.tagebuch_table_header td{
	background-color: #EBEBEB;
	color: #4A4B50;
	border: solid 1px #FFFFFF;
}

.tagebuch_table_header td img{
	cursor: default;
}

.tagebuch_table_header_cell{
	cursor: pointer;
}

.editable_row_value{

}

.editable_row_input{
	display: none;
}
/* TAGEBUCH TABLE ENDE */

/* TOOLTIP */
.tooltip{
	font-size: 12px;
	text-align: left;

	padding: 3px;
	
	position: absolute;
	top: 30px;
	left: 30px;
	
	background-color: #F8F8F8;
	border: solid 1px #C5C6C6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	z-index: 999999;
	
	display: none;
	
	color: #000000;
}
/* TOOLTIP ENDE */

/* SLIDEOUT */
.slideout_area{
	display: block;
	width: 100%;
	padding-top: 20px;
	/*overflow: hidden;*/
}

.tab_content .slideout_area{
	padding-top: 0px;
}

.slideout_content{
	display: none;
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
	padding: 5px;
}

.slideout_header{
	background-repeat: no-repeat;
	background-position: right;

	display: block;
	/*width: 100%;*/
	padding: 5px;
	/*margin: -10px;*/
	/*margin: -10px 0 10px -10px;*/
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
}

.slideout_header .out{
	background-repeat: no-repeat;
	background-position: right;
}

.slideout_header .in{
	background-repeat: no-repeat;
	background-position: right;
}
/* SLIDEOUT ENDE */

/* CONTENT BOX */
.middle_content_box{
	display: block;
	width: 350px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -175px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px #888888;
	padding: 10px;
	text-align: center;
}

.middle_content_box a, a:hover, a:visited{
	/*color: #aeca1c !important;*/
}
/* CONTENT BOX ENDE */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 25px;
	background-color: #575756;
	color: #FFFFFF;
	padding: 0px;
}

.footer_content{
	padding: 0 50px 0 50px;
	font-size: 12px;
	color: #c5c6c6;
}

#footer_copyright{
	font-size: 10px;
	color: #9c9c9c;
	float: left;
}

#footer_copyright a{
	color: #9c9c9c;
}

.footer_texte{
	min-width: 500px;
	overflow: auto;
	text-align: right;
}

.footer_texte a{
	color: #c5c6c6 !important;
}

.footer_texte a:hover{
	color: #c5c6c6 !important;
}

.footer_texte a:visited{
	color: #c5c6c6 !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}