* {
box-sizing: border-box;
}
 
/*@import url('https://fonts.googleapis.com/css?family=Cantarell');*/

*:focus {
outline: none;
}

header {
  font-family:'Cantarell';
}
body {
  margin: 0;
  font-family: 'Cantarell';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  height: 100%;
  height: -moz-available;          /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  height: fill-available;
}

body::after {
  content: "";
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.04;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

body {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

body.bg-blue-no-image  {
  background: #3498DB;
  background-image: None; 
  background: rgb(181,149,250);
  background: linear-gradient(231deg, rgba(181,149,250,1) 0%, rgba(94,207,254,1) 100%);

}

.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
background:#94c6ff;
padding: 25px;
border-radius: 5px;
background: rgb(157,182,244);
background: linear-gradient(279deg, rgba(157,182,244,1) 0%, rgba(113,203,240,1) 100%);
}

.app-title {
text-align: center;
color: #777;
}
 
.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}
 
input {
text-align: center;
background-color: #ECF0F1;
font-family: 'Cantarell';
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
border: 2px solid transparent;
background: rgb(35, 119, 175);
/*background: #3498DB;*/
color: #ffffff;
font-size: 16px;
line-height: 25px;
padding: 10px 0;
text-decoration: none;
text-shadow: none;
border-radius: 3px;
box-shadow: none;
transition: 0.25s;
display: block;
width: 250px;
margin: 0 auto;
}
 



.btn:hover {
background-color: #2980B9;
}
 
.login-link {
font-size: 12px;
color: #444;
display: block;
margin-top: 12px;
}

.logo-centered {
    max-width: 60%;
    margin: auto;
    display: block;
}

.bg_green {
    background:#44c834;
  }
  .bg_grey {
    background:#a8a8a8;
  }
  .bg_red {
    background:#ff0000;
  }
  .bg_orange {
    background:#ebac24;
  }
  .col_green {
    color:green;
  }
  .col_red {
    color:#ff0000;
  }
  .col_orange {
    color:#ebac24;
  }
  .icon-centered {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .show {
    display:block;
  }

  .dont-show {
    display:none;
  }

  span.mdi.size-32 {
    font-size: 32px;
    /*position: absolute;*/
    bottom: +1px;
}
.text-centered {
  text-align: center
}
.display-inline {
  display:inline;
}
.display-inline-block {
  display:inline-block;
}
.width-260 {
  width: 260px;
}
.mrgn-l-3 {
  margin-left:3px;
}
.reset-btn {
  background:#EE5522;
  color:#000000;
  padding:1px 4px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  position:relative;
  top:8px; left:3;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
.pt-3 {
  padding-top: 15px;
}
.mrg-b-2 {
  margin-bottom:  2rem;
}
.btn.btn-primary#admin-login-btn{
  background-color: unset;
}
.close:not(:disabled):not(.disabled) {
  /*origin: :focus and same with :hover, but should display the X always!*/
  color: #000;
  text-decoration: none;
  opacity: .75;
}
#btn-redirect-to-order-starterset {
  width: unset !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  background-color: rgb(83, 137, 209) !important;
  border-radius: 3px !important;
}
#navbarDropdownMenuLink_dd_menu>.nav-link, #navbarDropdownMenuLink>.nav-link {
  font-weight: unset !important;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    margin-left: -125px !important;
  }
}
@media (max-width: 768px) {
  #navbarDropdownMenuLink_dd_menu>.nav-link, #navbarDropdownMenuLink>.nav-link {
    margin-left: 5px;
  }
}
#navbarDropdownMenuLink_dd_menu>.nav-link:hover {
  background-color: #94c6ff;
}
#navbarDropdownMenuLink_dd_menu {
  width: 180px;
}
.fa.fa-unlock-alt.two-fa {
  padding: 1px !important;
}

div.contentEditable.editable {
  background-color: rgb(255, 230, 7);
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  border-left: 3px #ff0000 solid;
  animation: blink 1s;
  animation-iteration-count: infinite;
}

@keyframes blink { 80% { border-color:#fff ; }  }
}