body {
	background: #ffffff;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	margin: 0 auto;
	height: 100%;
}

h1, h2, h3, h4, h5, p, a {
    color: #716f70;
}

table {
    border-spacing: 0;
}

b, strong {
	font-weight: 600;
}

.error {
	color: #f00d00;
}

.btn, input[type=submit], input[type=button], input[type=reset] {
	background: #f0f0f0;
	color: #3d3c3d;
	border: none;
}

input[type=text], select, input[type=password], input[type=number] , textarea, fieldset {
	background:#f0f0f0;
	border: none;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 6px 6px;
    box-sizing: border-box;
    width: 100%;
}

.btn, input[type=submit], input[type=button], input[type=reset] {
	padding: 6px 20px;
}

input[type=checkbox] {
	display:none;
}

.radio {
    padding: 1px 0;
    display: block;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio input:checked + .radio_outer {
    border: 1px solid #f00d00;
}

.radio input:checked + .radio_outer .radio_inner {
	background-color: #f00d00;
	width: 6px;
	height: 6px;
	display: block;
	margin: 3px 0px 0px 3px;
	border-radius: 50%;
	border: 1px solid #f00d00;
}

.radio input:hover + .radio_outer .radio_inner {
	background-color: #f00d00;
	width: 6px;
	height: 6px;
	display: block;
	margin: 3px 0px 0px 3px;
	border-radius: 50%;
	border: 1px solid #f00d00;
}

.radio .radio_outer {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	margin: 0 5px 0 0;
}

input[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	width: 13.5px;
	height: 13.5px;
	vertical-align:middle;
	margin-right: 8px;
	border: 1px solid #d2d2d2;
}

input[type=checkbox]:checked + label:before {
	content:"\f00c";
	font-family: FontAwesome;
	color: #f00d00;
	text-align:center;
	line-height:15px;
	border: 1px solid #f00d00;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 5.5px 0;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 0px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
	background: #d2d2d2;
	border-radius: 0px;
	border: 0.1px solid rgba(1, 1, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid rgba(0, 0, 0, 0);
	height: 11px;
	width: 11px;
	border-radius: 50px;
	background: #f00d00;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(247, 250, 235, 0.79);
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 0px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
	background: #d2d2d2;
	border-radius: 0px;
	border: 0.1px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid rgba(0, 0, 0, 0);
	height: 11px;
	width: 11px;
	border-radius: 50px;
	background: #f00d00;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 0px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.79);
	border: 0.1px solid rgba(1, 1, 1, 0);
	border-radius: 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
	background: #d2d2d2;
	border: 0.1px solid rgba(1, 1, 1, 0);
	border-radius: 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid rgba(0, 0, 0, 0);
	height: 11px;
	width: 11px;
	border-radius: 50px;
	background: #f00d00;
	cursor: pointer;
	height: 0px;
}
input[type=range]:focus::-ms-fill-lower {
	background: #d2d2d2;
}
input[type=range]:focus::-ms-fill-upper {
    background: #d2d2d2;
}

span.pageIcon, subtitle, mainmenu, submenu, subaction {
	display:none;
}

.btn, span.apply, span.close {
	cursor: pointer;
}

label {
    font-size: 12px;
}

.selector{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	background:transparent;
	border: 0;
	padding: 6px 25px 6px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index:2;
	width: 100%;
}

.selectbox{
	position:relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	padding: 4.5px 0;
	background:#f0f0f0;
	z-index:0;
}

.selectbox:after{
	content: "\f107";
	font-family: FontAwesome;
	color: #f00d00;
	position:absolute;
	right: 15px;
	top: 6px;
}

.orderfield:after{
	content: "\f0dc" !important;
	top: 7px;
}

.selectbox {
    display: inline;
}

.separator {
	border: none;
	border-bottom: 1px solid #d2d2d2 !important;
}

.content_buttons {
    position: absolute;
    right: 53px;
    top: 8px;
    margin: 0 !important;
}

}
.content_buttons .dropdown{
    display: none !important;
}

.action, .actionlabel {
	cursor: pointer;
}

.hideMobile {
	display: none;
}


.red {
	color: #FF0000 !important;
}

.yellow {
	color: #E8CC00 !important;
}

/* HELPER
--------------------------------------------- */
.max-content-width {
	padding: 0;
}

/* to change state
--------------------------------------------- */
.down, .up{
	position: relative;
}

.down:after {
	content: "\f107";
    font-family: FontAwesome;
	font-size: 22px;
    position: absolute;
	right: 0;
}

.up:after {
	content: "\f106";
    font-family: FontAwesome;
	font-size: 22px;
    position: absolute;
	right: 0;
}



.down::after, .up::after {
	color: #f00d00;
}


/* MAIN
--------------------------------------------- */

#container {
    max-height: 100%;
    overflow: hidden;
}

/* ASIDE (HEADER)
--------------------------------------------- */
header {
	display: none;
}

aside {
	background: #fff;
}


.ham {
	float: left;
	cursor: pointer;
	padding: 16px 0 0 0;
}

.ham i {
    font-size: 20px;
}

.m2_mobile_button {
	float:left;
	padding: 11px 0 0 15px;
}

.m2_mobile_button span.m2 {
	display:block;
	font-size: 20px;
}

.mobile_header {
  	background: #fff;
	height: 45px;
	width: 100%;
	position: relative;
	padding: 0 10px;
	border-bottom: solid 2px #ebe8e8;
}

.main_title {
	float: left;
	margin: 0;
    padding: 12px 0 0 20px;
	color: #848283;
	font-weight: 300;
	font-size: 21px;
	display: none;
}

.mobile_menu_action_toggle, .open_box_mobile_toggle {
    width: 30px;
    display: inline-block;
    float: right;
    margin: 9px 20px 0 10px;
    padding: 4px 0;
    background:#f7f6f6 none repeat scroll 0 0;;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 2px 0 10px;
	padding: 6.5px 0;
}

/* MENÜ
--------------------------------------------- */
.mobile_menu {
    padding: 0 0 10px;
}

.mobile_menu_title {
    height: 35px;
    display: block;
    margin: 0;
    padding: 10px 0 0 47px;
    border-bottom: 2px solid #ebe8e8;
    font-size: 21px;
    font-weight: 300;
}

.mobile_menu_user {
    font-size: 14px;
}

.mobile-short-access {
    padding: 20px 10px 0 25px;
}

#debugbar, .m2, .short-access .dropdown span i{
    display: none;
}


.dropdown span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #f00d00;
    padding: 0 0 9px 0;
	text-decoration: none;
}

.dropdown span a {
    font-size: 14px;
    color: #f00d00;
	text-decoration: none;
}

.aside_outer_menu {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 240px;
}

.aside_inner {
	background: rgba(0,0,0, 0.3);
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
    left: 0;
	overflow: hidden;
	display: none;
    z-index: 9999;
}

.aside_inner::-webkit-scrollbar {
	display: none;
}

.aside_inner_menu {
    background: #ffffff;
    height: 100%;
    width: 256px;
    position: absolute;
	overflow-x: hidden;
	overflow-y: scroll;
}

.aside_inner_menu .mobile_menu .ham {
    padding: 16px 0 0 10px;
}

.nav, .tab_nav_wrap_master {
	width: 240px;
}

nav {
	padding: 0 0 0 25px;
}

.menu {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d2d2d2;
}

.menu li {
	position: relative;
    cursor: pointer;
}

.nav .menu li:active {
	background-color: #ffffff;
	color: #f00d00;
}

.menu li span {
	border-bottom: 1px solid #d2d2d2;
	color: #f00d00;
}


.menu li i{
	color: rgba(184,183,183, 1) !important;
}

.menuItem {
    font-size: 15px;
}

.menu li:last-child span{
	border: none !important;
}

.menu li ul li:first-child {
	margin: 0;
}

.menu li span, .menu li ul li span {
	display: inline-block;
	width: 155px;
	padding: 9px 0;
}

.menu li i, .menu li ul li i {
    width: 35px;
	display: inline-block;
    font-size: 16px;
}


.menu li ul{
	display: none;
	padding: 0;
}

.u_nav ul li:active {
	background-color: #ffffff;
	color: #f00d00;
}

.nav ul.menu li:hover, .nav ul.menu li:hover i, .nav ul.menu li:hover span{
	color: #f00d00 !important;
}

.nav ul.menu li:hover ul li i{
	color: rgba(184,183,183, 1) !important;
}

.nav ul.menu li ul li:hover, .nav ul.menu li ul li:hover i, .nav ul.menu li ul li:hover span{
	color: #f00d00 !important;
}

/* Menü Historie
--------------------------------------------- */
.tab{
	color:#313131;
}

.tab_active {
	color:#313131;
}

.tab:hover{
	color: #f00d00;
}

.tab_nav ul li:hover li {
	color: #f00d00;
}


.tab_nav_wrap_master {

}

.historyMain{
    font-size: 14px;
}

.tab_nav_wrap_master ul{
	padding: 36px 10px 20px 25px;
	margin: 0;
}

.tab_nav_wrap_master ul li{
	list-style: none;
}

.historyMain {
	display: block;
	position: relative;
}

.historyMain::after {

}

.tab_nav_wrap_master ul li span.historyHeader {
	color: #f00d00;
}


.tab_nav_wrap_master ul li:hover {
	color: #f00d00 !important;
}

.historyMain {
    border-bottom: 1px solid #d2d2d2;
    height: 30px;
}

.tab_nav_wrap_master ul li i {
    width: 35px;
	display: inline-block;
	font-size: 22px;
	text-align: right;
}

.tab_nav_wrap_master ul li ul{
	padding: 0;
	display: none;
}

.tabHistory li i, .tabHistory li span {
	vertical-align: top;
}

.tabHistory li span {
    display: inline-block;
    height: 21px;
    margin: 0;
    overflow: hidden;
    padding: 9px 0 9px 0;
    white-space: nowrap;
    width: 159px;
    border-bottom: 1px solid #d2d2d2;
	cursor: pointer;
}

.tab_nav_wrap_master ul li ul li i {
    width: 35px;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	padding: 9px 0 9px 0;
}

.tab_nav_wrap_master ul li ul li i:last-child {
    width: 11px;
	text-align: right;
}

.down::after, .up::after {
	color: #f00d00;
}

.tab_nav_wrap_master ul li ul li{
	color: #f00d00;
}

.tab_nav_wrap_master ul li ul li i{
	color: rgba(184,183,183, 1);
}

.tab_nav_wrap_master ul li ul li:hover, .tab_nav_wrap_master ul li ul li:hover i, .tab_nav_wrap_master ul li ul li:hover span{
	color: #f00d00 !important;
}

.close {
	float: right;
	width: auto;
	text-align: right;
}

/* MENÜ Action
--------------------------------------------- */
.mobile_menu_action {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    display: none;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mobile_menu_action_inner{
    background: #fff;
    height: 100%;
    width: 240px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 999;
}

.mobile_menu_action_content{
    background: #fff;
    height: 100%;
    width: 256px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;

}

.mobile_menu_action_content .mobile_menu_action_close {
    cursor: pointer;
    float: right;
    padding: 16px 10px 0 0;
}

.mobile_menu_action_content .mobile_menu_action_close i{
    font-size: 20px;
}

.mobile_menu_action_content .mobile_menu_title {
    height: 35px;
    display: block;
    margin: 0;
    padding: 10px 0 0 47px;
    border-bottom: 2px solid #ebe8e8;
    font-size: 21px;
    font-weight: 300;
}

.mobile_menu_action_content .content_buttons {
    width: 100%;
    padding: 20px 0 0 0;
    position: relative;
    top: inherit;
    right: inherit;
}

.mobile_menu_action_content .content_buttons .mobile_menu_action_button {
    font-size: 14px;
    color: #585858;
    cursor: pointer;
}

.mobile_menu_action_content .content_buttons .mobile_menu_action_button .action {
    margin: 10px 2px 0 10px;
}

.mobile_menu_action_button::after {
    clear: both;
    content: "";
    display: block;
}

.mobile_menu_action_content .content_buttons .mobile_menu_action_button .action {
    float: left;
}

.mobile_menu_buttons {
	display: block;
    position: absolute;
    right: 0;
    top: 8px;
    margin: 0 !important;
	padding-right: 10px;
}

.hidden_mobile_menu_buttons {
	display: none;
	position: absolute;
	z-index: 999;
	max-height:calc(100% - 65px);
	overflow-y:auto;
	background: #fff none repeat scroll 0 0;
    right: 0;
	top: 48px;
    padding: 5px 10px 10px;
    text-align: left;
    width: 300px;
}

.hidden_mobile_action_button {
	text-align: left;
	 color: #4c8ea4;
}

.hidden_mobile_menu_buttons .mobile_buttons_right {

}

.hidden_mobile_action_button .action_label {
	border-bottom: 1px solid rgba(227, 226, 226, 1);
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 10px 0;
    width: 199px;
}

.content_buttons {
	display:none;
}

.mobile_menu_action_content .content_buttons .mobile_menu_action_button .menu_action_label {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    padding: 10px 10px 10px 0;
    margin: 0 0 0 50px;
}

.open_box_mobile {
	display: none;
	position: absolute;
	z-index: 999;
	max-height:calc(100% - 65px);
	overflow-y:auto;
	background: #fff none repeat scroll 0 0;
    right: 0;
	top: 48px;
    padding: 5px 10px 10px;
    text-align: left;
}

/* Content
--------------------------------------------- */
section {
    width: 100% !important;
}

article {
    /*overflow-y: scroll;*/
    overflow: hidden;
}

.site_content {
    height: auto !important;
}

.content_content {
    padding: 0 0 20px 0;
}

.row {
    height: auto !important;
}

.row:after{
	clear: both;
	content: "";
    display: block;
	visibility: hidden;
}

.col {
	float: left;
}

.col:after{
	clear: both;
	content: "";
    display: block;
	visibility: hidden;
}

.col.full {
	float: none !important;
	width: 100% !important;
}

.col_1 {
	width: 100%;
}

.col_2 {
	width: 100%;
}

/*.col_sep_2 {
	width: 10%;
	height: 10px;
}*/

.col_3 {
	width: 100%;
}

/*.col_sep_3 {
	width: 5%;
	height: 10px;
}
*/
.col_4 {
	width: 100%;
}

/*.col_sep_4 {
	width: 5%;
	height: 10px;
}*/


.col_5 {
	width: 100%;
}

/*.col_sep_5 {
	width: 5%;
	height: 10px;
}*/

subtitle, .pageIcon, mainmenu, submenu, .content_submenu, .site_content_head .content_buttons .dropdown  {
    display: none !important;
}


/* FILTER
--------------------------------------------- */

.listfilter .filter {
    width: auto !important;
	padding: 5px 0 5px 0;
}

.listfilter .col.filter {
    display: none;
}


.listfilter .col.filter.right {
    display: block;
}

.listfilter .filter p {
    margin: 0 0 5px;
}

.listfilter .filterbtn {
    width: 100% !important;
    padding: 0 10px !important;
}

.listfilter .databox {
    border: 1px solid #ed6b11;
    padding: 0 6px;
}

.listfilter .list_filter.row {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #d2d2d2;
}

.listfilter .list_sort.row {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #d2d2d2;
}

.listfilter .list_info.row{
    padding: 10px 10px 10px 10px;
}

.listselection .list_actionbar {
	display: none;
}

.listselection .list_actionbar.row {
	padding: 10px;
}

.listselection .list_actionbar.row .btn {
	display: inline-block;
	margin-bottom: 5px;
}

.list_actionbar.row .filter {
    width: auto !important;
	padding: 5px 10px 5px 0;
}

.listfilter .list_sort {
	display: none;
}

.listfilter .list_sort .selectboxouter {
    width: 100%;
    margin: 5px 0;
    display: inline-block;
}

.listfilter .filterbtn .btn {
    width: calc(100%/2 - 2*5px) !important;
    margin: 5px 0 0 0;
}

.listfilter .filterbtn .btn:first-child {
    margin: 5px 10px 0 0;
}

/* DatenListe
--------------------------------------------- */
/*.listselection .list_content. {
    height: auto !important;
}

.listselection .liste.data {
    height: auto !important;
}*/
.listselection .dataList {
    width: 100%;
}

.listselection .dataList tr td:first-child {
    width: inherit !important;
}

.listselection .dataList tr td {
    /*width: auto !important;*/
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0 20px 0;
    vertical-align: top;
}

.listselection .dataList tr td:first-child {
    padding: 20px 0 20px 10px;
}

.listselection .dataList tr td:last-child {
    padding: 20px 20px 15px 0;
}

.dataList tr.selected td {
	font-weight: bold;
	background: yellow !important;
}

div.liste {
	overflow: auto;
	width: 100%;
}

.list_title {
    color: #b8b7b7;
    font-size: 12px;
	font-weight: 400;
}
.list_headline {
	display: block;
    color: #f00d00;
    font-size: 12px;
    font-weight: 600;
}

.list_person {
	display: block;
    font-size: 12px;
}

.list_value{
	display: inline-block;
    width: auto !important;
	vertical-align: top;
	color: #3d3c3d !important;
    font-size: 12px;
	font-weight: 400;
}

.editdelete, .favourite {
    display: none;
}

iframe.mailframe {
    border: 0 none;
    height: 500px;
    width: 100%;
}

/* VIEW
--------------------------------------------- */
.content_buttons_right{
	display: none;
	text-align: right;
	position: absolute;
	left: -10px;
	top: 28px;
	z-index: 999;
}

.content_buttons_right .action {
    margin: 5px 2px 0 10px !important;
}

.content_submenu {
    width: 100%;
	padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #d2d2d2;
}

.content_submenu .action {
    display: inline-block;
    text-align: center;
	padding: 0 20px 15px 20px;
}

.content_submenu .action .action_inner {
    margin: 0 auto;
    padding: 4px 0;
}

.content_submenu .action .action_inner {
	width: 30px;
	display: block;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}

.content_submenu .content_buttons_right{
	display: none;
	text-align: right;
	position: relative;
	left: 0;
	top: 0;
}

.content_submenu .content_buttons_right .action {
    margin: 0 !important;
}
.content_submenu .action_inner i, .content_submenu .actionlabel {
	color: #585858 !important;
}

.content_submenu .action.action_active .action_inner i, .content_submenu .action.action_active .actionlabel,
.content_submenu .action:hover .action_inner i, .content_submenu .action:hover .actionlabel{
	color: #f00d00 !important;
}

.content_notices {
    padding: 0 10px 5px;
	text-align: left;
}

.content_notice {
	background: #ffffff;
	border: 1px solid #B6B6B6;
	/*box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);*/
	margin: 2.5px 10px;
	padding: 5px;
}

.content_notice li {
	color: #716f70;
}

.content_notice_info {
    margin: 0 0 10px 0;
	font-size: 12px;
	font-style:italic;
}

.viewtable {
    width: 100%;
    padding: 0 10px 5px 10px;
}

.portrait {
    padding: 5px 20px 5px 20px;
}

legend {
    padding: 0 20px 5px 20px;
}

.viewtable tr, .viewtable th, .viewtable td {
    display: block;
    font-size: 12px;
    padding: 2.5px 10px;
    vertical-align: top;
}

.viewtable tr:last-child th, .viewtable tr:last-child td {
    /*display: block;    for Mobile*/
    font-size: 12px;
    padding: 0 10px;
    vertical-align: top;
}


.viewtable td[colspan] {
	padding: 0 !important;
}

.viewtable .desktop {
	display: none;
}

/* EDIT VIEW
--------------------------------------------- */
.dataform .content_info .row .col .viewtable tr td:last-child {
    width: auto !important;
    margin: 0;
    padding: 0;
}

visibility, updatetrigger {
    display: none;
}

input[type=radio], input[type=checkbox] {
	display:none;
}

 /* Dashboard
--------------------------------------------- */
.site_content_helper{
    padding: 0;
}

.site_content_helper:after{
	clear: both;
	content: "";
    display: block;
	visibility: hidden;
}

.help-right {
    float: right;
}

.backlink {
	width: auto !important;
    display: inline !important;
	color: #f00d00;
	font-size: 16px;
	cursor: pointer;
}

.backlink i {
	padding: 0 5px 0 0;
}

.site_content_helper .content_buttons {
    float: right;
}

.quickform input, .quickform .selectbox, .dashboard_search input, .dashboard_search .selectbox{
	margin: 5px 0 5px 0;
}

.always {
  display: block !important;
}

.dashboardcontent {
	padding: 20px 0 0 0;
	overflow: auto;
}

.dashboardcontent .selectboxouter {
    display: inline-block;
}


.site_content_head, .content_header{
	padding: 0 0 2.5px 0;
	border-bottom: 3px solid rgba(227, 226, 226, 1);
	color: rgba(184,183,183, 1);
}

.site_content_head h1{
	display: inline;
	font-size: 40px;
}

.content_buttons_right .dashboxbutton{
    display: block;
}

.site_content_head .content_buttons, .content_header .content_buttons{
	display: none;
	float: right;
	margin: 20px 0 0 0;
}
.site_content_head .content_buttons .dropdown ul.dashboard_drop, .dashboxbutton ul.options  {
	background: #F7F6F6;
}
.site_content_head .content_buttons .dropdown{
	position: relative;
	display: inline-block;
    float: left;
    vertical-align: top;
	padding: 0 15px 0 0;
	z-index: 10;
}

.content_buttons .open_new_box {
  	background: rgba(227, 226, 226, 0.3);
	padding: 0 5px;
	cursor: pointer;
}

.content_buttons .open_new_box a i {
    padding: 0 0 0 30px;
}
.content_buttons .action, .site_content_helper .action, .chatHeader .action {
    margin: 0 2px 0 10px;
    padding: 5px 0;
}

.content_buttons .action, .dashboxbutton .boxaction, .site_content_helper .action, .chatHeader .action {
	width: 30px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.content_buttons .action, .dashboxbutton .boxaction, .content_submenu .action_inner, .site_content_helper .action, .chatHeader .action {
	background: #f7f6f6;
}

.content_buttons .action:hover, .dashboxbutton .boxaction:hover, .content_submenu .action_inner:hover, .site_content_helper .action:hover, .chatHeader .action:hover {
	background: #e9e8e8;
}

.boxaction {
  cursor: pointer;
}

.site_content_head .content_buttons .dropdown ul.dashboard_drop {
	position: absolute;
	padding: 5px 20px 5px 0;
	margin: 0;
}

.site_content_head .content_buttons .dropdown ul.dashboard_drop li{
	list-style: none;
	color: rgba(61, 60, 61, 1);
	cursor: pointer;
}

.site_content_head .content_buttons .dropdown ul.dashboard_drop li span{
	padding: 0 10px;
}

.dashboxbutton .content_buttons_right {
	display: none;
	text-align: right;
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 999;
}

.dashboxbutton .content_buttons_right .boxaction{
	margin: 5px 2px 0 10px !important;
}

td.dashboardcolumn .container {
	width: 33%;
	height: 200px;
	margin: 2% 2% 2% 0;
	display: inline-block;
	vertical-align: top;
}

.no_entries {
    font-weight: 300 !important;
}

div.dashboardcolumn .container {
	width: 95%;
	margin: 2% 2% 2% 0;
	display: inline-block;
	vertical-align: top;
	border-bottom: 3px solid rgba(227, 226, 226, 1);
}


div.dashboardcolumn .box {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	z-index: 0;
}

div.dashboardcolumn .container-content {
	height: 160px;
	padding: 0 10px;
}

div.dashboardcolumn {
	height: 100%;
	float: left;
}

.boxresize {
	position: absolute;
	border: 0px solid;
	width: 100%;
	height: 6px;
	bottom: 0;
	cursor: n-resize;
}

.container-header {
    padding: 0 10px 12px;
	border-bottom: 1px solid rgba(227, 226, 226, 1);
}


.dashboxbuttonbar {
	float: right;
}

.dashboxbutton {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.dashboxbutton .boxaction {
	margin: 0 2px 0 10px;
    padding: 5px 0;
}

.dashboxbutton ul.options {
	display: none;
}

.container-content div.quicknew {
	display: none;
	padding: 2.5px;
	padding-left:0;
	border-bottom: 1px solid rgba(227, 226, 226, 0.3);
}

.container-content {
	overflow: auto;
}

.scroll_content {
	overflow:auto;
}

.container-content table.dataList {
    width: 100%;
}


.container-content table.dataList tr td {
    padding: 5px 0;
}

.container-content table.dataList tr td:first-child{
	font-weight: 600;
}

.dashBoxTbl td:last-child {
    padding-right: 10px !important;
    text-align: right;
}

.dataList {
	overflow: auto;
	width: 100%
}

span.formeditfield {
	display:none;
}

span.formeditfield.visible {
	display: inherit !important;
}

span.formviewfield span.action[ac-module=contact][ac-display=company][ac-id=''], span.formviewfield span.action[ac-module=contact][ac-display=company][ac-id='0'] {
	display:none;
}

/* Filter-List Templates
--------------------------------------------- */
.listfilter .content_info .row {
	margin: 0 !important;
	padding: 10px 0 10px 0;
}
.listfilter .content_info .row .col {
	padding: 0;
}

.listfilter .databox {
    padding: 0 6px;
	border: 1px solid #f00d00;
}

.filter, .sort {
    /*width: auto !important;*/
	padding: 0 5px 0 0 !important;
}

.filter p, .sort p {
	margin: 0 0 5px 0
}

.sort .radio {
	display: inline-block;
}

.filter .databox .datarow, .sort .databox .datarow {
    display: block;
}

.filter.right, .sort.right {
    float: right !important;
	padding: 0 !important;
	text-align: right;
}

.filterbtn {
    float: right !important;
    width: auto !important;
	padding: 0 0 10px 0;
}


.filterbtn .btn:first-child {
    margin: 0 10px 0 0;
}

.dataList {
	width: 100% !important;
	border-collapse: collapse;
	border: none !important;
}

.dataList tr td{
	padding: 10px 5px 10px 0;
    border-bottom: 1px solid rgba(227, 226, 226, 0.3);
	cursor: default;
}

.dataList tr.selected td {
	font-weight: bold;
	background: yellow !important;
}

.list_title {
	color: #b8b7b7;
	font-weight: 400;
}
.list_headline {
	display: block;
	color: #f00d00;
    font-size: 22px;
    font-weight: 400;
}

.list_value, .list_person {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
}

.quickButton {
	/*padding: 0 10px 0 10px;*/
}

.list_content {
	overflow: hidden;
	height:0px;
    padding: 0 0 10px !important;
}

.overlay_inhalt .list_content {
	height: 290px;
}

.list_filter.row {
    margin: 0;
	padding: 10px 0 10px;
	border-bottom: 1px solid rgba(227, 226, 226, 1);
}

.list_sort.row {
    padding: 10px 0 10px;
	border-bottom: 1px solid rgba(227, 226, 226, 1);
}

#calendar_calendar .list_sort.row {
  border-bottom: none;
}

/*.calendar_search {
  float: right !important;
}*/

.list_actionbar.row {
    margin-top: 12px;
}

.list_sort .selectboxouter {
    display: inline-block;
}


/* M2 Chat Start
-------------------------------------------- */
#m2MessageBox {
	background-color: #ffffff;
	position: absolute;
	z-index: 310;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: auto;
}

#m2MessageBox img.m2portrait {
	height: 50px;
	width: 50px;
	border-radius: 30px;
	object-fit: cover;
}

#m2MessageBox .dataList tr td .list_person {
	display: inline-block;
}

#m2MessageBox .dataList tr td .list_person .personlink.list_headline {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
}

#m2MessageBox .dataList tr td .list_value {
	font-size: 12px;
	word-wrap: break-word;
}

#m2MessageBox .dataList tr td .list_person span {
	font-size: 12px;
}

.chatBox .dataList tr td .list_value p {
	margin: 0;
	color: #000;
}


#m2MessageBox .dataList tr td .list_unread_count,#m2MessageBox .dataList tr td  .m2_timestamp {
	font-size: 12px;
	color: #f00d00;
}

#m2MessageBox .dataList tr td{
   position: relative;
}

#m2MessageBox .dataList tr td:last-child{
	/*text-align: right;*/
}

#m2MessageBox .dataList tr td.out, #m2DesktopHistory .dataList tr td.out{
	padding: 10px 5px 10px 20px;
	text-align:right;
}

#m2MessageBox i.fa-paperclip {
	font-size: 2em;
}

.chatline {
	width: 100%;
	height: 20px;
	font-size: 13px;
	position: absolute;
	bottom: 19px;
}

/*.chat {
	width: 300px;
	height: 20px;
	border-top: solid 1px rgba(227, 226, 226, 1);;
	border-left: solid 1px rgba(227, 226, 226, 1);;
	border-right: solid 1px rgba(227, 226, 226, 1);;
	background-color:#ffffff;
	position:relative;
	z-index:15;
	float:left;
}*/

.chatHeader {
	height: 35px;
	padding: 7px 10px 3px 10px;
	border-bottom: solid 2px rgba(227, 226, 226, 1);
	text-align: center;
}

.chatHeader .action:first-child {
    margin: 0 2px 0 0;
}

.chatClose {
	cursor: pointer;
    float: right;
}

.m2Open, .m2GroupNew, .m2ChatNew, .chatBackwards {
    float: left;
	cursor: pointer;
}

.m2ThreadList {
	height: calc(100% - 57px);
	padding: 10px 10px 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

.chatBox {
	width: calc(100% - 20px);
	padding: 0 10px;
	overflow-y:auto;
	overflow-x:hidden;
}

.chatBox .dataList tr td {
	border: none;
	padding: 0;
}

.chatBox .dataList tr:first-child td {
	border-bottom: 1px solid rgba(227, 226, 226, 0.3);
	padding: 0 0 5px;
}

/*.chatBox .dataList {
	height: 100%;
	display: block;
}*/

/*.chatBox .dataList tr {
	display: block;
}*/


/*.chatBox .dataList tr td {
	display: block;
	border: none;
	padding: 0 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}*/


/*#m2MessageBox .chatBox .dataList tr td img {
	height: 18px;
	width: 18px;
}


.chatBox .dataList tr td.in {
    background:rgba(227, 226, 226, 0.3);
}*/

.chatBoxTextLeft, .chatBoxTextRight {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid grey;
	width: 75%;

}

.chatBoxTextLeft {
	float:left;
	text-align:left;
	background-color: lightgreen;
}

.chatBoxTextRight {
	float: right;
	text-align: right;
	background-color: lightblue;
}

.smiley {
	width: 18px;
	height: 18px;
}


.chatBoxAnswer {
	margin: 5px 2px 0 0;
	padding: 6px 6px 6px 0;
	width: 245px !important;
	position: relative;
	bottom: 0px;
}

.m2_chat_link {
	float:right;
}

.m2_chat_link:hover {
	cursor:pointer;
}

.chatBoxAnswerButton, .chatBoxSmileyButton {
    cursor: pointer;
	padding-left: 10px;
}

.sceditor-container {
	margin-right: 5px !important;
	background-color: rgba(227, 226, 226, 0.3) !important;
	border-radius: 0px !important;
	float: left;
}

.sceditor-container iframe, .sceditor-container textarea {
	background: none !important;
}

.SCEToolbarHide {
	display:none;
}

span.smilieBox {
	padding-top: 20px;
}

div.smilieBox span {
	padding-left:5px;
}

span.smilieBox {
	display: none;
}

/* Personlinks
--------------------------------------------- */

.personlink:hover {
	cursor: pointer;
	color: #f00d00;
}

#personlinkBox {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	width: auto;
	height: auto;
	background-color: #ffffff;
	border: 1px solid grey;
	font-size: 12px;
}

.personlink_action:hover i {
	cursor: pointer;
	color: #f00d00!important;
}

/*Button old
--------------------------------------------- */
.content_content span.action {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 5px 10px;
	margin: 10px 10px 10px 0px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
}

/* Hoverbox
-------------------------------------------- */

div.hoverbox {
	display: none !important;
}

.hidden_validate {
	display: none;
}

/* Overlay
--------------------------------------------- */
div.overlay_inhalt {
	background: rgba(0, 0, 0, 0.2);
	float: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

div.overlay {
	background: #ffffff;
	position: absolute;
	border: solid 1px #f00d00;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
	padding: 10px;
	z-index: 999;
	font-size: 13px;
	overflow-y: auto;
}

div.overlay_1 , div.overlay_2 , div.overlay_3, div.overlay_4 {
	/* Im Moment keine eigenen Eigenschaften */
}

.overlay_action_buttons {
	float: right;
	width: auto;
	text-align: right;
}

.overlay .selection {
	width: 500px;
	height: 400px;
	height: calc(100vh - 90px);
	width: calc(50vw - 25px);
}

.overlay .selected {
	width: calc(50vw - 25px);
}

.overlay .selection .list_headline, .overlay .selected .list_headline  {
	font-size: 12px;
	text-align: left;
}

.overlay .selection .list_content {
	height: 300px;
}

section .listsection {
	position: relative;
	/*padding-top: 18px;*/
}

.overlay div.liste {
	height: 280px;
	height: calc(100vh - 120px);
}

div.liste {
	overflow: auto;
	width: 100%;
}

div.liste table.liste {
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: -20px;
}

table.liste {
	/*width: auto;*/
	margin: 0;
}

.overlay_table {
  width: 100%;
}

.sel_actions {
    text-align: center;
}

.sel_actions span i {
	cursor: pointer;
}

.theLoader {
  /*background: rgba(0, 0, 0, 0.2);*/
    display: table;
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;

	top: 0;
	/*left: 0;*/
}

.theLoader div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

p.loader {
  height: 50px;
  position: relative;
}

div.addown input {
  width: 90%;
}

div.overlay span.action {
	background: rgba(227, 226, 226, 0.3);
	display: block;
	border-radius: 100%;
	cursor: pointer;
	margin: 0 2px 0 10px;
	padding: 4px 0;
	position:relative;
	text-decoration: none;
	text-align: center;
	width: 30px;
	font-size: 13px;
	vertical-align: top;
}

.action, .actionlabel {
	cursor: pointer;
	font-size: 14px;
}

div.overlay span.action.actiontext {
	border-radius: 0;
	width: auto;
	padding: 4px 13px;
	margin-bottom: 10px;
}

/* Datetimepicker
-------------------------------------------- */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
dd + .ui-timepicker-div dl dt { margin-top: -5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

/** Login
-------------------------------------------- */
.securebox {
	width: 100%
}

/*Dropdown
-------------------------------------------- */

.content_buttons div.dropdown ul,
.filter div.dropdown ul.checkboxlist,
.filter div.dropdown ul.radioboxlist,
.sort div.dropdown ul.checkboxlist,
.sort div.dropdown ul.radioboxlist,
.dataform div.dropdown ul.radioboxlist,
.dashboxbutton ul.options,
ul.emailoptions {
	background: #F7F6F6;
    margin: 0;
    padding: 5px 5px 5px 5px;
	display: none;
    position: absolute;
	top: 29px;
	left: -1px;
	z-index: 20;
}

.content_buttons div.dropdown ul,
.dashboxbutton ul.options,
div.dropdown ul.checkboxlist,
div.dropdown ul.radioboxlist {
	border: 1px solid rgba(227, 226, 226, 1);
}

.content_buttons div.dropdown,
.filter div.dropdown,
.sort div.dropdown,
.dataform div.dropdown {
	width: 100%;
	display: inline-block;
    position: relative;
    vertical-align: top;
	cursor:pointer;
	box-sizing: border-box;
	border: 1px solid rgba(227, 226, 226, 1);
}

.dropdown ul li:hover, .emaildatabox ul.emailoptions li:hover {
	color:#f00d00;
	cursor:pointer;
}

.content_buttons div.dropdown:after,
.filter div.dropdown:after,
.sort div.dropdown:after,
.dataform div.dropdown:after {
    color: #f00d00;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 6px;
}

.filter div.dropdown ul.checkboxlist li,
.filter div.dropdown ul.radioboxlist li,
.sort div.dropdown ul.checkboxlist li,
.sort div.dropdown ul.radioboxlist li,
.dataform div.dropdown ul.radioboxlist li,
.dashboxbutton ul.options li,
ul.emailoptions li {
	list-style: none;
	white-space: nowrap;
	cursor: pointer;
}

.content_buttons div.dropdown span,
.filter div.dropdown span,
.sort div.dropdown span,
.dataform div.dropdown span {
	background: rgba(227, 226, 226, 0.3);
	display: block;
	padding: 6px 20px 6px 5px;
	font-size: 12px;
	width: auto;
	color: inherit;
}

/* MEDIA QUERIES
-------------------------------------------- */

/** Sonderfälle für Handies **/

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

    .listfilter .list_filter.row {
        padding: 10px 10px 10px 10px;
        border-bottom: 1px solid #d2d2d2;
    }

    .listfilter .list_filter.row .col.filter {
        width: 100% !important;
    }

	body, .menuItem, .historyMain {
		font-size:12px;
	}
	.site_content_head h1, .content_header h1 {
		font-size:20px; !important;
		margin:0;
	}

	.main_title {
		font-size: 15px;
		white-space: nowrap;
		width: calc(100% - 160px);
		overflow: hidden;
	}

	.cal_task i.fa:before {
		content:none;
	}

	.cal_task_color_1, .cal_task_color_2, .cal_task_color_3, .cal_task_color_4, .cal_task_color_5{
		padding: 2px 5px 2px 5px !important;
	}

}

/** für Tablets **/

@media only screen and (min-width: 320px) {
    .listfilter .list_filter.row .col.filter {
        width: calc(100%/2 - 2*5px) !important;
    }

    .listfilter .list_filter.row .col.filter {
        padding: 5px 0 5px 10px;
    }


    .listfilter .list_sort.row .col {
        width: 100%;
    }

    .listfilter .list_sort.row .col {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) {
    /* VIEW
    ----------------------------------------- */
    .viewtable tr {
        display: table-row;

    }
    .viewtable th, .viewtable td{
        /*width: 50%;*/
        display: table-cell;

    }
}

.m2GroupNew, #app_settings, .tab_nav_wrap_master {
	display: none !important;
}

.dashboard_drop {
    padding-left: 0;
}

.dashboard_drop > li {
    list-style-type: none;
}

.dashboard_drop > li > span {
    padding: 0;
    padding: 6px 0px;
    border-bottom: solid 1px #D2D2D2;
    width: calc(100% - 25px);
}
