/* Hill Crest */
.btn-primary {
  background-color: #303641 !important;
  border-color: #303641 !important;
}

.site-navbar {
  background-color: #303641 !important;
}

.loader-overlay {
  background-color: #303641 !important;
}

.site-menubar.site-menubar-light {
  background: #303641 !important;
}

.site-menu > .site-menu-item > a {
  color: #ffffff91 !important;
}

.site-menu-item.active {
  background: #2c3036 !important;
}

.site-menu-item.active a {
  color: white !important;
}

.site-menu .site-menu-sub .site-menu-item.active a {
  color: white !important;
}

.site-menu-item.open {
  background: #2c3036 !important;
}

.site-menu-item.open a {
  color: #ffffff91 !important;
}

.site-menu .site-menu-sub .site-menu-item.active {
  background: #2c3036 !important;
}

.site-menu .site-menu-sub .site-menu-item:hover {
  color: white !important;
}

.site-menu-item a:hover {
  color: white !important;
}

.p-68 {
  padding: 68px !important;
}

.dashboard-vertical {
  position: absolute;
  left: 0;
  height: 100%;
  width: 74px;
  top: 0;
  background: #dadfe4;
}

.rorate {
  transform: rotate(-90deg) translate(-50%, 0%);
  transform-origin: left top;
  float: left;
  font-size: 38px;
  position: absolute;
  top: 50%;
  left: 10px;
  font-weight: 700;
  color: #bfccda;
  letter-spacing: 0.1em;
}

.text-semibold {
  font-size: 26px;
  font-weight: 600;
}

p.text-lg.text-main {
  font-size: 18px;
  margin-bottom: 11px;
}

footer.site-footer {
  background: #303641;
  color: white;
}

.site-menubar-footer > a {
  background-color: #303641;
  color: white;
}

.site-menubar-footer > a:focus,
.site-menubar-footer > a:hover {
  background-color: #2c3036 !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #303641;

  border-color: #303641;
}

.cursor-default {
  cursor: default;
  display: block !important;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#303641, #303641),
    linear-gradient(#e0e0e0, #e0e0e0);
}

.brand-img {
  width: 300px !important;
}

.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub {
  background: #303641 !important;
}

.site-menubar-fold
  .site-menu
  > .site-menu-item
  > .site-menu-sub
  .site-menu-item
  > a {
  color: #ffffff91 !important;
}

.site-menubar-fold
  .site-menu
  > .site-menu-item
  > .site-menu-sub
  .site-menu-item
  > a:hover {
  color: white !important;
}

@media (max-width: 762px) {
  .site-navbar .navbar-container {
    background-color: unset !important;
  }
}

.page {
  margin-top: 20px;
}

.table .dropdown-menu.show {
  left: -72px;
  transform: unset;
}

/* feb 19 css */

.form-material.has-danger .form-control:not(.empty) ~ .floating-label {
  color: #222;
}

.form-material.has-danger .form-control:focus ~ .floating-label {
  color: #222;
}

.invalid-feedback {
  text-align: left;
}

.ml5 {
  margin-left: -5px;
}

.panel-bordered > .panel-body {
  padding-top: 0px !important;
}

li.breadcrumb-item a {
  text-decoration: none;
}

i.icon.md-search {
  display: none;
}

.dataTables_wrapper {
  margin-top: 10px;
}

.checkbox-primary
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::before,
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary
  input[type="radio"]:checked
  + input[type="hidden"]
  + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #303641 !important;
  border-color: #303641 !important;
}

/* Funnel manager */

.mt25 {
  margin-top: -25px;
}

.popover {
  display: none;
}

#add_funnel .note-editable {
  height: 160px;
}

#add_funnel .selectize-input,
#add_funnel .selectize-control.single .selectize-input.input-active {
  background: #f8f9fa;
}

#add_funnel .form-material .form-control:focus ~ .floating-label,
#add_funnel .form-material .form-control:not(.empty) ~ .address {
  top: -1rem;
}

#add_funnel input.account_name {
  font-size: 24px;
}

#add_funnel .dollar {
  position: absolute;
  top: 10px;
  right: 0;
}

#edit_funnel .note-editable {
  height: 160px;
}

#edit_funnel .selectize-input,
#edit_funnel .selectize-control.single .selectize-input.input-active {
  background: #f8f9fa;
}

#edit_funnel .form-material .form-control:focus ~ .floating-label,
#edit_funnel .form-material .form-control:not(.empty) ~ .address {
  top: -1rem;
}

#edit_funnel input.account_name {
  font-size: 24px;
}

#edit_funnel .close {
  position: relative;
  color: red;
  border: 1px solid red;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  font-size: 14px;
  padding: 0px 0px;
  width: 14px;
  top: 15px;
  left: 15px;
}

#edit_funnel .close:hover {
  color: red;
}

#edit_funnel .dollar {
  position: absolute;
  top: 10px;
  right: 0;
}

/* The actual timeline (the vertical ruler) */
.view_funnel .time-line-container .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.view_funnel .time-line-container .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #eeeeee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.view_funnel .time-line-container .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin: 0px;
}

/* The circles on the timeline */
.view_funnel .time-line-container .container::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: -18px;
  background-color: #eeeeee;
  border: 4px solid #ff9f55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.view_funnel .time-line-container .left {
  left: 0;
}

/* Place the container to the right */
.view_funnel .time-line-container .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.view_funnel .time-line-container .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #eeeeee;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eeeeee;
}

/* Add arrows to the right container (pointing left) */
.view_funnel .time-line-container .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #eeeeee;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
}

/* Fix the circle for containers on the right side */
.view_funnel .time-line-container .right::after {
  left: -16px;
}

/* The actual content */
.view_funnel .time-line-container .content {
  padding: 20px 30px;
  /* background-color: #eeeeee; */
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .view_funnel .time-line-container .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .view_funnel .time-line-container .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .view_funnel .time-line-container .container::before {
    left: 60px;
    border: medium solid #eeeeee;
    border-width: 10px 10px 10px 0;
    border-color: transparent #eeeeee transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .view_funnel .time-line-container .left::after,
  .view_funnel .time-line-container .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .view_funnel .time-line-container .right {
    left: 0%;
  }
}

.view_funnel .custom-well {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
  background-color: white;
}

.view_funnel .no-data {
  font-size: 25px;
}

/* Track */

.view_funnel .bg-light {
  background: #0080008c !important;
}

.view_funnel td.text-right {
  padding: 5px;
}

.view_funnel td:last-child {
  padding-left: 7px;
}

.view_funnel b,
.view_funnel strong {
  font-weight: 700;
}

.view_funnel .address p {
  margin-bottom: 0px;
}

.view_funnel .contact_info {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  border-bottom: 1px solid;
}

.view_funnel h4 {
  font-size: 14px;
  font-weight: 600;
}

.view_funnel .nav-tabs-solid ~ .tab-content {
  background-color: white !important;
}

.green {
  color: #22a8ab;
}

.view_funnel .funnel_status {
  max-width: 29.333333%;
  margin-left: 41px;
}

.view_funnel .example-wrap1 table td {
  font-size: 12px;
}

.color1 {
  background: #ffd7005c;
}

.color2 {
  background: #7fffd478;
}

.color3 {
  background: #deb887a6;
}

.color4 {
  background: #ff7f5066;
}

.view_funnel .time-line-container .color1-left::before {
  border-color: transparent transparent transparent #ffd7005c;
}

.view_funnel .time-line-container .color2-right::before {
  border-color: transparent #7fffd478 transparent transparent;
}

.view_funnel .time-line-container .color3-left::before {
  border-color: transparent transparent transparent #deb887a6;
}

.view_funnel .time-line-container .color4-right::before {
  border-color: transparent #ff7f5066 transparent transparent;
}

.view_funnel .download-icon {
  padding: 3px 6px 3px 6px;
  font-size: 10px;
}

.view_funnel .view-icon {
  padding: 3px 6px 3px 6px;
  font-size: 10px;
}

.form-material .form-control ~ .floating-label.address {
  /* top: 1.571429rem; */
  top: 2rem;
}

.refresh {
  position: absolute;
  right: 0;
  top: 13px;
}

/* Stock list */
.stocklist .stock {
  position: absolute;
  right: 0;
  top: 13px;
}

.stocklist .stock a {
  text-decoration: none;
}

.stocklist .out_stock {
  background: red;
  color: white;
  padding: 5px;
  padding-top: 7px;
}

.stocklist .quantity {
  background: green;
  color: white;
  padding: 5px;
  padding-top: 8px;
}

.stocklist .stock strong {
  font-size: 18px;
  font-weight: 600;
}

.out_of_stocklist .stock {
  position: absolute;
  right: 10px;
  top: 16px;
}

.out_of_stocklist .stock strong {
  font-size: 18px;
  font-weight: 600;
}

.out_of_stocklist .out_stock {
  background: red;
  color: white;
  padding: 5px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Purchase order */
.purchase_order_detail table td {
  padding: 5px !important;
}

.create-purchase-order .form-material.floating {
  margin-top: 9px;
  margin-bottom: 0px;
}

.create-purchase-order .form-material.floating + .form-material.floating {
  margin-top: 13px;
}

.create-purchase-order .form-material .form-control ~ .floating-label.address {
  top: -1rem;
}

.create-purchase-order .table td {
  border-top: none;
}

.create-purchase-order label,
.create-purchase-order .form-material .form-control ~ .floating-label {
  font-size: 12px;
}

.create-purchase-order table .form-control {
  height: 20px;
}

.create-purchase-order .md-plus,
.create-purchase-order .md-close {
  font-weight: bold;
  color: #fff;
}

/* dashboard style */

.dashboard .panel {
  height: calc(100% - 8px) !important;
  margin-bottom: 0px !important;
}

.dashboard .column12 .panel {
  height: calc(100% - -1px) !important;
  margin-bottom: -1px !important;
}

.dashboard .panel.hundred_days {
  background: #00800087;
  color: white;
}

.dashboard .panel.funnel {
  background: #b1670f87;
  color: white;
}

.dashboard .panel.long_term {
  background: #0000006b;
  color: white;
}

.dashboard .panel.fifty_fifty {
  background: #ff99009e;
  color: white;
}

.dashboard .panel.not_fit {
  background: #ff000087;
  color: white;
}

.dashboard .panel.products {
  background: #2ad29bc7;
  color: white;
}

.dashboard .panel.products1 {
  background: #a52a2ac2;
  color: white;
}

.dashboard .panel.out_stocks {
  background: #886d20a8;
  color: white;
}

.dashboard .panel.stocks1 {
  background: #ff69b4d4;
  color: white;
}

.dashboard .panel.stocks {
  background: #0e15f594;
  color: white;
}

.dashboard .purchase {
  width: 130px;
}

.dashboard .product_list {
  background: #41aacaa1;
  color: white;
}

.dashboard .purchase_order {
  background: #8a2be2a6;
  color: white;
}

.dashboard .panel .title {
  font-size: 14px;
  margin-bottom: 0px;
}

.dashboard .text-semibold {
  margin-top: 10px;
  margin-bottom: 5px;
}

.dashboard .column6 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.dashboard .column6.funnel_detail {
  padding-left: 8px !important;
  padding-right: 0px !important;
}

.dashboard .column6.product_detail {
  padding-left: 8px !important;
  padding-right: 0px !important;
}

.dashboard .column6.purchase_detail {
  padding-left: 8px !important;
  padding-right: 0px !important;
}

.dashboard .column12 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.dashboard table .title {
  font-size: 18px !important;
}

.dashboard table .text-semibold {
  font-size: 55px !important;
}

.dashboard .content {
  background: white;
  padding: 15px 6px;
  margin-left: 0px;
  margin-right: 0px;
}

.dashboard table i {
  font-size: 60px;
}

/* dashboard 2 */
.dashboard strong {
  font-weight: 600;
}

.dashboard #donut-chart {
  height: 280px !important;
}

.dashboard .flex_nowrap {
  flex-wrap: nowrap;
  display: flex;
  border-radius: 7px;
}

.dashboard .icon_image i {
  font-size: 50px;
  margin: 25px 10px;
}

.dashboard .dashboard-dot {
  font-size: 23px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}

.dashboard .jr-dot-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  padding-right: 15px;
}

.dashboard .jr-hover-arrow {
  border-radius: 50% 0 0 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 107px;
  height: 101px;
  position: absolute;
  left: 10px;
  padding: 15px;
  font-size: 1.375rem;
  transition: all 0.3s ease-out;
}

.dashboard .flex_nowrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 0px 0 rgba(0, 0, 0, 0.19);
}

.dashboard .hover_card:hover .jr-hover-arrow {
  left: -25px;
}

.dashboard .heading p {
  font-size: 1rem !important;
}

.dashboard .heading h4 {
  font-size: 16px !important;
}

.dashboard .bg-primary {
  background-color: #303641 !important;
}

.dashboard .text-primary {
  color: #303641 !important;
}

.note-editable b {
  font-weight: 600 !important;
}

.edit_task .close {
  position: relative;
  color: red;
  border: 1px solid red;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  font-size: 14px;
  padding: 0px 0px;
  width: 14px;
  top: 15px;
  left: 15px;
}

.edit_task .close:hover {
  color: red;
}

.edit_task .selectize-control.form-control.multi.plugin-remove_button {
  height: unset;
}

.edit_task .selectize-input {
  border-bottom: unset !important;
}

.create_task .selectize-input {
  border-bottom: unset !important;
}

.create_task .selectize-control.form-control.multi.plugin-remove_button {
  height: unset;
}

.calendar .selectize-control.form-control.multi.plugin-remove_button {
  height: unset;
}

.assign .selectize-input {
  border-bottom: unset !important;
}

.note-editor.note-frame .note-toolbar-wrapper .note-toolbar .btn-group .btn-sm {
  padding: 2px 5px !important;
  font-size: 13.3px !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 35px 10px !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  left: -9px !important;
  top: 9px !important;
}

#lost_aacount_list tr td:first-child:before,
#lost_aacount_list tr td:first-child:before {
  left: 0px !important;
  top: 9px !important;
}

#down_sales_list td.text-right.percentage {
  padding-right: 30px !important;
}

span.dtr-data {
  margin-left: 10px;
}

#lost_aacount_list td.text-right.quantity {
  padding-right: 30px !important;
}

#ar_issues_list td.text-right.percentage {
  padding-right: 30px !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 110px;
}

#ar_issues_list span.dtr-title {
  min-width: 142px;
}

.badge_count {
  background: #c90b0bcc;
  border-radius: 50%;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 5px;
  padding: 3px 8px;
}

.reject-comment .form-material .form-control:not(.empty) ~ .floating-label {
  top: -1.3rem;
}

.notification-icon {
  font-size: 22px;
  position: relative;
  top: 7px;
  right: 6px;
}

.notification_title {
  background: #303641;
  color: white;
  padding: 8px;
  text-align: center;
}

.notification_content {
  display: flex !important;
}

.notification-page li {
  list-style: none;
}

.notification-page li h5,
.notification-page li h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.accept_icon {
  color: green;
  padding-top: 10px;
  padding-right: 10px;
}

.reject_icon {
  color: red;
  padding-top: 10px;
  padding-right: 10px;
}

.notification-page h5 {
  font-weight: 600 !important;
  margin-bottom: 0px;
}

.notification-count {
  background: #ff0000d6;
  color: white;
  border-radius: 50%;
  padding: 4px;
  font-size: 10px;
  position: relative;
  right: 17px;
  bottom: 6px;
}

.waves-effect {
  z-index: 0;
}

.notification-page .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 60px;
  right: 0;
  background-color: #f1f4f5;
  overflow-x: hidden;
  transition: 0.5s;
}

.notification-page .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.notification-page .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.page-item.active .page-link {
  z-index: 0 !important;
}

.role-permission .rp-save {
  z-index: 99;
}

.credit-view p.text-justify {
  color: black !important;
}

.disputed-credit p.text-justify {
  color: black !important;
}

.form-material.has-danger .form-control:not(.empty) ~ .floating-label {
  color: #222;
}

.invalid-feedback {
  text-align: left;
}

/* Role selection for login */
.role-selection.modal-dialog {
  width: 400px !important;
  height: 525px;
  margin: 50px auto !important;
}

.role-selection.modal-dialog img {
  width: 255px !important;
}

.role-selection .sub-heading {
  font-size: 25px;
  font-weight: bolder;
  color: black;
  margin-top: 25px;
  text-align: left;
  padding-left: 35px;
}

.role-selection strong {
  font-weight: 600;
}

.role-selection ul {
  list-style: none;
  padding-left: 0px;
}

.role-selection ul li {
  cursor: pointer;
  border-bottom: 1px solid grey;
  font-size: 16px;
}

.role-selection ul li.active {
  background: #000000cc;
  color: white;
}

.role-selection ul li:hover {
  cursor: pointer;
  background: #000000cc;
  color: white;
}

.border-top {
  border-top: 1px solid grey;
}

.role-selection input[type="radio"] {
  display: none;
}

.role-selection input[type="radio"]:checked + label {
  background: #000000cc;
  color: white;
}

.role-selection label {
  width: 100%;
  padding: 13px;
  margin-bottom: 0px !important;
  text-align: left;
  padding-left: 35px;
}

.switch_role1 {
  z-index: 999;
}

.switch_role { 
  background: #000000cc;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

/* gratitude */
#add_gratitude .form-material .form-control:focus ~ .floating-label,
#add_gratitude .form-material .form-control:not(.empty) ~ .address {
  top: -1rem;
}
