@charset "UTF-8";
/******************** FONTS ********************/
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/pt-sans-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v9-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-regular.woff") format("woff"), url("../fonts/pt-sans-v9-latin-regular.ttf") format("truetype"), url("../fonts/pt-sans-v9-latin-regular.svg#PTSans") format("svg");
  /* Legacy iOS */ }

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt-sans-v9-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("../fonts/pt-sans-v9-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v9-latin-italic.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-italic.woff") format("woff"), url("../fonts/pt-sans-v9-latin-italic.ttf") format("truetype"), url("../fonts/pt-sans-v9-latin-italic.svg#PTSans") format("svg");
  /* Legacy iOS */ }

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/pt-sans-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v9-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-700.woff") format("woff"), url("../fonts/pt-sans-v9-latin-700.ttf") format("truetype"), url("../fonts/pt-sans-v9-latin-700.svg#PTSans") format("svg");
  /* Legacy iOS */ }

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/pt-sans-v9-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("../fonts/pt-sans-v9-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v9-latin-700italic.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-700italic.woff") format("woff"), url("../fonts/pt-sans-v9-latin-700italic.ttf") format("truetype"), url("../fonts/pt-sans-v9-latin-700italic.svg#PTSans") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/fonts/MaterialIcons-Regular.woff) format("woff"), url(/fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* Preferred icon size */
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr; }

/********************** LOGIN *******************/
body.login {
  background-image: url("/images/pattern_login.svg");
  background-size: cover; }

#push_character_count {
  font-size: 80%;
  float: right;
  margin-top: -20px; }

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .login h1 {
    font-size: 3.6rem;
    color: #666666; }
  .login_logo {
    margin: 0 auto 6rem; }
  .login_wrapper {
    margin: 0 auto; }
  .login_form {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: .4rem;
    padding: 4rem;
    background: #ffffff;
    max-width: 500px; }
    .login_form .reset_pass {
      padding: 10px 0;
      display: block; }
    .login_form .separator {
      margin-top: 2.5rem;
      padding-top: 2rem; }
      .login_form .separator p {
        margin-bottom: 0; }
    .login_form:hover {
      -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3); }
    .login_form_city-select {
      margin-top: 50px; }
  .login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px; }
    .login_content a,
    .login_content .btn-default:hover {
      text-decoration: none; }
    .login_content a:hover {
      text-decoration: underline; }
    .login_content h1 {
      font: normal 100px Helvetica, Arial, sans-serif;
      letter-spacing: -0.05em;
      line-height: 20px;
      margin: 10px 0 30px; }
    .login_content h1:before,
    .login_content h1:after {
      content: "";
      height: 1px;
      position: absolute;
      top: 10px;
      width: 27%; }
    .login_content h1:after {
      background: #7e7e7e;
      background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#fff));
      background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
      right: 0; }
    .login_content h1:before {
      background: #7e7e7e;
      background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
      background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
      left: 0; }
    .login_content form {
      margin: 20px 0;
      position: relative; }
    .login_content form input[type="text"],
    .login_content form input[type="email"],
    .login_content form input[type="password"] {
      border-radius: 3px;
      -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
      -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
      -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
      box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
      border: 1px solid #c8c8c8;
      color: #777;
      margin: 0 0 20px;
      width: 100%; }
    .login_content form input[type="text"]:focus,
    .login_content form input[type="email"]:focus,
    .login_content form input[type="password"]:focus {
      -ms-box-shadow: 0 0 2px #ed1c24 inset;
      -o-box-shadow: 0 0 2px #ed1c24 inset;
      -webkit-box-shadow: 0 0 2px #A97AAD inset;
      box-shadow: 0 0 2px #A97AAD inset;
      background-color: #fff;
      border: 1px solid #A878AF;
      outline: none; }
    .login_content form div a {
      font-size: 12px;
      margin: 10px 15px 0 0; }
    .login_content div .reset_pass {
      margin-top: 13px !important;
      margin-right: 39px;
      float: right; }

#forgot-password-validate {
  display: none !important;
  padding-top: 10px;
  margin-bottom: 30px; }
  #forgot-password-validate.success {
    display: block !important; }

#username {
  background-position: 10px 10px !important; }

#password {
  background-position: 10px -53px !important; }

.nav-left {
  background-image: url("/images/pattern_menu.svg");
  background-size: cover; }

.slider-element {
  margin: 10px; }

#preview {
  position: fixed; }
  #preview--content {
    display: block;
    height: 100%;
    overflow: hidden; }

.bio-mp-screen__front {
  position: absolute;
  top: 109px;
  left: 26.5px;
  width: 375px;
  height: 669px;
  border: 0; }

.bio-mp-screen__left {
  position: absolute;
  top: 135px;
  left: -60px;
  width: 375px;
  height: 669px;
  border: 0;
  -webkit-transform: matrix3d(0.682, -0.16, 0, -0.00038, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.682, -0.16, 0, -0.00038, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }

.bio-mp-screen__right {
  position: absolute;
  top: 135px;
  left: -13px;
  width: 375px;
  height: 669px;
  border: 0;
  -webkit-transform: matrix3d(0.682, 0.16, 0, 0.00038, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.682, 0.16, 0, 0.00038, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }

/************************* GENERAL STYLES ***************************/
html,
body {
  overflow-x: hidden; }

html {
  overflow-y: hidden; }

body {
  font-family: 'PT Sans', "Helvetica Neue", Arial, sans-serif;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  background-color: #f8fafb; }
  body .container.body .right_col {
    background-color: #f8fafb; }
  body::-webkit-scrollbar {
    width: 6px; }
  body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); }
  body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }
  body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6); }
  body.login .container.body .right_col {
    background-color: transparent; }

footer {
  display: none; }

.right_col {
  min-height: 100vh !important; }

label,
.label,
.control-label {
  color: #666666;
  font-size: 1.4rem;
  color: #666666;
  font-weight: 600;
  text-align: left; }
  label.block,
  .label.block,
  .control-label.block {
    display: block; }
  label.plain-text,
  .label.plain-text,
  .control-label.plain-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 500; }

.btn {
  padding: 10px 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 600; }
  .btn:last-of-type {
    margin-right: 0; }
  .btn .material-icons {
    font-size: 1.6rem;
    margin-right: 1rem; }
  .btn:focus {
    text-decoration: underline; }
  .btn.add-location-btn {
    text-align: center;
    width: 100%;
    margin-top: 24px; }
  .btn.btn-app {
    min-width: 9rem;
    min-height: 9rem;
    text-align: center;
    border-radius: .2rem;
    border-color: #bccbd3;
    text-transform: uppercase;
    letter-spacing: -.2px;
    font-weight: 500;
    margin: 0 .5rem .5rem 0; }
    .btn.btn-app:first-of-type {
      margin-left: 0; }
    .btn.btn-app .material-icons {
      font-size: 2.8rem;
      margin: 0; }
    .btn.btn-app p {
      margin-bottom: 0; }
  .btn.btn-outline-primary {
    border: 2px solid #0074a8;
    background-color: transparent;
    position: relative;
    color: #0074a8;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 2; }
    .btn.btn-outline-primary.active, .btn.btn-outline-primary.collapsed {
      background-color: #0074a8;
      color: #ffffff; }
    .btn.btn-outline-primary:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: #0074a8; }
    .btn.btn-outline-primary:hover {
      color: #ffffff; }
      .btn.btn-outline-primary:hover:before {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 100%;
        z-index: -1; }

img {
  max-width: 100%; }

div.cropper-container {
  margin: auto; }

div.modal-subbody {
  padding: 20px; }
  div.modal-subbody input.form-control {
    margin-bottom: 10px; }
  div.modal-subbody label.control-label {
    line-height: 2.5; }
  div.modal-subbody img {
    width: 50px;
    margin-right: 20px;
    display: none; }

#cropper-modal .modal-footer img {
  width: 50px;
  margin-right: 20px;
  display: none; }

* a {
  cursor: pointer; }

.button-row {
  margin-bottom: 2rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: .4px;
  margin-top: 0; }

h1 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

h2 {
  font-size: 2.2rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.8rem; }

h5,
h6 {
  font-size: 1.6rem; }

p {
  margin-bottom: 3rem; }
  p.low-margin {
    margin-bottom: 1rem; }

span.primary {
  color: #0074a8; }

span.additional {
  display: block;
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.3rem;
  color: #888888; }

span.important {
  font-weight: 800;
  color: #666666;
  font-size: 1.4rem; }

.code {
  font-family: monospace;
  background-color: #ffffff;
  border: 1px solid #c7c6cb;
  color: #000000; }
  .code.whitespace {
    padding: 3rem;
    text-align: center; }

.italic {
  font-style: italic; }

/************************* NAVBAR-LEFT ***************************/
.left_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  overflow-x: auto; }
  .left_col .nav_title {
    width: auto;
    height: auto;
    min-height: unset; }
  .left_col::-webkit-scrollbar {
    width: 6px; }
  .left_col::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2); }
  .left_col::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4); }
  .left_col::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6); }

.nav-md .site_title_large {
  display: block; }

.nav-md .site_title_small {
  display: none; }

.nav-sm .site_title_large {
  display: none; }

.nav-sm .site_title_small {
  display: block; }

.navbar {
  margin: 2rem 0 6rem; }

.site_title {
  height: auto;
  padding: 0;
  text-align: center; }

.menu_section h3 {
  font-size: 1.2rem;
  text-shadow: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px; }

.nav.side-menu {
  margin-bottom: 3rem;
  margin-top: 0; }
  .nav.side-menu .material-icons {
    padding-right: 1.5rem;
    font-size: 2.4rem; }
  .nav.side-menu li a {
    padding: 12px 15px 10px;
    color: #ffffff; }
    .nav.side-menu li a span {
      position: relative;
      bottom: .8rem; }
    .nav.side-menu li a:hover, .nav.side-menu li a:focus {
      background-color: rgba(51, 51, 51, 0.2);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .nav.side-menu li a:focus .material-icons {
      text-decoration: underline; }
  .nav.side-menu li.current-page a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    font-weight: 600; }
  .nav.side-menu li.current-page:hover a, .nav.side-menu li.current-page:focus a, .nav.side-menu li.current-page:active a {
    background-color: white; }

.sidebar-footer {
  padding: 0;
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
  margin-top: auto;
  width: auto; }
  .sidebar-footer a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 33.33333%;
    color: #ffffff;
    padding: 20px 0 15px;
    background-color: rgba(51, 51, 51, 0.4); }

#loading_bar {
  background-image: url("/images/loading_bar.svg");
  width: 100vw;
  top: 0px;
  height: 4px;
  z-index: 100;
  position: fixed;
  background-size: 100% auto;
  display: none; }

/********************** TABLES *************************/
* td,
* th {
  vertical-align: middle;
  display: table-cell; }

table,
.table-striped,
.display {
  border-bottom: 1px solid #cbcbcb;
  table-layout: auto;
  border-collapse: collapse;
  display: table;
  font-size: 1.4rem; }
  table td:last-child,
  table tbody td:last-child,
  table tbody tr td:last-child,
  table tfoot td:last-child,
  table td:first-child,
  table tbody td:first-child,
  table tbody tr td:first-child,
  table tfoot td:first-child,
  .table-striped td:last-child,
  .table-striped tbody td:last-child,
  .table-striped tbody tr td:last-child,
  .table-striped tfoot td:last-child,
  .table-striped td:first-child,
  .table-striped tbody td:first-child,
  .table-striped tbody tr td:first-child,
  .table-striped tfoot td:first-child,
  .display td:last-child,
  .display tbody td:last-child,
  .display tbody tr td:last-child,
  .display tfoot td:last-child,
  .display td:first-child,
  .display tbody td:first-child,
  .display tbody tr td:first-child,
  .display tfoot td:first-child {
    width: 1%; }
  table tbody tr:nth-of-type(even),
  .table-striped tbody tr:nth-of-type(even),
  .display tbody tr:nth-of-type(even) {
    background-color: #f9f9f9; }
  table tbody tr:hover,
  .table-striped tbody tr:hover,
  .display tbody tr:hover {
    background-color: #e6f5f5; }
    table tbody tr:hover .sorting_1,
    .table-striped tbody tr:hover .sorting_1,
    .display tbody tr:hover .sorting_1 {
      background-color: #dee9e9; }
  table tbody tr:nth-of-type(odd),
  .table-striped tbody tr:nth-of-type(odd),
  .display tbody tr:nth-of-type(odd) {
    background-color: #ffffff; }
    table tbody tr:nth-of-type(odd):hover,
    .table-striped tbody tr:nth-of-type(odd):hover,
    .display tbody tr:nth-of-type(odd):hover {
      background-color: #e6f5f5; }
      table tbody tr:nth-of-type(odd):hover .sorting_1,
      .table-striped tbody tr:nth-of-type(odd):hover .sorting_1,
      .display tbody tr:nth-of-type(odd):hover .sorting_1 {
        background-color: #dee9e9; }
  table .material-icons,
  .table-striped .material-icons,
  .display .material-icons {
    font-size: 1.6rem;
    line-height: 1; }
  table th.sorting,
  .table-striped th.sorting,
  .display th.sorting {
    color: #0074a8; }
    table th.sorting_asc, table th.sorting_desc,
    .table-striped th.sorting_asc,
    .table-striped th.sorting_desc,
    .display th.sorting_asc,
    .display th.sorting_desc {
      background-color: #dee9e9; }
      table th.sorting_asc:focus, table th.sorting_desc:focus,
      .table-striped th.sorting_asc:focus,
      .table-striped th.sorting_desc:focus,
      .display th.sorting_asc:focus,
      .display th.sorting_desc:focus {
        text-decoration: underline; }
    table th.sorting:focus,
    .table-striped th.sorting:focus,
    .display th.sorting:focus {
      text-decoration: underline; }
  table td,
  .table-striped td,
  .display td {
    padding: 1rem; }
    table td a,
    .table-striped td a,
    .display td a {
      margin-right: 1rem; }
      table td a:last-child,
      .table-striped td a:last-child,
      .display td a:last-child {
        margin-right: 0; }
    table td.sorting_1,
    .table-striped td.sorting_1,
    .display td.sorting_1 {
      background-color: #e6f5f5;
      border-bottom: 1px solid #ffffff; }
      table td.sorting_1:hover,
      .table-striped td.sorting_1:hover,
      .display td.sorting_1:hover {
        background-color: #dee9e9; }
    table td.edit,
    .table-striped td.edit,
    .display td.edit {
      cursor: pointer; }
      table td.edit:hover, table td.edit:focus,
      .table-striped td.edit:hover,
      .table-striped td.edit:focus,
      .display td.edit:hover,
      .display td.edit:focus {
        color: #0074a8;
        text-decoration: underline; }

.start_tiles table td.sorting_1,
.start_tiles .display td.sorting_1 {
  border-bottom: none; }

.processing-link.delete {
  color: #a82020; }

/************************* TILES & PANELS ***************************/
.start_tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .start_tiles .x_panel .x_title a {
    color: #ffffff; }
    .start_tiles .x_panel .x_title a:hover {
      opacity: .8; }
    .start_tiles .x_panel .x_title a:focus h2 {
      text-decoration: underline; }
  .start_tiles .x_panel .x_title h2 {
    padding-top: 0;
    font-size: 1.8rem; }
  .start_tiles .x_content {
    padding: 3rem 2rem; }
  .start_tiles td {
    white-space: normal; }

.x_panel_outer {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.x_title {
  margin: 0;
  overflow: hidden;
  background-color: #00b0b2;
  color: #ffffff;
  border: none;
  padding: 0 2rem;
  border-radius: .2rem .2rem 0 0;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
  .x_title h2 {
    float: none;
    font-weight: 600;
    letter-spacing: .8px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    line-height: 7.5rem;
    vertical-align: middle; }
    .x_title h2 .dataCounter {
      font-weight: 500;
      color: #ffffff; }
  .x_title .material-icons {
    font-size: 2.3rem;
    margin-right: 1.5rem;
    vertical-align: middle; }

.x_content {
  margin-top: 0;
  padding: 0;
  float: none; }
  .x_content table {
    margin-bottom: 0; }
  .x_content .account_info .value {
    float: left; }
  .x_content .account_info .label {
    color: #989898;
    padding: 0;
    float: left;
    padding-right: 20px;
    clear: left;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 2.4rem;
    margin-bottom: 1.3rem; }
  .x_content .account_box_title {
    color: #989898;
    font-weight: 500;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    font-size: 1.4rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .x_content .account_box_circle {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 4px solid #0074a8;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 15.5rem; }
    .x_content .account_box_circle:before {
      content: "";
      display: block;
      padding-top: 100%; }
  .x_content .round_box_content {
    position: absolute;
    font-size: 5.6rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #00b0b2;
    font-weight: 600; }
    .x_content .round_box_content .big {
      line-height: 1;
      display: block;
      letter-spacing: -3px; }
      .x_content .round_box_content .big.material-icons {
        letter-spacing: 0; }
  .x_content .account_box_bottom {
    font-size: 1.2rem; }
  .x_content #table-sent-push_wrapper {
    margin-bottom: 150px; }
    .x_content #table-sent-push_wrapper .x_content_settings_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 2rem 2rem 2rem 2rem;
      background-color: #ecf2f6;
      border: 1px solid #dee2e6;
      margin-bottom: -7px;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .x_content #table-sent-push_wrapper .x_content_settings_bottom_header {
        display: none; }
  .x_content #table-sent-push tbody td:nth-child(5) {
    white-space: unset; }
  .x_content #table-sent-push tbody td:nth-child(2) {
    white-space: unset; }

.x_panel {
  padding: 0;
  border-radius: .2rem;
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  height: 100%; }
  .x_panel .panel_toolbox {
    margin: 0;
    padding: 0;
    min-width: auto; }
    .x_panel .panel_toolbox .material-icons {
      margin-right: 0;
      color: #ffffff; }
    .x_panel .panel_toolbox > li > a {
      padding: 0;
      line-height: 7.5rem; }
      .x_panel .panel_toolbox > li > a:hover {
        background-color: transparent; }
  .x_panel_large {
    margin-bottom: 6rem; }
    .x_panel_large table {
      border: 1px solid #cbcbcb; }
    .x_panel_large * td,
    .x_panel_large * th {
      border-right: 1px solid #cbcbcb; }
      .x_panel_large * td:last-of-type,
      .x_panel_large * th:last-of-type {
        border-right: none; }
    .x_panel_large .x_content_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .x_panel_large .x_content_inner_entry {
        width: calc((100% / 2) - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 2rem; }
      .x_panel_large .x_content_inner_entry-persons {
        width: calc(100% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 2rem;
        border: 1px solid #dee2e6;
        border-radius: .2rem; }
        .x_panel_large .x_content_inner_entry-persons .person-card {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          height: 100%; }
          .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top {
            padding: 3rem 2rem; }
            .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top h2,
            .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top h3,
            .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top h4 {
              font-size: 2rem;
              font-weight: 600;
              margin-bottom: 2rem; }
            .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top .label {
              color: #989898;
              padding: 0;
              float: left;
              padding-right: 20px;
              clear: left;
              font-size: 1.4rem;
              letter-spacing: 1px;
              font-weight: 500;
              line-height: 2.4rem;
              margin-bottom: 1rem; }
            .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top .value {
              float: left; }
              .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top .value-highlighted {
                background-color: #00b0b2;
                padding: .2rem 1rem;
                border-radius: .2rem;
                font-size: 1.4rem;
                color: #ffffff;
                margin-right: 1rem;
                margin-bottom: 1rem; }
                .x_panel_large .x_content_inner_entry-persons .person-card .person-card-top .value-highlighted:last-of-type {
                  margin-right: 0; }
          .x_panel_large .x_content_inner_entry-persons .person-card .person-card-bottom {
            padding: 3rem 2rem;
            background-color: #f8fafb;
            border-top: 1px solid #dee2e6;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
            .x_panel_large .x_content_inner_entry-persons .person-card .person-card-bottom a {
              margin-right: 2rem; }
              .x_panel_large .x_content_inner_entry-persons .person-card .person-card-bottom a:last-child {
                margin-right: 0; }
              .x_panel_large .x_content_inner_entry-persons .person-card .person-card-bottom a:focus {
                text-decoration: underline; }
    .x_panel_large .x_content_footer {
      border-top: 1px solid #e0e7eb;
      background-color: #f8fafb;
      min-height: 9rem; }
    .x_panel_large .x_content_table .x_content_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .x_panel_large .x_content_settings {
      margin: 0 0 2rem;
      padding: 3rem 2rem;
      background-color: #ecf2f6;
      border-bottom: 1px solid #dee2e6; }
      .x_panel_large .x_content_settings h2,
      .x_panel_large .x_content_settings h3,
      .x_panel_large .x_content_settings h4,
      .x_panel_large .x_content_settings h5,
      .x_panel_large .x_content_settings h6 {
        font-size: 1.2rem;
        letter-spacing: -.2px;
        text-transform: uppercase;
        font-weight: 500; }
      .x_panel_large .x_content_settings_top {
        background-color: #ecf2f6;
        padding: 3rem 2rem 1rem 2rem;
        border-bottom: none;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .x_panel_large .x_content_settings_top h2,
        .x_panel_large .x_content_settings_top h3,
        .x_panel_large .x_content_settings_top h4,
        .x_panel_large .x_content_settings_top h5,
        .x_panel_large .x_content_settings_top h6 {
          font-size: 1.2rem;
          letter-spacing: -.2px;
          text-transform: uppercase;
          font-weight: 500;
          width: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
        .x_panel_large .x_content_settings_top_double {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .x_panel_large .x_content_settings_top_double_entry {
            margin-bottom: 2rem; }
            .x_panel_large .x_content_settings_top_double_entry:last-child {
              padding-left: 2rem;
              border-left: 0.1rem solid #bccbd3;
              display: none; }
        .x_panel_large .x_content_settings_top--white {
          background-color: #ffffff;
          border-bottom: 1px solid #eeeeee;
          padding-bottom: 2rem;
          margin-bottom: 2rem; }
      .x_panel_large .x_content_settings_bottom {
        margin: 0 0 2rem 0;
        padding: 1rem 2rem 3rem 2rem;
        background-color: #ecf2f6;
        border-bottom: 1px solid #dee2e6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .x_panel_large .x_content_settings_bottom .x_content_settings_bottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .x_panel_large .x_content_settings_bottom_header {
          width: 100%; }
          .x_panel_large .x_content_settings_bottom_header p {
            margin-bottom: 2rem; }
        .x_panel_large .x_content_settings_bottom .form-horizontal {
          margin-bottom: 0; }
      .x_panel_large .x_content_settings p {
        margin-bottom: 0; }
      .x_panel_large .x_content_settings .dataTables_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .x_panel_large .x_content_settings .dataTables_wrapper_custom {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
    .x_panel_large .x_content_table_view {
      margin: 2rem 2rem 4rem 2rem;
      overflow-y: auto; }
    .x_panel_large .x_content_tree_view {
      margin: 4rem 2rem 4rem 2rem; }
  .x_panel_persons .x_content_settings_bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .x_panel_persons .x_content_settings_bottom label,
    .x_panel_persons .x_content_settings_bottom .label,
    .x_panel_persons .x_content_settings_bottom .control-label {
      font-weight: 500; }
    .x_panel_persons .x_content_settings_bottom .form-control {
      height: 3.9rem;
      margin-left: 0.5em; }

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 3.9rem; }

div.dataTables_length,
div.dataTables_filter {
  width: auto;
  float: none;
  text-align: left !important;
  padding: 1rem 0; }

div.dataTables_length {
  padding-right: 2rem; }

/************************* Warn- / Hinweisboxen *********************/
.dashboard_graph {
  padding: 0;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
  .dashboard_graph .x_title {
    padding: 0 2rem; }
    .dashboard_graph .x_title_warning {
      background-color: #a82020; }
      .dashboard_graph .x_title_warning h2,
      .dashboard_graph .x_title_warning h3,
      .dashboard_graph .x_title_warning h4,
      .dashboard_graph .x_title_warning h5,
      .dashboard_graph .x_title_warning h6 {
        text-transform: none;
        font-size: 2rem;
        line-height: 7.5rem;
        vertical-align: middle;
        width: auto; }
      .dashboard_graph .x_title_warning p {
        margin-bottom: 0; }
      .dashboard_graph .x_title_warning .close-link {
        color: #ffffff;
        padding: 0 .5rem 0 1rem;
        display: table;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        line-height: 7.5rem; }
        .dashboard_graph .x_title_warning .close-link-text {
          display: none;
          color: #ffffff;
          font-size: 1.4rem;
          padding-right: 1rem; }
        .dashboard_graph .x_title_warning .close-link .material-icons {
          margin-right: 0;
          line-height: 1; }
        .dashboard_graph .x_title_warning .close-link:hover, .dashboard_graph .x_title_warning .close-link:focus {
          background-color: rgba(255, 255, 255, 0.2);
          color: inherit; }
        .dashboard_graph .x_title_warning .close-link:focus {
          text-decoration: underline; }
  .dashboard_graph .x_content {
    padding: 2rem; }

/** Images **/
.upload-area {
  background-color: #e1f4f6;
  border-radius: .2rem;
  border: 1px solid #e4eaed;
  height: 100%;
  color: #0074a8;
  text-align: center; }

.dropzone {
  background-color: transparent;
  padding: 2rem 1rem; }
  .dropzone .dz-preview.dz-image-preview {
    background-color: transparent; }
  .dropzone .dz-preview .dz-preview .dz-image {
    border-radius: .5rem; }

.image-thumbnail {
  height: 100%;
  background-color: #fcfcfd;
  border: 1px solid #e4eaed; }
  .image-thumbnail img {
    border: 1px solid transparent;
    position: relative;
    max-width: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .image-thumbnail .mask {
    height: 100%; }
  .image-thumbnail .caption {
    background-color: transparent; }
  .image-thumbnail .view {
    min-height: 200px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .image-thumbnail .view .material-icons {
      color: #00b0b2;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      width: 6rem;
      height: 6rem;
      background-color: #ffffff;
      border-radius: 50%;
      padding: 1rem;
      font-size: 2.8rem;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4); }
    .image-thumbnail .view-first .mask {
      background-color: rgba(0, 116, 168, 0.8); }
    .image-thumbnail .view-first:hover img {
      -webkit-transform: scale(1.1) translateY(-50%);
      transform: scale(1.1) translateY(-50%);
      top: 50%; }
    .image-thumbnail .view a .material-icons:hover, .image-thumbnail .view a .material-icons:focus {
      -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
      -webkit-transform: rotate(-45deg) translate(0%, -71%);
      transform: rotate(-45deg) translate(0%, -71%);
      -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .image-thumbnail:hover, .image-thumbnail:focus {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #333333;
    border-color: #333333; }
    .image-thumbnail:hover .caption, .image-thumbnail:focus .caption {
      color: #ffffff; }
      .image-thumbnail:hover .caption .image_option .material-icons, .image-thumbnail:focus .caption .image_option .material-icons {
        color: #ffffff; }
  .image-thumbnail .caption_thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem; }
    .image-thumbnail .caption_thumbnail .image_option a:hover .material-icons {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .image-thumbnail .caption_thumbnail .image_option a:focus .material-icons {
      text-decoration: underline; }
    .image-thumbnail .caption_thumbnail .image_option .material-icons {
      color: #a82020;
      font-size: 1.4rem; }
    .image-thumbnail .caption_thumbnail .image_title {
      padding-right: 1rem; }
      .image-thumbnail .caption_thumbnail .image_title p {
        margin-bottom: 0;
        font-size: 1.4rem; }

/** Slider **/
.slick-slider .caption {
  padding: 1.6rem 1rem; }
  .slick-slider .caption p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600; }

.slick-slider .slider-element {
  background-color: #fcfcfd;
  border: 1px solid #e4eaed; }
  .slick-slider .slider-element img {
    border: 1px solid transparent; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  border-top: 2px solid #0074a8;
  border-left: 2px solid #0074a8;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  font-size: inherit; }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    content: ' '; }
  .slick-slider .slick-prev.slick-disabled,
  .slick-slider .slick-next.slick-disabled {
    opacity: .3; }

.slick-slider .slick-next {
  right: -15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.slick-slider .slick-prev {
  left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.slick-dots li {
  height: 30px;
  margin: 0; }
  .slick-dots li button {
    height: 30px; }
    .slick-dots li button:before {
      font-size: 3rem;
      opacity: .2;
      color: #00b0b2;
      content: "_"; }
    .slick-dots li button:hover:before {
      opacity: .5; }
  .slick-dots li.slick-active button:before {
    color: #0074a8;
    opacity: 1; }
  .slick-dots li.slick-active button:hover:before {
    opacity: 1;
    color: #0074a8; }

/* Slick Entry-Preview */
#preview--gallery img.slick-slide {
  max-width: 296px;
  max-height: 155px;
  margin-right: 10px; }

/******************* Pagination *******************/
.dataTables_paginate,
.dataTables_paginate {
  text-align: center !important;
  float: none; }

.pagination {
  margin: 2rem 0 !important; }
  .pagination > li {
    display: inline-block; }
    .pagination > li > a,
    .pagination > li > span {
      font-weight: 600;
      margin-left: 0.5rem;
      padding: 1rem 1.75rem;
      height: 46px;
      color: #ffffff;
      background-color: #0074a8;
      border: none;
      border-radius: .5rem; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        background-color: #00b0b2;
        color: #ffffff; }
      .pagination > li > a:focus,
      .pagination > li > span:focus {
        text-decoration: underline; }
  .pagination > .active > a,
  .pagination > .active > span {
    background-color: #666666;
    color: #ffffff; }
    .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
      background-color: #666666; }
  .pagination > .next > a,
  .pagination > .next > span,
  .pagination > .previous > a,
  .pagination > .previous > span {
    background-color: transparent;
    color: #0074a8; }
    .pagination > .next > a:hover, .pagination > .next > a:focus,
    .pagination > .next > span:hover,
    .pagination > .next > span:focus,
    .pagination > .previous > a:hover,
    .pagination > .previous > a:focus,
    .pagination > .previous > span:hover,
    .pagination > .previous > span:focus {
      background-color: #00b0b2; }
  .pagination > .next > a,
  .pagination > .next > span,
  .pagination > .previous > a,
  .pagination > .previous > span {
    padding: 1rem 1.5rem 1rem 1.5rem; }
  .pagination > .disabled > span,
  .pagination > .disabled > a {
    color: #666666;
    background-color: transparent; }
    .pagination > .disabled > span:hover, .pagination > .disabled > span:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
      background-color: transparent; }

/************************* PUSH PREVIEW *****************************/
/* TAB */
#pushPreviewTabbed {
  border-bottom: none;
  margin-bottom: 2rem; }
  #pushPreviewTabbed li {
    margin-right: 1rem; }
    #pushPreviewTabbed li:last-child {
      margin-right: 0; }
    #pushPreviewTabbed li .btn {
      margin-bottom: 0; }
    #pushPreviewTabbed li.active .btn {
      background-color: #0074a8;
      color: #ffffff; }

.android-notification-preview {
  font-family: "Roboto", "Proxima-Nova", "Proxima Nova", "Open Sans", Arial, Helvetica, sans-serif;
  padding: 16px;
  border-radius: 2px;
  background-color: #fefefe;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  max-width: 500px;
  overflow-y: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  margin-bottom: 3rem; }
  .android-notification-preview .header {
    font-size: 12px; }
    .android-notification-preview .header .app-icon,
    .android-notification-preview .header .header .app-name {
      color: #0fa9f9;
      margin-right: 4px; }
    .android-notification-preview .header .icon {
      margin-right: 8px;
      border-radius: 50%;
      font-size: 18px;
      width: 16px;
      height: 16px;
      vertical-align: -4px; }
    .android-notification-preview .header img {
      max-width: 1.8rem;
      margin-right: 0.8rem; }
  .android-notification-preview .content {
    margin-top: 8px; }
    .android-notification-preview .content .title,
    .android-notification-preview .content .contents {
      margin-bottom: 5px; }
    .android-notification-preview .content .header {
      color: #949494;
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 4px; }
    .android-notification-preview .content .contents {
      color: #757575;
      font-size: 14px;
      line-height: 16px; }
  .android-notification-preview .large-icon {
    width: 38px;
    height: 38px;
    background-color: #ccc; }
  .android-notification-preview .big-picture {
    width: 100%;
    margin-top: 10px;
    background-color: #ccc;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .android-notification-preview .big-picture-text {
    width: 300px;
    text-align: center;
    word-wrap: break-word; }
  .android-notification-preview .action-area {
    background-color: #eee;
    margin: 16px -16px -16px;
    padding: 16px 8px; }
    .android-notification-preview .action-area .action {
      color: #0fa9f9;
      padding: 8px; }
      .android-notification-preview .action-area .action:hover, .android-notification-preview .action-area .action:focus, .android-notification-preview .action-area .action:active {
        background-color: rgba(158, 158, 158, 0.4); }

.ios-notification-preview {
  font-family: Apple, "Proxima-Nova", "Proxima Nova", "Open Sans", Arial, Helvetica, sans-serif;
  background-image: url(/assets/dashboard/notification-preview/iOS-blured-background-b6903217789cdaa15170e235a83062c60359619351abc55da105b485017e6427.jpg);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  max-width: 500px;
  margin-bottom: 3rem; }
  .ios-notification-preview .header {
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #888;
    background-color: rgba(255, 255, 255, 0.95);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    letter-spacing: .4px; }
    .ios-notification-preview .header .app-name {
      background-image: url("../images/detail_adress.svg");
      background-size: 18px;
      background-repeat: no-repeat;
      background-position-y: 50%;
      padding-left: 23px;
      text-transform: uppercase; }
  .ios-notification-preview .content {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0 0 10px 10px;
    color: #000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ios-notification-preview .content .message {
      max-width: 400px; }
    .ios-notification-preview .content .title {
      font-weight: 600;
      margin: 0; }
    .ios-notification-preview .content .contents {
      margin: 0;
      font-weight: 300; }
  .ios-notification-preview .attachment {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #ccc;
    width: 35px;
    height: 35px; }

/************************* Eintrag *********************/
.entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px; }
  .entry-wrapper .x_title h2,
  .entry-wrapper .x_title h3,
  .entry-wrapper .x_title h4,
  .entry-wrapper .x_title h5,
  .entry-wrapper .x_title h6 {
    font-size: 1.8rem;
    line-height: 5.8rem; }
    .entry-wrapper .x_title h2 a,
    .entry-wrapper .x_title h3 a,
    .entry-wrapper .x_title h4 a,
    .entry-wrapper .x_title h5 a,
    .entry-wrapper .x_title h6 a {
      color: #ffffff; }
      .entry-wrapper .x_title h2 a:hover, .entry-wrapper .x_title h2 a:focus,
      .entry-wrapper .x_title h3 a:hover,
      .entry-wrapper .x_title h3 a:focus,
      .entry-wrapper .x_title h4 a:hover,
      .entry-wrapper .x_title h4 a:focus,
      .entry-wrapper .x_title h5 a:hover,
      .entry-wrapper .x_title h5 a:focus,
      .entry-wrapper .x_title h6 a:hover,
      .entry-wrapper .x_title h6 a:focus {
        color: rgba(255, 255, 255, 0.8); }
  .entry-wrapper .x_title .panel_toolbox > li > a {
    line-height: 5.8rem; }

.entry-edit {
  width: calc(100% - 320px);
  max-width: 1315px; }
  .entry-edit .form-horizontal {
    margin-bottom: 0; }

.entry-preview {
  width: 300px; }

.edit-wrapper {
  max-width: 1050px;
  padding: 0 10px; }
  .edit-wrapper .cities-stats {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%;
    margin-bottom: 2rem; }
    .edit-wrapper .cities-stats p {
      font-weight: bold;
      margin-bottom: 0; }

@media (min-width: 280px) and (max-width: 1299px) {
  .entry-edit {
    width: 100%; }
  .entry-preview {
    display: none; }
  .edit-wrapper {
    width: 100%; } }

.entry-address-hint {
  font-size: 70%;
  margin-bottom: 5px; }

/*****  PREVIEW *****/
.preview--content {
  background: #00afb2;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00afb2), color-stop(100%, #0073a8));
  background: -webkit-gradient(linear, left top, left bottom, from(#00afb2), to(#0073a8));
  background: linear-gradient(to bottom, #00afb2 0%, #0073a8 100%); }
  .preview--content h1 {
    padding-top: 1em;
    text-transform: uppercase;
    margin-bottom: 3.5rem;
    line-height: 1.2; }
  .preview--content h2 {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2;
    padding-right: 3rem;
    position: relative; }
  .preview--content p {
    margin-bottom: 0; }

.preview--address, .preview--businesshours, .preview--contact-person, .preview--description, .preview--gallery, .preview--contacts {
  padding: 0 2rem 2rem 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #c7c6cb; }
  .preview--address .contact-element, .preview--businesshours .contact-element, .preview--contact-person .contact-element, .preview--description .contact-element, .preview--gallery .contact-element, .preview--contacts .contact-element {
    border-bottom: 1px solid #CCC;
    margin-bottom: 8px;
    padding-bottom: 8px;
    min-height: 90px; }
    .preview--address .contact-element #name, .preview--businesshours .contact-element #name, .preview--contact-person .contact-element #name, .preview--description .contact-element #name, .preview--gallery .contact-element #name, .preview--contacts .contact-element #name {
      font-weight: 600; }
    .preview--address .contact-element #information, .preview--businesshours .contact-element #information, .preview--contact-person .contact-element #information, .preview--description .contact-element #information, .preview--gallery .contact-element #information, .preview--contacts .contact-element #information {
      font-style: italic; }

.preview--title-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 200px;
  overflow: hidden; }
  .preview--title-img img {
    max-width: 100%;
    vertical-align: middle;
    text-align: center; }

.preview--length {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: calc(100% - 4rem);
  margin: -6rem auto 0 auto;
  border-radius: .4rem; }

.preview--address h2:after {
  content: '';
  background-image: url("../images/detail_adress.svg");
  width: 2.8rem;
  height: 2.8rem;
  right: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.preview--businesshours h2:after {
  content: '';
  background-image: url("../images/detail_opening_hours.svg");
  width: 2.8rem;
  height: 2.8rem;
  right: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.preview--contact-person h2:after {
  content: '';
  background-image: url("../images/detail_Contact_information.svg");
  width: 2.8rem;
  height: 2.8rem;
  right: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.preview--gallery {
  border-bottom: none; }
  .preview--gallery h2:after {
    content: '';
    background-image: url("../images/slider_indicator.svg");
    width: 2.8rem;
    height: 2.8rem;
    right: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.preview--website {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  background-color: #00b0b2; }
  .preview--website .btn-website {
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2rem; }

/************************* Formulare *********************/
.push-form {
  margin-bottom: 4rem; }
  .push-form input,
  .push-form textarea,
  .push-form select {
    margin-bottom: 3rem; }

.button-row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #e0e7eb;
  background-color: #f8fafb;
  margin: 4rem -2rem -2rem -2rem;
  padding: 2rem; }

.form-group {
  margin-bottom: 1.2rem; }

.form-control {
  height: 4rem;
  padding: .7rem 1rem;
  border-radius: .2rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  .form-control:focus {
    border-color: rgba(0, 116, 168, 0.5);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 116, 168, 0.05); }
  .form-control.has-feedback-left {
    padding-left: 6rem; }
  .form-control-feedback {
    z-index: 1;
    top: 0; }

.form-horizontal {
  margin-bottom: 5rem; }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: .8rem;
    padding-bottom: .5rem; }
  .form-horizontal h2,
  .form-horizontal h3,
  .form-horizontal h4,
  .form-horizontal h5,
  .form-horizontal h6 {
    padding-top: 3rem; }
  .form-horizontal .form-group {
    margin-bottom: 1.2rem; }

.form-controller {
  padding-top: 4rem; }
  .form-controller .control-label {
    color: #666666;
    font-weight: 500; }

.input-group.date > .form-control-feedback {
  z-index: 2; }

ul.parsley-errors-list {
  color: #a82020;
  font-size: 1.4rem; }

.select2-container--default .select2-selection--multiple {
  border-color: #ccc; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 .5rem;
    background-color: #00b0b2;
    border: transparent;
    color: #ffffff; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #ffffff;
      margin-right: .7rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 100%; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0074a8; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #00b0b2;
  color: #ffffff; }

.select2-container--default.select2-selection--rendered {
  border-color: rgba(0, 116, 168, 0.5);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 116, 168, 0.05); }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(0, 116, 168, 0.5);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 116, 168, 0.05); }

.select2-dropdown {
  border-color: rgba(0, 116, 168, 0.5); }

.select2.select2-results__option--highlighted[aria-selected] {
  background-color: #0074a8; }

input[type="date"].form-control {
  line-height: inherit; }

/* Eintrag Einträge */
.entriesEdit {
  padding: 4rem 2rem 2rem 2rem; }
  .entriesEdit--businessHours .form-group {
    margin-bottom: 2rem; }
  .entriesEdit--businessHours label.timer {
    padding-top: 1rem;
    font-weight: 500; }
  .entriesEdit--description .description-counter {
    display: block;
    font-size: 1.4rem;
    color: #666666; }
  .entriesEdit--gallery h3 {
    font-size: 1.8rem; }
  .entriesEdit--gallery h4 {
    font-weight: 700; }
  .entriesEdit--gallery .upload-drag-n-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3rem; }
  .entriesEdit--gallery .upload-area {
    min-width: 12rem;
    max-width: 23rem;
    margin-right: 2rem; }
  .entriesEdit--gallery .upload-manually {
    max-width: 50rem;
    -ms-flex-item-align: center;
    align-self: center; }
  .entriesEdit--gallery .upload-account {
    margin-bottom: 3rem;
    max-width: 70rem; }
  .entriesEdit--gallery .upload-image-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem; }
  .entriesEdit--gallery .upload-image {
    width: calc((100% / 5) - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem; }
    .entriesEdit--gallery .upload-image-placeholder {
      border: 2px dashed #bccbd3;
      opacity: .5; }
    .entriesEdit--gallery .upload-image .image-thumbnail {
      position: relative; }
      .entriesEdit--gallery .upload-image .image-thumbnail img {
        width: 100%; }
      .entriesEdit--gallery .upload-image .image-thumbnail .image_title {
        padding-right: 0; }
      .entriesEdit--gallery .upload-image .image-thumbnail .image_option a {
        position: absolute;
        top: .1rem;
        right: .1rem;
        width: 3rem;
        height: 3rem;
        background-color: #a82020;
        text-align: center;
        line-height: 3rem; }
        .entriesEdit--gallery .upload-image .image-thumbnail .image_option a .material-icons {
          color: #ffffff; }
        .entriesEdit--gallery .upload-image .image-thumbnail .image_option a:hover, .entriesEdit--gallery .upload-image .image-thumbnail .image_option a:focus {
          background-color: #ffffff; }
          .entriesEdit--gallery .upload-image .image-thumbnail .image_option a:hover .material-icons, .entriesEdit--gallery .upload-image .image-thumbnail .image_option a:focus .material-icons {
            color: #a82020; }
  .entriesEdit--address .form-control-feedback {
    bottom: .8rem;
    top: auto; }
  .entriesEdit--contactPerson .form-control-feedback {
    bottom: .8rem;
    top: auto; }

div#preview--gallery.preview--gallery {
  min-height: 200px; }

/* Inahlte anlegen / bearbeiten */
.cities-edit .form-control-feedback,
.client-edit .form-control-feedback,
.sales-edit .form-control-feedback {
  top: auto;
  bottom: .8rem; }

.client-edit .location-select-area a {
  font-size: 70%;
  display: block;
  margin-top: 5px; }

.document-edit {
  margin-bottom: 6rem; }
  .document-edit h2,
  .document-edit h3,
  .document-edit h4,
  .document-edit h5,
  .document-edit h6 {
    padding-top: 5rem; }
  .document-edit .form-group {
    margin-bottom: 2rem; }
    .document-edit .form-group.img-upload {
      padding-top: 1rem;
      margin-bottom: 6rem; }
  .document-edit-jobs .upload-drag-n-drop {
    margin-bottom: 2rem; }

/************************* Modal / Bootbox *********************/
.modal-dialog {
  width: auto;
  max-width: 60rem;
  top: 50%;
  text-align: left; }
  .modal-dialog span {
    color: #666666; }
    .modal-dialog span.primary {
      color: #0074a8; }

.modal-content {
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 1rem; }

.modal-header {
  border-bottom: none;
  padding: 3rem 2rem 2rem; }

.modal-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  padding-top: 0 !important; }

.modal-body {
  padding: 0; }

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

.modal.in .modal-dialog {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.bootbox .modal-content {
  padding: 3rem 2rem 2rem 2rem; }

.bootbox .modal-header {
  padding-left: 0; }

.bootbox .modal-footer {
  padding: 6rem 0 0 0; }

.bootbox .modal-close-button {
  font-size: 3rem; }

/************************* Google Maps ********************************/
#new-city-map {
  margin-bottom: 20px;
  margin-top: 20px; }

/************************* Hilfe / Accordion / Info *********************/
.help {
  padding: 3rem;
  border-left: 0.3rem solid #00b0b2;
  background-color: #ffffff;
  margin-bottom: 6em; }
  .help h4 {
    margin-bottom: 1rem; }
  .help .label {
    color: #989898;
    padding: 0;
    float: left;
    padding-right: 20px;
    clear: left;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 2.4rem;
    margin-bottom: 1.3rem; }
  .help .value {
    float: left; }
  .help .material-icons {
    margin-right: 1rem; }

.accordion {
  padding: 1rem 0 6rem; }
  .accordion .panel {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #dee2e6;
    background-color: #ecf2f6; }
    .accordion .panel-heading {
      background-color: #ecf2f6;
      padding: 2rem; }
    .accordion .panel-title {
      font-size: 2rem;
      color: #0074a8; }
    .accordion .panel-body {
      padding: 3rem 2rem;
      border-top: 1px solid #dee2e6;
      background-color: #ffffff; }

.toc_wrapper {
  padding: 3rem;
  background-color: #ffffff;
  margin-bottom: 6rem;
  border-radius: 1rem; }

.toc_list {
  padding-left: 0; }
  .toc_list-item {
    list-style-type: none; }
    .toc_list-item a {
      font-size: 1.4rem; }

/************************* Tree *********************/
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: none; }

.jstree {
  margin-bottom: 4rem;
  /* Einrückungen */
  /* alle Icons ausser nodes-open & -closed ausblenden */ }
  .jstree .jstree-leaf .jstree-anchor {
    padding-left: 2.1rem;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-bottom: none;
    white-space: normal !important; }
    .jstree .jstree-leaf .jstree-anchor.jstree-clicked, .jstree .jstree-leaf .jstree-anchor:hover, .jstree .jstree-leaf .jstree-anchor:focus, .jstree .jstree-leaf .jstree-anchor:active {
      background-color: #666666;
      color: #ffffff;
      border-color: #666666;
      text-decoration: underline; }
  .jstree .jstree-anchor {
    background-color: #f7f8fa;
    border: 1px solid #bccbd3;
    padding: 1.2rem 1.2rem 1.2rem 0;
    display: inline-block;
    font-size: 1.4rem;
    height: auto;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .jstree .jstree-anchor.jstree-clicked, .jstree .jstree-anchor:hover, .jstree .jstree-anchor:focus, .jstree .jstree-anchor:active {
      background-color: #666666;
      color: #ffffff;
      border-color: #666666;
      text-decoration: underline; }
      .jstree .jstree-anchor.jstree-clicked .material-icons.folder:after, .jstree .jstree-anchor.jstree-clicked .material-icons.history:after, .jstree .jstree-anchor.jstree-clicked .material-icons.public:after, .jstree .jstree-anchor.jstree-clicked .material-icons.file_download:after, .jstree .jstree-anchor.jstree-clicked .material-icons.insert_drive_file:after, .jstree .jstree-anchor:hover .material-icons.folder:after, .jstree .jstree-anchor:hover .material-icons.history:after, .jstree .jstree-anchor:hover .material-icons.public:after, .jstree .jstree-anchor:hover .material-icons.file_download:after, .jstree .jstree-anchor:hover .material-icons.insert_drive_file:after, .jstree .jstree-anchor:focus .material-icons.folder:after, .jstree .jstree-anchor:focus .material-icons.history:after, .jstree .jstree-anchor:focus .material-icons.public:after, .jstree .jstree-anchor:focus .material-icons.file_download:after, .jstree .jstree-anchor:focus .material-icons.insert_drive_file:after, .jstree .jstree-anchor:active .material-icons.folder:after, .jstree .jstree-anchor:active .material-icons.history:after, .jstree .jstree-anchor:active .material-icons.public:after, .jstree .jstree-anchor:active .material-icons.file_download:after, .jstree .jstree-anchor:active .material-icons.insert_drive_file:after {
        color: #ffffff !important; }
  .jstree-node.jstree-open > .jstree-icon, .jstree-node.jstree-closed > .jstree-icon {
    height: 5rem;
    background-color: #f7f8fa;
    border-top: 1px solid #bccbd3;
    border-left: 1px solid #bccbd3;
    border-bottom: 1px solid #bccbd3; }
    .jstree-node.jstree-open > .jstree-icon + .jstree-anchor:first-of-type, .jstree-node.jstree-closed > .jstree-icon + .jstree-anchor:first-of-type {
      border-top: 1px solid #bccbd3;
      border-left: none;
      border-bottom: 1px solid #bccbd3;
      border-right: 1px solid #bccbd3;
      max-width: calc(100% - 2.4rem); }
  .jstree-node.jstree-open > .jstree-ocl {
    background-image: url("../images/jstree_open.svg");
    background-position: right center; }
  .jstree-node.jstree-closed > .jstree-ocl {
    background-image: url("../images/jstree_close.svg");
    background-position: right center; }
  .jstree-children .material-icons {
    width: 2.4rem !important; }
  .jstree-children .jstree-children .jstree-open .jstree-icon,
  .jstree-children .jstree-children .jstree-closed .jstree-icon {
    width: 4.2rem; }
    .jstree-children .jstree-children .jstree-open .jstree-icon + .jstree-anchor:first-of-type,
    .jstree-children .jstree-children .jstree-closed .jstree-icon + .jstree-anchor:first-of-type {
      max-width: calc(100% - 4.2rem); }
  .jstree-children .jstree-children .jstree-open .jstree-leaf .jstree-anchor,
  .jstree-children .jstree-children .jstree-closed .jstree-leaf .jstree-anchor {
    padding-left: 4.2rem;
    max-width: 100% !important; }
  .jstree-children .jstree-children .jstree-children .jstree-open .jstree-icon:first-of-type,
  .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-icon:first-of-type {
    width: 6.3rem; }
    .jstree-children .jstree-children .jstree-children .jstree-open .jstree-icon:first-of-type + .jstree-anchor,
    .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-icon:first-of-type + .jstree-anchor {
      max-width: calc(100% - 6.3rem); }
  .jstree-children .jstree-children .jstree-children .jstree-open .jstree-leaf .jstree-anchor,
  .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-leaf .jstree-anchor {
    padding-left: 6.3rem;
    max-width: 100% !important; }
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-open .jstree-icon:first-of-type,
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-icon:first-of-type {
    width: 8.1rem; }
    .jstree-children .jstree-children .jstree-children .jstree-children .jstree-open .jstree-icon:first-of-type + .jstree-anchor,
    .jstree-children .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-icon:first-of-type + .jstree-anchor {
      max-width: calc(100% - 8.1rem); }
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-open .jstree-leaf .jstree-anchor,
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-leaf .jstree-anchor {
    padding-left: 8.1rem;
    max-width: 100% !important; }
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-children .jstree-open .jstree-icon:first-of-type,
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-icon:first-of-type {
    width: 10.2rem; }
    .jstree-children .jstree-children .jstree-children .jstree-children .jstree-children .jstree-open .jstree-icon:first-of-type + .jstree-anchor,
    .jstree-children .jstree-children .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-icon:first-of-type + .jstree-anchor {
      max-width: calc(100% - 10.2rem); }
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-children .jstree-open .jstree-leaf .jstree-anchor,
  .jstree-children .jstree-children .jstree-children .jstree-children .jstree-children .jstree-closed .jstree-leaf .jstree-anchor {
    padding-left: 10.2rem;
    max-width: 100% !important; }
  .jstree-default .jstree-leaf > .jstree-ocl {
    display: none; }
  .jstree-default .jstree-icon:empty {
    position: relative; }
  .jstree-default .jstree-themeicon {
    /*  Custom Icons */ }
    .jstree-default .jstree-themeicon.material-icons.folder_open:after {
      content: 'folder_open';
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      color: #0074a8; }
    .jstree-default .jstree-themeicon.material-icons.folder:after {
      content: 'folder';
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      color: #0074a8; }
    .jstree-default .jstree-themeicon.material-icons.history:after {
      content: 'history';
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      color: #00b0b2; }
    .jstree-default .jstree-themeicon.material-icons.public:after {
      content: 'public';
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      color: #00b0b2; }
    .jstree-default .jstree-themeicon.material-icons.file_download:after {
      content: 'file_download';
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      color: #00b0b2; }
    .jstree-default .jstree-themeicon.material-icons.insert_drive_file:after {
      content: 'insert_drive_file';
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      color: #00b0b2; }
  .jstree-default .jstree-open .jstree-anchor .jstree-themeicon.material-icons.folder:after {
    content: 'folder_open'; }
  .jstree-default .jstree-closed .jstree-anchor .jstree-themeicon.material-icons.folder:after {
    content: 'folder'; }
  .jstree-default .jstree-node {
    margin-left: 0; }
  .jstree .jstree-open {
    background-color: #fafafa !important;
    border-bottom: 1px solid #cacaca; }

/* Form jstree */
.x_content_tree_view .x_panel {
  background-color: #f7f8fa;
  border: 1px solid #bccbd3;
  padding: 3rem 2rem 2rem; }
  .x_content_tree_view .x_panel .form-horizontal {
    margin-bottom: 0; }

.x_content_tree_view .x_title {
  background-color: transparent;
  padding: 0 0 3rem 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .x_content_tree_view .x_title h2 {
    color: #333333;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    line-height: 1.5;
    text-transform: none; }

/* Content Page edit */
#content-page--entry-edit div.image-thumbnail {
  width: 240px; }

/* Datepicker */
.ui-datepicker {
  background: #0073a8;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0073a8), color-stop(100%, #00afb2));
  background: linear-gradient(135deg, #0073a8 0%, #00afb2 100%);
  border: none !important;
  padding: 2rem;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25); }
  .ui-datepicker .ui-widget-header {
    background-color: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #ffffff; }
  .ui-datepicker .ui-datepicker-calendar {
    border: none;
    margin-bottom: 0; }
    .ui-datepicker .ui-datepicker-calendar thead {
      color: #ffffff; }
    .ui-datepicker .ui-datepicker-calendar tbody tr {
      background-color: transparent; }
      .ui-datepicker .ui-datepicker-calendar tbody tr:hover, .ui-datepicker .ui-datepicker-calendar tbody tr:focus, .ui-datepicker .ui-datepicker-calendar tbody tr:active {
        background-color: transparent; }
      .ui-datepicker .ui-datepicker-calendar tbody tr td a,
      .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
        background-color: rgba(255, 255, 255, 0.1);
        border: 2px solid transparent;
        color: #ffffff;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1);
        text-align: center; }
        .ui-datepicker .ui-datepicker-calendar tbody tr td a:hover, .ui-datepicker .ui-datepicker-calendar tbody tr td a:focus, .ui-datepicker .ui-datepicker-calendar tbody tr td a:active,
        .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default:hover,
        .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default:focus,
        .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default:active {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          border-color: rgba(255, 255, 255, 0.5);
          background-color: rgba(255, 255, 255, 0.2);
          -webkit-box-shadow: 0 2px 6px rgba(0, 0, 135, 0.5);
          box-shadow: 0 2px 6px rgba(0, 0, 135, 0.5);
          border-radius: .5rem; }
      .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active {
        background-color: #ffffff;
        color: #0074a8; }
        .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active:hover, .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active:focus, .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active:active {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          border-color: rgba(255, 255, 255, 0.5);
          background-color: white;
          -webkit-box-shadow: 0 2px 6px rgba(0, 0, 135, 0.5);
          box-shadow: 0 2px 6px rgba(0, 0, 135, 0.5);
          border-radius: .5rem;
          color: #0074a8; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2); }

.ui-datepicker .ui-datepicker-prev {
  left: 0;
  top: 0; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
    top: 0; }
  .ui-datepicker .ui-datepicker-prev span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #ffffff transparent transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0; }

.ui-datepicker .ui-datepicker-next {
  right: 0;
  top: 0; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 0;
    top: 0; }
  .ui-datepicker .ui-datepicker-next span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0; }

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important; }

input::-webkit-calendar-picker-indicator {
  display: none; }

/********************* TIMELINE *******************/
.timeline_preview_image {
  width: 100%; }

/******************* TinyMCE ********************/
.mce-container .mce-toolbar-grp {
  background-color: #f0f0f0; }

.mce-container .mce-btn {
  background-color: transparent; }

.mce-foot .mce-btn {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .mce-foot .mce-btn.mce-primary {
    color: #fff;
    border-radius: 2px;
    background-color: #0074a8;
    border: 1px solid #00628f; }
    .mce-foot .mce-btn.mce-primary:hover, .mce-foot .mce-btn.mce-primary:focus {
      background-color: #005175;
      border-color: #003851; }

.mce-branding {
  display: none !important; }

.mce-path {
  opacity: 0; }

/****************** ADMIN SELECT CITY *****************/
.admin-select-city .edit-wrapper {
  margin: 100px auto 0;
  width: 30%;
  background: #FFF;
  padding: 30px; }

.admin-select-city .right_col {
  margin-left: 0px !important; }

/***** DEEP LINKS ******/
.deep-link,
.deep-link span {
  color: #000000; }

/***** Lazy loading of images using verlok/lazyload ******/
img.lazy {
  opacity: 0; }
  img.lazy:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  img.lazy.initial, img.lazy.loaded, img.lazy.error {
    opacity: 1; }
