﻿/*
    RED #DA291C
    GREEN #509E2F
*/

body {
    font-family: "Poppins", "Open Sans", Calibri, Candara, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-weight: 300;
}

input[type="submit"], input[type="button"] {
    background-color: #509E2F;
    border: 0;
    color: white;
    min-width: 100px;
}

    input[type="submit"].cancel, input[type="button"].cancel {
        background-color: #8c979a;
    }

    input[type="submit"]:hover, input[type="button"]:hover {
        background-color: #3B3B3B;
    }

    input[type="submit"].cancel:hover, input[type="button"].cancel:hover {
        background-color: #5b6669;
    }

canvas {
    cursor: default;
}

/** Flow Stepper **/
.flow-stepper {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.step {
    display: flex;
    align-items: center;
    margin-left: 20px;
    position: relative;
    background-color: #f9f9f9;
    padding: 5px 20px 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #808080;
}

    .step.active {
        background-color: #509e2f;
        color: white;
    }

    .step.arrow::after {
        content: '';
        position: absolute;
        right: -20px;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #f9f9f9;
    }

    .step.active.arrow::after {
        border-left-color: #509e2f;
    }

    .step.active {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    }

/************************* COMMON CLASSES ************************/
.hide {
    display: none;
}

.clear {
    clear: both;
}

a.command {
    color: #509E2F;
    display: inline-block;
}

    a.command:focus {
        outline: none;
    }

    a.command .mdi {
        margin-right: 4px;
        top: 2px;
    }

div.overlay {
    background-color: #EEEEEE;
    opacity: .50;
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
}

div.buttons {
    margin-top: 20px;
}

div.pull-right-buttons {
    float: right !important;
}

    div.pull-right-buttons > button, div.pull-right-buttons > input {
        margin-left: 8px;
    }

div.pull-left-buttons {
    float: left !important;
}

    div.pull-left-buttons > button, div.pull-left-buttons > input {
        margin-right: 8px;
    }

td.minWidth {
    width: 1%;
    white-space: nowrap;
}

.btn.image {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
    color: #509E2F;
    line-height: 14px;
    font-size: 14px;
}

    .btn.image .mdi {
        margin-right: 4px;
        top: 0px;
    }

.btn-low-profile {
    color: black;
    border: none;
    color: #222;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    margin: 4px 0px;
    width: 100%;
    background-color: white;
    border: 1px #ccc;
    border-style: solid;
}

/******************** other ********************/
div.audit {
    margin-top: 25px;
    font-family: monospace;
    font-size: 11px;
}

div.toast {
    position: fixed;
    padding: 20px;
    top: 20px;
    right: -280px;
    width: 280px;
    z-index: 1;
    transition: right 0.25s ease-out;
}

    div.toast img {
        height: 20px;
        margin-right: 10px;
    }

    div.toast h4 {
        margin: 0;
        margin-right: 5px;
    }

        div.toast h4.message {
        }

div.toastActive {
    right: 0;
    transition: right 0.25s ease-out;
}

.table-hover tbody tr:hover {
    background-color: #e8f5f8 !important;
    --bs-table-bg: transparent !important;
    --bs-table-hover-bg: transparent !important;
}

td.centered-number-cell {
    width: 35px;
    text-align: center;
}

/******************** validation error ********************/
.isRequired {
    color: #E12726;
}

.field-validation-error {
    color: #E12726;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border-color: red !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    margin-bottom: 20px;
    color: #E12726;
}

.validation-summary-valid {
    display: none;
}

.error {
    font-weight: normal;
    color: #E12726;
}

/************************* JQUERY DATE PICKER ************************/
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    background-image: none !important;
}

.ui-datepicker .ui-widget-header {
    background-image: none !important;
}

.ui-datepicker a, .ui-datepicker span {
    font-weight: normal !important;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: normal !important;
}

.ui-corner-all {
    border-radius: 0 !important;
}

/************************* BOOTSTAP OVERRIDES ************************/
a {
    color: #509E2F;
}

    a:focus, a:hover {
        color: #989898;
    }

.alert,
.btn,
.form-control,
.list-group,
.list-group-item,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span .panel,
.panel,
.panel-heading {
    border-radius: 0;
}

h1.page-header {
    margin-top: 0;
    margin-bottom: 0px;
    border-bottom: 0;
    font-size: 39px;
}

ol.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0 0 3px 3px;
    font-size: 13px;
}

    ol.breadcrumb + h1.page-header + div.divider {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 19px;
    }

.panel-default {
    box-shadow: none;
}

    .panel-default > .panel-heading {
        background-color: #FAFAFA;
    }

        .panel-default > .panel-heading h4 {
            margin: 0;
        }

    .panel-default > .panel-body {
    }

.form-control {
    font-size: 15px;
    padding: 5px 9px;
    height: 33px;
}

    .form-control:focus {
        box-shadow: none;
        /*border-color: #000000;*/
        border-color: #509E2F;
    }

.alert-danger, .btn-danger {
    background-color: #E12726;
    border-color: #E12726;
    color: #FFFFFF;
}

    .btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
        background-color: #EE002A !important;
    }

.alert-success, .btn-success {
    background-color: #74cb4f;
    border-color: #74cb4f;
    color: #000000;
}

    .btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
        background-color: #00EE4C !important;
    }

.alert-warning, .btn-warning {
    background-color: #9d2f50;
    border-color: #9d2f50;
    color: #FFFFFF;
}

    .btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
        background-color: #9d2f50 !important;
    }

/*.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #e8f5f8;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #e8f5f8;
}*/

.alert-info, .btn-info {
    background-color: #7d2f9e;
    border-color: #7d2f9e;
    color: #FFFFFF;
}

    .btn-info:hover, .btn-info:active, .btn-info:focus {
        background-color: #7d2f9e !important;
    }

.alert .close {
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
}

.btn {
    padding: 12px;
    font-size: 15px;
}

    .btn:active, .btn.active, .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: none;
        /*background-color:inherit;*/
    }

input.btn, button.btn {
    border: 0;
    color: white;
    min-width: 100px;
}

    button.btn.command {
        min-width: auto;
    }

.btn-primary {
    background-color: #509E2F !important;
}

    .btn-primary.cancel {
        background-color: #8C979A !important;
    }

    .btn-primary:hover {
        background-color: #509E2F !important;
    }

    .btn-primary.cancel:hover {
        background-color: #5b6669 !important;
    }

a.btn {
    text-decoration: none;
    padding: 6px 6px 4px 6px;
    min-width: 65px;
}

    a.btn:active, a.btn.active, a.btn:focus, a.btn:active:focus, a.btn.active:focus {
        color: white;
        background-color: #509E2F;
        border-color: #509E2F;
    }

    a.btn span.mdi {
        font-size: 16px;
        font-weight: 100;
    }

    a.btn div.text {
        font-size: 10px;
    }

.navbar-inverse {
    background-color: #509E2F;
    border-color: #509E2F;
}

.fieldTypeTemplate.form-group {
    margin-bottom: 0;
}

.form-group label {
    font-weight: normal;
    /*color: #509E2F;*/
    color: #888;
}

.form-group p.help-block {
    font-size: 80%;
}

/*.form-group input:focus {
    box-shadow: none;
}*/

.alert {
    margin-bottom: 15px;
    position: relative;
    z-index: 1001;
}

.alertPadding {
    background-color: white;
    height: 15px;
    position: relative;
    z-index: 1001;
}

.table > thead > tr > th {
    font-weight: 300;
    padding: 4px;
}

.table > tbody > tr.category-row {
    height: 3em;
}

    .table > tbody > tr.category-row > td {
        vertical-align: bottom;
        padding-bottom: 6px;
        padding-top: 4px;
        padding-left: 6px;
        padding-right: 4px;
    }

.table > tbody > tr > td {
    padding: 4px;
}

    .table > tbody > tr > td.description-col {
        padding-left: 3em;
        padding-right: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.close {
    font-weight: normal;
}

.dropdown-toggle.btn-default {
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #CCCCCC;
}

.dropdown-toggle.btn-default {
    outline: none;
}

.open .dropdown-toggle.btn-default {
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #CCCCCC;
}

.dropdown-menu > li > a {
    text-decoration: none;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #509E2F;
        color: #FFFFFF;
    }

.checkbox {
    margin-top: 0;
}

    .checkbox label {
        padding-left: 10px;
        vertical-align: middle;
    }

    .checkbox input[type='checkbox'] {
        margin-top: 0;
        margin-left: 5px;
        position: relative;
        vertical-align: middle;
    }

.radio-inline, .checkbox-inline {
    cursor: default;
}

.progress-bar {
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

dt {
    font-weight: normal;
}

.mdi-menu:before {
    content: "\F035C";
}

.border-0 {
    border-width: 0px !important;
}

.border-top-0 {
    border-top: 0px !important;
}

/************************* THEME OVERRIDES ************************/
#sidebar-wrapper {
    background-color: #989898;
    /*-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;*/
}

    #sidebar-wrapper ul.sidebar-nav li a {
        color: #FFFFFF;
        font-size: 16px;
    }

        #sidebar-wrapper ul.sidebar-nav li a:hover {
            background: rgba(255,255,255,0.5);
            /*color: #00A2EE;
              background-color: #FFFFFF;*/
        }

    #sidebar-wrapper ul.sidebar-nav li.sidebar-brand {
        background-color: #fafafa;
        height: inherit;
        padding-top: 9px;
        padding-bottom: 19px;
        margin-bottom: 20px;
    }

        #sidebar-wrapper ul.sidebar-nav li.sidebar-brand a {
            background: inherit;
            color: #FFFFFF;
            font-size: 36px;
            font-weight: 300;
        }

            #sidebar-wrapper ul.sidebar-nav li.sidebar-brand a img {
                vertical-align: middle;
            }

            #sidebar-wrapper ul.sidebar-nav li.sidebar-brand a span {
                vertical-align: middle;
            }

            #sidebar-wrapper ul.sidebar-nav li.sidebar-brand a sub {
                font-size: 11px;
                margin-right: 10px;
            }

    #sidebar-wrapper ul.sidebar-nav.sub {
        position: relative;
    }

        #sidebar-wrapper ul.sidebar-nav.sub li {
            text-indent: 30px;
            line-height: 25px;
        }

            #sidebar-wrapper ul.sidebar-nav.sub li a {
                font-size: 14px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-right: 5px;
            }

.nav > li > a.dropdown-toggle {
}

    .nav > li > a.dropdown-toggle:focus, .nav > li > a.dropdown-toggle:hover {
        background-color: #509E2F;
        color: white;
    }

.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
}

a#menuToggle {
    margin-top: 10px;
    display: none;
}

.navbar-nav {
    margin-top: 0;
}

.nav.navbar-nav.navbar-right {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
    margin-right: 0px;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
}

#page-content-wrapper {
    padding: 0 10px 20px 10px;
}

.divider {
    height: 1px;
    width: 100%;
    display: block; /* for use on default inline elements like span */
    margin: 19px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


@media (max-width: 767px) {
    #page-content-wrapper {
        padding: 0 0 20px 0;
    }

    a#menuToggle {
        display: block;
    }

    .nav.navbar-nav.navbar-right {
        margin-right: 0px;
    }

    .navbar-nav .open .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
    }

    .dropdown-menu {
        right: 0;
        left: inherit;
    }
}

.sidebar-nav {
    padding-bottom: 80px;
}

.sidebar-group {
    list-style-type: none;
}

@media(min-width:768px) {
    a#menuToggle {
        display: none;
    }

    #page-content-wrapper {
        padding: 0 10px 20px 10px;
    }

    ol.breadcrumb {
        margin-top: 20px;
    }
}

.filter-row-btn {
    margin-bottom: 15px;
    margin-left: 12px;
    float: right;
    align-self: flex-end;
}

.modal {
    text-align: center;
}

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.order-dialog {
    width: 1140px;
}

.dialog-padding {
    padding: 24px;
}

.control-height {
    height: 33px;
}

.modal.show {
    background-color: rgba(0, 0, 0, 0.65);
}

.btn-cell {
    cursor: pointer;
}

    .btn-cell:hover {
        background-color: #ccc;
    }

.btn-print {
    background-color: #606060;
    color: #fff;
    float: right;
}

.btn-cancel {
    background-color: #606060 !important;
    color: #fff;
}

.bg-saved {
    background-color: #337ab7 !important;
}

.btn-top-margin {
    margin-top: 14px;
}

.flex-container {
    display: flex;
}

.flex-control {
    flex-grow: 3;
}

.flex-button {
    flex-grow: 1;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .mdi {
        position: absolute;
        padding: 10.5px 7.5px;
        pointer-events: none;
        color: #777777;
        font-size: 12px;
    }

/* align icon */
.left-addon .mdi {
    left: 0px;
}

.right-addon .mdi {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 20px;
}

.right-addon input {
    padding-right: 20px;
}

.mdi-alert:before {
    content: "\F0026";
}

.home-spacing {
    padding-bottom: 20px;
}

li[id^="header"] {
    cursor: pointer;
}

p.buildNumber {
    width: 100%;
    text-align: center;
    color: #b3b3b3;
}

/* loading indicator */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #509e2f; /* Green */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

/* loading indicator */
.small-loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #509e2f; /* Green */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.highlightColumn {
    background-color: #e6ede9;
}

.page-break {
    display: none;
}

.radio-control {
    font-weight: 300 !important;
    margin-left: 5px !important;
}

/*
input::-webkit-textfield-decoration-container {
    display: none;
} */

tr.item-row.past, tr.item-row.past td.item-col.marketListCell input {
    cursor: not-allowed;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.status-timestamp-label {
    font-size: 80%;
    display: inline-block;
    font-style: italic;
}

div.dt-buttons {
    float: right !important;
}

button.dt-button,
div.dt-button,
input.dt-button {
    border: 0 !important;
    color: white !important;
    min-width: 100px !important;
    flex-grow: 1 !important;
    background-color: #606060 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    margin-left: 12px !important;
    height: 44px !important;
    padding: 0px !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    line-height: 1.3333333 !important;
    font-weight: 400 !important;
    margin-right: 0px !important;
}

.pending-lot {
    color: blue;
    font-style: italic;
}

img.table-icon {
    height: 24px;
    width: 24px;
}

img.thumbnail {
    height: 48px;
}

.ui-autocomplete {
    height: auto;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10000;
}

.btn-circle { 
    width: 30px;
    min-width: 30px !important;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height:1.33;
        border-radius: 25px;
    } 
