﻿* {
    font-family: "Roboto", Arial;
}

body { /*lot-edit*/
    font-family: "Roboto", Arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", Arial;
    color: #414042;
}

p {
    font-size: 16px;
    margin: 0 0 16px;
}


h1,
.h1 {
    font-size: 36px;
    line-height: normal;
    font-weight: 400;
}

h2,
.h2 {
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

h6,
.h6 {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}



.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
    font-family: "Roboto", Arial;
    color: #636466;
    font-weight: 400;
}

    .media .media-heading small {
        font-family: "Roboto", Arial;
    }

html {
    height: 100%;
}

body {
    padding-top: 110px;
    color: black; /*#636466*/
    min-height: 100%;
    position: relative;
}

label {
    color: #636466;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

a {
    color: #2966aa;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}

    a:hover, a:focus {
        color: #283474;
        text-decoration: underline;
    }

.navbar.navbar-transparent {
    padding-top: 10px;
    background-color: transparent !important;
}

/*/* navbar */

.navbar, .navbar.navbar-default {
    background-color: #414042 !important;
    color: #fff;
    height: 110px;
    box-shadow: none;
}

    .navbar .navbar-brand {
        height: 9px;
    }

    .navbar .custom-navbar-toggle .icon-bar {
        background-color: inherit;
        border: 1px solid;
        color: #f1f2f2;
    }

.custom-navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
}

    .custom-navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.custom-navbar-toggle-container {
    margin-bottom: 59px;
    display: block;
    float: right;
    top: 0px;
    right: 0px;
    position: fixed;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 9px 10px;
}

.custom-navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 0;
}

.logo {
    width: 355px;
}


@media only screen and (max-width: 768px) {

    .logo {
        display: block;
        width: 250px;
    }

    .main-form-content {
        padding: 16px;
    }

    [class*="col-"] {
        margin-bottom: 16px;
    }

    .lot-edit-page-navigation {
        text-align: center;
    }

    .lot-edit-current-lot-name {
        position: relative;
        line-height: 32px;
        color: white;
        font-weight: 400;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {

    .footer-container-fixed {
        position: relative;
        box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
    }

    .table-responsive {
        border: none;
    }

    .main-form-content {
        margin-bottom: 133px;
        padding: 50px;
        padding-top: 20px;
    }

    .footer-container-fixed {
        position: fixed;
        bottom: 0;
        box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
        z-index: 1000;
    }

    .lot-edit-current-lot-name {
        position: absolute;
        left: 10px;
        top: 0px;
        line-height: 32px;
        color: white;
        font-weight: 400;
        font-size: 14px;
    }

    .footer-container-absolute {
        position: relative;
        box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
    }

    .footer-container-absolute {
        position: absolute;
        bottom: 0;
        box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
        z-index: 1000;
    }
}

@media only screen and (min-width: 992px) {
    .page-header-background {
        background-attachment: fixed;
        min-height: 100%;
        background-image: url(/images/background_1.jpg);
        box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);
        background-size: cover;
        width: 100%;
        background-position: center;
    }

    body {
        background-size: auto 100%;
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 991px) {

    .page-header-background {
        background-attachment: scroll;
        background-color: #414042 !important;
        background-size: cover;
        width: 100%;
        background-position: center;
    }
}


.main-form-content {
    background-color: white;
    border-radius: 6px;
}


.side-widget {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
}


.inner-main {
    padding-left: 15px;
    padding-right: 15px;
}


.btn {
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
}


    .btn.btn-primary {
        color: #fff;
        background-color: #2966aa;
        border-color: #2966aa;
        box-shadow: 0 2px 2px 0 rgba(44, 102, 170, 0.14), 0 3px 1px -2px rgba(44, 102, 170, 0.2), 0 1px 5px 0 rgba(44, 102, 170, 0.12);
    }

        .btn.btn-primary:focus,
        .btn.btn-primary.focus,
        .btn.btn-primary:hover {
            color: #fff;
            background-color: #283474;
            border-color: #283474;
        }

        .btn.btn-primary:active:hover,
        .btn.btn-primary:active:focus,
        .btn.btn-primary:active.focus,
        .btn.btn-primary.active:hover,
        .btn.btn-primary.active:focus,
        .btn.btn-primary.active.focus {
            color: #fff;
            background-color: #283474;
            border-color: #283474;
        }

.btn-primary:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #283474;
    border-color: #283474;
}


.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(40, 52, 116, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 52, 116, 0.2);
}


.btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
    background-color: #283474;
    border-color: #283474;
}

.btn.btn-primary.btn-link {
    background-color: transparent;
    color: #2966aa;
    box-shadow: none;
    text-decoration: underline;
}

    .btn.btn-primary.btn-link:hover,
    .btn.btn-primary.btn-link:focus,
    .btn.btn-primary.btn-link:active {
        background-color: transparent;
        color: #283474;
        text-decoration: underline !important;
    }

.btn.btn-danger {
    color: #fff;
    background-color: #f3723a;
    border-color: #f3723a;
    box-shadow: 0 2px 2px 0 rgba(243, 114, 58, 0.14), 0 3px 1px -2px rgba(243, 114, 58, 0.2), 0 1px 5px 0 rgba(243, 114, 58, 0.12);
}

    .btn.btn-danger:focus,
    .btn.btn-danger:hover {
        color: #fff;
        background-color: #db2b27;
        border-color: #db2b27;
    }

    .btn.btn-danger:focus,
    .btn.btn-danger:active,
    .btn.btn-danger:hover {
        box-shadow: 0 14px 26px -12px rgba(219, 43, 39, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(219, 43, 39, 0.2);
    }

    .btn.btn-danger.disabled:hover, .btn.btn-orange:disabled:hover {
        background-color: #db2b27;
        border-color: #db2b27;
    }

.btn.btn-green {
    color: #fff;
    background-color: #76c152;
    border-color: #76c152;
    box-shadow: 0 2px 2px 0 rgba(118, 193, 82, 0.14), 0 3px 1px -2px rgba(118, 193, 82, 0.2), 0 1px 5px 0 rgba(118, 193, 82, 0.12);
}

    .btn.btn-green:focus,
    .btn.btn-green:hover {
        color: #fff;
        background-color: #1d8c44;
        border-color: #1d8c44;
    }

    .btn.btn-green:focus,
    .btn.btn-green:active,
    .btn.btn-green:hover {
        box-shadow: 0 14px 26px -12px rgba(29, 140, 68, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29, 140, 68, 0.2);
    }


    .btn.btn-green.disabled:hover, .btn.btn-green:disabled:hover {
        background-color: #1d8c44;
        border-color: #1d8c44;
    }

.btn.btn-succcess {
    color: #fff;
    background-color: #76c152;
    border-color: #76c152;
    box-shadow: 0 2px 2px 0 rgba(118, 193, 82, 0.14), 0 3px 1px -2px rgba(118, 193, 82, 0.2), 0 1px 5px 0 rgba(118, 193, 82, 0.12);
}

    .btn.btn-succcess:focus,
    .btn.btn-succcess:hover {
        color: #fff;
        background-color: #1d8c44;
        border-color: #1d8c44;
    }

    .btn.btn-succcess:focus,
    .btn.btn-succcess:active,
    .btn.btn-succcess:hover {
        box-shadow: 0 14px 26px -12px rgba(29, 140, 68, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29, 140, 68, 0.2);
    }


    .btn.btn-succcess.disabled:hover, .btn.btn-green:disabled:hover {
        background-color: #1d8c44;
        border-color: #1d8c44;
    }


.col-no-padding {
    padding: 0 !important;
    margin: 0 !important;
}


.navbar .navbar-nav > li > a {
    text-decoration: none;
}

.form-padding-right-only {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*type head*/
.typeahead.dropdown-menu {
    position: absolute !important;
    width: auto;
    transform: none !important;
    opacity: 1 !important;
}

    .typeahead.dropdown-menu > .active > a, .typeahead.dropdown-menu > .active > a:hover, .typeahead.dropdown-menu > .active > a:focus {
        background-color: #2966aa;
        color: white;
    }

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(41, 102, 170, 0.4);
    background-color: #283474;
    color: #FFFFFF;
}
/*Bootstrap Select*/
.bootstrap-select {
    margin-top: 0px;
}

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }

    .bootstrap-select .select-with-transition,
    .bootstrap-select .btn:active,
    .bootstrap-select .btn.active {
        padding-left: 0px;
        background-image: linear-gradient(to top, #2966aa 2px, rgba(41, 102, 170, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, transparent 1px);
        padding-top: 6.5px;
        padding-bottom: 6.5px;
    }

.dropdown-menu li > a {
    color: #636466;
}

.dropdown-menu li a:hover {
    background-color: #2966aa;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2966aa;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #283474;
    color: white;
}

.dropdown-menu li a:active, .dropdown-menu li a:focus {
    background-color: #283474;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(45, 52, 116, 0.6);
    color: white;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}


.footer-container, .footer-container-fixed {
    background-color: #fff;
    width: 100%;
    padding: 20px 0px;
}

.footer-container-absolute {
    background-color: #fff;
    width: 100%;
    padding: 20px 0px;
    margin-bottom: -90px;
}

footer {
    color: #2966aa;
    text-align: left;
    padding: 0px 0px;
    display: block;
}

    footer p {
        margin-bottom: 0px;
    }

    footer .material-icons {
        vertical-align: middle;
        margin-top: -7px;
    }

.inner-main {
    background-color: #e7f0f7;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #002d56 !important;
}

.ct-label {
    font-size: 10px !important;
    color: #335777 !important;
}

.header-margin {
    margin-bottom: 40px;
}

.home-page-app-container {
    display: flex;
}

.home-page-app-download-container {
    margin-bottom: 20px;
    align-self: flex-end;
}

.grid-action-button {
    margin: 0px;
    padding: 5px;
}


.hide-column {
    display: none;
}

.table-container {
    /*background-color: white;
    border-radius: 6px;
    padding: 15px 15px;
    border: solid 1px #d3d5d8;*/
    overflow-y: hidden;
}

div.dataTables_wrapper > div.row:nth-child(2) > div {
    min-height: 100px;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 50% !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    background-color: #2966aa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}

    .sidenav a {
        padding: 8px 32px 8px 0px;
        text-decoration: none;
        text-align: left;
        color: #f1f2f2;
        display: block;
        transition: 0.3s;
        margin-left: 40px;
        margin-right: 40px;
        border-bottom: 1px solid #f1f2f2;
        font-size: 14px;
        font-weight: 400;
    }

        .sidenav a:hover {
            color: #283474
        }

    .sidenav .welcome {
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

    .sidenav .closebutton {
        float: right;
        /* text-align: right; */
        cursor: pointer;
    }

/* Form Group, Form Control*/

.bmd-form-group {
    padding-top: 20px;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #2966aa 2px, rgba(41, 102, 170, 0) 2px), linear-gradient(to top, #bcbec0 1px, rgba(188, 190, 192, 0) 1px);
}

.form-control {
    color: #636466;
    height: 32px;
}

    .was-validated .form-control:valid,
    .form-control.is-valid,
    .was-validated .custom-select:valid,
    .custom-select.is-valid {
        border-color: initial;
    }

        .was-validated .form-control:valid:focus,
        .form-control.is-valid:focus,
        .was-validated .custom-select:valid:focus,
        .custom-select.is-valid:focus {
            border-color: initial;
            box-shadow: none;
        }


.was-validated .is-focused .form-control:valid,
.is-focused .form-control.is-valid,
.was-validated .is-focused .custom-select:valid,
.is-focused .custom-select.is-valid {
    border-color: initial;
}

    .was-validated .is-focused .form-control:valid:focus,
    .is-focused .form-control.is-valid:focus,
    .was-validated .is-focused .custom-select:valid:focus,
    .is-focused .custom-select.is-valid:focus {
        border-color: initial;
        box-shadow: none;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #f1f2f2;
    opacity: 1;
}

.form-control:read-only {
    background-image: linear-gradient(to top, #bcbec0 1px, rgba(188, 190, 192, 0) 1px), linear-gradient(to top, #bcbec0 1px, rgba(188, 190, 192, 0) 1px);
}


fieldset[disabled][disabled] .form-control,
.form-control.disabled,
.form-control:disabled,
.form-control[disabled] {
    background-image: linear-gradient(to top, #bcbec0 1px, rgba(188, 190, 192, 0) 1px), linear-gradient(to top, #bcbec0 1px, rgba(188, 190, 192, 0) 1px);
    background-repeat: no-repeat center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
}


.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating,
.bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating {
    color: #bcbec0;
}

.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
    top: 23px;
}

.bmd-form-group .input-group .bmd-label-floating,
.bmd-form-group .input-group .bmd-label-placeholder {
    top: 8px;
    left: 56px;
}

.is-focused .input-group .bmd-label-floating,
.is-filled .input-group .bmd-label-floating {
    color: #636466 !important;
    font-size: 12px !important;
    top: -15px;
}

.bmd-form-group .input-group .bmd-label-static {
    color: #636466;
    font-weight: 400;
    font-size: 12px;
    top: -15px;
}

.is-focused .bmd-label-floating,
.is-filled .bmd-label-floating {
    color: #636466 !important;
    font-size: 12px !important;
    top: 0.1rem;
}

.bmd-form-group .bmd-label-static {
    color: #636466;
    font-weight: 400;
    font-size: 12px;
    top: 0.1rem;
}


/*Checkbox*/

.card-collapse .card-body .form-check {
    margin-left: 0px;
}

.card .form-check {
    margin-top: 0px;
}

.form-check {
    padding-top: 8px;
    margin-bottom: 0px;
}

    .form-check .form-check-label span {
        left: 0px;
        top: -2px;
    }


    .form-check .form-check-input:checked + .form-check-sign .check {
        background: #fff;
        border-color: #db2b27;
    }

        .form-check .form-check-input:checked + .form-check-sign .check:before {
            color: #db2b27;
        }

    .form-check .form-check-label {
        color: #636466;
        font-size: 14px;
    }

        .form-check .form-check-label .circle .check {
            background-color: #db2b27;
            top: -1px;
            left: -1px;
        }

    .form-check .form-check-input:checked ~ .check {
        background-color: #db2b27;
    }

    .form-check .form-check-input:checked ~ .circle {
        border-color: #db2b27;
    }

    .form-check .form-check-input[disabled] ~ .circle {
        border-color: #000000;
    }


    .form-check .form-check-sign .check {
        border: 1px solid rgba(99, 100, 102, 1)
    }

    .form-check .form-check-input[disabled][checked] + .form-check-sign .check {
        background-color: white;
    }

    .form-check .form-check-input[disabled] ~ .form-check-sign .check {
        border-color: #636466;
    }

    .form-check .form-check-input[disabled] ~ .form-check-sign .check {
        border-color: #db2b27;
        opacity: 0.5;
    }

    /* Radio */
    .form-check .form-check-label .circle {
        border: 1px solid rgba(99, 100, 102, 1)
    }
/* Form Group, Form Control*/
.form-group.has-error label.control-label, .form-group.has-error .help-block {
    color: #dc291e;
}

/* Text */
.help-block {
    font-size: 12px;
}

.text-danger {
    color: #dc291e !important;
}

.text-primary {
    color: #2966aa !important;
}
/* Pagination */
.pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
    background-color: #2966aa;
    border-color: #2966aa;
    color: #fff;
    box-shadow: 0 4px 5px 0 rgba(41, 102, 170, 0.14), 0 1px 10px 0 rgba(41, 102, 170, 0.12), 0 2px 4px -1px rgba(41, 102, 170, 0.2);
}

.pagination > .page-item > .page-link, .pagination > .page-item > span {
    color: #2966aa;
    font-size: 14px;
}

    .pagination > .page-item > .page-link:hover, .pagination > .page-item > .page-link:focus, .pagination > .page-item > span:hover, .pagination > .page-item > span:focus {
        color: #283474;
    }

.page-item.disabled .page-link {
    color: #bcbec0;
}
/* Data Tables */
table .dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 13px !important;
}

table.dataTable {
    border: 1px solid #bcbec0;
}

.table thead th {
    background-color: #2966aa !important;
    color: white !important;
}

table thead th {
    white-space: nowrap
}

.table > thead > tr > th {
    border-bottom: none;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    line-height: 10px;
}

tr.odd {
    background-color: #f1f2f2;
    line-height: 4px;
    white-space: nowrap;
}

tr.even {
    line-height: 4px;
    white-space: nowrap;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    /*padding: 12px 8px;*/
    vertical-align: middle;
    border-color: #bcbec0;
    font-size: 14px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 3px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #2966aa !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #db2b27 !important;
}
/* Datetime picker */
.bootstrap-datetimepicker-widget table thead {
    color: white;
    background-color: #2966aa;
}

    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
    .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
        background: #2966aa;
    }

.bootstrap-datetimepicker-widget table th.dow {
    /*font-size: 14px;*/
    color: white;
}

.bootstrap-datetimepicker-widget .picker-switch {
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td.today > div:before {
    border-bottom-color: #2966aa;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #f1f2f2;
}


.bootstrap-datetimepicker-widget table td span.active {
    background-color: #2966aa;
    color: #fff;
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #f1f2f2;
}

.bootstrap-datetimepicker-widget table td.day > div {
    color: #636466;
}

.bootstrap-datetimepicker-widget table td.day:hover > div,
.bootstrap-datetimepicker-widget table td.hour:hover > div,
.bootstrap-datetimepicker-widget table td.minute:hover > div,
.bootstrap-datetimepicker-widget table td.second:hover > div {
    background: #f1f2f2;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old > div,
.bootstrap-datetimepicker-widget table td.new > div {
    color: #bcbec0;
}


.bootstrap-datetimepicker-widget table td.active > div,
.bootstrap-datetimepicker-widget table td.active:hover > div {
    background-color: #2966aa;
    color: #fff !important;
    ;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(41, 102, 170, 0.4);
}

.bootstrap-datetimepicker-widget a[data-action] {
    color: #2966aa;
}

    .bootstrap-datetimepicker-widget a[data-action]:hover span {
        background-color: #f1f2f2;
        color: #2966aa;
    }


/*Tooltip*/
.popover, .tooltip-inner {
    color: #335777;
}

.table .form-group {
    margin-top: 0px;
    width: 100%;
}
/* Wide Column */
.nwd-select-250 {
    min-width: 250px;
}

.nwd-select-120 {
    min-width: 120px;
}

.nwd-select-60 {
    min-width: 60px;
}




li > .active {
    color: white;
}


.breadcrumb {
    margin-bottom: 0px;
}

.column-align-right {
    display: flex;
    justify-content: flex-end;
}

    .column-align-right:after {
        content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
    }


.form-alert {
    color: #e57200;
    font-weight: bold;
}

.alert-icon {
    display: block;
    float: left;
    margin-right: 8px;
}

    .alert-icon i {
        margin-top: -7px;
        top: 5px;
        position: relative;
    }

.text-muted {
    color: inherit;
}


.form-control-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

td.firstbalecolumn {
    border-left: 1px solid #d1d3d4;
}

td.lastbalecolumn {
    border-right: 1px solid #d1d3d4;
}

.required {
    color: red;
}

.CC_Span {
    font-weight: bold;
    font-size: 12px;
}

.helper_label {
    line-height: 16px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.check_focus {
    background-color: #F0F8FF;
}

.padding-subhead-p {
    padding-left: 40px;
    padding-right: 15px;
}

.remove-br {
    display: inline;
    margin-left: 10px;
}

.selection-check {
    margin-left: 15px;
}

.details {
    color: grey;
    font-size: small;
}

.scroll-view {
    overflow: scroll;
    max-height: 200px;
    overflow-x: hidden;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-body-custom {
    margin-left: 5px;
    /*padding-left: 4px;*/
}

.card-body-table {
    margin: 20px;
    flex: 1 1 auto;
}

.top-pading {
    padding-top: 20px;
}

.top-margin-none {
    margin-top: 0px;
}

.top-marign {
    margin-top: 5px;
}

.card-collapse {
    margin-top: -30px;
}

    .card-collapse .card-header a:hover,
    .card-collapse .card-header a:active,
    .card-collapse .card-header a[aria-expanded="true"] {
        color: #283474;
    }

    .card-collapse .card-header a {
        color: #2966aa;
        display: block;
        text-decoration: none;
    }

.card {
    color: #636466
}

.card-collapse .card-header a img.collasibleArrow {
    content: url("/images/ArrowDown.png");
    float: right;
}

.card-collapse .card-header a[aria-expanded="true"] img.collasibleArrow {
    content: url("/images/ArrowUp.png");
    float: right;
}

.card-collapse .card-header {
    border-bottom: 1px solid #bcbec0;
    padding: 25px 10px 5px 0px;
}

small,
.small {
    font-size: 75%;
    color: inherit;
}


.btn-group-sm .btn.btn-fab .material-icons-outlined,
.btn-group-sm .btn.btn-fab .fa,
.btn.btn-fab.btn-sm .material-icons-outlined,
.btn-group-sm > .btn.btn-fab .material-icons-outlined,
.btn.btn-fab.btn-sm .fa,
.btn-group-sm > .btn.btn-fab .fa,
.btn.btn-fab.btn-fab-mini .material-icons-outlined,
.btn.btn-fab.btn-fab-mini .fa,
.btn-group-sm .btn.btn-just-icon .material-icons-outlined,
.btn-group-sm .btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-sm .material-icons-outlined,
.btn-group-sm > .btn.btn-just-icon .material-icons-outlined,
.btn.btn-just-icon.btn-sm .fa,
.btn-group-sm > .btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-fab-mini .material-icons-outlined,
.btn.btn-just-icon.btn-fab-mini .fa {
    font-size: 24px;
    line-height: 30px;
}


.btn-group-sm .btn.btn-fab .material-icons,
.btn-group-sm .btn.btn-fab .fa,
.btn.btn-fab.btn-sm .material-icons,
.btn-group-sm > .btn.btn-fab .material-icons,
.btn.btn-fab.btn-sm .fa,
.btn-group-sm > .btn.btn-fab .fa,
.btn.btn-fab.btn-fab-mini .material-icons,
.btn.btn-fab.btn-fab-mini .fa,
.btn-group-sm .btn.btn-just-icon .material-icons,
.btn-group-sm .btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-sm .material-icons,
.btn-group-sm > .btn.btn-just-icon .material-icons,
.btn.btn-just-icon.btn-sm .fa,
.btn-group-sm > .btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-fab-mini .material-icons,
.btn.btn-just-icon.btn-fab-mini .fa {
    font-size: 24px;
    line-height: 30px;
}


.btn-group-lg .btn.btn-fab .material-icons-outlined,
.btn-group-lg .btn.btn-fab .fa,
.btn.btn-fab.btn-lg .material-icons-outlined,
.btn-group-lg > .btn.btn-fab .material-icons-outlined,
.btn.btn-fab.btn-lg .fa,
.btn-group-lg > .btn.btn-fab .fa,
.btn-group-lg .btn.btn-just-icon .material-icons-outlined,
.btn-group-lg .btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-lg .material-icons-outlined,
.btn-group-lg > .btn.btn-just-icon .material-icons-outlined,
.btn.btn-just-icon.btn-lg .fa,
.btn-group-lg > .btn.btn-just-icon .fa {
    font-size: 32px;
    line-height: 56px;
}

.btn.btn-fab .material-icons-outlined,
.btn.btn-fab .fa,
.btn.btn-just-icon .material-icons-outlined,
.btn.btn-just-icon .fa {
    margin-top: 0;
    position: absolute;
    width: 100%;
    transform: none;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 41px;
    font-size: 20px;
}


.btn .material-icons-outlined,
.btn:not(.btn-just-icon):not(.btn-fab) .fa {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: -1em;
    margin-bottom: -1em;
    font-size: 1.1rem;
    vertical-align: middle;
}

/*Modal*/
.modal .modal-header .close {
    color: #414042;
}

.modal-header .close {
    padding-top: 1.5rem;
}

.progress-bar {
    background-color: #2966aa;
}

.page-header-title {
    border-bottom: 1px solid #bcbec0;
}


.card-filter {
    margin-top: 0px;
    margin-bottom: 0px;
}

.spinner-text {
    font-weight: 400;
    font-size: 16px;
    margin-top: 16px;
}

.lot-edit-page-navigation {
    background-color: #2966aa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    text-align: center;
}

    .lot-edit-page-navigation .pagination > .page-item > .page-link {
        color: white;
        text-decoration: none;
    }

    .lot-edit-page-navigation .pagination > .page-item.disabled > .page-link {
        color: #bcbec0;
    }

    .lot-edit-page-navigation .pagination > .page-item > .page-link:hover {
        text-decoration: underline;
    }

    .lot-edit-page-navigation .pagination > .page-item > .page-link > .material-icons {
        font-size: 16px;
    }

.pagination > .page-item > .page-link {
    padding: 0px 8px;
}

.dashboard-card.card .card-header {
    width: 70px;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

    .dashboard-card.card .card-header.card-header-primary {
        background: #2966aa;
    }

    .dashboard-card.card .card-header.card-header-primary-alt {
        background: #283474;
    }

    .dashboard-card.card .card-header.card-header-danger {
        background: #f3723a;
    }

    .dashboard-card.card .card-header.card-header-danger-alt {
        background: #db2b27;
    }

    .dashboard-card.card .card-header.card-header-success-alt {
        background: #76c152;
    }

    .dashboard-card.card .card-header.card-header-danger-alt {
        background: #1d8c44;
    }

.dashboard-card .card-title {
    margin-top: -32px;
    margin-left: 75px;
}

.lot-edit-checkbox {
    margin-left: 20px;
    padding: 10px;
}

.offer-bid-mode {
    background: #2966aa;
    color: white;
    margin: -12px -15px;
}

.offer-bid-offered {
    background: #f3723a;
    color: white;
    margin: -12px -15px;
}

.offer-bid-sold {
    background: #1d8c44;
    color: white;
    margin: -12px -15px;
}

.offer-bid-empty {
    background: #bcbec0;
    color: white;
    margin: -12px -15px;
}

.offer-bid-modal {
    width: 100%;
    margin: -5px;
    height: 20px;
}

.offer-bid-modal-pi {
    width: 75px;
    margin: -1px;
    height: 27px;
    /*color: #fff;*/
    /*background-color: #2966aa;*/
    border-color: #2966aa;
}

.offer-bid-timer-value {
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.offer-bid-timer-label {
    display: block;
    font-size: 16px;
}

.seller-outcome-label {
    padding-top: 10px;
}

/*Tabs*/

.nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
    background-color: #2966aa;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(44, 102, 170, 0.6);
    color: #fff;
    text-decoration: none;
}

.nav-pills .nav-item .nav-link:hover {
    background-color: rgba(188, 190, 192, 0.2);
}

.tab-space {
    padding: 20px 0 20px 0px;
}

.nav-tabs, .nav-pills {
    padding: 0px 0px;
    flex-wrap: nowrap;
    overflow: auto;
}

td.details-control {
    background: url("/images/Expand.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/images/Collapse.png') no-repeat center center;
}

#listQuoteTemplates {
    max-height: 310px;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

    #listQuoteTemplates .list-group-item {
        padding: 5px;
        font-size: small;
    }

.mpg-nom-flag {
    height: 20px;
    width: 40px;
    text-align: center;
}

.container {
    max-width: 1440px;
}

.lot-mode {
    color: #e52200;
    font-weight: bold;
}

.quote-filter {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    top: -15px;
}

@media (min-width: 992px) {
    .modal-quote {
        width: 900px;
        position: relative;
        max-width: 900px;
    }
}

.modal-open {
    overflow: inherit;
}

.dt-right {
    text-align: center;
}

.navbar-absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.custom-navbar-toggle-container-abs {
    margin-bottom: 59px;
    display: block;
    float: right;
    top: 0px;
    right: 0px;
    position: absolute;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 9px 10px;
}

.lotSearchSpan {
    color: #636466;
    font-weight: 400;
    font-size: 12px;
}

.text-wrap {
    word-break: break-word;
    white-space: normal;
    padding: 5px 5px;
}

.black {
    color: black;
}

.lotFiltersRow {
    height: 50px;
}

.sortDirection {
    color: black;
    font-weight: 400;
    font-size: 12px;
    top: 0.1rem;
}

.layout-form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    float: left;
    width: 100%;
    margin-right: 2%;
    margin-top: 1px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.statCount {
    padding-top: 5px;
    text-align: left;
}

.lotSearchGridColumns, tr.lotSearchGridColumns, td.lotSearchGridColumns {
    padding: 2px 2px;
}

.table > thead > tr > th.lotSearchGridColumns,
.table > tbody > tr > th.lotSearchGridColumns,
.table > tfoot > tr > th.lotSearchGridColumns {
  padding: 8px 4px;
}
.table > thead > tr > td.lotSearchGridColumns,
.table > tbody > tr > td.lotSearchGridColumns,
.table > tfoot > tr > td.lotSearchGridColumns {
    padding: 2px 4px;
}


table.dataTable tr.selected td.select-checkbox::after, table.dataTable tr.selected th.select-checkbox::after {
    margin-top: 0px;
}

transferNoWrap {
    white-space: break-spaces;
    line-height: initial;
    margin-top: -6px;
}

.radio-group {
    float: left;
    clear: none;
}

.radio-group-label {
    float: left;
    clear: none;
    display: block;
    padding: 0px 1em 0px 8px;
}

.radio-group-input {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
}