@import url('https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.0.1/min/dropzone.min.css');

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3F84FC;
  --secondary: #727F94;
  --success: #1DAB47;
  --info: #8A3FFC;
  --warning: #FCAE3F;
  --danger: #FC413F;
  --light: #f8f9fa;
  --dark: #1E232D;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.gotourist-card {
  border: 1px solid #D3D3D3;
  background: #fff;
  margin-bottom: 30px; 
  border-radius: 5px;
  box-shadow: 5px 5px 25px rgb(0 0 0 / 15%);
}
  .gotourist-card .card-header {
    min-height: 57px;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 32px; 
  border-bottom: 1px solid rgba(0,0,0,.05);
  }
  .gotourist-card .card-body {
    padding: 24px 32px; }
    @media (max-width: 767.98px) {
      .gotourist-card .card-body {
        padding: 12px 18px; } }

.gotourist-card-icon {
  margin-right: 20px; }

.gotourist-card-title {
    width:100%;
  font-weight: bold; }

.gotourist-card-menu {
  margin-left: auto; }

.gotourist-card-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: -15px; }
  .gotourist-card-menu-link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8); }
  .text-white .gotourist-card-menu-link::after {
    border-top-color: #fff; }

.gotourist-card-body-chart {
  position: relative;
  max-width: 99%; }
  @media (max-width: 767.98px) {
    .gotourist-card-body-chart {
      padding: 12px 5px; } }

h1 {
    font-size: 1.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: normal; }

.dash-title {
  margin-bottom: 30px; }

.content-anchor::before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  visibility: hidden;
  content: ""; }

.content-anchor-link {
  color: #292829;
  opacity: .46;
  font-size: 19px;
  margin-left: 7px; }

body {
  background: #fff; }

.dash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }

.dash-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-top: 84px; }
  @media (min-width: 992px) {
    .dash-app {
      margin-left: 238px; }
      .dash-compact .dash-app {
        margin-left: 0; } }

.dash-content {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 25px; }
  @media (max-width: 767.98px) {
    .dash-content {
      padding: 15px 0px; } }

.dash-row {
  margin-bottom: 30px; }

.form-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 100px; }
  .form-screen .gotourist-logo {
    margin-bottom: 60px;
    opacity: .9; }
    .form-screen .gotourist-logo i {
      color: #515151; }

.account-dialog {
  max-width: 360px; }
  @media (min-width: 1200px) {
    .account-dialog {
      min-width: 360px; } }

.account-dialog-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.account-dialog-link {
  margin-left: 15px;
  font-size: 14px;
  color: rgba(81, 81, 81, 0.8); }
  .account-dialog-link:hover {
    color: #515151;
    text-decoration: none; }

.dash-nav {
  min-width: 238px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto; }
  .dash-compact .dash-nav {
    display: none; }
  .dash-nav::-webkit-scrollbar {
    width: 0;
    background: transparent; }
  @media (max-width: 991.98px) {
    .dash-nav {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1070; }
      .dash-nav.mobile-show {
        display: block; } }
  .dash-nav header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .dash-nav header .menu-toggle {
      display: none;
      margin-right: auto; }
      @media (max-width: 991.98px) {
        .dash-nav header .menu-toggle {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .dash-nav header .gotourist-logo {
      margin-right: auto;
      padding-right: 42px; }
  .dash-nav a {
    color: #515151; }
    .dash-nav a:hover {
      text-decoration: none; }
  .dash-nav.dash-nav-dark {
    background-color: #181F2C; }
    .dash-nav.dash-nav-dark a {
      color: #fff; }

.gotourist-logo {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #515151;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .gotourist-logo:focus, .gotourist-logo:active, .gotourist-logo:hover {
    color: #515151;
    text-decoration: none; }
  .gotourist-logo i {
    color: #576177;
    font-size: 27px;
    margin-right: 10px; }

.dash-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.dash-nav-item {
  min-height: 56px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .02em; }
  .dash-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px; }
  .dash-nav-dark .dash-nav-item:hover {
    background: rgba(255, 255, 255, 0.04); }
  
  .dash-nav-dark .dash-nav-item.active {
      background: rgba(255, 255, 255, 0.04);
  }

.dash-nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .dash-nav-dark .dash-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04); }
  .dash-nav-dropdown.show > .dash-nav-dropdown-toggle {
    font-weight: bold; }
    .dash-nav-dropdown.show > .dash-nav-dropdown-toggle:after {
      -webkit-transform: none;
           -o-transform: none;
              transform: none; }
  .dash-nav-dropdown.show > .dash-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .dash-nav-dropdown.show .dash-nav-dropdown.show {
    background: none; }

.dash-nav-dropdown-toggle:after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); }
  .dash-nav-dark .dash-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72); }

.dash-nav-dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .dash-nav-dropdown-menu > .dash-nav-dropdown .dash-nav-dropdown-menu .dash-nav-dropdown-item {
    padding-left: 87px; }

.dash-nav-dropdown-item {
  min-height: 40px;
  padding: 8px 20px 8px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .dash-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04); }

.notifications {
  margin: -8px -32px; }
  @media (max-width: 767.98px) {
    .notifications {
      margin: -8px -18px; } }

.notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 32px;
  color: #515151; }
  .notification:hover, .notification:focus, .notification:active {
    color: #515151;
    text-decoration: none;
    background-color: #F0F1F7; }

.notification-icon {
  width: 35px; }

.notification-time {
  margin-left: auto;
  opacity: .8; }

.notifications-show-all {
  margin-top: 8px;
  margin-left: 67px; }
  .notifications-show-all a {
    color: #515151;
    text-decoration: underline; }
    .notifications-show-all a:focus, .notifications-show-all a:hover, .notifications-show-all a:active {
      color: #515151; }

.table-in-card {
  margin: -12px 0; }
  .table-in-card thead tr th {
    border-top-color: transparent; }

.card-body-with-dark-table {
  background-color: #212529; }

.menu-toggle, .searchbox-toggle, .searchbox-submit, .tools-item {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #515151; }
  .menu-toggle:hover, .searchbox-toggle:hover, .searchbox-submit:hover, .tools-item:hover, .menu-toggle:active, .searchbox-toggle:active, .searchbox-submit:active, .tools-item:active, .menu-toggle:focus, .searchbox-toggle:focus, .searchbox-submit:focus, .tools-item:focus {
    text-decoration: none;
    color: #515151; }
  .menu-toggle i, .searchbox-toggle i, .searchbox-submit i, .tools-item i {
    font-size: 20px; }

.tools-item .tools-item-count {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 3px;
  right: 3px;
  font-style: normal;
  font-size: 11px;
  background: #FF5A00;
  color: #fff; }

.dash-toolbar {
  min-height: 84px;
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 27px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000; }
  @media (min-width: 992px) {
    .dash-toolbar {
      left: 243px; }
      .dash-compact .dash-toolbar {
        left: 0; } }

.searchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }
  @media (max-width: 767.98px) {
    .searchbox {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      background: #F3F3F3;
      min-height: 84px;
      z-index: 1071;
      padding: 8px 27px; }
      .searchbox.show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.searchbox-toggle {
  display: none;
  color: #515151; }
  .searchbox-toggle:hover, .searchbox-toggle:active, .searchbox-toggle:focus {
    text-decoration: none;
    color: #515151; }
  @media (max-width: 767.98px) {
    .searchbox-toggle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.searchbox-input {
  border: none;
  background-color: #F3F3F3;
  height: 50px;
  padding: 8px 8px 11px 4px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100px; }
  .searchbox-input::-webkit-input-placeholder {
    color: #8b8b8b; }
  .searchbox-input::-moz-placeholder {
    color: #8b8b8b; }
  .searchbox-input:-ms-input-placeholder {
    color: #8b8b8b; }
  .searchbox-input::-ms-input-placeholder {
    color: #8b8b8b; }
  .searchbox-input::placeholder {
    color: #8b8b8b; }
  .searchbox-input:focus {
    outline: none; }

.searchbox-submit {
  border: none;
  background: none;
  padding: 0; }
  @media (max-width: 767.98px) {
    .searchbox-submit {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
          -ms-flex-order: 9;
              order: 9; } }
  .searchbox-submit:focus {
    outline: none; }
  .searchbox-submit:hover {
    cursor: pointer; }

.tools {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tools a {
    color: #515151; }

.stats {
  padding: 18px 23px;
  font-family: "Nunito", sans-serif;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 170px;
  margin-bottom: 30px; }

.stats-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.stats-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .04em; }

.stats-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px; }

.stats-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto; }

.stats-number {
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: .04em; }

.stats-change {
  margin-top: 5px;
  font-family: "Open Sans", sans-serif; }

.stats-percentage {
  opacity: 1; }

.stats-timeframe {
  opacity: .5; }

.stats-primary {
  color: #fff;
  background: #3F84FC; }

.stats-secondary {
  color: #fff;
  background: #727F94; }

.stats-success {
  color: #fff;
  background: #1DAB47; }

.stats-info {
  color: #fff;
  background: #8A3FFC; }

.stats-warning {
  color: #212529;
  background: #FCAE3F; }

.stats-danger {
  color: #fff;
  background: #FC413F; }

.stats-light {
  color: #212529;
  background: #f8f9fa; }

.stats-dark {
  color: #fff;
  background: #1E232D; }


.small-select {
    height: calc(2.25rem + 2px);
    padding: 2px 3px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}

.sortable {
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sortable li {
			float: left;
			width: 120px;
			height: 120px;
    overflow:hidden;
    border:1px solid red;
			text-align: center;
      margin:5px;
		}
	li.sortable-placeholder {
			border: 1px dashed #CCC;
			background: none;
		}
                
                
                
.profil-camefrom{
    width: 100%;
    padding: 8px 0 9px 10px;
    font-size: 16px;
    border: 1px solid #a9bdce;
    border-radius: 5px;
    margin-bottom: 10px;
}
.profil-map-button{
    width: 100%;
    text-align: center;
    background: #59cf7c;
    color: #2b3136;
    border-radius: 7px;
    height: 50px;
    padding: 12px 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.event-list-date{
    background-color:#191918 ;
    color: white;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding: 40px 7px 7px 7px;
    height: 25%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.event-image-box{
    height: 280px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43,49,54,.5);
    margin-bottom: 3px;
}
.event-image{
    height: 75%;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.plan-profile-row{
    margin-bottom: 200px;
}
.left-plan-image-box{
    padding: 50px 0;
    height: 300px;
    border-right: 1px dashed #a9bdce;
}
.right-plan-image-box{
    padding: 50px 0;
    position: relative;
    height: 300px;
}
.plan-image-in-box{
    width: 200px;
    height: 200px;
    
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43,49,54,.5);
    left: 60%;
    transform: translateX(-60%);
    position: absolute;
}
.plan-image{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43,49,54,.5);
}
.left-plan-text-box{
    padding: 50px 15px;
    position: relative;
    border-right: 1px dashed #a9bdce;
}
.right-plan-text-box{
    padding: 50px 15px;
    position: relative;
}
.plan-text-in-box{
    left: 33%;
    top: 50%;
    transform: translate(-33%,-50%);
    position: absolute;
}
.plan-place-name{
    font-size: 17px;
    font-weight: 700;
    color: #59cf7c;
    font-family: 'Nunito', sans-serif;
}
.plan-place-name-href{
    text-decoration: none !important;
    color: #59cf7c !important;
}
.plan-place-name-href:hover{
    color: #59cf7c;
}
.plan-star-icon{
    color: #a9bdce;
    font-size: 8px;
    margin: 1px;
}
.plan-place-hour{
    font-size: 14px;
    color: #a9bdce;
    font-family: 'Nunito', sans-serif;
}
.left-plan-text-in-box{
    right: 15%;
    top: 50%;
    transform: translate(-15%,-50%);
    position: absolute;
    text-align: end;
    width: 70%;
}
.right-plan-image-in-box{
    width: 200px;
    height: 200px;
    
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(43,49,54,.5);
    left: 40%;
    transform: translateX(-40%);
    position: absolute;
}
.circle-icon-box{
    position: absolute;
    top:50%;
    right: -4.5px;
    transform:  translate(+4.5px, -50%);
}
.circle-icon{
    color: white;
    border: 1px solid #59cf7c;
    border-radius: 50%;
}
.rate-star-line{
    margin: 1px 0 10px 0;
}
.rate-star-icon{
    color: #a9bdce;
}
.rate-number{
    color: #2b3136;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif;
}
.plan-place-list{
    font-family: 'Mukta' ,sans-serif;
    font-size: 18px;
    color: #a9bdce;
    margin: 20px 0;
}

.plan-place-list-href{
    color: #a9bdce;
    text-decoration: none !important;
}
.plan-place-list-href:hover{
    color: #a9bdce;
}
                


.search-suggest {
    left: 0px;
    top: 63px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 5px 15px 25px rgba(0,0,0,.3);
    z-index: 99999;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.search-suggest ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-suggest ul li {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
}

.search-suggest ul li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #59cf7c;
}

.plan-box-sort {
    
}

.plan-box-sort:hover {
    background-color: #efefef;
}

.plan-box-sort:hover .plan-sort-icon {
    display: block;
}

.plan-sort-icon {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    background-color: #dc3545;
    color: #fff;
}

.plan-sort-icon:hover {
    cursor: pointer;
    background-color: #610f17;
}

.btn-selected {
    border:3px solid #ccc;
}

.hidden {
    display: none;
}


.nav-tabs .nav-link {
    color: #333;
    border: 1px solid rgba(0,0,0,.1);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;    
    background-color: rgba(0,0,0,.05);
}

.tab-content>.active {
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;    
    padding: 15px 10px;
}

.mt22 {
    margin-top: 22px;
}


.bg-primary {
  background-color: #59cf7c!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary {
  color: #fff;
  background-color: #59cf7c !important;
  border-color: #59cf7c !important;
}

.card {
  border: 1px solid rgb(239 239 239);
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc, table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
    border-bottom: none !important;
}

.gotourist-card-title {
    line-height: 20px;
}

.p_selector {
    left: 0px;
    top: 63px;
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 5px 15px 25px rgba(0,0,0,.3);
    z-index: 99999;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.p_selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.p_selector ul li {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
}

.p_selector ul li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #59cf7c;
}

.page-item {
    padding: 4px !important;
    /* border:1px solid #666 !important; */
}

.extra-big-icon {
    display: block;
    font-size: 100px;
}

td.xdsoft_other_month {
    opacity: 0 !important;
    border: none !important;
    visibility: hidden;
}

#seats_container {
    width: 100%;
    max-width: 100% !important;
    background-color: #ccc;
    padding: 20px;
}

#seats_container table {
    margin: auto;
}

.seat-cell {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background-color: #ccc;
    border: 1px solid #fff;
    margin: 2px;
    width: 100%;
    min-height: 20px !important;
    min-width: 20px !important;
    border-radius: 10px;
    color: #fff;
}

.seat-cell-info {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin: 2px;
    color: #333;
    vertical-align: middle;
}

.seat-cell-origo {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.seat-cell:hover {
    cursor: pointer;
    background-color: yellow;
    color: black;
}

.seat-cell.selected {
    background-color: green;
}

.table-container {
    background-color: #fff;
    display: table;
    margin: 20px auto;
    padding: 10px;
    box-shadow: 0px 5px 32px rgb(0, 0, 0, .15);
}

.fc-event, .fc-event-dot {
    background-color: #56c678 !important;
    border: 1px solid #56c678 !important;
}

.dataTables_wrapper {
    font-size: 14px;
}


/*
sold seat tickets
*/


.seats_container_sold {
    width: 100%;
    max-width: 100% !important;
    background-color: #fff;
    padding: 20px;
}

.seats_container_sold table {
    margin: auto;
}

.seats_container_sold .seat-cell {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background-color: rgb(241 241 241 / 0%);
    border: 1px solid #fff;
    margin: 2px;
    width: 100%;
    min-height: 20px !important;
    min-width: 20px !important;
    border-radius: 10px;
    color: #fff !important;
}

.seats_container_sold .seat-cell-info {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin: 2px;
    font-size: 12px;
    color: #9a9a9a;
    vertical-align: middle;
}

.seats_container_sold .seat-cell-origo {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.seats_container_sold .seat-cell span {
    fill: #fff !important;
}

.seats_container_sold .seat-cell:hover {
    cursor: pointer;
/*    background-color: yellow;
    color: black;*/
}

.seats_container_sold .seat-cell.selected {
    /*background-color: green;*/
}

.seats_container_sold .table-container {
    background-color: #fff;
    display: table;
    margin: 20px auto;
    padding: 10px;
    box-shadow: 0px 5px 32px rgb(0, 0, 0, .15);
}

.seats_container_sold .seat-cell.reserved {
    /*background-color: red;*/
}

.seats_container_sold .seat-cell.reserved-other {
    /*background-color: black;*/
}


.seats_container_sold .seat-cell.selected span {
    fill: #b2c4d0 !important;
}

.seats_container_sold .seat-cell.reserved span {
    fill: #53d076 !important;
}

.seats_container_sold .seat-cell.selected.reserved span {
    fill: #53d076 !important;
}
.seats_container_sold .seat-cell.reserved-other span {
    fill: #363645 !important;
}

.seats_container_sold .seat-cell:hover span {
    fill: #53d076;
}


.seats_container_sold .table-container {
    background-color: #fff;
    display: table;
    margin: 20px auto;
    padding: 10px;
    box-shadow: 0px 5px 32px rgb(0, 0, 0, .15);
}

.seats_container_sold .seat-cell.reserved {
    /*background-color: red;*/
}

.seats_container_sold .seat-cell.reserved-other {
    /*background-color: black;*/
}


.hover-pointer:hover {
    cursor: pointer;
}

.badge {
    white-space: normal;
}


.custom-file-input {
    text-align: left;
}


.custom-file-input ~ .custom-file-label::after {
    content: "Tallóz";
}

.breakword {
    word-break: break-all;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Tallóz..." !important;
}

.sel-panel {
}

.box {
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.box-header {
  padding:5px;
}

.delete-people-first, .box-people-type-template {
  display: none;
}

.voucher-people-container {
  padding: 15px 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: .25rem;
  margin-bottom: 15px;
  background-color: #F9F9F9;
}

.box th {
  font-weight: normal;
}

.voucher-category-tree li {
  cursor: row-resize;
  font-size: 16px;
  position: relative;
}

.voucher-category-tree li .fa {
  cursor: pointer;
}

.voucher-category-tree-image {
  display: none;
}

.voucher-category-tree-image.active {
  display: inline-block;
  margin-top: 10px;
  padding: 15px;
  border:1px solid #f1f1f1;
  border-right: 5px;
}

.voucher-category-tree-image img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.move-arrows {
  position: absolute;
  left: -30px;
  top: 5px;
  color: #ccc;
}


.fixbottom {
  padding: 15px;
  text-align: center;
  background-color: #F3F3F3;
  position: fixed;
  bottom: 0;
  left: 243px;
  width: calc(100% - 243px);
  box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}


.infobox {
  position: relative;
  background-color: #e4eff1;
  padding: 20px 20px 20px 80px;
  color: #3b5b60;
}

.infobox::before {
  content: '\f05a';
  font-weight: 900;
  font-size: 50px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #aac6cb;
  top: 10px;
  left: 20px;
}

.prewrap {
  white-space: pre-wrap !important;
}