body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	font-size: 13px;
	color: rgba(61, 60, 61, 1);
	overflow: hidden;
}

h1, h2, h3, h4, h5, p, a {
	font-weight: 300;
	color: rgba(61, 60, 61, 1);
}

h1 {
	font-weight: 300;
	color: #716F70;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	color: #716F70;
}

h3 {
	font-size: 13px;
	font-weight: 600;
	color: rgba(61, 60, 61, 1);
}

h4 {
	font-size: 13px;
	font-weight: 400;
	color: rgba(61, 60, 61, 1);
}

h5 {
	font-size: 11px;
	font-weight: 400;
	color: rgba(184, 183, 183, 1);
}

h6 {
	font-size: 11px;
	font-weight: 400;
	color: rgba(155, 154, 155, 1);
}

legend {
	font-weight: 600;
}

mainmenu {
	display: none;
}

submenu {
	display: none;
}

h3 {
  margin: 0 0 15px 0;
}

table {
	border-collapse: collapse;
}

b, strong {
	font-weight: 600;
}

input[type=text], select, input[type=password], input[type=number] , textarea, fieldset {
	background-color: rgba(230, 230, 230, 1);
	border: 1px solid rgba(227, 226, 226, 1);
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 6px 6px;
}

.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 {
	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 #f00d00;
	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 #f00d00;
	cursor: pointer;
}

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

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: rgba(227, 226, 226, 1);
	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: rgba(227, 226, 226, 1);
	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: rgba(227, 226, 226, 1);
	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: rgba(227, 226, 226, 1);
}
input[type=range]:focus::-ms-fill-upper {
    background: rgba(227, 226, 226, 1);
}


.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:rgba(227, 226, 226, 0.3);
	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;
}

.clearable, .clearablenosearch{
	background-image: url('/images/icons/x_icon.gif');
	background-repeat: no-repeat;
	background-position: right -10px center;
	transition: background 0.4s;
}

.clearable:not(.x){
	background-image: url('/images/icons/search.gif');
	background-repeat: no-repeat;
	background-position: right 5px center;
	transition: background 0.4s;
}

.clearablenosearch:not(.x){
	background-image:  none;
	background-repeat: no-repeat;
	background-position: right 5px center;
	transition: background 0.4s;
}

.clearable.x, .clearablenosearch.x {
	background-position: right 5px center;
}

.clearable.onX, .clearablenosearch.onX {
	cursor: pointer;
}

.separator {
	border: none;
	border-bottom: 1px solid rgba(227, 226, 226,1);
}

.darkColor {
	color: #f00d00 !important;
}

/* Buttons
--------------------------------------------- */
.btn, input[type=submit], input[type=button], input[type=reset] {
	background: rgba(184, 183, 183, 0.2);
	padding: 6px 20px;
	border: none;
	color: rgba(122, 121, 122, 1);
	cursor: pointer;
}

.btn:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background: rgba(184, 183, 183, 0.5);
}

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

.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, .content_submenu .action:hover .action_inner {
	background: #e9e8e8;
}

div.hidden_action_button[initHidden="1"] {
	display: none;
}

span.action[ac-inithidden="1"] {
	display: none;
}

.mobile_menu_buttons {
	display: none;
}

.hidden_mobile_menu_buttons {
	display: none;
}

.apply, .close, .add_own, .databox i {
	cursor: pointer;
}


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

/* Buttons end
--------------------------------------------- */

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

.quickButton, .dashlinebutton i {
	font-size: 14px;
	cursor: pointer !important;
}

.error {
    display: block;
	color: #f00d00;
}

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

.red {
	color: #FF0000 !important;
}

.yellow {
	color: #E8CC00 !important;
}

.fa {
	color: #f00d00;
}

/* Helper Classes
--------------------------------------------- */

.clearfix {
	display: block;
	clear: both;
}

.site_content .mainFrame .subFrame .inhalt .content_box .content .content_content .linkselection .content_buttons {
  display: none !important;
}


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

/* 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;
}

/* Sections
--------------------------------------------- */

#container{
	background-color: #ffffff;
    position: absolute;
    top: 90px;
    bottom: 0;
    width: 100%;
}

.max-content-width {
	height: 100%;
	padding: 0 38px;
}

/* Header
--------------------------------------------- */

header {
	background-color: rgb(179, 179, 179);
	width: 100%;
	height: 90px;
	position: relative;
}

.logo {
	background: url('/images/logo.png') no-repeat center center;
	background-size: contain;
	background-position: center left;
	height: 70px;
	width: 210px;
	padding: 10px 0;
	float: left;
}

.system-name {
	font-size: 60px;
	color: red;
	position: absolute;
	left: 20%;
}

.short-access {
    position: absolute;
	bottom: 8px;
	right: 38px;
}

.short-access #debugbar {
    left: -600px;
    position: absolute;
    top: -60px;
}

.short-access .dropdown {
  position: relative;
  display: inline-block;
  min-width: 130px;
  border: none;
}

.short-access .dropdown span {
  color: #f00d00;
  cursor: pointer;
  font-size: 13px;
}

.short-access .dropdown ul {
	background: #F7F6F6;
    left: 0;
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 1px 5px;
    position: absolute;
    top: 0;
    z-index: 999;
	width: 100%;
}

.m2, .newschannel, .publicnews {
	padding: 0 20px 0 0;
	cursor: pointer;
}

ul.user {
	position: relative;
    float: right;
	margin: 0;
	padding: 0;
	z-index: 999;
}

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

ul.user li ul{
    background: rgba(227, 226, 226, 0.3);
    display: none;
	position: absolute;
	margin: 0;
	padding: 0 30px 0 10px;
}

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



ul.user li ul li, ul.user li ul li i, ul.user li ul li span{
	color: #585858 !important;
}

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

/* Sidebar
--------------------------------------------- */
.mobile_header, .mobile_menu, .mobile_menu_title, .mobile_user, .mobile_menu_action{
  display: none;
}

aside {
	background-color: rgba(230, 230, 230, 1);
	border-right: 1px solid #f00d00;
	width: 250px;
	height: 100%;
	float: left;
	position: relative;
    overflow: hidden;
}

.aside_inner {
	height: 100%;
	display: block !important;
	position: absolute;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

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

.nav, .tab_nav_wrap_master {
  width: 250px;
  cursor: default;
}

/* Sidebar Menü
--------------------------------------------- */
nav {
	padding: 10px 10px 0 45px;
}

.menu {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(227, 226, 226, 1);
}

.menu li {
	position: relative;
	list-style: none;
	clear: both;
	cursor: default;
}

.menu li:active {
	color: #f00d00;
}

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

.menu li span {
	border-bottom: 1px solid rgba(227, 226, 226, 1);
	color: #716F70;
}

.menu li i {
	color: #716F70;
}

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

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

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

.subMenu li:last-child > .menuItem{
	border-bottom: 1px solid rgba(227, 226, 226, 1) !important;
}

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

.menu li i, .menu li ul li i {
    width: 38px;
	float: left;
	display: inline-block;
	padding: 9px 0;
	font-size: 18px;
}

.menu li ul li .menuItem {
	border: none !important;
}

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

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


.nav ul.menu li:hover ul li i {
	color: #716F70 !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;
}
/*
.nav ul.menu li.nav_ul_li_active,
.nav ul.menu li.nav_ul_li_active span,
.nav ul.menu li.nav_ul_li_active i,
.nav ul.menu li ul.subMenu li.nav_ul_li_active span ,
.nav ul.menu li ul.subMenu li.nav_ul_li_active i {
	color: #f00d00;
}
*/
.tab_nav_wrap_master {

}

.tab_nav_wrap_master h1{

}

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

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

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

.tab_nav_wrap_master ul li ul{
	border-top: 1px solid rgba(227, 226, 226,1);
	border-bottom: 1px solid rgba(227, 226, 226,1);
}

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

.historyMain::after {

}

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

.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;
	margin-top: 10px;
	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: 122px;
}


.tab_nav_wrap_master ul li ul li, .tab_nav_wrap_master ul li ul li span{
	color: #716F70;
}

.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;
}

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

.tab_nav_wrap_master ul li ul li i.close {
	padding: 10px 0;
	text-align: right;
	font-size: 16px;
}

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

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

.content_header .content_buttons_right{
	background: #fff;
	width: 250px;
	padding: 5px 10px 10px;
	top: 30px;
	left: auto;
	right: calc(100% - 30px);
	text-align: left;
}

.content_header .content_buttons_right .hidden_action_button {
	color: #f00d00;
}

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

}

.content_header .content_buttons_right .hidden_action_button:hover {
	color: #f00d00;
}

.content_header .content_buttons_right .hidden_action_button:hover .action {
	background: #e9e8e8;
}

.content_submenu {
	padding: 7px 0 0 0;
	border-bottom: 1px solid rgba(227, 226, 226,1);
}

.content_submenu .action {
	width: 145px;
    display: inline-block;
    text-align: center;
	padding: 5px 10px 10px 10px;
	word-wrap: break-word;
}

.content_submenu .action .action_inner {
	width: 30px;
	display: inline-block;
	margin: 0 auto;
    padding: 5px 0;
	position: relative;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}

.content_submenu .action .action_outer {
    overflow: hidden;
    display: inline-block;
}

.content_submenu .actionlabel {
	color: #f00d00;
	display: inline-block;
	max-width: 110px;
	word-wrap: normal;
	margin: 5px 0;
	white-space: nowrap;
}


.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;
}

.content_submenu .action.action_active,
.content_submenu .action:hover{
    border-bottom: 2px solid #f00d00;
}

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

.content_submenu .content_buttons_right .action {
    margin: 0 !important;
}


#content {
	float: right;
	height: 100%;
}
#inner_content {
    overflow: auto;
}

.dataList tr th {
		background: #EEE;
		text-align: left;
		position: sticky;
		top: 0;
		border-right: 1px solid white;
}

.dataList tr td {
    vertical-align: top;
}

.site_content {
	padding: 25px 25px 0 25px;
	overflow: hidden;
}

.content_header h1 {
	width: calc(100% - 230px);
	display: inline-block;
	margin: 0;
	font-size: 25px;
}

.content_header div.title_small {
	font-size: 25px;
}

.content_header div.subtitle {
	font-size: 15px;
}

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

.viewtable {
	width: 100%;
}

.viewtable td:first-child{
	vertical-align: top;
}

.viewtable .mobile {
	display: none;
}

.content_notices {
	text-align: left;
}

.content_notice {
	border: 1px solid #B6B6B6;
	margin-bottom: 10px;
	padding: 5px;
	background: #ffffff;
}

.content_notice li {
	color: #716f70;
}


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

/* Uploader */

.file_uploader {
    height: 25px;
    position: relative;
    width: 100px;
	display: inline-block;
}


.file_uploader .fu_button, .file_uploader .fu_progress {
    border: 1px solid black;
    display: inline-block;
    height: 19px;
    left: 2px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 94px;
}

.file_uploader .fu_linkselect {
    border: 1px solid black;
    display: inline-block;
    height: 19px;
    left: 115px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 94px;
	cursor: pointer;
}

.file_uploader input {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100px;
}

/* bei Bildupload etwas größer machen */

.file_uploader_image {
	border: 1px solid #f00d00;
    height: 120px;
    width: 120px;
	text-align: center;
}

.file_uploader_image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.file_uploader_image .fu_button, .file_uploader_image .fu_progress {
    border: 0 none;
    height: 120px;
    left: 0;
    top: 0;
    width: 120px;
	color: #b8b7b7;
}

.file_uploader_image input {
    height: 120px;
    width: 120px;
}

.file_info {
	min-height: 75px;
}

.file_info .content_table td {
    min-width: 80px !important;
    vertical-align: top;
    word-wrap: break-word;
	padding: 0 5px;
    border-bottom: 1px solid rgba(227, 226, 226, 1);
}

.file_info .content_table tr td:first-child {
  border: none;
    border-right: 1px solid rgba(227, 226, 226, 1);
}

.upload_info {
	color: red;
}

 /* Dashboard
--------------------------------------------- */
 .site_content_helper{
    padding: 0 0 0 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: 10px 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:after, .content_header:after {
	clear: both;
	content: "";
	display: block;
}

.site_content_head h1{
	width: calc(100% - 410px);
	display: inline-block;
	margin: 0;
	font-size: 40px;
}

.content_buttons_right .dashboxbutton{
    display: block;
}

.site_content_head .content_buttons, .content_header .content_buttons{
	display: inline-block;
	float: right;
	margin: 20px 0 0 0;
}
.site_content_head .content_buttons .dropdown ul.dashboard_drop, .dashboxbutton ul.options  {
	background: #F7F6F6;
}

.dashboxbutton ul.options li:hover  {
    color: #f00d00;
}

.dashboxbutton .dropdown {
	border: none;
}

.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;
}

.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;
    color: inherit !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 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
	z-index: 0;
}

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

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 0 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;
}

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

.scroll_content {
	overflow:auto;
	padding-right: 5px;
}

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

.container-content table.dataList tr td {
    padding: 5px 0;
    border-bottom: 1px solidrgba(227, 226, 226, 0.3);
	color: #f00d00;
}

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

.dashBoxTbl:hover {
	color:#f00d00;
}

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

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

.dataList tbody[groupid] tr td:nth-child(2){
	padding-left: 30px;
}

span.groupExpander:hover {
	cursor: pointer;
}

.tab:hover .fa, div.dashboxbutton span.dropdown i {
	color: #f00d00;
}

/* Footer
--------------------------------------------- */

footer{
	height: 30px;
	width: 100%;
	text-align: center;
}

/* 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;
}

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

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

.overlay div.liste {
	height: 280px;
}

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%;
}

.theUploader input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.theUploader {
	background: rgba(235,232,232,0.8);
}

.theUploader div span {
	font-weight: 300;
	color: #716F70;
	font-size: 30px;
}

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

div.addown input {
  width: 90%;
}

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

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

/* Edit Templates
--------------------------------------------- */

.row {
	width: 100%;
	clear: both;
}
.row:first-child {
	margin: 0 0 0 0;
}

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

.col {
	float: left;
}

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

.col:first-child {
	margin: 0;
}

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

.col_1 {
	width: 100%;
	/*min-width:400px;*/
}

.col_2 {
	/*width: 45%;*/
	width: calc(100% / 2 - 105px / 2);
	/*min-width:400px;*/
	margin-left: 105px;
}

.col_3 {
	width: 30%;
	/*min-width: calc(100% / 3 - 5%);*/
	margin-left: 5%;
}

.col_4 {
	width: 22.5%;
	/*min-width:400px;*/
	margin-left: 3.3333333333%;
}

.col_5 {
	width: 18%;
	/*min-width:400px;*/
	margin-left: 2.5%;
}

.dataform .content_info .row input[type=password],
.dataform .content_info .row input[type=number],
.dataform .content_info .row input[type=text],
.dataform .content_info .row select,
.dataform .content_info .row textarea,
.dataform .content_info .row fieldset {
  width: 100%;
  padding: 6px 25px 6px 6px;
  box-sizing: border-box;
}


.dataform .content_info .row .selectbox .selector {
	/*margin: 0 6px 0 6px;*/
	padding: 6px 25px 6px 2px;
}

.dataform .databox .datarow {
    display: block;
}

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;
}

span.formeditfield {
	display:none;
}

span.noview {
	display: none;
}

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

/* 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;
	position: relative;
}

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

.dataList tr td .fa{
	vertical-align: text-top;
}

div[list="box_selection"] .dataList tr td .fa {
	vertical-align: inherit !important;
}

.dataList tr.selected td {
	font-weight: bold;
	background: rgba(227, 226, 226, 0.3) !important;
}

.list_title {
	color: #999999;
	font-weight: 400;
	padding-right:5px;
}
.list_headline {
/*	color: #f00d00;
    font-size: 16px;
    font-weight: 400;
	line-height: 1em;*/
}

.list_headline:after {
    content:"\000A";
    white-space: pre-line;
}

.second_row {
	margin-left: 30px;
}

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

tr.second_row {
	display:none;
}

div.box_options {
	display:none;
}

.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, .list_advancedfilter.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;
}


/* 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 #B8B7B7;
	padding: 5px 10px;
	margin: 10px 10px 10px 0px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
}

span.noborder {
	border:none !important;
	margin:0 !important;
}

.showimages {
	border: 1px solid #B8B7B7;
	padding: 5px 10px;
	margin: 10px 10px 10px 0px;
	cursor: pointer;
	font-size: 12px;
	display: inline-block;
}

/* HIDE MOBILE
--------------------------------------------- */
.main_title {
	display: none;
}
.ham {
	display: none;
}
.nav-mobile {
	display: none;
}
.open_box_mobile {
	display:none;
}

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

div.hoverbox {
	position: absolute;
	border: solid 1px #f00d00;
	background: #ffffff;
	padding: 5px;
	font-size: 13px;
	text-align: left;
	z-index: 99;
}

.hidden_validate {
	display: none;
}

.hoverbox .preview .col {
	width: 100%;
	display: block;
	float: none;
	margin: 0;
}

/* M2 Chat Start
-------------------------------------------- */
#m2MessageBox {
	background-color: #ffffff;
	position: absolute;
	z-index: 310;
	left: 50%;
	padding: 0 20px;
	border-left: 1px solid #f00d00;
	border-right: 1px solid #f00d00;
	border-bottom: 1px solid #f00d00;
	width: 375px;
	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;
}*/

.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: 30px;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px 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: 359px;
	overflow-y: auto;
	overflow-x: hidden;
}

.chatBox {
	width: 100%;
	height: 330px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom: 5px;
}

.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;
}
/* M2 Chat Desktop
-------------------------------------------- */
.m2desktop .col_2 {
	height: 100%;
	overflow:hidden;
	margin-left: 40px;
    width: calc(100% - 420px);
}

.m2desktop .col_2:first-child {
	margin-left: 0;
	width: 380px;
}

.m2_desktop_threads {
	height: 100%;
	width: calc(100% + 16px);
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
}

.m2_desktop_threads .m2ThreadList {
    height: 100%;
}

.m2ThreadList .list_headline {
	font-size: 13px;
	font-weight: 600;
}

#m2DesktopHistory {
	height: 100%;
}

.m2_desktop_history {
	height: 100%;
}

.m2_desktop_history .chatHeader {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #716f70;
}

.m2_desktop_history .chatClose {
	display: none;
}

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

.m2_desktop_history .chatBox .dataList tr {
	display: table-row;
}

.m2_desktop_history .chatBox .dataList tr td {
	display: table-cell;
}

.m2_desktop_history .chatBox .dataList tr td .list_value{
	width: auto !important;
}

.m2_desktop_history .chatBoxAnswer {
    width: calc(100% - 49px) !important;
	margin-right: 2px;
}

.chatBoxAnswerButton, .chatBoxSmileyButton {
	cursor: pointer;
}

.sceditor-container {
	margin-top: -5px !important;
	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 {
	display:none;
	position:relative;
	margin: 10px;
}

div.smilieBox {
	border: none;
}

/* M2 chat Ende */

visibility, updatetrigger {
	display: none;
}

/* tinyMCE */

textarea {
	width: 100% !important;
	height: 300px !important;
}

textarea.nomce {
	height: 170px !important;
}

.textarea p, .textarea span, .textarea ul {
	margin-top: 0;
	font-weight: 300;
	color: #000000;
}

/*Login
-------------------------------------------- */
h3.login_message {
	text-align: right;
}

.passwordlost {
	background: none !important;
	width: auto !important;
	margin: 0  !important;
	color: #f00d00  !important;
	cursor: pointer  !important;
}

.overlay .login {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
	left: 0;
    right: 0;
}

/*Dropdown
-------------------------------------------- */
.dropdown {
	border: 1px solid rgba(227, 226, 226, 1);
}

.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;
}

.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;
}

.content_buttons div.dropdown.checkbox:after,
.filter div.dropdown.checkbox:after,
.sort div.dropdown.checkbox:after,
.dataform div.dropdown.checkbox:after {
	content: "\f002";
	right: 6px;
}

.content_buttons div.dropdown.checkbox_selected:after,
.filter div.dropdown.checkbox_selected:after,
.sort div.dropdown.checkbox_selected:after,
.dataform div.dropdown.checkbox_selected:after {
	content: "\f00d";
	right: 6px;
}

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

.filter div.dropdown i,
.sort div.dropdown i,
div.box_options div.dropdown i,
.dataform div.dropdown i {
	padding: 0 0 0 5px;
}

.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,
div.box_options 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;
}

ul.emailoptions {
	height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
}

.dashboxbutton ul.options {
	left: 0;
	top: 30px;
}

div.box_options div.dropdown {
	position: relative;
}

.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,
div.box_options div.dropdown ul.radioboxlist li,
.dashboxbutton ul.options li,
ul.emailoptions li {
	list-style: none;
	white-space: nowrap;
	cursor: pointer;
}


.filter div.dropdown ul.checkboxlist li input[type=checkbox] + label::before,
.filter div.dropdown ul.radioboxlist li input[type=checkbox] + label::before,
.sort div.dropdown ul.checkboxlist li input[type=checkbox] + label::before,
.sort div.dropdown ul.radioboxlist li input[type=checkbox] + label::before,
.dataform div.dropdown ul.radioboxlist li input[type=radio] + label::before,
ul.emailoptions li input[type=radio] + label::before {
	border: none;
}

.filter div.dropdown ul.checkboxlist li label,
.filter div.dropdown ul.radioboxlist li label,
.sort div.dropdown ul.checkboxlist li label,
.sort div.dropdown ul.radioboxlist li label,
.dataform div.dropdown ul.radioboxlist li label,
div.box_options div.dropdown ul.radioboxlist li label,
ul.emailoptions li label {
	display: block;
}


.dataform div.dropdown ul.radioboxlist li label span {
	width: 20px;
	display: inline-block;
	padding: 0;
	font-size: 13px;
}

.savedbox_0, .savedbox_1, .waitbox {
	position: absolute;
	background-color: #ffffff;
	left: 50%;
	top: 50%;
	padding: 20px;
	border: 1px solid;
	border-radius: 5px;
}

/* Media Queries
-------------------------------------------- */
@media(max-width: 1200px) {
    .col_1, .col_2, .col_3, .col_4, .col_5 {
        width: 100%;
		float: none;
		margin: 0;
    }

	.m2desktop .col_2 {
	  width: calc(100% - 420px);
	  float: left;
	}

	.m2_desktop_history .chatBox .dataList {
		display: block;
	}

	.m2_desktop_history .chatBox .dataList tbody{
		width: 100%;
		display: block;
	}

	.m2_desktop_history .chatBox .dataList tr {
		display: block;
	}

	.m2_desktop_history .dataList tr td {
		display: block !important;
		width: calc(100% - 25px) !important;
	}

	.m2_desktop_history .chatBox .dataList tr td .list_value {
		width: 100% !important;
	}
}

/* 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; }

i.fa-red {
  color:red;
}

i.fa-orange {
	color:orange;
}


/* jQuery UI */

.ui-state-default  {
	color: #f00d00;
	background: #ffffff;
	border: 1px solid #f00d00;
}

.ui-state-active  {
	background: #f00d00;
	color: #ffffff;
}

/* Gantt */
.gantttable td, .gantttable th {
    position: relative;
	width: 50px;
	border: solid 1px #E3E2E2;
	height: 20px;
}

.gantttable td.gantt_datetype0, .gantttable td.gantt_datetype6 {
	/*background: #F6F6F6;*/
}

.gantttable th {
	border: none;
	border-color: #E3E2E2;
}

.gantt_depline {
    position: absolute;
    top: 10px;
    left: 0;
	border-top: solid 1px #f00d00;
	border-right: solid 1px #f00d00;
}

.gantt_subproject {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #f00d00;
	background: #ffffff;
    cursor: pointer;
    z-index: 99;
	white-space: nowrap;
	overflow-x: hidden;
}

.gantt_date, .gantt_date_short {
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}

.gantt_container {
	float: left;
}

.gantt_date_warning {
	color: red;
	float: right;
	position: absolute;
	right: 0px;
	padding: 0 2px 0 2px;
	background: #ffffff;
}

.gantt_date_warning i {
	color: red;
}

/* ToolTip
-------------------------------------------- */
[data-tooltip] {
    display: inline-block;
    position: relative;

}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
	background: #F7F6F6;
	border: 1px solid rgba(227, 226, 226, 1);
    padding: 2px 4px;
    font-size: 10px;
	color: rgba(61, 60, 61, 1);
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}
[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: rgba(227, 226, 226, 1);
}
[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(227, 226, 226, 1);
}
[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(227, 226, 226, 1);
}
[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(227, 226, 226, 1);
}

/* Show the tooltip when hovering Original
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}
*/

[data-tooltip]:hover:before {
    display: block;
    z-index: 50;
}


/*****OLD???*******/

.content_box .content_box {
	border: 0 none;
}

.content_box.content_light {
	border: 0 none;
}

.disabled {
	background-color: lightgrey !important;
}

.top-bar-section .has-dropdown > a::after {
	border-color: #FF0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.datav {
	border: none !important;
}

div.blocker {
	background: rgba(200,200,200,0.5);
}

.col-716F70 {
	color: #716F70;
}

.col-red {
	color: red;
}

.col-green {
	color: green;
}

.fa-green {
	color: #008000 !important;
}

#app_settings {
	display: none;
}

span[type=checkbox] label {
    display: inline-block;
    min-width: 50px;
}

.magicbox_item {
    background: #f7f6f6;
    margin: 2px;
    padding: 3px;
}

.magicbox_item:hover {
    background: #eeeeee;
    cursor: ns-resize;
}

.magicbox_item.template {
	display: none;
}

.magicbox_field {
    display: inline-block;
    margin-right: 10px;
    min-width: 100px;
}

.magicbox input[type="number"] {
    width: 70px !important;
    padding: 0 !important;
}

div.content_info span.action {
    width: auto;
    border-radius: 2px;
    padding: 4px 10px;
}

ul.subMenu {
    margin-left: 15px;
}

.menuItemMaster:after {
    content: "+";
    float: right;
		margin-right: 10px;
}

.menuItemMaster.menuItemActive:after {
    content: "-";
}

.dualslider {
	width: 120px;
	margin-top: 3px;
}

.sliderblock {
    display: inline-block;
    margin: 0 10px;
}

.hint {
    background: #f6ff0091;
    padding: 20px;
    border-radius: 2px;
    border: solid 2px #ebf300;
    box-shadow: #7b7a7a 3px 7px 9px;
    transform: rotate(-2deg);
    font-family: cursive;
		font-size: 15px;
		margin-bottom: 30px;
		margin-top: 10px;
}

span.action.bigaction {
    background: #00ff0091;
    font-size: 14px;
    box-shadow: #7b7a7a 2px 3px 4px;
width: 50% !important;
        text-align: center;
        margin-left: 25%;
}

.hint:after {
    content: "Tipp";
    position: absolute;
    top: 14px;
    right: 25px;
    transform: rotate(15deg);
    opacity: 0.3;
    font-size: 3em;
    text-transform: uppercase;
}

span.action.db_action {
    border: solid 1px grey;
    padding: 5px 10px;
    margin: 10px;
}

form.dataform.editmode tr.hideinedit, form.dataform.viewmode tr.hideinview {
	display: none;
}
