@charset "utf-8";

/*general*/
* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

.hide {
  display: none; }

.pointer {
  cursor: pointer; }

.deactivated {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.loading {
  background: url(/img/loading.gif) 50% 33% no-repeat;
  /*divs*/ }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.left, .l {
  float: left; }

.right, .r {
  float: right; }

.row {
  width: 100%;
  margin: 0; }

.col {
  float: left; }

.center {
  margin-left: auto;
  margin-right: auto; }

.vcenter {
  margin-top: auto;
  margin-bottom: auto; }

.clear, .c {
  clear: both; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: flex; }

.hundred, .h {
  width: 100%; }

.s {
  float: left; }

.s img {
  display: block;
  width: 1px;
  height: 1px; }

.backwhite, .bw, .bwhite {
  background-color: #fff; }

.backblack, .bb {
  background-color: #000;
  /*images*/ }

.vmiddle {
  vertical-align: middle; }

.vtop {
  vertical-align: top;
  /*fonts*/ }

.fcenter, .fc {
  text-align: center; }

.fleft, .fl {
  text-align: left; }

.fright {
  text-align: right; }

.fjustify {
  text-align: justify; }

.f6 {
  font-size: 6px; }

.f7 {
  font-size: 7px; }

.f8 {
  font-size: 8px; }

.f9 {
  font-size: 9px; }

.f10 {
  font-size: 10px; }

.f11 {
  font-size: 11px; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f19 {
  font-size: 19px; }

.f20 {
  font-size: 20px; }

.f21 {
  font-size: 21px; }

.f22 {
  font-size: 22px; }

.f23 {
  font-size: 23px; }

.f24 {
  font-size: 24px; }

.f25 {
  font-size: 25px; }

.f26 {
  font-size: 26px; }

.f27 {
  font-size: 27px; }

.f28 {
  font-size: 28px; }

.f29 {
  font-size: 29px; }

.f30 {
  font-size: 30px; }

.f31 {
  font-size: 31px; }

.f32 {
  font-size: 32px; }

.f33 {
  font-size: 33px; }

.f34 {
  font-size: 34px; }

.f35 {
  font-size: 35px; }

.f36 {
  font-size: 36px; }

.f37 {
  font-size: 37px; }

.f38 {
  font-size: 38px; }

.f39 {
  font-size: 39px; }

.f40 {
  font-size: 40px; }

.v-10 {
  vertical-align: -10px; }

.v-9 {
  vertical-align: -9px; }

.v-8 {
  vertical-align: -8px; }

.v-7 {
  vertical-align: -7px; }

.v-6 {
  vertical-align: -6px; }

.v-5 {
  vertical-align: -5px; }

.v-4 {
  vertical-align: -4px; }

.v-3 {
  vertical-align: -3px; }

.v-2 {
  vertical-align: -2px; }

.v-1 {
  vertical-align: -1px; }

.v1 {
  vertical-align: 1px; }

.v2 {
  vertical-align: 2px; }

.v3 {
  vertical-align: 3px; }

.v4 {
  vertical-align: 4px; }

.v5 {
  vertical-align: 5px; }

.v6 {
  vertical-align: 6px; }

.v7 {
  vertical-align: 7px; }

.v8 {
  vertical-align: 8px; }

.v9 {
  vertical-align: 9px; }

.v10 {
  vertical-align: 10px; }

.fbold {
  font-weight: bold; }

.fitalic {
  font-style: italic; }

.fuppercase {
  text-transform: uppercase; }

.fgold {
  color: #ae8e65; }

.fwhite {
  color: #fff; }

.fblack {
  color: #000; }

.fred {
  color: #f00; }

.fgreen {
  color: #008000; }

.farial {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; }

.ftime {
  font-family: "Times New Roman"; }

.fverdana {
  font-family: Verdana, Geneva, sans-serif; }

.ftahoma {
  font-family: Tahoma, Arial, helvetica, sans-serif; }

.ftrebuchet {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.fgeorgia {
  font-family: Georgia, 'Times New Roman', Times, serif; }

.flucida {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; }

.fimpact {
  font-family: Impact, "Arial Black", sans-serif; }

.fcourier {
  font-family: "Courier New", Courier, "Liberation Mono", monospace; }

.fmyriad {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; }

.fmonaco {
  font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace; }

.funderline {
  text-decoration: underline;
  /*links*/ }

.nodecoration {
  text-decoration: none; }

.nodecorationon:hover {
  text-decoration: none; }

.underlineon:hover {
  text-decoration: underline; }

.tooltip {
  z-index: 1000001;
  /*cust*/ }

::-webkit-file-upload-button {
  cursor: pointer;
  /*modalbox*/ }

.modalbox {
  position: relative;
  display: flex;
  flex-direction: column; }

.modalbox .modal-header {
  flex-shrink: 0; }

.modalbox .modal-header .title {
  float: left; }

.modalbox .modal-header .close {
  float: right; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.modalbox .modal-footer {
  flex-shrink: 0;
  text-align: right;
  /* switch */ }

.switch input {
  display: none; }

.switch input:disabled + .slider {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: 0px 0px 0px transparent !important; }

.switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

.switch input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s; }

.switch .slider {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 100px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 43px;
  height: 25px; }

.switch .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  height: 21px;
  width: 21px; }

.switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

.switch .slider:hover:active:after {
  width: 28.35px !important; }

.switch input:disabled + .slider:after {
  height: 21px !important;
  width: 21px !important; }

.switch input:disabled:checked + .slider:after {
  transform: translateX(18px) !important; }

.switch input:checked + .slider {
  border-color: #16b85f;
  box-shadow: 0px 0px 0px 12.5px #16b85f inset; }

.switch input:checked + .slider:after {
  transform: translateX(18px); }

.switch input:checked + .slider:hover:active:after {
  transform: translateX(10.65px); }

.switch .checkbox input {
  display: none; }

.switch .checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 25px;
  height: 25px; }

.switch .checkbox input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
  border: 2px solid #bbb; }

.switch .checkbox .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  height: 21px;
  width: 21px; }

.switch .checkbox input:checked + .slider:after {
  background: #16b85f;
  box-shadow: none; }

html.dark .switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

html.dark .switch .slider {
  background: #232a3b;
  border: 2px solid #e6e6e6; }

html.dark .switch .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

html.dark .switch input:checked + .slider {
  border-color: #3160d8;
  box-shadow: 0px 0px 0px 12.5px #3160d8 inset; }

html.dark .checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6; }

html.dark .checkbox input:checked + .slider {
  border: 2px solid #bbb; }

html.dark .checkbox .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .checkbox input:checked + .slider:after {
  background: #3160d8; }

.switch.switch-sm .slider {
  width: 34px;
  height: 20px; }

.switch.switch-sm input:checked + .slider:after {
  transform: translateX(14px); }

.switch.switch-sm .slider:after {
  height: 16px;
  width: 16px; }

.switch.switch-sm input:checked + .slider:hover:active:after {
  transform: translateX(2px); }


.modalbox {
  position: relative;
  display: flex;
  flex-direction: column; }

.modalbox .modal-header {
  flex-shrink: 0; }

.modalbox .modal-header .title {
  float: left; }

.modalbox .modal-header .close {
  float: right; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.modalbox .modal-footer {
  flex-shrink: 0;
  text-align: right; }







html {
  position: relative;
  min-height: 100%;
  /*--------------------------------------------------------------
Site header
--------------------------------------------------------------*/ }

header {
  background-color: #fff;
  /*--------------------------------------------------------------
Site Footer
--------------------------------------------------------------*/ }
  header h1 {
    flex: 0 1 auto;
    margin-top: 18px;
    margin-left: 15px;
    font-family: TT Firs Neue;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -0.04em;
    text-align: left; }
  header .main-navigation {
    text-align: center; }
    header .main-navigation .menu-primary-menu-container ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      header .main-navigation .menu-primary-menu-container ul li {
        height: 86px;
        line-height: 86px;
        list-style: none;
        padding: 0;
        border: 0 none;
        display: inline-block;
        margin: 0 1em 0 1em;
        position: relative; }
        header .main-navigation .menu-primary-menu-container ul li a {
          outline: none;
          border-bottom: none;
          color: #202020;
          display: block;
          font-family: Poppins;
          font-size: 18px;
          font-weight: 500;
          text-decoration: none;
          line-height: 86px;
          padding: 0;
          transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
          letter-spacing: -0.01em; }
          header .main-navigation .menu-primary-menu-container ul li a.active {
            color: #c43a68;
            border-bottom: 3px solid; }
          header .main-navigation .menu-primary-menu-container ul li a:hover {
            color: #c43a68; }
        header .main-navigation .menu-primary-menu-container ul li.current_page_item, header .main-navigation .menu-primary-menu-container ul li.current-menu-item, header .main-navigation .menu-primary-menu-container ul li.current_page_ancestor, header .main-navigation .menu-primary-menu-container ul li.current-menu-ancestor {
          border-bottom: 2px solid #c43a68; }
          header .main-navigation .menu-primary-menu-container ul li.current_page_item a, header .main-navigation .menu-primary-menu-container ul li.current-menu-item a, header .main-navigation .menu-primary-menu-container ul li.current_page_ancestor a, header .main-navigation .menu-primary-menu-container ul li.current-menu-ancestor a {
            color: #c43a68; }
  header .side-navigation {
    text-align: center; }
    header .side-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      header .side-navigation ul li {
        height: 86px;
        line-height: 86px;
        list-style: none;
        padding: 0;
        border: 0 none;
        display: inline-block;
        margin: 0 0.5em 0 0.5em;
        position: relative; }
      header .side-navigation ul li a {
        outline: none;
        border-bottom: none;
        color: #9899a2;
        display: block;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        line-height: 86px;
        padding: 0;
        transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
        letter-spacing: -0.01em; }
        header .side-navigation ul li a.active {
          color: #c43a68;
          border-bottom: 3px solid; }
        header .side-navigation ul li a:hover {
          color: #c43a68; }
      header .side-navigation ul li.current_page_item, header .side-navigation ul li.current-menu-item, header .side-navigation ul li.current_page_ancestor, header .side-navigation ul li.current-menu-ancestor {
        border-bottom: 2px solid #c43a68; }
        header .side-navigation ul li.current_page_item a, header .side-navigation ul li.current-menu-item a, header .side-navigation ul li.current_page_ancestor a, header .side-navigation ul li.current-menu-ancestor a {
          color: #c43a68; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  /*--------------------------------------------------------------
Site
--------------------------------------------------------------*/ }
  footer .site-info {
    border-top: 2px solid #ebefe3;
    padding: 14px 2.8em 0 2.8em;
    text-align: center;
    z-index: 10; }
    footer .site-info a {
      color: #202020;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: -0.01em;
      margin: 0 17px; }

#page {
  margin-bottom: 60px; }

#tabscontent {
  margin-bottom: 60px; }

#footwheel {
  background-color: #c43a68;
  color: white;
  height: 35px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase; }
  #footwheel img {
    vertical-align: -3px important; }

.suggest {
  z-index: 3;
  background-color: #fff;
  border: 1px #bbb solid;
  border-top: none; }
  .suggest .suggestrow {
    padding: 3px 7px; }
    .suggest .suggestrow:hover {
      background-color: #f3f3f3; }
  .suggest .suggestion_item_highlight {
    background-color : lightblue; }

.modalbox {
  border-radius: 30px;
  background-color: #fff; }
  .modalbox .modal-header {
    text-align: center; }
    .modalbox .modal-header .title {
      font-size: 18px;
      font-weight: 700; }
    .modalbox .modal-header .close {
      font-size: 17px;
      text-align: right;
      font-weight: normal;
      margin-top: 2px; }
  .modalbox .modal-body {
    background-color: #f9fcf3;
    padding: 5px; }
  .modalbox .modal-footer {
    text-align: right; }

body, button, input, select, textarea {
  color: #202020;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75; }

.button {
  background-color: #e2398f;
  border-radius: 25px;
  border: none;
  color: white;
  /*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/ }

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url(/i/fonts/Poppins-Medium.ttf); }

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url(/i/fonts/Poppins-Regular.ttf); }

@font-face {
  font-family: TT Firs Neue;
  font-weight: 500;
  src: url(/i/fonts/TTFirsNeue-Medium.ttf); }

@font-face {
  font-family: DM Sans;
  font-weight: 700;
  src: url(/i/fonts/DMSans-Bold.ttf); }

@font-face {
  font-family: DIN1451;
  font-weight: 200;
  src: url(/i/fonts/din1451alt.ttf); }

@font-face {
  font-family: DIN1451;
  font-weight: 400;
  src: url(/i/fonts/din1451alt G.ttf); }








































































.navigation {
  text-align: right;
  font-size: 13px;
  margin-right: 10px; }



























.table_container .table_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .table_container .tablerow1 {
    background-color: #f3f3f3; }
  .table_container .tablerow2 {
    background-color: #fff; }
  .table_container .tablerow1:hover {
    background-color: #eee; }
  .table_container .tablerow2:hover {
    background-color: #fcfcfc; }
  .table_container .tablerow {
    font-size: 11px; }
  .table_container #edittext {
    margin-top: -9px; }
  .table_container .tablerow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }












.view_container .view_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .view_container .viewrow1 {
    background-color: #f3f3f3; }
  .view_container .viewrow2 {
    background-color: #fff; }
  .view_container .viewrow1:hover {
    background-color: #eee; }
  .view_container .viewrow2:hover {
    background-color: #fcfcfc; }
  .view_container .viewrow {
    font-size: 11px; }
  .view_container #edittext {
    margin-top: -9px; }
  .view_container .viewrow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }





