@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  background-color: #ecf0f5;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
h4,
h5 {
  font-size: 14px;
}

hr {
  margin: 0px;
}

.height-20 {
  height: 20px !important;
}
.height-400 {
  height: 400px;
}
.height-1000 {
  height: 1000px;
}

.border-primary {
  border-top: 3px solid #245580;
  border-radius: 3px;
}
.border-info {
  border-top: 3px solid #28a4c9;
  border-radius: 3px;
}
.border-success {
  border-top: 3px solid #3e8f3e;
  border-radius: 3px;
}
.border-warning {
  border-top: 3px solid #e38d13;
  border-radius: 3px;
}
.border-danger {
  border-top: 3px solid #b92c28;
  border-radius: 3px;
}

.bg-lightgreen {
  background: #7adc7e;
}
.bg-lightbrown {
  background: #9f9e9e;
}
.bg-saffron {
  background: var(--saffron);
}
.bg-boot-primary {
  background: var(--boot-primary);
}

.display-none-imp {
  display: none !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.loading_sec {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  display: none;
}
.loading_sec span {
  position: absolute;
}
.loading_sec span .fa {
  color: #ffd851;
}
#progress-files {
  display: none;
  font-size: 20px;
  margin-left: -20px;
  color: #ffe939;
}
.plz_wait {
  color: #fff;
  font-size: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: center;
}

#loading_sec_span2 {
  position: static;
  display: block;
  text-align: center;
  margin-top: 200px;
}

.cursor-pointer {
  cursor: pointer;
}

.navbar-brand {
  font-size: 20px;
  font-weight: var(--font-weight-400);
  height: 58px;
  display: flex;
  align-items: center;
}
.navbar {
  background: var(--primary);
  border: none;
  border-radius: 0px;
  padding: 0;
}
.navbar .navbar-nav > li > a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  padding: 19px 0;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
  color: #fffcc0;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .open > a {
  background-image: none;
  background: #720a0a;
}

.navbar .navbar-nav > .nav-item > a.show,
.navbar .navbar-nav > .nav-item > a:focus,
.navbar .navbar-nav > .nav-item > a:hover {
  background-color: var(--primary-hover);
  color: var(--white);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}
.navbar .navbar-brand {
  color: var(--white);
}
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
  color: #fff;
}
.nav > li > a {
  padding: 15px 8px;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-nav .nav-link {
  color: var(--white);
}
.navbar-dark .navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.dropdown-menu > li > a {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
}
.dropdown-menu {
  border: none;
}
#navbarNavDropdown .dropdown-menu {
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#navbarNavDropdown .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  margin-top: 0;
  border-radius: 0;
}

.page-breadcrumb {
  margin-bottom: 20px;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.form-control {
  box-shadow: none;
  border-radius: 5px;
  height: 35px;
  background-color: var(--white);
  transition: none;
  border-color: #a3a3a3;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid red;
}
.form-group .form-control {
  margin-bottom: 10px;
}

.form-group .input-group .form-control {
  width: 100%;
}

.form-group .form-control.error {
  margin-bottom: 5px;
}
.form-control.select2 {
  width: auto !important;
}

textarea.form-control {
  height: auto;
}

form label.error {
  background: red;
  width: 100%;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 0.1rem 0.4rem;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  display: inline;
}

.select2-container .select2-selection {
  box-shadow: none;
  border-radius: 5px;
  height: 35px;
  background-color: var(--white);
  transition: none;
  border-color: #a3a3a3;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.fc-email {
  text-transform: lowercase !important;
}
.fc-lowercase {
  text-transform: lowercase !important;
}
.text-transform-none {
  text-transform: none;
}

input[type="text"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
}

.form-group {
  margin-bottom: 5px;
}
.form-control.select-control {
  padding: 3px 12px;
  appearance: auto;
}
.btn-group-sm > .btn,
.btn-sm {
  line-height: 1.3;
}
.btnFindInModal,
.btnFindInFadePopup,
.btnNavigateToMasters {
  line-height: 0.95 !important;
  border-radius: 2px;
  min-height: 27px;
}
.btnFindInModal .fa-search,
.btnFindInFadePopup .fa-search {
  font-size: 12px;
}
.horizontal-labels .control-label {
  padding-top: 5px;
}
.horizontal-labels .control-label span {
  color: #ff7a7a;
  position: relative;
  left: 2px;
}

.box-header {
  /*padding-bottom:8px;margin-bottom:20px;border-bottom: 1px solid #f4f4f4;*/
  margin: 5px 0px;
}
.box-header-divider {
  margin-top: 5px;
  margin-bottom: 5px;
}
.box-header-divider2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.overflow-y {
  overflow-y: scroll;
}
.table-data-overflow {
  height: 400px;
  overflow-y: scroll;
}
.table tr th,
.table thead tr th,
.table-relation thead tr th {
  background: #fff5ea;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid blue;
  border-right: 5px solid green;
  border-bottom: 5px solid red;
  border-left: 5px solid pink;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.report-table {
  margin-bottom: 0px;
}
.report-table {
  border-collapse: collapse;
  background: white;
  table-layout: fixed;
  width: 100%;
}
.report-table th,
.report-table td {
  padding: 8px 16px;
  border: 1px solid #ddd;
  width: 180px;
}
.pane {
  background: #f0f0f0;
}
.pane-hScroll {
  overflow: auto;
  width: 100%;
}
.pane-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 450px;
}
.report-column-filter-icon-box {
  display: block;
  text-align: center;
  padding-top: 3px;
  margin-top: 3px;
}
.report-column-filter-icon-box span {
  display: inline-block;
}
.report-tickmark {
  margin-right: 5px !important;
}

.btn-table-sort-asc {
  color: #0aab18;
  margin-right: 5px;
  display: block;
  cursor: pointer;
}
.btn-table-sort-desc {
  color: #ff6262;
  margin-right: 5px;
  display: block;
  cursor: pointer;
}
select.input-sm {
  height: 35px;
}
.btnReportFilter {
  margin-right: 5px;
  display: block;
  cursor: pointer;
}
.btnReportFilter .fa,
.btn-table-sort-desc .fa,
.btn-table-sort-asc .fa {
  font-size: 14px;
}
.btnReportFilter .fa {
  color: #607d8b;
}
.column-filter-applied {
  background: #c73834;
  color: #fff !important;
  padding: 2px 3px;
}

.pagination-box label {
  font-weight: normal;
  font-size: 12px;
}
.pagination-box select.input-sm {
  width: 65px;
  padding: 5px 5px;
  line-height: 17px;
}
.pagination-box .form-control {
  width: 65px;
  padding: 5px 5px;
}
.pagination-box .pagination {
  margin: 0px;
  margin-left: 5px;
}
.pagination-box .pagination > li > a,
.pagination-box .pagination > li > span {
  padding: 7px 13px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #000000;
}
.pagination-box .btnPaginationPrevious {
  border-radius: 5px 0 0 5px;
}
.pagination-box .btnPaginationNext {
  border-radius: 0 5px 5px 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #cdcdcd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
  font-weight: 500;
}

.header-right-top {
  position: absolute;
  top: -21px;
  right: -16px;
  background: var(--graydark1);
  padding: 2px 6px;
  color: var(--black);
}
.header-left-views {
  position: absolute;
  top: -5px;
  left: 15px;
}
.header-left-views .fa {
  color: #ffb2b2;
  margin-right: 5px;
  cursor: pointer;
}
.header-left-views .fa:hover {
  color: #000;
}

.modal-header,
.modal-footer {
  padding: 5px 15px;
}
.table-report-setting tr td {
  font-size: 15px !important;
  padding: 3px 5px !important;
  vertical-align: middle !important;
  font-weight: 400;
}

.modal-content {
  border-radius: 0px;
}
#modalReportSettings,
#modalReportFilter,
#modalReportFilterInner {
  background: rgba(0, 0, 0, 0.8);
}

/**/
.popover {
  border-radius: 0px;
}
.popover-content .dropdown-submenu {
  position: relative;
}
.popover-content .dropdown-submenu > .dropdown-menu {
  top: 30px;
  left: -95%;
  max-width: 180px;
  margin-top: -6px;
  margin-right: -1px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.popover-content .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.popover-content .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #939393;
  margin-top: 5px;
  margin-right: 0px;
}
.popover-content .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.popover-content .dropdown-submenu.pull-left {
  /*float:none;*/
  width: 100%;
}
.popover-content .dropdown-submenu.pull-left > .dropdown-menu {
  /*left:96%;;margin-left:10px;*/
  left: 0;
}
.popover-content .dropdown-menu-right {
  margin-left: 0;
}

.popover-content {
  padding: 0px 0px;
}
.popover-content .dropdown-menu {
  border-radius: 0px;
  border: none;
  margin-bottom: 0px !important;
  margin-top: 0px;
  box-shadow: none;
}
.popover-content .dropdown-menu .sub {
  border-radius: 0px;
  border: 1px solid #ccc;
}

.popover-content .item-list {
  /*border:1px solid #ddd;*/
}
.popover-content .item-list ul {
  margin: 0px;
  padding: 0px;
  padding: 10px 8px;
  margin-top: 10px;
  height: 120px;
  overflow-y: scroll;
  border-left: 1px solid #e8e3ba;
  border-top: 1px solid #e8e3ba;
  border-bottom: 1px solid #e8e3ba;
  background: #fffacd;
}
.popover-content .item-list ul li {
  list-style-type: none;
  display: block;
  padding: 4px 0px;
  border-bottom: 1px solid #eae5b8;
  font-weight: 400;
}
.popover-content .item-list ul li span {
  font-size: 13px;
  position: relative;
  top: -2px;
}
.popover-content .item-list ul li span .fa {
  float: right;
  cursor: pointer;
  color: #ff5454;
  position: relative;
  top: 3px;
}
.popover-content .btn-grp {
  margin: 10px 5px 10px 5px;
}
.popover-content .btn {
  width: 50px;
}

.sales-table-elements {
  margin-bottom: 0px;
}
.sales-table-elements tr th,
.sales-table-elements thead tr th,
.table-relation thead tr th {
  background: #fffacd;
}
.sales-table-elements tr td {
  padding: 0px 0px !important;
  overflow: visible !important;
}
.sales-table-elements tr td .form-control {
  border: none;
  padding: 1px 3px;
  font-size: 12px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.sales-table-elements tr td .form-control:focus {
  box-shadow: none;
}

.footer-fixed-logo img {
  opacity: 0.7;
  position: fixed;
  right: 20px;
  bottom: 10%;
}

.dashboard-box {
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
}
.dashboard-box h4 {
  font-size: 17px;
}
.dashboard-box .counter {
  padding: 20px 20px;
}
.dashboard-box .fa {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 0;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.dashboard-box:hover > .fa {
  font-size: 75px;
}
.dashboard-box a {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all 0.3s linear;
}
.dashboard-box a:hover {
  background: rgba(0, 0, 0, 0.4);
}

#findInFadePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1049;
  display: none;
}
#findInFadePopupDetails {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  border-top: 3px solid #e38d13;
}
#findInFadePopupDetails .border-warning {
  border: none;
}
#btnCloseFindInFadePopup {
  position: relative;
  top: 10px;
  left: 10px;
}
#btnCloseFindInFadePopup .fa {
  color: #ff7a7a;
  font-size: 25px;
  cursor: pointer;
}

/*typeahead*/
.typeahead,
.tt-query,
.tt-hint {
}

.tt-menu {
  width: 100%;
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 6px 12px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
  width: 100%;
}
.tt-hint {
  color: #999;
}
.twitter-typeahead {
  display: block !important;
}

/*.sales-table-elements .tt-menu{margin: 1px 0;}*/

.top-toolkit-strip {
  background: var(--white);
  border-bottom: 1px solid #ddd;
}
.toolkit-list {
  margin: 0px;
  padding: 0px;
}
.toolkit-list li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.toolkit-list li:first-child {
  /*border-left:1px solid #d7d9b9;*/
}
.toolkit-list li a {
  display: inline-block;
  background: transparent;
  padding: 2px 3px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.toolkit-list li a:hover {
  display: inline-block; /*border-left: 1px solid #ddd;border-right: 1px solid #ddd;*/
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    300,
    from(#efefef),
    to(#dbdbdb)
  );
  background: -webkit-radial-gradient(circle, #efefef, #dbdbdb);
  background: -moz-radial-gradient(circle, #efefef, #dbdbdb);
  background: -ms-radial-gradient(circle, #efefef, #dbdbdb);
}
.toolkit-list li a img {
  width: 12px;
}
.toolkit-dropdown {
  position: absolute;
  width: 250px;
  height: auto;
  background-color: #fff;
  left: 0;
  right: auto;
  top: 100%;
  z-index: 1000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.toolkit-dropdown ul {
  margin: 3px 0px;
}
.toolkit-dropdown ul li {
  display: block;
  padding: 4px 10px;
}
.toolkit-dropdown ul li:hover {
  background: #e8e8e8;
}
.toolkit-dropdown ul li .form-control {
  width: 50px;
  height: 20px;
  padding: 5px 5px;
  font-size: 12px;
  margin: 0px 5px;
}
.toolkit-dropdown ul li .switch {
  float: right;
}

.top-instruction-strip {
  margin-bottom: 10px;
  background: var(--white);
  border-bottom: 1px solid #ddd;
  height: 12px;
  text-align: center;
}
.instruction-list {
  margin: 0px;
  padding: 0px;
}
.instruction-list li {
  list-style-type: none;
  display: inline-block;
  font-size: 11px;
  position: relative;
  top: -5px;
}

.form-section-divider {
  border-bottom: 2px dotted #d3d3d3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.condensed-view-tabs > li > a {
  padding: 2px 10px;
}
.condensed-tab-content > .tab-pane {
  padding: 5px 0px;
}

.tooltip {
  z-index: 1047 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 21px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f84944;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #419641;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.pic-box {
  border: 1px solid #ddd;
  margin: 5px 0px;
  text-align: center;
  background: #f7f7f7;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.pic-box img {
  height: 200px;
  overflow: hidden;
}

.company-details {
  background: var(--primary-hover);
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  padding: 3px 0;
}
.company-details .company {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-details .user {
  color: #ffca7c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.active-tool {
  display: inline-block !important;
  background-color: #fff59c !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    300,
    from(#fff59c),
    to(#e6dd8d)
  ) !important;
  background: -webkit-radial-gradient(circle, #fff59c, #e6dd8d) !important;
  background: -moz-radial-gradient(circle, #fff59c, #e6dd8d) !important;
  background: -ms-radial-gradient(circle, #fff59c, #e6dd8d) !important;
}

.role-management-box {
  min-height: 400px;
}
.role-management-box .tab-pane {
  overflow: auto;
  width: 100%;
}
.table-role-management {
  table-layout: fixed;
  width: 100%;
  min-width: 2000px;
}
.table-role-management > tbody > tr > th {
  font-size: 13px;
}
.table-role-management > tbody > tr > th.single-col {
  width: 120px;
}
.table-role-management > tbody > tr > th.double-col {
  width: 240px;
}
.table-role-management tr td {
  text-align: center;
  padding: 1px 5px !important;
  vertical-align: middle !important;
}
.table-role-management tr td input[type="checkbox"] {
  display: inline-block;
}
.table-role-management tr td select.form-control {
  height: 28px;
  font-size: 13px;
  padding: 3px;
  margin: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-role-management tr td small {
  display: block;
  font-size: 12px;
  font-weight: var(--font-weight-500);
  margin-top: 2px;
}
.table tr td.edit-bg {
  background: #fff59c;
}
.table tr td.delete-bg {
  background: #a9e4ff;
}
.table tr td.view-bg {
  background: #ffcfbf;
}
.table tr td.enable-bg {
  background: #ced5ff;
}
.table tr td.add-bg {
  background: #dcffb4;
}
.table tr td.download-bg {
  background: #f9d6ff;
}
.table tr td.page-bg {
  background: #ffffde;
}

.rowReportDate label,
.rowReportAdditionalFilters label {
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  min-width: 60px;
  text-align: right;
}

.vertical-check-group {
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
}
.vertical-check-group .box {
  display: block;
  font-weight: normal;
  padding: 0px 10px;
}
.vertical-check-group .box:hover {
  background: #fff59c;
  cursor: pointer;
}
.vertical-check-group .box span {
  position: relative;
  top: 0px;
}

.status-lights .red {
  background: #c12e2a;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.status-lights .orange {
  background: #eb9316;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.status-lights .green {
  background: #419641;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.draggable-data-settings {
  /*margin-top: 10px;*/
}
.draggable-data-settings .list-group-item-bg {
  padding: 5px 10px;
}
.draggable-data-settings .list-group-item-bg {
  color: #000000; /*background-color: #ddd;*/

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,dee3e5+51,f5f7f9+100 */
  background: #f6f8f9; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f6f8f9 0%,
    #dee3e5 51%,
    #f5f7f9 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f6f8f9 0%,
    #dee3e5 51%,
    #f5f7f9 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f6f8f9 0%,
    #dee3e5 51%,
    #f5f7f9 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}
.draggable-data-settings .list-group-item-bg .glyphicon {
  top: 7px;
}
.draggable-data-settings .list-group-item-bg label {
  position: absolute;
  top: 3px;
  font-weight: normal;
  font-size: 15px;
}
.draggable-data-settings .list-group-item-bg .lblField {
  position: relative;
  top: 4px;
}
.draggable-data-settings .list-group-item-bg .switch {
  position: absolute;
  top: 3px;
  left: 20px;
}
.draggable-data-settings .list-group-item-bg .text-box,
.total-width-text-box {
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  width: 100%;
  padding: 2px 5px;
  height: 27px;
}

/*breadcrumb*/
.breadcrumb {
  padding: 0px;
  background: rgba(191, 203, 219, 0.7);
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 0px;
}
.breadcrumb > li + li:before {
  padding: 0;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li.active a {
  background: #747474;
}
.breadcrumb li.completed a {
  background: hsl(214, 12%, 66%);
}
.breadcrumb li.active a:after {
  border-left: 30px solid #747474;
}
.breadcrumb li.completed a:after {
  border-left: 30px solid hsl(214, 12%, 66%);
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 3px 0 3px 45px;
  position: relative;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(214, 29%, 85%);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.breadcrumb li:first-child a {
  padding-left: 15px;
}
.breadcrumb li a:hover {
  background: #607d8b;
}
.breadcrumb li a:hover:after {
  border-left-color: #607d8b !important;
}
/*end breadcrumb*/

/*.btn-datetime-switch{min-width: 50px;}
.btn-datetime-switch-clicked{background: #73d277;color: #fff;}*/

.rowReportDate .btn-group .btn + .btn,
.rowReportDate .btn-group .btn + .btn-group,
.rowReportDate .btn-group .btn-group + .btn,
.rowReportDate .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

.rowReportDate .btn {
  padding: 5px 10px;
}

#btnCRDateDaySelect,
#btnCRDateMonthSelect,
#btnCRDateYearSelect {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

#btnCRDateDaySelect:hover,
#btnCRDateDaySelect:active,
#btnCRDateDaySelect:focus,
#btnCRDateMonthSelect:hover,
#btnCRDateMonthSelect:active,
#btnCRDateMonthSelect:focus,
#btnCRDateYearSelect:hover,
#btnCRDateYearSelect:active,
#btnCRDateYearSelect:focus {
  color: #cc2b2b;
  background: #ffebae;
  box-shadow: 0px 5px 10px #d8d8d8;
}

.btnCRDateModeSelected {
  font-weight: bold;
  color: #cc2b2b;
  /*background: #ffebae !important;*/
  box-shadow: 0px 5px 10px #d8d8d8;
  outline: 0;
}

#btnCRDateDayPrev,
#btnCRDateDayNext,
#btnCRDateMonthPrev,
#btnCRDateMonthNext,
#btnCRDateYearPrev,
#btnCRDateYearNext,
#btnCRDateFromPrev,
#btnCRDateFromNext,
#btnCRDateToPrev,
#btnCRDateToNext {
  background: #607d8b;
  color: #fff;
}
#btnCRDateFromPrev,
#btnCRDateFromNext,
#btnCRDateToPrev,
#btnCRDateToNext {
  background: #6e6e6e;
  color: #fff;
}

#btnCRDateDayPrev:focus,
#btnCRDateDayNext:focus,
#btnCRDateMonthPrev:focus,
#btnCRDateMonthNext:focus,
#btnCRDateYearPrev:focus,
#btnCRDateYearNext:focus,
#btnCRDateFromPrev:focus,
#btnCRDateFromNext:focus,
#btnCRDateToPrev:focus,
#btnCRDateToNext:focus {
  outline: 0;
}

.cheque-blocks label {
  width: 39%;
  font-size: 12px;
}
.cheque-blocks span {
  display: inline-block;
  text-align: center;
  min-width: 30px;
}
.cheque-blocks .btn {
  min-width: 20px;
  font-size: 10px;
  padding: 3px 2px;
}
.cheque-blocks .inner-bg1 {
  background: #e4e4e4;
  padding: 10px 15px; /*min-height: 220px;*/
}

.pic-cheque-box {
  position: relative;
}
.pic-cheque-box span {
  position: absolute;
  z-index: 99;
  color: #000;
  font-weight: bold;
  font-size: 14;
}
.pic-envelope-box {
  border: 1px dashed #b3b3b3;
}
.pic-envelope-box span {
  font-weight: normal;
}

.lbl-acc-payee {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 0px 20px;
}
.ac-payee-check {
  margin: 0px !important;
  width: 15px;
  height: 15px;
}
.ac-payee-check-note {
  display: inline-block;
  position: relative;
  top: -26px;
  left: 22px;
  line-height: 12px;
  font-size: 9px;
  color: #d7504c;
}

#modalChequeSettings .modal-lg {
  width: 1250px;
}

.popover {
  background: #000;
  color: #fff;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #000;
}
.popover-content {
  padding: 5px 0px;
  font-size: 14px;
}

.btn-cheque-info {
  float: left;
  width: 10%;
}
.picCheque {
  float: left;
  width: 87%;
  margin-left: 3%;
}

.divSidebarTools {
  position: fixed;
  right: -30px;
  top: 40%;
  width: 30px;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.9);
}
.divSidebarTools ul {
  margin: 0px;
  padding: 0px;
}
.divSidebarTools ul li {
  list-style-type: none;
  border-bottom: 1px solid #8a8a8a;
}
.divSidebarTools ul li a {
  display: block;
  text-align: center;
  padding: 5px 0px;
  font-weight: bold;
  color: #fbffc0;
}
.divSidebarTools ul li a .fa {
  color: #fbffc0;
}
.divSidebarTools ul li a:hover {
  background: rgba(0, 0, 0, 1);
}

.user-position-time-dropdown {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #a6a6a6;
}

.user-position-time-dropdown.add-bg {
  background: #dcffb4;
}
.user-position-time-dropdown.edit-bg {
  background: #fff59c;
}
.user-position-time-dropdown.delete-bg {
  background: #a9e4ff;
}
.user-position-time-dropdown.view-bg {
  background: #ffcfbf;
}
.user-position-time-dropdown.download-bg {
  background: #f9d6ff;
}

/*2024 UI update*/
.btn {
  background-image: none;
  border: none;
  font-size: 14px;
  font-weight: var(--font-weight-500);
  transition: 0.2s;
  padding: 8px 15px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  color: var(--white);
}

.btn.btn-custom {
  background-color: var(--btn-custom);
  color: var(--white);
}
.btn.btn-custom:hover {
  background-color: var(--btn-custom-hover);
}

.btn.btn-report {
  background-color: var(--btn-report);
  color: var(--white);
}
.btn.btn-report:hover {
  background-color: var(--btn-report-hover);
  color: var(--white);
}

.btn.btn-saffron {
  background-color: var(--btn-saffron);
}
.btn.btn-saffron:hover {
  background-color: var(--btn-saffron-hover);
}

.btn.btnPDFPost,
.btn.btnExcelPost {
  padding: 5px 10px;
  font-size: 12px;
}

.btn.btnAddRowItems,
.btn.btnRemoveRowItems {
  padding: 0px 5px;
}

.btn.btnAddRowItems .fa,
.btn.btnRemoveRowItems .fa {
  font-size: 12px;
}

.input-group .form-control:last-child {
  border-radius: 5px;
}
.input-group .btn {
  height: 35px;
}

.btn-table-action {
  padding: 1px 6px;
  margin: 0 3px;
  font-size: 12px;
}

.footer-section {
  background: var(--black);
  padding: 16px 0;
  font-size: 18px;
  font-weight: 400;
  margin-top: 100px;
  /*position: fixed;
  width: 100%;
  bottom: 0;*/
}

.report-tools-strip1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.report-tools-strip1 .download-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  max-width: 150px;
  width: 100%;
}

.report-tools-strip1 .pagination-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 50px;
  width: 100%;
  max-width: 450px;
}

.report-tools-strip1 .search-textbox {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}

.report-tools-strip1 select.input-sm,
.report-tools-strip1 .form-control {
  height: 30px;
  padding: 6px 5px;
  font-size: 13px;
}

.report-tools-strip1 .btn,
.report-profile-section .btn,
.report-refresh-btn .btn {
  height: 30px;
  padding: 6px 12px;
  font-size: 12px;
}

.report-profile-section,
.rowReportDate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.report-refresh-btn {
  display: flex;
  justify-content: center;
}

.form-group-box {
  background: var(--white);
  border: 1px solid;
  border-color: #dfdfdf;
  border-top-width: 3px;
  border-top-color: var(--boot-primary);
  box-shadow: 0px 0px 5px #b3b3b3;
  border-radius: 5px;
}

.report-box {
  background: var(--white);
  border: 1px solid;
  border-color: #dfdfdf;
  border-top-width: 3px;
  border-top-color: var(--saffron);
  box-shadow: 0px 0px 5px #b3b3b3;
  border-radius: 5px;
}

.section-labels {
  display: flex;
  justify-content: center;
  position: relative;
}

.section-labels label {
  color: var(--white);
  margin: 0;
  padding: 5px 18px 0 18px;
  border-radius: 20px 20px 0 0;
  font-size: 14px;
}

.section-labels .operation-mode {
  position: absolute;
  left: auto;
  right: auto;
  top: 30px;
  font-size: 12px;
  color: var(--boot-danger);
}

.section-labels .operation-mode:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--boot-danger);
  left: -10px;
  top: 5px;
}

.modal-title {
  font-size: 20px;
}

.form-otp {
  background: var(--white);
  padding: 60px 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 5px #dbdbdb;
}

.login-signup-page {
  background: #ecf0f5 url(../images/bg1.png) repeat;
}
.login-signup-page .card {
  border-radius: 1rem;
}
.login-signup-page .left-img {
  background: url(../images/login-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 1rem 0 0 1rem;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/**/
.main-wrapper {
  min-height: 100vh;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: var(--lightblack);
  color: white;
  transition: all 0.3s;
  margin-left: -200px;
  max-height: 100%;
  overflow: hidden;
}

#sidebar.active {
  margin-left: 0;
}

#sidebar .nav-item{
  width: 100%;
}

#sidebar .nav-link {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  transition: 0.4s;
}

#sidebar .nav-link .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #8b8b8b;
}

#sidebar .nav-link:hover,
#sidebar .nav-link:active,
#sidebar .nav-link:focus,
#sidebar .nav-link:visited {
  background-color: var(--nav-hoover);
}

#sidebar .nav-link .fa {
  padding-right: 10px;
}

#sidebar .side-dropdown-list {
  background: var(--nav-hoover);
  transition: all 0.3s;
  padding: 0px;
  width: 100%;
  list-style: none;
}

#sidebar .side-dropdown-list li a::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.4rem;
  width: 0.4rem;
  margin-right: 0.5rem;
  background-color: #b3b3b3;
}

#sidebar .side-dropdown-list li a {
  display: block;
  text-decoration: none;
  color: var(--white);
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}

#sidebar .side-dropdown-list li a:hover,
#sidebar .side-dropdown-list li a.active {
  color: #fff48f;
  background: var(--lightblackover);
}

#content {
  width: calc(100% - 50px);
  transition: all 0.3s;
}

#content.active {
  width: calc(100% - 250px);
}

.sidebar-hamburger {
  width: 100%;
  border-radius: 0;
  text-align: right;
  background: var(--primary-hover);
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-hamburger span {
  font-size: 16px;
  display: block;
  width: 200px;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sidebarCollapse {
  background: none;
  box-shadow: none;
  padding: 0;
  height: 100%;
  width: 50px;
  border-radius: 0;
  background: var(--primary-hover);
}

.user-profile-menu.navbar-nav .nav-link {
  padding: 11px 8px;
  margin-left: 5px;
}
.user-profile-menu .profile-pic-wrapper {
  display: inline-block;
  max-width: 35px;
  max-height: 35px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: 0 10px 0 5px;
}

.user-profile-menu .profile-pic {
  width: 100%;
  height: auto;
}

.user-role-mgmt-name {
  background: none;
  border: 2px dotted var(--boot-success);
  border-radius: 5px;
  width: 100%;
  text-align: center;
}



/*temp changes for datepicker*/

.bootstrap-datetimepicker-widget {
  background: #ffffff !important;
  color: #000 !important;
  border: 1px solid #dee2e6;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  color: #212529 !important;
}

.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next {
  color: #212529 !important;
}

.bootstrap-datetimepicker-widget .prev span,
.bootstrap-datetimepicker-widget .next span {
  display: inline-block !important;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}


.bootstrap-datetimepicker-widget .glyphicon,
.bootstrap-datetimepicker-widget .fa {
  display: none !important;
}


.bootstrap-datetimepicker-widget .prev span:before {
  content: "‹";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #212529;
}
.bootstrap-datetimepicker-widget .next span:before {
  content: "›";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #212529;
}

.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget.dropdown-menu,
.bootstrap-datetimepicker-widget .picker-switch,
.bootstrap-datetimepicker-widget table,
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  background: #fff !important;
  color: #212529 !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f1f3f5 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: #0d6efd !important;  
  color: #fff !important;
}


.bootstrap-datetimepicker-widget table {
    border-collapse: collapse !important;
    margin: 0 !important;
}

.bootstrap-datetimepicker-widget .datepicker-days table th, 
.bootstrap-datetimepicker-widget .datepicker-days table td {
    padding: 5px !important;
}

.bootstrap-datetimepicker-widget .collapse.in {
    display: block !important;
}

.bootstrap-datetimepicker-widget .glyphicon {
    display: inline-block;
    font-family: 'Font Awesome 5 Free'; /* Change to your icon font if needed */
    font-weight: 900;
}
/*end temp changes for datepicker*/
