@font-face {
    font-family: 'Minion';
    src: url('../fonts/Minion-Regular.woff2') format('woff2'),
        url('../fonts/Minion-Regular.woff') format('woff'),
        url('../fonts/minion-regular.ttf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body > main {
    padding: 70px 15px 35px;
}

body > main.hasBreadcrumbs {
    padding: 110px 15px 35px;
}

@media (max-width: 767px) {
    body > main, body > main.hasBreadcrumbs {
        padding: 70px 0px 35px;
    }
}

.footer {
    font-size: 80%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    line-height: 20px;
    padding-top: 1px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.breadcrumb {
    position: -webkit-sticky;
    position: fixed;
    width:  100%;
    top: 55px;
    z-index: 1020;

    border-radius: 0;
    margin: 0 0 5px;
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #868e96;
}
@media (max-width: 767px) {
    .breadcrumb {
        display: none !important;
    }
}
.jumbotron {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #868e96;
}
.not-set {
    color: #c55;
    font-style: italic;
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form > button.btn.btn-link {
    color: rgba(255, 255, 255, 0.5);
}

.nav > li:hover > form > button.btn.btn-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);

}
.nav > li:hover {
    background: rgba(255, 255, 255, 0.1);
}
.navbar {
    padding: 0 1rem;
    font-weight: 300;
}
.nav > li {
    padding: 0.5rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav li:hover .nav-link {
    color: rgba(255, 255, 255, 1);
}

.card-body .grid-view {
    margin: 0 -1.25rem;
}
.card-body .grid-view .summary {
    margin: 0 1.25rem;
}

.btn-header {
    border-radius: 0;
    white-space: pre-line;
    height: 100%;
}

table.table th {
    padding: 0.4rem 0.75rem;
    font-weight: normal;
}
table.table td {
    vertical-align: middle;
}
table.table th.th-sort {
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline;
    content: '  ';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIgNTEyIj48cGF0aCBkPSJNMTY2LjkgMjY0LjVsLTExNy44IDExNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwbC03LjEtNy4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdMMTI3LjMgMjU2IDI1LjEgMTU1LjZjLTQuNy00LjctNC43LTEyLjMgMC0xN2w3LjEtNy4xYzQuNy00LjcgMTIuMy00LjcgMTcgMGwxMTcuOCAxMTZjNC42IDQuNyA0LjYgMTIuMy0uMSAxN3oiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    padding-left: 1rem;
    padding-right: 1rem;
    opacity: 0.4;
    color: #000;
}
.breadcrumb-item.active {
    color: #000;
    opacity: 0.7;
}
table.table th.actionColumn {
    width: 116px !important;
}
@media screen and (max-width: 480px) {
    table.table.kv-table-wrap th.actionColumn{
        width: 100% !important;
    }
}

.note-toolbar .fa-check {
    opacity: 0;
}
.note-toolbar .checked .fa-check {
    opacity: 0.5;
}
.note-toolbar .note-btn {
    font-size: inherit;
}
.note-toolbar .note-fontsize .note-btn {
    font-weight: bold;
}

.card.field,.list-group-item.field {
    padding: 0.25rem 1rem;
    min-height: 2rem;
}

.length-menu .select2 {
    max-width: 8rem;
}

.collapsed svg.fa-caret-up {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.radio-inline {
    margin-right: 1rem;
    margin-top: 0.4rem;
}

.btn-kv {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;

    display: inline-block;
    text-align: inherit;
    width: inherit;
    height: inherit;
}
.kv-file-content img, .kv-zoom-body img {
    max-width: 100%;
    max-height: 100%;
}
.file-zoom-dialog .btn-navigate {
    color: #868e96;
}

.ui-helper-hidden-accessible {
    display: none;
}

.carousel-item img {
    max-height: 300px;
    max-width: 100%;
}

.carousel-indicators li {
    background: #343a40 ;
    opacity: 0.2;
}
.carousel-indicators li.active {
    background: #343a40 ;
    opacity: 0.7;
}

.note-editor .note-editing-area, .richTextContent {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1;
}
/*
@media (max-width: 767px) {
    .navbar-light .dropdown.nav-item .dropdown-item,.navbar-light .dropdown.nav-item .dropdown-item button {
        color: rgba(255, 255, 255, 0.7);
        background-color: #343a40;

    }
    .navbar-light .dropdown.nav-item .dropdown-item:hover, .navbar-light .dropdown.nav-item .dropdown-item button:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .navbar-light .dropdown.nav-item .dropdown-menu {
        color: rgba(255, 255, 255, 0.7);
        background-color: #343a40;

        border: 1px solid rgba(255, 255, 255, 0.7);
        margin: 0 -0.5rem -0.5rem;
    }
}*/

.form-wizard-steps .wizard-steps
{
    display:block;
    list-style:none outside none;
    padding:0;
    position:relative;
    width:100%;
}

.form-wizard-steps .wizard-steps li
{
    display:block;
    float:left;
    max-width:25%;
    min-width:25%;
    padding:0;
    text-align:center;
}
.form-wizard-steps.steps-8 .wizard-steps li {
    max-width:12%;
    min-width:12%;
}
.form-wizard-steps.steps-7 .wizard-steps li {
    max-width:14%;
    min-width:14%;
}
.form-wizard-steps.steps-6 .wizard-steps li {
    max-width:16%;
    min-width:16%;
}
.form-wizard-steps.steps-5 .wizard-steps li {
    max-width:20%;
    min-width:20%;
}
.form-wizard-steps.steps-4 .wizard-steps li {
    max-width:25%;
    min-width:25%;
}
.form-wizard-steps.steps-3 .wizard-steps li {
    max-width:33%;
    min-width:33%;
}
.form-wizard-steps.steps-2 .wizard-steps li {
    max-width:50%;
    min-width:50%;
}

.form-wizard-steps .wizard-steps li .step
{
    border-radius: 30px;
    color:#FFF;
    display:inline;
    font-size:18px;
    line-height:18px;
    padding:6px;
    position:relative;
    text-align:center;
    transition:all .2s linear 0;
    z-index:2;
}

.form-wizard-steps .wizard-steps li .title
{
    color: #212529;
    opacity: 0.7;
    display:block;
    font-size:22px;
    line-height:22px;
    max-width:100%;
    position:relative;
    table-layout:fixed;
    text-align:center;
    top:20px;
    word-wrap:break-word;
    z-index:104;
}

.form-wizard-steps .wizard-steps li.active .step
{
    border:none;
    color:#FFF;
    font-size:25px;
    font-weight:700;
    padding:10px;
}

.form-wizard-steps .wizard-steps li.active .title
{
    opacity: 1;
}

.form-wizard-steps .wizard-steps li.complete .step
{
    padding: 6px;
}

.form-wizard-steps .wizard-steps li:before
{
    content:"";
    display:block;
    font-size:0;
    overflow:hidden;
    position:relative;
    right:1px;
    top:13px;
    width:100%;
    z-index:1;
}

.form-wizard-steps .wizard-steps li:first-child:before
{
    left:50%;
    max-width:50%;
}

.form-wizard-steps .wizard-steps li:last-child:before
{
    max-width:50%;
    width:50%;
}

.form-wizard-steps .wizard-steps a:hover,.form-wizard-steps .wizard-steps a:active,.form-wizard-steps .wizard-steps a:focus
{
    text-decoration:none;
}

.form-wizard-steps .wizard-steps a:hover,
.form-wizard-steps .wizard-steps a:active,
.form-wizard-steps .wizard-steps a:focus {
    background-color: #007bff;
}
.form-wizard-steps .wizard-steps li:before {
    border-top: 6px solid #007bff;
}

.form-wizard-steps .wizard-steps li.active .step {
    color: #fff;
    background-color: #0062cc;
    border: 1px solid #005cbf;
    box-shadow: 0 0 0.5rem 0.2rem rgba(0, 123, 255, 0.5);
}
.form-wizard-steps .wizard-steps li.complete .step {
    color: rgba(255,255,255,0.8);
    background-color: #0069d9;
    border: 4px solid #0062cc;
}

.form-wizard-steps .wizard-steps li .step {
    border: 4px solid #007bff;
    color: #007bff;
    background-color: #fff;
}

.hide {
    display: none !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #007bff;
}

.productCard .card-img-top {
    max-height: 150px;
    margin: 0.5rem auto;
    width: auto;
    max-width: 100%;
}

.productCard .card:hover {
    border-color: #80bdff !important;
    box-shadow: 0 0 0.5rem 0.2rem rgba(0, 123, 255, 0.25);
}

.zoomContainer{ z-index: 9999 !important;}
.zoomWindow{ z-index: 9999 !important;}

.modal-section {
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.zoomWrapper {
    height: 310px !important;
    overflow: hidden;
}

.zoomWrapper img {
    max-height: 300px !important;
    overflow: hidden;
}

div.DTS {
    display: block !important;
}
div.DTS tbody th,
div.DTS tbody td {
    white-space: nowrap;
}
div.DTS div.DTS_Loading {
    z-index: 1;
}

div.DTS div.dataTables_scrollBody table {
    z-index: 2;
}
div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
    display: none;
}
table.table-bordered.dataTable {
    border-collapse: collapse !important;
}

div.DTE_Inline div.DTE_Inline_Field div.DTE_Field select,
div.DTE_Inline div.DTE_Inline_Buttons div.DTE_Field select {
    width: 100%;
}
div.DTE_Inline div.DTE_Field select.form-control {
    height: 30px;
}
div.DTE_Inline div.DTE_Field select {
    margin: -5px 0 -10px !important;
    padding: 0;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before,
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: none !important;
}

table.dataTable tr td.select-checkbox .fa-check-square {
    display: none;
    margin: 0 auto;
}
table.dataTable tr td.select-checkbox .fa-square {
    display: block;
    color: rgba(0,0,0,0.19);
    margin: 0 auto;
}
table.dataTable tr.selected td.select-checkbox .fa-check-square {
    display: block;
}
table.dataTable tr.selected td.select-checkbox .fa-square {
    display: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.4;
    box-shadow: none !important;
}
.dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,
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 {
    content: none !important;
}
table.dataTable thead th.sorting .fa-sort {
    color: rgba(0,0,0,0.19);
}
table.dataTable thead th.sorting .fa-sort-up, table.dataTable thead th.sorting .fa-sort-down,
table.dataTable thead th.sorting_asc .fa-sort, table.dataTable thead th.sorting_asc .fa-sort-down,
table.dataTable thead th.sorting_desc .fa-sort, table.dataTable thead th.sorting_desc .fa-sort-up {
    display: none;
}
table.dataTable thead th, table.dataTable tfoot th {
    padding: 0.3rem;
}
table.dataTable tfoot th  {
    font-weight: bold;
}
table.dataTable thead .sorting .fa-sort, table.dataTable thead .sorting_asc .fa-sort-up, table.dataTable thead .sorting_desc .fa-sort-down {
    display: block;
    float: right;
    margin-right: -15px;
}

.sorting_disabled .fa-sort, .sorting_disabled .fa-sort-up, .sorting_disabled .fa-sort-down {
    display: none;
}

table.dataTable {
    table-layout: fixed
}
table.dataTable td {
    text-overflow: clip;
    overflow: hidden;
}
table.dataTable thead th.sorting:hover {
    background: rgba(0,0,0,0.03);
}
table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting_desc {
    background: rgba(0,0,0,0.06);
}
table.dataTable thead th.sorting_asc:hover, table.dataTable thead th.sorting_desc:hover {
    background: rgba(0,0,0,0.09);
}
table.dataTable tbody td.sorting_1 {
    background: rgba(0,0,0,0.01);
}

.dataTables_scrollHead,.dataTables_scrollFoot, .dataTables_scrollBody {
    width: 100% !important;
}

table.dataTable tr {
    height: 40px;
}
div.DTS div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #00000005, #00000005 10px, white 10px, white 20px) !important;
}

table.dt-pending {
    display: none;
}
table.dataTable.dt-pending {
    display: table;
}
.footer-link {
    color: #FFFFFFA0;
}
.footer-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.card .dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}
.card .dataTables_wrapper.container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
}
.card .dataTables_wrapper.container-fluid > .d-flex {
    padding: 0.25rem 1rem 0;
}

.dataTables_scrollBody > table.table-bordered, .dataTables_scrollHeadInner > table.table-bordered {
    border: none;
}
.btn-outline-success, .btn-outline-danger,.btn-outline-info, .btn-outline-warning {
    background: white;
}
body .kv-container-to > .form-control, body .kv-field-to, body .kv-field-from {
    border-radius: 0 !important;
}

tr.bg-success:not(.selected) {
    background: rgba(76, 175, 80, 0.33)!important;
}

tr.bg-danger:not(.selected) {
    background: rgba(255, 68, 68, 0.33)!important;
}
tr.bg-success.odd:not(.selected) {
    background: rgba(76, 175, 80, 0.21)!important;
}

tr.bg-danger.odd:not(.selected) {
    background: rgba(255, 68, 68, 0.21)!important;
}

tr.bg-success.selected .text-success, tr.bg-danger.selected .text-danger {
    color: white !important;
    background: transparent !important;
}

main div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0;
}

.custom-control-lg .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: -1.5rem;
}
.custom-control-lg .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: -1.5rem;
    background-size: 75% 75%;
}

div.DTE_Inline div.DTE_Inline_Field div.DTE_Field .input-group input {
    width: 1%;
    height: 38px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
div.DTE_Inline div.DTE_Inline_Field div.DTE_Field .input-group .input-group-text {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-top: -5px;
    margin-bottom: -10px;
}
/*
td.focus .DTE.DTE_Inline {
    z-index: 3;
}*/

.btn-toolbar .btn {
    margin-bottom: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.DTFC_RightBodyLiner, .DTFC_LeftBodyLiner {
    overflow-x: hidden;
}

tr.shown .detailButton  {
    transform: rotate(180deg);
}

.DTFC_LeftBodyWrapper, .DTFC_RightBodyWrapper, .dataTables_scrollBody {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}
.DTFC_LeftBodyWrapper, .DTFC_RightBodyWrapper {
    overflow: hidden;
}