.jb_theme-dark {
  --bg: #2B2B2B;
  --surface: #373737;
  --mcol: #D84339;
  --mcol_hover: #C53D34;
  --text: #FFF; }

.jb_theme-light {
  --bg: #F4F6F9;
  --surface: #DAE2ED;
  --mcol: #4CAF50;
  --mcol_hover: #43A047;
  --text: #000; }

.jb_theme-navy {
  --bg: #2F3442;
  --surface: #394051;
  --mcol: #26C6DA;
  --mcol_hover: #00ACC1;
  --text: #FFF; }

@font-face {
  font-family: IkarosSans;
  src: url("../fonts/Ikaros-Regular.otf"); }
@viewport {
  width: device-width;
  zoom: 1.0; }
@keyframes animatetop {
  from {
    top: -50%;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  font: normal 13px Arial, sans-serif;
  width: 100%;
  background-color: var(--bg);
  color: var(--text); }

h1 {
  color: var(--text);
  font-size: 14px;
  padding: 0 10px 0 0;
  font-weight: bold;
  text-align: left; }

hr {
  height: 2px;
  border: none;
  background: #525C66; }

select {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  height: 31px;
  margin-bottom: 5px; }

* {
  outline: none;
  border-radius: 0; }

.jb_shadow_0 {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.dot {
  line-height: 30px;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  color: #000;
  margin: auto;
  font-weight: bold;
  text-align: center; }

.priority {
  border-radius: 4px;
  color: #000;
  border: none;
  font-size: 12px;
  width: 90px;
  font-weight: bold;
  position: relative;
  margin: auto;
  text-align: center;
  float: none;
  height: 30px;
  line-height: 30px; }

.attachment_download {
  color: #000;
  border-radius: 4px;
  height: 25px;
  cursor: pointer;
  padding: 6px 6px 6px 35px;
  transition: 0.25s;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  white-space: nowrap; }
  .attachment_download:hover {
    background-color: var(--mcol_hover); }

input[type='submit']:hover {
  background: var(--mcol_hover); }

.jb_button_img {
  color: #000;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  background: var(--mcol);
  cursor: pointer;
  padding: 6px;
  transition: 0.25s; }
  .jb_button_img:hover {
    background-color: var(--mcol_hover); }

.jb_important_marker {
  color: red;
  font-weight: bold; }

#modal_table tbody td:last-child {
  padding-right: 10px; }

.modal_small_table_wrapper {
  width: 100%;
  height: 300px;
  overflow: auto; }

.jb_page_container {
  position: relative;
  min-height: 100%;
  text-align: center; }
  .jb_page_container .jb_table_block_div {
    height: calc(90vh - 110px);
    min-height: 250px;
    overflow: auto; }
  .jb_page_container .jb_table_block_div_weblog {
    height: calc(90vh - 35px);
    min-height: 250px;
    overflow: auto; }
    @media (max-width: 768px) {
      .jb_page_container .jb_table_block_div_weblog {
        overflow: scroll; } }
  .jb_page_container .jb_container_top {
    text-align: center;
    background: var(--surface);
    height: 50px;
    font-size: 9px; }
    .jb_page_container .jb_container_top img {
      margin-top: 10px;
      float: left;
      margin-left: 10px;
      width: 28px; }
    .jb_page_container .jb_container_top .acc_info {
      float: right;
      padding: 10px;
      font-size: 12px;
      font-weight: bold; }
      .jb_page_container .jb_container_top .acc_info span {
        float: left;
        color: var(--text);
        padding-right: 5px; }
        .jb_page_container .jb_container_top .acc_info span:first-of-type {
          line-height: 30px; }
        .jb_page_container .jb_container_top .acc_info span:nth-of-type(2) {
          margin-right: 5px; }
        @media (max-width: 768px) {
          .jb_page_container .jb_container_top .acc_info span:nth-of-type(2), .jb_page_container .jb_container_top .acc_info span:nth-of-type(3) {
            display: none; } }
      .jb_page_container .jb_container_top .acc_info span:hover {
        cursor: pointer; }
      .jb_page_container .jb_container_top .acc_info .menu_burger {
        display: none; }
        @media (max-width: 768px) {
          .jb_page_container .jb_container_top .acc_info .menu_burger {
            margin-left: 5px;
            margin-top: 0;
            display: block;
            padding: 5px;
            width: 22px;
            height: 22px;
            cursor: pointer;
            position: relative; } }
    .jb_page_container .jb_container_top .app_ver {
      position: absolute;
      left: 50px;
      top: 21px;
      font-size: 10px;
      font-family: 'IkarosSans', sans-serif;
      font-weight: bold;
      color: #9c9c9c; }
  .jb_page_container .jb_content_wrap {
    padding-bottom: 30px;
    overflow: hidden;
    margin: 0 40px 0 50px;
    width: calc(100% - 50px);
    transition: 0.3s; }
    @media (max-width: 768px) {
      .jb_page_container .jb_content_wrap {
        margin: 0;
        width: 100%; } }
    .jb_page_container .jb_content_wrap .jb_container {
      padding: 10px; }
      .jb_page_container .jb_content_wrap .jb_container h1 {
        margin-block-start: 0px !important; }
      .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder {
        display: flex;
        background: var(--surface);
        padding: 10px 0;
        height: 32px; }
        @media (max-width: 768px) {
          .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder {
            height: unset;
            display: block; } }
        .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item {
          font-weight: bold;
          padding: 0 10px; }
          .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item form select {
            padding: 2px;
            margin: 0 5px 0 5px; }
            @media (max-width: 768px) {
              .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item form select {
                margin: unset; } }
          @media (max-width: 768px) {
            .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item form {
              display: flex;
              flex-direction: column; } }
          @media (max-width: 768px) {
            .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item {
              display: block; } }
          .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item input[type="file"] {
            line-height: 25px;
            border-radius: 4px;
            border: none;
            padding: 3px;
            font-weight: bold;
            color: #000;
            background: var(--mcol);
            cursor: pointer; }
          .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item input[type="submit"] {
            border-radius: 4px;
            border: none;
            padding: 8px;
            font-weight: bold;
            color: #000;
            background: var(--mcol);
            cursor: pointer;
            transition: 0.25s;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            @media (max-width: 768px) {
              .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item input[type="submit"] {
                margin: 10px 0 0 0; } }
            .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item input[type="submit"]:hover {
              background: var(--mcol_hover); }
          .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item span {
            font-size: 13px;
            margin: 8px 0 0 10px; }
            @media (max-width: 768px) {
              .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item span {
                margin-left: unset;
                margin-bottom: 5px;
                text-align: left; } }
          .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item:nth-of-type(2) input {
            position: absolute;
            right: 0;
            margin-right: 20px; }
            @media (max-width: 768px) {
              .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item:nth-of-type(2) input {
                width: 100%;
                right: unset;
                margin-right: unset;
                position: relative; } }
          .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item:nth-of-type(2) #umadd {
            right: 20px;
            position: absolute; }
            @media (max-width: 768px) {
              .jb_page_container .jb_content_wrap .jb_container .jb_inner_menu_itemholder .jb_inner_menu_item:nth-of-type(2) #umadd {
                right: unset;
                position: unset;
                margin-top: 10px;
                display: block; } }
  .jb_page_container .jb_container_left {
    background: var(--surface);
    margin: 0 auto;
    height: calc(100% - 80px);
    transition: 0.3s;
    overflow: hidden;
    list-style-type: none;
    position: absolute;
    padding: 0;
    width: 50px; }
    @media (max-width: 768px) {
      .jb_page_container .jb_container_left {
        display: none;
        height: unset;
        width: 100%;
        position: unset; } }
    .jb_page_container .jb_container_left:hover ~ .jb_content_wrap {
      margin: 0 40px 0 160px;
      width: calc(100% - 160px); }
      @media (max-width: 768px) {
        .jb_page_container .jb_container_left:hover ~ .jb_content_wrap {
          margin: 0;
          width: 100%; } }
    .jb_page_container .jb_container_left:hover {
      width: 160px;
      transition: 0.3s; }
      @media (max-width: 768px) {
        .jb_page_container .jb_container_left:hover {
          margin: 0;
          width: 100%; } }
    .jb_page_container .jb_container_left .active {
      background: var(--mcol); }
    .jb_page_container .jb_container_left li {
      background: var(--surface);
      color: var(--text);
      width: 160px;
      height: 50px;
      border-bottom: 1px solid var(--bg);
      transition: 0.25s; }
      @media (max-width: 768px) {
        .jb_page_container .jb_container_left li {
          width: 100%; } }
      .jb_page_container .jb_container_left li a {
        display: block;
        color: var(--text);
        text-align: left;
        text-decoration: none;
        line-height: 50px;
        border-left: 4px solid var(--mcol);
        font-size: 11px;
        padding-left: 10px; }
        @media (max-width: 768px) {
          .jb_page_container .jb_container_left li a {
            padding-left: 0px;
            border-left: none;
            text-align: center; } }
        .jb_page_container .jb_container_left li a img {
          width: 20px;
          padding-right: 14px;
          position: relative;
          top: 6px;
          left: 2px; }
          @media (max-width: 768px) {
            .jb_page_container .jb_container_left li a img {
              width: 0px; } }
      .jb_page_container .jb_container_left li:hover {
        background: var(--mcol_hover);
        transition: 0.25s; }
    .jb_page_container .jb_container_left #c_logout, .jb_page_container .jb_container_left #switch {
      display: none; }
      @media (max-width: 768px) {
        .jb_page_container .jb_container_left #c_logout, .jb_page_container .jb_container_left #switch {
          display: block;
          background: var(--surface);
          color: var(--text);
          width: 100%;
          height: 50px;
          border-bottom: 1px solid var(--bg);
          transition: 0.25s;
          line-height: 50px; } }
  .jb_page_container .jb_container_bottom {
    height: 30px;
    background: var(--surface);
    text-align: center;
    line-height: 30px;
    width: 100%;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    left: 0; }

/* Table */
.jb_table {
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 12px Arial, sans-serif;
  background: var(--bg);
  text-align: center;
  border: none;
  width: 100%;
  overflow-y: scroll;
  font-weight: bold; }
  .jb_table thead th {
    background: var(--surface);
    padding: 15px;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 1; }
    .jb_table thead th tr:nth-child(2) {
      background: var(--surface);
      height: 50px;
      position: sticky;
      top: 44px;
      z-index: 1; }
      .jb_table thead th tr:nth-child(2):nth-child(even) {
        background: var(--surface);
        color: var(--text);
        padding: 10px; }
  .jb_table thead input {
    border: 1px solid var(--bg); }
  .jb_table tbody tr:nth-child(even) {
    background: var(--surface); }
  .jb_table tfoot th {
    background-color: var(--surface);
    padding: 8px 15px;
    font-weight: bold;
    font-size: 12px; }

.modal {
  transition: 3s;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  overflow-y: scroll; }
  .modal .modal_content {
    border-left: 10px solid var(--mcol);
    background-color: var(--bg);
    padding: 15px;
    animation-name: animatetop;
    border-radius: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation-duration: 0.4s;
    overflow: auto; }
    @media (max-width: 768px) {
      .modal .modal_content {
        border-left: none;
        width: 90vw;
        height: 80vh !important; } }
    @media (min-width: 769px) {
      .modal .modal_content {
        width: 70vw; } }
    @media (min-width: 1440px) {
      .modal .modal_content {
        width: 850px; } }
    .modal .modal_content .modal_dep_table {
      height: 250px;
      overflow: auto;
      clear: both;
      margin-top: 30px; }
    .modal .modal_content h1 {
      float: left; }
    .modal .modal_content span:nth-of-type(1) {
      clear: both; }
    .modal .modal_content .modal_close_btn {
      border-radius: 4px;
      border: none;
      padding: 8px 20px;
      font-size: 12px;
      cursor: pointer;
      background: var(--mcol);
      float: right;
      width: 100px;
      font-weight: bold;
      position: relative;
      right: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .modal .modal_content .modal_close_btn:hover {
        background: var(--mcol_hover); }
    .modal .modal_content .modal_save_btn {
      border-radius: 4px;
      border: none;
      padding: 8px 20px;
      font-size: 12px;
      cursor: pointer;
      background: var(--mcol);
      float: right;
      width: 100px;
      font-weight: bold;
      position: absolute;
      bottom: 15px;
      right: 15px;
      z-index: 20;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .modal .modal_content .modal_save_btn:hover {
        background: var(--mcol_hover); }
      @media (max-width: 768px) {
        .modal .modal_content .modal_save_btn {
          position: unset; } }
    .modal .modal_content .modal_section_left {
      float: left;
      width: calc(60% - 10px);
      clear: both; }
      @media (max-width: 768px) {
        .modal .modal_content .modal_section_left {
          width: 100% !important; } }
    .modal .modal_content .modal_section_right {
      margin-top: 5px;
      float: right;
      width: calc(40% - 10px); }
      @media (max-width: 768px) {
        .modal .modal_content .modal_section_right {
          width: 100% !important; } }
      .modal .modal_content .modal_section_right .modal_attachment_wrapper {
        width: 100%;
        box-sizing: border-box;
        clear: both;
        height: 130px;
        overflow: hidden;
        overflow-y: scroll;
        margin-bottom: 10px; }
      .modal .modal_content .modal_section_right .modal_binded_requests {
        width: 100%;
        height: 45px;
        padding: 5px 0;
        box-sizing: border-box;
        float: left;
        text-align: left; }
      .modal .modal_content .modal_section_right #modal_request_description,
      .modal .modal_content .modal_section_right #modal_ticket_description {
        width: 100%;
        height: 250px;
        resize: none;
        background: white;
        border: none;
        border-radius: 2px;
        padding: 5px;
        border: 1px solid #e2e2e2;
        float: left;
        color: #000;
        box-sizing: border-box;
        margin-bottom: 5px;
        white-space: pre-line;
        overflow: auto;
        text-align: left; }
      .modal .modal_content .modal_section_right h2 {
        color: var(--text);
        font-size: 11px;
        text-align: left; }
        .modal .modal_content .modal_section_right h2:nth-of-type(2) {
          float: left;
          margin-top: -7px; }
    .modal .modal_content span {
      float: left; }
    .modal .modal_content textarea {
      width: 100%;
      height: 250px;
      resize: none;
      background: white;
      border: none;
      border-radius: 2px;
      padding: 5px;
      border: 1px solid #e2e2e2;
      float: left;
      color: #000;
      box-sizing: border-box;
      margin-bottom: 5px;
      white-space: pre-line;
      overflow: auto;
      text-align: left; }
      @media (max-width: 768px) {
        .modal .modal_content textarea {
          height: 150px !important; } }
    .modal .modal_content input[type="text"],
    .modal .modal_content input[type="password"] {
      background: white;
      border: none;
      border-radius: 2px;
      height: 30px;
      width: 100%;
      padding: 0 5px;
      border: 1px solid #e2e2e2;
      box-sizing: border-box;
      margin-bottom: 5px; }
    .modal .modal_content #file {
      border-radius: 4px;
      border: none;
      padding: 6px 5px;
      font-weight: bold;
      color: #000;
      background: var(--mcol);
      margin-bottom: 5px;
      cursor: pointer;
      height: 25px;
      line-height: 25px;
      width: 97%; }
      @media (max-width: 768px) {
        .modal .modal_content #file {
          width: 100%;
          height: 35px;
          box-sizing: border-box; } }

/* Calendar */
.calendar_wrapper {
  width: 100%;
  float: left;
  margin-bottom: 30px; }

.calendar_month {
  height: 70px;
  line-height: 35px;
  background: var(--mcol);
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px; }

.calendar_day {
  width: calc(100% / 7 - 2px);
  float: left;
  border: 1px solid var(--bg);
  background: var(--surface);
  cursor: pointer;
  font-size: calc(100% / 7 * 5);
  height: 90px; }

.jb_loginpage_block {
  width: 581px;
  height: 290px;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block {
    width: 100%;
    height: 100%;
    top: unset;
    position: unset;
    top: unset;
    -ms-transform: unset;
    transform: unset; } }

  .jb_loginpage_block .jb_loginpage_block_part {
    padding: 10px;
    background: var(--surface);
    width: 270px;
    height: 270px;
    float: left; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part {
    padding: 0;
    width: 100%;
    height: 50%; } }

    .jb_loginpage_block .jb_loginpage_block_part:nth-child(odd) {
      border-left: 20px solid var(--mcol);
      width: 250px; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part:nth-child(odd) {
    width: 100%;
    border-left: none;
    position: relative; } }

@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part:nth-child(odd) .jb_loginpage_form_logo_wrapper {
    width: 200px;
    height: 240px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute; } }

    .jb_loginpage_block .jb_loginpage_block_part span {
      position: absolute;
      left: 100px;
      font-size: 14px;
      font-family: 'IkarosSans', sans-serif;
      color: var(--mcol);
      bottom: 115px; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part span {
    left: unset;
    bottom: unset;
    top: 110px;
    position: relative;
    font-size: 18px; } }

    .jb_loginpage_block .jb_loginpage_block_part img {
      position: relative;
      top: 95px;
      left: 45px;
      width: 200px; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part img {
    left: unset;
    width: 100%; } }

    .jb_loginpage_block .jb_loginpage_block_part form {
      position: relative;
      top: 65px;
      left: 20px; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part form {
    width: 200px;
    margin: 0 auto;
    left: 0; } }

      .jb_loginpage_block .jb_loginpage_block_part form input[type="text"],
      .jb_loginpage_block .jb_loginpage_block_part form input[type="password"] {
        width: 180px;
        background: var(--bg);
        border: none;
        border-radius: 4px;
        padding: 10px;
        margin: 5px 0 5px 20px;
        text-align: left;
        color: var(--text);
        box-sizing: content-box; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part form input[type="text"],
  .jb_loginpage_block .jb_loginpage_block_part form input[type="password"] {
    margin: 5px; } }

      .jb_loginpage_block .jb_loginpage_block_part form input[type="text"]:focus,
      .jb_loginpage_block .jb_loginpage_block_part form input[type="password"]:focus,
      .jb_loginpage_block .jb_loginpage_block_part form select:focus,
      .jb_loginpage_block .jb_loginpage_block_part form input:focus {
        box-shadow: 0 0 0 2px var(--mcol) inset;
        outline: none; }
      .jb_loginpage_block .jb_loginpage_block_part form input[type="submit"] {
        border-radius: 4px;
        border: none;
        padding: 10px;
        font-weight: bold;
        color: var(--text);
        background: var(--mcol);
        cursor: pointer;
        width: 200px;
        position: relative;
        left: 20px;
        top: 18px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part form input[type="submit"] {
    left: 5px; } }

      .jb_loginpage_block .jb_loginpage_block_part form a {
        position: absolute;
        top: 190px;
        width: 120px;
        color: #9EA1A7;
        font-weight: bold;
        left: 140px;
        font-size: 10px; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part form a {
    position: relative;
    top: 30px;
    left: 5px; } }

      .jb_loginpage_block .jb_loginpage_block_part form img {
        width: 16px;
        filter: contrast(1%) sepia(0%);
        position: relative;
        top: 2px;
        right: 27px;
        left: unset; }
@media (max-width: 768px) and (orientation: portrait) {
  .jb_loginpage_block .jb_loginpage_block_part form img {
    left: 180px;
    top: -30px; } }

.jb_announce {
  margin: 0 auto;
  position: relative;
  background: var(--surface);
  width: 400px;
  height: 50px;
  border-radius: 4px;
  padding: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .jb_announce a {
    color: var(--mcol);
    float: right;
    font-weight: bold; }
    .jb_announce a:hover {
      color: var(--mcol_hover); }

.jb_status_green {
  background: #2dc72d;
  padding: 5px;
  border-radius: 4px;
  width: 22px; }

.jb_status_red {
  background: #e40c0c;
  padding: 5px;
  border-radius: 4px;
  width: 22px; }
