/* --------------------------------------------------------------------------------------------------- */
/* ------------------------------ Style for login and Sign-up page ----------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Numans");

* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Numans", sans-serif;
  box-sizing: border-box;
}

.body-wall {
  background: #e4e4e4;
  min-height: 100%;
  opacity: 0.9;
  position: relative;
}

.container {
  height: 100%;
  align-content: center;
}

.login-row {
  margin-right: 0;
}

.form-container {
  left: 50%;
  top: 47%;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.logo-heading {
  margin: 0 auto;
  display: inline;
}

.logo {
  display: block;
  width: 120px;
  height: 55px;
  margin: 0 auto;
}

.order-report {
  color: #666;
  font-weight: 600;
  margin: 1em;
  text-transform: uppercase;
}

.card {
  border-radius: 5px;
  margin: 0 auto;
  width: 25rem;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  height: 28rem;
  background-color: #fff;
}

.card-2 {
  border-radius: 5px;
  margin: 0 auto;
  width: 25rem;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  height: 28rem;
  background-color: #fff;
}

.card-body {
  padding: 0;
  flex: unset;
}

.card-header,
.card-footer {
  background: transparent;
  border: none;
}

.card-header h3 {
  color: #666;
}

.login-form {
  margin: 10px;
}

.remember > input[type="checkbox"] {
  background-color: #000;
}

.input-group-prepend {
  width: 40px;
}

.input-group-prepend span {
  width: 50px;
  /* background-color: #FFC312; */
  color: black;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.username,
.userpass,
.useremail {
  margin-bottom: 1.7rem;
}

.remember-me,
.condition-label {
  color: #666;
  font-size: 0.8rem;
  font-weight: bold;
  vertical-align: middle;
}

.remember input,
.condition input {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
}

.form-button {
  margin-top: 1rem;
}

.login_btn:hover {
  color: black;
  background-color: darkgreen;
}

.links {
  color: #666;
}

.links a {
  margin-left: 4px;
  color: #4eb3df;
}

.links a:hover {
  margin-left: 4px;
  color: #4eb3df;
}

.register-text a:hover {
  text-decoration: none;
  color: orange;
}

footer {
  width: 100%;
  min-height: 35px;
  bottom: 0px;
  font-size: 12px;
  line-height: 1.7em;
  color: #444444;
  text-align: center;
  position: absolute;
  left: 0;
}

footer > span > a {
  color: #4eb3df;
}

footer > span > a:hover {
  color: orange;
  text-decoration: none;
}

.error-msg {
  color: darkred;
  text-align: center;
  padding: 2px;
  font-size: 1.3rem;
}

/* --------------------------------------------------------------------------------------- */
/* ------------------------------ Style for Navbar---------------------------------------- */
/* --------------------------------------------------------------------------------------- */

.bg-light {
  background-color: transparent !important;
}

.logout-btn {
  background-color: transparent;
  color: #666;
}

.logout-btn:hover {
  color: #000;
  font-weight: bold;
}

/* --------------------------------------------------------------------------------------- */
/* ------------------------------ Style for Report page ------------------------------------- */
/* --------------------------------------------------------------------------------------- */

.select-col select {
  cursor: pointer;
}

.fetch input,
.download input {
  cursor: pointer;
}

.table-row > th {
  text-align: center;
}

.footer-reportPage {
  margin-top: 10px;
  min-height: 35px;
  font-size: 12px;
  line-height: 1.7em;
  color: #444444;
  text-align: center;
}

.empty {
  background-color: #dde0e5 !important;
  color: #000;
}
.table-data td {
  color: #777;
  text-align: center;
  vertical-align: middle !important;
}

.table-data > td > a {
  color: #4eb3df;
}

.footer-reportPage > span > a {
  color: #4eb3df;
}

.footer-reportPage > span > a:hover {
  color: orange;
  text-decoration: none;
}

.product_td {
  text-align: left !important;
}

#errorMsg {
  display: none;
  margin: 10rem;
  text-align: center;
}

.errorImg {
  width: 110px;
  height: 90px;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* border: 1px solid green; */
  /* -webkit-text-fill-color: green; */
  /* -webkit-box-shadow: 0 0 0px 1000px #000 inset; */
  transition: background-color 5000s ease-in-out 0s;
}

/* ----------------------------------------------- */
/* New Changes in Report pages */
/* ---------------------------------------------- */

.last_time {
  margin: 5px 5px 10px 0px;
}

#last_refresh {
  color: #777;
  font-weight: bold;
}

#last_refresh_time {
  color: #777;
}

.options_checkboxes {
  margin-bottom: 20px;
}

.reports-container {
  max-width: 95%;
}

.options_checkboxes > .col > span {
  color: #777;
  font-weight: bold;
}

.job {
  width: 10%;
}

.doneDiv {
  text-align: left;
  padding: 12px 0 0 0;
}

.doneDiv input {
  vertical-align: middle;
}

.iconsDiv {
  visibility: hidden;
}

.labelOwner {
  color: #777;
  font-weight: 600;
}

.job_settings_owner {
  color: #777;
  vertical-align: bottom !important;
}

#iconName {
  color: #777;
  vertical-align: middle !important;
}

.iconEdit {
  vertical-align: inherit !important;
}

.chooseFile {
  color: #777;
}

.link {
  color: blue;
  cursor: pointer;
}

/* --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Style for pop overlay ------------------------------------ */
/* --------------------------------------------------------------------------------------------------- */

#noteIcon {
  cursor: pointer;
}









/* --------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ Media queries ------------------------------------------ */
/* --------------------------------------------------------------------------------------------------- */


/* Media queries for Date */

@media (max-width: 575.98px) {
  .form-button > .btn-success {
    width: 100%;
  }

  .reports-heading {
    font-size: 1.5rem;
  }

  .order-dropdown select {
    width: 100%;
  }

  .forMobile {
    text-align: center;
  }

  .forDesktop {
    color: #dddee4;    
  }

  .ownerSelect > select {
    width: fit-content;
  }

  .iconsRow {
    display: none !important;
  }

  .icons-heading {
    margin-bottom: 15px;
  } 

}

/* Small devices (landscape phones, less than 768px) */

@media (min-width: 768.98px) {
  .form-container {
    left: 50%;
    top: 47%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .logo {
    margin: 0 auto;
  }

  .order-report {
    font-size: 1.7rem;
    font-weight: bold;
  }

  .card {
    margin: 0 auto;
    width: 40rem;
    padding: 15px;
    height: 36rem;
  }

  .card-2 {
    margin: 0 auto;
    width: 40rem;
    padding: 15px;
    height: 36rem;
  }

  .card-header > h3 {
    font-size: 3rem;
  }

  .card-header {
    padding: 0;
  }

  #emailAddress,
  #loginPassword,
  #userMail,
  #userName,
  #userPassword {
    height: 3.4rem;
  }

  .username,
  .userpass,
  .useremail {
    margin-bottom: 2rem;
  }

  .check-remember,
  .check-condition {
    margin-bottom: 1.5rem;
  }

  .remember input,
  .condition input {
    width: 40px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
  }

  .remember-me {
    font-size: 1.8rem;
    vertical-align: super;
  }

  .condition-label {
    font-size: 1.8rem;
    vertical-align: super;
  }

  .form-group > input[placeholder] {
    font-size: 2rem;
    color: #666;
  }

  .form-button {
    margin-top: 2rem;
  }

  .form-button > .btn {
    height: 10%;
    width: 100%;
  }

  .form-button > input[value] {
    font-size: 1.8rem;
  }

  .links {
    font-size: x-large;
  }

  footer {
    font-size: 0.9rem;
    padding: 5px;
  }
  .card-footer {
    margin-top: 1.4rem;
  }  

  .ownerSelect > select {
    width: fit-content;
  }

}

@media (max-width: 767px) {

  .order-dropdown > select {
    width: 100% !important;
  }

  .padding-md-remove > input {
    width: 100% !important;
  }

  .row .padding-md-remove {
    padding-left: 15px !important;
  }

  .row .order-dropdown {
    padding-left: 15px !important;
  }

  .ownerSelect > select {
    width: fit-content;
  }

  .iconsRow {
    display: none !important;
  }

}
  

@media (max-width: 991.98px) {
  .order-dropdown select {
    width: fit-content;
  }

  .padding-md-remove > input {
    width: 229px;
  }

  .row .padding-md-remove {
    padding-left: 5px;
  }

  .row .order-dropdown {
    padding-left: 5px;
  }

  .table-data > .methodIcon {
    padding: 0;
  }

}

/* Medium devices (tablets, less than 992px) */

@media (min-width: 992px) {
  .form-container {
    left: 50%;
    top: 47%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .logo {
    margin: 0 auto;
  }

  .order-report {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .card {
    width: 26rem;
    padding: 20px;
    height: 22rem;
  }

  .card-2 {
    width: 29rem;
    padding: 20px;
    height: 25rem;
  }

  .card-header > h3 {
    font-size: 1.5rem;
  }

  #emailAddress,
  #loginPassword,
  #userMail,
  #userName,
  #userPassword {
    height: 2rem;
  }

  .username,
  .userpass,
  .useremail {
    margin-bottom: 1rem;
  }

  .check-remember,
  .check-condition {
    margin-bottom: 1rem;
  }

  .remember input,
  .condition input {
    width: 17px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
  }

  .remember-me {
    font-size: 1.2rem;
  }

  .condition-label {
    font-size: 1.2rem;
  }

  .remember-me,
  .condition-label {
    color: #666;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: bottom;
  }

  .form-button {
    margin-top: 1rem;
  }

  .form-button > .btn {
    height: 12%;
    width: 100%;
  }

  .form-button > input[value] {
    font-size: 1rem;
  }

  .form-group > input[placeholder] {
    font-size: 1rem;
    color: #666;
  }

  .form-group > input:-webkit-autofill {
    -webkit-text-fill-color: #666;
  }

  .card-footer {
    margin-top: 0.1rem;
  }

  .error-msg {
    color: darkred;
    text-align: center;
    padding: 2px;
    font-size: 1rem;
  }

  .links {
    font-size: large;
  }

  footer {
    font-size: 0.9rem;
    padding: 5px;
  }

  .forMobile {
    color: #dddee4;
  }

  .forDesktop {
    color: #000;
    text-align: center;
  }

  .row .order-dropdown {
    padding-left: 15px;
  }

  .order-dropdown select {
    width: 100%;
  }

  .table-data > .methodIcon {
    padding: 0;
  }

  .ownerSelect > select {
    width: fit-content;
  }

  #navbarNavDropdown {
    display: inline-block !important;
  }
  
  .navbar-nav {
    display: -webkit-box;
    float: right;
  }

}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  
  .form-container {
    left: 50%;
    top: 47%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .remember-me,
  .condition-label {
    vertical-align: bottom;
  }
  #emailAddress,
  #loginPassword,
  #userMail,
  #userName,
  #userPassword {
    height: 2.9rem;
  }
  .card-2 {
    width: 29rem;
    padding: 20px;
    height: 29rem;
  }

  .card {
    width: 29rem;
    padding: 20px;
    height: 25rem;
  }

  .username,
  .userpass,
  .useremail {
    margin-bottom: 1.6rem;
  }

  .card-footer {
    margin-top: 0.1rem;
  }

  .table-data > .methodIcon {
    padding: 0;
  }

  #navbarNavDropdown {
    display: inline-block !important;
  }
  
  .navbar-nav {
    display: -webkit-box;
    float: right;
  }

}

.total_order {
  display: block;
  background-color: white;
  color: black;
}

.color__total { background:white; color: rgb(7, 6, 6);}
.color__waiting { background:red; color:black;}
.color__making {background:yellow; color:black;}
.color__ready {background:greenyellow; color: black;}

.color__total ,
.color__waiting ,
.color__making ,
.color__ready {
  margin-left: 10px;
  border: 1px solid black;
  width: 100px;
  margin-bottom: 10px;
  text-align:center;
  padding: 4px;
}

.color_code_wrapper div {
  display: inline-block;
}

#main1 .color__total ,
#main1 .color__waiting ,
#main1 .color__making ,
#main1 .color__ready {
  display: table-cell !important;
}

.product_td ol { list-style-position: inside; }
.product_td ol a { color: blue !important; cursor: pointer; } 
.product_td ul { list-style-position: inside; padding-left: 1em; }
.product_td { min-width: 300px;display: table-cell; }

.delivery_note,
.Extra_note { width: 150px;max-width: 150px;display: table-cell; }

td.delivery_note,
td.Extra_note { font-size: 12px; }

.status__Waiting { background-color: #ffffff; color: #000;}
.status__Making  { background-color: #ffff00; color: #000;}
.status__Ready   { background-color: #adff2f; color: #000;}