/*

    Seed Tracker Colours

    light green: #B3D558
    dark green: #3E8E21
    dark brown: #544632
    grey: #D5CFC7
*/
:root {
    --primary: #1e293a;
    --primary-800: #303d51;
    --primary-700: #404f67;
    --primary-600: #50627e;
    --primary-500: #5d708f;
    --primary-400: #7485a1;
    --primary-300: #8b9ab4;
    --primary-200: #abb7cc;
    --primary-100: #c9d4e5;
    --primary-50: #e8edfb;
    --secondary: #276a07;
    --secondary-800: #4e8c1c;
    --secondary-700: #62a026;
    --secondary-600: #77b430;
    --secondary-300: #acd677;
    --secondary-400: #99cd58;
    --secondary-200: #c4e29f;
    --secondary-100: #dbedc4;
    --secondary-500: #86c438;
    --secondary-50: #f1f8e7;
    --cloudy-blue-25: rgba(177, 192, 201, 0.25);
    --neutral-white: #ffffff;
    --white: #fafafa;
    --yellow: #D5E05B;
    --light_green: #77B430;
    --dark_green: #3E8E22;
    --brown: #423D38;
    --black: #1B1D21;
    --darker_grey: #464646;
    --dark_grey: #576066;
    --light_grey: #B1C0C9;
    --light_grey2: #ECF0F1;
    --white: #ffffff;
}

/*----------------------------------------------------*/
/*--------------------------header(Navigator)--------------------*/
/*----------------------------------------------------*/
.page-header {
    display: inline-block;
    width: 100%;
    min-height: 70px;
    margin: -23px 0 10px;
}


.header-title {
    color: var(--light_green);
    text-align: left;
    float: left;
    font-size: 35px;
    padding-top: 1px;
}

.xl-dialog .modal-dialog {
    width: 90%;
    min-width: 800px;
}

.larger-dialog .modal-dialog {
    width: 70%;
    min-width: 800px;
}

.scale-dialog .modal-dialog {
    width: 40%;
}

.topBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-navigator {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.header-log {
    vertical-align: middle;
}

.user-profile-information {
    padding-right: 10px;
}

.header-actions {
    float: right;
    padding: 25px;
}

.nav_search_bar {
    width: 270px;
    padding-left: 10px;
    font-size: 14.2px;
}

.navigation {
    /*position: fixed;*/
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
    background: white;
}

.navigator-text {
    color: white !important;
}


.navigator-text:hover {
    color: var(--light_grey) !important;
}


.content {
    /*padding-top: 170px;*/
    margin: 20px;
}

input.ng-invalid {
    background: #f49692;
    color: white;
}

select.ng-invalid {
    background: #f49692;
    color: white;
}

textarea.ng-invalid {
    background: #f49692;
}

/*.alert {*/
/*position:absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*}*/

.odd {
    background-color: var(--white);
}

.oddHover:hover {
    background-color: #e3e6db;
}

.even {
    background-color: var(--light_grey2);
}

.evenHover:hover {
    background-color: #cbcbcb;
}

.selected {
    background-color: var(--light_grey);
}

.third-party-lot {
    background-color: #c4ede6;
}

.toll-retail {
    background-color: #d4c9e5;
}

.demoted {
    background-color: #eee7cc;
}

.held {
    background-color: #d6a6a3;
}

.out-of-spec{
    background-color: #c69778;
}

.dirty-lot {
    background-color: #BDBDBD;
}

.remote-lot {
    background-color: #98C428;
}

.treated {
    background-color: #f2bbbb;
}

.alert {
    background-color: #f17f7f;
}

.filter {
    background: var(--white);
    margin: 5px;
    min-height: 35px;
    border-radius: 5px;
}

.filter .form-inline {
    padding: 5px;
}

.filter .form-group {
    padding: 5px;
}

.filter .row {
    margin: 5px;
}

.filter .form-control {
    background-color: var(--white);
    color: black;
    border-color: black;
    cursor: pointer;
    width: 15rem;
}

.filter .long-field {
    width: 30rem;
}

.filter .form-control:focus {
    background-color: var(--light_grey);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-with-button1 {
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-area-style {
    white-space: pre-wrap;
    font-family: inherit;
    font-size: inherit;
    background-color: inherit;
    padding: 0;
    margin-bottom: 0;
    border: none;
    word-break: keep-all;
}

.form-control-with-button2 {
    width: 20%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-with-button3 {
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.filter .input-sm {
    border-width: 1px;
    border-color: black;
    cursor: pointer;
}

.filter select:invalid {
    color: grey;
}

.filter .title {
    font-size: 20.3px;
}

.filter .subtitle {
    font-size: 14.2px;
    font-style: oblique;
    color: grey;
}

.alert-view {
    position: fixed;
    right: 10px;
    bottom: 0px;
    min-width: 10%;
    z-index: 999;
}

.alert-success {
    background: var(--light_green);
    color: black;
}

.loading-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
}

.breadcrumb_bar {
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    height: 50px;
}

.modal-backdrop {
    bottom: 0;
    position: fixed;
}

/*BootStrap Overrides*/
.container-fluid {
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    background: var(--primary);
    position: relative;
}

.breadcrumb {
    padding: 13px 50px 13px 20px;
    list-style: none;
    margin-bottom: 0px;
    background-color: white;
    border-radius: 0px;
    color: var(--primary-800);
}

.breadcrumb .support-link {
    float: right;
    color: var(--primary-800);
    cursor: pointer;
}

.breadcrumb .network-support-link {
    float: right;
    color: var(--primary-800);
    cursor: pointer;
}

.breadcrumb .support-link:hover {
    text-decoration: none;
}

.breadcrumb .network-support-link:hover {
    text-decoration: none;
}

.breadcrumb_bar {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    margin-bottom: 0px;
}

/* visited link */
.breadcrumb a:visited {
    color: var(--primary-800);
}

/* mouse over link */
.breadcrumb a:hover {
    color: #839097;
}

/* selected link */
.breadcrumb a:active {
    color: var(--light_grey);
}

/* breadcrumb divider */
.breadcrumb > li + li:before {
    content: ""; /* vertical divider and a small gap */
    padding: 10px;
}

.breadcrumb > li:first-child {
    font-weight: 700 !important;
}

.breadcrumb-recently-viewed:last-of-type {
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a {
    color: Black;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    font-size: 18px;
!important;
}

/*----------------- navigator drop down menu-------------- */
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu,
.top-navigator .navbar-nav .open .dropdown-menu > li > a, .top-navigator .navbar-nav .open .dropdown-menu {
    background-color: white;
    color: var(--dark_grey);
    font-size: 16px;
!important;
    font-weight: 300;
    border-style: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li,
.top-navigator .navbar-nav .open .dropdown-menu > li {
    background-color: #ffffff;
    border-bottom: 1px solid var(--light_grey);
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.top-navigator .navbar-nav .open .dropdown-menu > li > a {
    padding: .5em 2em;
}

.navbar-default .navbar-nav .open .dropdown-menu > li:last-child,
.top-navigator .navbar-nav .open .dropdown-menu > li:last-child {
    border-bottom: none;
}

.navbar-default .navbar-nav .open .dropdown-menu,
.top-navigator .navbar-nav .open .dropdown-menu {
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
}

.dropdown-menu .divider {
    height: 1px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: var(--dark_grey);
}

.regular-divider {
    height: 1px;
    margin: 10px auto;
    overflow: hidden;
    background-color: var(--light_grey);
}

/*----------------- navigator drop down menu end -------------- */


/*Remove Blue boarder around buttons*/
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
}

button, input, select {
    font-family: 'Rubik', sans-serif !important;
}

/*
.dropdown-toggle{
    font-size: 18px; !important;
}
*/

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding: 5px;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
    font-size: 12px;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
    cursor: default;
    background-color: var(--primary-700);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: var(--primary-400);
    color: white;
}

.nav-tabs > li > a:hover {
    background-color: var(--primary-500);
}

.tab-content {
    padding-top: 10px;
    border: #D5CFC7 solid 1px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: var(--primary-700);
}

.modal-header h4 {
    color: white;
}

.nav-horizontal > li.dropdown.open .dropdown-menu {
    display: table;
    text-align: left;
    left: 0;
    right: 0;
}


.nav-horizontal .dropdown-toggle:active, .nav-horizontal .open .dropdown-toggle {
    background: var(--primary-700) !important;
}


.icon-text-danger {
    color: red;
}

.vbi-edit-button-active {
    background-color: #1e293a;
    color: white;
    font-size: 12px;
    width: 80px;
    height: 20px;
    border: none;
}

.vbi-edit-button-inactive {
    background-color: #a7a7a7;
    color: white;
    font-size: 12px;
    width: 80px;
    height: 20px;
    border: none;
}

.header-divider {
    margin-right: 5px;
    border-right: 2px solid white;
    height: 500px;
}

/*End BootStrap Overrides*/

/*Customer Details Screen*/

.customer-tag-button {
    border-radius: 4px;
    border: none;
    box-shadow: none;
    min-width: 50px;
    margin-right: 10px;
    margin-bottom: 5px;
}


.customer-details-header {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    padding-bottom: 20px;
}

.customer-contact-info {
}

.customer-contact-info .address label {
    display: block;
    text-align: right;
}

/*end Customer Details screen*/

/* NG-TABLE OVERRIDES */

.table > thead > tr > th {
    vertical-align: bottom;
    text-align: left;
    border-bottom: 2px solid #ddd;
    color: white;
    background: var(--primary-700);
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid var(--light_grey2);
    font-family: 'Open Sans', sans-serif;
}

.table > tbody > tr > td > a:link, .table > tbody > tr > td > a:visited {
    text-decoration: underline;
    color: black;
}


.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
    background: var(--primary-500);
    text-shadow: none;
}

/* END OF NG-TABLE OVERRIDES



/*Footer*/

html,
body {
    font-family: 'Rubik', sans-serif !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

#main-wrapper {
    overflow-x: hidden;
    min-height: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
    position: relative;
    min-width: 1250px;
}

a:link {
    color: var(--dark_green);
}

/* visited link */
a:visited {
    opacity: 0.7;
}

/* mouse over link */
a:hover {
    opacity: 0.7;
}

/* selected link */
a:active {
    opacity: 0.7;
}

.table-sub-row-header > td {
    font-weight: bold;
}

.vbi-bin-150 {
    opacity: 0.75;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #c2c2c2;
    -webkit-box-shadow: 0 2px 2px 0 #c2c2c2;
    max-width: 150px;
    z-index: 10;
    position: relative;
    height: 150px;
    display: inline-block;
    background-color: #fafafa;
}

.vbi-bin-90 {
    opacity: 0.75;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #c2c2c2;
    -webkit-box-shadow: 0 2px 2px 0 #c2c2c2;
    max-width: 90px;
    z-index: 10;
    position: relative;
    height: 90px;
    display: inline-block;
    background-color: #fafafa;
}

.vbi-bin-60 {
    opacity: 0.75;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #c2c2c2;
    -webkit-box-shadow: 0 2px 2px 0 #c2c2c2;
    max-width: 60px;
    z-index: 10;
    position: relative;
    height: 60px;
    display: inline-block;
    background-color: #fafafa;
}

.vbi-bin-45 {
    opacity: 0.75;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #c2c2c2;
    -webkit-box-shadow: 0 2px 2px 0 #c2c2c2;
    max-width: 45px;
    z-index: 10;
    position: relative;
    height: 45px;
    display: inline-block;
    background-color: #fafafa;
}

.vbi-pie-circle {
    fill: #dddddd;
}

.vbi-pie-slice {
    background: #dddddd;
}

.open > .bin-dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.bin-dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    max-width: 170px;
    max-height: 700px;
    overflow-x: visible;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.dropup > .bin-dropdown-menu:after {
    border-bottom: 0;
    border-top: 6px solid rgba(39, 45, 51, 0.9);
    top: auto;
    display: inline-block;
    bottom: -6px;
    content: '';
    position: absolute;
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.btn-hover {
    opacity: 0;
}

.btn-hover-parent:hover .btn-hover {
    opacity: 1;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
}

.navbar-collapse {
    padding-left: 5px;
}

.collapse {
    display: none;
}

.logo-behind {
    position: relative;
    overflow: hidden;
}

/*------------footer-----------------------------*/
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    color: var(--primary-800);
}

.footer-link-row {
    display: flex;
    flex-direction: row;
}

.footer-row a:link {
    color: var(--primary-800);
}

.footer-row a:visited {
    color: var(--primary-800);
}

.footer-row a:hover {
    opacity: 0.75;
}

.footer-row a:active {
    opacity: 0.75;
}


.footer-row {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*------------end footer-----------------------------*/


.logo-behind:after {
    background-image: url("http://storage.googleapis.com/seedtrakrimages/seedtrakr_new_logo.svg");
    background-size: 25%;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    content: ' ';
}

.auto-hide {
    position: absolute;
    opacity: 0;
}

.auto-hide:hover {
    position: relative;
    opacity: 1;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
}

.wrapper-remove-bottom-padding {
    padding-bottom: 0px !important;
}

.in-progress-scale-ticket {
    background: #f9ff5f;
}

.ul-no-bullets {
    list-style: none;
    -webkit-padding-start: 0;
    text-align: left;
}

.long-width-ul {
    min-width: 200px;
}

.long-width-li-button {
    padding-left: 10px !important;
}

.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;
}

.help-control input.ng-invalid {
    background-color: #D5CFC7;
}

.help-control select.ng-invalid {
    background-color: #D5CFC7;
}

.help-control textarea.ng-invalid {
    background-color: #D5CFC7;
}

.angular-google-map-container {
    height: 400px;
}

/*------------------------------------icon------------------------------
----------------------------------------------------------------------*/
/* Rules for using icons as black on a light background. */
.material-icons, .material-icons-outlined {
    vertical-align: middle;
    padding: 0.25em;
    margin-right: 0.15em;
    font-size: 1.25em;
}

.new-material-icons {
    font-family: 'Material Symbols Outlined', sans-serif;
}

.icon-navigator {
    margin-right: 1.5em;
}

i.material-icons, i.material-icons-outlined {
    padding: 0 .25em;
    /*border: 1px red solid;*/
    max-height: 1em;
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;

}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.fa-rotate-45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.network-icon {
    padding-right: 5px;
    color: #A1C248
}

.icon-button:hover, ::-webkit-calendar-picker-indicator:hover {
    opacity: 0.7;
}

/** primary action icon**/
.icon-button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/** Navigatorbar icon**/
.icon-button2 {
    padding-left: 20px;
    color: white;
    background: none;
    border: none;
    margin: 0;
    cursor: pointer;
}

.navbar-right .icon-button2 {
    font-size: 14.2px;
}

.table-icon {
    color: var(--primary-700);
}

.icon-button2:hover {
    opacity: 0.7;
}

.black-button {
    width: 92px;
    height: 32px;
    background: var(--primary);
    color: white !important;
}

.black-button:hover {
    color: var(--primary-300) !important;
}

.green-button {
    height: 32px;
    background: var(--secondary-700);
    color: white !important;
}

.green-button:hover {
    color: var(--secondary-200) !important;
}

.dropdown-menu .icon-button {
    width: 100%;
    text-align: left;
}

.table-icon-button {
    padding-left: 5px;
    padding-right: 10px;
    white-space: nowrap;
}

.icon-button:disabled,
.icon-button[disabled] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: not-allowed;
    color: grey;
}

.vbi-canvas-border-12 {
    border: 1px dashed var(--primary-800);
    background-color: var(--primary-50) !important;
}

.vbi-canvas-border {
    background-color: var(--primary-50) !important;
}

#vbi-drop-down-button {
    background-color: white;
}

#vbi-drop-down-button {
    background-color: var(--white) !important;
}

/*--------------------home page--------------- */
.home-page-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    margin: -20px 0 10px;
}

.overview-information {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    height: 450px;
    width: 100%;
    justify-content: space-between;
}

.crop-information {
    height: 100%;
    width: 95%;
}

.crop-information-card {
    width: 100%;
    height: 100%;
}

.bookings-invoices-information {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.booking-invoices-card {
    width: 100%;
    height: 48%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.home-page-body .text-padding {
    padding-left: 20px;
    padding-top: 10px;
}

.home-page-body .subtitle {
    font-size: 20px;
    padding-bottom: 5px;
}

.overview-area {
    width: 100%;
}

.subtitle,
.upcoming-pickups .subtitle {
    margin-bottom: .5em;
}

.card-subtitle {
    font-size: 16.3px;
}

.pick-up-date {
    font-size: 14.2px;
}

.pick-up-summary {
    font-size: 1.25em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-title {
    font-size: 48.8px;
}


.home-page-body .margin {
    margin: 10px;
}


.upcoming-pickups {
    width: 100%;
    height: 450px;
    padding-left: 20px;
}

.overview-area {
    width: 100%;
    height: 450px;
}

.overview-area-row {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pick-up-card-column {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.pickup-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    height: 124px;
}

.pickup-card-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    height: 100%;
}

.pickup-card-button {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 10%;
    height: 100%;
}


.home-page-body .card-style {
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #F7F5EB;
}

.home-page-body .card-style:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.home-page-body .center-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid;
}

.vbi-logo-row {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 20px;
}

.drop-down-vbi-logo-row {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 30px;
}

.triangle-right-40 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 25%;
}

.triangle-right-40 svg {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
}

.vbi-logo-size-40 {
    height: 10px;
    width: 10px;
}

.vbi-logo {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.vbi-logo-row-40 {
    position: absolute;
    bottom: 0;
    height: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.vbi-logo-row-4000 {
    position: absolute;
    bottom: 0;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.vbi-logo-size-4000 {
    height: 20px;
    width: 20px;
}

.triangle-right-4000 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 25%;
}

.triangle-right-4000 svg {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
}

.vbi-font {
    font-family: 'Open Sans', sans-serif !important;
    color: black;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.crop-type-chip {
    display: inline-block;
    padding: 0 10px;
    margin: 5px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
}

.crop-type-chip .crop-type-circle {
    float: left;
    margin: 0.5em 0.5em 0 0;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    border-style: solid;
    border-color: #666666;
    border-width: 0.5px;
}

.crop-type-chips-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
}

.space-between-widget {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*----------- modal --------------*/
.modal-subtitle {
    font-size: 24.4px;
    color: var(--primary);
    padding-bottom: 12px;
}

.modal-button {
    border-radius: 5px;
    border-style: solid;
    border-color: #D3D3D3;
    border-width: 0.5px;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.modal-save-button {
    border-radius: 5px;
    border-style: solid;
    border-width: 0.5px;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: white;
    background-color: var(--primary);
    border-color: var(--primary);
}

.modal-button:hover {
    opacity: 0.8;
}

.space-between-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.modal-save-button:disabled {
    opacity: 1.0;
!important;
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    color: var(--dark_grey);
}

.modal-text {
    font-size: 15.8px;
}

/*----------- end modal --------------*/
@media screen and (max-width: 1250px) {
    #main-wrapper {
        overflow-x: scroll;
    }
}

.certificate-box {
    border: 1px solid var(--light_grey);
    width: 50%;
    padding: 0.5em;
    margin: 0 5px 10px 10px;
}

.inspection-box {
    border: 1px solid var(--light_grey);
    width: 50%;
    padding: 0.5em;
    margin: 0 5px 10px 10px;
}

.inspection-certificate-area {
    display: flex;
    flex-wrap: wrap;
}

.inspection-information-box {
    border-style: solid;
    border-color: var(--light_grey);
    border-width: 2px;
    min-width: 15em;
    float: left;
    border-radius: 10px;
    padding: 5px;
    margin: 0.5em 0.5em 0 0;
}

.certificate-information-box {
    border-style: solid;
    border-color: var(--light_grey);
    border-width: 2px;
    min-width: 15em;
    float: left;
    border-radius: 10px;
    padding: 5px;
    margin: 0.5em 0.5em 0 0;
}

.flex-container {
    display: flex;
    flex-direction: column;
    opacity: 0.75;
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    font-family: Open Sans;
    padding: 0 0 0 2%;
    box-shadow: 0 2px 2px 0 #c2c2c2;
    border-radius: 5px;
}

.inner-container-for-clean {
    display: flex;
    flex-direction: column;
    opacity: 0.75;
    background-color: #fafafa;
    width: 100%;
    height: 80%;
    font-family: Open Sans;
    padding: 0 0 0 2%;
    border-radius: 5px;
}

.inner-container {
    display: flex;
    flex-direction: column;
    opacity: 0.75;
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    font-family: Open Sans;
    padding: 0 0 0 2%;
    border-radius: 5px;
}

.flex-container > div {
    width: 100%;
    margin: 4% 0 0 0;
}

.flex-container .box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.box .bin {
    width: 85%;
    text-align: left;
}

.box .clear {
    width: 15%;
    height: 100%;
}

a {
    text-decoration: none;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.flex-container .totalBar {
    width: 98%;
    height: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    background-color: #d8d8d8;
}

.bar {
    border-radius: 15px;
}

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iconBox {
    width: 72%;
}

.tabBox {
    width: 28%;
}

.icon {
    width: 20%;
    height: 65%;
    margin: 2%;
    object-fit: contain;
}

.isEmptyAndCleanBox {
    width: 98%;
    max-height: 100%;
    padding-top: 4%;
    text-align: center;
}

.isEmptyAndCleanIcon {
    max-height: 80%;
    object-fit: contain;
}

.third-party-lot-tab {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, #c4ede6 46%, lightgrey 4%, #fafafa 50%)
}

.out-of-spec-tab {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, #c69778 46%, lightgrey 4%, #fafafa 50%)
}

.toll-retail-tab {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, #d4c9e5 46%, lightgrey 4%, #fafafa 50%)
}

.demoted-tab {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, #eee7cc 46%, lightgrey 4%, #fafafa 50%)
}

.held-tab {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, #d6a6a3 46%, lightgrey 4%, #fafafa 50%)
}


.not-specified-tab {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, #fafafa 50%, #fafafa 50%);
}

.owned-tab {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, white 46%, lightgrey 4%, #fafafa 50%);
}


.date-booked {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding-right: 27px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.date-clear {
    display: inline-block;
    width: 12%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center;
}

.bin-timing {
    width: 35%;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center;
}

.binTimingDelete {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.binTimingDelete:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color: #e9e9e9;
}

.binTimingDelete:active {
    position: relative;
    top: 1px;
}

.date-picker-icon {
    border-color: red;
    position: absolute;
    right: 1px;
    top: 7px;
    cursor: auto;
}

.date-picker-field {
    position: relative;
}

.company-referrals-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.company-referrals-table > thead {
    color: white;
    background: var(--primary-700);
}

.company-referrals-table > thead > td {
    padding: 20px;
}

.weather-widget {
    margin-top: 1em;
    display: flex;
    height: 407px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.weather-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


.weather-current {
    flex: 1;
    margin-right: 20px;
}

.weather-current p i {
    color: deepskyblue;
}

.weather-forecast {
    flex: 3;
    position: relative;
}

.weather-forecast p i {
    color: var(--secondary-600);
}

.forecast-overlay {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

/* Forecast row styling */
.forecast-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.fc-event {
    cursor: pointer;
}