@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url('https://xxl-textildruck.de/fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: 'Montserrat', sans-serif;
}



}
div.blue {
  background-color: #125fa4;
  margin-bottom: 10px;
}

a.active {
  color: #125fa4;

  font-weight: bold;
}
a,
a:hover {
  color: #125fa4;
}

div.container {
  margin-left: 1em;
  margin-right: 1em;
  width: 98%;
  /* height: calc(100vh - 68px); */
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

td {
  padding: 5px;
}
a {
  fomt-weight: normal;
}
a:hover {
  color: #000000;
}
a:active {
  color: #000000;
}
a:active {
  color: #000000;
  font-weight: bold;
}

.center {
  text-align: center;
}

ol.sortable {
  display: block;
  padding-left: 20px;
}
ol.sortable li div {
  background-color: #cccccc;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.white {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
}

.myForm {
  margin: 0 auto;
  float: inline;
}

.myForm-button {
  padding: 0;
  margin: 0;
}

.upload_form_cont {
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -ms-linear-gradient(#ffffff, #f2f2f2);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
  background: linear-gradient(#ffffff, #f2f2f2);

  color: #000;
  overflow: hidden;
}
#upload_form {
  float: left;
  padding: 20px;
  width: 700px;
}
#preview {
  background-color: #fff;
  display: block;

  width: 200px;
}
#upload_form > div {
  margin-bottom: 10px;
}
#speed,
#remaining {
  float: left;
  width: 100px;
}
#b_transfered {
  float: right;
  text-align: right;
}
.clear_both {
  clear: both;
}
input {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;

  border: 1px solid #ccc;
  font-size: 12pt;
  padding: 5px 10px;
}
h1 {
  font-size: 24px;
  font-weight: 600;
  color: #337ab7;
}
/*
button.upload {
  background: -moz-linear-gradient(#ffffff, #dfdfdf);
  background: -ms-linear-gradient(#ffffff, #dfdfdf);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
  background: linear-gradient(#ffffff, #dfdfdf);
  cursor: pointer;
  opacity: 1;
}
*/

button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  diabled: true;
}

#image_file {
  width: 400px;
}
#progress_info {
  font-size: 10pt;
}
#fileinfo {
  color: #333;
  display: none;
  font-size: 10pt;
  font-style: italic;
  margin-top: 10px;
}

#error,
#error2,
#abort,
#warnsize {
  color: darkred;
  display: none;
  font-size: 16pt;
  font-style: italic;
  margin-top: 20px;
}

#progress {
  border: 1px solid #ccc;
  display: none;
  float: left;
  height: 14px;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;

  background: -moz-linear-gradient(#66cc00, #4b9500);
  background: -ms-linear-gradient(#66cc00, #4b9500);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #66cc00),
    color-stop(100%, #4b9500)
  );
  background: -webkit-linear-gradient(#66cc00, #4b9500);
  background: -o-linear-gradient(#66cc00, #4b9500);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
  background: linear-gradient(#66cc00, #4b9500);
}
#progress_percent {
  float: right;
}
#upload_response {
  margin-top: 10px;
  padding: 20px;
  overflow: hidden;
  display: none;
  border: 1px solid #ccc;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;

  box-shadow: 0 0 5px #ccc;
  background: -moz-linear-gradient(#bbb, #eee);
  background: -ms-linear-gradient(#bbb, #eee);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #bbb),
    color-stop(100%, #eee)
  );
  background: -webkit-linear-gradient(#bbb, #eee);
  background: -o-linear-gradient(#bbb, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee')";
  background: linear-gradient(#bbb, #eee);
}

ol.list li {
  margin-left: -30px;
}

/* Remove default bullets */
ul,
#myUL,
ol {
  list-style-type: none;
  margin-bottom: 3px;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
/*
.nested {
  display: none;
}
*/
/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  /*display: block;*/
}

.infobox {
  padding: 10px;
}

#searchbox {
  margin-bottom: 15px;
  text-align: center;
}

th.tab-head-middle,
th.tab-head-first,
th.tab-head-last {
  white-space: nowrap;
  padding: 3px;
  background-color: #337ab7;
}

th.tab-head-middle a,
th.tab-head-middle a:hover,
th.tab-head-middle a:visited {
  color: #fff;
}

li.navbar-form form {
  vertical-align: baseline;
  padding-top: 5px;
}

div.title {
  height: 75px;
  padding-top: 0px;
  margin-top: 0px;
}

div.title img {
  text-align: left;
}

.stopwatch-status-inactive {
  color: #777;
}

.stopwatch-status-untouched,
.hotfolder-untouched {
  color: #d9534f;
}

.hotfolder-untouched {
  color: #f0ad4e;
}

.stopwatch-status-started,
.hotfolder-started {
  color: #f0ad4e;
}

.stopwatch-status-finished {
  color: #5cb85c;
}

.hotfolder-finished {
  color: green; /* #5cb85c; */
}

div.brand {
 
}

div.footer {
  margin-top: 0.3em;
  align: center;
  text-align: center;
}

div.small {
  font-size: 12pt;
  padding-top: 0px;
  margin-top: -15px;
}
div.legend {
  margin-top: 0.2em;
}
ul.lang-ul {
  position: relative;
  float: right;
}

/* Changes by J.E. */

div.greeting {
  margin-top:5px;
}
/*  *********

      Changes by Ammar

    *********   */

body {
  font-family: "Montserrat", sans-serif;
  display: flex;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    flex-flow: column;
    justify-content: space-between;
}
.portal-navbar {
  width: 100%;
display: flex;
justify-content: space-between;
background: white;
border: 0;
box-shadow: 0px 2px 16px rgb(0 0 0 / 6%);
position: sticky;
top: 0;
z-index: 9;
margin-bottom: 0;
/* margin: 0 -28px; */
}
h1 {
font-size: 24px;
font-weight: 600;
color: #337ab7;
}
.portal-navbar .navbar-right {
display: flex;
justify-content: flex-end;
align-items: center;
}
.custom-container{
  height: calc(100vh - 147px);
}
div.brand {

}
.row.blue{
  display: none;
}
.navbar-nav > li > a {
margin-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}

/*
.portal-navbar .brand img{
width: 100%;
}
*/

#colhead {
  float: left;
  height: 34px;
  line-height: 34px;

}
#searchbox {
  float: right;
  margin-right: 0;
}
#content .tabelle {
  width: 100%;
}
div.blue {
  display: none;
}
div.title {
  /* margin: 0 -28px; */
}
div.legend {
  margin-top: 80px;
  margin-left: 0;
    margin-right: 0;
}
#contentwrap {
  margin-top: 40px;
  /* margin-bottom: 80px; */
  /* height: calc(100vh - 180px); */
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.legend .list-inline.right:nth-of-type(1) {
  display: none;
}
.list-inline {
  text-align: center;
}
.footer {
  background: #125fa4;
  padding: 20px 0;
  color: white;
  font-size: 16px;
}
.footer a {
  color: white;
}
.table-action {
  text-align: right;
}
#paginator{
  text-align: left;
  margin-top: 5px;
  margin-left: 5px;
}
#paginator a {
  font-size: 14px;
  text-align: left;
  padding: 5px 10px !important;
}
.custom-container{
  height: calc(100vh - 144px);
}

.custom-container .card {
  width: 35%;
  display: inline-block;
  padding: 35px 25px;
  box-shadow: 0px 2px 16px rgb(0 0 0 / 6%);
  border-radius: 10px;
  margin-left: 120px;
  margin-top: 50px;
  background: #fff;
}
.custom-container .form-horizontal .form-group{
  margin: 0 0 15px;
}
/* .bubbly-button {
  display: inline-block;
  font-size: 1em;
  padding: 1em 2em;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ea6200;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgba(234, 98, 0, 0.5);
}

.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #ea6200 20%, transparent 30%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ea6200 15%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ea6200 15%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%),
    radial-gradient(circle, #ea6200 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #ea6200;
  box-shadow: 0 2px 25px rgba(234, 98, 0, 0.5);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
} */

/* @keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
} */
@media screen and (max-width: 768px) {
  .cp-background{
    background-position: -230px;
  }
  .navbar-right-inner {
    display: none;
  }

  .navbar-toggle {
    background: transparent;
    border: 0;
  }
  .navbar-toggle .icon-bar {
    /* color: white; */
    height: 4px;
    border-radius: 17px;
  }
  #colhead {
    display: block;
    line-height: unset;
    margin-bottom: 25px;
  }
  #searchbox {
    float: unset;
    display: flex;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  #searchbox form {
    width: 100%;
    display: flex !important;
  }
  #searchbox form input {
    margin-right: 15px;
  }
  .portal-navbar .navbar-right {
    width: 100%;
  }
  .navbar-right-inner.opened {
    display: block;
    position: absolute;
    width: 70vw;
    top: 80px;
    background: white;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 6%);
    right: 10px;
  }
  .portal-navbar .navbar-nav {
    margin: 0 5px;
  }
  .portal-navbar .navbar-nav > li > a {
    border: 0;
    padding: 10px 0;
  }
  .custom-container{
    text-align: center;
}
.card{
    width: 90% !important;
    margin: 90px auto 0 !important;
}
}
@media screen and (max-width: 768px) {
  .cp-background{
    background-position: -415px;
  }
}

/* material positions */
span.mat-pos-nr {
  font-weight:bold;
}
