/*! Custom styles for this template */
html {
  height: 100%;
  -ms-overflow-style: scrollbar; }

.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

.navbar-brand-center {
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap; }

.navbar-collapse {
  border-top: none;
  box-shadow: none; }

.navbar-toggler .arrow-up:before,
.navbar-toggler .arrow-up:after {
  bottom: 0;
  transition: bottom 0.3s; }

.navbar-toggler.collapsed .arrow-up:before,
.navbar-toggler.collapsed .arrow-up:after {
  bottom: -8px; }

.navbar-toggler .ellipsis-object {
  background-color: #fff; }

.navbar-account-btn {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 7px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }
  .navbar-account-btn img {
    border-radius: 6px; }

.navbar-upgrade-heading {
  line-height: 1.53846;
  margin-bottom: 0;
  margin-top: 0; }

.navbar-upgrade-notification {
  color: inherit;
  display: block; }

.navbar-upgrade-version {
  color: #808080;
  padding: 5px 15px; }

.navbar-search {
  display: block;
  height: 50px;
  overflow: hidden;
  position: relative;
  transition-duration: 0.3s;
  transition-property: all;
  width: 400px; }

.navbar-search-toggler {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 50px;
  left: 0;
  line-height: 50px;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px; }

.navbar-search-input {
  background-color: transparent;
  background-image: none;
  border: none;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 50px;
  padding-right: 70px;
  text-overflow: ellipsis;
  width: 100%; }

.navbar-search-adv-btn {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 10px;
  line-height: 20px;
  min-width: 70px;
  outline: none;
  padding: 15px 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transition-delay: 0.6s;
  transition-duration: 0.3s;
  transition-property: right; }

.navbar-search-collapsed {
  transition-delay: 0.6s;
  width: 50px; }

.navbar-search-collapsed .navbar-search-adv-btn {
  right: -70px;
  transition-delay: 0s; }

.dropdown-menu-lg {
  padding: 0;
  width: 420px; }

.dropdown-header {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px; }

.dropdown-body {
  height: 304px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative; }

.dropdown-heading {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden; }

.dropdown-link {
  float: right;
  line-height: 20px; }

.dropdown-btn {
  background-color: transparent;
  background-image: none;
  border-color: #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-style: solid;
  border-width: 1px 0 0;
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  padding: 5px 10px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%; }

.dropdown-btn:hover,
.dropdown-btn:focus {
  background-color: #99cc00;
  border-color: #99cc00;
  color: #fff;
  text-decoration: none; }

.notification:before,
.notification:after {
  content: " ";
  display: table; }

.notification:after {
  clear: both; }

.notification-media {
  float: left;
  margin-right: 10px; }

.notification-content {
  overflow: hidden; }

.notification-heading {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0; }

.notification-timestamp {
  float: right;
  font-size: 12px;
  line-height: 20px; }

.notification-text {
  margin-bottom: 0; }

.sidenav-toggler {
  background-color: transparent;
  background-image: none;
  border: none;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: -15px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: background-color 1s;
  width: 50px; }

.sidenav-toggler.collapsed {
  width: 60px; }

.navbar-default .navbar-header {
  background-color: white; }

.navbar-default .navbar-toggler .arrow-up:before,
.navbar-default .navbar-toggler .arrow-up:after {
  border-bottom-color: #fff; }

.navbar-default .navbar-account-btn {
  color: #777; }

.navbar-default .navbar-account-btn:hover,
.navbar-default .navbar-account-btn:focus {
  background-color: #fff;
  color: #99cc00; }

.navbar-default .open .navbar-account-btn,
.navbar-default .open .user-account-btn:hover,
.navbar-default .open .user-account-btn:focus {
  background-color: #ddd;
  color: #777; }

.navbar-default .navbar-search-collapsed {
  background-color: #fff;
  color: #777; }

.navbar-default .navbar-search-toggler {
  color: #777; }

.navbar-default .navbar-search-toggler:hover {
  background-color: #fff;
  color: #99cc00; }

.navbar-default .navbar-search-input {
  color: #777; }
  .navbar-default .navbar-search-input::-moz-placeholder {
    color: #ddd;
    opacity: 1; }
  .navbar-default .navbar-search-input:-ms-input-placeholder {
    color: #ddd; }
  .navbar-default .navbar-search-input::-webkit-input-placeholder {
    color: #ddd; }

.navbar-default .navbar-search-adv-btn {
  color: #777; }

.navbar-default .sidenav-toggler.collapsed {
  background-color: white; }

.navbar-default .sidenav-toggler .bar-line.in {
  background-color: #ff8c32; }

.navbar-inverse .navbar-toggler .arrow-up:before,
.navbar-inverse .navbar-toggler .arrow-up:after {
  border-bottom-color: #99cc00; }

.navbar-inverse .navbar-account-btn {
  color: #fff; }

.navbar-inverse .navbar-account-btn:hover,
.navbar-inverse .navbar-account-btn:focus {
  background-color: #a6de00;
  color: #fff; }

.navbar-inverse .open .navbar-account-btn,
.navbar-inverse .open .user-account-btn:hover,
.navbar-inverse .open .user-account-btn:focus {
  background-color: #a6de00;
  color: #fff; }

.navbar-inverse .navbar-search {
  background-color: #a6de00;
  color: #fff; }

.navbar-inverse .navbar-search-collapsed {
  background-color: #99cc00;
  color: #fff; }

.navbar-inverse .navbar-search-toggler {
  color: #fff; }

.navbar-inverse .navbar-search-toggler:hover {
  background-color: #a6de00;
  color: #fff; }

.navbar-inverse .navbar-search-input {
  color: #fff; }
  .navbar-inverse .navbar-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
    opacity: 1; }
  .navbar-inverse .navbar-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }

.navbar-inverse .navbar-search-adv-btn {
  color: #fff; }

.navbar-inverse .sidenav-toggler.collapsed {
  background-color: #a6de00; }

.sidenav-search .form-group {
  margin-bottom: 0;
  border-radius: 3px;
  border: 1px solid #ddd; }

.layout-content-body {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  float: left;
  padding: 15px 15px 35px;
  visibility: visible;
  width: 100%; }

.layout-footer-body {
  padding: 5px 15px; }

.title-bar {
  margin-bottom: 10px; }

.title-bar-title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden; }

.title-bar-actions {
  float: right; }

.title-bar-shortcut {
  color: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  position: relative; }

.title-bar-shortcut:hover,
.title-bar-shortcut:focus {
  color: inherit;
  text-decoration: none; }

.title-bar-shortcut:before {
  color: transparent;
  content: "\f005";
  display: block;
  transition: color 0.3s; }

.title-bar-shortcut:after {
  content: "\f006";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%; }

.title-bar-shortcut:hover:before {
  color: #ffeb3b; }

.title-bar-shortcut.active:before,
.title-bar-shortcut.active:hover:before {
  color: #fbc02d; }

.title-bar-description {
  margin-bottom: 0;
  margin-top: -5px; }

.version {
  float: right; }

.page-layouts-link {
  display: block;
  opacity: 0.75; }

.page-layouts-link:hover,
.page-layouts-link:focus {
  opacity: 1; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent; }

.custom-scrollbar-inner {
  padding: 20px 30px; }

.dropdown-menu.inner:before,
.dropdown-menu.inner:after {
  content: normal;
  display: none; }

.jqvmap-zoomin,
.jqvmap-zoomout {
  box-sizing: content-box; }

.img-flag {
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  width: 20px; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px; }

.spinner-inverse:after {
  border-color: #fff transparent transparent; }

.panel {
  border: none;
  margin-bottom: 10px; }

.card-actions {
  right: 15px;
  list-style: none;
  margin-bottom: 0;
  margin-top: -8px;
  padding-left: 0;
  position: absolute;
  top: 50%; }

.card-action {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 16px;
  line-height: 16px;
  margin-bottom: 0;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: manipulation;
  opacity: 0.75;
  padding: 0;
  position: relative;
  text-align: center;
  text-rendering: auto;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: 16px; }

.card-action + .card-action {
  margin-left: 5px; }

.card-action:hover,
.card-action:focus {
  opacity: 1;
  outline: none; }

.card-toggler:before {
  content: "\f078"; }

.card-reload:before {
  content: "\f0e2"; }

.card-focus:before {
  content: "\f065"; }

.card-remove:before {
  content: "\f00d"; }

.card-collapsed:not(.card-focused) .card-header {
  border: none; }

.card-collapsed .card-toggler:before {
  content: "\f077"; }

.card-focused {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  overflow: auto;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 2030; }

.card-focused .card-toggler {
  display: none; }

.card-focused .card-body {
  display: block !important;
  height: auto !important; }

.card-focused .card-focus:before {
  content: "\f066"; }

.card-focus-mode {
  overflow: hidden; }

.card-focus-mode .layout-content-body {
  animation-duration: 0;
  animation-fill-mode: none;
  animation-name: none; }

.card-draggable {
  cursor: move; }

.card-placeholder {
  background-color: #e3e3e3;
  border: 1px dashed #d7d7d7;
  margin-bottom: 15px; }

.modal-header {
  border-bottom: none; }

.modal-content {
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: none;
  position: relative; }

.modal-footer {
  border-top: none; }

.theme-panel {
  background-color: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #777;
  display: block;
  height: 100%;
  max-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(0);
  transition: transform 0.3s;
  width: 280px;
  z-index: 1050; }

.theme-panel-collapsed {
  transform: translateX(282px); }

.theme-panel-toggler {
  background-color: #fff;
  background-image: none;
  border-color: #ddd;
  border-radius: 5px 0 0 5px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 100%;
  top: 150px;
  width: 40px; }

.theme-panel-body {
  bottom: 57px;
  box-sizing: border-box;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  width: 100%; }

.theme-settings {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.theme-settings-heading {
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px; }

.theme-settings-item {
  display: table;
  margin-top: 15px; }

.theme-settings-label {
  display: table-cell;
  vertical-align: middle;
  width: 99%; }

.theme-settings-switch {
  display: table-cell;
  vertical-align: middle;
  width: 1%; }

.theme-settings-description {
  font-size: 11px;
  margin-top: 15px;
  text-align: center; }

.theme-variants {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin: 0 -5px; }

.theme-variants:after,
.theme-variants:before {
  display: table;
  content: " "; }

.theme-variants:after {
  clear: both; }

.theme-variants-item {
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 50%; }

.theme-variants-current:after {
  background-color: #99cc00;
  background-image: svg-load(check.svg,  fill: #fff);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 15px; }

.theme-variants-link {
  display: block;
  position: relative; }

.theme-variants-alt {
  background-color: #99cc00;
  border-top-right-radius: 5px;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 10px;
  left: 5px;
  padding: 1px 5px;
  position: absolute; }

.theme-variants-alt:hover,
.theme-variants-alt:focus {
  color: #fff;
  text-decoration: none; }

.theme-panel-footer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  box-sizing: border-box;
  min-height: 40px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%; }

@keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.icon-spin {
  animation: icon-spin 2s infinite linear; }

@media (min-width: 768px) {
  .navbar-header {
    transition: width 0.3s;
    width: 220px; }
  .navbar-toggleable {
    margin-left: 220px;
    transition: margin-left 0.3s; }
  .navbar-default .navbar-nav > li {
    border-left: 1px solid #f6f6f6; }
  .navbar-inverse .navbar-nav > li {
    border-left: 1px solid #8cba00; }
  .layout-sidebar-collapsed .navbar-header {
    overflow: hidden;
    width: 0; }
  .layout-sidebar-collapsed .navbar-toggleable {
    margin-left: 0; }
  .layout-sidebar-body {
    padding-bottom: 5px;
    padding-top: 5px; }
  .layout-sidebar-fixed .layout-sidebar-body {
    height: 100%;
    overflow: hidden;
    width: 100%; }
  .sidenav-collapse {
    display: block !important;
    height: auto !important; } }

@media (max-width: 767px) {
  .navbar-nav {
    margin: 10px; }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu .dropdown-btn {
    padding: 10px 15px; }
  .navbar-default .navbar-nav > li + li > a {
    border-top: 1px solid #f6f6f6; }
  .navbar-default .dropdown-heading {
    color: #777; }
  .navbar-default .dropdown-link {
    color: #777; }
  .navbar-default .dropdown-header {
    border-color: #f6f6f6;
    color: #777; }
  .navbar-default .dropdown-btn,
  .navbar-default .dropdown-btn:hover,
  .navbar-default .dropdown-btn:focus {
    background-color: #ddd;
    border-color: #f6f6f6;
    color: #777; }
  .navbar-default .notification-timestamp {
    color: rgba(119, 119, 119, 0.75); }
  .navbar-inverse .navbar-nav > li + li > a {
    border-top: 1px solid #8cba00; }
  .navbar-inverse .dropdown-heading {
    color: #fff; }
  .navbar-inverse .dropdown-link {
    color: #fff; }
  .navbar-inverse .dropdown-header {
    border-color: #8cba00;
    color: #fff; }
  .navbar-inverse .dropdown-btn,
  .navbar-inverse .dropdown-btn:hover,
  .navbar-inverse .dropdown-btn:focus {
    background-color: #a6de00;
    border-color: #8cba00;
    color: #fff; }
  .navbar-inverse .notification-timestamp {
    color: rgba(255, 255, 255, 0.75); }
  .layout-sidebar-sticky .sticky-scrollable-area,
  .layout-sidebar-sticky .sticky-scrollable-area .custom-scrollbar {
    width: auto !important;
    height: auto !important; } }

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

html {
  width: 100%;
  height: 100%; }

html, body {
  width: 100%;
  height: 100%; }

.login-box {
  background-image: url("../img/eurail-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  top: 25%;
  margin: 0 auto; }

.login {
  vertical-align: middle; }

.login-body {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  padding: 30px;
  border: 1.5 solid #ddd;
  border-radius: 3px;
  background: #f0f0f0; }

.login-brand {
  margin-left: auto;
  margin-right: auto;
  width: 140px; }

.login-heading {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center; }

.login-footer {
  bottom: 0;
  font-size: 11px;
  position: absolute;
  text-align: center;
  width: 100%; }

.list-inline {
  text-align: center; }

.validation-summary-errors > ul {
  list-style-type: none;
  padding-left: 0; }
  .validation-summary-errors > ul li {
    text-indent: 0; }

.text-danger {
  color: #da1021; }

.text-success {
  color: #75ac00; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #da1021; }

.has-error .form-control {
  border-color: #da1021; }

.has-error .input-group-addon {
  border-color: #da1021;
  color: #da1021; }

.has-error .form-control-feedback {
  color: #da1021; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #75ac00; }

.has-success .form-control {
  border-color: #75ac00; }

.has-success .input-group-addon {
  border-color: #75ac00;
  color: #75ac00; }

.has-success .form-control-feedback {
  color: #75ac00; }

/* loader  */
#page-loader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  opacity: 0.5; }

.load-three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 80px;
  margin-left: -40px;
  margin-top: -10px; }

.load-three-bounce .load-child {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  animation: load-three-bounce 1.4s ease-in-out 0s infinite both; }

.load-three-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.load-three-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.box-phone {
  -ms-zoom: 0.7;
  -moz-transform: scale(0.7);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.7);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.7);
  -webkit-transform-origin: 0 0; }

.phone-editor {
  width: 100%; }
  @media all and (min-width: 940px) {
    .phone-editor {
      display: inline-flex; }
      .phone-editor .box-editor {
        width: 100%;
        margin-right: 5px; }
      .phone-editor .box-phone {
        justify-content: center;
        float: right;
        margin-left: 5px;
        width: 520px;
        position: fixed;
        top: 108px;
        right: -132px;
        z-index: 100; } }
  @media all and (max-width: 939px) {
    .phone-editor {
      display: block; }
      .phone-editor .box-phone {
        margin: 0 auto;
        justify-content: center;
        width: 100%; } }
  .phone-editor .card {
    border: 0 !important; }

@media all and (min-width: 940px) {
  .phone-box {
    width: calc(100% - 320px); } }

.phone-preview {
  height: 900px;
  width: 608px;
  background-image: url("/img/iphone.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden; }
  .phone-preview .item-bar {
    padding: 0;
    position: absolute;
    width: 369px;
    top: 121px;
    left: 134px; }
  .phone-preview .phone-content {
    position: absolute;
    top: 196px;
    left: 135px; }
    .phone-preview .phone-content .item-image {
      padding: 0;
      position: static; }
    .phone-preview .phone-content .phone-text {
      border-style: none;
      width: 369px;
      height: 582px;
      padding: 0;
      overflow: hidden; }
  .phone-preview ::-webkit-scrollbar {
    width: 0px;
    background: transparent; }

.dndPlaceholder {
  box-shadow: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.53846;
  color: #ddd;
  background: repeating-linear-gradient(45deg, #eee, #eee 10px, #e7e7e7 10px, #e7e7e7 20px);
  border: 1px solid #ddd;
  border-radius: 3px; }
  .dndPlaceholder:before {
    color: black;
    text-align: center;
    content: "MOVE THE SECTION HERE..."; }

.form-control:focus {
  border-color: #3f9ac5;
  outline: none; }

.pointer {
  cursor: pointer; }

.custom-scrollbar, .custom-scrollable-area {
  overflow: visible !important; }

.custom-brand {
  height: 30px;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto; }

.navbar-toggler .ellipsis-object {
  border-radius: 0; }

.sidenav > li.active > a {
  color: #ff8c32; }

.sidenav-subnav > li.active > a {
  color: #99cc00;
  cursor: pointer; }

.sidenav > li.active > a:after {
  border-color: transparent #ff8c32 transparent transparent; }

@media (min-width: 768px) {
  .layout-sidebar-fixed .layout-sidebar-body {
    border-right: 1px solid #ddd; } }

.ellipsis,
.ellipsis:before,
.ellipsis:after {
  background: #ff8c32; }

.rounded {
  margin-left: -6px;
  padding: 4px; }

/* Eurail custom styles */
.popover-content hr {
  border-color: #ffffff;
  margin: 15px 0; }

.nl-only {
  display: none; }

.table {
  width: 100% !important; }

table.clickable tbody tr > td:not(:last-child), td.clickable, span.clickable {
  cursor: pointer; }

.input-valign {
  line-height: 34px; }

.radio-inline, .checkbox-inline {
  cursor: default; }

.panel {
  background-color: #333333; }

.slider-pips-horizontal .slider-value {
  cursor: pointer; }

.date-control {
  max-width: 175px;
  display: inline-block; }

.date-control + div {
  display: inline-block; }

/** Form styles */
.form input.ng-invalid.ng-touched, .form.ng-submitted input.ng-invalid, .form select.ng-invalid.ng-touched, .form.ng-submitted select.ng-invalid, .form.ng-submitted div.ng-invalid .incrementer {
  border: 1px solid #FA787E; }

.incrementer {
  background-color: #1b1b1b;
  color: #ccc;
  border-radius: 4px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  height: 34px;
  line-height: 34px; }

.btn-increment {
  margin: 0 10px; }

.error-message {
  color: #FA787E;
  font-weight: 700;
  display: block; }

@media (min-width: 768px) {
  .navbar-nav > li {
    margin-top: 2px; } }

.orderEdit {
  height: 24px;
  width: 64px !important; }
