@font-face {
    font-family: GucciSans-Book;
    src: url(../fonts/GucciSans-Book.otf);
}

@font-face {
    font-family: AlteHaasGrotesk_Bold;
    src: url(../fonts/Grotesk-Bold.ttf);
}

@font-face {
    font-family: MinionPro;
    src: url(../fonts/MinionPro-Regular.otf);
}

body {
    font-family: 'GucciSans-Book', sans-serif !important;
    background: #FFFFFF;
}

.user-area .user-menu {
    max-width: unset;
    width: 280px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
}

tr div.btn {
    width: 75pt;
    margin-bottom: 5px;
    margin-top: 5px;
}

tr a.btn {
    width: 75pt;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bg-dark {
    background-color: #000000!important;
}

.login-container {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #ffffff;
}

.login-cta {
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-form {
    padding: 30px 30px 20px;
}

.login-sso {
    padding: 30px 30px 20px
}

.form-group {
    text-align: left;
}

.login-form label {
    color: #FFFFFF;
    text-transform: none;
}

.login-button {
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
    border: 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
}

.login-button:hover {
    color: #BBB;
}

.panel {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.table thead th {
    border-bottom: none;
}

table td, .table th {
    border-top: none;
}

.table td, .table th {
    border-top: none;
    vertical-align: middle;
}

.table td {
    border-top: none;
    vertical-align: middle;
    padding: 5px;
}


table.dataTable td.light-text {
    color: #9d9d9d
}

.product-list-image {
    max-width:70px;
    min-width: 70px;
    max-height:70px;
    min-height: 70px;
    width:auto;
    height:auto;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    object-fit: scale-down;
    background-color: white;
}

.picture-list-image {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    object-fit: scale-down;
    background-color: white;
}

.picture-list-image-sm {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    object-fit: scale-down;
    background-color: white;
}

.btn-outline-black {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
}

.btn-outline-red {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
}

.btn-group>.btn {
    background-color: #FFFFFF;
    color: #000;
    border-color: #ced4da;
}

.dropdown-item.active {
    background-color: #000000;
}

.btn-black {
    color: #FFFFFF;
    background-color: #000000;
    background-image: none;
    border-color: #FFFFFF;
}

.btn-black:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}

#validation-result-modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

#validation-result-table {
    display: block;
    max-height: 220pt;
    overflow-y : scroll;
    margin-bottom: 0px;
}

div#validation-results{
    display: block;
    max-height: 220pt;
    overflow-y : scroll;
    margin: 20px 0px;
    color: #878787;
}

.product-data-row {
    border-top: #9d9d9d 1px solid;
}

.product-data-row td {
    padding-top: 15pt;
}

.product-validations-row td {
    color: gray;
}

.product-validations-row td b {
    color: #4a4a4a;
    font-weight: 500;
}

#validation-result-file-input-container {
    visibility: collapse;
}

.card .card-footer {
    background-color: white;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: -5px;
}

.kpi-container {
    background-color: #252626;
    margin-top: 10px;
    margin-bottom: 35px;
    border-radius: 10px;
    padding: 10px;
}

.kpi-title-row {
    text-align: center;
}

.kpi-title {
    font-size: 1.5em;
    color: #c7c7cb;
}

.kpi-subtitle {
    font-size: 1.15em;
    color: #ffffff;
}

.kpi-box {
    padding-top: 8px !important;
}

.kpi-box-header {
    color: #f2f3f2;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
}

.kpi-box-value {
    color: #76d572;
    font-size: 1.25em;
    margin-bottom: -5px;
}

.kpi-box-value.positive {
    color: #76d572;
}

.kpi-box-value.negative {
    color: #c80000;
}

.kpi-box-unit {
    font-size: 1.25em;
    color: #c7c7cb;
}

.kpi-subtarget-title-row {
    padding-top: 16pt;
    text-align: center;
}

.kpi-subtarget-title {
    font-size: 1.25em;
    color: #989898;
}

.text-muted {
    color: #cccccc !important;
}

.hide{
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: initial;
}

div.dropdown.bootstrap-select {
    border: 1px solid #ced4da;
}

.swal-button--confirm {
    background-color: #000;
}

.swal-button--confirm:not([disabled]):hover {
    background-color: #444;
}

.swal-button--delete {
    background-color: #c80000;
}

.swal-button--delete:not([disabled]):hover {
    background-color: #dc3545;
}

.nav-pills .nav-link.active {
    background-color: #000;
}

#products-table .on-hold {
    background-color: rgba(255, 40, 0, 0.20);
}

#products-table .reserved {
    background-color: rgba(255, 40, 0, 0.20);
}

.download-app-icon {
    margin-top: 40px;
}

.download-app-name {
    margin-top: 20px;
    color: #FFFFFF;
    text-align: center;
}

.download-app-version {
    margin-top: 5px;
    color: #FFFFFF;
    text-align: center;
}

.download-app-description {
    margin-top: 20px;
    color: #999999;
    text-align: center;
}

.download-app-button {
    margin-top: 20px;
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
    border: 1px solid !important;
}

.download-app-button:hover {
    color: #BBB;
}

.download-app-button:visited {
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
    border: 1px solid !important;
}

.download-app-button:focus {
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
    border: 1px solid !important;
}

.download-app-logout-button {
    margin-top: 20px;
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
    border: 0px solid !important;
    text-decoration: underline;
}

.download-app-logout-button:hover {
    color: #BBB;
}

#forgot-pw-btn {
    color: #FFFFFF;
    text-decoration: underline;
    text-align: right;
    padding-right: 0px;
    padding-top: 0px;
}

.bg-decor {
    background-image: url("../images/decor-login/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.decor-login-container {
    font-family: "AlteHaasGrotesk_Bold";
}

.decor-login-logo {
    max-width: 100%;
}

.decor-login-tiger {
    max-width: 100%;
    padding-top: 50px;
}

.decor-login-form input {
    border-radius: 0;
}

.decor-login-button {
    border-radius: 0px;
    border: 0px;
}

.error-container {
    padding-top: 50px;
    color: #FFFFFF;
    text-align: center;
}

.error-container h1 {
    padding-top: 150px;
    padding-bottom: 30px;
}

.error-container h4 {
    color: #999999;
}

.change-pw-caption h5 {
    color: #fff;
    padding-bottom: 10px;
}

.change-pw-caption p {
    color: #cccccc;
}

.app-design-upload-image {
    margin-right: 10px;
    object-fit: scale-down;
    background: repeating-conic-gradient(#80808050 0% 25%, transparent 0% 50%) 50% / 20px 20px
}

.app-design-splash-bg {
    width: 250px;
    height: 187px;
    object-fit: cover;
}

.app-design-splash-logo {
    width: 150px;
    height: 150px;
}

.app-design-top-logo {
    width: 172px;
    height: 78px;
    background: initial;
    background-color: black;
}

.app-design-header-bg {
    width: 300px;
    height: 19px;
    object-fit: cover;
}

.app-design-category-bg {
    width: 230px;
    height: 300px;
    object-fit: cover;
}

.app-design-event-only-badge {
    width: 120px;
    height: 120px;
}

.app-design-order-form-header-image {
    width: 294px;
    height: 18px;
}

.bootstrap-select>.disabled {
    background-color: #D8DBDE;
    color: #556980;
} 

.product-picker-img {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    width: auto;
    height :auto;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    object-fit: scale-down;
    background-color: white;
}

.request-by-location-date {
    font-size: small;
}

.request-by-location-runner {
    font-size: smaller;
    color: #878787;
}

.request-by-location-client {
    font-size: smaller;
    color: #878787;
}

.request-by-location-smc {
    font-size: small;
}

.request-by-location-size {
    font-size: small;
}

.request-by-location-productName {
    font-size: smaller;
    color: #878787;
}

.sticky-header th {
    position: sticky;
    top: 0;
}

.table-auto {
    table-layout: auto;
}

.table-auto select {
    min-width: 100px;
}

#prices-settings-table td,
#prices-settings-table th {
    vertical-align: top;
}

.dev-banner {
    background-color: goldenrod;
    color: black;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
}

.test-banner {
    background-color: darkred;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
}