body {
  margin: 0;
}

::selection {
  color: #015f8a;
  background: #f8cc00;
}

.mainbox {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url("img/54854adasd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.loginbox {
  background-color: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 5px;
  width: 27%;
  min-height: 20vh;
  text-align: center;
  -webkit-box-shadow: 10px 9px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 9px 26px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 9px 26px 0px rgba(0, 0, 0, 0.75);
}
.wmslogomain {
  width: 250px;
  height: 60px;
  text-align: center;
}

.loginbox form {
  margin-top: 5%;
}

.alert-oksuccess {
  position: fixed;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  min-height: 20px;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #313131;
  border: 1px solid rgb(241, 241, 241);
  border-bottom: 3px solid rgb(49, 207, 28);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* background-color: rgb(31, 238, 117);
  color: #fff;
  border: 1px solid rgb(7, 226, 62);
  border-radius: 4px; */
  margin-top: 1%;
  z-index: 9999;
}

.update-alert-success{
  width: 100%;
  min-height: 20px;
  padding: 4px;
  text-align: center;
  font-size: 1.25rem;
  color: rgb(19, 190, 19);
  border-radius: 4px;
  z-index: 9999;
}

.alert-okwarning {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  min-height: 20px;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #313131;
  border: 1px solid rgb(241, 241, 241);
  border-bottom: 3px solid rgb(236, 147, 31);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* background-color: rgb(238, 183, 31);
  color: #fff;
  border: 1px solid rgb(226, 138, 7);
  border-radius: 4px; */
  margin-top: 1%;
  z-index: 9999;
}

.alert-notokdanger {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  min-height: 20px;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  color: #313131;
  border: 1px solid rgb(241, 241, 241);
  border-bottom: 3px solid rgb(233, 24, 24);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* background-color: rgb(197, 36, 31);
  color: #fff;
  border: 1px solid rgb(255, 56, 56);
  border-radius: 4px; */
  margin-top: 1%;
  z-index: 9999;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: relative; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  min-height: 100%; /* Full height */
  overflow-x: auto;
  overflow-y: scroll;
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 3% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60% !important; /* Could be more or less, depending on screen size */
  height: 70vh;
  border-radius: 5px !important;
  overflow-x: auto !important;
  overflow-y: scroll !important;
  -webkit-box-shadow: 10px 10px 13px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 13px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 13px -5px rgba(0, 0, 0, 0.3);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right !important;
  text-align: right !important;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.closebtn {
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #e44b04;
  color: #e44b04;
  border-radius: 4px;
  background-color: transparent;
  transition: 0.2s;
}
.closebtn:hover {
  transition: 0.2s;
  background-color: #e44b04;
  color: #fff;
}

.modaltitle {
  font-weight: bold;
  padding-left: 2px;
  padding-bottom: 5px;
  margin-top: 5px;
}

.editcompinput {
  padding: 4px;
  border-radius: 5px;
  padding-left: 6px;
  outline: none;
  border: 1px solid gray;
  transition: 0.2s;
}
.editcompinput:hover {
  transition: 0.2s;
  border: 1px solid #000;
}
.editcompinput:focus {
  transition: 0.2s;
  font-weight: bold;
  color: #f8cc00;
  border: 1px solid #f8cc00;
}

.editcompsubmitinput {
  width: 40%;
  margin: 0 auto !important;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff !important;
  transition: 0.2s;
}

/* ADMIN UPDATE MODAL - TEXT AND ANIMATIONS */
.loadingactiontext {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: none;
}

.displayloadingtext {
  display: block !important;
}

.lds-roller {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto !important;
  margin-bottom: 10%;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(0, 15, 150);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ******** */
