@charset "UTF-8";

.lsnav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.lsnav-tabs .lsnav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.lsnav-tabs .lsnav-link:hover, .lsnav-tabs .lsnav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.lsnav-tabs .lsnav-link.disabled  {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.lsnav-tabs .lsnav-link.active,
.lsnav-tabs .lsnav-item.show .lsnav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.lsnav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.lstab-content > .lstab-pane {
  display: none;
}

.lstab-content > .active {
  display: block;
}

.lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable.tablesorter .tablesorter-header-inner,
.lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable.tablesorter .tablesorter-headerRow,
.lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable.tablesorter .tablesorter-header-inner,
.lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable.tablesorter .tablesorter-headerRow
{
 position: absolute !important;
 width: 1px !important;
 height: 1px !important;
 padding: 0 !important;
 margin: -1px !important;
 overflow: hidden !important;
 clip: rect(0, 0, 0, 0) !important;
 white-space: nowrap !important;
 border: 0 !important;
}

.lslocationSelectPanel .lslocationSelection .lslocationType,
.lslocationSelectPanel .lslocationSelection .lslocationFilter,
.lslocationSelectPanel .lslocationSelection .lslocationList,
.lslocationSelectPanel .lsselectedLocations .lslocationType,
.lslocationSelectPanel .lsselectedLocations .lslocationFilter,
.lslocationSelectPanel .lsselectedLocations .lslocationList
{
 padding-right: 0.5rem !important;
 padding-left: 0.5rem !important;
}

.lslocationSelectPanel .lspanel-select-buttons {
  padding-top: 1rem !important;
}

.lsselectionConstraint,
.lsselectedLocations > h3.lslimitToSingleLocaleType,
.lsselectedLocations > .lslimitToSingleLocaleType.h3,
.lsselectedLocations > .lslimitToSingleLocaleType.header-styling-3,
.lsselectedLocations > .lslimitToSingleLocaleType.filter-label
{
 --bs-text-opacity: 1;
 color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.lslocationSelectPanel .lsselectedLocations > .lslimitToMaxLocales
{
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.lslocationSelectPanel .lsselectedLocations
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.lslocationSelectPanel .lsselectedLocations
{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lslocationSelectPanel .lsselectedLocations > div
{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lslocationSelectPanel .lsselectedLocationsWrapper table.lsselectedTable caption,
.lslocationSelectPanel .lsselectedLocations > .lslimitToMaxLocales,
.lslocationSelectPanel .lslocationSelection .lslocationType label, 
.lslocationSelectPanel .lslocationSelection .lslocationFilter label, 
.lslocationSelectPanel .lslocationSelection .lslocationList label,
.lslocationSelectPanel .lsselectedLocations .lslocationType label, 
.lslocationSelectPanel .lsselectedLocations .lslocationFilter label, 
.lslocationSelectPanel .lsselectedLocations .lslocationList label 
{
  font-size: 0.75rem;
  display: block;
  font-weight: 600;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}


/*start here*/
.lslocationSelectPanel {
  margin-top: 0.5rem;
}

.lslocationSelectPanel button:disabled {
  opacity: 0.5;
}

.lslocationSelectPanel .ui-dialog-titlebar {
  background-color: transparent;
  color: black;
}

.lslocationSelectPanel .lslocationSelectPanelContent {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
}

.lslocationSelectPanel .lslocationSelectPanelContent button:disabled {
  opacity: 1;
}

 
.lslocationSelectPanel.ui-widget.ui-dialog{
  background-color: #FFF;
}

.lslocationSelectPanel .leftButton {
  position: absolute;
  left: 20px;
}

.lslocationSelectPanel label {
  margin-bottom: 0.25rem;
}

.lslocationSelectPanel table{
  font-size: 0.75rem;
}

.lslocationSelectPanel table tr .move-location {
  margin-left: 0.5rem;
  color: dimgray;
  font-size: 1em;
  vertical-align: middle;
}

.lslocationSelectPanel table tr.move-disabled {
  color: #B5B5B5;
  cursor: not-allowed;
}

.lslocationSelectPanel table tr.move-disabled .move-location {
  display: none;
}

.lslocationSelectPanel table tr td {
  padding: 0.2rem 0.5rem;
  vertical-align: middle;
}

.lslocationSelectPanel .lslocationSelection .select2-container {
  width: 100% !important;
  min-width: 0 !important;
}

 .lslocationSelectPanel .lslocationSelection .lslocationType label,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter label,
 .lslocationSelectPanel .lslocationSelection .lslocationList label,
 .lslocationSelectPanel .lsselectedLocations .lslocationType label,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter label,
 .lslocationSelectPanel .lsselectedLocations .lslocationList label
{
  padding-top: 3px;
}

 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-container,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-container li,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-selection,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-selection__rendered,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-dropdown,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-container,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-container li,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-selection,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-selection__rendered,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-dropdown,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-container,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-container li,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-selection,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-selection__rendered,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-dropdown,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-container,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-container li,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-selection,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-selection__rendered,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-dropdown,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-container,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-container li,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-selection,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-selection__rendered,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-dropdown,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-container,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-container li,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-selection,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-selection__rendered,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-dropdown
  {
  font-size: 0.75rem;
  font-weight: 400;
}

 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-container .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-container li .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-selection .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-selection__rendered .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationType .select2-dropdown .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-container .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-container li .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-selection .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-selection__rendered .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-dropdown .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-container .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-container li .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-selection .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-selection__rendered .select2-selection--single,
 .lslocationSelectPanel .lslocationSelection .lslocationList .select2-dropdown .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-container .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-container li .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-selection .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-selection__rendered .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationType .select2-dropdown .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-container .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-container li .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-selection .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-selection__rendered .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-dropdown .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-container .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-container li .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-selection .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-selection__rendered .select2-selection--single,
 .lslocationSelectPanel .lsselectedLocations .lslocationList .select2-dropdown .select2-selection--single
 {
  background-color: #FFF;
}
 
.lslocationSelectPanel .lslocationSelection .lslocationType .select2-container--default,
.lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-container--default,
.lslocationSelectPanel .lslocationSelection .lslocationList .select2-container--default,
.lslocationSelectPanel .lsselectedLocations .lslocationType .select2-container--default,
.lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-container--default,
.lslocationSelectPanel .lsselectedLocations .lslocationList .select2-container--default
{
  margin-top: 0.5rem;
}
 
.lslocationSelectPanel .lslocationSelection .lslocationType .select2-container--default .select2-selection--single .select2-selection__placeholder,
.lslocationSelectPanel .lslocationSelection .lslocationFilter .select2-container--default .select2-selection--single .select2-selection__placeholder,
.lslocationSelectPanel .lslocationSelection .lslocationList .select2-container--default .select2-selection--single .select2-selection__placeholder,
.lslocationSelectPanel .lsselectedLocations .lslocationType .select2-container--default .select2-selection--single .select2-selection__placeholder,
.lslocationSelectPanel .lsselectedLocations .lslocationFilter .select2-container--default .select2-selection--single .select2-selection__placeholder,
.lslocationSelectPanel .lsselectedLocations .lslocationList .select2-container--default .select2-selection--single .select2-selection__placeholder
{
  color: inherit;
  font-size: 0.786rem;
}

.lslocationSelectPanel .lslocationSelection .lslocationFilter,
.lslocationSelectPanel .lsselectedLocations .lslocationFilter
{
  padding-left: 0;
}

 .lslocationSelectPanel .lslocationSelection .lslocationList,
 .lslocationSelectPanel .lsselectedLocations .lslocationList
 {
  margin-top: 0.6rem;
  position: relative;
  font-size: 0.75rem;
}

 .lslocationSelectPanel .lslocationSelection .lslocationList table,
 .lslocationSelectPanel .lslocationSelection .lslocationList ul,
 .lslocationSelectPanel .lsselectedLocations .lslocationList table,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul
 {
  font-size: 0.75rem;
}

 .lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable,
 .lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable {
  background-color: #FFF;
  /* rows hidden by filtering (needed for child rows) */
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable.tablesorter,
 .lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable.tablesorter {
  /* ajax error row */
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable.tablesorter .filtered,
 .lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable.tablesorter .filtered{
  display: none;
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable.tablesorter .tablesorter-errorRow td,
 .lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable.tablesorter .tablesorter-errorRow td
 {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}

 .lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable input[type=search],
 .lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable input[type=search] {
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-block;
  width: calc(100% - 70px);
  box-sizing: border-box;
}


 .lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable .searchBox,
 .lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable .searchBox
 {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 0.2rem 0 0.05rem 0.5rem;
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList table.lsselectionTable .fa-search,
 .lslocationSelectPanel .lsselectedLocations .lslocationList table.lsselectionTable .fa-search
 {
  text-align: center;
  float: right;
  height: 100%;
  display: inline-block;
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList ul,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul
  {
  font-weight: 600;
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList ul.lsnav-tabs,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul.lsnav-tabs
 {
  border-bottom: 5px solid #828282;
  margin: 0;
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList ul.lsnav-tabs .lsnav-link,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul.lsnav-tabs .lsnav-link
 {
  border-bottom: none;
  border-color: #828282;
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList ul.lsnav-tabs .lsnav-link.active,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul.lsnav-tabs .lsnav-link.active
 {
  border: none;
}

 .lslocationSelectPanel .lslocationSelection .lslocationList ul li:before,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul li:before
 {
  content: "";
}

 .lslocationSelectPanel .lslocationSelection .lslocationList ul li .nav-link,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul li .nav-link
 {
  padding: 0.25em 0.5em;
  color: black;
}
 
 .lslocationSelectPanel .lslocationSelection .lslocationList ul li .nav-link.active,
 .lslocationSelectPanel .lsselectedLocations .lslocationList ul li .nav-link.active
 {
  background-color: #828282;
  color: #FFF;
}

.lslocationSelectPanel .lsselectedLocations
{
  padding: 5px 0;
}

.lslocationSelectPanel .lsselectedLocations > .lslimitToMaxLocales
{
  margin-bottom: 7px;
  padding: 3px 0.75em 0;
}
 
 .lslocationSelectPanel .lsremove-all-locations,
 .lslocationSelectPanel .lsadd-all-locations
 {
  margin: 0.5em 0.75em;
}

.lslocationSelectPanel .lsselectedLocationsWrapper
 {
  position: relative;
  background-color: #FFF;
  border: 1px solid #B5B5B5;
  height: 315px;
  margin: 0 0.75em 0.5em;
  overflow-y: auto;
}

.lslocationSelectPanel .selectedLocationsWrapper table.selectedTable td
 {
  border-left: 0;
  border-right: 0;
  margin: 0;
}

.lslocationSelectPanel .lsselectedLocationsWrapper table.lsselectedTable caption
{
  display: none;
}

.lslocationSelectPanel .lsselectedLocationsWrapper table.lsselectedTable caption
{
  background-color: #F8F8F8;
  caption-side: top;
}

.lslocationSelectPanel .lsselectedLocationsWrapper table.lsselectedTable tbody
{
  background-color: #FFF;
  overflow-y: scroll;
  height: 100%;
}

.lslocationSelectPanel .lstab-content
{
  background-color: #FFF;
  margin-bottom: 0.5em;
  height: 274px;
  overflow-y: auto;
  border: 1px solid #B5B5B5;
}

.lslocationSelectPanel .lspanel-select-buttons
{
  text-align: right;
}

.lslocationSelectPanelContent tr td
{
  padding: 0.2rem 1.5rem 0.2rem 0.5rem;
  position: relative;
}

.lslocationSelectPanelContent tr i.move-location
{
  transition: transform 250ms ease, opacity 250ms ease;
  opacity: 0;
  position: absolute;
  right: 1rem;
  top: 0;
}

.lslocationSelectPanelContent tr:hover
{
  background-color: #dbe7f3;
  cursor: pointer;
}

.lslocationSelectPanelContent tr:hover i.move-location
{
  transform: translateX(0.5rem);
  opacity: 1;
}
 
.lslocationSelectPanelContent .lsselectedTable tr i.move-location
{
  right: unset;
}
 
.lslocationSelectPanelContent .lsselectedTable tr:hover i.move-location
{
  transform: translateX(-0.5rem);
}

.lslocationSelectPanelContent .lsselectedTable td
{
  padding: 0.2rem 0.5rem 0.2rem 1.15rem;
}

.lslocationSelectPanelContent .lsselectedTable i.move-location
{
  left: -0.25rem;
}

/*Seirentou*/

.lslocationSelectPanelContent .lsadd-all-locations,
.lslocationSelectPanelContent .lsremove-all-locations
{
  margin-top: 0 !important;
}

.lslocationSelectPanelContent .rightContent
{
  margin-left: -1px;
  border-left: 1px solid gainsboro;
}