﻿.flex-wrapper {
  display: flex;
  min-height: 92vh;
  flex-direction: column;
  justify-content: space-between;
}

.container-fluid {
  margin: 50px auto;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}

body>footer {
  background-color: #f5f5f5;
}

.disabled-row > td {
    background-color: #E9ECEF;
    color: #65717D;
}

.quantity-input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: rgba(255, 255, 255, 0.1); /* Sfondo semi-trasparente */
}


.field-validation-error {
  color: darkred;
  border-left: 3px solid red;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(255, 0, 0, 0.05);
  margin-bottom: 2px;
  
}
.validation-summary-errors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

.validation-summary-errors li {
  color: darkred;
  border-left: 3px solid red;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(255, 0, 0, 0.05);
  margin-bottom: 2px;
}

.pack{
  background-color: #E9ECEF; color: #65717D;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
/* body {
    padding-top: 50px;
    padding-bottom: 20px;
}  */

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
 /* .body-content {
  padding-left: 15px;
  padding-right: 15px;
} */

footer {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  padding-bottom: 2em;
  text-align: center;
  color: gray;
}



/* .page-link:active{
background-color:#B38900; 
border-color: #B38900;
} */

.item-order-link {
  color:#B38900; 
  border-color: #B38900;
}
.form-control
{
  border-color: #F0E7CC;
}
.trackingNo{
  color:#B38900; 
}

.form-control:focus{
  border-color: #B38900;
}

.form-control:hover{
  border-color: #B38900;
}

.input-group-text, .select-group-text{
  color:#B38900; 
  background-color: #F0E7CC;
  border-color: #F0E7CC;
}

.input-group-text:active, .select-group-text:active {
  color: #F0E7CC;
  background-color: #B38900;
  border-color: #B38900;; /*set the color you want here*/
}

.input-group-text:hover, .select-group-text:hover{
  border-color: #B38900;
}

#inactive-page-link{
  color:#B38900; 
  border-color: #B38900;
  }
  #inactive-page-link:hover {
    color: #B38900;
    background-color: #F0E7CC;
    border-color: #B38900;
    }
    #inactive-page-link:active{
    color: #B38900;
    background-color: #F0E7CC;
    border-color: #B38900;
    }

    #active-page-link{
      background-color:#B38900;
      border-color: #B38900;
    }
    .navbar-brand{
      padding-left: 20px;
    }
    #navbarResponsive{
      padding-right: 30px;
    }

#forgot-password{
  color: #B38900
}



.thead{
  background-color: #F0E7CC;
}
.table:focus{
  background-color: #F0E7CC;
}
tr{
  border-color: #F0E7CC;
}

tr:hover{
  background-color: #F0E7CC;
}
  

#detail, #refresh, #add, #trash, #save, #list, #edit{
  color:#B38900
}

#refresh, #save{
  margin: 10px auto;
}
#refresh:focus, #add:focus, #trash:focus, #save:focus, #edit:focus, #list:focus{
  color:#F0E7CC;
  border-color: #F0E7CC;
  background-color: #B38900;
}

#refresh:active, #save:active{
  color:#F0E7CC;
  border-color: #F0E7CC;
  background-color: #B38900;
}

#refresh:hover, #add:hover, #trash:hover, #save:hover, #edit:hover, #list:hover{
  background-color: #F0E7CC;
  border-color: #B38900;
  color:#B38900
}





.table-responsive {
  margin: 30px 0;
}
.table-wrapper {
  min-width: 1000px;
  background: #F0E7CC;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.table-title {
  padding-bottom: 10px;
  margin: 0 0 10px;
  min-width: 100%;
}
.table-title h2 {
  margin: 8px 0 0;
  font-size: 22px;
}

table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
  background: #F0E7CC;
}
table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
table.table td:last-child {
  width: 130px;
}
table.table td a {
  color: #F0E7CC;
  display: inline-block;
  margin: 0 5px;
}

table.table td i {
  font-size: 15px;
}

.hint-text {
  float: left;
  margin-top: 6px;
  font-size: 95%;
}

.btn-primary,
.sweet-alert button.confirm,
.wizard > .actions a {
  background-color: #4099ff;
  border-color: #4099ff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.remove-preview {
  border-radius: 100px;
  text-transform: capitalize;
  font-size: 10px;
  padding: -10px 19px;
  cursor: pointer;
}
.hidden {
  display: none;
}

label {
  min-width: 160px !important
}



fieldset {
  display: none;
}

fieldset.show {
  display: block;
}

.statusSelector {
  appearance: textfield;
}
 

select:focus, input:focus, .statusSelector:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

  outline-width: 0 !important;
  font-weight: 400;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.tabs {
  margin: 2px 5px 0px 5px;
  padding-bottom: 10px;
  cursor: pointer;
}

.tabs:hover, .tabs.active {
  border-bottom: 1px solid #2196F3;
}

.box {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
}

.line {
  background-color: #CFD8DC;
  height: 1px;
  width: 100%;
}