
@font-face {
  font-family: 'Roboto';
  src: url('https://suite.dam-to-go.at/css/fonts/Roboto-Light.woff2') format('woff2'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Light.woff') format('woff'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://suite.dam-to-go.at/css/fonts/Roboto-Regular.woff2') format('woff2'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Regular.woff') format('woff'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://suite.dam-to-go.at/css/fonts/Roboto-Medium.woff2') format('woff2'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Medium.woff') format('woff'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://suite.dam-to-go.at/css/fonts/Roboto-Bold.woff2') format('woff2'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Bold.woff') format('woff'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://suite.dam-to-go.at/css/fonts/Roboto-Black.woff2') format('woff2'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Black.woff') format('woff'),
       url('https://suite.dam-to-go.at/css/fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


body {
  font-family: "Roboto", sans-serif !important;
  position: static;
  overflow: hidden;
}

.navigationIcon {
  width: 28px;
  height: 27px;
  margin-top: -8px;
  margin-bottom: -8px;
}

#setOrga:hover {
  font-size: 20px !important;
}

#setOrga {
  color: rgba(250, 250, 250, 0.9) !important;
}
h1 {
  text-align: left;
  font-size: 2rem;
  font-weight: 400;
  color: #505050;
}

.adminTitle {
  margin-left: 25px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

table:not(.MuiTable-root) {
  border-collapse: collapse;
  border: 0.0625rem solid #ccc;
  text-align: left;
  min-width: 100%;
}

table:not(.MuiTable-root) th,
table:not(.MuiTable-root) td {
  border: 0.0625rem solid #ccc;
  padding: 0.3rem !important;
  font-size: 1.5rem;
}


/* table:not(#tabDef) {
  border-collapse: collapse;
  border: 0.0625rem solid #ccc;
  text-align: left;
  min-width: 100%;
}

table:not(#tabDef) th,
table:not(#tabDef) td {
  border: 0.0625rem solid #ccc;
  padding: 0.3rem !important;
  font-size: 1.5rem;
} */

.checkboxRow {
  cursor: pointer;
}

.checkboxRow div {
  cursor: initial;
}

label:not(.togoRadio) input,
label select {
  width: 100%;
}

label.togoRadio input {
  position: relative;
  top: 0.15rem;
}


/* Nur Firefox */
body:not(:-moz-handler-blocked) .dummyRow {
  height: 1%;
}

h2:not(.MuiTypography-root) {
  color: #636363 !important;
}


div.logo {
  float: right;
  height: 100%;
  box-sizing: content-box;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: white;
  margin-top: -1em;
  padding: 1em;
}

/* Nur Internet Explorer 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header div.logo {
    width: 70px;
  }
}

div.logo svg,
div.logo img {
  height: 100%;
}

/* Special for Safari - fixed logo position*/
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  header > div.logo svg,
  header > div.logo img {
    width: 4rem;
    height: 4rem;
  }
}
button,
.button {
  box-sizing: content-box;
  height: auto;
  padding: 0.5em 10px;
  font-size: 1.1rem;
  border: none;
}

button:focus,
.button:focus {
  outline: none !important;
}

.btn-success {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.btn-success:enabled:hover {
  color: #fff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}

.btn.btn-primary.homeHeaderButton {
  background-color: transparent !important;
}

.btn.btn-primary.downloadButton {
  background-color: transparent !important;
}

/* Workarround f�r Buttons die kein Content Box brauchen. */

.boxBreaker button {
  box-sizing: inherit !important;
}

/*
button, .button {
	-webkit-box-shadow:	2px 2px 6px rgba(50, 50, 50, 0.77);
	-moz-box-shadow: 	2px 2px 6px rgba(50, 50, 50, 0.77);
  	box-shadow: 		2px 2px 6px rgba(50, 50, 50, 0.77); 
}

button:enabled:hover, .button:enabled:hover, button:focus, .button:focus {
	-webkit-box-shadow:	2px 2px 6px rgba(50, 50, 50, 0.77);
	-moz-box-shadow: 	2px 2px 6px rgba(50, 50, 50, 0.77);
  	box-shadow: 		2px 2px 6px rgba(50, 50, 50, 0.77);
} */

header button,
header button:hover,
header button:active {
  background-color: transparent !important;
}

button:disabled,
.button:disabled {
  cursor: default;
}

button:enabled:active,
.button:enabled:active,
button:enabled:focus:active,
.button:enabled:focus:active {
  box-shadow: 0 0 5px #aaa;
}
.loginField .error {
  color: red;
  padding: 1rem;
}

.interfaceLanguage {
  padding: 2rem;
}

.interfaceLanguage span {
  float: left;
}

.interfaceLanguage .bootstrap-select button {
  width: 199px;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.box50 {
  width: calc(50% - 10px);
}

.boxWithTabs {
  border-top: none !important;
  padding-top: 0px;
  margin-top: 1rem;
}

.headerButton {
  margin-right: 1em;
}

.headerButton button {
  padding: 0.3125rem 0.625rem;
  -webkit-box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.77);
  -moz-box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.77);
  box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.77);
  width: 100%;
  height: 100%;
}

.headerButton > .headerMiddleButton {
  box-shadow: none;
  border: initial !important;
}

.headerButton button:enabled:hover,
.headerButton button:focus {
  background-color: rgb(0, 0, 0) !important;
  box-shadow: inset 0px 0px 15px #888888;
}

.headerButton .iconButton,
.headerButton .iconButton:hover,
.headerButton .iconButton:active {
  background-color: transparent !important;
}

.headerButton button:hover {
  background-color: initial !important;
}

.headerButton .iconButton .buttonHoverText {
  z-index: 12;
}

#companyNameHeader {
  max-width: 35rem;
}

.no-shadow {
  box-shadow: 0 0 5px #aaa;
}

/*
button:enabled:focus, select:enabled:focus, input:enabled:focus {
	outline: 1px dotted gray;
}
*/

.closeButton,
.editButton {
  margin-bottom: 10px;
}

.submitWrap {
  text-align: center;
}

.centerButton {
  text-align: center;
}

.centerButton > button {
  display: inline-block;
  margin-top: 1.875rem;
}

.headerCompanyName {
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

fieldset input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

fieldset input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}

fieldset input[type="checkbox"] + label:before {
  font-family: arial;
  border: 1px solid silver;
  box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.77);
  content: "\00a0";
  display: inline-block;
  font-size: 3rem;
  line-height: 0.75em;
  width: 0.75em;
}

fieldset input[type="checkbox"]:checked + label:before {
  content: "✓";
}

.labeltext {
  position: relative;
  bottom: 0.7rem;
  margin-left: 0.6rem;
}

.exportWrapper > label {
  color: #bbb;
  font-weight: 600;
  text-align: center;
}

.toplayerView {
  z-index: 17;
}

/*
@media screen and (max-width: 70.3125rem), all and (orientation: portrait), all (orientation: landscape) {
	.headerButton > button > span:nth-child(2) {
		display: none;
	}
}
*/

.tabs {
  text-align: center;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid grey;
  border-bottom: 1px solid #fff;
}

.tabs > section {
  display: none;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
}

.tabs > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  border: 1px solid transparent;
}

.tabs > label:hover {
  color: #888;
  cursor: pointer;
}

#tab1:checked ~ #tabContent1,
#tab2:checked ~ #tabContent2,
#tab3:checked ~ #tabContent3,
#tab4:checked ~ #tabContent4,
#tab4:checked ~ #tabContent5,
#tab4:checked ~ #tabContent6,
#tab4:checked ~ #tabContent7 {
  display: block;
}

/***************** administration ******************************/
.adminBackgroundWrapper {
  background: rgba(0, 0, 0, 0)
    url("https://suite.dam-to-go.at/assets/PIM_ADMIN_EINSTIEG_HG.jpg") no-repeat fixed
    center center / cover;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/***************** administration end **************************************/

.bootstrap-select .bs-deselect-all {
  display: none;
}
/***************** bootstrap-select selectpicker styles *******************

select.selectpicker {
	display: none;
}

.bootstrap-select {
	margin-bottom: 25px;
}

.bootstrap-select div.dropdown-menu {
	display: none;
}

.bootstrap-select > button {
	border: none;
	box-shadow: none;
	background-color: white;
	width: 95%;
	padding: 0px 10px;
	overflow: hidden;
}

.bootstrap-select > button:hover, .bootstrap-select > button:active  {
	border: none;
	box-shadow: none;
	background-color: white !important;
}

.bootstrap-select .bs-select-all {
	margin-top: 9px;
	margin-bottom: 5px;
	border-radius: 0 !important;
}

.bootstrap-select .bs-deselect-all {
	display: none;
	border-radius: 0 !important;
}

.bootstrap-select ul {
	list-style-type: none;
	border: solid thin gray;
	margin-top: 5px;
	overflow-y: hidden !important;
	padding: 0;
}

.bootstrap-select ul li {
	border-bottom: thin solid grey;
}

.bootstrap-select ul li:last-child {
	border: none;
}

.bootstrap-select ul li:hover {
	background-color: #0069D9;
	color: white;
}

.bootstrap-select ul li.disabled:hover {
	background-color: white;
}

.bootstrap-select ul li:focus {
	border: 1px dotted black;
	background-color: gray;
}

.bootstrap-select ul li > a {
	display: block;
	width: 100%;
}

.bootstrap-select ul li.disabled > a {
	text-decoration: none;
	color: #C0C0C0;
	cursor: default;
}

.bootstrap-select ul .text {
	bottom: 0.35rem;
	font-size: 1.4rem;
	margin-left: 10px;
	position: relative;
}

.bootstrap-select ul li > a:before {
	font-family: arial;
	border: 1px solid silver;
	box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.77);
	content: "\00a0";
	display: inline-block;
	font-size: 3rem;
	line-height: 0.75em;
	width: 0.75em;
	background: white !important;
}

.bootstrap-select ul li.selected > a:before {
	content: "✓";
}

.bootstrap-select ul li.selected.disabled > a:before {
	color: #C7C7C7;
}

div.bootstrap-select {
	border: solid #A9A8A8 thin;
}

.bootstrap-select .bs-caret, .bootstrap-select .glyphicon {
	display: none;	
}

.bootstrap-select .dropdown-menu.open{
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
} 

.bootstrap-select .dropdown-menu.inner{
	border-radius: 0;
	min-width: 350px !important;
}

/***************** end bootstrap-select styles ********************/

body.wait *:not(.ZebraDialogOverlay):not(.ZebraDialog) {
  cursor: wait !important;
}

.throbbing *:not(.buttonHoverText):not(.svg):not(image) {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.throbbing {
  pointer-events: none;
  position: relative;
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.throbbing span.svg > svg {
  -webkit-filter: blur(10px) !important;
  -moz-filter: blur(10px) !important;
  -o-filter: blur(10px) !important;
  -ms-filter: blur(10px) !important;
  filter: blur(10px) !important;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

.throbbing:after {
  content: "" !important;
  position: absolute !important;
  width: 48px !important;
  height: 48px !important;
  border: solid 8px #888 !important;
  border-left-color: transparent !important;
  border-radius: 50% !important;
  top: calc(50% - 24px) !important;
  left: calc(50% - 24px) !important;
  animation: rotation 1s linear infinite !important;
  z-index: 9999 !important;
}

.blockTagElementBlocking *:not(.buttonHoverText):not(.svg):not(image) {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.blockTagElementBlocking {
  pointer-events: none;
  position: relative;
  background: #ccc;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.blockTagElementBlocking span.svg > svg {
  -webkit-filter: blur(10px) !important;
  -moz-filter: blur(10px) !important;
  -o-filter: blur(10px) !important;
  -ms-filter: blur(10px) !important;
  filter: blur(10px) !important;
}

table:not(.MuiTable-root) tr:nth-child(2n + 1) {
  background-color: #eaeaea;
}

table:not(.MuiTable-root) thead tr {
  background-color: #d7d7d7 !important;
}

table:not(.MuiTable-root) tbody tr:hover {
  background-color: #dedede;
}




/* table:not(#tabDef)tr:nth-child(2n + 1) {
  background-color: #eaeaea;
}

table:not(#tabDef)  thead tr {
  background-color: #d7d7d7 !important;
}

table:not(#tabDef)  tbody tr:hover {
  background-color: #dedede;
} */

/*id="some-id"
.notifWrapper {
	overflow: hidden;
	position: fixed;
	bottom: 2em;
	right: 2em;
	width: 18em;
	transition: height 200ms;
	z-index: 30;
}  */

.notificationWrapper,
.notificationWrapper * {
  position: fixed;
  z-index: 99999;
  margin: 0 auto;
  right: 5px;
  bottom: 0;
  min-width: 0px;
  /* 	bottom: 0.5rem; */
  text-align: center;
}

.openWrap {
  min-width: 410px !important;
}

.notification {
  opacity: 0;
  transition: min-height 1s, max-height 1s, opacity 1s ease-out;
  position: relative;
  min-width: 400px;
  color: #fff;
  margin: 0.5rem 5px;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0 0 0.25rem #555;
  cursor: pointer;
  line-height: 3rem;
  min-height: 0rem;
}

.notification.visible {
  opacity: 1;
  min-height: 3rem;
}

@keyframes errorState {
  from {
    background-color: rgba(189, 0, 0, 1);
    box-shadow: 0 0 0.25rem #555;
    color: rgba(255, 255, 255, 1);
  }
  to {
    background-color: rgba(189, 0, 0, 0);
    box-shadow: none;
    color: rgba(255, 255, 255, 0);
  }
}

@keyframes successState {
  from {
    background-color: rgba(7, 140, 0, 1);
    box-shadow: 0 0 0.25rem #555;
    color: rgba(255, 255, 255, 1);
  }
  to {
    background-color: rgba(7, 140, 0, 0);
    box-shadow: none;
    color: rgba(255, 255, 255, 0);
  }
}

@keyframes neutralState {
  from {
    background-color: rgba(49, 112, 143, 1);
    box-shadow: 0 0 0.25rem #555;
    color: rgba(255, 255, 255, 1);
  }
  to {
    background-color: rgba(49, 112, 143, 0);
    box-shadow: none;
    color: rgba(255, 255, 255, 0);
  }
}

@keyframes info {
  from {
    background-color: #f29528;
    box-shadow: 0 0 0.25rem #555;
    color: rgba(255, 255, 255, 1);
  }
  to {
    background-color: #f29528;
    box-shadow: 0 0 0.25rem #555;
    color: rgba(255, 255, 255, 1);
  }
}

div.notification.neutralState.visible:hover {
  animation: none;
  background-color: rgba(49, 112, 143, 1);
}

div.notification.errorState.visible:hover {
  animation: none;
  background-color: rgba(189, 0, 0, 1);
}
div.notification.info.visible:hover {
  animation: none;
  background-color: #f29528;
}

div.notification.successState.visible:hover {
  animation: none;
  background-color: rgba(7, 140, 0, 1);
}

.notification.neutralState {
  background-color: rgba(49, 112, 143, 1);
  animation-name: neutralState;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

.notification.info {
  background-color: #f29528;
  animation-name: info;
  animation-duration: 14s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

.notification.errorState {
  background-color: rgba(189, 0, 0, 1);
  animation-name: errorState;
  animation-duration: 14s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

.notification.successState {
  background-color: rgba(7, 140, 0, 1);
  animation-name: successState;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

.notification.remove {
  max-height: 0rem; /* necessary for nice and smooth vanilla fadeOut */
  opacity: 0;
}

.notificationTitle,
.notificationText {
  padding: 0 3rem;
  white-space: nowrap;
}

.notificationTitle {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  min-width: 400px;
}

.notificationIcon {
  position: relative;
  font-size: 3rem;
  min-width: 5rem;
  float: left;
}
.notificationIconClose {
  position: relative;
  font-size: 3rem;
  min-width: 5rem;
  float: right;
}

.notificationIcon i {
  position: relative;
}
.notificationIconClose i {
  position: relative;
}

.notificationText {
  margin: 0 auto;
  font-size: 1.4rem;
  position: relative;
  min-width: 400px;
  white-space: pre;
}

header {
  height: 5rem;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/* to change 

.wrapper {
	/*overflow: hidden;*/ /*
	position: absolute;
	top: 5rem;
	bottom: 0;
	right: 0;
	left: 0;
}

.scrollWrapper {
	overflow: hidden;
	height: calc(100% - 0.5rem);
}

.mainWrapper, .contentSidebarWrapper {
	height: 100%;
	/* box-shadow: inset 6px 6px 3px -3px rgba(0,0,0,0.375); */ /*
}

.contentWrapper {
	height: 100%;
	width: 100%;
	display: block;
	overflow: auto;
	overflow-x: hidden;
	transition: width 200ms;
}
/* to change ende  */

.contentSidebarWrapper .contentWrapper {
  display: inline-block;
  width: calc(100% - 21rem);
}

.sidebarWrapper {
  display: inline-block;
  width: 20rem;
  height: 100%;
  vertical-align: top;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  transition: width 200ms;
}

.orange {
  color: #f39121;
}

.lightorange {
  color: #fbd4a9;
}

.lightorangeBack {
  background-color: #fbd4a9;
}

.white {
  color: #fff;
}

.whiteBack {
  background-color: #ebebeb;
}

.black {
  color: #000;
}

.blackBack {
  background-color: #000;
}

.popupWrapper {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(102, 102, 102, 0.9);
}

.popupWrapper > div {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95vw;
  max-height: 95vh;
  border-radius: 0.6rem;
  box-shadow: 0 0 1em black;
  padding: 0;
  background: #fff;
  transform: translate(-50%, -50%);
}

.popupContent .popupContentWrapper {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.popupContent .embeddedViewTitleWrapper {
  padding: 1rem 2.5rem 1rem 2.75rem;
  background-color: #4d4c47;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 2px solid #949494;
  margin-bottom: 2rem;
}

.popupContent .embeddedViewTitleWrapper h1,
.popupContent .embeddedViewTitleWrapper h2,
.popupContent .embeddedViewTitleWrapper h3,
.popupContent .embeddedViewTitleWrapper h4 {
  color: white !important;
  font-size: 2.5rem !important;
  margin-top: 0.3rem !important;
  margin-bottom: 0.3rem !important;
}

.popupContent .contentWrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.popupContent .mainWrapper {
  overflow: hidden;
}

.popupWrapper .pictureWrapper > img {
  object-fit: contain;
}

.popupContent {
  max-height: 100%;
  padding: 0;
}

.popupContent .standardConfirm {
  display: none;
  min-height: 15rem;
  min-width: 20rem;
  padding: 25px;
  position: relative;
}

.popupContent .standardConfirm .okButton {
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.popupContent .standardConfirm .cancelButton {
  bottom: 20px;
  right: 20px;
  position: absolute;
}

.popupCloseButton {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: #fff;
  z-index: 5;
}

.closeButton {
  padding: 0.0625rem;
  border: 1px solid silver;
}

.closeButton > span {
  width: 2rem;
  height: 2rem;
  padding: 5px;
}

.closeButton .svg img {
  width: 100%;
  height: 100%;
}

.closeButton:not(.popupCloseButton) {
  position: relative;
  right: 18px;
  top: 0;
  width: 2.5rem;
  height: 3.6rem;
}

.alert {
  padding: 20px;
  color: white;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.6s;
  width: 50%;
  margin: 0.3rem auto 0.3rem auto;
}

.alertRed {
  background-color: #f44336;
}

.alertGreen {
  background-color: #4caf50;
}

.alert .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alert .closebtn:hover {
  color: black;
}

.sidebarSearchWrapper {
  overflow: hidden;
  height: 100%;
}

.textSearchForm .navTextSearchInput {
  float: left;
}

.textSearchForm .input-group-btn {
  float: left;
}

.sidebarSearchWrapper > * > * + * {
  margin-top: 0.5rem;
}

.sidebarSearchLineWrapperWrapper > * {
  display: inline-block;
  vertical-align: bottom;
}

.sidebarSearchLineWrapperWrapper label {
  width: 12.375rem;
  margin-right: 0.5rem;
}

.sidebarSearchLineWrapperWrapper button {
  width: 4.625rem;
}

.sidebarSearchResultsWrapper {
  min-height: 21.375rem;
  max-height: calc(100% - 6.625rem);
  border: 0.0625rem solid #ccc;
  box-shadow: 0.125rem 0.125rem 0.25rem #ccc;
  margin: 0.5rem 0 0 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}

.searchResult {
  margin: 0.125rem 0;
  min-height: 1.875rem;
  max-width: calc(100% - 2.125rem);
  padding: 0.125rem;
  line-height: 1.625rem;
  vertical-align: middle;
  border-bottom: 0.0625rem solid #ccc;
  cursor: pointer;
  transition: box-shadow 200ms;
}

.searchResult:hover {
  box-shadow: 0 0 0.125rem #ccc;
}

.topDropIndicator,
.bottomDropIndicator {
  position: relative;
}

.topDropIndicator:after,
.bottomDropIndicator:after {
  content: " ";
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
}

.checkbox {
  border: 1px solid silver;
  box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.77);
  content: " ";
  display: inline-block;
  font-size: 0.9rem;
  height: 1.5rem;
  line-height: 0.75em;
  width: 1.5rem;
  font-size: 2rem;
  margin-right: 5px;
  background-color: #fff;
  cursor: pointer;
}

.topDropIndicator:after {
  top: 0;
  background: linear-gradient(to bottom, #ccc 0%, rgba(0, 0, 0, 0) 100%);
}

.bottomDropIndicator:after {
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ccc 100%);
}

.centeredText {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: center;
}

.registrationForm {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.editProductContentLanguageWrapper {
  margin-top: 2rem;
}

.progress-title {
  font-size: 1.4rem;
  margin: 0;
  text-align: right;
}
.progress {
  height: 10px;
  background: #333;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: visible;
}
.progress .progress-bar {
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}

.progress .progress-value {
  display: block;
  font-size: 8px;
  font-weight: 600;
  color: #333;
  position: absolute;
  top: -2px;
  right: 13px;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.circle-wrap {
  margin: 50px auto;
  width: 150px;
  height: 150px;
  background: #e6e2e7;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #9e00b1;
}
.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(126deg);
}

.circle-wrap .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  line-height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}

a {
  color: orange;
}

.new-tab-link {
  padding-right: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggXDSIzCeRHfQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAA9SURBVBjTY2RAA/+XMvxHF2NkwAOwacCq4P9Shv8suFQzRiNsYUEXwKoJ2VhkNrIaJgYiAAs2N2BVRMirAD6JHi10MCdVAAAAAElFTkSuQmCC)
    no-repeat right center;
}

.page-title {
  font: 400 40px/1.5 Open Sans, sans-serif;
  text-align: center;
}

.circles {
  margin-bottom: -10px;
}

.circle {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 10px;
  font-size: 2rem;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.subscriptionQuotas {
  margin-bottom: 1rem !important;
}

.subscriptionQuotaHeader {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
  height: 27px;
}

.subscriptionProductNameWrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subscriptionProductNameHeading {
  font-size: 3rem;
  color: #636363 !important;
  float: left;
}

.subscriptionProductPeriod {
  text-align: right;
  padding-top: 1.5rem;
}

@media (max-height: 600px), (max-width: 480px) {
  .credits {
    position: inherit;
  }
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.hidden {
  display: none;
  visibility: hidden;
}

/****** scrollColumnsByClick tables **************************/
tr.scrollingRow th {
  height: 32px;
  position: relative;
  padding: 0 !important;
  border: 0 !important;
  background-color: black;
  overflow: hidden;
}

tr.scrollingRow th div {
  color: #5c5c5c;
}

tr.scrollingRow th div ul {
  position: absolute;
  top: -5px;
  right: 0px;
  margin: 0;
  bottom: 0;
  padding: 0;
  overflow: visible;
}

tr.scrollingRow th div UL > LI {
  cursor: pointer;
  margin: 0;
  height: 36px;
  line-height: 36px;
  padding: 3px 8px;
  display: inline-block;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(left, #bbb 25%, #d9d9d9 75%);
  /* Opera */
  background-image: -o-linear-gradient(left, #bbb 25%, #d9d9d9 75%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.25, #bbb),
    color-stop(0.75, #d9d9d9)
  );
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(left, #bbb 25%, #d9d9d9 75%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to right, #bbb 25%, #d9d9d9 75%);
}

.scrollingRow li:before {
  display: none;
}

tr.scrollingRow th div UL > LI.stepper {
  color: #9b0000;
  font-weight: bold;
}

tr.scrollingRow th div UL > LI.active {
  color: #fff;
  font-weight: bold;
}

tr.scrollingRow th div ul p {
  line-height: 36px;
  padding: 2px;
  float: left;
  color: white;
  font-weight: normal;
}

tr.scrollingRow th div UL > LI > div {
  padding: 2px 0px 0px 0px;
}

tr.scrollingRow th div UL > .aktiv {
  background: #9b0000;
}

tr.scrollingRow th div UL > .aktiv > div a {
  color: #fff;
}
/****** scrollColumnsByClick tables END **************************/

/****** login ***************************************************/
.transparentLoginBackground {
  background: rgba(255, 255, 255, 0.5);
  color: black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 15px;
}

.loginWrapper input[type="text"],
.loginWrapper input[type="password"] {
  width: 100%;
}

.loginWrapper {
  width: 37rem;
  overflow: hidden;
  display: block;
  position: absolute;
  margin: -6.3125rem 0 0 -10rem;
  right: 100px;
  bottom: 10px;
}

.loginBackgroundImage {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loginWelcomeText {
  font-size: 5.2rem;
  color: #f3972b;
  right: 25px;
  padding: 0 10px;
  top: 100px;
  text-align: right;
  margin-right: 2rem;
}

.loginLogo {
  right: 200px;
  width: 250px;
  text-align: right;
}

.loginFormContainer {
  overflow: hidden;
}

.loginTextbox {
  margin-left: 10px;
  width: 95%;
}

.loginLabel {
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  color: black;
  text-shadow: 0 0 15px rgba(255, 255, 255, 1);
}

.resetPasswordWrapper {
  width: auto;
  margin-top: 0.5rem;
}

.rememberMeWrapper,
#Login {
  clear: right;
  float: right;
  width: auto;
}

.loginButton {
  margin: 20px;
  padding: 0;
}

.loginButton input {
  background-color: #fff;
  cursor: pointer;
}

.loginCheckbox {
  display: inline-block;
}

.loginCheckbox input {
  opacity: 0;
}

.checkMark {
  font-size: 2rem;
  color: #00d800;
  font-weight: 800;
}

.crossMark {
  font-size: 2rem;
  font-weight: 800;
}

.rememberMeWrapper .springMessageText {
  display: inline-block;
  position: relative;
  bottom: 5px;
}

.loginFailed.error {
  display: block;
  font-size: 1rem;
  margin: 0 15px;
  padding-top: 15px;
  text-align: center;
}

.passwordGradiant {
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  );
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.passwordRHeadline h2 {
  margin-bottom: 5rem;
  margin-left: 2rem;
}

.passwordRHeadline p {
  color: grey;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2rem;
}

#resetPasswordRequest {
  margin: 10px;
}

#resetPasswordRequest input {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-top: 5rem;
  margin-left: 1rem;
}

#resetPasswordRequest input:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.passwordR {
  margin-top: 20rem;
}

.passwordRForm input[type="text"] {
  margin-left: 0rem;
  width: 40rem;
  box-shadow: 5px 5px 5px grey;
  padding: 5px;
}

.resetPDoneContent {
  margin-top: 30rem;
}

@media screen and (max-height: 47.375rem) {
  .loginWelcomeText {
    font-size: 6.5rem;
    right: 105px;
    padding: 10px;
    top: 0;
  }

  .loginLogo {
    top: 50px;
    right: 200px;
    width: 19rem;
  }
}

@media screen and (max-height: 27rem) {
  .passwordGradiant {
    background: white;
  }
  .resetPasswordGradient {
    background: white;
  }

  .resetPDoneContent {
    margin-left: 10rem;
    margin-right: 10rem;
    margin-top: 0rem;
  }

  .passwordR {
    margin-top: 0rem;
  }

  .passwordRForm input[type="text"] {
    width: 20rem;
  }
}

@media screen and (max-width: 45.375rem) {
  /*.popupWrapper > div {
		max-width: 89vw;
	}

	.popupWrapper .pictureWrapper > img{
		max-width: 75vw;
	}*/

  .loginWelcomeText {
    font-size: 4rem;
    padding: 10px;
    text-align: center;
    top: 75px;
  }

  .loginWrapperLogo {
    top: 50px;
    width: 10rem;
  }

  .passwordGradiant {
    background: white;
  }
  .resetPasswordGradient {
    background: white;
  }

  .resetPDoneContent {
    margin-left: 10rem;
    margin-right: 10rem;
    margin-top: 0rem;
  }

  .passwordR {
    margin-top: 0rem;
  }

  .passwordRForm input[type="text"] {
    width: 20rem;
  }
}

@media screen and (max-height: 41.375rem) {
  .longtextContainer > .textWrapper {
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }

  /*.popupWrapper > div {
		max-height: 90vh;
	}

	.popupWrapper .pictureWrapper > img {
		max-height: 68vh;
	}*/

  .loginWelcomeText {
    font-size: 6rem !important;
    padding: 10px;
    right: 25rem;
  }

  .loginLogo {
    width: 10rem;
    right: 25rem;
  }

  .loginWrapper {
    margin: 0;
    right: 2rem;
    bottom: inherit;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .resetPDoneContent {
    margin-top: 0rem;
  }

  .passwordR {
    margin-top: 0rem;
  }

  .passwordGradiant {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .resetPasswordGradient {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media screen and (max-height: 41rem), (orientation: portrait) {
  .logoutWrapper ~ .headerText {
    margin: 0 0 0 1rem;
  }
}

/****** login end ***************************************************/

.messageWrapper {
  display: none;
}

.noFloat {
  float: none !important;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

/*		MainWrapper BEGIN 		*/

/* 	F�r den inneren Scrollbar 	*/

.viewStack {
  height: calc(100vh - 50px);
  overflow-y: auto !important;
}

/*		MainWrapper END 		*/

/*		NavBar CSS BEGIN		*/

.sidebar-toggle > span {
  color: rgb(255, 255, 255);
}

.sidebar-toggle:visited > span {
  color: rgb(255, 255, 255);
}

.sidebar-toggle:hover > span {
  color: rgb(0, 0, 0);
}

.sidebar-toggle:active > span {
  color: rgb(255, 255, 255);
}

.navbar {
  max-height: 50px !important;
}

.navbar-nav {
  float: none !important;
  padding: 0;
  margin: 0;
}

.navbar-custom {
  display: inline-block;
  width: 100%;
}
.navbar-custom,
.navbar-custom > ul > li {
  float: right;
}

.hidden-overflow {
  overflow: hidden;
}

.navbar-custom > ul > li:first-of-type {
  float: left;
  margin-left: 4px;
}

.navbar-custom.searchResponsive li#companyNameHeader,
.navbar-custom.searchResponsive #homeHeaderLi,
.navbar-custom.searchResponsive #currentHelpLink,
.navbar-custom.searchResponsive .user-menu {
  display: none;
}

/*		NavBar CSS END			*/

/*		UserMenu CSS BEGIN		*/

.navbar-inverse .navbar-nav > li > a {
  color: rgb(255, 255, 255) !important;
}

.navbar-inverse .organisationTitleHeader {
  color: rgb(255, 255, 255) !important;
  height: 50px;
  border-radius: 0;
  float: left;
  margin-right: 0;
}

.navbar-inverse .organisationTitleHeader > span {
  line-height: 50px;
}

button .fa + span {
  margin-left: 1rem;
}

.dropdown-menu {
  box-shadow: none;
}
.dropdown-menu > li > a {
  color: rgb(255, 255, 255);
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}

.dropdown-menu > li > a:hover {
  color: rgb(0, 0, 0);
}

.navbar-inverse .navbar-nav > li.user-menu > a:hover {
  background-color: rgb(0, 0, 0) !important;
  cursor: pointer !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
  background-color: rgb(30, 40, 40);
}

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 200px;
  padding: 10px;
  text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  margin-top: 20px;
  height: 100px;
  width: 100px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border: 3px solid;
  border-color: rgba(0, 0, 0, 0.8);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: rgba(250, 250, 250, 0.9);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 17px;
  margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu {
  background-color: rgba(40, 40, 40, 1) !important;
  color: white;
}

.dropdown-menu > li > div > div > a > span {
  color: rgb(255, 255, 255) !important;
}

.dropdown-menu > li > div > div > a:hover > span {
  color: rgb(120, 120, 120);
  transform: scale(1.2);
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid rgb(200, 200, 200);
  border-top: 1px solid rgb(200, 200, 200);
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: rgb(200, 200, 200) !important;
}

.navbar-custom > .navbar-nav > li {
  position: relative;
}

.navbar-custom > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

/*		UserMenu CSS END		*/

/*		SideBar CSS BEGIN		*/

.viewStack {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.left-margin-50 {
  margin-left: 50px !important;
}

.left-margin-230 {
  margin-left: 230px !important;
}

.main-sidebar {
  background-color: rgba(30, 40, 50, 1);
}

.sidebar-menu > li > a {
  border-left: 3px solid transparent;
  text-decoration: none;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: rgb(255, 255, 255);
  background: black;
  border-left-color: rgb(255, 255, 255);
}

.sidebar-menu .treeview-menu > li:hover > a {
  background-color: #27343c;
}

.sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: rgb(45, 60, 70);
}

.sidebar a {
  color: rgb(220, 220, 220);
}

.sidebar a:hover {
  text-decoration: none;
}

.treeview-menu > li > a {
  color: rgb(220, 220, 220);
}

.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
  color: rgb(255, 255, 255);
}

.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 280px;
  z-index: 850;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar {
  padding-bottom: 10px;
  overflow: auto;
  height: calc(100vh - 8rem);
  background-color: rgba(30, 40, 50, 1);
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu a {
  text-decoration: none !important;
}

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}

.sidebar-menu > li > a > .fa {
  width: 20px;
}

.sidebar-menu > li > a:focus {
  color: white;
}

.sidebar-menu a.active {
  color: white;
}

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}

.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
  display: block;
}

.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
  margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}

.sidebar-menu .treeview-menu > li > a > .fa {
  width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

.sidebar-menu,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}

.sidebar-menu:hover {
  overflow: visible;
}

.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu li > a {
  position: relative;
  cursor: pointer;
}

.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

/*		SideBar CSS END			*/

/*		Login CSS Begin			*/

.loginField {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 20vh;
  right: 10vw;
  padding: 10px 3px 20px 0px;
  border-radius: 10px;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.4);
}

.loginField .sign-in {
  width: 400px;
  padding: 15px;
  margin: 0 auto;
}

.sign-in .btn {
  border-radius: 0 !important;
}

.sign-in .sign-in-heading,
.sign-in .checkbox {
  margin-bottom: 10px;
}

.sign-in .loginCheckbox {
  margin-top: 5px;
}

.sign-in .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sign-in .form-control:focus {
  z-index: 2;
}

.sign-in input[type="text"] {
  margin-bottom: -1px;
  border-radius: 0;
}

.sign-in input[type="password"] {
  margin-bottom: 10px;
  border-radius: 0;
}

.login-img {
  width: auto;
  max-height: 75px;
  margin: 0 auto 10px;
  display: block;
}

.forgotten-pw {
  margin-top: 10px;
}

.errorView {
  text-align: center;
}

.errorView h1 {
  text-align: center;
  color: #c9000070;
  margin-top: 8rem;
  font-family: monospace;
  font-size: 5rem;
}

.errorView .errorText {
  font-size: 1.7rem;
  width: 52rem;
  margin: 0 auto;
}

.errorView .fa-exclamation-triangle {
  color: #c90000;
}

.errorFlashed,
.errorFlashed:focus {
  box-shadow: 0px 0px 1px 2px #ff3838 !important;

  -webkit-animation-name: errorFlash;
  -webkit-animation-duration: 900ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;

  animation-name: errorFlash;
  animation-duration: 1700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.clearFloats {
  clear: both;
}

button.buttonPlaceholder {
  border-color: white;
  background-color: white;
  cursor: inherit;
}
button.buttonPlaceholder:hover {
  box-shadow: none !important;
  border-color: white;
  background-color: white;
}

body > .overlayRedirectLogin {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url("https://suite.dam-to-go.at/assets/REDIRECT_SCREEN_HG.jpg") no-repeat fixed center
      center / cover;
  z-index: 10000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 1;
}

@keyframes errorFlash {
  0% {
    background-color: #ff7f7f;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes errorFlash {
  0% {
    background-color: #ff7f7f;
  }
  100% {
    background-color: white;
  }
}

.successFlashed,
.successFlashed {
  -webkit-animation-name: successFlash;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;

  animation-name: successFlash;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes successFlash {
  0% {
    background-color: #078c00a6;
  }
  100% {
    background-color: initial;
  }
}
@-webkit-keyframes successFlash {
  0% {
    background-color: #078c00a6;
  }
  100% {
    background-color: initial;
  }
}

@media (max-width: 480px) {
  .loginField {
    top: 30px;
    left: 20px;
    right: 20px;
  }

  .sign-in {
    width: auto !important;
  }
}

/*		Login CSS END 			*/

/*
	@Media Tags f�r SideBar TreeView und Navbar Begin
*/

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 !important;
  }

  .navbar-custom {
    max-height: 50px;
    padding: 0;
  }

  .navbar-custom > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > .user-menu > .dropdown-menu {
    width: 280px !important;
  }

  .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }

  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .viewStack {
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .viewStack {
    margin-left: 280px;
  }

  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }

  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }

  .sidebar-collapse .sidebar-menu > li {
    position: relative;
  }

  .sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }

  .sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }

  .sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }

  .sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }

  /* .sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
		.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
			display: block !important;
			position: absolute;
			width: 210px;
			left: 50px;
		}

		.sidebar-collapse .sidebar-menu > li:hover > a > span {
			top: 0;
			margin-left: -3px;
			padding: 12px 5px 12px 20px;
			background-color: inherit;
		}

		.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
			position: relative !important;
			float: right;
			width: auto !important;
			left: 180px !important;
			top: -22px !important;
			z-index: 900;
		}

			.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
				display: none;
			}

		.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
			top: 44px;
			margin-left: 0;
		} */
}

.sidebar-collapse .sidebar-menu > li > a > span,
.sidebar-collapse .sidebar-menu > li > a > .pull-right {
  display: none !important;
}

.sidebar-collapse .main-sidebar {
  width: initial !important;
}

.sidebar-collapse .sidebar-menu > li.mainMenuItem {
  width: 50px !important;
  background-color: rgba(30, 40, 50, 1);
}

.sidebar-collapse .sidebar-menu > li.mainMenuItem.activeSidebarCollapsedMenu {
  width: 23rem !important;
}

.sidebar-collapse .sidebar-menu li > .treeview-menu {
  display: none !important;
}
.sidebar-collapse .sidebar-menu li.activeSidebarCollapsedMenu > .treeview-menu {
  display: block !important;
}

.sidebar-collapse div#sidebar-collapse-anker {
  background-color: rgba(30, 40, 50, 1);
  width: 50px !important;
}

.view {
  height: 100% !important;
  width: 100% !important;
  overflow: auto !important;
}

/*
	@Media Tags f�r SideBar TreeView und Navbar End
*/

.inputTextStyle {
  width: 246px !important;
  border-radius: 4px !important;
}

.inputNumberStyle {
  width: 118px !important;
  border-radius: 4px !important;
}

.deviderRang {
  padding: 0px 30px 1px 32px;
}
.devider {
  font-size: 17px !important;
  font-family: "Roboto", sans-serif !important;
  color: #636363 !important;
}

.btnUplaodFormImport {
  margin: 0px 0px 9px 91px;
} 

.uplaodFormContainer{
  width: 54rem;
  padding: 8px;
}

.servreSftp{
  margin-right: 6.7rem;
  margin-top: 8px;

}

.connectionSftpTypeSelect{
  margin-right: 8px;
}
