﻿/* 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 {
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

h1 {
    color: #323593;
    padding-bottom: 2rem;
}
h2 {
    font-weight:100;
}

h3 {
    font-weight: 100;
    color: #323593;
}

h4 {
    color: gray;
    font-weight: 100;
}

.pointer {
    cursor: pointer;
}

.text-primary {
    color: #3560DC !important;
}
.text-info {
    color: #323593 !important;
    font-weight: 500;
}
.formTitle {
    text-align:right;
}


/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  text-decoration:underline;
  cursor: pointer;
}
    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: #0366d6;
        text-decoration: underline;
    }

    a.btn, a.nav-link, a.dropdown-item {
        text-decoration: none;
    }

.col-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.nav-item {
    margin-top: 13px;
    margin-left:30px;
}

.main-content {
    background-color: #b1e5fd;
}

.dashboard-panel-content{
    height:255px;
}

.dashboard-panel-container {
    
    border: 1px solid lightgrey;
    border-radius: 10px;
    background-color:white;
}


.dashboard-panel-footer01 {
    font-size: x-large;
    color: white;
    height: 75px;
    background-color: #f46275;
    padding-top: 18px;
    vertical-align: bottom;
}

.dashboard-panel-footer02 {
    font-size: x-large;
    color: white;
    height: 75px;
    background-color: #5b86f6;
    padding-top: 18px;
    vertical-align: bottom;
}

.dashboard-panel-footer03 {
    color:white;
    font-size: x-large;
    height: 75px;
    background-color: #b1e5fd;
}

#pnlLogin{
    max-width:50%;
    margin-left:auto;
    margin-right:auto;
    margin-top:150px;
}

#pnlLoginForm {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}

#pnlLoginForm img {
   text-align:center;
   display:block;
   margin:auto;
   margin-bottom:20px;
}

.important-box {
    padding: 10px 25px;
    border: solid orange 2px;
    border-radius: 15px;
    width: 100%;
    background-color: #ffa50086;
    margin-top: 15px;
}


.container
| {
    background-color: lightgray;
}

.pagination > li > a.active {
    font-weight: bold;
    color: white;
    background-color: #2a3780;
}

.required {

    color:red;
}

.borderless td, .borderless th {
    border: none;
}

.alignMiddle td {
    vertical-align: middle;
}

.toast {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    display:none;
}

    .toast p {
        font-size: 15px;
    }

.toast-success {
    background-color: #def2d6;
    border: 2px solid #77916c;
    color: #77916c;
}
.toast-Error {
    background-color: #e82828;
    border: 2px solid black;
    color: black;
}

.toast.toast-active {
    transition: all ease-in 0.5s;
    top: 20%;
    opacity: 1;
    z-index: 1060;
    display:block;
}

.table-ProductGrading {
    font-size: 14px;
}
    .table-ProductGrading tr {
        background-color: #cbe6ef;
    }
        .table-ProductGrading tr td:first-child {
            width: 50px;
        }
        .table-ProductGrading tr:nth-child(3n-1) td {
            background-color: lightgray;
        }
        .table-ProductGrading tr:nth-child(3n) td {
            background-color: lightgray;
            border-bottom: 1pt solid black;
        }
            .table-ProductGrading tr:nth-child(3n-1) td:nth-child(2), 
            .table-ProductGrading tr:nth-child(3n-1) td:nth-child(3), 
            .table-ProductGrading tr:nth-child(3n-1) td:nth-child(4), 
            .table-ProductGrading tr:nth-child(3n-1) td:nth-child(5) {
                width: 280px;
            }
            .table-ProductGrading tr:nth-child(3n) td:nth-child(6), 
            .table-ProductGrading tr:nth-child(3n) td:nth-child(7), 
            .table-ProductGrading tr:nth-child(3n) td:nth-child(8) 
            .table-ProductGrading tr:nth-child(3n-1) td:nth-child(6), 
            .table-ProductGrading tr:nth-child(3n-1) td:nth-child(7), 
            .table-ProductGrading tr:nth-child(3n-1) td:nth-child(8) {
                text-align:center;
            }

        .table-ProductGrading tr:nth-child(3n-2) td:nth-child(2), .table-ProductGrading:nth-child(3n-2) tr th:nth-child(2) {
            width: 300px;
            background-color: #fcfce3;
            border-bottom: 1pt solid black;
        }

        .table-ProductGrading tr:last-child td {
            text-align: center;
        }
/*    .table-ProductGrading select.active {
        background-color: #ffe8eb;
    }*/

.card {
    border: 1px solid #b5d7f9;
}

    .card .card-header {
        cursor: pointer;
  
    }


.card .card-header:after {
    content: "-";
    position: absolute;
    right: 20px;
    top: 20px;
}

.card .card-header.closed:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 20px;
}

.colour-filter .quote-colour-filter {
    display: block;
    cursor:pointer;
}

.colour-filter .quote-colour-filter.selected {
    display:none;
}

.colour-filter.active .quote-colour-filter {
    display: none;
}

.colour-filter.active .quote-colour-filter.selected {
    display: block;
}

.quote-product-search.active{
    font-weight:bold;
    text-decoration:underline;
    
}

.quote-product-search {
    cursor: pointer;
}

.quote-product-item img{
    max-width:100%;
}

.colour-search-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
    margin-top:20px;
}

.colour-search-container .colour-filter{
    flex:1;
}

#frmQuoteProductSearch button{
    margin-top:10px;
    margin-bottom:10px;
}

.quote-edit-mode {
    background-color: #ffeaee !important;
}

.quote-details .card{
    margin-bottom:20px;
}

.quote-product-info {
    width: 100%;
    margin-bottom: 0;
}

.quote-product-info tbody{
    border-top: 0.5px black solid
}

.quote-product-info   {
    margin-top:10px;
}

.card-quote-products {
    margin-bottom: 20px;
    border-color: black;
}


.quote-display-mode.inactive{
    background-color: lightgray;
}

.table .quote-display-mode td {
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #e0e6fb;
}

table.quote-product-info, .quote-product-info tbody {
    border-top: none;
    border-color: #e0e6fb;
}

table.quote-product-info tr:first-child td{
    background-color: #e0e6fb;
    padding-top: 3px;
    padding-bottom:3px;
}

#mdlQEF .modal-dialog {
    max-width:1200px;
    width:100%;
}

#mdlQEF .modal-body {
    max-height: 750px;
    overflow-y: scroll;
}


#mdlQEF .modal-dialog .row, .rfq-info .row {
    margin-bottom: 10px;
}



.table.quote-product-info td.unit-cost {
    background-color: #d0e5ff;
    border: 2px DarkBlue solid;
}

.table.quote-product-info td.unit-cost2 {
    background-color: #baceff;
}



.table.quote-product-info td.carriage {
    background-color: #f3ffd0;
    border: 2px DarkGreen solid;
}

.table.quote-product-info td.carriage2 {
    background-color: #e2ffba;
}


.table.quote-product-info td.origination {
    background-color: #dcd0ff;
    border: 2px Purple solid;
}

.table.quote-product-info td.origination2 {
    background-color: #d7baff;
}


.quote-item-actions.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1829px;
}


.quote-item-actions {
    background-color: lightgray;
    z-index: 20;
    border: 1px grey solid;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.popover{
    max-width:500px;
    border: 1px solid black;
}

.OrderPopper.popover {
    max-width: 650px;
}

.OrderSalePopper.popover {
    max-width: 1000px;
    cursor:pointer;
}

.OrderSalePopper.StockIn.popover {
    max-width: 1500px;
}
/*
.OrderSalePopper.popover img {
    width: 600px;
}*/

.popover-arrow{
    color: black;
}

.table .quote-display-mode td.price-checked-true {
    background-color: #198754;
}
.table .quote-display-mode td.price-checked-false {
    background-color: #dc3545;
}


.RelatedProduct.checked {
    border: 2px solid #46aa46;
    border-radius:5px;
    padding-top:2px;
    margin-top:-4px;
    padding-bottom:5px;
}
.RelatedProduct img {
    margin-bottom: 10px;
    width: 100%;
}

.Dropzone {
    background-color: darkgrey;
    border: solid 3px grey;
    border-radius: 5px;
    width: 100%;
    height: 135px;
    text-align: center;
    vertical-align: central;
    margin-top: 5px;
}


.table .quote-display-mode td.price-checked-true, table .quote-display-mode td.price-checked-false {
    color:white;
}

.popupShiftRight {
    float: right;
    margin-top: -15px;
    /*margin-right: -10px;*/
}

.quote-product-item-box {
    border: 2px solid #ddd;
    padding:5px;
}

#frmOrderFromQuoteForm hr {
    height: 5px;
    color: #1b6ec2;
    opacity: 1;
}

#pnlLoadingPanel {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.input-validation-error {
    border-color: red;
    border-width:3px;
}

.Dispatch {
    background-color: #e3f6fc!important;
}

.SupplierDetails {
    background-color: #f0e3fc!important;
}

.Invoicing {
    background-color: #f3f9de!important;
}

.SalesSummary {
    background-color: #fce3e4 !important;
}

.emailStatusDot {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}

.RequiredFieldPanel {
    width: 100%;
    border: lightgray 1px solid;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-left: -20%;
}

.text-gray {
    color: lightgray;
}

.SkinCustomText td {
    vertical-align:central;
}

.rgPagerTextBox {
    text-align: center;
}

html .k-upload {
    position: relative;
    max-width: 400px;
}

.hideUploader .k-upload{
    display: none;
}

.form-control.k-widget {
    display: block;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-listbox, .k-multiselect, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker {
    width: 100%; 
}

table .negative-target {
    background-color: #f59898;
}

table .positive-target {
    background-color: #28c953;
}

#tblTargets, #tblTargets .btn{
    font-size: 12px;
}

#tblTargets input, #tblTargets select{
    font-size: 12px;
    height:30px;
}

.target-total{
    border-top: 2px solid darkgrey;
}

.quote-figures td {
    padding: 8px;

    background-color: #f4f4f4;
    text-align: center;
}

.quote-figures, .quote-figures table {
    border-spacing: 2px;
    border-collapse: initial;
}

.Toolbox {
    width: 1000px;
    min-height: 100px;
    border: 1px solid lightgrey;
    margin: 20px;
    padding: 5px;
    display: flex;
}

    .Toolbox .ToolboxItem {
        border: 1px solid lightgrey;
        display: flex;
        flex-direction: column;
        height: 100px;
        width: 100px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-align: center;
        margin-right: 5px;
    }

        .Toolbox .ToolboxItem:hover {
            border-color: red;
        }

        .Toolbox .ToolboxItem .ToolboxItemIcon {
            font-size: 40px;
            width: 100%;
        }
            .Toolbox .ToolboxItem .ToolboxItemIcon img {
                max-width: 80%;
            }

        .Toolbox .ToolboxItem .ToolboxItemName {
            align-self: flex-end;
            width: 100%;
        }



.thrive-skill-1 {
    color: red;
}

.thrive-skill-2 {
    color: orange;
}
tr.thrive-skill-2{
    background-color:orange;
    color:black;
}

.thrive-skill-3 {
    color: green;
}



.thrive-additional-courses{
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    row-gap:20px;
    
}

.thrive-additional-course {
    border: 1px solid black;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.thrive-additional-course-content{
    padding:10px;
    border-top:1px solid black;
}


.thrive-additional-course-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.thrive-additional-course-img-container img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    cursor:pointer;
    max-width:100%;
}

.thrive-additional-course-container {
    flex-shrink: 1;
    flex-basis: 25%;
    
}



.thrive-course-1, .thrive-course-3 {
    color: red;
}

.thrive-course-2 {
    color: orange;
}


.thrive-course-4, .thrive-course-4 {
    color: green;
}

.tag-collection {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.tag-container{
    flex-shrink: 1;
}
.tag {
    background-color: rgba(75, 192, 192, 0.5);
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
}

.skill-job-container, .training-job-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.skill-job-container .skill-job, .training-job-container .training-job{
    flex-shrink:1;
    padding:10px;
}

.chuffed-board-hero {
    width: 1600px;
    margin: auto;
}

.chuffed-board-container {
    width: 1600px;
    position: relative;
    height: 2500px;
    margin: auto;
}

.chuffed-board-container img.chuffed-board-background{
    width: 1600px;
    position:absolute;
    top:0;
    left:0;
    margin:auto;
    z-index:1;
}


.chuff-board-font-1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.chuff-board-font-2 {
    font-family: 'Bauhaus 93'
}

.chuff-board-font-3 {
    font-family: 'Cambria Math'
}

.chuff-board-font-4 {
    font-family: 'Palatino Linotype'
}

.chuff-board-font-5 {
    font-family: Dubai
}

.chuff-board-font-6 {
    font-family:  'Comic Sans MS'
}

.chuffed-board-note-container{
    display:flex;
    z-index:10;
    flex-wrap:wrap;
    flex-direction:row;
    padding:100px 150px;
}

.chuffed-board-note-container .note-item {
    flex-shrink:1;
    z-index:20;
    flex-basis:20%;
    position:relative;
    padding:10px;
}


.chuffed-board-note-container .note-item img{
    max-width:100%;
    filter:drop-shadow(rgba(0,0,0,0.5) 1rem 1rem 10px)

}


.chuffed-board-note-container .note-item .chuffed-note-text{
    text-align:center;
    position:absolute;
    z-index:100;
    left:35%;
    top:30%;
    width:80%;

    transform: translateY(-80%);
    transform: translateX(-30%);
}


.chuffed-background {
    background-color: #ecf8fb;
    margin: -8px;
    padding-top:20px;
    padding-bottom:20px;
}

.week-hero {
    color: purple;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
    font-size:30px;
    text-align:center;
}

.week-hero img{
    max-width:200px;
}

.add-thrive-note-container{
    margin-left:20px;
}

.character-image {
    max-width: 140px;
    
}

.hero-heart{
    bottom:0;
    position:relative;
    max-width:40px;
    flex-shrink:1;
}

.hero-heart-container{
    display:flex;
    align-items:flex-end;
    height:100%;
    
}
.thrive-dashboard-header{
    padding-bottom:5px;
}
.thrive-dashboard-heart-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.thrive-dashboard-heart-container .thrive-dashboard-heart {
    flex-shrink:1;
    
}

.thrive-dashboard-heart-container .thrive-dashboard-heart img {
    max-width: 40px;
}
.thrive-hall-of-fame {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 20px;
}


.thrive-award {
    border: 1px solid black;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.thrive-award-content {
    padding: 10px;
    border-top: 1px solid black;
}


.thrive-award-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.thrive-award-img-container img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.thrive-award-content {
    flex-shrink: 1;
    flex-basis: 25%;
}

.thrive-dashboard-character-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ContactsTable .form-control {
    max-height:30px;
}

#pnlCompleteTrainingContent{
    margin:5px;
}

#pnlCompleteTrainingContent input,
#pnlCompleteTrainingContent textarea,
#pnlCompleteTrainingContent select{
    margin-bottom: 10px;
    margin-top:3px;
}


.HoverButton {
    position: fixed;
    z-index: 2000;
    bottom: 5px;
    left: 15px;
    height: 50px;
    padding: 5px;
}

table.table-centered tr td, table.table-centered tr th{
    text-align:center;
}
    table.table-centered tr td input {
        height: 32px;
    }

.packing-list-table .correct {
    background-color: #56e87d;
}
.packing-list-table .issue {
    background-color: #ff4040;
}

.packing-list-table .warning {
    background-color: #fcfa62;
}

.float-r{
    float: right;
}

.info-icon {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: blue;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    opacity: 0.9;
    margin-right: 5px;
}

.tooltip {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: left;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: opacity 0.3s;
    border: 1px solid black;
}

.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.info-icon:hover .tooltip-custom {
    visibility: visible;
    opacity: 1;
}

.tooltip-custom {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: left;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%;
    left: 0%;
    transform: translateX(-25%);
    white-space: nowrap;
    transition: opacity 0.3s;
    border: 1px solid black;
    font-style: normal;
}

.default-addresses-width {
    max-width: 300px;
}

.img-row {
    border-radius: 10px;
    border: 2px white solid;
}

.img-row.selected{
    border:2px green solid;
}

.img-row .btn{
    margin-top:10px;
}






.k-button.k-upload-selected{
    display:none;
}