/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 Mar 2017, 4:41:36 PM
    Author     : hoffmam
*/

.crgUserId {
  width: 100%;
  padding: 12px 20px;
  /*margin: 8px 0;*/
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#crgSuccess {
  color: #4caf50;
}

#crgErrors {
  color: #fe0000;
}

/* Melissa Edit 02/07/2021 */
.crgClose {
  color: #fe0000;
  display: block;
  text-align: right;
}

.crgClosePdf {
  position: absolute;
  color: black;
  /* background-color: rgba(0,0,0, 0.7);     */
  z-index: 102;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  font-size: 30px;
  padding-left: 8px;
  padding-right: 8px;
  top: 0;
  right: 0;
  font-weight: bold;
  /* text-align: right; */
  /* display: inline-block; */
}

.crgClosePdf:hover {
  transform: scale(1.2);
  transition: 0.3s all;
}
/* Finish Edit */
.crgLabelLeft {
  text-align: Left;
  display: block;
}

.crgLabelRight {
  text-align: Right;
  display: block;
}

/* Full-width input fields */
input[type="password"],
input[type="email"] {
  width: 100%;
  padding: 12px 20px;
  /*margin: 8px 0;*/
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
/*button {
  color: black;
  background-color: #65adbd;
  border-color: #ccc;

  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}*/

.crgSelect {
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 49%;
}

.crgSelectWide {
  background-color: #65adbd;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 98%;
}

.crgSelect:hover,
.crgSelectWide:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.crgContainer {
  padding: 20px;
}

/* MELISSA EDIT 02/07/2021 */
#crgLoginDiv .crgContainer {
  padding: 20px;
}
/* END OF EDIT 02/07/2021 */
span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.crgModal {
  backdrop-filter: blur(8px);
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 110; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /*overflow: auto; */ /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /*padding-top: 10%;*/
  padding-top: 3rem !important;
}

#crgLoginDiv > .crg-modal-content {
  width: 300px;
}

/* Modal Content/Box */
.crg-modal-content {
  background-color: #fefefe;
  margin: auto auto auto auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  /*width: 300px;  Could be more or less, depending on screen size*/
  width: 90%;
  overflow: auto; /* Enable scroll if needed */
}
/*
@media screen and (min-width: 900px) {
    .crg-modal-content {
        width: 70%;
    }
}*/

#modal-content-report {
  background-color: #fefefe;
  margin: 5% auto 10% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  overflow: auto; /* Enable scroll if needed */
}

/* The Close Button (x) */
/*.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}*/

/*.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}*/

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

/* FACELIFT STYLES */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap");

.fl-login-img {
  height: 80px;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: 20px;
}

.crg-modal-content {
  background-color: white;
}

#fl-userLabel,
#fl-passLabel {
  margin-bottom: 5px;
}

#crgUserPass,
#crgUserId {
  border-left: 5px solid #00bbd3;
  background-color: lightgray;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#fl-login-btn {
  background-color: #00bbd3;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#fl-login-bg {
  background-color: white;
  font-family: "Poppins", sans-serif;
}

#fl-login-btn,
#crgUserPass,
#crgUserId {
  transition: 0.3s all;
}

#fl-login-btn:hover,
#crgUserPass:hover,
#crgUserId:hover {
  transform: scale(1.03);
}

.fl-i {
  color: lightgray;
}
/* Melissa Edit 02/02/2021 */
.crg-modal-content {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  max-height: 84vh;
}

#crgErrors {
  text-align: center;
}

input:focus {
  outline: none;
}

.crgDivInlineRight {
  float: right;
  /* margin-right: 10px; */
}
.crgClose {
  cursor: pointer;
  padding: 5px 10px;
  /* background-color: #f44336; */
  /* color: white; */
  border-radius: 5px;
}

.modal-print-content {
  font-family: "Poppins";
}

.crgContainer {
  font-family: "Poppins";
}

.printerActiveContainer {
  /* width: 30rem !important; */
}

.printerIpOption {
  border: 1px solid #dfdfdf !important;
  width: 11rem !important;
}

.printerIpOption:hover {
  background-color: #f3f3f3 !important;
  cursor: pointer !important;
}

.btnTestPrinter {
  background-color: #eca33c !important;
}

.btnTestPrinter:hover {
  background-color: #b6761d !important;
}

.printerManualnEntry .btn-empact {
  margin-top: 0px !important;
}

@media (min-width: 1200px) {
  .printerModalContainer {
    max-width: 35vw !important;
    overflow-y: scroll;
    height: 90vh;
  }
}

.printerModalContainer {
  overflow: auto !important;
  height: 90vh;
}
