﻿/* Global Styles for Phoenix*/

body {
    margin-top: 50px;
    background-color: #222;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-top: -20px;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

#menuToggle {
    display: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }

    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }

    .modal-sm {
        width: 50%;
        max-width: 350px;
    }

    #menuToggle {
        display: block;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #000;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

        .side-nav > li > a {
            width: 225px;
        }

        .side-nav li a:hover,
        .side-nav li a:focus {
            outline: none;
            background-color: #000 !important;
        }
}

.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        color: #999;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

.panel-title:hover {
    cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.list-3-col {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.list-2-col {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.vertical-line {
    position: absolute;
    left: 50%;
    border-right: 1px solid black;
    top: 0;
    bottom: 0;
}

.pagination-container {
    margin-top: -20px;
    margin-bottom: -25px;
}

iframe {
    border-color: transparent;
}

.collapsing {
    -webkit-transition: height 0.05s ease;
    -moz-transition: height 0.05s ease;
    -o-transition: height 0.05s ease;
    transition: height 0.05s ease;
}

.table {
    margin-bottom: 0;
}

.table-responsive {
    overflow-x: auto;
}

    .table-responsive > table {
        font-size: .85em;
    }

.table-scrollable {
    max-height: 250px;
    overflow: auto;
}

.container-fluid {
    min-height: 700px;
}

/* Loading Spinner Overlay*/
.spinnerwrap {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    font-size: larger;
    align-items: center;
    z-index: 9999;
    top: 0;
    left: 0%;
    color: aliceblue;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 31%);
}

.spinnerflex {
    display: flex;
    margin: 37%;
}

/* Loading Spinner Overlay old*/
.spinnerwrapOld {
    position: fixed;
    width: 200px;
    height: 200px;
    padding: 0;
    display: flex;
    font-size: larger;
    align-items: center;
    z-index: 9999;
    top: 40%;
    left: 50%;
    color: aliceblue;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    /*background-color: transparent;*/
}

.spinnerflexOld {
    display: flex;
    margin: 0px 24%;
}

@media(min-width:768px) {
    .spinnerflexOld {
        display: flex;
        margin: 0 auto;
    }
}

.noprint-th-2btns {
    width: 100px;
}

.ml-20 {
    margin-left: 20px;
}

.m-2 {
    margin: 2px;
}

.errorClass {
    border: 1px solid red;
}

.warning {
    border: 1px solid yellow !important;
}

#alertMsgDiv {
    z-index: 1042;
    position: fixed;
    height: 50px;
    left: 54%;
    transform: translateX(-50%);
    display: inline;
    top: 50%;
    box-shadow: 1px 1px;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.input-validation-error {
    border: 1px solid red !important;
}

.input-validation-error {
    border: 1px solid red !important;
}

.menu-height {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
}

.text-align {
    text-align: center;
}

.align-right {
    text-align: right;
}

.icon-pop {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10px;
    color: #ffffff;
    background-color: #08aaf6d4;
    border-color: #08aaf6d4;
    cursor: pointer;
}

.spinner-overlay {
    bottom: 40%;
    position: absolute;
    width: 200px;
    height: 200px;
    padding-top: 30px;
    font-size: larger;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-align-middle {
    left: 10%;
}

.text-mid {
    font-size: 120%;
}

.shipdate-style {
    color: orangered;
}

.readonly-background {
    background-color: white !important;
    cursor: pointer !important;
}

.orderitem-stage-booked {
    font-style: italic;
    color: orangered;
}

.eraser-alignment:active,
.eraser-alignment:hover,
.eraser-alignment:focus,
.eraser-alignment {
    padding: 1px;
    margin-left: 4px;
    color: #128fe3;
}

.table-alignment {
    margin-left: 2%;
    margin-bottom: 1.5%;
}

.content-position {
    position: relative;
    margin-top: 4.5%;
}

.label-position {
    position: absolute !important
}

.row-margin {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.astrick-mandatory {
    color: red;
    margin-right: 5px;
    font-weight: bold;
}

.note {
    color: #3276b1;
    font-style: italic;
}

.note-alignment {
    display: flex;
    align-items: center;
}

.italic-red {
    color: red;
    font-style: italic;
}

.include-inactive-clients {
    padding-top: 10px;
}

.header-inline {
    display: inline-block;
    float: left;
    width: 50%;
}

.sub-header-inline {
    display: inline-block;
    width: 50%;
}

.stock-status-inline {
    display: flex;
    align-items: center;
    gap: 24px; /* Adjust spacing as needed */
    margin-left:20px;
}

    .stock-status-inline .radio-inline {
        margin: 0;
        padding: 0 8px 0 0;
        white-space: nowrap;
        font-weight: normal;
    }
}

.row-no-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.col-fixed {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
}

.info-item {
    margin-bottom: 8px;
}

.info-label {
    font-weight: bold;
    margin-right: 5px;
}

@media(min-width:768px) {
        .col-fixed {
        font-size: 12px;
    }
}

.dismissable-msg {
    align-items: center;
    justify-content: left;
    display: flex;
    margin-left: 10px;
}

.form-group-put-away {
    margin-bottom: 10px;
}

.put-away-inputs {
    margin-left: 10px;
}

.put-away-dismissable-alert {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 999;
}

.note-section {
    background-color: #f0f0f0;
    color: #333;
    padding: 15px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 14px;
}


.highlight {
    background-color: yellow !important;
    border-color: red;
}

.input-alignment {
    width:45% !important;
    display:inline-block;
}
