body {
  font-size: 14px;
  background-color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
}

header {
  height: 70px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 112;
  margin-left: 60px;
  padding-left: 1rem;
}


.main-body{
  margin-left: 3.5%;
}

.topEmptyMenu{
  width:  calc(100% - 420px);
}

.topMenu {
  z-index: 120;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  display: flex;
  width: fit-content;
  box-shadow: 0px 4px 10px 0px #7473733d;
}

.topMenu ul {
  margin: auto;
  padding: 0;
  list-style-type: none;
}

.topMenu ul li {
  margin: auto;
  height: 60px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  margin-bottom: 10px;
}

.topMenu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5%;
}

.topMenu ul li a .ico {
  color: #a5a4bf;
  /* font-size: 18px; */
}

.ico svg{
  width: 1.7rem;;
}

.topMenu ul li a:hover,
.topMenu ul li a:hover .ico,
.topMenu ul li a.active,
.topMenu ul li a.active .ico {
  text-decoration: none;
  color: #7569d1;
}

.topMenu ul li a.active .ico svg{
  color:#7569d1 !important ;
}

.topRight {
  float: right;
  display: flex;
  align-items: center;
  position: absolute;
right: 80px;
}

.topRight .ico {
  font-size: 20px;
  color: #a5a4bf;
}

.topRight a.notify {
  display: block;
  border-right: 1px solid #e1e1e4;
  margin-right: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}

.topRight a.notify:hover {
  color: #5056e0;
}

.notiFyCircle {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #ffc06a;
  border-radius: 20px;
  top: 0;
  right: 14px;
  border: 2px solid #fff;
}

.topRight a.logOut {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.topRight a.logOut:hover,
.topRight a.logOut:hover .ico {
  text-decoration: none;
  color: #5056e0;
}

.topRight .logOut .ico {
  font-size: 27px;
  margin-left: 10px;
}

.middle-wrapper {
  padding-top: 70px;
}

.btnClass {
  min-width: 90px;
  font-size: 14px;
}

.btnClass:focus {
  box-shadow: none;
}

.whiteBtn {
  background: #fff;
  border: 1px solid #ccc;
}

.blueBtn {
  background: #3b86ff;
  color: #fff;
  border: 1px solid #3b86ff;
}

.greenBtn {
  background: #2bbf55;
  color: #fff;
  border: 1px solid #2bbf55;
}

.greenBtn .fa-plus-square-o{
  font-size: large;
}

.blueBorderBtn {
  color: #3b86ff;
  border: 1px solid #3b86ff;
  background: #fff;
}

.greenBorderBtn {
  color: #2bbf55;
  border: 1px solid #2bbf55;
  background: #fff;
}

.btnClass:disabled {
  opacity: 0.65;
  background: #ccc;
  border: inherit;
  color: #757575;
  border: 1px solid #ccc;
}

.filterRB {
  border-radius: 4px;
}

.filterRB .rb {
  display: block;
  float: left;
}

.filterRB .rb input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.filterRB .rb input[type="radio"] + label {
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  color: #333;
  border-radius: 0;
  float: left;
  cursor: pointer;
  border-right: 1px solid #ccc;
  font-weight: 600;
}

.filterRB .rb input[type="radio"]:checked + label {
  background: #a3a0fb;
  color: #fff;
}

.filterRB .rb:first-child input[type="radio"] + label {
  border-radius: 4px 0 0 4px;
}

.filterRB .rb:last-child input[type="radio"] + label {
  border-radius: 0px 4px 4px 0px;
  border-right: none;
}

.form-row {
  width: 100%;
  margin-bottom: 15px;
}

.form-row label {
  display: block;
  width: 100%;
}

.form-row .form-field {
  width: 100%;
  position: relative;
}

.form-field .form-control {
  box-shadow: none;
  font-size: 14px;
  height: 36px;
}

select.form-control {
  font-size: 14px;
  cursor: pointer;
}

.paragonModal .modal-header {
  background: #43425d;
  color: #fff;
}

.paragonModal .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.paragonModal .modal-header .modal-title {
  font-size: 17px;
}

.paragonModal .modal-body {
  padding: 40px;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

.btnChkBox {
  display: block;
  float: left;
  margin-right: 15px;
}

.btnChkBox input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.btnChkBox input[type="checkbox"] + label {
  margin: 0;
  padding: 0.375rem 0.75rem;
  background: #fff;
  border-radius: 4px;
  float: left;
  cursor: pointer;
  border: 1px solid #ccc;
  min-width: 130px;
}

.btnChkBox input[type="checkbox"]:checked + label {
  color: #3b86ff;
  border: 1px solid #3b86ff;
  background: #fff;
}

.btnChkBox input[type="checkbox"]:checked + label .fa {
  color: #3b86ff;
  background: #fff;
}

.btnChkBox label .fa {
  float: right;
  margin: 4px 0 0;
  color: #444;
}

.btnWonLost {
  display: block;
  float: left;
  margin-right: 15px;
}

.btnWonLost input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.btnWonLost input[type="radio"] + label {
  margin: 0;
  padding: 0.375rem 0.75rem;
  background: #fff;
  border-radius: 4px;
  float: left;
  cursor: pointer;
  border: 1px solid #ccc;
  min-width: 90px;
  text-align: center;
  background-size: 200% 100% !important;
  background-position: left bottom;
  transition: all 0.5s ease;
}

.last-row .btnWonLost input[type="radio"] + label {
  background: linear-gradient(to right, #fff 50%, #2bbf55 50%);
}

.last-row .btnWonLost:last-child input[type="radio"] + label {
  background: linear-gradient(to right, #fff 50%, #f03c3c 50%);
}

.last-row .btnWonLost input[type="radio"]:checked + label {
  color: #fff;
  background-position: right bottom;
}

.last-row .btnWonLost:last-child input[type="radio"]:checked + label {
  color: #fff;
  background-position: right bottom;
}

.card .card-body {
  padding: 20px 30px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
  padding: 0 0 0 20px;
}

ul.timeline > li {
  padding-left: 20px;
  position: relative;
}

ul.timeline > li:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 2px;
  height: 100%;
  z-index: 1;
}

ul.timeline > li:last-child::before {
  display: none;
}

ul.timeline > li .ico {
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  left: -18px;
  top: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0px 0px 0px 5px #fff;
}

ul.timeline .t-content {
  padding: 7px 15px;
  min-height: 80px;
}

ul.timeline .ico.email {
  color: #4cd964;
  border: 1px solid #4cd964;
}

ul.timeline .ico.phone {
  color: #5856d6;
  border: 1px solid #5856d6;
}

ul.timeline .ico.meeting {
  color: #23a8e6;
  border: 1px solid #23a8e6;
}

ul.timeline .ico.task {
  color: #922c88;
  border: 1px solid #922c88;
}

ul.timeline .ico.event {
  color: #f59b1c;
  border: 1px solid #f59b1c;
}

ul.timeline .ico.alert {
  color: #ff3b30;
  border: 1px solid #ff3b30;
}

.subHeader-wrap {
  background: #43425d;
  min-height: 60px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  color: #fff;
  width: -webkit-fill-available;
  width: -moz-available;
  position: fixed;
  z-index: 11; /* this z-index has some dependencies on rebate page slide nav arrow button */
  justify-content: space-between;
}

.table-wrap {
  padding: 0px;
  position: relative;
  /*z-index: 1;*/
}

.table-wrap .table-head {
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  background: #ffff;
  border-radius: 2px 2px 0 0;
  box-shadow: 1px 2px 8px 1px rgba(204, 204, 204, 0.4);
  position: relative;
  padding: 0 10px;
  position: fixed;
  width: 95.25%;
  z-index: 11;
}

.table-wrap .table-body {
  position: relative;
  top: 41px;
  margin-bottom: 40px;
}

.table-wrap .table-head .head-col {
  display: flex;
  align-items: center;
  min-height: 40px;
  float: left;
  color: #1a3042;
  padding: 0 7px;
  font-size: 13px;
  flex: auto;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
}

.table-wrap .table-row {
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 0 10px;
}



.viewCont {
  display: flex;
}

.table-wrap .table-row .table-cell {
  display: flex;
  align-items: center;
  min-height: 50px;
  float: left;
  border-right: 1px solid #ddd;
  padding: 0 7px;
  font-size: 14px;
  flex: auto;
  justify-content: center;
  position: relative;
  font-weight: 510;
}

.table-wrap .table-row .table-cell:last-child,
.table-wrap .table-head .head-col:last-child {
  border-right: none;
}

.comp_name {
  width: 380px;
}

.contact_name {
  min-width: 135px;
  max-width: 135px;
}

.account_no {
  width: 130px;
  max-width: 130px;
}

.closed_dl {
  width: 90px;
  max-width: 90px;
}

.open_dl {
  width: 90px;
  max-width: 90px;
}

.value_of {
  width: 140px;
}

.alert_Freq {
  width: 120px;
  max-width: 120px;
}

.last_v {
  width: 140px;
}

.next_act {
  width: 130px;
}
.ord_date {
  width: 150px;
  max-width: 150px;
}
.town {
  width: 120px;
}

.contacts-tab .cont_name {
  width: 200px;
  max-width: 200px;
}

.contacts-tab .cont_mob {
  width: 110px;
  max-width: 110px;
}
.contacts-tab .job_title {
  width: 150px;
}
.contacts-tab .email_id {
  width: 150px;
  min-width: 220px;
}

.contacts-tab .comp_name {
  width: 150px;
}
.contacts-tab .account_no {
  width: 80px;
  max-width: 85px;
}
.contacts-tab .closed_dl {
  width: 70px;
  max-width: 70px;
}
.contacts-tab .open_dl {
  width: 70px;
  max-width: 70px;
}

.contacts-tab .last_v {
  width: 80px;
  max-width: 85px;
}
.contacts-tab .next_act {
  width: 80px;
  max-width: 85px;
}

.table-wrap .table-row .table-cell .lbl {
  display: none;
}

.mob-menu {
  display: none !important;
}

.mob-logout {
  display: none !important;
}

.subHeader-wrap .csDetailsTab.nav-tabs {
  border: none;
  margin-bottom: -21px;
  overflow: hidden;
  padding-left: 80px;
}

.commonInsideWrap {
  padding-top: 60px;
  padding-left: 20px;
}

.opportunity-container{
  position: relative;
  top: 5rem;
}

.csDetailsTab.nav-tabs a.nav-link {
  min-width: 130px;
  background: #caced5;
  margin-right: 20px;
  text-align: center;
  color: #333 !important;
  position: relative;
  font-weight: 600;
}

.csDetailsTab.nav-tabs a.nav-link::after,
.csDetailsTab.nav-tabs a.nav-link::before {
  content: "";
  width: 20px;
  height: 117%;
  position: absolute;
  background: #caced5;
  top: 2px;
}

.csDetailsTab.nav-tabs a.nav-link::before {
  left: -11px;
  transform: rotate(26deg);
  border-radius: 4px 0px 0 0;
  box-shadow: -3px 2px 1px rgba(0, 0, 0, 0.3);
}

.csDetailsTab.nav-tabs a.nav-link::after {
  right: -11px;
  transform: rotate(-26deg);
  border-radius: 4px 4px 0 0;
  box-shadow: 3px 2px 1px rgba(0, 0, 0, 0.3);
}

.csDetailsTab.nav-tabs .nav-link.active {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.csDetailsTab.nav-tabs .nav-link.active::after {
  z-index: 11;
}

.csDetailsTab.nav-tabs .nav-link.active::after,
.csDetailsTab.nav-tabs .nav-link.active::before {
  background: #f2f2f2;
}

.subHeader-wrap .tab-holder {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto;
}

.subHeader-wrap h2 {
  font-size: 19px;
  margin: 0;
}

.subHeader-wrap h2 span {
  font-size: 15px;
  margin: 0 15px;
}

.tab-card {
  max-width: 990px;
  margin: 0 auto;
}

.tab-card .card-heading {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tab-card .card-heading h3 {
  float: left;
  font-size: 19px;
  margin-bottom: 0;
}

.tab-card .card-heading h3 span {
  margin: 0 15px;
  color: #ffb137;
}

.tab-card .card-heading .greenPlus {
  min-width: auto;
  font-size: 30px;
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 0;
  float: right;
}

.tab-card .tab-table-row {
  flex-wrap: wrap;
  padding: 0 5px;
}

.tab-card .tab-table-col {
  display: flex;
  align-items: center;
  min-height: 40px;
  float: left;
  padding: 0 7px;
  font-size: 14px;
  flex: auto;
  text-transform: uppercase;
  justify-content: center;
}

.tab-card .tab-table-row.heading {
  background: #e3e4ea;
}

.tab-card .tab-table-row.heading .tab-table-col {
  font-size: 13px;
  font-weight: 600;
}

.tab-card .tab-table-col.manufact_name {
  width: 100px;
}

.tab-card .tab-table-col.pr_name {
  width: 200px;
}

.tab-card .tab-table-col.unit_yr {
  width: 100px;
  justify-content: flex-end;
}

.tab-card .tab-table-col.unit_yr .edit_dl {
  visibility: hidden;
}

.tab-card .tab-table-col.unit_yr .edit_dl .fa {
  margin: 0 0 0 20px;
  color: #43425d;
}

.tab-card .tab-table-col.price_unt {
  width: 100px;
}

.competitorsC .viewCont:hover .edit_dl {
  visibility: visible;
}

.tab-card .tab-table-col.value_unt {
  width: 100px;
}

.tab-card .tab-table-col.like_hood {
  width: 100px;
}

.tab-card .tab-table-col.clos_dt {
  width: 100px;
}

.tab-table .last-row {
  padding: 5px 10px;
}

.boldT {
  font-weight: 600;
}

.mob-break {
  display: none;
}

.wonLostBtnC {
  float: right;
}

.dealChckBoxC {
  float: left;
}

.cst-tabView {
  display: none;
}

.cst-tabView.active {
  display: block;
}

.addContBtn {
  display: none;
}

.activeCont .addCustBtn {
  display: none;
}

.activeCont .addContBtn {
  display: block;
}

.paragonModal .notes {
  min-height: 100px;
}

.tab-table-body {
  padding: 15px 0 25px 0;
}

.tab-table-body:nth-child(even) {
  background: #f5f6fa;
}

.tab-table-body:hover {
  background: #edfaff;
}

.tab-table-body:hover .clos_dt .edit_dl {
  display: inline-block;
}

.clos_dt .edit_dl {
  font-size: 13px;
  margin: 0 0 0 10px;
  color: #43425d;
  cursor: pointer;
  display: none;
}

.scroll-wrap {
  max-height: 500px;
  overflow-y: auto;
}

.scroll-wrap::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.scroll-wrap::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: #a5a4bf;
}

.competitorsC .tab-table-body {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e3e4ea;
  background: transparent;
}

.competitorsC .unit_yr .fa {
  margin: 0 0 0 30px;
  color: #eaa443;
  cursor: pointer;
}

a.backUrl {
  position: absolute;
  left: 0;
  margin: 0 15px;
  color: #fff;
  font-size: 16px;
}

a.backUrl .fa {
  margin: 0 5px 0 0;
  color: #ffc06a;
}

.approveshow {
  display: flex !important;
  right: 0px !important;
  height: 100%;
  background: #43425d;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.approveshow i {
  font-size: 16px;
  color: #fff !important;
}

.inlineEdit {
  position: absolute;
  right: 10px;
  display: none;
  z-index: 2;
}

.inlineEdit .fa {
  padding: 0;
  color: #43425d;
  cursor: pointer;
}

.edit-wrap.expanded .justEdit {
  display: none;
}
.edit-wrap.expanded .closeEdit {
  display: block;
}

.table-cell:not(.popover):hover .inlineEdit {
  display: block;
}

.edit-wrap .editable-popup {
  position: absolute;
  right: 0;
  z-index: 10;
  left: inherit;
  top: 50px;
  visibility: hidden;
  transform: translateY(-40px);
  transition: transform 0.3s 0s;
}

.edit-wrap.expanded .editable-popup {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.3s 0s;
}

.edit-wrap.expanded .inlineEdit {
  display: block;
}

.edit-wrap .inlineEdit .fa-times {
  display: none;
}

.edit-wrap.expanded .inlineEdit .fa-pencil {
  display: none;
}

.edit-wrap.expanded .inlineEdit .fa-times {
  display: block;
}

.editable-popup {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 10px;
}

.editable-popup h5.popover-title {
  font-size: 15px;
  color: #fff;
  background: #43425d;
  padding: 10px;
  margin: -10px -10px 15px -10px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
}

.popover-content .form-row {
  margin: 10px 0;
}

.popover-content .form-row .form-control {
  height: 34px;
}

.popover-footer .btn-wrap {
  float: right;
}

.popover-footer .btnClass {
  min-width: inherit;
  font-size: 13px;
  margin-left: 10px;
}

.arrowC {
  position: absolute;
  right: 22px;
  top: 0;
}

.arrowC:after,
.arrowC:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrowC:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #43425d;
  border-width: 10px;
  margin-left: -10px;
}

.arrowC:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #43425d;
  border-width: 12px;
  margin-left: -12px;
}

.table-cell .data {
  /* text-overflow: ellipsis; 
	  white-space: pre;*/
  overflow: hidden;
  color: inherit;
  word-break: break-word;
}

#file_error {
  font-size: 13px;
  color: #f00;
}

.collapseNotes {
  padding: 5px 10px;
  display: none;
}

.cb-w {
  width: 50px;
  max-width: 50px;
}

.forCastBlock {
  background: #fff;
  background: #fff;
  position: relative;
  height: 100%;
  border-right: 1px solid #ccc;
}

.fc-Block-head {
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #ccc;
}

.fc-Block-head h4,
.fc-Block-head h3 {
  margin: 7px 0 5px 0;
  font-size: 24px;
  font-weight: 600;
  color: #43425d;
  text-transform: uppercase;
}

.fc-Block-head p {
  margin: 0;
}

.fc-Block-head .right {
  text-align: right;
}

.fc-Block-head .right .won {
  color: #0ec542;
}

.fc-Block-body ul li a {
  color: inherit;
}

.fc-Block-body ul li a:hover {
  text-decoration: none;
}

.fc-Block-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fc-Block-body ul li .right {
  text-align: right;
}

.fc-Block-body ul li p {
  margin: 0px 0 5px 0;
}

.fc-Block-body ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  z-index: 1;
  cursor: pointer;
}

.fc-Block-body ul li:last-child {
  border: none;
}

.fc-Block-body ul li.ui-draggable-dragging {
  z-index: 22;
  position: absolute;
  cursor: move;
  padding: 10px;
  border-bottom: none;
  box-shadow: 0px 3px 10px 2px rgba(204, 204, 204, 0.8196078431372549);
  font-weight: 600;
  width: 100%;
}

.cst-tabView {
  min-height: calc(100vh - 130px);
}

.fc-Block-body ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ui-droppable {
  transition: all 0.5s ease-in-out;
}

.ui-droppable-hover {
  background: #e9e8f3;
}

.calanderPU {
  z-index: 11;
  position: absolute;
  width: 264px;
  background-color: #43425d;
  transition: opacity 0.15s ease-in-out 0.05s;
  border-radius: 6px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 3px rgba(64, 67, 70, 0.45);
  left: 35px;
  top: 150px;
  display: none;
}

.calanderPU .ui-datepicker {
  margin: 0;
  width: 100%;
}

.calanderPU h3 {
  font-size: 14px;
  padding: 10px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #fff;
}

.calanderPU .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
}

.calanderPU .calanderFooter {
  background: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #ccc;
}

.calanderPU .btnClass {
  margin: 5px;
  font-size: 13px;
  min-width: 60px;
}

.sliderNav .sp {
  margin: 0;
  padding: 5px 15px;
  background: #fff;
  color: #333;
  border-radius: 0;
  float: left;
  cursor: pointer;
  border-right: 1px solid #ccc;
  font-weight: 600;
  border-radius: 0px;
}

.sliderNav .sp:first-child {
  border-radius: 4px 0 0 4px;
}

.sliderNav .sp:last-child {
  border-radius: 0px 4px 4px 0px;
}

.sliderNav .sp:hover {
  background: #fafafa;
}

.cst-tabView {
  position: relative;
  overflow: hidden;
}

.slideRow {
  position: absolute;
  height: 100%;
  display: none !important;
}

.likelyhood-tab {
  position: absolute;
  height: 100%;
}

.slideRow.active {
  display: flex !important;
  min-width: 100%;
}

.likelyhood-tab .calanderPU {
  display: none !important;
}

.accrd-head {
  min-height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}

.accrd-head span {
  font-weight: 600;
}

.accrd-wrap {
  border-bottom: 1px solid #dfdfdf;
}

.accrd-wrap i {
  color: #a4afb7;
  font-size: 22px;
  font-weight: 600;
}

.accordion .notes p {
  color: #646464;
  font-style: italic;
}

.editbtn button {
  background: #43425d;
  color: #fff;
  border: 1px solid #43425d;
  font-size: 14px;
  float: right;
}

.editbtn {
  margin-bottom: 25px;
  padding-right: 5px;
}

#newcont textarea {
  width: 100%;
  background: #f5f6fa;
  color: #000;
  resize: inherit;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.company-name {
  margin-top: 30px;
}

.contactsTab .card-heading {
  border-bottom: 1px solid #e6e6e6;
  max-height: 50px;
}

.accrd-ech {
  display: flex;
  width: 100%;
  padding: 7px 0px;
}

.accrd-ech span {
  margin: 0px 10px 0px 0px;
}

.name {
  width: 400px;
}

.phone {
  width: 400px;
}

.accrd-cell {
  display: flex;
  align-items: center;
  min-height: 50px;
  float: left;
  font-size: 14px;
  flex: auto;
}

.activity .subj {
  width: 380px;
  text-align: left;
}

.activity .cont {
  width: 180px;
}

.activity .time {
  width: 130px;
}

.activity .date {
  width: 100px;
}

.timelist .viewCont:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 2px;
  height: 100%;
  z-index: 1;
}

.view-cell .lbl {
  display: none;
}

.view-cell.uname {
  width: 100px;
}

.view-cell {
  padding: 0 7px;
  text-align: center;
  word-break: break-all;
}

.activity .viewCont {
  position: relative;
}

.activity ul.timeline .t-content {
  padding: 7px 15px;
  min-height: 75px;
  align-items: center;
  display: flex;
}

.activity ul.timeline > li .ico {
  top: 18px;
}

.activity .cell {
  float: left;
  text-align: center;
}

.activity .cell:first-child {
  text-align: left;
}

.cust-row {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cust-row .viewCont {
  align-items: center;
}

.cust-row .viewCont .uname {
  width: 100px;
}

.cmmnt {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 0;
}

.cust-row.heading {
  background: #f5f6fa;
  color: #9f9c9c;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.view-cell.subj {
  padding-left: 0;
}

.timelist .viewCont:first-child::before {
  top: 15px;
}

.timelist .cust-row:last-child .viewCont::before {
  display: none;
}

.activity .card-body {
  padding-bottom: 100px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.cb-wrap span input[type="checkbox"],
.cb-wrap span input[type="radio"] {
  height: 0;
  width: 0;
  opacity: 0;
  display: none;
  text-shadow: 0 0 black;
}

.cb-wrap span input[type="checkbox"] + label,
.cb-wrap span input[type="radio"] + label {
  background: #fff;
  display: block;
  float: left;
  padding: 7px 6px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #95989a;
  min-width: 89px;
  font-size: 14px;
  text-align: center;
  border-right: none;
}

.cb-wrap span:first-child input[type="checkbox"] + label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cb-wrap span:last-child input[type="checkbox"] + label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #95989a;
}

.cb-wrap span input[type="checkbox"]:checked + label,
.cb-wrap span input[type="radio"]:checked + label {
  background: #2bbf55;
  color: #fff;
}

.timeDura {
  display: flex;
}

.timeDura .inp input {
  width: 100px;
}

.timeDura .inp {
  margin-right: 73px;
}

.timeDura .inp:last-child {
  margin-right: 0px;
}

.cmnts textarea {
  resize: none;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d8d6d6;
}

.form-field-row {
  margin: 0;
}

.activtymod .modal-dialog {
  min-width: 1000px;
}

.activtymod .modal-body {
  display: flex;
}

.first-col {
  border-right: 1px solid #cdcdcd;
  padding: 0 25px;
}

.sec-col {
  padding: 0 25px;
}

.timelist .viewCont:first-child::before {
  top: 15px;
}

.timelist .cust-row:last-child .viewCont::before {
  display: none;
}

.activity .card-body {
  padding-bottom: 30px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.cb-wrap span input[type="checkbox"],
.cb-wrap span input[type="radio"] {
  height: 0;
  width: 0;
  opacity: 0;
  display: none;
  text-shadow: 0 0 black;
}

.cb-wrap span input[type="checkbox"] + label,
.cb-wrap span input[type="radio"] + label {
  background: #fff;
  display: block;
  float: left;
  padding: 7px 6px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #95989a;
  min-width: 89px;
  font-size: 14px;
  text-align: center;
  border-right: none;
}

.cb-wrap span:first-child input[type="radio"] + label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cb-wrap span:last-child input[type="radio"] + label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #95989a;
}

.cb-wrap span input[type="checkbox"]:checked + label,
.cb-wrap span input[type="radio"]:checked + label {
  background: #2bbf55;
  color: #fff;
}

.timeDura {
  display: flex;
  position: relative;
}

.timeDura .inp input {
  width: 140px;
}

.timeDura .inp {
  margin-right: 15px;
  position: relative;
}

.timeDura .inp:last-child {
  margin-right: 0px;
}

.cmnts textarea {
  resize: none;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d8d6d6;
  padding: 2px 8px;
}

.form-field-row {
  margin: 0;
}

.activtymod .modal-dialog {
  min-width: 1000px;
}

.activtymod .modal-body {
  display: flex;
}

.first-col {
  border-right: 1px solid #cdcdcd;
  padding: 0 25px;
}

.sec-col {
  padding-left: 25px;
  width: 100%;
  display: inline-block;
}

.ui-timepicker-standard {
  top: 66px !important;
  left: 155px !important;
}

.ui-timepicker-viewport {
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 0 !important;
}

.ui-timepicker-container {
  overflow: inherit !important;
}

.dropdown{
  background: #fff;
  z-index: 10;
  margin-left: 80%;
  
}

.dropdown ul {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 200px;
  overflow: auto;
  
}


.dropdown ul li {
  list-style-type: none;
  padding: 5px 11px;
  cursor: pointer;
  height: auto;
}

.report-dropdown ul li {
  list-style-type: none;
  padding: 2px 11px;
  cursor: pointer;
  height: auto;
}

.comp-ico,
.cont-ico {
  border: 1px solid #d8d6d6;
  border-radius: 4px;
}

.comp-ico i,
.cont-ico i {
  position: absolute;
  /* top: 5px; */
  font-size: 18px;
  margin-left: 9px;
  margin-top: 9px;
}

.clselct {
  display: flex;
}

.clselct .clear {
  position: absolute;
  /* top: 5px; */
  font-size: 18px;
  right: 0;
  color: #b9babb;
  padding: 5px;
  cursor: pointer;
  right: 5px;
}

.comp-ico input,
.cont-ico input {
  float: right;
  width: 440px;
  border: none;
}

.calendgoogle {
  border: 1px solid #ccc;
  border-radius: 5px;
  float: right;
  display: flex;
}

.calendgoogle .singleRight {
  border: none;
}

.clndr {
  padding-left: 15px;
  width: 100%;
  position: relative;
}

.chkbx {
  max-width: 30px;
  padding: 0 4px !important;
}

.prdcode {
  width: 120px;
}

.prdesc {
  width: 300px;
}

.wk1 {
  min-width: 80px;
  width: 80px;
}

.wk1 i {
  margin: 0 5px 0 0;
  color: #ffc06a;
  cursor: pointer;
}

.wk1 span {
  margin-left: 0px;
}

.graph {
  min-height: 350px;
}

.vitals-tab .table-wrap .table-head {
  position: inherit;
}

.vitals-tab .table-wrap .table-body {
  top: inherit;
}

.cbw input[type="checkbox"],
.rbw input[type="radio"] {
  height: 0;
  width: 0;
  opacity: 0;
  display: none;
}

.cbw input[type="checkbox"] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.cbw input[type="checkbox"] + label:before,
.rbw input[type="radio"] + label:before {
  content: "";
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -3px;
}

.cbw input[type="checkbox"]:checked + label:before {
  border: 0.6em solid #007aff;
  background: #007aff;
  -webkit-animation: zoomIn 200ms cubic-bezier(0.4, 0, 0.23, 1);
  animation: zoomIn 200ms cubic-bezier(0.4, 0, 0.23, 1);
  /* display: inline-table; */
}

.cbw input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 6px;
}

.prdcode,
.prdesc {
  justify-content: start !important;
}

.list-view-deals .switchDurationView,
.list-view-deals .forCastNav,
.list-view-deals .switchDurationViewLikely,
.list-view-deals .likelyNav {
  display: none !important;
}

.for-view-deals .likelyNav,
.for-view-deals .usrSorting,
.for-view-deals .switchDurationViewLikely,
.for-view-deals .sliderNavLikely {
  display: none !important;
}

.lik-view-deals .usrSorting,
.lik-view-deals .forCastNav,
.lik-view-deals .switchDurationView {
  display: none !important;
}

.subHeader-wrap select.form-control {
  border: none;
}

.scheduledIco {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #2bbf55;
  border-radius: 25px;
  padding: 3px 0 0 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.notScheduleIco {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #ed3333;
  border-radius: 25px;
  padding: 3px 0 0 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.clearC:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.users-head {
  display: flex;
  margin: 0px 40px;
  width: 100%;
  align-items: center;
}

.users-head .ttl {
  width: 100%;
}

.users-info {
  padding-top: 50px;
  margin: 0px 120px;
}

.user-nam .usr {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-right: 15px;
}

.user-nam .desig {
  font-size: 14px;
  font-weight: normal;
  color: #a5a4bf;
}

.editblue {
  border: 1px solid #007aff;
  color: #007aff;
  width: 90px;
  background: transparent;
}

.delt-modal {
  float: left;
  cursor: pointer;
}

.delt-modal a {
  text-decoration: underline !important;
  color: #a5a4bf !important;
  margin-top: 8px;
  display: block;
}

.edt-modal {
  float: right;
}

.user-delt h2 {
  font-size: 19px;
}

.acntnum {
  width: 150px;
}

.cust {
  width: 900px;
  justify-content: start !important;
}

.accntmgr {
  width: 350px;
  justify-content: start !important;
}

.user-names .form-field {
  min-width: 300px;
}

.user-name .form-field {
  min-width: 150px !important;
  max-width: 150px !important;
}

select.form-control {
  height: 36px !important;
}

.cust .nums {
  margin-left: 5px;
  color: #b984d6;
}

.reasgn h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.reasgnBtn {
  color: #fff !important;
}

.reasgnBtn.greendis {
  background: #2bbf55;
}

.optnLi {
  cursor: pointer;
}

.optnDrp {
  position: relative;
}

.topMenu .dropdown ul li a {
  margin-right: 0;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
}

.topMenu .dropdown ul li a span {
  cursor: pointer;
}

.topMenu .dropdown ul li {
  width: 100%;
  padding: 0;
}

.topMenu .dropdown ul li a {
  padding: 12px;
  border-bottom: 1px solid #e7eaea;
  width: 100%;
  display: block;
}

.topMenu .report-dropDown ul li a {
  padding: 10px 12px !important;
  border-bottom: 1px solid #e7eaea;
  width: 100%;
  display: block;
}

.topMenu .dropdown ul li:last-child {
  border-bottom: 0;
}

.login .logo img {
  display: block;
  margin: 0 auto;
}

.form-fld input {
  border: 0;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  display: block;
  width: 100%;
  outline: none;
}

.welcome-ttl {
  text-align: center;
  color: #a5a4bf;
  font-size: 16px;
}

.form-fld {
  width: 400px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.frgtpwd {
  cursor: pointer;
  float: right;
}

.frgtpwd:hover {
  text-decoration: underline;
}

.rembr {
  float: left;
}

.rembr label span {
  padding-left: 23px;
}

.reasgn-cbw .cbw {
  margin-bottom: 7px;
}

a.loginBtn {
  background: #43425d;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 46px;
  padding-top: 9px;
  font-size: 16px;
  color: #fff !important;
  margin-top: 40px;
}

button.submitBtn {
  background: #43425d;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #fff !important;
  margin-top: 40px;
}

a.forgotPwd {
  color: #333;
}

.submitBtn {
  margin-top: 45px;
}

.planner-head {
  justify-content: space-between;
}

.topMenu .dropdown {
  border-radius: 0;
  border: none;
  height: inherit;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.24);
  display: block !important;
  transition: transform 0.5s ease;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  max-width: 250px;
  visibility: hidden;
  height: auto;
  min-width: 150px;
 
}
.topMenu .optnLi .dropdown {
  width: 200px !important;
}

.topMenu .report-dropDown{
  bottom: 5%;
  max-height: 90%;
  overflow-y: scroll;
}

.topMenu .dropdown ul {
  height: auto;
  border: none;
  border-radius: 0;
}

.optnLi:hover .dropdown {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.topMenu .dropdown::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 12px;
  left: -5px;
}

.topMenu .report-dropDown::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 65%;
  left: -6px;
}

.rebatePage .viewCont .table-cell:last-child {
  border-right: 7px solid #ddd;
}

.noBorder {
  border: none !important;
}

.code_rebate {
  width: 100px;
  max-width: 100px;
}

.prod_name {
  width: 150px;
  justify-content: start !important;
}

.grosss_amnt {
  min-width: 140px;
  max-width: 140px;
  justify-content: start !important;
}

.rebate_blk {
  width: 100px;
  max-width: 100px;
}

.total_rebate {
  min-width: 85px;
  max-width: 100px;
}

.marktng_rbt {
  width: 150px;
}

.rebateRow.extraRebate {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  display: flex;
  padding: 0;
}

.rebateRow.extraRebate.head {
  overflow-x: hidden;
}

.extraRebate a.rebate_blk {
  cursor: pointer;
  color: #3c7cf5 !important;
}

.rebateRow.extraRebate .table-cell,
.rebateRow.extraRebate .head-col {
  width: 110px;
  min-width: 131px;
}

.rebateRow.extraRebate .head-col {
  white-space: normal;
}

.rebateRow .sliderNav {
  position: absolute;
  right: 25px;
  top: -40px;
  z-index: 99;
  display: none !important;
  font-size: 13px;
}

.rebateRow.extraRebate .sliderNav {
  display: block !important;
}

.rebateRow.dataC {
  border-right: 7px solid #ddd;
}

.allRebate .act_no {
  max-width: 150px;
}

.allRebate .view_blk {
  max-width: 150px;
}

.seasoningPage .last_Cost {
  max-width: 250px;
}

.subHeader-wrap h4 {
  font-size: 18px;
  margin: 0;
}

.newRebate .modal-dialog {
  max-width: 800px;
}

.vitals-tab .table-wrap .table-head.fixit {
  position: fixed;
  top: 130px;
}

.planr-mnth .filterRB .rb input[type="radio"] + label {
  padding: 7px 10px;
}

.planr-mnth .sliderNav .sp {
  padding: 7px 15px;
}

.planr-mnth .usr-drp {
  width: 200px;
  padding-left: 15px;
}

.dashbrd-row {
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  background: #fff;
  min-height: 70px;
}

.dashbrd-row .viewCont {
  min-height: 70px;
}

.dashbrd-cell {
  display: flex;
  align-items: center;
  text-align: center;
  float: left;
  border-right: 1px solid #ddd;
  padding: 8px 22px;
  font-size: 14px;
  flex: auto;
  justify-content: center;
  position: relative;
  font-weight: 600;
  font-size: 23px;
  width: 200px;
  word-break: break-all;
}

.dashbrd-cell .week {
  display: block;
}

.dashbrd-cell .dates {
  display: block;
}

.dashbrd-head .dashbrd-cell {
  display: initial;
}

.dashbrd-head .dashbrd-cell p {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.tri-green {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: 25px;
  border-bottom: 20px solid #2bbf55;
  border-radius: 4px;
  position: absolute;
  right: 25px;
}

.tri-red {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: 25px;
  border-bottom: 20px solid #e74646;
  border-radius: 4px;
  position: absolute;
  right: 25px;
  transform: rotate(180deg);
}

.sumary-row {
  display: flex;
  justify-content: space-between;
}

.sum-block {
  background: #fff;
  padding: 22px;
  min-height: 150px;
  align-items: center;
  min-width: 250px;
}

.summary h2 {
  font-size: 25px;
  text-align: center;
  padding: 50px 0px;
}

.summary h3 {
  font-size: 15px;
  text-align: center;
  color: #6f6c6c;
  text-transform: uppercase;
  font-weight: 600;
}

.schd-num {
  font-size: 55px;
  font-weight: 600;
  text-align: center;
}

.schd-num span {
  font-size: 25px;
  font-weight: 600;
}

.dashbrd-cell:last-child {
  border: 0;
}

.dashbrd-cell .lbl {
  display: none;
}

.recipesPage .chk_block {
  width: 60px;
  max-width: 60px;
  justify-content: flex-start !important;
}

.recipesPage .recipe_no {
  width: 130px;
  max-width: 130px;
}

.recipesPage .rec_desc {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
}

.recipesPage .sales_ytd {
  width: 180px;
  max-width: 180px;
}

.recipesPage .sales_y {
  width: 180px;
  max-width: 180px;
}

.recipesPage .change_p {
  width: 130px;
  max-width: 130px;
}

.recipesPage .case_sold {
  width: 180px;
  max-width: 180px;
}

.recipesPage .case_sold_y {
  width: 180px;
  max-width: 180px;
}

.recipesPage .change_full_p {
  width: 130px;
  max-width: 130px;
}

.recipesPage .table-cell.town {
  border-right: 7px solid #ddd;
}

.recipesPage .table-cell.change_p {
  border-right: 7px solid #ddd;
}

.form-field .cbw input[type="checkbox"] + label {
  padding-left: 25px;
  width: auto;
  display: inline-block;
}

.form-field .cbw input[type="checkbox"] + label:before {
  left: 0;
  top: 3px;
}

.form-field .cbw input[type="checkbox"]:checked + label:after {
  top: 5px;
}

.table-wrap .table-body {
  position: relative;
  top: 41px;
}

.card-table-head {
  background: #fafafa !important;
  text-transform: uppercase;
  font-weight: 600;
}

.card-table .card-table-row {
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 0 25px;
}

.card-table .card-table-row:last-child {
  border-bottom: none;
}

.card-table .card-table-row .ct-cell {
  display: flex;
  align-items: center;
  min-height: 50px;
  float: left;
  padding: 0 7px;
  font-size: 14px;
  flex: auto;
  justify-content: center;
  position: relative;
}

.card-table .card-table-row .day_cell {
  width: 150px;
}

.card-table .card-table-row .date_cell {
  width: 150px;
}

.card-table .card-table-row .user_cell {
  width: 150px;
}

.card-table .card-table-row .sts_cell {
  width: 150px;
}

.sts_cell .sts {
  background: #8fc57e;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 13px;
  width: 80px;
  text-align: center;
}

.sts_cell .err {
  background: #e17272;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 13px;
  width: 80px;
  text-align: center;
}

.upld-ord input[type="file"] {
  display: none;
}

.rebatePage .table-wrap {
  z-index: inherit;
}

.newRebate label .pCode {
  margin: 0 15px 0 5px;
  min-width: 70px;
  font-weight: 600;
  display: block;
  float: left;
}

.logo h3 {
  color: #43425d;
  font-weight: bold;
  text-align: center;
}

.logo h3 span {
  font-style: italic;
  font-weight: 600;
}

.salesHeader .dropdC {
  margin-right: 100px;
}

.salesHeader .dropd {
  width: 140px;
  margin: 0 25px;
}

.slsMargDurationTab {
  margin-left: 100px;
}

.head-col .fa-caret-down,
.head-col .fa-caret-up {
  color: #ff954c;
  font-size: 16px;
  margin: 0 7px;
  cursor: pointer;
}

.salesHeader {
  z-index: 111;
}

.slsMargDurationTab .rb {
  position: relative;
}

.slsMargDurationTab
  .rb.active
  input[type="radio"]:checked
  + label
  + .dropdown-menu {
  display: block !important;
}

.productPage .table-wrap .p_code {
  width: 140px;
  max-width: 140px;
}

.productPage .table-wrap .p_desc {
  width: 140px;
}

.productPage .table-wrap .r_code {
  width: 160px;
  max-width: 160px;
}

.productPage .table-wrap .p_recipe {
  width: 140px;
}

.productPage .table-wrap .p_wight {
  width: 160px;
  max-width: 160px;
}

.productPage .table-wrap .p_box {
  width: 140px;
  max-width: 140px;
}

.dropdC {
  display: none !important;
}

.dropdC.active {
  display: flex !important;
}

.head-col.chkbx {
  max-width: 30px;
  padding: 0 4px !important;
}

.table-cell.chkbx {
  max-width: 30px;
  padding: 0 4px !important;
}

.head-col.chkbx .cbw input[type="checkbox"] + label,
.table-cell.chkbx .cbw input[type="checkbox"] + label {
  width: 30px;
}

.graphOnly {
  display: none !important;
}

.graphActive .graphOnly {
  display: flex !important;
}

.graphActive .listPie {
  display: none !important;
}

.saleMargLink a {
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  color: #333;
  border-radius: 0;
  float: left;
  cursor: pointer;
  font-weight: 600;
  width: 85px;
}

.saleMargLink a:first-child {
  border-radius: 4px 0 0 4px;
}
.filterRB a:first-child {
  border-radius: 4px 0 0 4px;
}

.filterRB a:last-child {
  border-radius: 0px 4px 4px 0px;
}

.saleMargLink a:hover {
  text-decoration: none;
}

.saleMargLink a.active {
  text-decoration: none;
  background: #a3a0fb;
  color: #fff;
}

.durationPick .dropdown {
  position: absolute;
  width: 100%;
}

.salesHeader h4 {
  font-size: 18px;
}

.edt-sesn {
  max-width: 150px;
}

.edt-sesn span {
  cursor: pointer;
  color: #a5a4bf;
}

.ovr-cost {
  max-width: 300px;
  justify-content: flex-start !important;
  min-width: 300px;
}

.start {
  width: 110px;
  max-width: 110px;
}

.end {
  width: 110px;
  max-width: 110px;
}

.dscp {
  justify-content: flex-start !important;
  width: 350px;
}

.debx-wt {
  width: 200px;
  max-width: 200px;
}

.pckd-wt {
  width: 200px;
  max-width: 200px;
}

.discr {
  width: 200px;
  max-width: 200px;
}

.sec-tab {
  display: none;
}

.show .sec-tab {
  display: block;
}

.show .activeCont .addCustBtn {
  display: block;
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  display: none;
}

#progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
  left: 50%;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 35px;
  width: 35px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
  background-color: #99cc00;
  animation-delay: 0;
}

.loading-bar:nth-child(2) {
  background-color: #36a5dd;
  animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
  background-color: #ff9f00;
  animation-delay: 0.18s;
}

.loading-bar:nth-child(4) {
  background-color: #ff4d4d;
  animation-delay: 0.27s;
}

.loaderb {
  background: #e9e9e9;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1, 2.2);
  }

  40% {
    transform: scale(1);
  }
}

.auto_off .form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
}

label.error,
span.error {
  padding-left: 0;
  color: red;
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  margin-top: -2px;
}

.pieChangeBtn {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 20px;
}

.pieChangeBtn a {
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  color: #333;
  border-radius: 0;
  float: left;
  cursor: pointer;
  font-weight: 600;
  width: 85px;
  border: 1px solid #43425d;
}

.pieChangeBtn a.active,
.pieChangeBtn a:hover {
  text-decoration: none;
  background: #43425d;
  color: #fff !important;
}

.graph_page {
  margin-bottom: 20px;
}

.graph_page .table-head {
  position: relative;
}

.graph_page .table-body {
  top: 0px;
}

.cursorP {
  cursor: pointer;
}

#graph-tab .table-head {
  position: static;
}

#graph-tab .table-head.fx-header {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
}

.atozDD {
  position: relative;
}

.atozDD .dropdown-menu {
  padding: 0;
}

.atozDD.show .dropdown-menu {
  display: block;
}

.atozDD .dropdown-menu .filterRB {
  display: flex;
  flex-wrap: wrap;
}

.atozDD .dropdown-menu .filterRB .rb {
  width: 31px;
  border-bottom: 1px solid #ccc;
}

.atozDD .dropdown-menu .filterRB .rb:nth-last-of-type(-n + 3) {
  border-bottom: none;
}

.atozDD .dropdown-menu .filterRB .rb input[type="radio"] + label {
  border: none;
  font-size: 14px;
}

.notePU {
  left: auto;
  right: 14px;
  width: 500px;
  padding: 0;
  top: 43px;
}

.notePU::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -15px;
  right: 9px;
}

.notePU::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #c1c1c1;
  top: -17px;
  right: 8px;
}

.notePUWrap.show .notePU {
  display: block !important;
}

.notePU h6 {
  margin: 5px 0 0 0;
  font-size: 13px;
  font-weight: 600;
}

.notePUWrap {
  position: relative;
}

.notify {
  cursor: pointer;
}

.notePUWrap .notiFyCircle {
  animation-duration: 2s;
}

.notePU ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

.notePU ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}

.notePU ul li:last-child {
  border-bottom: none;
}

.notePU ul li h5 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}

.notePU ul li p {
  margin-bottom: 0;
  font-size: 13px;
}

.notePU ul li.unread {
  background: #eef7ff;
}

.notePU ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.notePU ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.notePU ul::-webkit-scrollbar-thumb {
  background-color: #666;
}

label.btn {
  margin-bottom: 0;
}

.rebetTxt {
  max-width: 700px;
  word-wrap: break-word;
}

.cspageonly .table-wrap {
  z-index: 1;
}

.notapproved .data {
  color: red !important;
}

.mt--5 {
  margin-top: -5px;
}

.cspageonly .table-wrap {
  z-index: 1;
}

.cspageonly .table-wrap {
  z-index: 1;
}

.reb-form-row .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.reb-form-left .form-row {
  border-bottom: 1px solid #ccc;
  height: 46px;
}

.al {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  line-height: 35px;
  padding-left: 10px;
}

.searchBox {
  position: relative;
}

.searchBox .searcFild {
  width: 250px;
  font-size: 14px;
}

.searchBox .clearIco {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.sort_block {
  width: 16px;
  display: flex;
  flex-direction: column;
  height: 25px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.sort_block .fa {
  margin: -4px;
  display: block;
}

.descDate-col {
  width: 200px;
}
.descDay-col {
  width: 200px;
  max-width: 250px;
}

.descR-code {
  width: 200px;
  width: 120px;
}
.descR-name {
  width: 200px;
  min-width: 350px;
}
.descM-count {
  width: 200px;
}
.descP-name {
  width: 200px;
}
.descP-descp {
  width: 200px;
  min-width: 350px;
}
.descR-amount {
  width: 200px;
}
.descW-amount {
  width: 200px;
}

.search-icon {
  position: absolute;
  color: #ccc;
  right: 9px;
  top: 4px;
  font-size: 18px;
}

.rbtCode {
  color: #1eb9fc;
  font-weight: 600;
  margin-right: 20px;
}
.rbtName {
  color: #1eb9fc;
  font-weight: 600;
}

.popover-content .form-row label {
  font-weight: 600;
}

.table-cell.account_no .fa-building-o {
  margin-right: 5px;
}

.allweek-row {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.weekPageScroll {
  width: 100%;
}
.weekPageScroll .mCSB_container {
  margin-bottom: 15px !important;
}
.weekPageScroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin: 0 10px;
  top: 230px;
  bottom: inherit !important;
}

.withPrevYear .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: 420px;
}

.allweek {
  position: relative;
  display: flex;
  flex-direction: column;
}

.allweek-row .table-cell,
.allweek-row .head-col {
  width: 118px;
  min-width: 118px;
}

.allweek-row .head-col .fa-caret-down {
  margin: 0 3px;
}
.subHeader-wrap .cbw input[type="checkbox"] + label:before,
.rbw input[type="radio"] + label:before {
  background: #fff;
}

.weeklyAnPage .table-row.active {
  background: #eef4f9;
}

.weeklyAnPage .prdesc {
  max-width: 100%;
  height: 100%;
}
.weeklyAnPage .table-row .prdesc {
  border-right: 1px solid #ddd !important;
}
.weeklyAnPage .table-wrap .table-body {
  top: 0;
}

.table-wrap .table-row .table-cell.weekCell {
  flex-direction: column;
  flex: auto;
  padding: 0;
}
.weekHead {
  font-weight: bold;
  min-height: 30px;
  background: #f6f6f9;
}

.weekRow {
  height: 38px;
  cursor: pointer;
}
.weekRow.active {
  background: #e5ecf0;
}

.allweek-row .head-col {
  justify-content: space-between !important;
}

.weekCell div {
  width: 100%;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: center;
}

.slideArrowC {
  position: absolute;
  right: 0px;
  top: -45px;
  z-index: 99;
  font-size: 13px;
}

.slideArrow {
  margin: 0;
  padding: 5px 15px;
  background: #fff;
  color: #333;
  border-radius: 0;
  float: left;
  cursor: pointer;
  border-right: 1px solid #ccc;
  font-weight: 600;
  border-radius: 0px;
}

.slideArrow.left {
  left: -20px;
  border-radius: 4px 0 0 4px;
}

.slideArrow.right {
  right: -15px;
  border-radius: 0px 4px 4px 0px;
}

.prevYRow {
  border-top: 4px solid #ffaf4c;
}

.table-cell.prev_weektype {
  border-top: 4px solid #ffaf4c;
  display: none !important;
}

.withPrevYear .table-cell.prev_weektype {
  display: flex !important;
}

.slsMargDurationTab .rb:last-child input[type="radio"] + label {
  width: 85px;
}

.weeklyAnPage .prdesc .weekCell div {
  justify-content: flex-start;
  padding-left: 10px;
}

.weeklyAnPage .prdesc {
  width: 200px;
  max-width: 200px;
}
.weeklyAnPage .weekDataSec {
  width: calc(100% - 145px);
}

.table-wrap .table-row .table-cell {
  font-size: 13px;
}

.weekDataSec .graph {
  position: relative;
  left: -10px;
}

.hide {
  display: none !important;
}

.dp-name {
  margin-top: 3px;
  text-transform: capitalize;
}

.tab-table-row .pr_name {
  font-weight: normal;
}

.wonLostBtnC {
  float: right;
  display: flex;
  align-items: center;
}

.wonLostBtnC .lki-dd {
  width: 90px;
  margin: 0 10px;
}

.tab-card .tab-table-col.pr_name {
  width: 350px;
}

.deals-filter {
  margin-left: 200px;
  float: left;
}
.deals-filter.filterRB .rb input[type="radio"] + label {
  border: 1px solid #ccc;
}

.filterRB.rb:last-child input[type="radio"] + label {
  border-right: 1px solid #ccc;
}

.dp-name {
  margin-top: 3px;
  text-transform: capitalize;
}

.tab-table-row .pr_name {
  font-weight: normal;
}

.wonLostBtnC {
  float: right;
  display: flex;
  align-items: center;
}

.wonLostBtnC .lki-dd {
  width: 90px;
  margin: 0 10px;
}

.tab-card .tab-table-col.pr_name {
  width: 350px;
}

.deals-filter {
  margin-left: 200px;
  float: left;
}
.deals-filter.filterRB .rb input[type="radio"] + label {
  border: 1px solid #ccc;
}

.filterRB.rb:last-child input[type="radio"] + label {
  border-right: 1px solid #ccc;
}

.csDtl-hdr {
  position: absolute;
  left: 115px;
}

.recipSMLink a {
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  color: #333;
  border-radius: 0;
  float: left;
  cursor: pointer;
  font-weight: 600;
  border-right: 1px solid #a3a0fb;
}

.recipSMLink a.active {
  text-decoration: none;
  background: #a3a0fb;
  color: #fff;
}

.reciepeHeader .dropd {
  width: 140px;
  margin: 0 25px;
}

.recipesPage .rcpCode {
  width: 100px;
  max-width: 100px;
}
.recipesPage .rcpName {
  width: 100px;
  min-width: 200px !important;
}
.recipesPage .salesVaf {
  width: 100px;
}
.recipesPage .totalSV {
  width: 100px;
}
.recipesPage .totalCS {
  width: 100px;
}
.recipesPage .totalCsP {
  width: 100px;
}
.recipesPage .GrosMrgn {
  width: 100px;
}

.recipSMLink {
  margin-left: 60px;
}

.sliderNav {
  position: relative;
}
.sliderNav.disabled::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
}

.kg-row {
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 0 0 0 0px;
}

.kg-block {
  display: flex;
  align-items: center;
  min-height: 50px;
  float: left;
  border-right: 1px solid #ddd;
  padding: 0 4px;
  font-size: 13px;
  flex: auto;
  justify-content: center;
  position: relative;
  font-weight: 600;
}

.kg-table .rcp_chkb {
  width: 40px;
  max-width: 40px;
}
.kg-table .rcp_code {
  width: 80px;
  max-width: 80px;
}

.kg-table .rcp_dsc {
  min-width: 170px;
  max-width: 170px;
  justify-content: flex-start;
}

.kg-head-row {
  background: #fafafa;
}
.kg-head-row .kg-block {
  min-height: 30px;
}

.kg-grid-sec {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.kg-left {
  min-width: 290px;
  max-width: 290px;
}

.kg-right {
  width: calc(100% - 300px);
}

.kg-right .kg-block {
  width: 72px;
  max-width: 72px;
}

.kg-block .sort_block {
  margin-left: 5px;
}

.kg-right .kg-row {
  width: calc(72px * 52);
}

.kg-head-row .drp {
  margin-left: 4px;
  font-size: 16px;
  margin-top: -2px;
  color: #ffa121;
}

.cbw {
  display: flex;
  width: 100%;
}
.cbw input[type="checkbox"] + label {
  width: 100%;
  margin-left: 5px;
}

.kg-grapg-c {
  min-height: 340px;
  margin-bottom: 20px;
}

.kg-view-cont {
  display: flex;
  flex-direction: column;
}

.kg-grid-sec .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: 392px;
}

.rcp-searchbox .searcFild {
  width: 200px;
}

.bottom-drop {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: none;
  justify-content: center;
  z-index: 11;
  background: #fff;
  padding: 0px;
  border-top: 1px solid #ccc;
}

.bottom-drop.show {
  display: flex;
}
.bottom-drop .lost-b {
  background: #f00;
}
.bottom-drop .won-b {
  background: rgb(7, 187, 31);
}

.bottom-drop .lost-b.ui-droppable-hover {
  background: #f00;
}
.bottom-drop .won-b.ui-droppable-hover {
  background: rgb(7, 187, 31);
}

.b-drop-block {
  border: 1px solid #e4e3e3;
  border-radius: 4px;
  color: #f4f6f6;
  margin: 0 10px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.for-view-deals .usrDropDwn,
.lik-view-deals .usrDropDwn {
  display: none;
}
.lik-view-deals .likelyNav {
  display: none !important;
}

.fc-Block-body {
  left: 0;
}
.view-file {
  color: #fff;
  margin: 0 15px;
}
.view-file:hover {
  color: #fff;
}

.mrgnPage .mrg-align {
  justify-content: inherit !important;
}

.mrgnPage .table-wrap .table-row .table-cell:last-child,
.mrgnPage .table-wrap .table-head .head-col:last-child {
  border-right: 1px solid #ddd;
}

.slsTopGrey {
  background: #f1f1ef;
}

.discSorting {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}

.discSorting .fa {
  color: #ff954c;
  font-size: 15px;
}

.allowSwitchPU {
  padding: 20px;
  position: relative;
  z-index: 3;
  left: -5px;
  display: none;
}

.freezBg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.dwnld-prod {
  background: #a3a0fb;
}

.price-r-row {
  min-height: 40px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}
.price-r-row:last-child {
  border: none;
}
.price-r-row .viewCont {
  width: 100%;
  padding: 10px 0;
}

.price-r-row .cell {
  float: left;
}
.price-r-row .p-arrow {
  width: 110px;
}

.price-r-row .p-date {
  width: 130px;
}

.price-r-row .p-email {
  width: 350px;
}

.price-r-row .p-subject {
  width: 400px;
}

.price-r-row .p-attach {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-email p {
  margin-bottom: 3px;
}

.p-arrowBg {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.p-arrowBg.up {
  border: 1px solid #0ec542;
  color: #0ec542;
}
.p-arrowBg.down {
  border: 1px solid #ff3b30;
  color: #ff3b30;
  transform: rotate(180deg);
}

.p-atch-dwnld {
  display: inline-flex;
  background: #0d8eec;
  border-radius: 4px;
  padding: 3px 8px;
  color: #ffffff;
  cursor: pointer;
  align-items: center;
  margin-left: 25px;
}

.p-atch-dwnld.disabled {
  opacity: 0.3;
  cursor: default;
}
.p-atch-dwnld .fa {
  margin-top: 2px;
}

.edit_attch {
  cursor: pointer;
  display: none;
}

.price-r-row:hover {
  background: #edfaff;
}
.price-r-row:hover .edit_attch {
  display: flex;
}

.price-r-row.heading {
  background: #686782 !important;
  color: #ffffff;
}

.priceReviewPU .modal-dialog {
  max-width: 700px;
}

.priceReviewPU .modal-body {
  max-height: inherit !important;
}

.emailsPriceReview .ui-menu {
  position: fixed;
  width: 400px;
}

.tokenfield.form-control {
  min-height: 36px;
  height: auto;
}

.attchPFile {
  width: 240px;
  max-width: 400px;
}

.attchedName {
  text-overflow: ellipsis;
  overflow: hidden;
}
.editedAttchedName {
  text-overflow: ellipsis;
  overflow: hidden;
}

.previousFile {
  margin: 10px 0;
  display: block;
}

.enablePrmo {
  width: 400px;
  display: none;
}
.enablePrmo .form-field {
  width: 160px;
  float: left;
  margin-right: 10px;
}
.switchPriceRTab.filterRB .rb input[type="radio"] + label {
  border: 1px solid #ccc;
}

.switchPriceRTab.filterRB .rb input[type="radio"]:checked + label {
  background: #43425d;
  color: #fff;
  border-right: none;
}
#editor-error {
  /* position: relative;
	  top:-10px; */
  bottom: -27px;
}
#multi_contact_ref {
  visibility: hidden;
  height: 0px;
  width: 0px;
}
.ck-editor__editable_inline {
  min-height: 200px;
}
.relativeC {
  position: relative;
}
.emailsPriceReview label.error {
  bottom: -27px;
}
.emailsPriceReview .ms-options {
  min-height: inherit !important;
}

.ms-options-wrap > .ms-options > ul label {
  padding: 4px 4px 4px 28px !important;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  left: 7px !important;
  top: 8px !important;
}

.ms-options-wrap > .ms-options {
  max-height: 166px !important;
  overflow-y: auto;
}

.newBDateC {
  display: flex;
  align-items: center;
}
.newBDateC label {
  margin: 0 10px 0 0;
}

.reciepeHeader h4 {
  max-width: 650px;
}

.nb-align .acc_no {
  width: 130px;
  max-width: 130px;
}
.nb-align .cst_name {
  border-right: 4px solid #ddd !important;
  max-width: 450px;
  min-width: 450px;
}
.nb-align .cust_name {
  max-width: 450px;
  min-width: 450px;
}
.nb-align .sales_ytd {
  width: 130px;
  max-width: 130px;
}
.nb-align .case_sold {
  width: 130px;
  max-width: 130px;
  border-right: 1px solid #ccc !important;
}
.act_del {
  width: 70px;
  max-width: 70px;
}
.dltcustbtn {
  display: none;
  margin-left: 40px;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.timelist .viewCont .view-cell.date {
  text-align: left;
  position: relative;
}

.view-cell.timeline-edit {
  padding: 0;
  cursor: pointer;
  width: 30px;
  position: absolute;
  top: -1px;
  right: -15px;
  display: none;
}
.cust-row:hover .view-cell.timeline-edit {
  display: block;
}

.timelist .cust-row {
  padding: 0 0 20px 0;
}
.timelist .cust-row:hover {
  background: #edfaff;
}

@media only screen and (min-width: 1441px) {
  .nb-align .cst_name {
    max-width: 600px !important;
  }
}

.allgeneric .gen_emal {
  justify-content: flex-start !important;
}

.del_generic_mail {
  display: flex;
  width: 200px;
  max-width: 200px;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.del_generic_mail a {
  display: block;
  padding-right: 15px;
  color: #3137ec !important;
  margin: 0;
}

.c-hist-row {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e6;
}

.c-hist-row._hdng {
  background: #f1f1f1;
  font-weight: 600;
}
.c-hist-row .p-date {
  width: 250px;
}

.c-hist-C {
  max-height: 250px;
  overflow-y: auto;
}

.uploadCreditH .modal-dialog {
  max-width: 500px;
}

#prd_cnt_modal .modal-dialog {
  max-width: 760px;
}

.infoText {
  color: gray;
  float: right;
}

.error-msg {
  color: red;
}

.table-wrap a.table-row {
  display: block;
  color: inherit;
}

.table-wrap a.table-row:hover {
  text-decoration: none;
}

.complainList .doc {
  width: 160px;
  max-width: 160px;
}
.complainList .bname {
  width: 160px;
}
.complainList .cname {
  width: 160px;
}
.complainList .cprod {
  width: 160px;
}
.complainList .caccm {
  width: 220px;
  max-width: 220px;
}
.complainList .cstat {
  width: 160px;
  max-width: 160px;
}

.complainView .card h2 {
  font-size: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.complainView .card h6 {
  font-weight: 600;
}
.complainView .card ul {
  list-style-type: none;
  padding: 0;
}
.card-mid {
  padding: 20px 0;
  width: 100%;
}

.highImage {
  display: flex;
}

.highImage span {
  display: block;
  float: left;
  width: 130px;
  height: 130px;
  margin-right: 5px;
  border: 1px solid #ccc;
}

.highImage img {
  max-width: 100%;
  height: 100%;
}

.card .addNote {
  height: 26px;
  padding: 0;
  width: 26px;
  line-height: 24px;
  font-size: 20px;
}

.card-head .noteArea {
  display: none;
}

.card-head .canNote {
  display: none;
}

.card-head.open .canNote {
  display: block;
}

.card-head.open .noteArea {
  display: block;
}

.card-head.open .addNote {
  display: none;
}

.noteAct {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}

.frm {
  padding-top: 35px;
}

.headerC {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  top: 20px;
}

.img-sec {
  background: url(../images/burger.jpg) center bottom -370px no-repeat;
  background-size: cover;
  min-height: 500px;
}

.thank-page .center-sec {
  padding-bottom: 200px;
}

/*.thank-page{display: none}*/

.frm h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 6px;
}

.form-page .logoC {
  display: inline-block;
}

.frm .form-flds {
  margin: 0 auto;
  display: block;
  margin-top: 45px;
}

.frm .abt-you {
  font-size: 19px;
  color: #333;
  font-weight: 600;
  margin: 20px 0px;
}

.frm .form-fld-row {
  margin-top: 15px;
}

.frm .inf {
  font-size: 12px;
  font-style: italic;
}

/* .frm textarea {
	display: inline-block
} */

.frm .fileContainer {
  overflow: hidden;
  position: relative;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
}

.frm .fileUpload {
  position: relative;
}

.frm label.error {
  display: none !important;
}

.frm .filenameC img {
  width: 20px;
}

.form-control:focus {
  box-shadow: none;
}

input.error,
textarea.error,
select.error {
  border: red 1px solid;
}

.frm .fileContainer + [type="file"] {
  cursor: inherit;
  display: block;
  font-size: 30px;
  filter: alpha(opacity=0);
  min-height: 40px;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.frm .form-flds .col-lg-6 {
  padding-right: 10px;
}

.frm .ui-state-hover {
  background: transparent;
}

.frm .form-control {
  font-size: 15px;
}

.frm .form-flds label {
  font-size: 15px;
}

.frm .close img {
  width: 45px;
  float: right;
  cursor: pointer;
}

.fileContainer img {
  padding: 0px 5px;
}

.form-page .regst-btn {
  float: right;
}

.form-page {
  display: none;
}

.form .form-page {
  display: block;
  min-height: 100vh;
}

.form .welcome-page {
  display: none;
}

.frm .captcha {
  width: 250px;
  float: left;
}

.frm .form-flds .regst-btn button {
  margin-top: inherit;
}

.capt {
  margin-top: 50px;
}

.frm .form-flds {
  padding: 0 0 80px 0;
}

.review-cont .card-body {
  padding: 20px;
}

.cbwithTxt {
  display: inline-flex;
  width: 80px;
}

.cbwithTxt label {
  height: 15px;
  line-height: 0;
  padding-left: 25px;
  align-items: center;
}

.cbwithTxt input[type="checkbox"] + label:before {
  top: -1px;
}

.review-cont .cb-wrap span input[type="radio"] + label {
  min-width: 50px;
  padding: 4px 6px;
}

.review-cont strong {
  font-weight: 600;
}

.review-cont .cb-wrap span input[type="radio"]:checked + label {
  background: #4686ff;
  color: #fff;
}

.entry-data {
  display: none;
  margin-top: 30px;
}
.entry-data .form-row {
  min-width: 100%;
  width: auto;
}

.prd-dtl {
  list-style-type: none;
  display: flex;
  width: 100%;
  margin: 0 0 5px 0;
}

.prd-dtl li {
  width: 50%;
}

.ynStatus {
  display: none;
  margin-left: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.pr-view-data {
  display: none;
}

.dataSaved .pr-view-data {
  display: block;
}
.dataSaved .entry-data {
  display: none !important;
}
.dataSaved .ynStatus {
  display: inline-block;
}
.dataSaved .cb-wrap {
  display: none;
}

.savedAmber {
  border-color: #efa61c;
}
.savedAmber .card-header {
  background-color: #f9e4b1;
}

.savedGreen {
  border-color: #67ae56;
}
.savedGreen .card-header {
  background-color: #aad299;
}

.prod-data-only.visible {
  display: none;
}

.dltrico {
  font-size: 20px;
  display: none;
  margin: 2px 0 0 10px;
  cursor: pointer;
}

.review-cont .card {
  margin-bottom: 15px;
}

.delbtn.removebtn {
  width: 20px;
  margin-left: 7px;
  cursor: pointer;
}

.delbtn.removebtn img {
  width: 12px;
}

.filenameC {
  display: flex;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
}

.dropdownC {
  position: relative;
}

.dropdownC.expand .dropdown-menu {
  display: block;
  box-shadow: 1px 3px 8px rgba(75, 78, 78, 0.2);
  width: 100%;
  max-height: 400px;
}

.dropdownC.expand .dropdown-menu ul {
  padding: 5px 10px;
  list-style-type: none;
  font-size: 14px;
  margin: 0;
}

.dropdownC.expand .dropdown-menu ul li {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 6px 0;
}

.dropdownC.expand .dropdown-menu ul li label {
  margin: 0 0 0 7px;
  font-weight: normal;
  cursor: pointer;
  text-transform: none !important;
}

.clear_filter {
  display: none;
}
.noteArea {
  width: 475px;
  margin: 20px 0;
}

.review-cont .card-body {
  padding: 20px;
}

.cbwithTxt {
  display: inline-flex;
  width: 80px;
}

.cbwithTxt label {
  height: 15px;
  line-height: 0;
  padding-left: 25px;
  align-items: center;
}

.cbwithTxt input[type="checkbox"] + label:before {
  top: -2px;
}

.review-cont .cb-wrap span input[type="radio"] + label {
  min-width: 50px;
  padding: 4px 6px;
}

.review-cont strong {
  font-weight: 600;
}

.review-cont .cb-wrap span input[type="radio"]:checked + label {
  background: #4686ff;
  color: #fff;
}

.entry-data {
  display: none;
  margin-top: 30px;
}
.entry-data .form-row {
  min-width: 100%;
  width: auto;
}

.prd-dtl {
  list-style-type: none;
  display: flex;
  width: 100%;
  margin: 0 0 5px 0;
}

.prd-dtl li {
  width: 50%;
}

.ynStatus {
  display: none;
  margin-left: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.pr-view-data {
  display: none;
}

.dataSaved .pr-view-data {
  display: block;
}
.dataSaved .entry-data {
  display: none !important;
}
.dataSaved .ynStatus {
  display: inline-block;
}
.dataSaved .cb-wrap {
  display: none;
}

.savedAmber {
  border-color: #efa61c;
}
.savedAmber .card-header {
  background-color: #f9e4b1;
}

.savedGreen {
  border-color: #67ae56;
}
.savedGreen .card-header {
  background-color: #aad299;
}

.savedRed {
  border-color: #c93227;
}
.savedRed .card-header {
  background-color: #f58179;
}

.prod-data-only.visible {
  display: none;
}

.dltrico {
  font-size: 20px;
  display: none;
  margin: 2px 0 0 10px;
  cursor: pointer;
}

.review-cont .card {
  margin-bottom: 15px;
}

.last_Cost {
  width: 200px;
  max-width: 200px;
}

.p_code {
  width: 200px;
  max-width: 200px;
}
.p_desc {
  width: 200px;
}

.dynamic_customer {
  width: 130px;
  text-align: center;
}

.production_page .cbwithTxt {
	width: max-content !important;
}

.pr_code { width: 100px; max-width: 100px;}
.pr_desc {width: 200px; max-width: 200px; justify-content: start !important;}
.pr_spiral {width: 100px; max-width: 100px;}
.pr_fill {width: 100px; max-width: 100px;}
.pr_mould {min-width: 120px; max-width: 120px; justify-content: start !important;}

.pr_stock {width: 80px; max-width: 80px;}
.pr_ordd {width: 80px; max-width: 80px;}
.pr_fStock {width: 80px; max-width: 80px;}
.pr_weeks {width: 80px; max-width: 80px;}
.pr_wk {width: 80px; max-width: 80px;} 


.production_page .table-row .pr_mould { 
  border-right: 7px solid #ddd;
}

.production_page .table-row .pr_weeks { 
  border-right: 7px solid #ddd;
}

.prod_filter .dropdown-menu {
  overflow: auto;
  width: max-content !important;
}
.prod_filter.open .dropdown-menu {
    display: block;
    right: -15px;
    width: 250px;
}

.prod_filter .dropdown-menu ul{
    list-style-type: none;
    padding: 0;
    margin:0;
}
.prod_filter .dropdown-menu ul li {
    display: flex;
}

.fa.active{
  color: #5056e0 !important;
}

.open_dl .width50{
  width: 50%;
  text-align: center;
  min-height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.w100p{
  width: 100%;
  padding: 0 10px !important;
}

.reportD{
  cursor: pointer;
}

.open_dl_c{
  width: 100px;
  max-width: 100px;
}

.cSalesHtml .comp_name{
  width: 250px;
}

#customer-tab .comp_name {
  width: 300px !important;
  max-width: 300px !important;
}

#customer-tab .town {
  justify-content: flex-start;
  width: 200px;
  max-width: 500px;
}

#customer-tab .open_dl {
  width: 150px;
  max-width: 150px;
}

.descripency .user-names .form-field {
  min-width: 200px;
}

.noRecords {
  text-align: center;
  padding: 15px;
}

.downloadReport{
  font-size: 22px !important;
}

.default-bg{
  background-color: #f2f2f2;
}

.cstmFontSizeH {
  font-size: 1.5rem;
}
.cstmFontSize{
  font-size: 2rem;
}
.green{
  color: green;
}
/* Important part */
.customer-dialog {
  overflow-y: initial !important
}

.customersList {
  height: 80vh;
  overflow-y: auto;
}
.chartJSHeight{
height: 60vh;
justify-content: center;
display: flex;
width: 100vw;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single{
  height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px !important;
}


.data.lineBg {
  overflow: visible;
  height: 100%;
  display: flex;
  align-items: center;
}

.dottedLine {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
}

.dottedLine li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin-right: 10px;
    display: inline-block;
}

.dottedLine.green li {
  background-color: green;
}

.dottedLine.black li {
  background-color: #000;
}

.dottedLine.red li {
  background-color: #f00;
}

.sales_link{
  cursor: pointer;
  color: #0d8eec !important;
  text-decoration: underline;
}

.productsModal .modal-dialog {
  min-width: 990px;
}

.productsModal .price-r-row .p-date {
  width: 180px;
}

.productsModal .price-r-row .p-email {
  width: 290px;
}

.chartWrapper {
  position: relative;
}

.chartWrapper>canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.chartAreaWrapper {
  width: 1700px;
  overflow-x: scroll;
}

.customersList .table-wrap .table-body{
  top: auto;
}

.variance .customersList {
  height: 50vh;
}

.variance .modal-header{
  background: #43425d !important;
  padding: 0.5rem !important;
  color: #fff;
}

.variance .modal-title {
  font-size: 1rem;
}

.variance .close span{
  color: #fff;
}

.variance .modal-dialog{
  max-width: 575px;
}

.rectangleFill{
  border: 1px solid #5cacff;
  padding: 0px 25px;
  background: #5cacff;
}

.rectangleC{
  float: right;
  padding: 20px 20px 15px 0px;
}

.no-cursor{
  cursor: not-allowed;
}

.rectangleFillWOColor{
  padding: 0px 10px;
  margin: 0 3px;
  color: #fff;
  font-size: 12px;
}
.yearColorOne{
  background: #a6c559;
  border: 1px solid #a6c559;
}
.yearColorTwo{
  background: #000000;
  border: 1px solid #000000;
}
.yearColorThree{
  background: #5cacff;
  border: 1px solid #5cacff;
}
.yearColorFour{
  background: #dd9f3d;
  border: 1px solid #dd9f3d;
}
.link{
  color: #007bff !important;
  text-decoration: underline !important;
}
.envelopeColor{
  color: #ffda83;
}
.phoneColor{
  color: #ff8374;
}
.buildingColor{
  color: #43425d;
}
.reportLink, .reportLink:hover {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
}
.under-line{
  margin-left: 34px;
  position: absolute;
  bottom: 20px;
  border-bottom: 5px solid green;
  width: 25px;
}
.ml-20{
  margin-left: 2rem !important;
}
.ml-22{
  margin-left: 2.25rem !important;
  bottom: 32px;
}
.ml-17{
  margin-left: 1.7rem !important;
  /* margin-left: 2.2rem !important; */
}
.ml-35{
  margin-left: 3.5rem !important;
  bottom: 20px;
}
.icon-container{
  display: flex;
  justify-content: end;
  padding-right: 2rem;
}
.icon-size{
  font-size: 1.8rem !important;
  padding: 20px 15px 0px 15px !important;
}
.common-ul{
  position: absolute;
  bottom: -0.25rem;
  left: 2.75rem;
}
.under-line-text{
  border-bottom: 1px solid red;
}
.dashboard-number-no{
  font-size: 2rem;
  color: red;
}
.blink_me {
  animation: blinker 5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.type_data{
  text-decoration: none;
}

.units_ytd_total{
  cursor: pointer;
}
.units_ytd_total:hover{
  text-decoration: underline;
  text-decoration-color: blue;
}


.customer-activity-table {
  width: 100%;
  table-layout: auto;
  margin: 1% 0;
  /* margin-left: 1%; */
  border-radius: 5px;
}


 .customer-activity-table td {
  padding: 18px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
}

#notesTable td {
  border-bottom: 1px solid #d8d8d8;

}

.customer-activity-table thead tr{
  position: sticky;
  top: 146px;
}

.customer-activity-table thead tr th {
  background-color: #9b9ac0;
  color: #fff;
  font-size: 14px;
  padding: 1% 1.2%;
}
.customer-activity-table tr {
  width: 100%;
  background-color: #fff;
  padding: 5px;
}
.customer-activity-table tbody tr td .icon-cell {
  display: flex;
 align-items: center;
 justify-content: space-between;
}
.customer-activity-table tbody tr td .icon-cell i {
  font-size: x-large;
  cursor: pointer;
  color: #ffe100;
 
}

.customer-activity-table tbody .expandable-content {
  display: none;
  background-color: #fff;
  padding: 10px;
}
.customer-activity-table tbody .expandable-row td {
  border-bottom: 1px solid #d8d8d8;
}

.new-customer-activity-col {
  display: none ;
  position: absolute;
  overflow-y: scroll;
  z-index: 8;
  width: 100%;
  height: 90vh;
  background: #e4e4e4b3;
  overflow: hidden;
}

.new-customer-activity-details{
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px #6b6b6b;
  display: flex;
  flex-direction: column;
  padding: 2%;
  margin: auto;
  width: 100%;
  height: 70vh;
  overflow-y: scroll;
  border-radius: 4px;
}


.new-customer-activity-details div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-customer-activity-details div:first-child button{
  border: none;
  background-color: #43425d;
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: medium;
}

.red{
  color: red;
}

.green{
  color: green;
}

.black{
  color: #000000;
}

.account-status {
  display: flex;
  align-items: flex-start;
}
.label {
  font-weight: bold;
  margin-right: 10px;
}
.status {
  display: flex;
  flex-direction: column;
}

#CRMpopupOverlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #00000080;
  z-index: 200;
}
#CRMpopupBox {
  position: fixed;
   top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #f29901;
  color: #fff;
  padding: 2%;
  width: 40%;
  box-shadow: 0 2px 10px #0000004d;
  z-index: 201;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 6px;
}

#CRMpopupBox p{
  font-size: medium;
}

#ActivityCRMpopupBox{
    position: fixed;
   top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #b40030;
  color: #fff;
  padding: 2% 3%;
  width: 45%;
  box-shadow: 0 2px 10px #0000004d;
  z-index: 201;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 6px;
}

#closeCRMpopup, #goToActivitypage{
  padding: 1.5% 3%;
  background-color: #43425d;
  margin: auto;
  color: #fff;
  border-radius: 3px;
  font-size: small;
}

.colorAdminId{
  color: #000000;
  background-color: #43425d;
  padding: 0.2rem 0.5rem;
  margin: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

.cst_name a{
  color: #000000;
  /* text-decoration: none; */
}