/* @include default-transition(all,2s,ease-out); */
/*********** Below CSS For Body **************/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  background-color: #f3f9ff;
  color: #000000; }
  body.login-bg {
    background-image: url(../images/banner/bg.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.validation-error-msg {
    font-size: 12px;
    font-weight: 500;
    color: #bf1d2d;
    padding: 2px 0px 1px 5px;
}

/*********** Below CSS For customizing buttons **************/
.jtt-primary-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  background-color: #bf1d2d;
  border: 1px solid transparent;
  margin-top: 5px; }
  .jtt-primary-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    color: #ffffff; }
  .jtt-primary-btn:active, .jtt-primary-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-search-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #bf1d2d;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600; }
  .jtt-search-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    color: #ffffff; }
  .jtt-search-btn:active, .jtt-search-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-back-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #000000;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600; }
  .jtt-back-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #303030;
    color: #ffffff; }
  .jtt-back-btn:active, .jtt-back-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-pkg-add-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #339900 !important;
  color: #339900;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .jtt-pkg-add-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #339900;
    border-color: #339900;
    color: #ffffff; }
  .jtt-pkg-add-btn:active, .jtt-pkg-add-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-pkg-del-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #cc0000 !important;
  color: #cc0000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .jtt-pkg-del-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff; }
  .jtt-pkg-del-btn:active, .jtt-pkg-del-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

/************** Default Custom Radio Button CSS ******************/
.custom-radio-btn-cls label.radio {
  cursor: pointer;
  width: 100%; }

.custom-radio-btn-cls .radio {
  display: inline-block;
  position: relative;
  margin: 0; }
  .custom-radio-btn-cls .radio label {
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer; }
  .custom-radio-btn-cls .radio label > span {
    float: left; }
  .custom-radio-btn-cls .radio input[type="radio"] {
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    margin-left: 0px;
    cursor: pointer; }
  .custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .custom-radio-btn-cls .radio input:checked + .outer {
    border: 1px solid #bf1d2d; }
  .custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #bf1d2d; }
  .custom-radio-btn-cls .radio .outer {
    height: 14px;
    width: 14px;
    display: block;
    float: left;
    border: 1px solid #333333;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: 3px;
    margin-right: 10px; }
  .custom-radio-btn-cls .radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 8px;
    width: 8px;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #333333;
    opacity: 0; }

/************** Default Custom Checkboxes Button CSS ******************/
.custom-input {
  background: #ffffff; }
  .custom-input input[type="checkbox"] {
    display: none; }
  .custom-input input[type="checkbox"] + label {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .custom-input input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
  .custom-input input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #bf1d2d;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .custom-input input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.custom-combodate-option-cls {
  padding: 0px 16px;
  display: -webkit-box; }
  .custom-combodate-option-cls select {
    width: auto;
    padding: 0px 2px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    border-color: #ced4da; }
    .custom-combodate-option-cls select option {
      padding: 0px;
      height: 25px; }
    .custom-combodate-option-cls select.day {
      margin: 0px !important;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      width: 29%; }
    .custom-combodate-option-cls select.month {
      margin: 0px -6px !important;
      border-radius: 0px;
      width: 33%; }
    .custom-combodate-option-cls select.year {
      margin: 0px !important;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      width: 38%; }
    .custom-combodate-option-cls select:hover, .custom-combodate-option-cls select:active, .custom-combodate-option-cls select:focus {
      outline: none;
      box-shadow: none; }

/*********** Below CSS For Form input Customize Part **************/
.jtt-mainbody-login-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .jtt-mainbody-login-section label.label-strong-cls {
    font-weight: 600; }
  .jtt-mainbody-login-section label .mandatory {
    font-size: 12px;
    color: #cc3333; }

.jtt-mainbody-login-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .jtt-mainbody-login-section .form-control:hover, .jtt-mainbody-login-section .form-control:active, .jtt-mainbody-login-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-data-tbl-panel .form-control {
  padding: 3px 10px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .jtt-data-tbl-panel .form-control:hover, .jtt-data-tbl-panel .form-control:active, .jtt-data-tbl-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-data-tbl-panel textarea.form-control {
  padding: 3px 10px;
  height: unset;
  color: #000000;
  font-size: 13px; }
  .jtt-data-tbl-panel textarea.form-control:hover, .jtt-data-tbl-panel textarea.form-control:active, .jtt-data-tbl-panel textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-data-tbl-panel .form-control-file.form-control {
  border: unset !important; }

.jtt-data-tbl-panel .data-tbl-custom-chk-box-section {
  padding-right: 2px;
  padding-left: 3px; }
  .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert {
    margin-bottom: 3px;
    margin-left: 6px;
    padding: 0;
    list-style: none; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:checked, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px;
      opacity: 0; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:checked + label, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      color: #666666;
      font-size: 13px;
      font-weight: 500;
      width: 100%;
      cursor: pointer; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:checked + label:before, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #999999;
      border-radius: 2px;
      background: #ffffff; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:checked + label:before {
      border: 1px solid #bf1d2d;
      content: '';
      width: 18px;
      height: 18px;
      background: #bf1d2d;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 2px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li input[type="checkbox"]:checked + label:after {
      position: absolute;
      left: 6px;
      top: 3px;
      content: '';
      display: block;
      width: 6px;
      height: 10px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li .truncate {
      /*width: 130px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    display: inline-block;
                    overflow: hidden;*/
      color: #666666;
      font-size: 13px; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li.show-more-link {
      font-size: 12px;
      text-decoration: none;
      color: #2c97fc;
      font-weight: 500;
      cursor: pointer; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li.show-more-link:hover, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li.show-more-link:active, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-vert li.show-more-link:focus {
        outline: none;
        box-shadow: none;
        color: #2c97fc; }
  .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz {
    margin-bottom: 3px;
    margin-left: 6px;
    padding: 0;
    list-style: none; }
    .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li {
      padding: 0px 10px; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:checked, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px;
        opacity: 0; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:checked + label, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        color: #666666;
        font-size: 13px;
        font-weight: 500;
        width: 100%;
        cursor: pointer; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:checked + label:before, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #999999;
        border-radius: 2px;
        background: #ffffff; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:checked + label:before {
        border: 1px solid #bf1d2d;
        content: '';
        width: 18px;
        height: 18px;
        background: #bf1d2d;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li input[type="checkbox"]:checked + label:after {
        position: absolute;
        left: 6px;
        top: 3px;
        content: '';
        display: block;
        width: 6px;
        height: 10px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li .truncate {
        /*width: 130px;
                     text-overflow: ellipsis;
                     white-space: nowrap;
                     display: inline-block;
                     overflow: hidden;*/
        color: #666666;
        font-size: 13px; }
      .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li.show-more-link {
        font-size: 12px;
        text-decoration: none;
        color: #2c97fc;
        font-weight: 500;
        cursor: pointer; }
        .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li.show-more-link:hover, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li.show-more-link:active, .jtt-data-tbl-panel .data-tbl-custom-chk-box-section ul.data-tbl-custom-chk-box-horz li.show-more-link:focus {
          outline: none;
          box-shadow: none;
          color: #2c97fc; }

/********** Below CSS for Delete Confirmation - B2B ********/
.delete-confirmation-modal.modal {
  font-size: 13px;
  font-weight: 600; }
  .delete-confirmation-modal.modal h6 {
    font-size: 15px;
    color: #2a4673; }
  .delete-confirmation-modal.modal .modal-dialog {
    max-width: 400px; }
  .delete-confirmation-modal.modal .modal-header, .delete-confirmation-modal.modal .modal-body, .delete-confirmation-modal.modal .modal-footer {
    padding: 20px 30px; }
  .delete-confirmation-modal.modal .modal-content {
    border-radius: 3px; }
  .delete-confirmation-modal.modal .modal-footer {
    background: #f8fbff;
    border-radius: 0 0 3px 3px; }
  .delete-confirmation-modal.modal .modal-title {
    display: inline-block; }
  .delete-confirmation-modal.modal button {
    border-radius: 2px; }
    .delete-confirmation-modal.modal button:hover, .delete-confirmation-modal.modal button:active, .delete-confirmation-modal.modal button:focus {
      outline: none;
      box-shadow: none; }
  .delete-confirmation-modal.modal .btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600; }
    .delete-confirmation-modal.modal .btn:hover, .delete-confirmation-modal.modal .btn:active, .delete-confirmation-modal.modal .btn:focus {
      outline: none;
      box-shadow: none; }

/*********** Below CSS For Menu Side + Header + Main Content Body + Footer Panel **************/
.jtt-main-body-section .jtt-menu-side-panel {
  width: 230px;
  background-color: #ffffff;
  position: relative;
  top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 500;
  transition-property: top,bottom,width;
  transition-duration: .2s,.2s,.35s;
  transition-timing-function: linear,linear,ease;
  -webkit-overflow-scrolling: touch; }
  .jtt-main-body-section .jtt-menu-side-panel.sidebar-icon-only {
    width: 0px; }
  .jtt-main-body-section .jtt-menu-side-panel .sp-brand-logo {
    min-height: 64px;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(28, 39, 60, 0.08);
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 245px; }
    .jtt-main-body-section .jtt-menu-side-panel .sp-brand-logo img {
      max-width: 150px;
      margin: 5px 10px; }
    .jtt-main-body-section .jtt-menu-side-panel .sp-brand-logo img.side-menu-close {
      cursor: pointer;
      position: absolute;
      top: 18px;
      right: 2px;
      display: none; }
  .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list {
    position: relative;
    top: 70px;
    padding-bottom: 10px; }
    .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list.jtt-side-menu-custom-scrollbar {
      height: 90vh;
      overflow: hidden;
      position: relative; }
      .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list.jtt-side-menu-custom-scrollbar.side-panel-menu-fixed {
        position: fixed; }
    .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group {
      margin: 0;
      padding: 0px 3px;
      list-style: none;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 0;
      width: 250px; }
      .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li {
        border-left: none;
        border-right: none;
        background-color: #ffffff;
        padding: 0rem .55rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
        font-size: 13px;
        font-weight: 600;
        clear: both; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li:first-child {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-top: none; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li:last-child {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          border-bottom: none; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li.custom-switch-link .custom-switch, .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li.custom-switch-link label {
          cursor: pointer; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .main-menu a {
          color: #4a4a4a; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .main-menu a .user-menu-right-arrow {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 7px;
            right: 8px;
            z-index: 2;
            background: url("../images/user_menu_arrow_right_ic.png") no-repeat;
            transform: rotate(0deg);
            transition-duration: 0.2;
            transition: all .2s ease-out; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .main-menu a .user-menu-right-arrow.active-main-menu {
              transform: rotate(90deg); }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .main-menu a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .main-menu a img {
            margin-right: 1px;
            margin-left: 0px;
            width: 30px; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .sub-main-menu a {
          color: #4a4a4a; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .sub-main-menu a .sub-menu-right-arrow {
            width: 24px;
            height: 24px;
            position: relative;
            z-index: 2;
            background: url("../images/user_menu_arrow_right_ic.png") no-repeat;
            transform: rotate(0deg);
            transition-duration: 0.2;
            transition: all .2s ease-out; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .sub-main-menu a .sub-menu-right-arrow.active-sub-menu {
              transform: rotate(90deg); }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .sub-main-menu a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li .sub-main-menu a img {
            margin-right: 3px;
            margin-left: -5px; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li:hover .main-menu {
          background: #e4f1ff; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li:hover .main-menu a {
            color: #bf1d2d; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li.active {
          border-color: #dfdfdf; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li.active .main-menu {
            background: #e4f1ff; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group li.active .main-menu a {
              color: #bf1d2d; }
      .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list {
        background-color: #ffffff; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list ul.sub-menu {
          flex-direction: column;
          border-left: 2px solid #e3e7ed; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list ul.sub-menu li {
            background-color: #ffffff;
            border-bottom: 1px dotted #cdd4e0;
            color: #4a4a4a;
            padding: 0; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list ul.sub-menu li:last-child {
              border-bottom: none; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list ul.sub-menu li a.sub-main-tab {
              color: #4a4a4a; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list ul.sub-menu li:hover a.sub-main-tab {
              background-color: #f3f9ff;
              color: #bf1d2d; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list ul.sub-menu li.active {
              border-left: 3px solid #bf1d2d;
              margin-left: -2px; }
              .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .user-sub-menu-list ul.sub-menu li.active a.sub-main-tab {
                background-color: #f3f9ff;
                color: #bf1d2d; }
      .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list {
        background-color: #ffffff;
        padding-left: 5px !important; }
        .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child {
          flex-direction: column;
          border-left: 2px solid #e3e7ed;
          width: 204px; }
          .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child li {
            background-color: #ffffff;
            border-bottom: 1px dotted #cdd4e0;
            color: #4a4a4a;
            padding: 0; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child li:first-child {
              border-top: 1px dotted #cdd4e0; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child li:last-child {
              border-bottom: none; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child li a {
              color: #4a4a4a; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child li:hover a {
              background-color: #f3f9ff;
              color: #bf1d2d; }
            .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child li.active {
              border-left: 3px solid #bf1d2d;
              margin-left: -2px; }
              .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list ul.list-group .sub-menu-list ul.sub-menu-child li.active a {
                background-color: #f3f9ff;
                color: #bf1d2d; }

.jtt-main-body-section .jtt-main-panel {
  box-shadow: 0 0 7px rgba(28, 39, 60, 0.08);
  position: relative;
  z-index: 600;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid #f6f7f9; }
  .jtt-main-body-section .jtt-main-panel .jtt-header-section {
    background-color: #ffffff;
    border-bottom: 1px solid #cdd4e0;
    box-shadow: 0 0 10px rgba(28, 39, 60, 0.06);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    height: 64px; }
    .jtt-main-body-section .jtt-main-panel .jtt-header-section .normal-txt {
      color: #bf1d2d;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.5px; }
    .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-header-menu-icon {
      margin-right: 10px;
      width: 20px;
      height: 30px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-header-menu-icon span {
        display: block;
        position: relative;
        width: 15px;
        height: 2px;
        background-color: #bf1d2d;
        border-radius: 3px;
        transition: all 0.2s ease-in-out; }
        .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-header-menu-icon span:before, .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-header-menu-icon span:after {
          content: '';
          position: absolute;
          left: 0;
          width: 20px;
          height: 2px;
          background-color: #bf1d2d;
          border-radius: 3px;
          transition: all 0.2s ease-in-out; }
        .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-header-menu-icon span:before {
          top: -6px; }
        .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-header-menu-icon span:after {
          bottom: -6px; }
    .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-brand-img img {
      max-width: 124px; }
    .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .jtt-img-user {
      color: #bf1d2d;
      cursor: pointer;
      font-size: 13px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      font-weight: 600;
      margin-right: 18px; }
      .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .jtt-img-user img {
        outline: none;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        margin-right: 3px;
        margin-top: -4px;
        border: 1px solid rgba(210, 214, 219, 0.3); }
      .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .jtt-img-user .user-menu-down-arrow {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 19px;
        right: 15px;
        z-index: 2;
        background: url("../images/user_menu_arrow_down_ic.png") no-repeat; }
      .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .jtt-img-user.show:before {
        content: '';
        position: absolute;
        bottom: -26px;
        right: 26px;
        margin-left: -7px;
        width: 14px;
        height: 14px;
        border: 2px solid transparent;
        border-top-color: #cdd4e0;
        border-left-color: #cdd4e0;
        transform: rotate(45deg);
        background-color: #ffffff;
        z-index: 9999; }
    .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .dropdown-menu {
      padding-top: 3px;
      padding-bottom: 0px;
      position: absolute;
      top: 78px;
      left: auto;
      right: 10px;
      bottom: auto;
      width: 200px;
      border-color: #cdd4e0;
      border-width: 2px;
      display: none; }
      .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .dropdown-menu.show {
        display: block; }
      .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .dropdown-menu .dropdown-item {
        position: relative;
        padding: 0;
        height: 38px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        border-left: none;
        border-right: none;
        background-color: #ffffff;
        padding: .07rem .85rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #2a4673; }
        .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .dropdown-menu .dropdown-item:hover {
          color: #bf1d2d; }
        .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .dropdown-menu .dropdown-item:first-child {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-top: none; }
        .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-profile-menu .dropdown-menu .dropdown-item:last-child {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          border-bottom: none; }
  .jtt-main-body-section .jtt-main-panel .jtt-content-body-section {
    margin: 25px 0px; }
    .jtt-main-body-section .jtt-main-panel .jtt-content-body-section .main-heading {
      font-size: 17px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      font-weight: 600;
      letter-spacing: 0.3px;
      line-height: 24px;
      color: #bf1d2d; }
      .jtt-main-body-section .jtt-main-panel .jtt-content-body-section .main-heading .jtt-title-bottom-line {
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bf1d2d 60%), to(#000000 60%));
        background-image: -webkit-linear-gradient(135deg, #bf1d2d 60%, #000000 60%);
        background-image: -moz-linear-gradient(135deg, #bf1d2d 60%, #000000 60%);
        background-image: -ms-linear-gradient(135deg, #bf1d2d 60%, #000000 60%);
        background-image: -o-linear-gradient(135deg, #bf1d2d 60%, #000000 60%);
        background-image: linear-gradient(135deg, #bf1d2d 60%, #000000 60%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#bf1d2d 60%', EndColorStr='#000000 60%')";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bf1d2d 60%', EndColorStr='#000000 60%');
        height: 4px;
        width: 70px; }
  .jtt-main-body-section .jtt-main-panel .jtt-footer-section {
    background-color: #ffffff;
    border-top: 1px solid #cdd4e0;
    margin-top: auto;
    min-height: 55px; }
    .jtt-main-body-section .jtt-main-panel .jtt-footer-section .normal-txt {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.3px;
      padding: 3px 20px 0;
      align-items: center;
      justify-content: space-between;
      color: #687896; }

/*********** Below CSS For Dashboard Page **************/
.jtt-main-content-panel .jtt-dashboard-section .card {
  border-radius: 8px; }
  .jtt-main-content-panel .jtt-dashboard-section .card .card-dtl-img {
    width: 77px;
    border-radius: 100%;
    border-right: 1px solid #bf1d2d;
    border-top: 1px solid #bf1d2d;
    height: 74px;
    display: inline-block; }
  .jtt-main-content-panel .jtt-dashboard-section .card .card-body {
    min-height: 177px; }
    .jtt-main-content-panel .jtt-dashboard-section .card .card-body .card-title {
      font-size: 13px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      font-weight: 600; }
    .jtt-main-content-panel .jtt-dashboard-section .card .card-body .card-total-cnt {
      font-size: 32px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      font-weight: 600;
      letter-spacing: 0.3px;
      color: #2a4673; }

/*********** Below CSS For Data Table Listing Page **************/
.jtt-data-tbl-section {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block;
  border-radius: 5px; }
  .jtt-data-tbl-section.data-tbl-custom-cls {
    position: absolute;
    overflow-x: hidden;
    width: 100%; }
  .jtt-data-tbl-section .data-tbl-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bo_tab_up_arrow.png") no-repeat; }
  .jtt-data-tbl-section .data-tbl-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bo_tab_down_arrow.png") no-repeat; }
  .jtt-data-tbl-section .data-tbl-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-data-tbl-section .data-tbl-panel-bg .data-tbl-panel-label {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #bf1d2d;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      .jtt-data-tbl-section .data-tbl-panel-bg .data-tbl-panel-label.data-tbl-info-sh {
        cursor: pointer; }
      .jtt-data-tbl-section .data-tbl-panel-bg .data-tbl-panel-label .truncate {
        width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden; }
  .jtt-data-tbl-section .data-tbl-form-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .jtt-data-tbl-section .data-tbl-form-info label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
      .jtt-data-tbl-section .data-tbl-form-info label.label-strong-cls {
        font-weight: 600; }
      .jtt-data-tbl-section .data-tbl-form-info label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-data-tbl-section .data-tbl-form-info .custom-badge {
      font-size: 13px;
      font-weight: 600;
      background-color: #e4f1ff;
      color: #2a4673;
      padding: 7px 12px;
      margin-bottom: 8px; }
    .jtt-data-tbl-section .data-tbl-form-info .sub-heading {
      font-size: 13px;
      color: #2a4673;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .jtt-data-tbl-section .data-tbl-form-info .input-group-text {
      font-size: 13px;
      color: #2a4673;
      font-weight: 600; }
    .jtt-data-tbl-section .data-tbl-form-info .btn-radio-tab-custom-grp:hover, .jtt-data-tbl-section .data-tbl-form-info .btn-radio-tab-custom-grp:active, .jtt-data-tbl-section .data-tbl-form-info .btn-radio-tab-custom-grp:focus {
      outline: none;
      box-shadow: none; }
    .jtt-data-tbl-section .data-tbl-form-info .btn-radio-tab-custom-grp.active {
      font-size: 12px;
      background-color: #bf1d2d;
      color: #ffffff;
      font-weight: 500;
      border-color: #bf1d2d; }
    .jtt-data-tbl-section .data-tbl-form-info .btn-radio-tab-custom-grp.noActive {
      font-size: 12px;
      background-color: #ffffff;
      color: #333333;
      font-weight: 500;
      border-color: #cccccc; }
    .jtt-data-tbl-section .data-tbl-form-info ul.data-tbl-radio-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      .jtt-data-tbl-section .data-tbl-form-info ul.data-tbl-radio-type li {
        font-size: 13px;
        font-weight: 600;
        display: block;
        float: left; }
    .jtt-data-tbl-section .data-tbl-form-info .data-tbl-input-date .form-control {
      padding-left: 10px;
      padding-right: 10px; }
    .jtt-data-tbl-section .data-tbl-form-info .data-tbl-input-date .data-tbl-cal-img {
      position: absolute;
      top: 29px;
      right: 12px;
      z-index: 0;
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      pointer-events: none;
      font-size: 13px; }
    .jtt-data-tbl-section .data-tbl-form-info .jtt-pkg-img-panel ul {
      padding: 0;
      list-style: none; }
    .jtt-data-tbl-section .data-tbl-form-info .jtt-pkg-img-panel .pkg-preview-panel .img-thumbnail {
      width: 200px;
      height: 150px; }
      .jtt-data-tbl-section .data-tbl-form-info .jtt-pkg-img-panel .pkg-preview-panel .img-thumbnail img {
        width: 188px;
        height: 140px;
        object-fit: cover; }
    .jtt-data-tbl-section .data-tbl-form-info .jtt-pkg-img-panel .pkg-preview-panel .pkg-img-link {
      font-size: 13px;
      font-weight: 600;
      color: #bf1d2d;
      cursor: pointer; }
  .jtt-data-tbl-section .data-tbl-list-data {
    font-size: 13px; }
    .jtt-data-tbl-section .data-tbl-list-data label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
    .jtt-data-tbl-section .data-tbl-list-data .form-control {
      color: #000000;
      font-size: 13px; }
      .jtt-data-tbl-section .data-tbl-list-data .form-control:hover, .jtt-data-tbl-section .data-tbl-list-data .form-control:active, .jtt-data-tbl-section .data-tbl-list-data .form-control:focus {
        outline: none;
        box-shadow: none; }
    .jtt-data-tbl-section .data-tbl-list-data .pagination {
      margin: 8px 0px !important; }
      .jtt-data-tbl-section .data-tbl-list-data .pagination a:hover, .jtt-data-tbl-section .data-tbl-list-data .pagination a:active, .jtt-data-tbl-section .data-tbl-list-data .pagination a:focus {
        outline: none;
        box-shadow: none; }
    .jtt-data-tbl-section .data-tbl-list-data table th {
      background-color: #f1f1f1;
      font-size: 13px;
      font-weight: 600;
      border-bottom: none;
      border-top: none;
      white-space: nowrap; }
    .jtt-data-tbl-section .data-tbl-list-data table td {
      vertical-align: middle;
      font-size: 13px; }
      .jtt-data-tbl-section .data-tbl-list-data table td.dt-link-col {
        font-weight: 600;
        color: #bf1d2d;
        cursor: pointer; }
      .jtt-data-tbl-section .data-tbl-list-data table td.dt-img img {
        width: 48px;
        margin-right: 12px;
        border-radius: 100%; }
      .jtt-data-tbl-section .data-tbl-list-data table td.ws-break {
        white-space: normal;
        min-width: 250px; }
      .jtt-data-tbl-section .data-tbl-list-data table td .highlight-badge {
        font-size: 12px;
        background-color: #e4f1ff;
        color: #2a4673;
        padding: 7px 12px; }
      .jtt-data-tbl-section .data-tbl-list-data table td .dropdown a i {
        font-size: 17px; }
      .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu {
        padding: 0px;
        box-shadow: 0 0 7px rgba(28, 39, 60, 0.08); }
        .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li {
          padding: 4px 10px;
          border-bottom: 1px solid rgba(127, 142, 171, 0.26);
          cursor: pointer; }
          .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li:hover {
            background-color: #eeeeee; }
          .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li:last-child {
            border-bottom: none; }
          .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li a {
            font-size: 14px;
            color: #bf1d2d; }
            .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li a:hover, .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li a:active, .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li a:focus {
              color: #bf1d2d;
              text-decoration: none; }
            .jtt-data-tbl-section .data-tbl-list-data table td .dropdown ul.dropdown-menu li a i {
              padding-right: 5px; }
      .jtt-data-tbl-section .data-tbl-list-data table td .dropdown .dropdown-toggle::after {
        display: none; }

/**************** Login CSS - Back Office Admin Panel *********/
.jtt-mainbody-login-section .jtt-ma-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .jtt-mainbody-login-section .jtt-ma-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section {
  padding: 0px 15px;
  height: 100vh; }
  .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd {
    padding: 0px 15px;
    border: 1px solid #d5dde8;
    margin: 50px auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    -moz-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    background-color: #ffffff; }
    .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel {
      margin: auto;
      min-height: 400px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-brand img {
        max-width: 170px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-signin-alert-msg {
        font-size: 13px;
        font-weight: 500;
        background-color: #fdeaea;
        padding: 6px;
        border-radius: 4px;
        color: #cc0000;
        margin-bottom: 10px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-title {
        font-size: 15px;
        line-height: 22px;
        color: #2a4673;
        font-weight: 500; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-txt {
        font-size: 13px;
        color: #666666;
        line-height: 18px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-tab-link {
        font-size: 14px;
        color: #007bff;
        font-weight: 500;
        text-decoration: none; }
        .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-tab-link:hover {
          color: #007bff;
          text-decoration: none; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-link {
        font-size: 14px;
        color: #007bff;
        font-weight: 500;
        text-decoration: none; }
        .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-link:hover {
          color: #007bff;
          text-decoration: none; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .invalid-feedback {
        font-size: 12px;
        font-weight: 500; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-heading {
        font-size: 14px;
        color: #777777;
        font-weight: 500;
        line-height: 18px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .normal-txt {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        line-height: 18px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .powered-by-txt {
        font-size: 12px;
        color: #777777;
        font-weight: 500;
        line-height: 18px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .pass-valid-txt {
        font-size: 13px;
        color: #339900;
        font-weight: 500; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .client-alert-msg {
        font-size: 13px;
        color: #339900; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .grp-ic-bg {
        background: transparent; }
        .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .grp-ic-bg i {
          color: #bf1d2d; }
    .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel {
      background: #f3f9ff;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      min-height: 550px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel .mainbody-rt-title h1 {
        color: #bf1d2d;
        font-weight: bold;
        font-size: 32px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel .mainbody-rt-title h4 {
        color: #777777;
        font-size: 17px; }
      .jtt-mainbody-login-section .jtt-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel .login-banner {
        position: absolute;
        bottom: -1px; }

/*********** Below CSS For All Media Queries **************/
@media (min-width: 320px) and (max-width: 991px) {
  .jtt-main-body-section .jtt-menu-side-panel {
    box-shadow: 0 0 7px rgba(28, 39, 60, 0.08);
    position: fixed;
    width: 230px;
    bottom: 0;
    z-index: 999; }
    .jtt-main-body-section .jtt-menu-side-panel .sp-brand-logo img.side-menu-close {
      display: block; }
    .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list.jtt-side-menu-custom-scrollbar {
      position: relative; }
      .jtt-main-body-section .jtt-menu-side-panel .jtt-user-menu-list.jtt-side-menu-custom-scrollbar.side-panel-menu-fixed {
        position: relative; }
  .jtt-main-body-section .jtt-main-panel .jtt-header-section .jtt-brand-img img {
    max-width: 134px; } }

/*********** Below CSS For Bootstrap customize class **************/
.tooltip .tooltip-inner {
  font-size: 11px; }

.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: unset !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus, .form-control.is-invalid:hover, .form-control.is-invalid:active, .form-control.is-invalid:focus, .was-validated .form-control:invalid:hover, .was-validated .form-control:invalid:active, .was-validated .form-control:invalid:focus {
    outline: none;
    box-shadow: none; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #ced4da !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus {
    outline: none;
    box-shadow: none; }

.invalid-feedback {
  font-size: 12px; }

.tooltip {
  z-index: 3; }

.tooltip .tooltip-inner {
  font-size: 11px; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1; }

.custom-control-input:focus ~ .custom-control-label::before {
  outline: none;
  box-shadow: none !important;
  text-decoration: none; }

.ui-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 1em; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }
  .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit; }

.ui-slider-horizontal {
  height: 4px;
  width: 83%;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  top: 29px;
  left: 17px; }
  .ui-slider-horizontal .ui-slider-handle {
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    margin: 0;
    top: -9px;
    background-color: transparent;
    margin-left: -10px;
    z-index: 2;
    background-image: url("../images/price_range_wheel.png");
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer; }
  .ui-slider-horizontal .ui-slider-range {
    border-radius: 10px;
    background-color: #bf1d2d;
    height: 4px;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 2; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #333 !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 16px !important; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 5px !important; }

.jtt-side-menu-custom-scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
  left: -12px;
  width: 5px; }

/*********** Below CSS For DataTable Bootstrap4 customize class **************/
.dataTables_scroll {
  border-left: 1px solid rgba(127, 142, 171, 0.26);
  border-right: 1px solid rgba(127, 142, 171, 0.26);
  margin: 10px 0px !important;
  width: 100% !important;
  display: inline-grid !important; }

.dataTables_scrollHead table {
  border-left: none;
  border-right: none; }

.dataTables_scrollBody {
  position: absolute;
  white-space: nowrap !important; }
  .dataTables_scrollBody table {
    border-left: none;
    border-right: none; }

table.dataTable {
  margin-top: 0 !important; }

.dataTables_scroll.set_width_default {
  width: unset !important; }
