
.content {
  text-align: center;
 /* background-image: url('../images/background.png');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width:100%;
  height:100%;
  display: flex;
  align-items: center;   
}

.logincontainer {
  background-color: #48484A;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 360px;
  height: 504px;
  margin: auto auto;
  padding: 7px;
  position: relative;
}

.quyntessheader {
  height: 96px;
  display: block;
  margin: 0px 0px 8px -4px;
  font-size: 4.8em;
  font-weight: 100;
  color: #fff;
  font-family: Helvetica, sans-serif;
  padding: 9px 0px 0px 0px;
  -webkit-transform:scale(.75,1.03); /* Safari and Chrome */
  -moz-transform:scale(.75,1.03); /* Firefox */
  -ms-transform:scale(.75,1.03); /* IE 9 */
  -o-transform:scale(.75,1.03); /* Opera */
  transform:scale(.75,1.03); /* W3C */
}


.supplychain {    
  display: block;
  height: 20px;
  margin: 30px 0px 6px 2px;
  padding-top: 1px;
  font-size: .75em;
  letter-spacing: .24em;
  color:#64B855;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  -webkit-transform:scale(.94,1.04); /* Safari and Chrome */
  -moz-transform:scale(.94,1.04); /* Firefox */
  -ms-transform:scale(.94,1.04); /* IE 9 */
  -o-transform:scale(.94,1.04); /* Opera */
  transform:scale(.94,1.04); /* W3C */
}

.pbottom20 {
  padding-bottom:18px;
}

.pbottomspacer {
  padding-bottom:16px;
}

.logincontainer input[type=text] {
  font-size: 1em;
  margin-top: 12px;
  width: 230px;
  height: 24px;
  border: none;
  padding-left: 8px;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  color:#3D7F8D;
}

.logincontainer input[type=password]{
  font-size: 1em;
  margin-top: 3px;
  width: 230px;
  height: 24px;
  border: none;
  padding-left: 8px;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  color:#3D7F8D;
}

.greenbutton {
  margin-top:5px;
  background-color: #64B865;
  color: #fff;
  border: none;
  padding:2px 10px 4px 10px;
  font-size: .9em;
  letter-spacing: .1em;
  height: 25px;
  border-radius: 12px;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  -webkit-transform:scale(.94,1.04); /* Safari and Chrome */
  -moz-transform:scale(.94,1.04); /* Firefox */
  -ms-transform:scale(.94,1.04); /* IE 9 */
  -o-transform:scale(.94,1.04); /* Opera */
  transform:scale(.94,1.04); /* W3C */
}

.simplify {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  letter-spacing: .17em;
  margin-top:168px;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  -webkit-transform:scale(.97,1.04); /* Safari and Chrome */
  -moz-transform:scale(.97,1.04); /* Firefox */
  -ms-transform:scale(.97,1.04); /* IE 9 */
  -o-transform:scale(.97,1.04); /* Opera */
  transform:scale(.97,1.04); /* W3C */
}

.default {
  border: 2px solid #373;
}

.searchbar {
  display: block;
  float: left;
  margin: 10px 20px 10px 10px;
  text-align: left;
  width: calc(100% - 30px);
  padding: 10px;
  background-color: #777;
}

.searchbarnarrow {
display: block;
float: left;
margin: 10px 20px 10px 10px;
text-align: left;
width: calc(100% - 150px);
padding: 10px;
background-color: #777;
}

.searchbar form{
  display: block;
  width: 100%;
}

.search {
  display: block;
  border-radius: 4px;    
  border: 1px solid #373;
  width: calc(100% - 10px);
  height: 24px;
  line-height: 24px;  
  padding-left: 7px;
}

.bg {
  display: block;
  max-width: 930px;
  background-color:#333;
  margin: auto auto;
  height: auto;
  padding: 20px 20px 20px 20px;
}
.bg-white {
  display: block;
  max-width: 930px;
  background-color:#fff;
  margin: auto auto;
  height: auto;
  padding: 20px 20px 20px 20px;
}

.defaccount{
  float: left
}
.clear {
  clear: both;
}

.businesscards {
  display: block;
  width: auto;
  height: 500px;
  max-height: 500px;
  background-color:rgba(0,0,0,0);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: auto;
  scrollbar-width: 5px;
}

.account {
display: block;
  cursor: pointer;
  background-color:#fff;
  width: 280px;
  height: 150px;
  border: 1px solid #aaa;
  float: left;
  margin: 10px 0px 10px 10px;
  font-size: 1.1em;
}


.logo {
  position: relative;
  float: left;
  width: 400px;
}

.logo img {
  width:40px;
  max-width: 40px;
  border-radius: 50%;
  height: auto;
  max-height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.lightgrey {
  background-color: #ddd;
}


.accountinfo {
  max-width: 160px;
  width: 160px;
  float: left;
  padding: 20px 0px 0px 20px;
  text-align: left;
}

.accountinfo h2 {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 90%;
}

.dimmer {
  background-color: #ddd;
  /* background-color: rgba(.1, .1, .1, .1); */
  width:100%;
  height:100%;
}

.loader {
  position: relative;
  display: block;
  top:40%;
  background-color: rgba(192, 256, 192, 26);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #373;
  margin: auto auto;    
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.shake {
  animation-name: shake-animation;
  animation-duration: 0.3s;
}
  
@keyframes shake-animation {
  10%, 90% {
    transform: translate3d(-0.5px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hyperlink {
  color:#008AA8;
  cursor: pointer;
}

.pwlink {
  position: absolute;
  top: 300px;
  left: 130px;
}

.alert-success {
  position: relative;
  padding: .75rem 1.25rem;
  margin: 15px auto;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  width: 200px;
  text-align: left;
}

.bookmark {
  width: 25px;
  height: 25px;
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
}

.star {
color: #64b855;
font-size: 25px;
}

.bookmark button i {
  color: #64b855;
  font-size: 25px;
}

.bookmark button {
  border: none;
  background-color: transparent;
}

.fullmodetoggle {
  display: block;
  float: right;
  margin-top: 15px;
  /* margin-right: 10px; */
  color: #fff;
  white-space: nowrap;
  min-width:120px;
}


.switch {
  margin-top: 13px;
  position: relative;
  display: inline-block;
  width: 38px;
  height: 21px;
}

/* Hide default HTML checkbox */
/* .switch input {
  opacity: 0;
  width: 0;
  height: 0;
} */

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#f05b53;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #64b855;;
}

input:focus + .slider {
  box-shadow: 0 0 1px #64b855;
}

input:disabled + .slider {
  background-color: #dddddd;;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  content: '';
}


.custom-control-label,
.custom-control-input {
  cursor: pointer;
}

.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.custom-switch .custom-control-label:after,
.custom-control-label:before,
.custom-control-input:checked~.custom-control-label::before {
  border: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-label {
    white-space: nowrap;
    /* background-color: #3D7F8D; */
}

.custom-control-label:before {
  width : 2.5rem !important;
  height: 1.25rem !important;
  border-radius:  0.6rem !important;
  content: '';
}

.custom-switch .custom-control-label:after {
  background-color: white;
  content: '';
}

.custom-control-label:before {
  background-color: #F05B53;
  content: '';
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #64B855;
  content: '';
}

.custom-control-lg-label,
.custom-control-lg-input {
cursor: pointer;
}
.custom-control-lg-input:focus ~ .custom-control-lg-label::before,
.custom-control-lg-input:focus:not(:checked)~.custom-control-lg-label::before,
.custom-switch-lg .custom-control-lg-label:after,
.custom-control-lg-label:before,
.custom-control-lg-input:checked~.custom-control-lg-label::before {
border: none;
}
.custom-control-lg-input:focus ~ .custom-control-lg-label::before {
box-shadow: none;
}
.custom-switch-lg .custom-control-lg-label:after {
background-color: white;
}
.custom-control-lg-label:before {
background-color: #F05B53;
}
.custom-control-lg-input:checked~.custom-control-lg-label::before {
background-color: #64B855;
}

.custom-control-lg-label,
.custom-control-lg-input {
padding-left : 1rem !important;
}

.custom-control-lg-input[disabled] ~ .custom-control-lg-label::before, .custom-control-lg-input:disabled ~ .custom-control-lg-label::before{
background-color:  #6c757d;
}

.custom-switch-lg-left{
padding-left : 10rem !important;
}

.custom-switch-lg{
/* padding-right : 0.5rem !important; */
}

.custom-switch-lg .custom-control-lg-label:after {
width: calc(1.25rem - 4px)!important;
height: calc(1.25rem - 4px)!important;

}

.custom-control-lg-label:before {
width : 2.5rem !important;
height: 1.25rem !important;
border-radius:  0.6rem !important;
}

.custom-control-lg-input:checked~.custom-control-lg-label::after {
transform: translateX(1.25rem)!important;
} 
.qttopbtn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-attr{
  font-weight: 400;
  border: 1px solid rgba(0,0,0,.125)!important;
  font-size: 0.75rem;
  /*height: 30px;*/
}
.green-border{
  border: 2px solid #64B855 !important;
}
.primary-color{
  color: #64B855;
}
.searchbox label {
  position: absolute;
  right: 180px;
  top: 7px;
  z-index:1000;
  color: rgba(34, 33, 33, 0.125);
}
.topSearch {
  
  height:30px;
  position: relative;
  display: block;
  padding: .5rem .75rem .5rem 2rem;
  line-height: 1.25;
  border: 1px solid #999;
  float:left;
}

.btn-primary { 
  background-color: #64b855 !important;
  border-color: #64b855 !important;
}

.modal-content {
  border-radius: 15px;
}

.modal-open{
  backdrop-filter: contrast(0.5);
}