@charset "utf-8";
@import url("../webfonts/fonts.css");
/* CSS Document */
body {
  /* 60px to make the container go all the way to the bottom of the topbar */
  /*
	useful to set fixed size even with scrollbar
	width: calc(100vw - 34px);
	padding-right: 0 !important;
	overflow-y: scroll !important;
	*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #091e42;
  background-color: rgb(192, 192, 192);
  font-stretch: normal;
  font-style: normal;
  overflow-y: scroll !important;
}

.btn {
  border-radius: 30px;
}

.btn-primary {
  background-color: #283fff;
  border-color: #283fff;
}

.btn:disabled {
  background-color: #cdcfd2;
  border-color: #cdcfd2;
}

.btn-default {
  border-color: blue;
}

.Rectangle-3 {
  width: 1662px;
  height: 70px;
  padding: 15px 30px 14px 24px;
  box-shadow: 0 5px 5px 0 rgba(165, 173, 187, 0.05),
    0 -5px 5px 0 rgba(165, 173, 187, 0.05),
    -5px 0 5px 0 rgba(165, 173, 187, 0.05),
    5px 0 5px 0 rgba(165, 173, 187, 0.05);
  background-color: var(--color-0-basic-white);
}

.navbar-toggle {
  float: left;
  padding-right: 5px;
  margin-right: 0px;
  outline: none;
  box-shadow: none;
}

.navbar-inverse {
  background: #fff;
  /*background: #008491;*/
  border-color: #2c5d67;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #006265;
  height: 70px;
  background-color: #33cdcf;
}

.navbar-inverse .navbar-toggle {
  /* 	border-color: white; */
}

.navbar-inverse .navbar-nav > li > a {
  /* color: #ffffff; */
  color: var(--color-0-basic-black);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #e6e6ff;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #1e81b0;
}

.nav-right {
  float: right !important;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: 8px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6ff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e6e6ff;
    background-color: #206978;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .nav-right {
    float: left !important;
  }
}

.panel {
  margin-bottom: 12px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
  font-weight: bold;
}

.panel-default {
  border-color: #cfcfcf;
}

.panel-default > .panel-heading {
  background-color: #1aaebc;
  border-color: #cfcfcf;
  color: #ffffff;
}

.panel-heading {
  padding: 8px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-body {
  /* 	padding: 3px 10px 7px 10px; */
}

.panel-collapse {
  padding: 3px 10px 7px 10px;
}

body.modal-open {
  overflow-y: hidden !important;
}

.modal {
  overflow-y: scroll !important;
}

.modal-title {
  margin: 0;
  font-size: 14x;
  line-height: 1.42857143;
  font-weight: bold;
  color: #000;
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  overflow-y: scroll;
  padding-right: 0 !important;
}

.modal-header {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #e5e5e5;
  /* 	background-color: #008491; */
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}

.modal-body {
  position: relative;
  padding: 5px 2%;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}

.clear-line {
  height: 8px;
}

.button-row-adj {
  height: 18px;
  text-align: right;
}

.form-row-adj {
  height: 30px;
  text-align: left;
}

.screen-code {
  padding-top: 5px;
  font-weight: bold;
  text-align: left;
  color: #09486b;
  font-size: 12px;
}

.form-group {
  margin-bottom: 3px;
}

.form-control {
  height: 38px;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  padding: 3px 7px;
}

.width-20 {
  width: 20%;
  display: inline;
  padding-left: 2px;
}

.width-40 {
  width: 40%;
  display: inline;
  padding-left: 2px;
}

textarea {
  resize: vertical;
}

td {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

th.dt-center,
td.dt-center {
  text-align: center;
}

th.dt-right,
td.dt-right {
  text-align: right;
}

.data-group {
  font-weight: bold;
  background-color: #0080c0 !important;
  color: #ffffff;
}

.data-subgroup {
  font-weight: bold;
  background-color: #0073e6 !important;
  color: #ffffff;
}

.no-margin {
  margin: 0px 0px 0px 0px !important;
}

.detail-header {
  margin: 10px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
}

.detail-left {
  margin: 10px 0px 5px 0px;
  font-size: 12px;
  font-weight: bold;
}

.detail-right {
  margin: 10px 0px 5px 0px;
  font-size: 12px;
  font-weight: normal;
  white-space: pre-wrap; /* CSS 3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.form-left {
  margin: 5px 0px 5px 0px;
  font-size: 12px;
  font-weight: bold;
}

.form-right {
  margin: 5px 0px 5px 0px;
  font-size: 12px;
  font-weight: normal;
}

.form-left-tight {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
}

.form-right-tight {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-weight: normal;
}

.form-label {
  margin: 5px 0px 0px 0px;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .detail-left,
  .detail-right,
  .form-left,
  .form-right,
  .form-label,
  .detail-header {
    font-size: 14px;
  }
}

.row-detail {
  border-bottom: 1px solid #e1e1e1;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.row-form {
  border-bottom: 1px solid #ffffff;
  margin: 5px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.row-search {
  border-bottom: 1px solid #ffffff;
  margin: 3px 0px 5px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.row-buttons {
  border-bottom: 1px solid #ffffff;
  margin: 8px 0px 5px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.fc-checkbox {
  padding-top: 7px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .table-striped {
    width: 98% !important;
  }
  .table-auto-adjust {
    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    /* margin-left: 5px;
	    margin-right: 5px; */
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
  }
  .button-row-adj {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
  }
  .form-row-adj {
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    text-align: center;
  }
  .screen-code {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
  }
  .col-xs-12-detail {
    line-height: 1.2;
  }
  .col-xs-3-detail {
    line-height: 1.2;
  }
  .detail-header {
    margin: 10px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
  }
  .detail-left {
    text-decoration: underline;
    margin: 10px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
  }
  .detail-right {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0x 0px;
  }
  .form-horizontal {
    margin-left: 0px;
  }
  .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-xs-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .alert {
    margin-left: 0px;
    margin-right: 0px;
  }
  .alert-min {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.alert {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity = 20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #000;
}

.tree-item {
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: normal;
  white-space: pre-wrap; /* CSS 3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.popover {
  max-width: 100% !important;
}

.popover-content {
  padding: 12px 0px 5px 0px;
  width: 500px !important;
}

.label-default {
  background-color: #337ab7; /*default #777 */
}
.label {
  font-weight: unset;
}

.modal-header .close {
  margin-top: -3px;
  color: #000;
}

button.close-dialog {
  -webkit-appearance: none;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: -5px;
  cursor: pointer;
  background: #c10000;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity = 20);
  opacity: 1;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity = 90);
  opacity: 0.9;
}

.list-item {
  margin: 3px 0px 5px 0px;
  font-size: 14px;
  font-weight: normal;
  white-space: pre-wrap; /* CSS 3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.list-item-parts {
  margin: 3px 0px 0px 0px;
  font-size: 14px;
  font-weight: normal;
  white-space: pre-wrap; /* CSS 3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.underline {
  text-decoration: underline;
}

.no {
  margin: 5px 0px 0px 3px;
}

.list-header {
  background-color: #1aaebc !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.line-height-sm {
  line-height: 1.2 !important;
}

ul.ui-front {
  z-index: 1100;
}

.ui-autocomplete {
  font-size: 12px;
}

.modal-dialog-large {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal.fade .modal-dialog-large {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog-large {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 800px) {
  .modal-dialog-large {
    width: 750px;
    margin: 30px auto;
  }
}

.form-header {
  padding: 0px 10px 35px 10px;
}

.form-detail-bblue {
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  color: #0000ff;
  font-size: 12px;
}

.form-detail-bgreen {
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  color: #00c462;
  font-size: 12px;
}

.lower {
  text-transform: lowercase;
}

.upper {
  text-transform: uppercase;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: red;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: x-small;
  font-weight: bold;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 200px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #2c2e3e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 258px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #283fff;
  border-color: #283fff;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -200px;
}

.content-main {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 11.75vh);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.content-main .content-child {
  width: 100%;
  height: 100%;
  position: relative;
  /*   margin-left: 14%; */
}

.container-fluid {
  padding-right: 0%;
  padding-left: 0%;
  margin-right: auto;
  margin-left: auto;
  max-height: none;
}

.container-fluid.content-main {
  background-color: #f2f3f8;
  /*   padding: 15px; */
  padding-left: 15%;
  height: 100%;
  min-height: calc(100vh - 70px);
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 35px;
  margin-left: -11px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #006265;
}

.sidebar-nav li:hover {
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li .home-sub-menu li {
  text-decoration: none;
  color: #fff;
  background: #006265;
  border-bottom: 1px solid #008491;
}

.sidebar-nav li .home-sub-menu li:hover {
  border-left: 5px solid #015457;
}

.sidebar-nav li:active,
.sidebar-nav li:focus {
  border-left: 5px solid #015457;
}

.sidebar-nav li.active,
.sidebar-nav li.focus {
  border-left: 5px solid #015457;
}

.sidebar-nav li .home-sub-menu li.active,
.sidebar-nav li .home-sub-menu li.focus {
  background: #013738;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.sidebar-header {
  background: #33cdcf;
  height: 50px;
  width: 100%;
}

.sidebar-nav li a.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10%;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #1aaebc;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#sidebar-wrapper {
  height: 100% !important;
  transition: all 0.3s;
}
#sidebar-wrapper.collapsed {
  width: 50px;
  transition: all 0.3s;
}
#sidebar-wrapper .sidebar-nav li a.menu-item .icon {
  display: inline-block;
}
#sidebar-wrapper .sidebar-nav li a.menu-item .text {
  display: inline-block;
  transition: all 0.1s;
}
#sidebar-wrapper.collapsed .sidebar-nav li a.menu-item .text {
  display: none;
}
#sidebar-wrapper.collapsed .sidebar-nav li a.menu-item .icon {
  margin-left: 2%;
}
.text-menu {
  padding-left: 5px;
}
.menu-item .bi-caret-up-fill {
  display: none;
}
.menu-item[aria-expanded="true"] .bi-caret-down-fill {
  display: none;
}
.menu-item[aria-expanded="true"] .bi-caret-up-fill {
  display: inline;
}
.menu-item[aria-expanded="false"] .bi-caret-up-fill {
  display: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 14%;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    padding: 0px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

#drop-area {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

#drop-area p {
  margin: 0;
}

/** Datatables **/
.dataTables_wrapper .dataTables_paginate {
  float: left;
}

.dataTables_wrapper .dataTables_info {
  float: right;
}

.dataTables_wrapper .dataTables_paginate .page-item .next,
.dataTables_wrapper .dataTables_paginate .page-item .previous {
  margin: 10px;
}

.dataTables_wrapper td .link-noapp {
  color: #007bff !important;
  font-weight: bold;
  text-decoration: underline;
}

.mandatory::after {
  content: " *" !important;
  color: red !important;
}

/* .pagination li a,
.pagination li span,
.page-item .page-link {
  font-size: 10px !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: 10px 5px;
  display: flex !important;
  justify-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #ebedf0 !important;
}

.pagination li a:hover,
.page-item .page-link:hover {
  background: #d1d5db !important;
  border-radius: 50% !important;
}

.pagination li.active span,
.page-item.active .page-link {
  background-color: #283fff !important;
  border-radius: 50% !important;
  border: 1px solid #283fff;
  color: #fff;
} */
