/** App > Branding */
.app-branding {
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  letter-spacing: 1px;
  height: 30px;
  font-size: 15px;
  line-height: 45px;
  width: 200px;
}
.app-branding span {
  padding-left: 9px;
}
.app-branding img {
  float: left;
  margin-bottom: 9px;
  margin-left: 3px;
}
.logo-branding {
  margin-top: 9px;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  margin-right: 9px;
}
/** App > Background */
.app-bg-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
  background-color: #FFF;
}
#app-bg {
  background: url('../img/dynfox_background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 100%;
  margin-bottom: 0px;
  right: 0;
}
/** App > placeholder - Legacy vendor prefixes */
/** Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: #90949c !important;
  opacity: 1 !important; /* Firefox */
}
/** Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #90949c !important;
}
/** Microsoft Edge */
::-ms-input-placeholder {
  color: #90949c !important;
}
#card-lbox {
  z-index: 1000 !important;
  position: absolute;
  border-radius: 0.375rem;
  border: 1px solid #3399cc !important;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
}
/**  App > Reset Confirmation */
.difficulty {
  transition: all 0.3s ease-in-out;
}
/** App > Loaders */
#app-loader {
	position:fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
	margin:0 auto;
	padding-top:20%;
	text-align: center;
	vertical-align: middle;
	background:rgba(0,0,0,0.7);
	z-index:1000;
  font-size: 10px;
  font-family:Century Gothic, sans-serif;
}
.app-loader-label {
	position:fixed;
	color:#FFFFFF;
	padding:8px 4px 2px 4px;
	margin-left:-50px;
	left: 50%;
  top: 18%;
	width:100px;
	z-index:1001;
  font-size: 12px;
  font-family:Century Gothic, sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
}
#app-loader img {
  width: 72px;
}
/** App > Language */
#app-lang {
	position: fixed;
	right: 6px;
	top: 6px;
  border: none;
  padding: 0px !important;
  z-index: 1;
}
#app-lang button {
  font-size: 12px;
  color: #FFF;
  border: 1px solid #FFF;
  background: rgba(255,255,255,0.1);
  width: 70px;
}
#app-lang ul {
  border: 1px solid #FFF;
  background: rgba(255,255,255,0.1) !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 2px !important;
  min-width: unset;
  font-size: 12px;
}
#app-lang ul li a{
  width: 68px;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 12px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
#app-lang ul li a:hover {
  background: rgba(255,255,255,0.3) !important;
  cursor: pointer;
}
/** App > Box Container */
.app-box-container {
  overflow: hidden;
}
/** App > Footer */
.app-credits {
  text-align: center;
  z-index: 100 !important;
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  display: block;
  padding-top: 6px;
}
.app-credits a {
  color: rgba(255,255,255,0.7) !important;
  transition: all 0.3s ease-in-out;
}
/** App > Footer - Partner */
.app-partner-link {
  text-decoration: none !important;
  letter-spacing: 1px;
}
.app-partner-link:hover {
  color:#5098c7 !important;
}
.app-description {
  position: fixed;
  top: 0;
  width: 100%;
  border: 0px solid #000;
  text-align: center;
  color: #FFF;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  letter-spacing: 1px;
  height: 46px;
  background: rgba(255,255,255,0.1);
  line-height: 43px;
}
/** App > Logo */
.logo {
  margin-top: 9px;
  padding: 0 !important;
  width: 48px;
  height: 48px;
  margin-right: 9px;
}
/** App > Floating Clock */
.app-floating-clock {
  position: fixed;
  top: 42px;
  left: -60px;
  font-size: 12px !important;
  text-align: left;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.app-floating-clock-show {
  left: 0px !important;
  opacity: 1;
}
.app-floating-clock-text {
  font-size: 11px;
  display: inline-block;
  background-color: rgba(255,255,255,0);
  padding: 9px;
  color: rgba(255,255,255,0.7);
}
.app-floating-clock-display {
  padding-left:3px;
  min-width: 60px !important;
  display: block;
  float: right;
  text-align: left !important;
}
/** App > Version */
.app-version-text {
  font-size: 11px;
  display: inline-block;
  background-color: rgba(255,255,255,0);
  padding: 3px;
  border-radius: 0.375rem;
  color: rgba(255,255,255,0.7);
}
.app-version-LTS {
  font-weight: bold;
  color: #3b8457;
}
.version-last {
  font-size: 9px;
}
/** App > Login Box */
.card {
  height: 330px;
  top: 15%;
  margin-bottom: auto;
  width: 400px;
  background-color: rgba(255,255,255,0.9) !important;
  border: 0px solid rgba(0,0,0,0.1) !important;
  border-radius: 0.375rem;
  transition: all 0.3s ease-in-out;
}
.card-header {
  border-bottom: 0px !important;
  background-color: transparent !important;
}
.card-header img {
  float: left;
  margin-bottom: 0px;
}
.card-body .form-group button {
  margin-top: 12px;
}
.card-body .form-group input[type=submit] {
  margin-top: 12px;
}
.card-body .form-group input[type=password] {
  margin-top: 9px;
}
.card-footer {
  border-top: 0px !important;
  background-color: transparent !important;
  padding: 0px 0px 18px 0px !important;
  z-index: 1;
  position: relative;
}
.card-body label {
  color: black;
  letter-spacing: 0.3px;
  font-size: 14px;
}
.card-body {
  min-height: 214px;
}
.card-header h3, .card-header h4, .card-header h5  {
  color: black;
  padding-top: 21px;
}
.software_scope {
  height: 20px;
}
.input-group-prepend span {
  width: 50px;
  background-color: #3399cc;
  color: #FFF;
}
input:focus {
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;
}
.remember {
  color: white;
}
.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}
.btn-login {
  color: #FFF;
  background-color: rgba(51,153,204,1) !important;
  border-color: rgba(51,153,204,1) !important;
  height: 44px !important;
  width: 100% !important;
  padding-top: 9px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn-login:hover {
  color: #FFF !important;
  background-color: rgba(51,153,204,0.8) !important;
  border-color: rgba(51,153,204,0.8) !important;
}
a {
  color: #fff;
}
a:hover {
  color: #3399cc;
}
.d-flex a {
  color: #3399cc;
}
.input-group-text {
  padding : 5px 16px !important;
}
.input-group input[type=text] {
  height: 44px;
  background: rgba(255,255,255,0.6) !important;
}
.input-group input[type=password] {
  height: 44px;
  background: rgba(255,255,255,0.6) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #FFFCC8 inset !important;
}
#email-help {
  padding-left: 3px;
  color: #000 !important;
  font-size: 70% !important;
  float: left;
  margin-top: 0px !important;
}
/** App > Cookie Notice */
.cookies_notice {
  bottom: 0px;
  width: 400px;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.3s ease-in-out;
  background-color: rgba(255,255,255,0.7);
  border:1px solid rgba(253,192, 47,0.9);
  min-height: 60px;
  line-height: 60px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  opacity: 0;
  z-index: 1000;
}
.cookies_notice_show {
  opacity: 1;
  bottom: 93px !important;
}
.cookies_notice button {
  border: 0px solid rgba(57,154,202,0.7);
}
.cookies_headline_break {
  padding: 6px;
  font-size: 6px;
}
.cookies_break {
  padding: 3px;
  font-size: 3px;
}
.cookies_link {
  color: rgba(57,154,202,1);
}
.header_title {
  font-size: 21px;
}
.modal-footer {
  min-height: 45px !important;
  color: #999 !important;
  font-size: 12px !important;
}
/** Cookie Button */
.cookies_btn {
  width: 72px;
  padding: 2px 6px 3px 6px !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-family: 'Tahoma', 'Arial', sans-serif !important;
  font-size: 10px !important;
  border-radius: 0.375rem;
  margin-top: 6px;
}
.cookies_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
/** App > Alerts */
.dfs-alerts-icon {
  padding-right: 6px;
}
.alert-top {
  top: 60px !important;
  z-index: 1001;
  width: 500px;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.3s ease-in-out;
}
.alert-inner {
  display: table;
  margin: 0 auto;
}
.alert {
  display: none;
}
#alert-top-title {
  font-weight: bold;
  text-align: center;
}
#alert-top-message {
  padding-left: 4px;
  text-align: center;
}
.alert-danger > a , .alert-primary > a {
  display: none;
}
/** App > Bootbox */
.bootbox .modal-dialog {
  position: unset;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.bootbox .modal-dialog button {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  width: 100px;
  padding: 1px 3px 1px 3px !important;
}
button.bootbox-accept {
  padding: 1px 3px 1px 3px !important;
}
.bootbox-icon {
  line-height: 12px;
  float: left;
}
.bootbox-msg {
  float: left;
  padding: 6px 12px;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.9;
  padding: 0px 4px 0px 4px;
}
.bootbox-container {
  overflow: hidden;
  font-family: 'Helvetica';
}
/** App > Google reCAPTCHA V3 */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: -70px;
  box-shadow: none !important;
  z-index: 1;
  border: 1px solid #CDCDCD;
  bottom: 30px !important;
  visibility: hidden;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.grecaptcha_show {
  left: 0px !important;
  visibility: visible !important;
}
/** App > Bootstrap Customized */
.btn-ui {
  padding: 6px 9px 6px 9px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  font-size: 12px !important;
}
.btn-secondary {
  background-color: #6c757d !important;
}
.btn-secondary:hover {
  background-color: #5c636a !important;
}
.btn-success {
  background-color: #198754 !important;
}
.btn-success:hover {
  background-color: #157347 !important;
}
.btn-danger {
  background-color: #dc3545 !important;
}
.btn-danger:hover {
  background-color: #bb2d3b !important;
}
.btn-warning {
  background-color: #ffc107 !important;
}
.btn-warning:hover {
  background-color: #ffca2c !important;
}
.btn-outline-warning {
  color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.btn-outline-warning:hover {
  color: #000000 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.btn-info {
  background-color: #0dcaf0 !important;
}
.btn-info:hover {
  background-color: #31d2f2 !important;
}
.btn-outline-info {
  color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}
.btn-outline-info:hover {
  color: #000000 !important;
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}
/** App > Responsive - Background Loader */
@media screen {
  div#BackgroundLoader {
	position: absolute;
	left: -9999px;
	top:  -9999px;
  }
  div#BackgroundLoader img {
    display: block;
  }
}
@media print {
  div#BackgroundLoader,
  div#BackgroundLoader img {
    visibility: hidden;
    display: none;
  }
}
/** App > Responsive */
@media only screen and (max-height: 378px) {
  .card {
    top: 9px !important;
  }
  .difficulty {
    display: none !important;
  }
  .card-footer {
    border-top: none !important;
  }
}
@media only screen and (max-height: 460px) {
  .app-credits {
    display: none !important;
  }
  .app-description {
    display: none !important;
  }
}
@media only screen and (max-height: 575px) {
  #card-lbox {
    top: 9% !important;
  }
  .app-floating-clock {
    display: none !important;
  }
  body {
    min-height: 100vh;
  }
  .app-description {
    display: none !important;
  }
  .app-version {
    display: none !important;
  }
}
@media only screen and (max-height: 612px) {
  .grecaptcha-badge {
    display: none !important;
  }
}
@media only screen and (max-width: 366px) {
  .app-credits {
    display: none !important;
  }
}
@media only screen and (max-width: 440px) {
  .card {
    width: 90%;
  }
}
@media only screen and (max-width: 574px) {
  .modal-dialog {
    width: 96% !important;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 744px) {
  .app-description {
    display: none !important;
  }
}
@media only screen and (max-width: 1088px) {
  .alert-top {
    width: 312px !important;
    top: 75px !important;
  }
}