/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control,
.container,
.container-fluid,
.row,
.col-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-12, .col-sm-12, .col-md-12, .col-lg-12,
.k-widget * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-bottom: 0.5rem;
}

label:not(.k-checkbox-label) {
    margin-bottom: 0.15rem;
    width: 100%;
}

.error, .notice, .success {
    border: 2px solid #ddd;
    margin-bottom: 1em;
    padding: .8em;
}

.error {
    background: #FBE3E4;
    border-color: #FBC2C4;
    color: #8a1f11;
}

.detail_title_text {
    font-weight: bold;
}

.newline {
    clear: both
}

.modaltext {
    font-size: 1em;
    font-weight: bold;
    margin: 5px 10px 10px 10px;
    text-align: center;
}

.headertext {
    padding-left: 5px;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

#errorList {
  margin-bottom: 1em;
}

#errorList ul {
  padding-left: 2em;
  margin: 0 !important;
}

.icon-button {
    height: 28px;
    min-width: 28px !important; /*override grid settings*/
    padding: 3px;
    width: 28px;
}

.icon-button-sm {
    height: 22px;
    min-width: 22px !important; /*override grid settings*/
    padding: 1px 1.5px 3px 1.5px;
    width: 22px;
}

.icon-button-round {
    -moz-border-radius: 1.0833em;
    -o-border-radius: 1.0833em;
    -webkit-border-radius: 1.0833em;
    border-radius: 1.0833em;
    height: 22px;
    min-width: 22px !important; /*override grid settings*/
    padding: 0;
    width: 22px;
}

.icon-button-round > .k-icon {
    padding-bottom: 2px;
}

.disabled {
    color: #a0a0a0;
}

.hidden {
    display: none;
}

td[role='gridcell'] > a:hover, th.k-header > a:hover {
    text-decoration: none;
}

span.field-validation-valid {
    display: none;
}

.fa-question-circle.tip {
    font-size: 1.2em;
}

.k-menu .k-item.k-last, .k-widget.k-menu-horizontal > .k-item {
    border-right-width: 0;
}

/*.k-menu .k-item.k-last, .k-widget.k-menu-horizontal > .k-item.k-last {
    border-right-width: 0;
}*/

.k-textbox, .k-input.k-textbox, .k-textarea, .k-widget, .k-button, .k-input .k-input-inner {
    font-size: inherit;
}

.k-input.intl-phone {
  overflow: visible;
}

form.k-filter-menu {
    width: inherit !important;
}

form:not(.k-filter-menu) {
    width: 100%;
}

.k-grid th, .k-grid td {
    padding: 0.4em 0.6em;
}

.k-pager-wrap.k-pager-md .k-pager-info, .k-pager-wrap.k-pager-sm .k-pager-info {
    display: inherit;
}

h3 {
    font-size: 24px;
}

.k-window-title:not(.k-dialog-title) {
  font-size: 1.5em;
  padding-left: 0.25em;
}

.k-window-titlebar .k-window-actions {
  margin: auto;
}

.k-dialog-titlebar .k-window-actions {
  padding-right: 0.75em;
  padding-left: 0.75em;
}

.k-window-titlebar:not(.k-dialog-titlebar) {
  padding: 0 0.25rem 0 1rem;
}

.k-dialog-buttongroup .k-button {
  font-size: 1.5em;
}

.k-window-titlebar .k-window-action {
  height: calc(1.5em + .75rem + 2px);
  width: calc(1.5em + .75rem + 2px);
  /*padding: 0;*/
}

.k-edit-form-container .k-edit-buttons {
    margin: 0 -1rem -1rem;
    padding: 0.5rem 1rem;
}

.k-edit-label, .k-edit-form-container .editor-label {
    padding: inherit;
    margin: 1em 5px 0 0;
}

.k-edit-field, .k-edit-form-container .editor-field {
    margin: 0.4em 0.5em 0 0;
    padding: inherit;
}

.k-edit-field, .k-edit-form-container .editor-field .radio-inline {
    margin-top: 0.6rem;
    margin-right: 0.5rem;
}

.k-window > div.k-popup-edit-form {
    padding: 1rem 1rem 2rem 1rem;
}

.k-grid-edit-row td > .k-textbox, .k-grid-edit-row td > .k-widget, .k-command-cell > .k-button, .k-edit-cell > .k-textbox, .k-edit-cell > .k-widget {
    margin-top: inherit;
    margin-bottom: inherit;
}

.k-filter-menu .k-action-buttons .k-button {
    margin: 0;
}

.k-datepicker .k-input {
    padding: 0;
}

.k-multiselect .k-multiselect-wrap .k-button {
    min-height: inherit;
    padding: 0.25rem 1.35rem 0.25rem 0.475rem;
}

.k-ie .k-dropdown-wrap .k-input {
    padding: 0 2em 0 0;
}

.k-grid tbody .k-button {
    min-width: inherit;
}

.k-grid-header .icon-button {
    margin-right: 0;
}

.k-grid-header th.k-header {
  vertical-align: middle;
  cursor: default;
}

.k-grid.use-image-buttons tbody > tr:not(.k-detail-row) .k-button > svg.svg-inline--fa {
  margin-right: 0;
}

.icon-button, .k-grid.use-image-buttons tbody > tr:not(.k-detail-row) .k-button {
  width: auto;
  height: auto;
  margin-right: 0;
  font-size: 1.2em;
  min-height: 2em;
}

a.icon-only, .k-grid.use-image-buttons tbody > tr:not(.k-detail-row) .k-button {
  padding: 0.375rem 0.55rem;
}

.k-autocomplete .k-clear-value {
    top: 1.1rem;
}

.k-grid-header .k-header > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-asc-sm {
    margin: 0;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    bottom: 0.1rem;
}

.k-menu:not(.k-context-menu) > .k-item, .k-menu:not(.k-context-menu),
.k-menu .k-item.k-last,
.k-widget.k-menu-horizontal > .k-item.k-last {
    /*border-width: 0.5px;*/
}

.k-menu .k-menu-group > .k-item.k-last {
    border-width: 0;
    padding-bottom: .25em;
}

.k-menu.k-menu-horizontal:not(.k-context-menu) > .k-item > .k-link {
    padding: 0.3rem 0.65rem;
}

.card-header {
    font-size: 1.2rem;
}

.k-block {
    width: 100%;
}

.delete-image {
    cursor: pointer;
}

input.k-textbox, .k-textbox > input, .k-autocomplete .k-input {
  text-indent: 0;
}

.k-multiselect {
    display: block;
}

.k-grid-norecords {
    display: inherit !important;
}

.k-dropdown .k-dropdown-wrap {
    background-color: white;
}

  .k-textbox.form-control,
  .k-picker, .k-picker-wrap .k-input,
  .k-datetimepicker .k-picker-wrap .k-input,
  .k-datepicker .k-picker-wrap .k-input,
  .k-autocomplete .k-input, .k-maskedtextbox,
  span.k-widget.k-textbox,
  .k-input .k-input-inner,
  textarea.k-textbox,
  .k-dropdown .k-dropdown-wrap .k-input,
  .k-combobox .k-dropdown-wrap .k-input {
    min-height: 2.25rem;
  }

.display-field,
.k-button.form-height {
  height: 2.25rem;
}

.k-input .k-input-inner {
  font-size: 12px;
}

textarea.k-textbox {
  padding: 0.375rem 0.75rem;
}

.k-dropdown .k-dropdown-wrap .k-input {
  padding-top: 0.375rem;
}

.k-filter-menu-container .k-dropdown .k-dropdown-wrap .k-input {
  padding-top: 0.167em;
}

.k-filter-menu-container input[type=radio] {
  margin-right: 1em;
}

.k-combobox {
  width: 100%;
}

/*.k-datetimepicker .k-picker-wrap .k-input,
.k-datepicker .k-picker-wrap .k-input,
.k-numerictextbox .k-numeric-wrap .k-input,
.k-autocomplete .k-input {
  padding-left: .75rem;
}*/
  .k-datetimepicker .k-link {
  padding: .25rem;
}

.k-edit-form-container .k-widget:not(.k-menu):not(.k-window),
.k-edit-form-container .k-textbox,
.card .k-widget:not(.k-menu):not(.k-window),
.card .k-textbox, .k-window .k-textbox {
  width: 100%;
}

.display-field {
    display: inline-block;
    width: 100%;
    border-radius: 0.25rem;
    padding: 0.75em 0.75rem 0.375rem;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    border-color: rgba(33, 37, 41, 0.15);
}

.k-picker-wrap.k-state-disabled > .k-select {
    display: none;
}

.k-grid-header .k-grid-filter {
    width: auto;
}

.k-cell-inner > .k-state-active {
  color: red !important;
  border: 1px solid;
}

.k-list-container {
    width: auto !important;
}

#overlay .k-loading-mask {
    z-index: 101;
    height: 75vh !important;
}

label.radio-inline {
    width: auto;
    margin: .15rem 0.5rem 0 0;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
  border-color: #dee2e6;
}

.k-tabstrip-items .k-item.k-state-active {
    border-bottom-color: transparent;
}

.k-tabstrip-items .k-item {
    margin-bottom: -1px;
}

.k-filter-menu-container label {
    width: auto;
    margin-right: 5px;
}

.k-checkbox:not(.disable-autoheight), .k-checkbox:not(.disable-autoheight) + .k-checkbox-label {
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.k-grid-edit-row .k-checkbox {
  top: inherit;
}
.k-checkbox:not(.disable-autoheight) + .k-checkbox-label {
  margin-left: 1.65em;
}
.k-grid-edit-row .k-checkbox-label {
  display: none;
}

.k-dropdown .k-dropdown-wrap {
  border-color: #ced4da;
}

.k-combobox .k-clear-value {
  top: 2em;
}

form.k-filter-menu .k-textbox {
  margin: 0.5rem 1.5rem 0;
  width: calc(100% - 3rem);
}

.k-button {
  gap: 0;
}

input.intl-phone {
  padding-right: 6px !important;
  padding-left: 52px !important;
}

.k-calendar .k-calendar-view {
    overflow: visible !important;
    width: 25em !important;
}

.k-checkbox::before {
  content: none;
}

.k-grid-pager {
  padding-bottom: .35em;
  padding-top: .35em;
  height: auto;
  margin-top: inherit;
}

.k-icon-button.k-button-md > .k-button-icon {
  min-width: auto;
  min-height: auto;
}

.k-multiselect .k-chip-list {
  width: calc(100% - 2em);
}

.k-picker {
  color: #000000;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}

.k-list-md {
  font-size: inherit;
}

.k-menu-horizontal > .k-menu-item + .k-menu-item {
  border-left-width: 0;
}

.k-grid .k-button {
  margin: .16em;
}

.k-grid .k-link .k-column-title {
  padding: .5em 0 .4em 0;
  min-height: 32px;
  margin-right: -3px;
}

.k-grid .k-cell-inner > .k-link {
  padding-top: 0;
  padding-bottom: 0;
}

.k-input-value-text {
  padding-bottom: .15rem;
  line-height: 20px;
}

.k-picker .k-input-button {
  margin: auto;
}

.k-button:not(.k-rounded-full):not(.k-input-button):not(.k-spinner-increase):not(.k-spinner-decrease):not(.k-window-action) {
  border-radius: .25rem;
}

.k-input-button, .k-input-button.k-button {
  height: auto;
  width: auto;
}




@media screen and (max-width: 800px) {
  #MergePanel,
  .merge-item-button {
    display: none;
  }

  .k-widget table {
    border: 0;
  }

    .k-widget table colgroup {
      display: none;
    }

    .k-widget table thead tr th:first-child {
      display: none;
    }

    .k-widget table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
      border-radius: 20px;
    }

      .k-widget table tr td:last-child {
        background-color: #313444;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
      }

      .k-widget table tr td:first-child {
        position: absolute;
        right: 20px;
      }

      .k-widget table tr td:nth-child(2) {
        background-color: #313444;
        color: #FFF;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        font-weight: bold;
        padding-top: 1em;
      }

    .k-widget table td {
      display: block;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

      .k-widget table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
      }
}

#tx-top-menu-container {
  padding: 1rem 0;
  margin: -1rem 0;
  height: auto;
  display: flex;
  align-self: stretch;
  float: none;
  overflow: visible;
}

#tx-top-menu-container .tx-top-menu > .k-item > .k-link {
  padding: .5rem 1rem;
}

.tx-menu-shown {
  overflow: hidden;
}

.navbar {
  padding: 0 1rem !important;
}

.navbar-nav-svg {
  margin-right: .5rem;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: text-top;
}

.tx-svg-icon {
  font-size: 1rem;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: top;
}

.tx-svg-icon-lg {
  font-size: 1.5rem;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1236px) {
  .tx-menu-close,
  .tx-menu-open {
    display: none;
  }
}

@media (max-width: 1235px) {
  .k-rpanel-toggle {
    border-width: 0;
    background-image: none;
    background-color: transparent;
  }

  #tx-top-menu-container {
    margin: 0;
    padding: 1.3125rem 1rem;
    height: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-end;
    box-shadow: none;
  }

  #tx-top-menu-container.k-rpanel-expanded {
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
    transition: all .2s ease-in-out;
  }

  #tx-top-menu-container .tx-top-menu {
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-end;
  }

  #tx-top-menu-container .tx-top-menu .k-item {
    justify-content: flex-end;
  }

  #tx-top-menu-container {
    width: 80%;
  }
}

/* start general */
html { height: 100%; }

body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(31,37,38,.75);
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

a:focus { outline: none; }

form { display: inline; }

table td { vertical-align: top; }

img {
    border: none;
    vertical-align: top;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*label, select, textarea, input { 
    vertical-align: top;  
    margin-top: -2px; 
}*/

textarea, input, select {
    color: #000;
    font: 11px/13px 'Open Sans', sans-serif;
}

span.field-validation-error {
    display: none;
}

/* end general */
.main {
    background: #fff;
    margin: 0 auto;
    width: 1000px;
}


/* Header */
.header {
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    /*background-color: #545454;*/
    background: #123770;
    background: linear-gradient(180deg, rgba(200, 229, 251, 1) 15%, rgba(255, 255, 255, 1) 55%);
    color: #123770;
    font-size: 16px;
}

/* Footer */
#footer {
    padding: 5px 0;
    background-color: #123770; /*#545454;*/
    color: #fff;
}
#footer a {
    color: #fff;
}
#Menu {
    background: #123770;
    color: #fff;
    border-radius: 0.2em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 1em;
}

  #Menu.k-menu .k-item > .k-link {
    color: #fff;
    line-height: inherit;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    border-right-width: 0;
  }

#Menu .k-menu-group li.k-hover, #Menu .k-menu-group .k-item > .k-link:hover {
    border-color: #2e8eca;
}
Menu .k-menu-group li.k-hover, #Menu .k-menu-group .k-item:hover, #Menu .k-menu-group .k-item > .k-link:hover {
  background-color: #2e8eca;
}

#Menu .k-menu-group {
  border-color: #123770;
  background-color: #123770;
}

#Menu .k-menu-link-text {
  line-height: 1.25rem;
}

#Menu .k-menu-expand-arrow {
  margin-left: -5px;
}

#Menu .k-animation-container .k-menu-link-text {
  flex-flow: row-reverse nowrap;
}

#Menu .k-menu-group {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.k-button.k-primary, .k-button.k-button-solid-primary, .k-slider .k-draghandle {
  border-color: #123770;
  color: #fff;
  background-color: #123770;
}

.k-button.k-primary:hover, .k-button.k-button-solid-primary:hover, .k-button.k-button-solid-primary.k-hover, .k-action-buttons .k-primary:hover, .k-slider .k-draghandle:hover {
  border-color: #2e8eca;
  color: #fff;
  background-color: #2e8eca;
}

.k-button { /*, .k-button-group.k-state-disabled .k-button:not(.k-state-active), .k-button-group .k-button.k-state-disabled:not(.k-state-active), .k-list-container .k-nodata .k-button, .k-dropdown .k-dropdown-wrap, .k-grouping-header .k-group-indicator, .k-spreadsheet-filter, .k-pivot-toolbar .k-button, .k-fieldselector .k-list li.k-item, .k-colorpicker .k-picker-wrap, .k-combobox .k-select, .k-datepicker .k-select, .k-timepicker .k-select, .k-datetimepicker .k-select, .k-dateinput .k-select, .k-dropdowntree .k-dropdown-wrap, .k-editor-toolbar a.k-tool, .k-numerictextbox .k-select, .k-handle, .k-map .k-navigator, .k-gantt-views li, .k-task-single, .k-scheduler-navigation .k-nav-today, .k-scheduler-navigation .k-nav-prev, .k-scheduler-navigation .k-nav-next, .k-scheduler-views li, .k-scheduler-footer li {*/
  border-color: #bccace;
  color: #212529;
  background-color: #bccace;
}

#Menu .k-menu-group .k-item > .k-link > .k-menu-expand-arrow {
    margin-top: 0;
}

/*customizations below*/
body {
    overflow-x: hidden;
}

html, body {
    height: 100%;
}
#footer.other {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 2em;
    vertical-align: middle;
    padding: 0;
}
#footer .col-lg-4 {
    padding-bottom: 0;
}

#bodyContainer {
    min-height: 100%;
    position: relative;
}
@media (max-width: 991px) {
    #bodyContainer {
        padding-bottom: 75px; /*footer height*/
    }
}
@media (max-width: 575px) {
    #usernameHead {
        margin-top: -4rem !important;
    }
}

#mainContent {
    padding-bottom: 35px;
}
#mainContent > .container, #mainContent > .container-fluid {
    padding-top: 110px;
}

@media (max-width: 991px) {
    #mainContent > .container, #mainContent > .container-fluid {
        padding-top: 150px;
    }
}

.container-fluid {
    width: 90%;
}

@media (min-width: 1200px) {
    .container-fluid {
        width: 90%;
    }
}

.k-window {
    color: #20288d; /* fixed the pop up edit kendo grid psuedo windows not having the same font color as the edit view pages */
}
.publicContentRow {
    margin-top: 10px;
    color: #20288d;
    /*font-size: 12px;*/
}

    /*.publicContentRow h2 {
color: #0092b2;
font-size: 48px;
margin-top: 0px;
}*/
.publicContentRow h3 {
    color: #20288d;
    /*font-size: 24px;*/
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 7px;
}

.k-menu {
    float: right;
}

#usernameHead {
    font-size: 14px;
    line-height: 2em;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
}

#logoHead {
    display: none;
}

@media (min-width: 1200px) {
    #logoHead {
        display: inline;
    }
}

input[type=radio].enumRadio {
    margin: 3px;
}

label.enumRadio {
    margin-top: 3px;
    margin-right: 5px;
}

a > svg.svg-inline--fa, button > svg.svg-inline--fa, .k-popup-edit-form .k-edit-buttons a > .k-icon, .k-popup-edit-form .k-edit-buttons button > .k-icon {
  margin-right: 5px;
}

/*.k-popup-edit-form .k-edit-buttons a > svg.svg-inline--fa, .k-popup-edit-form .k-edit-buttons button > svg.svg-inline--fa {
  margin-right: 0;
}*/

a.icon-only > svg.svg-inline--fa, button.icon-only > svg.svg-inline--fa {
  margin-right: 0;
}

.k-window .k-edit-buttons {
    background: none;
}

.editor-field > .k-checkbox-label {
    margin-top: 5px;
}

.k-edit-form-container .editor-field > .k-checkbox-label {
    margin-top: 11px;
}

.k-grid-header th.k-header, .k-grid tr, .k-grid td, .k-grid tr td {
    border-style: none;
}

.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0;
}

.k-dropdown .k-dropdown-wrap > .k-input {
    padding-right: 1.75em;
}

.k-ie .k-dropdown .k-dropdown-wrap > .k-input {
    margin-right: 2em;
}

.k-ie #usernameHead > .k-dropdown {
    min-width: 200px;
}

.svg-inline--fa {
    pointer-events: none;
}

.k-grid-norecords {
  font-weight: bold;
  padding: 0.375rem;
}


/*# sourceMappingURL=localchunk.css.map*/