﻿/*
HEX: 070707 [black - main color] 
HEX: 393333 [dark grey]
HEX: e35702 [dark orange]
HEX: febc2a [light orange]
HEX: e4ddc8 [background strong]
HEX: f4E6D5 [background medium]
HEX: f6f6f6 [background light]
*/

:root {
    --altaine-yellow: #febc2a;
    --altaine-green: #00905E;
    --altaine-orange: #e35702;
    --altaine-beige: #e4ddc8;
    --altaine-darkgray: #393333;
}


/* Scroll style*/
::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
    background: #aaaaaa !important;
}

​
/* Primary color*/
h1, h2, h3, h4 {
    color: #e35702 !important
}

a,.nav-link {
    color: #343233
}
body {
    color: #343233
}

.nav.nav-tabs .nav-link.active {
    color: #343233;
    background-color: #fff;
    font-weight:bold;
    border-color: transparent transparent #343233;
}

.tab-content {
    padding: 15px;
    background-color: white;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #000;
    background-color: #febc2a;
    border-color: #e35702;
}

.theme_bg_1 {
    background: #febc2a !important;
}

#back-top a {
    background: #e35702 !important;
}

.profile_info .profile_info_iner .profile_author_name {
    background: #e35702 !important;
}

.btn-primary {
    color: #070707 !important;
    background: #febc2a !important;
    border-color: #393333 !important;
}

.btn-secondary {
    color: #070707 !important;
    background: #e4ddc8 !important;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error, .form-control.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    color: #f00;
}

    .validation-summary-errors ul {
        list-style: none
    }

.validation-summary-valid {
    display: none;
}

#quickSearch {
    text-align: right;
}

#ordersearchbox {
    width: 35%;
    border: 1px solid black;
}

#infoBox {
    text-align: left;
    border: 1px solid black;
}

.details {
    border: 1px solid
}

.quickSearchBox {
    vertical-align: top;
}




/* menu
----------------------------------------------------------*/
#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.2em;
}

    #navcontainer ul li {
        display: inline;
    }

        #navcontainer ul li a {
            text-decoration: none;
        }

#menu {
    text-align: center;
}






/*PANELS & BLOCKS*/

.separator {
    background: url(../img/dotted-line.gif) repeat-x 0 0;
    width: 639px;
    height: 5px;
    padding: 0;
    display: block;
    clear: both;
    overflow: hidden;
}

.fullwidth {
    width: 100%;
}

.right-align {
    text-align: right !important;
}

.panel {
    background-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
    padding: 8px;
    border-radius: 8px;
}

#authInfo {
    float: right;
}

#searchBox {
    background-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
    padding: 8px;
    border-radius: 8px;
}

#btnShowHideSearchbar {
    background-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 0 0 8px 8px;
    border: none;
    cursor: pointer;
}

.panel-1col {
    width: 100%;
}

fieldset {
    border: none;
}

#detailsTable td {
    vertical-align: top;
}

.menu li + li:before {
    content: " | ";
    padding: 0 2px;
}


/* JqueryUI overrides*/

.navbar-brand {
    padding-top: 0px !important;
}

.smalltext {
    font-size: small;
}

.smallertext {
    font-size: smaller;
}

.code-block {
    background-color: #FEFEFE;
    padding: 5px;
    border: 1px solid;
    width: 100%;
    overflow: auto;
    overflow-wrap: break-word
}

.facetListContainer {
    margin: 16px;
}

.facetList {
    list-style-type: none;
    text-align: center;
    display: inline;
    line-height: 2;
}

    .facetList li {
        display: inline;
        padding: 3px;
        margin: 3px;
        border: 1px solid;
        background-color: #eee;
        text-decoration: underline;
        cursor: pointer;
    }

.print-div .hide-when-printing {
    display: none
}

.summary-row {
    font-weight: bold;
}

    .summary-row td {
        background-color: palegoldenrod;
    }

.guestCustomerRow {
    color: gray;
}

label.fixed-width-label {
    width: 220px;
    display: inline-block;
}

label.control-label {
    font-style: italic;
}


.form-group {
    border: 1px solid lightgray;
    margin-bottom: 3px;
    padding: 5px;
}

    .form-group input[type=text] {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.edit-block {
    font-size: 12px;
}


input[type=date], input[type=datetime], input[type=datetime-local], input[type=time] {
    font-size: smaller;
}
.small-box {
    width: 5em
}


.ui-accordion-content.ui-corner-bottom.ui-helper-reset.ui-widget-content.ui-accordion-content-active {
    overflow: visible
}

.reportsTitle {
    margin-top: 0px;
    padding-left: 15px;
   
}

.reportsTitle div a:visited {
    text-decoration: none
}

.cartsTile {
    margin-top: 0px;
    padding-left: 15px;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
}

.cartsTileComplete {
    margin-top: 0px;
    padding-left: 15px;
    background-image: linear-gradient(to bottom,#fff 0,#c1d6f7 100%) !important;
}

    .cartsTileComplete:hover,
    .cartsTileComplete:focus {
        background-color: #c1d6f7 !important;
        background-position: 0 -15px !important;
    }

.cartsTile div a:visited {
    text-decoration: none
}

.reportsAlert {
    background-color: white;
    color: black;
    padding: 10px;
    min-height: 200px;
}

    .reportsAlert td {
        text-align: center;
        vertical-align: middle
    }

.table-fullWidth
{
    width:100%;
    display:table
}

.table-fullWidth thead {
    width: 100%;
    display: table
}

.table-fullWidth tbody {
    width: 100%;
    display: table
}
.table-fullWidth tfoot {
    width: 100%;
    display: table
}

.log-area{
    width:100%;
    height:600px
}

.panel-default {
    background-color: #a2c1e5;
}


span.tip {
    font-style: italic;
    font-size: smaller;
}

.create-user-form .row {
    margin-top: 5px;margin-bottom:5px;
}

.spaced-rows .row {
    margin-bottom:5px;
}

span.span-tag {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    font-size: smaller;
    background: lightgoldenrodyellow;
    margin-right: 10px;
    font-family: monospace;
    display: inline-block;
}

span.span-tag-sm {
    border: 1px solid;
    font-size: smaller;
    background: lightgoldenrodyellow;
    font-family: monospace;
}

#TenantSelector label {
    padding:7px;
}

.remove-side-margin {margin-left:0!important;margin-right:0!important;}

#sortablehierarchy { padding-left:0px; }

#createResourceTable input, #createResourceTable select {
    width: 400px;
}


.priceValue.updated { background-color: lightgoldenrodyellow;}

.smallertext pre {
    font-size:smaller;margin:0px;padding:2px;
}

.input-group .ui-checkboxradio-label{
    margin:0;
}

table.scrollable {
    display: block;
    overflow-x: auto;

}

.scrollable-cell {
    max-width: 300px;
    max-height: 100px;
    overflow: auto;
    display: inline-block;
}

.inline { display: inline-block!important;}

input.small-inline-input {
    width: 5em;
    display: inline-block;
}

.table-condensed tr td { padding:2px!important;}
.table-condensed tr th {
    padding: 2px !important;
}
.wrapcell {
    max-width: 550px;
    text-wrap:normal;
}

.error { color: red;}

/* enable scrolling form multiselect input popup */
#selectItemsModal .chosen-choices {
    max-height: 200px;
    overflow: auto;
}


/* BOOTSTRAP TREED */
/*https://www.uibootstrap.net/bootstrap-css/simple-example-of-treeview-bootstrap/#Bootstrap_Treeview_Example*/
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    .tree li {
        margin: 0;
        padding: 0 1em;                
        position: relative
    }

.link, a.link:visited {
    color: #369;
    cursor: pointer;
    text-decoration:underline;
}

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

#treeSnippets li[data-snippet]{
    cursor: pointer;
}

.input-group {
    margin-bottom: 5px;
}

.card-accordion {
    margin-bottom:5px;
}
.card-accordion .card-header{ cursor: pointer;}

/*for filters (e.g. orders, reports etc) add some padding */ 
.row .input-group {
    margin-bottom: 5px;
}

table.table-responsive {
    display:inline-block; /* makes the table mobile friendly (combined with olverflow-x:auto) */
}

.priceBlock {
    width: 5em;
    display: inline-block;
    text-align:right;
}

.form-readonly {
    background-color: #e9ecef !important;
}

/* Delivery cloud logo*/
.deliveryCloud-logo-container {
    width: 120px;
    display: inline-block;
    text-align: center;
}

.deliveryCloud-logo {
    max-height: 45px;
    margin-right: 15px;
}

.deliveryCloud-title {
    font-size: large;
}

/* Overrides */
.bg-primary {
    background-color: var(--altaine-darkgray) !important;
}

    .bg-primary:hover {
        color: var(--altaine-beige) !important;
    }

.btn-outline-primary {
    color: #343233;
    border-color: #343233;
}
    .btn-outline-primary:hover {
        background-color: var(--altaine-beige) !important;
        border-color: var(--altaine-beige) !important;
        color: var(--altaine-darkgray) !important;
    }

.btn-outline-success {
    color: var(--altaine-green) !important;
    border-color: var(--altaine-green) !important;
}
    .btn-outline-success:hover {
        background-color: var(--altaine-green) !important;
        color:white !important;
    }

.btn-warning {
    color: #000;
    background-color: var(--altaine-yellow) !important;
    border-color: var(--altaine-yellow) !important;
}

.btn-danger {
    color: #fff;
    background-color: var(--altaine-orange) !important;
    border-color: var(--altaine-orange) !important;
}

.btn-outline-danger {
    color: var(--altaine-orange) !important; 
    border-color: var(--altaine-orange) !important; 
}

    .btn-outline-danger:hover {
        background-color: var(--altaine-orange) !important;
        color: white !important;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: var(--altaine-darkgray) !important;
    background-color: var(--altaine-darkgray) !important;
    font-weight: normal;
    color: #ffffff;
}

.posmenu-product-tile {
    background-color: var(--altaine-beige) !important; /* Altaine Beige */
}

.posmenu-product-tile.out-of-stock {
    background: var(--altaine-orange) !important; /* Altaine Orange */
    color: white;
}

.alert-info {
    color: #055160;
    background-color: var(--altaine-beige); /* Altaine Beige */
    border-color: #393333;
}

.bg-success {
    background-color: var(--altaine-green) !important; /* Altaine Green */
    color: #fff;
}

.bg-warning {
    background-color: var(--altaine-yellow) !important; /* Altaine Yellow */
    color: black !important; /* Black font is easier to read over this color*/
}

.bg-danger {
    background-color: var(--altaine-orange) !important; /* Altaine Orange */
    color: #fff;
}

.text-primary {
    color: #e35702!important;
}

.documentation-content ul li {
    list-style:disc;
}

.documentation-content ol li {
    list-style: auto;
}


.documentation-content ul, .documentation-content ol {
    padding-left:2em;
    padding-bottom:1em;
}

.jsoneditor {
    font-family: monospace!important;
}

.pre {
    white-space: pre-line;
}

img.img-100 { max-width:100px;max-height:100px;}
img.img-150 { max-width:150px;max-height:150px;}

.lastConnectionStateCell {
    border-left: 0 !important;
    padding-right: 0 !important;
}

.quickLinksContainer a {
    display: block;
    font-size:18px;
    font-weight: 500;
}

.quickLinksContainer a i.bi {
    margin-right:5px;
}