

@charset "UTF-8";
/*@import "animations.css";*/

body {
        font-family: Arial;
        font-size: 14px;
	background-color: #f6f6f6;
        color: #2f2f2f;
	height: 100%;
	overflow: hidden;
}
form {
        display: inline;
}
a {
        text-decoration: none;
        cursor: pointer;
}
textarea {
        background-color: white;
        width: 300px;
        height: 100px;
        border: 1px #b9b9b9 solid;
}
input[type=checkbox] {
        margin: 0px;
}
input[type=text], input[type=password] {
        background-color: white;
        border: 1px #b9b9b9 solid;
        padding: 10px;
	width: 100%;
}
select {
	padding: 5px;
}
input[type=submit], button {
        border: none;
        border-radius: 1px;
        padding: 10px 30px;
        cursor: pointer;
        color: white;
	background-color: #515151;
/*	width: 68px; */
	height: 35px;
}
table {
        width: 100%;
}
table tr {
        background-color: #ffffff;
}
table th {
        color: white;
	background-color: #595959;
        text-align: left;
        padding: 10px 5px 10px 5px; 
	font-size: 14px;
}

table td {
        padding: 10px 5px 10px 5px;
        border-bottom: 1px #b9b9b9 solid;
	font-size: 14px;
}

#master_upload_container_box {
	max-height: 50%; 
	overflow: auto;
}

#mail_result {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -100%);
	display: none;
	top: 50%;
}

#mail_dialog_container {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px; 
	left: 0px;
	z-index: 10;
	background-color: rgba(228, 228, 228, 0.5);
}
#mail_dialog_box {
	width: 60%;
	height: 60%;;
	margin-left: auto; 
	margin-right: auto;
	align-self: center;
	min-width: 300px;
	max-width: 1000px;
	min-height: 300px;
	max-height: 800px;
	overflow: hidden;
}

#mail_content {
	overflow: auto;
}

.upload_container {
	margin-bottom: 50px;
	width: 300px;
}

.grid_container {
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.tile_box {
	display: flex;
	justify-content: center;
/*	margin-right: 15px;   */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 220px;
}
.tile_box:hover {
	box-shadow: 0px 0px 4px 0px #c5c5c5
}
.red_button {
	background-color: #c60000 !important;
}
.red_button:hover {
	background-color: #da0000 !important;
}

.missing_input {
	border-color: red !important;
}
.mssing_select {
	
}
.border {
/*        border: 1px #b9b9b9 solid;  */
}
.shadow {
	box-shadow: 0px 0px 10px #ababab;
	padding: 10px;
}
.box {
        background-color: white;
	padding: 10px;
}

#top_nav {
	display: flex;
	height: 50px;
	justify-content: space-between;
	padding: 20px;
/*	background-color: white; */
}

#top_nav_positioner {
	position: fixed; 
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: white;
	-webkit-animation: fade-in .5s; -moz-animation: fade-in .5s; animation: fade-in .5s; transition: all 0.5s ease;
}

#top_nav div {
	height: 100%;
}

.logo {
	max-height: 100%;
}

.logo_container {
	margin-right: 95px;
	display: flex;
}

.logout_button {
	width: 30px !important; 
	height: 30px !important;
	background-color: #db0000;
/*	border-radius: 50px; */
	margin-top: 10px;
	display: table;
	text-align: center;
	cursor: pointer;
}
.logout_button:hover {
	background-color: #ed0000;
}

.search_container {
	flex-grow: 1;
	max-width: 850px;
	border-radius: 2px;
	border: 1px #d5d5d5 solid;
	padding-left: 10px; 
	padding-right: 10px;
	background-color: #f6f6f6;
}
.search_container:hover {
	border: 1px #c6c6c6 solid;
}

.top_bar_actions {
	display: flex;
	margin-left: 20px;
	justify-content: flex-end;
/*	flex-grow: 1; */
}

.main_search_box {
	display: flex;
	width: 100%; 
}

.main_search_input {
	height: 100%;
	width: 100%;
	border: none !important;
	background-color: inherit !important;
	font-size: 16px;
}

.arrow_down_hover {
	border-radius: 50px;
	cursor: pointer;
	width: 30px !important; 
	height: 30px !important;
	display: table;
	margin-top: 10px;
}
.arrow_down_hover:hover {
        background-color: #d4d4d4;
}
.arrow_down {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #404040;
	height: 0px !important;
	margin-left: auto; 
	margin-right: auto;
}
.arrow_up {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #404040;
        height: 0px !important;
        margin-left: auto;
        margin-right: auto;
}

.main_body {
	display: flex;
	height: 100%;
	overflow: hidden;
}

.menu_content {
	width: 250px;
	min-width: 250px;
	margin-top: 105px;
	overflow-y: auto;
	background-color: white;
	-webkit-animation: fade-in .5s;
	-moz-animation: fade-in .5s;
	animation: fade-in .5s;
	transition: all 0.5s ease;
}

.menu_content .point {
	padding: 10px 25px;
	font-size: 16px;
	display: flex;
	line-height: 20px;
	cursor: pointer;
	color: #2f2f2f;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
}
.menu_content .point:hover {
	background-color: #ededed;
}

.menu_content .point_active {
	color: white;
}
.menu_content .point_active:hover {
        color: white;
}

.main_content {
	padding: 20px 300px 0px 300px;
/*	margin-bottom: 30px;*/
	margin-top: 110px; 
	overflow: auto;
	flex-grow: 1;
	-webkit-animation: fade-in .5s; -moz-animation: fade-in .5s; animation: fade-in .5s; transition: all 0.5s ease;
}

.icon {
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.button_icon {
	background-size: 18px 18px;
	background-repeat: no-repeat;
/*	background-position-y: center;
	background-position-x: 7px;
	padding: 10px 15px 10px 35px !important; */
	background-position: center;
}

.startfolder_icon {
	background-color: white;
	padding: 5px;
	background-position: center;
	margin-right: 0px;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
}
.startfolder_icon_y {
}
.abo_icon {
        padding: 5px;
        background-color: white;
        background-position: center;
        margin-right: 0px;
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
}

.signed_icon { background-image: url(/img/gray/signed.png); margin: 0px; width: 25px; height: 25px; background-size: 25px 25px;}
.home_icon,.startfolder_icon { background-image: url(/img/gray/home.png); }
.home_icon_active,.startfolder_icon_y { background-image: url(/img/white/home.png); }
.history_icon { background-image: url(/img/gray/history.png); }
.history_icon_active { background-image: url(/img/white/history.png); }
.folder_icon { background-image: url(/img/gray/folder.png); }
.folder_icon_active { background-image: url(/img/white/folder.png); }
.file_icon { background-image: url(/img/gray/files.png); }
.file_icon_active { background-image: url(/img/white/files.png); }
.folder_search_icon { background-image: url(/img/gray/folder_search.png); }
.folder_search_icon_active { background-image: url(/img/white/folder_search.png); }
.user_icon { background-image: url(/img/gray/user.png); }
.user_icon_active { background-image: url(/img/white/user.png); }
.profile_icon { background-image: url(/img/gray/user.png); }
.profile_icon_active { background-image: url(/img/white/user.png); }
.upload_icon { background-image: url(/img/gray/upload.png); }
.upload_icon_active { background-image: url(/img/white/upload.png); }
.download_icon { background-image: url(/img/gray/download.png); width: 25px; height: 25px; background-size: 25px 25px; }
.download_icon_active { background-image: url(/img/white/download.png); }
.details_icon{ background-image: url(/img/gray/details.png); width: 25px; height: 25px; background-size: 25px 25px; }
.details_icon_active { background-image: url(/img/white/details.png); width: 25px; height: 25px; background-size: 25px 25px; }
.broom_icon { background-image: url(/img/gray/broom.png); }
.broom_icon_active { background-image: url(/img/white/broom.png); }
.expand_icon_active { background-image: url(/img/white/expand.png); }
.settings_icon { background-image: url(/img/gray/settings.png); }
.settings_icon_active { background-image: url(/img/white/settings.png); }
.datev_settings_icon { background-image: url(https://upload.wikimedia.org/wikipedia/de/c/c7/Datev.svg); }
.datev_settings_icon_active { background-image: url(https://upload.wikimedia.org/wikipedia/de/c/c7/Datev.svg); }
.view_list_icon { background-image: url(/img/gray/view_list.png); }
.view_list_icon_active,.view_list_icon:hover { background-image: url(/img/white/view_list.png); }
.view_tile_icon { background-image: url(/img/gray/view_tile.png); }
.view_tile_icon_active,.view_tile_icon:hover { background-image: url(/img/white/view_tile.png); }
.group_icon { background-image: url(/img/gray/groups.png); }
.group_icon_active { background-image: url(/img/white/groups.png); }
.folder_log_icon { background-image: url(/img/gray/folder_log.png); }
.folder_log_icon_active { background-image: url(/img/white/folder_log.png); }
.files_log_icon { background-image: url(/img/gray/files_log.png); }
.files_log_icon_active { background-image: url(/img/white/files_log.png); }
.file_read_log_icon { background-image: url(/img/gray/file_read_log.png); }
.file_read_log_icon_active { background-image: url(/img/white/file_read_log.png); }
.misc_icon { background-image: url(/img/gray/misc.png); }
.misc_icon_active { background-image: url(/img/white/misc.png); }
.search_icon { background-image: url(/img/gray/search.png); }
.search_icon_active { background-image: url(/img/white/search.png); }
.signature_icon { background-image: url(/img/gray/signature.png); }
.signature_icon_active { background-image: url(/img/white/signature.png); }
.update_icon { background-image: url(/img/gray/update.png); }
.update_icon_active { background-image: url(/img/white/update.png); }
.disk_usage_icon { background-image: url(/img/gray/disk_usage.png); }
.disk_usage_icon_active { background-image: url(/img/white/disk_usage.png); }
.disk_usage_icon_colored { background-image: url(/img/gray/disk_usage_colored.png); }
.disk_health_icon { background-image: url(/img/gray/disk_health.png); }
.disk_health_icon_active { background-image: url(/img/white/disk_health.png); }
.disk_health_icon_colored { background-image: url(/img/gray/disk_health_colored.png); }
.raid_icon { background-image: url(/img/gray/raid.png); }
.raid_icon_active { background-image: url(/img/white/raid.png); }
.star_icon { background-image: url(/img/gray/star.png); }
.email_icon { background-image: url(/img/gray/email.png); }
.email_icon_active { background-image: url(/img/white/email.png); }
.reset_icon { background-image: url(/img/gray/reset.png); }
.reset_icon_active { background-image: url(/img/white/reset.png); }
.delete_icon { background-image: url(/img/gray/delete.png); }
.delete_icon_active { background-image: url(/img/white/delete.png); }
.back_icon { background-image: url(/img/gray/back.png); }
.back_icon_active { background-image: url(/img/white/back.png); } 
.forward_icon { background-image: url(/img/gray/forward.png); }
.forward_icon_active { background-image: url(/img/white/forward.png); }
.save_icon { background-image: url(/img/gray/save.png); }
.save_icon_active { background-image: url(/img/white/save.png); }
.check_icon { background-image: url(/img/gray/check.png); }
.check_icon_active { background-image: url(/img/white/check.png); }
.module_icon { background-image: url(/img/gray/modules.png); }
.module_icon_active { background-image: url(/img/white/modules.png); }
.select_all_icon_active { background-image: url(/img/white/select_all.png); }
.abo_icon { background-image: url(/img/gray/abo.png); }
.abo_icon_active, .abo_icon_y { background-image: url(/img/white/abo.png); }
.sst_icon { background-image: url(/img/gray/schnittstellen.png); }
.sst_icon_active { background-image: url(/img/white/schnittstellen.png); }
.srep_icon { background-image: url(/img/gray/abrechnungen.png); }
.srep_icon_active { background-image: url(/img/white/abrechnungen.png); }
.szip_icon { background-image: url(/img/gray/szip.png); }
.szip_icon_active { background-image: url(/img/white/szip.png); }
.bel_icon { background-image: url(/img/gray/belege.png); }
.bel_icon_active { background-image: url(/img/white/belege.png); }
.rul_icon { background-image: url(/img/gray/regeln.png); }
.rul_icon_active { background-image: url(/img/white/regeln.png); }


.upload_field {
	border: 1px #b9b9b9 dotted; 
	width: 100%; 
/*	min-width: 300px;  */
	height: 100px; 
	display: table;
}

.uploader {
	cursor: pointer; 
	margin-left: auto; 
	margin-right: auto; 
	width: 50px; 
	height: 50px; 
	background-size: 50px 50px;
}

.upload_progress_container {
	width: 200px;
	height: 8px;
}

.upload_progress {
	width: 0%;
	height: 100%;
}

.readonly_class {
	background-color: #eaeaea !important;
	color: black;
}

.error_zeichen {
	background-color: red;
	height: 18px;
	width: 18px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#message_div {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	display: none;
	padding: 10px;
	border: 2px red dotted;
	background-color: white;
	max-width: 250px;
	line-height: 18px;
}

.sort_button:hover {
	cursor: pointer;
}

.new_bl_nr {
	margin-right: 5px;
	padding: 0px 7px;
	height: 30px;
	line-height: 30px;
	color: white;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.bl_text {
	padding: 7px;
	background-color: white;
}

.loading_parent {
	height: 64px !important;
	width: 64px !important;
	margin: auto;
}
.loading_container {
	width: 100%;
	height: 100%;
	display: flex;
}

#overall_uploads_container {
/*	width: 500px; */
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	border: 1px #b9b9b9 solid;
	right: 20px;
	bottom: 35px;
	line-height: 18px;
	padding: 0px;
	min-width: 250px;
	display: none;
}

.upload_box_headline {
	display: flex;
	justify-content: flex-end;
	color: white;
}

.upload_box_content {
	padding: 10px;
	display: none;
}

.upload_box_headline_btn {
	cursor: pointer;
	display: table;
	width: 30px;
	height: 100%;
}

.extension_box {
	background-color: #4e4e4e;
	color: white;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.extension_box_pdf {
	background-color: #aa0d0d;
}
.extension_box_png {
	background-color: #2258c5;
}
.extension_box_jpg, .extension_box_jpeg {
	background-color: #1a8d1a;
}
.extension_box_xls, .extension_box_xlsx, .extension_box_ods {
	background-color: green;
}
.extension_box_doc, .extension_box_docx, .extension_box_odt {
	background-color: #008aff;
}
.extension_box_csv, .extension_box_txt {
	background-color: #d58d09;
}

.preview_container {
	width: 100%;
	height: 100%;;
	height: 210px;
	text-align: center;
/*	padding: 5px; */
/*	border: 1px #b9b9b9 solid; */
	border-radius: 2px;
	display: table;
	background-color: #f6f6f6;
}

.preview_image {
	max-width: 200px;
	max-height: 200px;
	cursor: zoom-in;
	margin: 5px;
}
.mobile_vis { display: none; }

#menu_toggler {
/*
	background-color: #797979;
	line-height: 30px;
	height: 30px;
	color: white;
	cursor: pointer;
	position: absolute;
	top: 0px;
	z-index: 1000;
	width: 100%;
*/
}

#live_search_result {
	display: none; 
	width: 100%; 
/*	min-height: 50px;  */
	border: 1px #b9b9b9 solid; 
	max-height: 400px;
	overflow: auto;
	padding: 0px;
}
#live_search_result div { height: auto; }
#live_search_options_container {
	width: 100%; 
/*	min-height: 50px;  */
	border: 1px #b9b9b9 solid;
	display: none;
}
#live_search_options_container div { height: auto; }

.live_search_result_line {
/*	white-space: nowrap; */
	cursor: pointer;
}
.live_search_result_line:hover {
	background-color: #f9f9f9;
}
.table_field {
	line-height: 40px; 
	padding: 0px 5px 00px 5px; 
	flex-grow: 1;
}

.view_changer {
	cursor: pointer;
	border-radius: 3px;
	padding: 5px 7px;
	background-position: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

.sig_status_class {
	padding: 10px;
	border-radius: 3px;
	background-color: #b9b9b9;
	display: inline-block;
}
.sig_status_class_TODO {
	background-color: #d4a41a;
	color: white;
}
.sig_status_class_ERR {
	background-color: #b60000;
	color: white;
}
.sig_status_class_OK {
	background-color: #149314;
	color: white;
}

.loading_circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(77, 77, 77, 0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #838383;
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.loading_circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(77, 77, 77, 0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #838383;
    width: 30px !important;
    height: 30px !important;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

#abo_info_container {
	white-space: nowrap;
}

.helper_toggle {
	background-color: #29a6cf;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	color: white;
	width: 15px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
}
.helper_toggle:hover {
	background-color: #33b7e3;
}

#helper_box {
	position: absolute;
	display: none;
	width: 300px;
	line-height: 18px;
	background-color: white;
	padding: 5px;
	border: 2px solid #29a6cf;
}

.search_dd {
	min-width: 130px;
	height: 150px;
}
.search_dd option {
	padding: 3px 5px;
}

.rights_container { display: none; }

.group_rights_container_title {
	display: flex; 
	color: white; 
	padding: 5px 10px; 
	margin-top: 10px;
	cursor: pointer;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
}
.flex_grow {
	flex-grow: 1;
}

.folder_back_btn {
	font-size: 25px; 
	height: 40px; 
	line-height: 40px; 
	padding: 0px 7px; 
	cursor: pointer; 
	user-select: none; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	color: white; 
	display: inline-block;
}
.breadcrumb {
	padding: 0px 5px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
}
.breadcrumb:hover {
	border-radius: 2px;
	background-color: gray;
	color: white;
	cursor: pointer;
}
.active_breadcrumb {
	font-weight: bold;
}

.prop_box {

}
.prop_opt_box {
	background-color: gray; 
	color: white; 
	position: absolute; 
	width: 100%; 
	bottom: 0px;
	display: none;
}
.prop_opener {
	cursor: pointer; 
	display: inline-block; 
	height: 25px; 
	line-height: 25px; 
	background-color: gray; 
	color: white; 
	padding: 0px 5px; 
	font-size: 25px;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
}
.prop_opt_line {
	cursor: pointer; 
	display: flex; 
	padding: 10px 7px; 
	height: 20px; 
	line-height: 20px;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
}
.extension_box_bg {
	width: 55px;
	height: 55px;
	background-image: url(/img/gray/file_bg.png);
	background-size: 55px 55px;
	background-repeat: no-repeat;
}

.box_title_text {
	flex-grow: 1;
}
.box_head_info {
	display: flex;
}
.box_head_icon_container {
	padding: 7px 0px 0px 10px;
}
.box_header {
	display: flex; 
	font-size: 15px; 
	color: white; 
	line-height: 35px;
}
.head_info_text {
	display: none;
	width: 0px;
	height: 0px;
}
.help_info_toggler {
	font-size: 16px; 
	padding: 0px 10px 0px 10px; 
	cursor: pointer;
}
#global_helper_container {
	position: absolute;
	width: 40%;
	left: 50%;
	margin-left: -20%;
	top: 20%;
	z-index: 20;
	display: none;
}
#overall_opacity {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	display: none;
}

#response_box {
        position: absolute;
        top: 5%;
        width: 94%;
        left: 50%;
        margin-left: -47%;
        display: none;
        background-color: white;
        z-index: 20;
        height: 88%;
}

.start_folder_title_line {
        cursor: pointer;
        display: flex;
        padding: 7px 10px;
}
.start_folder_title_line:hover {
        background-color: #e1e1e1;
}

.bez {
	white-space: nowrap;
	width: 140px;
	flex-grow: 1;
	line-height: 40px;
}

