@charset "utf-8";
/* CSS Document */

/* Global 
----------------------------------------------------- */
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	overflow-y: scroll;
}

body {
	padding-top: 55px; /* um den content unterhalb des menüs beginnen zu lassen */
	font-family: 'Open Sans', sans-serif;
    background-color: rgba(238,238,238,1.0);
	background-attachment: fixed;
	/* um zu verhindern, dass ein Modal die Seite verschiebt, wenn overflow-y: scroll */
	padding-right:0px !important;
	margin-right:0px !important;
	
}

.title {
	font-family: 'Rubik', sans-serif;
	font-style: italic;
	font-size: 48px;
}

.mobiletitle {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.headline {
    font-family: 'Rubik', sans-serif;
	font-style: italic;
    font-size: 30px;
}

.subheadline {
    font-size: 24px;
}

.center {
	text-align: center;
}

.labelform {
	margin-top: 5px;
	margin-bottom: 0px;
}

.rightform {
	text-align: right;
}

.leftform {
	text-align: left;
}

.error {
	border: 2px solid red;
	animation: shake 0.2s ease-in-out 0s 3;
}
@keyframes shake {
	0% { transform: translateX(0); }
	25% { transform: translateX(-5px); }
	50% { transform: translateX(5px); }
	75% { transform: translateX(-5px); }
	100% { transform: translateX(0); }
}

.clouditem {
    background-color: rgb(107, 107, 107);
    border-radius: 10px;         /* Rundet die Ecken mit einem Radius von 10px ab */
    padding-top: 2px;               /* Fügt innen Abstand hinzu, damit der Text nicht am Rand klebt */
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: white;
    max-width: fit-content;
    display: inline-block; /* Fügt diese Eigenschaft hinzu */
    margin-right: 5px;    /* Optional: Fügt einen Abstand zwischen den Elementen hinzu */
    margin-bottom: 2px;
}

.hidden {
	display: none;
}

.mysticky {	
	top: 49px;
	position: fixed;
	width: 90%;
	padding-top: 15px;
	margin-left: auto;
	margin-right:auto;
	/*right: 0;
	left: 0;*/
	z-index: 1020;
	background-color: rgba(238,238,238,1.0);  
}

.mystickyplaceholdersmall {
    height: 157px;
}

.mystickyplaceholdertaskslist {
	height: 186px;
}

.mystickyplaceholderdevicelist {
	height: 204px;
}

.input-group {
	width: 100%;
}

.nolink {
	color: #333;
	text-decoration:none;	
}

.nolink:hover {
    color: #333;
    text-decoration: underline;
}

.nolinkblack {
    color: #000000;
    text-decoration: none;
}

.nolinkblack:hover {
    color: #000000;
    text-decoration: underline;
}

.nolink-green {
    color: #086600;
    text-decoration: none;
}

.nolink-green:hover {
    color: #086600;
    text-decoration: underline;
}

.nolink-red {
    color: #800000;
    text-decoration: none;
}

.nolink-red:hover {
    color: #800000;
    text-decoration: underline;
}

.protolink {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;		
}

.hidden-text {
	color: transparent;
}

.hidden-text option {
	color: transparent;
}
  
.hidden-text option:checked {
	color: inherit;
}

.masterbox { 
  width: 90%; 
  border: 0px solid #000000;
  margin-left:auto;
  margin-right:auto;
  z-index: 20;
}

.dts-row {
	margin-left: auto;
	margin-right: auto;
}

.lb-lg {
	font-size: 25px;
}

.dts-btn-vertifix {
	position: relative;
	top: -5px;
}

.floatingSaveButton {
	position: fixed;
	bottom: 100px;
	right: 350px;
	z-index: 998;
}

.floatingSaveButtonTopRight {
    position: fixed;
    right: 200px;
    top: 75px;
    z-index: 998;
}

.dtsChoiceButton {
	width: 110px;
}

.sidebar-fixed {
	position: fixed;
}

.sidemenu-separator {
    height: 2px;
    background-color: #737373;
}

/* user-changelog.php & exportarticlecsv.php
------------------------------------------------------------------------------------------------- */
.workingbox {
	background-color: rgba(255,255,255,1.0);  
	max-width: 1100px; 
	margin-top: 10px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
	padding-bottom: 20px;
}

.innerbox {
	max-width: 600px;
	margin: auto;
}

.statisticsbox {
	background-color: rgba(255,255,255,1.0);  
	max-width: 98%; 
	margin-top: 10px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.bigdatacontainer {
	background-color: rgba(255,255,255,1.0);  
	max-width: 98%; 
	margin-top: 10px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.mediumdatacontainer {
	background-color: rgba(255,255,255,1.0);  
	max-width: 68%; 
	margin-top: 10px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.smalldatacontainer {
	background-color: rgba(255,255,255,1.0);  
	max-width: 50%; 
	margin-top: 10px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.minidatacontainer {
	background-color: rgba(255,255,255,1.0);  
	max-width: 35%; 
	margin-top: 10px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.thirdsdatacontainer {
	background-color: rgba(255,255,255,1.0);  
	max-width: 100%; 
	margin-top: 10px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.normalfont {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn-nowiki, .btn-nowiki:focus {
	color: #737373;
	background-color: #f0f0f0;
	border-color: #ccc;
}

.btn-nowiki:hover {
	color: #737373;
	background-color: #d8d8d8
}

.btn-wiki {
	color: #082;
	background-color: #fff;
	border-color: #ccc;
}

.thumbnailpix {
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
}

.tablethumbnailpix {
	max-width: 90%;
}

.error {
	border: 2px solid red;
	animation: shake 0.2s ease-in-out 0s 3;
}
@keyframes shake {
	0% { transform: translateX(0); }
	25% { transform: translateX(-5px); }
	50% { transform: translateX(5px); }
	75% { transform: translateX(-5px); }
	100% { transform: translateX(0); }
}


/* index.php
------------------------------------------------------------------------------------------------- */
.indexbox {
	background-color: rgba(255,255,255,1.0);  
	max-width: 700px; 
	margin-top: 6%; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.loginbox {	
	background-image: url(../images/itxlogin.png);
	background-position: center;
	background-color: rgba(255,255,255,0.0);  
	max-width: 700px; 
	height: 300px;
	margin-top: 10%; 
	border: 0px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-top: 90px;
	padding-bottom: 20px;
}

.lostcredentialsbox {	
	background-image: url(../images/itxlostcredentials.png);
	background-position: center;
	background-color: rgba(255,255,255,0.0);  
	max-width: 700px; 
	height: 300px;
	margin-top: 10%; 
	border: 0px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-top: 90px;
	padding-bottom: 20px;
	text-align: left;
}

/* Topmenu
------------------------------------------------------------------------------------------------- */
.navbar .divider-vertical {
    height: 10px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

/* Tabellen
------------------------------------------------------------------------------------------------- */
.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

.table th, .table td { 
     border-top: none !important; 
}

.myborderedtable {
    border: 1px solid #000000;
}
.myborderedtable th {
    border-bottom: 1px solid #000000;
}
.myborderedtable th:nth-child(n+2) {
    border-left: 1px solid #cecece;
}
.myborderedtable td:nth-child(n+2) {
    border-left: 1px solid #cecece;
}

.mystripedtable tr:nth-of-type(even) {
	background-color: rgba(243,243,243,1.0);
}
.mystripedtable tr:nth-of-type(odd) {
	background-color: rgba(221,221,221,1.0);
}

.mydevidedstripedtable {
	margin-bottom: 0px;
	background-color: rgba(243,243,243,1.0);
}

/* checkout.php
----------------------------------------------------- */
.checkoutbox {
	background-color: rgba(255,255,255,1.0);
	width: 98%;
	height: 50px;
	margin-top: 0px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.checkoutbox4 {
	background-color: rgba(255,255,255,1.0);
	width: 98%;
	height: 95px;
	margin-top: 0px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.checkoutbox5 {
	background-color: rgba(255,255,255,1.0);
	width: 98%;
	height: 155px;
	margin-top: 0px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.checkoutbox6 {
	/*background-color: rgba(255,255,255,1.0);*/
	width: 98%;
	height: 500px;
	margin-top: 0px;
	/*border: 1px solid #000000;*/
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.checkoutbox2 {
	background-color: rgba(255,255,255,1.0);  
	width: 100%; 
	min-height: 620px;
	margin-top: 1px; 
	border: 1px solid #000000;
	margin-left: 4px;
	margin-right: 0px;
	padding-top: 5px;
}

.checkoutbox3 {
	background-color: rgba(255,255,255,1.0);  
	width: 98%; 
	min-height: 620px;
	margin-top: 1px; 
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
}

.mybtn-xl {
	padding: 25px 10px;
	font-size: 50px;
	line-height: 1.5;
	border-radius: 3px;
	margin-left: 40px;
	margin-top: 20px;
}

.mybtn-fix {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.myinput-fix {
	position: relative;
	top: -10px;
}

.myarticlenamegroup {
	position: relative;
	left: -10px;
}

.myarticlefullpricegroup {
	position: relative;
	left: -22px;
}

/*.fixthis {
	position: fixed;
	width: 90%;
	background-color: rgba(238,238,238,1.0);
	z-index: 3;
	top: 0;
	padding-top: 75px;
	padding-bottom: 20px;
}

/* settings.php
----------------------------------------------------- */
.showbox {
  /*background-color: rgba(238,238,238,1.0);  */
  max-width: 1300px; 
  margin-top: 0px; 
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px solid #000000;
  margin-left:auto;
  margin-right:auto;
}

/* ajax4jujuorders.php
----------------------------------------------------- */
.btn-violett {
    color: #fff;
    background-color: #c900c6;
    border-color: #c900c6;
}

.btn-violett:hover {
    color: #fff;
    background-color: #990097;
    border-color: #990097;
}

.text-red, .text-red .nolink {
	color: #800000;
}

.text-orange, .text-orange .nolink {
	color: #ff7b23;
	font-weight: bold;
}

.text-bold {
	font-weight: bold;
}

.text-green {
    color: #086600;
}



/* Form choose file
----------------------------------------------------- */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/*AJAX LOADING ANIMATION START
------------------------------------------------------------------------------------------------- */
 /* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalo {
    display:    none;
    position:   fixed;
    z-index:    1100;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 100, 100, 100, .6 ) 
                url('../images/wait.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalo {
    display: block;
}
/* AJAX LOADING ANIMATION END*/

/* myMaterializeCSS
 *
 *
 */

 /* NoScipt CSS */
 .noscript {
	width:100%;
  	height:100%; /* will cover the text displayed when javascript is enabled*/
  	z-index:100000; /* higher than other z-index */
  	position:absolute;
  	top: 0;
  	text-align: center;
}

.noscript #div100{
   	display:block;
   	height:100%;
   	background-color:white; 
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active:hover,
  .btn-default.active:hover,
  .open > .dropdown-toggle.btn-default:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .open > .dropdown-toggle.btn-default:focus,
  .btn-default:active.focus,
  .btn-default.active.focus,
  .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default .badge {
    color: #fff;
    background-color: #333;
  }

  
.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm {
    height: 28px;
  }
  textarea.input-sm,
  select[multiple].input-sm {
    height: auto;
  }

/* Modal von oben einfliegen lassen */
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

.modal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

/* Schließen des Modals */
.modal.fade .modal-dialog.modal-closing {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}

/* Backdrop - initial */
.modal-backdrop {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

/* Backdrop sichtbar */
.modal-backdrop.show {
    opacity: 0.5; /* Standardwert für Bootstrap-Backdrop */
}

/* Wenn ein Tooltop auf einem deaktivierten Button unbedingt benötigt wird */
.enable-tooltip-on-disabled:disabled {
    pointer-events: auto !important;
    cursor: default;
  }

.control-label {
    font-weight: 700 !important;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    flex: 0 0 auto !important;
}

/* Link standardmäßig nicht unterstrichen, erst wenn die Maus darauf liegt */
/*a {
    text-decoration: none !important;
}*/

.btn-animated {
    transition: background-color 0.3s ease; /* Sanfter Übergang */
}

.btn-animated.success {
    background-color: #28a745; /* Feedback-Grün */
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.dropup .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

table.networkdistributor {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 10px;
}

th.networkdistributor, td.networkdistributor {
    text-align: center;
    padding: 1px;
    font-weight: bold;
}

th.networkdistributor.single, td.networkdistributor.single {    
    border: 1px solid #ccc;
}

th.networkdistributor.first, td.networkdistributor.first {    
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

th.networkdistributor.middle, td.networkdistributor.middle {    
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

th.networkdistributor.last, td.networkdistributor.last {    
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

th.networkdistributor.server, td.networkdistributor.device {
    background-color: #ff2828;
    color: black;
}

th.networkdistributor.patchpanel, td.networkdistributor.patchpanel {
    background-color: #ffd966;
    color: black;
}

th.networkdistributor.rangierpanel, td.networkdistributor.rangierpanel {
    background-color: #bdd7ee;
    color: black;
}

th.networkdistributor.fibrepanel, td.networkdistributor.fibrepanel {
    background-color: #A9D08E;
    color: black;
}

th.networkdistributor.shelf, td.networkdistributor.shelf {
    background-color: #ed7d31;
    color: black;
}

.btn.btn-alignright-1 {
    position: fixed;
    top: 50px;
    right: 0px;
    width: 150px;
}

.btn.btn-alignright-2 {
    position: fixed;
    top: 80px;
    right: 0px;
    width: 150px;
}

.btn.btn-alignright-3 {
    position: fixed;
    top: 110px;
    right: 0px;
    width: 150px;
}

.rightcorner {
    position: fixed;
    top: 70px;
    right: 50px;
}

/* Mobile Ansicht - MARK: mobile Ansicht */

.flip-card {
    background-color : transparent;
    width: 95%;
    height: 175px;
    perspective: 1000px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
}

.flip-card-back {
    transform: rotateY(180deg);
}