﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color: #fff;
}

#navBar > div > ul > li > a{
	color: #fff;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}


.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

#navBar{
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px; /* Vertically center the text there */


}

a {
	text-decoration: none;
}

#leftMenu{
	width: 300px;
}




ul.linkMenu3 {
    display: block;
    margin: 0;
    padding: 0;
}

    ul.linkMenu3 > li {
        border-bottom: 1px solid #edeef0;
        display: block;
        font-size: 14px;
    }


        ul.linkMenu3 > li.open, ul.linkMenu3 > li:hover {
            background: #f9fafc none repeat scroll 0 0;
        }

        ul.linkMenu3 > li > a {
            color: #555;
            display: block;
            padding: 9px 15px;
        }

            ul.linkMenu3 > li > a.active {
                border-left: 2px solid #428bca;
                color: #428bca;
            }

            ul.linkMenu3 > li > a[name] {
                color: #555;
                text-decoration: none !important;
            }


        ul.linkMenu3 > li > div {
            font-size: 13px;
            height: 0;
            line-height: 24px;
            overflow: hidden;
            padding: 0;
            transition: height 0.25s ease 0s;
        }

            ul.linkMenu3 > li > div > a {
                display: block;
                line-height: 1.2em;
                min-width: 200px;
                padding: 4px 10px 5px 25px;
            }

        ul.linkMenu3 > li.open a[name]::after {
            color: #555;
            content: "";
        }

        ul.linkMenu3 > li.open > div {
            height: auto;
            padding-bottom: 10px;
        }

    ul.linkMenu3.disabled > li.open, ul.linkMenu3.disabled > li:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }







ul.linkMenu2 {
    display: block;
    margin: 0;
    padding: 0;
}

    ul.linkMenu2 > li {
        border-bottom: 1px solid #edeef0;
        display: block;
        font-size: 14px;
    }

        ul.linkMenu2 > li.open, ul.linkMenu2 > li:hover {
            background: #f9fafc none repeat scroll 0 0;
        }

        ul.linkMenu2 > li > a {
            color: #555;
            display: block;
            padding: 9px 15px;
        }

            ul.linkMenu2 > li > a.active {
                border-left: 2px solid #428bca;
                color: #428bca;
            }

            ul.linkMenu2 > li > a[name] {
                color: #555;
                text-decoration: none !important;
            }

                ul.linkMenu2 > li > a[name]::after {
                    color: #aaadb5;
                    content: "";
                    display: inline-block;
                    font: 400 13px/1 FontAwesome;
                    text-rendering: auto;
					padding-top: 5px;
					float: right;

                }

        ul.linkMenu2 > li > div {
            font-size: 13px;
            height: 0;
            line-height: 24px;
            overflow: hidden;
            padding: 0;
            transition: height 0.25s ease 0s;
        }

            ul.linkMenu2 > li > div > a {
                display: block;
                line-height: 1.2em;
                min-width: 200px;
                padding: 4px 10px 5px 25px;
            }

        ul.linkMenu2 > li.open a[name]::after {
            color: #555;
            content: "";
        }

        ul.linkMenu2 > li.open > div {
            height: auto;
            padding-bottom: 10px;
        }

    ul.linkMenu2.disabled > li.open, ul.linkMenu2.disabled > li:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }





ul.linkMenu {
    display: block;
    margin: 0;
    padding: 0;
}

    ul.linkMenu > li {
        border-bottom: 1px solid #edeef0;
        display: block;
        font-size: 14px;
    }

        ul.linkMenu > li.open, ul.linkMenu > li:hover {
            background: #f9fafc none repeat scroll 0 0;
        }

        ul.linkMenu > li > a {
            color: #555;
            display: block;
            padding: 9px 15px;
        }

            ul.linkMenu > li > a.active {
                border-left: 2px solid #428bca;
                color: #428bca;
            }

            ul.linkMenu > li > a[name] {
                color: #555;
                text-decoration: none !important;
            }

                ul.linkMenu > li > a[name]::after {
                    color: #aaadb5;
                    content: "";
                    display: inline-block;
                    font: 400 13px/1 FontAwesome;
                    position: absolute;
                    right: 14px;
                    text-rendering: auto;
                    top: 13px;
                }

        ul.linkMenu > li > div {
            font-size: 13px;
            height: 0;
            line-height: 24px;
            overflow: hidden;
            padding: 0;
            transition: height 0.25s ease 0s;
        }

            ul.linkMenu > li > div > a {
                display: block;
                line-height: 1.2em;
                min-width: 200px;
                padding: 4px 10px 5px 25px;
            }

        ul.linkMenu > li.open a[name]::after {
            color: #555;
            content: "";
        }

        ul.linkMenu > li.open > div {
            height: auto;
            padding-bottom: 10px;
        }

    ul.linkMenu.disabled > li.open, ul.linkMenu.disabled > li:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

.badge, .badge > .fa, .dismiss-message, .split > span {
    display: inline-block;
}

.split > span {
    float: left;
}

.split > br {
    content: "";
    display: block;
    height: 0;
}

.split.expand-left > span:first-child, .split.expand-right > span + span {
    width: 100%;
}

.split.expand-all > span, .split.expand-even > span {
    width: 50%;
}

@media screen and (min-width: 959px) {
    .PackageDashboardPage .content > .split > span:first-child, .PerformanceDashboardPage .content > .split > span:first-child, .VenueDashboardPage .content > .split > span:first-child, .content > .split > span:first-child {
        width: 260px;
    }

    .split {
        display: table;
        width: 100%;
    }

        .split > span {
            display: table-cell;
            float: none;
            vertical-align: top;
            white-space: initial;
        }

            .split > span + span {
                padding-left: 20px;
            }

        .split.right-column > span:first-child {
            width: auto;
        }

        .split.right-column > span:last-child {
            width: 300px;
        }
}

@media screen and (max-width: 960px) {
    .split > span, .split > span + span {
        display: block;
        float: none;
        margin: 0 0 20px;
        padding: 0;
    }

    ul.linkMenu {
        display: block;
    }

        ul.linkMenu a {
            max-width: none;
        }
}

.PerformanceDashboardPage .split .split > span + span {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("/webfonts/fa-regular-400.eot") format("embedded-opentype"), url("/webfonts/fa-regular-400.woff") format("woff"), url("/webfonts/fa-regular-400.ttf") format("truetype"), url("/webfonts/fa-regular-400.svg") format("svg");
}


.actions .dropdown-menu, td:last-child .dropdown-menu {
    left: auto;
    right: 0;
}


.align th.actions {
    text-align: center;
}

.align td.actions {
    text-align: right;
}

.etix-table thead th[colspan], .etix-table thead th[colspan] ~ th {
    border-bottom: 0 none;
}

.etix-table th.actions {
    text-align: center;
}

.etix-table td.actions {
    text-align: right;
}

.etix-table {
    border: 1px solid #dbdde2;
    margin-bottom: 50px;
}

    .etix-table tfoot {
        background-color: #fff;
    }

    .etix-table thead tr + tr th {
        border-top: 0 none;
    }

    .etix-table a {
        color: #1b6fba;
    }

    .etix-table td > a:visited {
        color: #712d8b;
    }

.etix-table-hd {
    color: #222;
    font-weight: 200;
    margin-bottom: 20px;
    margin-top: 0;
}


.etix-table td.condensed {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
}

.etix-table thead th {
    background-color: #f3f4f6;
    color: #444;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    text-align: left;
    text-transform: uppercase;
}

.etix-table tfoot th {
    background-color: #f3f4f6;
    color: #444;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    text-align: left;
    text-transform: uppercase;
}

.etix-table th.colright, .etix-table thead th[colspan][scope] {
    text-align: center;
}

.etix-table-hd thead tr th {
    background-color: #fafafa;
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
}

.etix-table-hd > thead > tr > td {
    color: #999;
    font-size: 11px;
    text-align: center;
}

.etix-table td {
    vertical-align: middle !important;
}

    .etix-table td.text, .etix-table th.text {
        min-width: 40%;
        text-align: left;
    }

.etix-table th.currency {
    text-align: center;
}

.etix-table td.currency {
    text-align: right;
}

.etix-table th.actions {
    text-align: center;
}

.etix-table td.actions {
    text-align: right;
}

.etix-table td.icon, .etix-table th.icon, .etix-table th.time {
    text-align: center;
}

.etix-table td.time {
    text-align: right;
}

.etix-table th.date {
    text-align: center;
}

.etix-table td.date {
    text-align: right;
}

.etix-table th.decimal, .etix-table th.integer, .etix-table th.numeric {
    text-align: center;
}

.etix-table td.decimal, .etix-table td.integer, .etix-table td.numeric {
    text-align: right;
}

.etix-table td.marker, .etix-table th.marker {
    text-align: center;
}

.etix-table td.select, .etix-table th.select {
    text-align: center;
    vertical-align: bottom;
}

    .etix-table td.select input, .etix-table th.select, .etix-table th.select input {
        vertical-align: middle;
    }

.etix-table th.select, .etix-table td.select {
    padding: 0 10px;
    white-space: nowrap;
    width: 1%;
}

.etix-table td.currency, .etix-table th.currency {
    white-space: nowrap;
    width: 1%;
}

    .etix-table td.currency.highlight {
        color: #139405;
    }

.etix-table td.actions, .etix-table td.date, .etix-table td.decimal, .etix-table td.icon, .etix-table td.integer, .etix-table td.marker, .etix-table td.numeric, .etix-table td.time, .etix-table th.actions, .etix-table th.date, .etix-table th.decimal, .etix-table th.icon, .etix-table th.integer, .etix-table th.marker, .etix-table th.numeric, .etix-table th.time {
    white-space: nowrap;
    width: 1%;
}

.etix-table td.sellable .fa-circle {
    color: #c4cdd5;
}

.etix-table td.complete .fa-circle, .etix-table td.incomplete .fa-circle, .etix-table td.ready .fa-circle {
    color: #4f8edc;
}

.etix-table td.past .fa-circle {
    color: #c4cdd5;
}

.etix-table.push-left td, .etix-table.push-left th {
    /*min-width: auto;*/
    white-space: nowrap;
}

.etix-table.push-left thead tr::after {
    background-color: #f3f4f6;
    color: #444;
    content: "";
    display: table-cell;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.etix-table.push-left tbody tr::after {
    border-top: 1px solid #dbdde2;
    content: " ";
    display: table-cell;
    width: 100%;
}

.etix-table.push-left tbody tr:nth-child(2n+1)::after {
    background-color: #fff;
}

.etix-table.push-left tbody tr:hover::after {
    background-color: #f5f5f5;
}

#picklist-items div:nth-of-type(2n+1), .addScheduleArea {
    background-color: #f9fafc;
}

.etix-table td.push-left, .etix-table th.push-left {
    width: 100%;
}

.etix-table {
    width: 100%;
}

    .etix-table, .etix-table thead th {
        font-size: 13px;
    }

        .etix-table thead th {
            padding-left: 6px;
        }

        .etix-table tbody td {
            padding: 6px;
        }

            .etix-table tbody td.actions {
                padding-top: 0;
                padding-bottom: 0;
                padding-right: 0;
            }

a i.fal.mx-1, button i.fal.mx-1 {
    width: 20px;
    text-align: center;
}


.OrderDetailsPage .etix-table .details > td {
    padding: 0 !important;
    position: relative;
}

.OrderDetailsPage .etix-table .details {
    display: none;
    max-width: 100%;
}

    .OrderDetailsPage .etix-table .details.open {
        display: table-row;
    }

.OrderDetailsPage .etix-table .etix-table {
    margin-bottom: 0;
}

.OrderDetailsPage .etix-table .details > td > div {
    background: #fff none repeat scroll 0 0;
    border-left: 0 none;
    margin: 0 -3px;
    padding: 20px 6px 20px 66px;
}

.OrderDetailsPage .miscInfoSection .miscInfoQues .miscInfoAns.venueName, .OrderDetailsPage .miscInfoSection .miscInfoQues .miscInfoLabel.venueName {
    background: #fbfbfb none repeat scroll 0 0;
}

.OrderDetailsPage .expandOrderDetailsTable.btn {
    box-sizing: content-box;
    display: inline-block;
    height: 26px;
    margin-right: -16px !important;
    padding: 0 !important;
    position: relative;
    width: 26px;
}

    .OrderDetailsPage .expandOrderDetailsTable.btn::before {
        content: "+";
        display: inline-block;
        left: 0;
        line-height: 26px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 26px;
    }

    .OrderDetailsPage .expandOrderDetailsTable.btn.expanded::before {
        content: "-";
    }

.OrderDetailsPage .expandCollapseButtons {
    margin-top: 20px;
}

.OrderDetailsPage .collapseAllOrderDetailsTable, .OrderDetailsPage .expandAllOrderDetailsTable {
    margin-right: 5px;
}

.OrderDetailsPage .newOrderNotesIcon {
    display: inline-block;
}

.OrderDetailsPage .issuedTicket {
    color: #5aac03;
}

.OrderDetailsPage .voidTicket a {
    color: RED;
}

.OrderDetailsPage .redeemedTicket a {
    color: #000;
}

.OrderDetailsPage .reservedTicket {
    color: ORANGE;
}

.OrderDetailsPage .seatInventoryID {
    display: inline-block;
    margin-left: 8px;
}

    .OrderDetailsPage .seatInventoryID i {
        color: #000;
    }

.OrderDetailsPage .seatInformation {
    display: inline-block;
}

.OrderDetailsPage .lastTime {
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    padding-right: 5px;
}

.OrderDetailsPage .paymentColumn {
    display: inline-block;
}

.OrderDetailsPage .transactionHistoryHeader {
    margin-bottom: 15px;
}

.OrderDetailsPage .footerDivTop {
    border-color: #e9e9ec;
    border-style: solid;
    border-width: 0 0 1px;
    margin: -8px -8px 0;
    padding: 10px;
    text-align: right;
}

.OrderDetailsPage .footerDivMiddle {
    border-color: #e9e9ec;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0 -8px;
    padding: 10px 10px 9px;
    text-align: right;
}

.OrderDetailsPage .footerDivBottom {
    margin: 0 -8px -8px;
    padding: 10px;
    text-align: right;
}

.OrderDetailsPage .footerLink {
    display: inline-block;
    padding-right: 5px;
}

.OrderDetailsPage .footerTextName {
    color: #000;
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
}

.OrderDetailsPage .footerFees {
    color: #000;
    display: inline-block;
    font-weight: 700;
}

.OrderDetailsPage .eachAddress {
    margin-bottom: 15px;
}

.OrderDetailsPage .performanceTime {
    white-space: nowrap;
}

.OrderDetailsPage .miscInfoSection {
    margin-bottom: 25px;
}

    .OrderDetailsPage .miscInfoSection .miscInfoAllQues {
        border-color: #e9e9ec;
        border-style: solid;
        border-width: 1px 1px 0;
        display: table;
        margin-top: 25px;
        width: 100%;
    }

    .OrderDetailsPage .miscInfoSection .miscInfoQues {
        display: table-row;
    }

        .OrderDetailsPage .miscInfoSection .miscInfoQues .miscInfoLabel {
            border-bottom: 1px solid #e9e9ec;
            display: table-cell;
            font-size: 12px;
            font-weight: 500;
            padding: 10px;
            text-align: right;
            text-transform: uppercase;
            width: 24%;
        }

        .OrderDetailsPage .miscInfoSection .miscInfoQues .miscInfoAns {
            border-bottom: 1px solid #e9e9ec;
            display: table-cell;
            padding: 10px;
            text-align: left;
        }

.conversion-funnel, .heatMap, .heatMapEmpty, .tags .badge a {
    text-align: center;
}

.OrderDetailsPage .miscInfoSection .miscInfoQues .miscInfoAns.emptyState {
    color: silver;
}

.OrderDetailsPage .split > span + span, .OrderDetailsPage .split > span + span > span {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
}

.OrderDetailsPage .lastShipmentTime {
    margin-bottom: 10px;
    margin-top: 10px;
}

.OrderDetailsPage .content input[type="text"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    vertical-align: middle;
    width: auto;
}

    .OrderDetailsPage .content input[type="text"]:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
    }

    .OrderDetailsPage .content input[type="text"]:-moz-placeholder {
        color: #999;
    }

    .OrderDetailsPage .content input[type="text"]::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .OrderDetailsPage .content input[type="text"][disabled], .OrderDetailsPage .content input[type="text"][readonly], fieldset[disabled] .OrderDetailsPage .content input[type="text"] {
        background-color: #eee;
        cursor: not-allowed;
    }

textarea.OrderDetailsPage .content input[type="text"] {
    height: auto;
}

.OrderDetailsPage .orgName {
    margin-bottom: 25px;
}

.OrderDetailsPage .updateAndCancel {
    display: inline-block;
    margin-top: 5px;
}

.OrderDetailsPage .addressInfo {
    background-color: #f9fafc;
    border: 1px solid #dbdde2;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    page-break-inside: avoid;
}

.tags, .tags .badge, .tags-readonly .badge {
    border: 1px solid #ddd;
}

.OrderDetailsPage .addressInfo h2 {
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.OrderDetailsPage .addressInfo .actions {
    margin-top: -8px;
    text-transform: capitalize;
}

.heatMap text.mono, .orderNotes h2, .tags h2 {
    text-transform: uppercase;
}

.OrderDetailsPage .addressInfo .confirmationCode {
    margin-top: 10px;
}

/* bootstrap 4*/

.body-content {
    padding-left: 16px;
    padding-right: 16px;
}

body, h2, h2.etix-hd-5, h5.etix-hd-4, a.nav-link, a.dropdown-item, button.dropdown-item, .btn {
    font-weight: 200;
}

ul.list-group{
	font-weight: 400;
}

div.dataTables_length label {
    font-weight: !important 200;
}

.etix-table {
    font-weight: 400;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.fa-left-pad-40 {
    padding-left: 40px;
}

.etix-hd-5 {
    color: #222;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
}

.etix-hd-5-10 {
    color: #222;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 0;
}

@media print {
    .no-print {
        display: none !important;
    }
}

.fn-table th.currency {
    text-align: center;
}

.fn-table td.currency {
    text-align: right;
}

.fn-table tbody tr td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.k-numerictextbox, .k-datepicker, .k-datetimepicker, .k-textbox, .k-combobox, .k-dropdown, .k-timepicker {
    width: 280px;
}

.k-flex{
	width: 100%;
	min-width: 280px;
}

.k-required {
	border-color: darkgray;
	border-width: thin;
}

.breadcrumb {
    border-radius: 2px;
    background-color: #e9ecef;
    padding: 0.75rem;
}

.k-primary {
    background-color: #137dd9;
    border-color: #137dd9;
}

    .k-primary:hover {
        background-color: #238de9;
        border-color: #238de9;
    }

.k-calendar .k-header {
    background-color: #137dd9;
    border-color: #137dd9;
}

    .k-calendar .k-header .k-link.k-state-hover {
        background-color: #238de9;
        border-color: #238de9;
    }

.k-calendar td.k-state-selected .k-link {
    background-color: #137dd9;
    border-color: #137dd9;
}

.btn {
    border-radius: 2px;
}

td label.k-checkbox-label {
    margin-top: 4px;
    margin-bottom: 0px;
}

td label.k-checkbox-label {
    padding-left: 16px;
}

#dropdownMenuButton {
    padding-top: 1px;
    padding-bottom: 1px;
}

.iconTopLeft {
    flex: 0 0 95px;
    min-width: 95px;
    padding-right: 0;
}

.k-grid a {
    color: #0366d6;
    text-decoration: none;
}

.k-grid {
    font-size: 12px;
    line-height: 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
}

.k-menu-bar, .k-menu, .k-button, .k-input-inner, .k-pager, .k-input, .k-picker, .k-toolbar, .k-listbox, .k-window, .k-tabstrip {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.k-floating-label-container > .k-label{
	color: #3f51b5;
}


.k-floating-label-container > .k-label, .k-floating-label-container.k-focus > .k-label {
    transform: scale(0.80);
}

.k-floating-label-container:focus-within > .k-label {
    transform: scale(0.8);
}

.k-grid .k-table-td.k-selected, .k-grid .k-table-row.k-selected {
    background-color: rgb(63 81 181 / 22%)
}

.k-pager{
	    color: #000000;
}

.k-table{
	    color: #000000;
}

div.k-grid button.k-toolbar-overflow-button.k-toolbar-tool.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button{
	display: none;
}

.k-header.k-hstack{
	color: white;
}

a.nav-link.active{
    box-shadow: 0px 2px 0px #157dd9 inset;
}


.k-grid tbody td, 
.k-grid-md td,
.k-grid-md .k-table-td {
    padding: 4px;
	padding-inline: 4px;
    white-space: nowrap;
	font-size: 12px;
}


div.normalFontSize td.k-table-td{
    padding-top: 8px;
	padding-bottom: 8px;
	padding-inline: 4px;
    white-space: nowrap;
	font-size: 13px;
}

div.normalFontSize th.k-table-th{
	font-size: 13px;
}


.k-grid .k-cell-inner .k-grid-header-menu {
    position: static;
    margin-inline-end: 0px;
}

.k-grid thead th.k-header.k-with-icon {
    padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
    white-space: nowrap;
}

.k-grid thead th.k-header {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    white-space: nowrap;
}

a.k-header-column-menu{
	margin-top: -4px !important; 
}

    .k-grid thead th.k-header label.k-checkbox-label.k-no-text {
        margin-left: 3px;
        margin-top: 7px;
        white-space: nowrap;
    }

.k-grid tbody td label.k-checkbox-label.k-no-text {
    margin-left: 3px;
}

/*.k-grid .k-dropdown-wrap .k-select{
    width: 1em;
    right: inherit;
}*/




.addressInfo {
    background-color: #f9fafc;
    border: 1px solid #dbdde2;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    page-break-inside: avoid;
}


.breadcrumb-item {
    margin-top: auto;
    margin-bottom: auto;
}

li.breadcrumb-item i.fa-angle-double-right {
    margin-top: auto;
    margin-bottom: auto;
}

.k-grid {
    font-size: 12px;
}

    .k-grid td {
        line-height: 1em;
    }

.k-pager-sizes .k-dropdown, .k-pager-sizes>select {
    margin-right: 1ex;
    width: 7em;
}

div#myDropdown div.k-animation-container {
	//position: revert !important;
	left: 16px !important;
}

div#myDropdown2 div.k-animation-container {
	//position: revert !important;
	left: 0 !important;
}

.container{
    max-width: 100%;
}



.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

ol.breadcrumb {
    padding-top: 6px;
    padding-bottom: 6px;
}

ol li.fa-home {
    padding-top: 4px;
}

ol.breadcrumb {
    min-height: 36px;
}

ol li.breadcrumb-item a {
    text-decoration: none;
    color: black;
}


span.k-link.k-menu-link input {
    /* margin-left: -4px; */
    margin-right: 4px;
}

ul.k-reset.k-multicheck-wrap li.k-item label.k-label input {
    margin-right: 4px;
}

/* div.k-toolbar.k-grid-toolbar { */
    /* display: block; */
/* } */

.k-grid .k-grid-search {
    width: 200px;
}

/*.k-grid-search > input{
	line-height: 28px;
}*/

.k-menu-vertical>.k-menu-item+.k-menu-item{
	margin-top: 0;
}

/* input.k-textbox.k-input { */
    /* line-height: 2em; */
/* } */

/* span.k-textbox.k-grid-search.k-display-flex input.k-input { */
    /* line-height: 2em; */
/* } */

/* span.k-widget.k-textbox input.k-input { */
    /* line-height: 2em; */
/* } */



.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
	color: rgba(255,255,255,1);
}

.navbar-custom .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color: #ffffff;
}


li.list-group-item.d-flex.justify-content-between div{
	margin-top: auto;
	margin-bottom: auto;
}


@media print
{    
	.mp-results.mp-left.mp-scheme-light.mp-no-controls
    {
        display: none !important;
    }
}

.validation-summary-errors ul {
    padding-left: 0;
    list-style-position: inside;
	list-style-type: none;
}

.validation-summary-errors ul li{
	list-style-type: none;
	padding-left: 0;
	font-size: small;
}
