

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

#mobile_search { width: 100%; }

.infobox {
	background-color: white; 
	width: 100%;
	margin-bottom: 8px;
}
.infobox > div {
	border: 1px #b9b9b9 solid;
	display: flex;
}
.infobox .ico {
	display: flex; 
	flex-direction: column; 
	flex-shrink: 0; 
	justify-content: center; 
	width: 25px; 
	text-align: center; 
	color: white; 
	font-size: 20px; 
	font-weight: bold; 
	background-color: #f2f2f2;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none; 
}

.infobox.hinweis > div {
	border-color: #28a0cc !important;
}
.infobox.hinweis .ico {
	background-color: #28a0cc !important;
}
.infobox.warn > div {
        border-color: #fe8a01 !important;
}
.infobox.warn .ico {
	background-color: #fe8a01 !important;
}
.infobox.okay > div, .infobox.success > div {
        border-color: #9dcd25 !important;
}
.infobox.okay .ico, .infobox.success .ico {
	background-color: #9dcd25 !important;
}
.infobox.error > div {
        border-color: #e41d1d !important;
}
.infobox.error .ico {
	background-color: #e41d1d !important;
}


#mail_dialog_box { width: 850px; }

.data_detail_box {
	display: flex; 
	flex-wrap: wrap;
}

.preview_positioner {
	width: 300px;
	flex-shrink: 0;
}

.select-wrapper { width: 100%; }

.ajax_combo_field {
	position: relative;
}
.ajax_combo_field input[type=text] {
	padding-right: 35px;
	cursor: pointer;
	border: none;
	border-bottom: 2px #b9b9b9 solid;
}
.ajax_combo_field span {
	font-family: Font Awesome\ 5 Free; 
	font-size: 20px;
	position: absolute;
	right: 0px;
	top: 0px; 
	color: #7a7a7a;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	width: 35px;
	height: 100%;
	font-weight: 900;
}
.ajax_combo_field span:before {
        content: '\f0d7';
}

.ajax_combo_field_list {
	position: absolute; 
	background-color: white; 
	width: calc(100% - 2px); 
	max-height: 250px; 
	overflow: auto; 
	z-index: 10;
	display: none;
}
.ajax_combo_field_list .combo_entry {
	cursor: pointer;	
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.ajax_combo_field_list .combo_entry:hover {
	color: #2f2f2f !important;
}

.base_text_color, body {
	color: #4a4a4a;
}
.base_text_color_imp {
	color: #4a4a4a !important;
}

.select_color_theme:after, .select_color_theme ~ .input_helper {
	color: white !important;
}

body {
        font-family: Arial;
        font-size: 14px;
	background-color: #f6f6f6;
	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], input[type=number], input[type=email], input[type=date] {
        background-color: white;
        border: 1px #b9b9b9 solid;
        padding: 0px 10px;
	width: 300px;
	height: 40px;
	line-height: 40px; 
}
input[type=date] {
	line-height: 20px;
}
.textbox_width { width: 300px; }
.ajax_combo_field { width: 300px; }
.ipg .ajax_combo_field { width: 100%; }

/* InputGroupContainer */
.ipgc {
        padding-top: 27px;
	margin-top: 15px;
        display: inline-block; 
	width: 300px;
	min-width: 180px;
}
/* InputGroup */ 
.ipg { position: relative; }
.ipg input[type=text], .ipg input[type=password], .ipg input[type=number], .ipg textarea, .ipg input[type=email], .ipg input[type=date] {
        font-size:14px;
        padding:10px 22px 10px 10px;
        display:block;
        width:100%;
/*        border: 2px #b9b9b9 solid; */
	border: none;
	border-bottom: 2px #b9b9b9 solid;
}
.ipg textarea {
	padding: 10px 22px 10px 10px;
}
.ipg input[type=number] {
	padding: 10px 7px 10px 10px;
}
.ipg input[type=text]:focus, .ipg input[type=password]:focus, .ipg input[type=number]:focus, textarea:focus, .ipg input[type=email]:focus, .ipg input[type=date]:focus {
        outline: none;
}
.ipg label {
	color:#999;
	font-size:14px;
	font-weight:normal;
	position:absolute;
	pointer-events:none;
	left:10px;
	top:11px;
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
	white-space: nowrap;
}
.ipg input[type=text]:focus ~ label, .ipg input[type=password]:focus ~ label, .ipg input[type=number]:focus ~ label, .ipg textarea:focus ~ label, .ipg .select-wrapper:hover ~ label, .ipg select[multiple=multiple]:hover ~ label, .ipg input[type=date]:focus ~ label, .ipg input[type=email]:focus ~ label, .ipg .ajax_combo_field:hover ~ label, .ipg .switch:hover ~ label {
        top:-23px;
	left: 5px !important;
/*        color: #3e9be9 !important; */
	color: auto;
        font-weight: bold !important;
}
.ipg input[type=text]:not([value=""]):valid ~ label, .ipg input[type=number]:not([value=""]):valid ~ label, .ipg input[type=password]:not([value=""]):valid ~ label, .ipg textarea:not([value=""]):valid ~ label, .ipg textarea:not([value=""]):disabled ~ label, .ipg textarea:not([value=""])[readonly] ~ label, .ipg input[type=text]:not([value=""]):disabled ~ label, .ipg input[type=text]:not([value=""])[readonly] ~ label, .ipg .ajax_combo_field ~ label, .ipg .switch ~ label, .ipg .select-wrapper ~ label, .ipg select[multiple=multiple] ~ label, .ipg button ~ label, .ipg input[type=email]:not([value=""]):valid ~ label, .ipg input[type=date] ~ label, .ipg a ~ label { 
        color: #4a4a4a; 
        font-weight: normal;
        top: -23px;
	left: 5px !important;
}
.ipg > a {
	margin-left: 5px;
}
.ipg > a ~ .input_helper { bottom: 12px; }
.ipg input[type=text]:-webkit-autofill ~ label, .ipg input[type=number]:-webkit-autofill ~ label, .ipg input[type=password]:-webkit-autofill ~ label, .ipg textarea:-webkit-autofill ~ label, .ipg input[type=date]:-webkit-autofill ~ label, .ipg input[type=email]:-webkit-autofill ~ label {
        color: #4a4a4a;
        font-weight: normal;
        top: -23px;
        left: 5px;
}
.ipg .bar { position:relative; display:block; }
.ipg .bar:before, .ipg .bar:after    {
        content:'';
        height:2px;
        width:0;
        bottom:0px;
        position:absolute;
/*        background-color: #3e9be9; */
        transition:0.3s ease all;
        -moz-transition:0.3s ease all;
        -webkit-transition:0.3s ease all;
}
.bar:before {
        left:50%;
}
.bar:after {
        right:50%;
}
.ipg input[type=text]:focus ~ .bar:before, .ipg input[type=text]:focus ~ .bar:after, .ipg input[type=number]:focus ~ .bar:before, .ipg input[type=number]:focus ~ .bar:after, .ipg input[type=password]:focus ~ .bar:before, .ipg input[type=password]:focus ~ .bar:after, .ipg textarea:focus ~ .bar:before, .ipg textarea:focus ~ .bar:after, .ipg input[type=email]:focus ~ .bar:before, .ipg input[type=email]:focus ~ .bar:after, .ipg input[type=date]:focus ~ .bar:before, .ipg input[type=date]:focus ~ .bar:after {
        width:50%;
}
.ipg .input_helper {
        position: absolute;
        height: 100%;
        bottom: -1px;
        right: 0px;
        cursor: pointer;
        width: 25px;
        text-align: center;
        color: #7a7a7a;
}
.ipg .select-wrapper ~ .input_helper, .ipg input[type=number] ~ .input_helper, .ipg .ajax_combo_field ~ .input_helper {
	right: 25px;
}
.ipg .select-wrapper > select {
	padding-right: 50px;
	width: 100%;
}
.ipg .input_helper:before {
        content: '\f128';
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        font-size: 14px;
        color: inherit;
        pointer-events: none;
        line-height: initial;
        line-height: 38px;
}

select {
	padding: 0px 5px;
	width: 300px;
	height: 40px;
	line-height: 40px;
}
select[multiple] {
	height: auto;
	background-color: white;
	border: 1px #b9b9b9 solid;
}


/* war vorher in @media (min-width: 1000px) { */ 
select:not([multiple]) {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	border-bottom: 2px #b9b9b9 solid;
	background-color: white;
	padding: 0px 30px 0px 5px;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.select-wrapper { position: relative; display: inline; }
.select-wrapper::after {
	content: '\f0d7';
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: calc(50% - 11px);
	color: inherit; /* #7a7a7a; */
	pointer-events: none;
	line-height: initial;
	color: #7a7a7a;
}


.select-wrapper:hover select:not([multiple]) {
	border-bottom: 2px black solid;
}
.select-wrapper:hover::after, .ajax_combo_field:hover span {
	color: black;
}
select:not([multiple])::-ms-expand {
	display: none;
}
select:not([multiple]):focus::-ms-value {
	background-color: transparent;
}

/* bis hier */


input[type=submit], button {
        border: none;
        border-radius: 1px;
        padding: 10px 30px;
        cursor: pointer;
        color: white;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none; 
	white-space: nowrap;
}
.button_icon_svg { 
	line-height: 40px; 
	padding: 0px 10px; 
	font-size: 16px;
	white-space: nowrap;
}
.button_icon_svg span {
	font-family: Arial; 
	font-size: 14px; 
	font-weight: normal; 
	margin-left: 7px;
}
input[type=submit]:hover, button:hover, .view_changer:hover, .new_bl_nr:hover, .abo_info_btn:hover, .logout_button:hover, .hovered_btn:hover, .button_props:hover, .new_bl_nr_active {
	white-space: nowrap;
	-webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
table {
        width: 100%;
}
table tr {
        background-color: #ffffff;
}
table th {
        color: white;
        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;
}

.upload_container {
	width: 300px;
	margin: 15px 10px;
}

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

.sep_line {
	border-bottom: 1px #b9b9b9 solid;
}
.gray_bg_color {
	background-color: #f6f6f6;
}
.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;
}
.green_button {
        background-color: #129b04 !important;
}
.green_button_hover {
        background-color: #1da80f !important;
}

.missing_input {
	border-color: red !important;
}
.mssing_select {
	
}
.border {
        border: 1px #b9b9b9 solid;  
}
.shadow {
	box-shadow: 0px 0px 10px #ababab;
}
.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;
	z-index: 20;
}

#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: 750px;
	border-radius: 2px;
	border: 1px #d5d5d5 solid;
	background-color: #f8f8f8;
	margin-right: 10px;
	width: 100%;
}
.search_container:hover {
	border: 1px #c6c6c6 solid;
	box-shadow: 0px 0px 3px #e4e4e4;
}

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

#live_search_bar {
	width: 100%;
	height: 100%;
	padding-left: 40px;
	border: none !important;
	background-color: inherit !important;
	font-size: 16px;
}

.main_search_box {
	position: relative;
}

.main_search_box:before {
	content: '\f002';
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: calc(50% - 11px);
	color: #7a7a7a;
	pointer-events: none;
	line-height: initial;
	color: #636363;
}

.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 #686868;
	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 #686868;
        height: 0px !important;
        margin-left: auto;
        margin-right: auto;
}

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

.menu_content {
/*	width: 250px; */
	padding-top: 15px; 
	margin-top: 90px; 
	overflow-y: auto;
	background-color: white;
	-webkit-animation: fade-in-left .3s; 
	-moz-animation: fade-in-left .3s; 
	animation: fade-in-left .3s; 
	transition: all 0.3s ease;

	min-width: 250px;
	max-width: 270px;
	width: 80%;
}

.menu_content .point {
	padding: 10px 25px;
	font-size: 16px;
	display: flex;
	line-height: 20px;
	cursor: pointer;
	color: #4a4a4a; 
        user-select: none;
        border-right: 5px transparent solid;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;


}
.menu_content .point:hover {
/*	background-color: #ededed; */

	background: linear-gradient(to left, #ededed 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right;
	transition: all .2s ease-out;
}

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

/* .menu_content .point .icon { flex-shrink: 0; } */

.main_content {
	padding: 20px 30px 0px 30px;
	margin-bottom: 30px;
	margin-top: 90px; 
	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_svg {
	margin-right: 10px;
	flex-shrink: 0;
	width: 25px;
	font-size: 19px;
}

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

.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/red/signed.png); margin: 0px; width: 25px; height: 25px; background-size: 25px 25px;} */

.signed_icon { color: #d20000; width: 30px; height: 30px; line-height: 30px; margin: 0px; text-align: center; font-size: 25px;  }
.grp_admin_icon { color: #098a09; width: auto; font-size: 25px; margin: 0px; }

.upload_field {
	border: 1px #b9b9b9 dotted; 
	width: calc(100% - 22px); 
	height: 100px; 
	display: flex;
	justify-content: center;
	margin: 10px;
	position: relative;
}

.uploader {
	cursor: pointer; 
	width: 50px; 
	height: 50px; 
	font-size: 40px;
	position: absolute;
	top: calc(50% - 25px);
}

.upload_progress_container {
	width: 100px;
	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: 25;
	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 {
	position: absolute;
	right: 20px;
	bottom: 15px;
	line-height: 18px;
	padding: 0px;
	min-width: 250px;
	display: none;
}

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

.upload_box_content {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	display: none;
}

.upload_box_headline_btn {
	cursor: pointer;
	margin: 0px;
	width: 35px;
	text-align: center;
	line-height: inherit !important;
}

.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_svg {
	background-color: #d47000;
}
.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;
}

#menu_toggler {
	cursor: pointer;
}

.table_field {
	line-height: 40px; 
	padding: 0px 5px 00px 5px; 
	flex-grow: 1;
}

.view_changer {
	cursor: pointer;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  pointer-events: auto !important;
}

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

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

 /* Customize the label (the container) */
.chk_container {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chk_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border: 2px #8f8f8f solid;
  border-radius: 3px;
  pointer-events: auto !important;
}

/* On mouse-over, add a grey background color */
.chk_container:hover input ~ .checkmark {
  background-color: #f9f9f9;
}

/* When the checkbox is checked, add a blue background */
.chk_container input:checked ~ .checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chk_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk_container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.sig_status_class {
	padding: 10px;
	border-radius: 3px;
	background-color: #b9b9b9;
	display: inline-block;
}
.sig_status_class_TODO {
	background-color: #d4a41a !important;
	color: white;
}
.sig_status_class_ERR {
	background-color: #b60000 !important;
	color: white;
}
.sig_status_class_OK {
	background-color: #149314 !important;
	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: 270px;
	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;
	margin-top: 5px;
}
.breadcrumb {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;

	line-height: 40px;
	height: 40px; 
	white-space: nowrap;
	border-color: #efefef; 
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	cursor: pointer;
	margin-top: 5px;
}
.breadcrumb .mid {
	background-color: #efefef;
}
.breadcrumb:hover, .active_breadcrumb {
	border-color: gray;
	color: white;
	text-shadow: none;
}
.breadcrumb:hover .mid, .active_breadcrumb .mid {
        background-color: gray;
}

.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;
	color: white;
        -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;
	z-index: 25;
	display: none;
}
#overall_opacity {
	z-index: 21;
	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: 25;
	height: 88%;
}

#response_box_small {
	position: absolute;
	z-index: 25;
        background-color: white;
}

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

.special_mult_select {
	border: 1px #b9b9b9 solid; 
	margin-top: 10px; 
	padding: 0px 10px 0px 10px; 
	width: 100%; 
	max-height: 150px; 
	overflow-y: auto;
}
.box_actions_list_container {
	display: flex;
	flex-wrap: wrap;
}
.action_list_entry, .action_list_entry_css_only {
	cursor: pointer; 
	height: 30px; 
	line-height: 30px;
	padding-left: 10px; 
	padding-right: 10px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.action_list_entry:hover, .action_list_entry_hover, .action_list_entry_css_only:hover, .action_list_entry_css_only_hover {
	background-color: gray;
	color: white;
}
.action_list_submenu {
	position: absolute; 
	top: 30px; 
	background-color: gray; 
	color: white;
	display: none;
	z-index: 1;
}
.rotate-center {
	animation: rotate-center 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.rotate-center-rev {
        animation: rotate-center-rev 0.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.search_filter_box {
	display: flex; 
	padding: 5px;
	margin-right: 5px; 
	margin-top: 5px; 
	font-size: 11px;
}
.remove_filter_btn {
	cursor: pointer; 
	background-color: gray; 
	color: white; 
	padding: 3px 5px 2px 5px;
}
.remove_filter_btn:hover {
	background-color: #4b4b4b;
}

.disk_info_warning, .abo_info_counter {
	font-family: Arial; 
	font-size: 14px; 
	position: absolute; 
	right: -5px; 
	top: -5px; 
	font-weight: bold; 
	text-align: center; 
	line-height: 20px; 
	width: 20px !important; 
	height: 20px !important; 
	border-radius: 10px; 
	color: white; 
	background-color: red;
}
.property_icon_parent {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0px;
}

/* Styles fuer Pie-Chart */
.single-chart {
	width: 100%;
	height: 100%;
}

.circular-chart {
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}
.circular-chart.green .circle {
  stroke: #2CBF33;
}
.circular-chart.blue .circle {
  stroke: #3c9ee5;
}
.circular-chart.red .circle {
  stroke: #c60000;
}


.single-chart .circle-bg {
  fill: none;
  stroke: #eee; 
  stroke-width: 3.8;
}

.single-chart .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress_pie_chart 1s ease-out forwards;
}

.single-chart .percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.file_drop_box_hovered {
	border: 3px #3c9ee5 solid;
}
#file_drop_box_info {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 150px);
	width: 300px;
	display: flex;
	justify-content: center;
}
#drop_box_fol_name {
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
#file_drop_box_info .fa-cloud-upload-alt {
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5,0.05,1,.5);
  animation-iteration-count: infinite;
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
.point_active .icon_svg, .scale_hover:hover { 
        -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; 
}
.scale_hover_small:hover, .action_list_entry:hover .icon_svg, .action_list_entry_css_only:hover .icon_svg {
        -webkit-animation: scale-up-center-little 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                animation: scale-up-center-little 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
#zoomer {
	background-color: white;
	background-repeat: no-repeat;
	background-position: center; 
	position: absolute;
	left: 350px;
	top: 50px;
	width: 400px;
	height: 300px;
	z-index: 25;
	margin: 0px 15px;
	display: none;
	padding: 5px;
}
#first_steps {
	position: absolute;
	right: 25px;
	top: 20px;
	max-width: 350px;
	z-index: 25;
	line-height: 19px;
}

