/*Font colours*/
/*General Issue variables to be overridden*/
/*Navbar*/
/*Issue details variables to be overridden*/
/*Issue list variables to be overridden*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600&display=swap");
/*Importing Monserrat Light, Regular and SemiBold fonts*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');*/
/*Contains the vollers versions of the common theme*/
/*Font colours*/
/*General Issue variables to be overridden*/
/*Navbar*/
/*Issue details variables to be overridden*/
/*Issue list variables to be overridden*/
/*Contains the list of available font weight names mapped to their numerical font values*/
/*We use this mapping to use the name in the font classes instead of values for better readability*/
/*Converts font weight values to weight names for a more easily readable class naming scheme*/
/*List of font params for font class generation*/
/*String literals for font names because css version is too low to use the SASS string module*/
/*TODO weights mapping list instead of list of weights*/
.font-14px-light-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #97B8DD;
}

.font-14px-light-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #536AA8;
}

.font-14px-light-white {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}

.font-14px-light-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #FFFCFC;
}

.font-14px-light-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #0000003C;
}

.font-14px-light-black {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

.font-14px-light-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #212B41;
}

.font-14px-regular-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #97B8DD;
}

.font-14px-regular-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #536AA8;
}

.font-14px-regular-white {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.font-14px-regular-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFCFC;
}

.font-14px-regular-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0000003C;
}

.font-14px-regular-black {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.font-14px-regular-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #212B41;
}

.font-14px-semibold-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #97B8DD;
}

.font-14px-semibold-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #536AA8;
}

.font-14px-semibold-white {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}

.font-14px-semibold-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFCFC;
}

.font-14px-semibold-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0000003C;
}

.font-14px-semibold-black {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.font-14px-semibold-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #212B41;
}

.font-18px-light-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #97B8DD;
}

.font-18px-light-darkblue, .forgotten-pw-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #536AA8;
}

.font-18px-light-white {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
}

.font-18px-light-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #FFFCFC;
}

.font-18px-light-lightgrey, .remember-me-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #0000003C;
}

.font-18px-light-black {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}

.font-18px-light-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #212B41;
}

.font-18px-regular-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #97B8DD;
}

.font-18px-regular-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #536AA8;
}

.font-18px-regular-white {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

.font-18px-regular-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFCFC;
}

.font-18px-regular-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0000003C;
}

.font-18px-regular-black {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.font-18px-regular-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #212B41;
}

.font-18px-semibold-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #97B8DD;
}

.font-18px-semibold-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #536AA8;
}

.font-18px-semibold-white {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.font-18px-semibold-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFCFC;
}

.font-18px-semibold-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0000003C;
}

.font-18px-semibold-black {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.font-18px-semibold-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #212B41;
}

.font-20px-light-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #97B8DD;
}

.font-20px-light-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #536AA8;
}

.font-20px-light-white {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
}

.font-20px-light-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #FFFCFC;
}

.font-20px-light-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #0000003C;
}

.font-20px-light-black {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.font-20px-light-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #212B41;
}

.font-20px-regular-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #97B8DD;
}

.font-20px-regular-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #536AA8;
}

.font-20px-regular-white {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}

.font-20px-regular-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #FFFCFC;
}

.font-20px-regular-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #0000003C;
}

.font-20px-regular-black {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.font-20px-regular-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #212B41;
}

.font-20px-semibold-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #97B8DD;
}

.font-20px-semibold-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #536AA8;
}

.font-20px-semibold-white, .round-button {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}

.font-20px-semibold-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFCFC;
}

.font-20px-semibold-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0000003C;
}

.font-20px-semibold-black {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.font-20px-semibold-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #212B41;
}

.font-30px-light-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #97B8DD;
}

.font-30px-light-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #536AA8;
}

.font-30px-light-white {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
}

.font-30px-light-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #FFFCFC;
}

.font-30px-light-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #0000003C;
}

.font-30px-light-black {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #000000;
}

.font-30px-light-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #212B41;
}

.font-30px-regular-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #97B8DD;
}

.font-30px-regular-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #536AA8;
}

.font-30px-regular-white {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
}

.font-30px-regular-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #FFFCFC;
}

.font-30px-regular-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #0000003C;
}

.font-30px-regular-black {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}

.font-30px-regular-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #212B41;
}

.font-30px-semibold-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #97B8DD;
}

.font-30px-semibold-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #536AA8;
}

.font-30px-semibold-white {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
}

.font-30px-semibold-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #FFFCFC;
}

.font-30px-semibold-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #0000003C;
}

.font-30px-semibold-black {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.font-30px-semibold-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #212B41;
}

.font-50px-light-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #97B8DD;
}

.font-50px-light-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #536AA8;
}

.font-50px-light-white {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #FFFFFF;
}

.font-50px-light-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #FFFCFC;
}

.font-50px-light-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #0000003C;
}

.font-50px-light-black {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #000000;
}

.font-50px-light-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #212B41;
}

.font-50px-regular-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #97B8DD;
}

.font-50px-regular-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #536AA8;
}

.font-50px-regular-white {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
}

.font-50px-regular-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #FFFCFC;
}

.font-50px-regular-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #0000003C;
}

.font-50px-regular-black {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #000000;
}

.font-50px-regular-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #212B41;
}

.font-50px-semibold-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #97B8DD;
}

.font-50px-semibold-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #536AA8;
}

.font-50px-semibold-white {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #FFFFFF;
}

.font-50px-semibold-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #FFFCFC;
}

.font-50px-semibold-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #0000003C;
}

.font-50px-semibold-black {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #000000;
}

.font-50px-semibold-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #212B41;
}

.font-70px-light-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #97B8DD;
}

.font-70px-light-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #536AA8;
}

.font-70px-light-white {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #FFFFFF;
}

.font-70px-light-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #FFFCFC;
}

.font-70px-light-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #0000003C;
}

.font-70px-light-black {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #000000;
}

.font-70px-light-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  color: #212B41;
}

.font-70px-regular-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #97B8DD;
}

.font-70px-regular-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #536AA8;
}

.font-70px-regular-white {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #FFFFFF;
}

.font-70px-regular-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #FFFCFC;
}

.font-70px-regular-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #0000003C;
}

.font-70px-regular-black {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #000000;
}

.font-70px-regular-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #212B41;
}

.font-70px-semibold-lightblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #97B8DD;
}

.font-70px-semibold-darkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #536AA8;
}

.font-70px-semibold-white {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #FFFFFF;
}

.font-70px-semibold-dirtywhite {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #FFFCFC;
}

.font-70px-semibold-lightgrey {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #0000003C;
}

.font-70px-semibold-black {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #000000;
}

.font-70px-semibold-reallydarkblue {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #212B41;
}

.container {
  padding: 0px !important;
  margin: 0px !important;
}

.round-entry-box, .login-entry-box {
  width: 345px;
  height: 45px;
  border: 1px solid #707070;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0px 20px;
  font-size: 18px;
}

.round-entry-box:focus, .login-entry-box:focus {
  outline: none;
}

select.round-entry-box, select.login-entry-box {
  -webkit-appearance: none;
  /*For hiding default pointer of drop-down on Chrome*/
  -moz-appearance: none;
  /*For hiding default pointer of drop-down on Mozilla*/
  background: url("../../images/TableOrder/sort-down.svg") no-repeat right;
  /*To change default icon with provided image*/
  background-position-x: 95%;
  /*Adjust according to width of dropdown*/
  cursor: pointer;
  height: 45px;
  background-size: 15px 15px;
}

/*Round button*/
.round-button {
  border-radius: 20px;
  width: 345px;
  height: 45px;
  background-color: #536AA8;
  border-color: transparent !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
}

/* Navbar */
.navbar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border-bottom: none;
}

.navbar-company-logo {
  justify-self: start;
  display: block;
}

.navbar-links {
  justify-self: end;
  display: flex;
  flex-flow: row;
}

/*Used for right-aligning items in the navbar flex layout*/
.push-right {
  margin-left: auto;
}

.img-menu, .img-user, .img-create-issue, .img-issuelist {
  width: 45px;
  height: 45px;
  margin: 0px 15px;
}

.img-issuelist {
  /*    content: url('../../../../images/Menu/ServiceDesk/computer-dark.png');*/
  content: url("../../../../images/Menu/ServiceDesk/computer-dark.png");
}

.text-issuelist {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #536AA8;
  align-self: center;
}

.img-create-issue {
  content: url("../../../../images/Menu/ServiceDesk/customer-support-dark.png");
}

.text-create-issue {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #536AA8;
  align-self: center;
}

.img-user {
  color: #536AA8;
}
.img-user:hover {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.navbar-user-label {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #536AA8;
  width: 200px;
  margin: 0px;
  word-break: break-all;
  align-self: center;
}

.navbar-margins {
  padding: 0px !important;
}

/*Desktop view*/
@media (min-width: 1026px) {
  .navbar-container {
    margin-left: 260px;
    margin-right: 95px;
    height: 120px;
  }

  .mobile-hideme {
    display: block !important;
  }
  .mobile-hideme-customer-specific {
    display: block !important;
  }

  .desktop-hideme {
    display: none !important;
  }
  .desktop-hideme-customer-specific {
    display: none !important;
  }

  #logoutForm {
    margin-left: 10px;
  }
}
/*Mobile view*/
@media (max-width: 1025px) {
  .navbar-container {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mobile-hideme {
    display: none !important;
  }
  .mobile-hideme-customer-specific {
    display: none !important;
  }

  .desktop-hideme {
    display: block !important;
  }
  .desktop-hideme-customer-specific {
    display: block !important;
  }

  #logoutForm {
    margin-left: unset;
  }
}
/*For title banners*/
.title-banner {
  background: url("/images/Banner/title-banner.png");
  height: 120px;
  padding-left: 260px;
  margin-bottom: 40px;
  padding-top: 25px;
  background-repeat: round;
  background-size: cover;
  display: block;
}

.home-tile .font-30px-semibold-darkblue, .home-tile-with-numbers .font-30px-semibold-darkblue {
  color: unset;
}

.banner-large {
  background: url("/images/Banner/banner-large.png");
  height: 380px;
  position: fixed;
  width: 100%;
  background-repeat: round;
  background-size: cover;
  display: block;
}

.mobile-background {
  position: fixed;
  top: 75px;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

/*Home page*/
.home-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  z-index: 2;
  background-color: transparent;
  width: 100%;
  top: 38%;
}

.home-tile, .home-tile-with-numbers {
  width: 250px;
  height: 250px;
  border-radius: 30px;
  -webkit-box-shadow: 6px 6px 10px 0px #00003c;
  -moz-box-shadow: 6px 6px 10px 0px #00003c;
  box-shadow: 6px 6px 10px 0px #00003c;
  margin: 20px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

.home-tile-with-numbers {
  justify-content: center;
}

.img-tile, .img-create-issue-tile, .img-issuelist-myIssues-tile, .img-issuelist-issuesCreatedByMe-tile, .img-issuelist-issuesAtPartner-tile, .img-issuelist-actionableIssues-tile, .img-issuelist-tile {
  width: 75px;
  height: 75px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 25px;
}

.img-issuelist-tile {
  content: url("../../../../images/Menu/ServiceDesk/computer-light-large.png");
}

.img-issuelist-actionableIssues-tile {
  content: url("../../../../images/Menu/ServiceDesk/issueList-actionableIssues.png");
}

.img-issuelist-issuesAtPartner-tile {
  content: url("../../../../images/Menu/ServiceDesk/issueList-issuesAtPartner.png");
}

.img-issuelist-issuesCreatedByMe-tile {
  width: 85px;
  height: 85px;
  margin-top: 35px;
  margin-bottom: 25px;
  content: url("../../../../images/Menu/ServiceDesk/issueList-issuesCreatedByMe.png");
}

.img-issuelist-myIssues-tile {
  width: 85px;
  height: 85px;
  margin-top: 35px;
  margin-bottom: 25px;
  content: url("../../../../images/Menu/ServiceDesk/issueList-myIssues.png");
}

.img-create-issue-tile {
  content: url("../../../../images/Menu/ServiceDesk/customer-support-light-large.png");
}

/*Login page*/
.login-container {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  background-color: transparent;
  width: 100%;
}

.login-tile {
  height: 400px;
  border-radius: 30px;
  -webkit-box-shadow: 6px 6px 10px 0px #00003c;
  -moz-box-shadow: 6px 6px 10px 0px #00003c;
  box-shadow: 6px 6px 10px 0px #00003c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: white;
}

/*Desktop view*/
@media (min-width: 1026px) {
  .login-container {
    top: 45%;
  }

  .login-tile {
    width: 750px;
    margin: 0px 45px;
    padding: 0px;
  }
}
/*Mobile view*/
@media (max-width: 1025px) {
  .login-container {
    top: 15%;
  }

  .login-tile {
    width: unset;
    margin: 0px;
    padding: 0px 10px;
  }
}
.login-entry-box {
  height: 45px;
  width: 545px;
}

.login-tile-area {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.remember-me-area {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.remember-me-text {
  color: #707070;
  margin-left: 20px;
}

.forgotten-pw-text {
  text-decoration: underline;
}

.register-info-text {
  font-size: 14px !important;
  margin: 5px 25px;
}

.flex-container-col {
  display: flex;
  flex-direction: column;
}

.flex-container-row {
  display: flex;
  flex-direction: row;
}

/*ServiceDesk version of the loading animation*/
.loading-spinner {
  background-image: url("../../images/selfServicePortalLoading.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100px;
  min-width: 100px !important;
  min-height: 100px !important;
  height: 100px;
}

/*Navbar dropdown*/
/* Style The Dropdown Button */
.dropbtn {
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #536AA8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */