body {
  background-color: #f3f4f5;
  /* overflow-x: hidden; */
}

nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
  /* overflow-x: hidden; */
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
}

nav ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 60px;
  /* margin-right: 35px; */
}

nav li {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  /* color: #fff; */
  background-color: #f9f9f9;
  margin-top: 5px;
}

.brandlogo {
  background-image: url(logo.png);
  background-repeat: no-repeat;
  width: 223px;
  height: 60px;
  float: left;
  z-index: 999999;
  background-size: 175px;
  background-position: center;
  background-color: #ffeb3b;
}

.sidebar {
  background: #002147;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  z-index: 10;
  position: fixed;
  width: 223px;
  margin-top: 59px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  z-index: 998;
  position: fixed;
}

.sidebar .panel-heading a {
  display: block;
  text-align: center;
  padding: 22px 10px;
  background-color: #002147;
  position: relative;
  transition: all ease 0.2s;
  text-align: left;
  padding-left: 49px;
  color: #bdbdbd;
  font-size: 14px;
  border-bottom: 1px solid #032a57;
}

a[aria-expanded="true"] {
  color: #fff !important;
}

.panel-title a[aria-expanded="true"]::after {
  content: "";
  background-image: url(arrow.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 9px;
  top: 21px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  transition: transform ease 0.5s;
}

.panel-title a[aria-expanded="false"]::after {
  content: "";
  background-image: url(arrow.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 13px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform ease 0.5s;
  top: 20px;
}

.sidebar .panel-heading a:hover {
  background-color: #021c3a;
}

.panel-title a i {
  float: left;
  font-weight: 400;
  margin-left: -35px;
  margin-top: -2px;
}

.main-content {
  padding-left: 250px;
  display: inline-block;
  height: 100%;
  min-height: 230px;
  width: 100%;
  padding-top: 65px;
  padding-right: 25px;
  padding-top: 70px;
}

.data_accordion_table {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  margin-top: 30px;
  background-color: #fff;
  padding: 15px 25px;
}

.data_accordion_table table {
  width: 100%;
  text-align: center;
}

.data_accordion_table th {
  text-align: center;
  padding: 7px 5px;
  background-color: #e7fff3;
  color: #2b9461;
  border: 1px solid #cefde5;
  font-weight: 400;
}

.data_accordion_table td {
  padding: 10px 5px;
  border: 1px solid #f1f1f1;
}

.primary_text {
  color: #34ae72;
}

.bg-primary {
  background-color: #34ae72;
}

.sidebar > ul {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  margin-top: 0;
}

.child_item {
  background-color: #2a313c;
}

.child_item li {
  background-color: transparent;
}

.child_item li a {
  display: block;
  padding: 11px 15px;
  padding-left: 48px;
  background-color: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 300;
  color: #bdbdbd;
}

.child_item li a:hover {
  background-color: #0000001a;
}

.sidebar_collapse {
  padding-left: 50px;
  position: relative;
  border-bottom: 1px solid #272e38;
  color: #bdbdbd;
  width: 100%;
}

.sidebar_collapse i {
  position: absolute;
  margin-left: -39px;
  font-size: 21px;
  color: #707986;
}

.sidebar_collapse.active i {
  color: #fff;
}

.sidebar_collapse img {
  width: 14px;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(-90deg);
  transition: transform ease 0.3s;
}

.sidebar_collapse.active {
  background-color: rgba(33, 39, 47, 0.5607843137254902);
  color: #fff;
}

.sidebar_collapse.active img {
  transform: rotate(0deg);
}

.navitems a {
  color: #777676 !important;
}

.navitems .dropdown-content li a {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 30px;
  color: #2b9461 !important;
}

.each_chart {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.waves-effect.waves-new .waves-ripple {
  background-color: rgba(255, 255, 255, 0.06);
}

.each_chart h1 {
  font-size: 18px;
  text-align: center;
  color: #e91e63;
}

.full-width {
  width: 100%;
}

.todolist {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 30px !important;
  padding-left: 25px;
}

.todolist h1 {
  font-size: 20px;
  text-align: center;
  color: #e91e63;
}

.todolist input:checked + label {
  text-decoration-line: line-through;
  color: #afaaaa;
}

.todolist input + label {
  color: #636262;
}

.eachtodo {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
}

.scroll_todo {
  height: 216px;
  overflow-y: scroll;
}

#saleschart {
  max-width: 100%;
  overflow: hidden;
}

.onetable h1 {
  font-size: 22px;
  text-align: center;
}

.table_current {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 30px !important;
}

.overview_stats {
  display: block;
  text-align: center;
  padding: 19px 12px;
  min-height: 141px;
}

.overview_stats h2 {
  color: #fff;
  font-size: 3rem;
}

.overview_stats span {
  color: #fff;
}

.search_form {
  width: 40%;
  display: inline-block;
  position: absolute;
  left: 38%;
  height: 40px;
  margin-top: 4px;
}

.table_current span.badge.new {
  width: 120px;
  display: inline-block;
  padding: 1px 6px !important;
  height: auto;
}

.view_more_table {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #007fff;
  color: #fff;
}

.btn-small {
  height: auto;
  line-height: initial;
  padding: 6px 20px;
  font-size: 14px;
}

.modal-small {
  width: 300px;
}

.small-head {
  font-size: 18px;
  text-align: center;
}

.invoice_body {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 6em; */
  padding-bottom: 20px !important;
}

.invoice_head h3 {
  font-size: 15px;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
  color: #636363;
}

.invoice_head label {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
  word-break: break-word;
  word-wrap: break-word;
}

.invoice_head input:disabled {
  background-color: #f9f7f7;
  padding: 0 14px;
  box-sizing: border-box;
  margin-top: 5px;
}

.company_details {
  display: inline-block;
  width: 100%;
  border: 1px solid #dcdcdc;
  background-color: #f7f7f7;
}

.company_details .col-sm-12 {
  border: 1px solid #ececec;
  margin-top: -1px;
  margin-right: -1px;
  padding-bottom: 5px;
}

.self_details .col-sm-12 {
  border: 1px solid #ececec;
  margin-top: -1px;
  margin-right: -1px;
}

.headof_invoice {
  padding: 7px 0;
  background-color: #03a9f4;
  color: #fff;
  font-weight: 500;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

.invoice_head h1 {
  font-size: 28px;
  text-align: center;
}

.total_invoice {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 0px !important;
}

.single_side_list {
  display: block;
  color: #bdbdbd;
  line-height: 1.5;
  padding: 1rem;
  padding-left: 50px;
}

.single_side_list i {
  position: absolute;
  margin-left: -39px;
  font-size: 21px;
  color: #707986;
}

.blue {
  background-color: #2196f3 !important;
}

.green {
  background-color: #4caf50 !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.orange {
  background-color: #a27128 !important;
}

.row {
  margin-bottom: 20px;
}

.red {
  background-color: #f44336 !important;
}

.table {
  width: 100%;
}

td .label {
  display: block;
  width: 120px;
  display: inline-block;
  padding: 6px !important;
  height: auto;
  border-radius: 2px;
  font-weight: 300;
  font-size: 13px;
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked + label:before {
  content: "";
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

input[type="checkbox"] {
  display: none;
}

.data-table-list {
  text-align: center;
  background-color: #fff;
  padding: 25px;
}

.data-table-list h1 {
  font-size: 24px;
  color: #2b9461;
  font-weight: 400;
}

.data-table-list table.center th {
  text-align: center;
  font-size: 13px;
}

.data-table-list table.center td {
  text-align: center;
  position: relative;
  font-size: 13px;
}

.table-md {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border: 1px solid #f3f1f1;
}

#search {
  border: 1px solid transparent;
  width: 0px;
  height: 42px;
  background-color: #f2fff8;
  outline: none;
  box-sizing: border-box;
  height: 0px;
  /* margin-top: 2px; */
  transition: all ease 0s;
  text-align: center;
  z-index: 999;
  position: relative;
  opacity: 0;
}

#search:focus {
  border: 1px solid #c2e4d2;
  width: 100%;
  height: 44px;
  transition: width ease 0.5s, border ease 0.6s, margin-bottom ease 0.4s, height ease 0.3s;
  opacity: 1;
}

#search + label {
  position: absolute;
  height: 40px;
  top: 2px;
  right: 10px;
  line-height: 40px;
  background-color: #2b9461;
  color: #fff;
  width: 40px;
  border-radius: 50%;
  padding: 7px;
  transition: all ease 0.2s;
  cursor: pointer;
  z-index: 99;
}

#search:focus + label {
  background-color: transparent;
  color: #2b9461;
  right: 2px;
}

.add_btn_table {
  display: inline-block;
  padding: 7px 25px 6px;
  text-align: center;
  border: 1px solid #e0e0e0;
  position: absolute;
  right: 74px;
  /* margin-top: 5px; */
  margin-top: 3px;
  z-index: 0;
  color: #fff;
  background-color: #4caf50;
  border-radius: 24px;
  top: 0;
  /* width: 201px; */
  font-size: 14px;
}

.add_btn_table i {
  vertical-align: middle;
}

.add_btn_table:hover {
  transition: all ease 0.2s;
  background-color: #43a147;
  color: #fff;
}

.user_forms {
  background-color: #fff;
  padding: 25px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-top: 30px;
}

.user_forms input,
.user_forms textarea,
.user_forms select {
  display: block;
  width: 100%;
  padding: 6px 10px;
  outline: none;
  border-radius: 2px;
  border: 2px solid #e6e5e5;
}

.user_forms form {
  max-width: 550px;
  margin: 0 auto;
  padding: 20px;
  /* border:  1px solid; */
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
  padding-bottom: 0;
}

.add_form_btn {
  display: block;
  width: 100%;
  padding: 14px 4px;
  border: 0px;
}

.user_forms h1 {
}

.selectwrap {
  position: relative;
}

.selectwrap input {
}

.selectwrap ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
  position: absolute;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.selectwrap li {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  transition: all ease 0.2s;
  cursor: pointer;
}

.selectwrap li:hover {
  background-color: #efefef;
}

.user_forms h1 {
  text-align: center;
  font-size: 25px;
}

.user_forms input:focus,
.user_forms textarea:focus {
  background-color: #f5f5f5;
}

.imp {
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 15px;
}

.permissions_cont {
}

input[type="checkbox"] {
  display: none;
}

.UpcomingEvents {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 25px;
  text-align: center;
  margin-bottom: 4em;
  position: relative;
}

.UpcomingEvents h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 1em;
  color: #2b9461;
}

.eventsLists {
}

.eventsLists table {
  width: 100%;
}

.eventsLists tr {
}

.eventsLists td,
.eventsLists th {
  text-align: center;
  border: 1px solid #f1f0f0 !important;
  padding: 15px !important;
}

.note {
  padding: 15px;
  background-color: #daffdc;
}

.members_atble_list {
}

.scroll_enable {
  max-height: 400px;
  overflow-y: scroll;
}

.members_atble_list thead {
}

.members_atble_list th {
}

.members_atble_list td {
}

.eventsLists td a {
  color: red;
}

.addevent {
  position: absolute;
  top: 34px;
  right: 40px;
}

.addevent i {
  vertical-align: middle;
}

.user_forms textarea {
  resize: vertical;
}

.input {
  display: block;
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 2px;
  border: 2px solid #e6e5e5;
  resize: none;
}

.input:focus {
  background-color: #f5f5f5;
}

.quoate_generation h1 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 18px;
  color: #31a36c;
}

.enter_quoate input,
.enter_quoate select {
  border: 2px solid #e6e5e5;
  padding: 7px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  outline: none;
  width: 95%;
}

.enter_quoate thead {
}

.enter_quoate th {
  text-align: center;
  border: 1px solid #d6d6d6;
  background-color: #e4e4e4;
}

.add_product_row {
  display: block;
  text-align: center;
  border: 1px solid;
  padding: 10px;
  background-color: #464646;
  color: #fff;
  transition: all ease 0.2s;
  width: 100%;
}

.add_product_row i {
  vertical-align: middle;
}

.add_product_row:hover {
  background-color: #000;
  color: #fff;
}

.update_profile_box {
  display: block;
  height: 45px;
  line-height: 33px;
}

.success_message {
  width: calc(100% - 221px);
  /* max-width: 500px; */
  /* padding: 30px; */
  margin: 0 auto;
  background-color: #fff;
  /* border: 1px solid #eaeaea; */
  position: absolute;
  right: 0;
  top: 59px;
  text-align: center;
}

.success_message h1 {
  text-align: center;
}

.success_message h2 {
  font-size: 15px;
  text-align: left;
  padding-left: 15px;
}

.success_message p {
  padding: 10px;
  /* background-color: #4CAF50; */
  margin: 0;
  padding-left: 62px;
  color: #fff;
}

.success_message i {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 85px;
  color: #4caf50;
  margin-top: 0.4em;
  margin-bottom: 0.7em;
}

.success_message ul {
  padding: 0px;
}

.daily_summary {
  margin: 0 auto;
  background-color: #fff;
  max-width: 550px;
  padding: 25px;
  border: 1px solid #eaeaea;
  text-align: center;
}

.daily_summary h1 {
  color: #2b9461;
  font-size: 25px;
}

.daily_summary h2 {
  font-size: 18px;
  color: #dadada;
  font-weight: 400;
}

.daily_summary textarea {
  outline: none;
  display: block;
  width: 100%;
  border: 2px solid #e6e5e5;
  padding: 15px;
  resize: vertical;
  /* margin-top: 25px; */
}

.daily_summary i {
  font-size: 27px;
  color: #ffffff;
  vertical-align: bottom;
  padding-left: 15px;
}

.daily_summary button {
  font-size: 18px;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #4caf50;
  border: 0px;
  border-radius: 2px;
  color: #fff;
}

.eachtodo.followups {
  text-align: left;
}

.floating_btns {
  position: fixed;
  bottom: 0px;
  width: calc(100% - 222px);
  left: 223px;
  text-align: center;
  /* background-color: #fff; */
  /* margin-top: 6em; */
  display: flex;
}

.floating_btns a {
  width: 25%;
  /* float: left; */
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  color: #fff;
  background-color: red;
  display: inline-block;
  flex: 1 1 auto;
}

.floating_btns button {
  width: 25%;
  /* float: left; */
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  color: #fff;
  background-color: red;
  display: inline-block;
  border: none;
  flex: 1 1 auto;
}

.btn_color {
}

.btn_grey {
  background-color: #ff9800 !important;
}

.btn_blue {
  background-color: #2196f3 !important;
}

.btn_green {
  background-color: green !important;
}

.payment_update {
  /* max-width: 550px; */
  margin: 0 auto;
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e6e6e6;
}

.payment_update1 {
  max-width: 550px;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e6e6e6;
}

.payment_update h1,
.payment_update1 h1 {
  text-align: center;
}

.payment_update h2,
.payment_update1 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.balance {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  color: red;
  margin-top: 0;
}

.onelinrlabel {
  font-weight: 500;
}

.pills {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #607d8b;
  /* padding: 5px; */
  line-height: 20px;
  font-size: 10px;
  position: absolute;
  margin-left: 10px;
  color: whitesmoke;
}

.eventsLists tr.today {
  background-color: #ffe3e3;
}

.search_form {
  width: 40%;
  display: inline-block;
  position: absolute;
  left: 38%;
  height: 40px;
  margin-top: 10px;
}

nav .input-field {
  margin: 0;
  height: 100%;
  position: relative;
}

.nav-wrapper .input-field input[type="search"] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f4f4 !important;
  color: #000;
  display: block;
  line-height: inherit;
  outline: none;
}

.input-field input[type="search"] + label {
  left: 1rem;
  margin-top: -13px;
  color: #9e9e9e;
  position: absolute;
  height: 100%;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
  pointer-events: none;
  top: 0;
  line-height: 40px;
}

.input-field i {
  height: 40px;
  line-height: 40px;
}

.nav-wrapper {
  /* padding-left: 250px; */
  display: block;
  float: left;
  width: calc(100% - 223px);
}

.dropdown a {
  color: #909090 !important;
  /* height: 60px; */
  /* line-height: 60px; */
  display: inline-block;
  padding: 0px 21px;
}

.dropdown-menu {
  margin: 0px;
  padding-top: 0px;
}

.dropdown-menu a {
  padding: 10px !important;
}

.dropdown-menu li {
  margin: 0px;
  line-height: normal;
  height: auto;
}

p.error {
  /* position: absolute; */
  margin: 0;
  margin-top: -19px;
  background-color: red;
  padding: 3px 10px;
  /* font-size: 14px; */
  color: #fff;
  text-align: center;
  display: none;
}

.data-table-list h2 {
  color: #cccccc;
  font-weight: 400;
  font-size: 18px;
}

#payment_update + label + .noheight {
  height: 0px;
  overflow: hidden;
  transition: all ease 0.5s;
}

#payment_update:checked + label + .noheight {
  height: auto;
}

#payment_update + label {
  margin-left: 8px;
  margin-bottom: 25px;
}

.small_inputs {
  border: 2px solid #e6e5e5;
  padding: 7px;
  max-width: 100%;
  text-align: center;
  outline: none;
  width: 95%;
}

.update_qty {
  width: 50% !important;
  float: left !important;
  border: 0px;
  padding: 19px !important;
  display: inline-block;
  font-size: 17px !important;
}

.update_qty.full {
  width: 100% !important;
}

.missed {
  background-color: red !important;
  color: #fff;
}

.indicators {
  padding: 0px 20px;
  margin-top: 20px;
}

.indicators span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: sub;
  margin-right: 5px;
}

.pilledlist {
  padding: 10px 15px;
  border-radius: 40px;
  margin: 5px;
  background-color: #e6f3ff;
}

.filedisplay {
  display: none !important;
}

.userImage {
  width: 128px;
  height: 128px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.userImage img {
  border-image: 50%;
}

.upcoming {
  background-color: #ff9800 !important;
}

.payment_update select,
select45 {
  display: block;
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 2px;
  border: 2px solid #e6e5e5;
  resize: vertical;
}

.parts {
  padding: 2px 4px;
  margin-left: 5px;
  background-color: #000;
  border-radius: 4px;
  font-size: 10px;
  color: #fff;
  display: inline-block;
}

.modified {
}

.deleterow {
  font-size: 11px;
  /* border-radius: 20px; */
  border: 0px;
  background-color: transparent;
  color: red;
  /* width: 25px; */
  /* height: 25px; */
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: -22px;
  top: 15px;
  opacity: 0;
}

.selectterms {
  display: block;
  text-align: center;
  /* background-color: #3f51b5; */
  color: #2f2f2f;
  padding: 10px;
  font-size: 19px;
}

.input.selectinput {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sw-theme-circles > ul.step-anchor > li:first-child {
  margin-left: 0px;
}

#smartwizard .invoice_body {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

#smartwizard .table {
  background-color: #fff;
}

#smartwizard .btn-group {
  float: none !important;
}

.dateselect {
  margin-bottom: 14px;
  resize: none;
}

.dateselect label {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  padding-right: 2px;
  max-width: 185px;
  padding: 0px 15px !important;
  margin-left: auto;
}

.dateselect input {
  resize: none;
  max-width: 170px;
  padding: 10px 15px !important;
  height: 45px !important;
  margin-left: auto;
}

.submitbtn {
  display: block;
  position: fixed;
  bottom: 0;
  width: calc(100% - 223px);
  left: 223px;
  border-radius: 0px;
  border: 0px;
  padding: 17px;
  font-size: 17px;
}

.preview h1 {
}

.preview h2 {
  text-align: center;
  font-size: 16px;
  margin: 5px;
}

.preview h3 {
  font-size: 14px;
}

.preview h4 {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}

.preview table td,
.preview table th {
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 14px;
}

.preview table td {
  font-size: 13px;
}

.sales_contact {
  margin-left: auto;
  margin-bottom: 19px;
}

.payment_details {
  float: left;
}

.total_preview {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 2em !important;
}

.preview .invoice_body {
  border: 0px;
  border-top: 2px solid #000;
}

.delivery_schedule {
}

.delivery_schedule thead {
  background-color: #6d6d6d;
  color: #fff;
}

.delivery_schedule td {
  padding-top: 7px;
  background-color: #f5f5f5;
  padding-bottom: 7px;
  border: 1px solid #dcdcdc;
}

.delivery_schedule th {
  font-weight: 500;
  text-align: center;
  padding: 5px;
}

.delivery_schedule table {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.csv_file {
  cursor: pointer;
  text-align: center;
  display: block;
  border: 1px dashed #bbb;
  padding: 25px;
}

.csv_file i {
  vertical-align: middle;
  padding-right: 15px;
}

.csv_link {
  display: block;
  text-align: center;
  color: #2177bb;
  margin-bottom: 18px;
  margin-top: 10px;
}

.csv_link i {
  vertical-align: middle;
  padding-right: 5px;
}

.floating_btns13 a {
  width: 100%;
}

.add_btn_table1 {
  right: 390px;
}

.login_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d4d4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login {
  background-color: #fff;
  padding: 15px;
  min-width: 330px;
  border-radius: 4px;
}

.excelabrasives {
  text-align: center;
  color: red;
  background-color: yellow;
  padding: 15px;
  margin-bottom: 5px;
  font-size: 19px;
}

.changePassword {
  max-width: 430px;
  padding: 15px 20px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.changePassword input {
  width: 100%;
  display: block;
  padding: 7px;
  border-radius: 2px;
  border: 1px solid #dad9d9;
  margin-bottom: 4px;
}

.changePassword button {
  display: block;
  width: 100%;
  border: 0px;
  padding: 12px 20px;
  font-size: 16px;
  margin-top: 15px;
}

.changePassword label {
  display: block;
  margin-top: 17px;
  font-weight: 500;
}

.changePassword h2 {
  text-align: center;
  margin-bottom: 1em;
}

text {
  fill: black;
}

.loaderPage {
  display: none;
  background: rgba(245, 245, 245, 0.8);
  height: 100%;
  width: calc(100% - 223px);
  position: fixed;
  z-index: 9999;
  text-align: center;
  line-height: 43;
  color: #002147;
  left: 223px;
  top: 59px;
}

.success_message {
  -webkit-box-shadow: 0px 7px 25px -4px rgba(161, 161, 161, 1);
  -moz-box-shadow: 0px 7px 25px -4px rgba(161, 161, 161, 1);
  box-shadow: 0px 7px 25px -4px rgba(161, 161, 161, 1);
  background-color: #4caf50;
}

.success_message p {
  text-align: left;
  text-transform: capitalize;
}

.success_message img {
  width: 33px;
  /* margin-left: -50px; */
  /* position:  absolute; */
  margin-right: 19px;
}

.each_chart h1 {
}

.each_chart select {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  padding: 6px 15px;
  margin-left: 10px;
  background-color: #fff;
  border: 2px solid #e2e2e2;
}

.panel-body thead {
  background-color: #dcdada;
}

.api_error {
  text-align: center;
  background-color: red;
  color: #ffff;
  padding: 3px;
  position: relative;
  line-height: 2;
}

.api_error i {
  display: inline-block;
  position: absolute;
  left: 6px;
}

.api_error span {
  display: inline-block;
}

.lblUploadedCsv {
  display: block;
  color: #006f00;
  margin-bottom: 15px;
}

.lblUploadedCsv span {
  color: #656565;
  font-weight: 500;
  padding-right: 9px;
}

.maindatoryField {
  color: red;
}

.UserImage_preview {
  width: 65px;
}

.quotationBtnDisable {
  background-color: #d8d7d7 !important;
  cursor: not-allowed;
  color: #989898 !important;
}

.group_headings {
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 50px;
}

#cmb_paymentTerms {
  /* max-width: 206px; */
  text-align: center;
}

textarea.input {
  resize: vertical;
}

.no_items_quoatation {
  text-align: center;
  padding: 50px 15px !important;
  font-size: 19px;
}

.no_items_quoatation span {
  display: block;
  font-size: 14px;
  padding-top: 8px;
}

td > .Select {
  max-width: 90%;
  margin-left: 5%;
}

.info_text,
.info_text1 {
  text-align: left;
  background-color: rgba(3, 169, 244, 0.12);
  border-radius: 2px;
  padding: 10px 10px;
  font-size: 12px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1em;
}

.info_text > span,
.info_text1 > span {
  position: absolute;
  left: 11px;
  top: 11px;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  letter-spacing: 2.5px;
}

#paymentModal .modal-dialog {
  max-width: 440px;
}

.heading_second2 {
  font-size: 19px;
  font-weight: 600;
}

.heading_second3 {
  font-size: 16px;
  margin-top: 1.5em;
}

.user_images45 {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
  margin-bottom: 20px;
}

.user_images45 input {
  border: 0;
  background: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 17px;
  top: 26px;
}

.user_images45 img {
  z-index: 2;
  position: relative;
  width: 80px;
}

.info_text1 {
  text-align: left;
  margin-bottom: 0;
}

.toggle_info_group {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.toggle_info_group .btn.toggle {
  margin-bottom: 11px;
  margin-top: 34px;
}

.department_table {
  /* width: 400px; */
  width: 100%;
  margin-bottom: 2em;
  color: #585858;
}

.department_table tr > td {
  /* padding-top: 0 !important; */
  border: 1px solid #ece9e9;
  padding: 10px;
  padding-bottom: 20px;
}

.department_table h2 {
  font-size: 15px;
}

.department_table ul {
  padding-left: 20px;
}

.department_value {
  padding-bottom: 20px !important;
}

.brown {
  background-color: #795548 !important;
}

.view_permissions_department {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 45px 25px !important;
  padding-top: 25px !important;
}

.view_permissions_department h1 {
  font-size: 25px;
  margin-bottom: 2em;
}

.view_permissions_department td span.value {
}

.view_permissions_department strong {
  display: block;
  padding-bottom: 5px;
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 4px;
}

.limit_p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.summary_table tbody td {
  border: 1px solid #eaeaea;
  padding: 13px !important;
  /* text-align: left !important; */
}

.summary_table thead th {
  border: 1px solid #eaeaea;
  padding: 13px !important;
  /* text-align: left !important; */
}

.max300 {
  max-width: 300px !important;
}

.active_target {
  background-color: #97f997 !important;
}

.size12 {
  padding-right: 5px;
  display: inline-block;
}

.selectItemModal {
  /* height: 200px; */
}

.selectItemModal label {
  padding-right: 70px;
}

.selectItemModal select {
  display: inline-block;
  max-width: 250px;
}

.selectItemModal input {
  text-align: center;
}

.disableTableRow {
  background-color: rgba(1, 33, 70, 0.12156862745098039) !important;
}

#selectItemModal td {
  word-break: break-all;
  border: 1px solid #dcdcdc;
  padding: 5px;
  font-size: 13px;
}

#selectItemModal button {
  word-break: keep-all;
  background-color: #1a76c1;
  border: 0px;
  border-radius: 2px;
  padding: 3px 5px;
  color: #fff;
}

#selectItemModal th {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #4c4c4c;
  padding: 5px;
}

.additional_information {
  font-size: 13px;
  display: inline-block;
  padding: 2px 7px;
  text-align: left;
  color: #6f6e6e;
  background-color: #c3e5ff;
  margin-top: 6px;
  line-height: normal;
}

.invoice_body .table > thead > tr > th {
  border-top: 1px solid #ddd !important;
}

.disableTableRow .btn-default {
  background-color: #002147;
  color: #fff;
  border-radius: 4px;
}

.noResultFound {
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 0;
  color: #929292;
}

.codeData {
  padding: 0 !important;
  font-weight: 600;
  font-size: 11px;
}

.selectedAdvancePay {
  color: #4e4ed0;
  opacity: 0.7;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}

.selectedAdvancePay:hover {
  text-decoration: underline;
  opacity: 1;
}

.linkRemoveAdvancePay {
  border: 1px solid #f00;
  padding: 2px 5px;
  background-color: red;
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  display: inline-block;
  margin-left: 10px;
}

.new_create_form {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.new_product {
  font-size: 13px;
  border: 1px solid #e4e4e4;
  float: left;
  width: 100%;
  /* margin-top: -1px; */
  border-bottom: 1px solid #bbbbbb;
  position: relative;
}

.colored_product_head {
  background-color: #f5f1f1;
  float: left;
  width: 100%;
}

.product_name {
  padding: 15px 0px;
  font-weight: 600;
}

.serial_number {
  float: left;
  width: 44px;
  padding-left: 8px;
  min-height: 20px;
}

.static_row {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.size_boxes {
  float: left;
  width: 215px;
  padding: 0px 15px 0px 0px;
  font-size: 12px;
}

.size_boxes label {
  font-weight: 600;
  color: #707070;
}

.size_boxes p {
  color: #949494;
}

.codes {
  float: left;
  width: 200px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.codes label {
  display: block;
}

.codes b {
  font-weight: 600;
  color: #707070;
}

.codes span {
}

.gst_div b {
  font-weight: 600;
  color: #707070;
}

.gst_div span {
}

.gst_div {
  float: left;
  margin-left: 40px;
}

.input_row {
  float: left;
  width: 100%;
  /* padding: 15px 0px; */
}

.product_sizes {
  float: left;
  width: 20%;
  min-width: 160px;
  border-right: 1px solid #e4e4e4;
  padding: 15px 0px;
  padding-right: 25px;
}

.product_sizes select {
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  padding: 3px 5px;
  height: 28px;
  width: 128px;
}

.product_sizes label {
  display: block;
  font-weight: 600;
  color: #555555;
}

.product_sizes p {
  font-size: 15px;
  padding-bottom: 7px;
}

.product_qty {
  float: left;
  text-align: center;
  min-width: 80px;
  width: 13%;
  /*10%;*/
  border-right: 1px solid #e4e4e4;
  padding: 15px 0px;
}

.product_discount {
  float: left;
  text-align: center;
  padding: 0px 15px;
  min-width: 115px;
  width: 16%;
  border-right: 1px solid #e4e4e4;
  padding: 15px 0px;
}

.product_total {
  float: left;
  text-align: center;
  min-width: 127px;
  width: 10%;
  padding: 15px 0px;
}

.item_name {
  float: left;
  width: calc(100% - 44px);
}

.product_qty label {
  display: block;
  font-weight: 600;
  color: #555555;
}

.product_discount label {
  display: block;
  font-weight: 600;
  color: #555555;
}

.product_total label {
  display: block;
  font-weight: 600;
  color: #555555;
}

.product_qty input {
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  padding: 8px;
  width: 80px;
}

.product_discount input {
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  padding: 8px;
  width: 100px;
}

.product_total input {
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  padding: 3px 5px;
}

.product_sizes .serial_number {
  height: 73px;
}

.input_row > div.serial_number + div.product_sizes {
  width: 145px;
  min-width: 145px;
  margin-right: 25px;
  padding-right: 25px;
}

.deleterow > i {
  font-size: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
}

.new_product:hover .deleterow {
  opacity: 1;
}

.disableSchedulePart {
  position: relative;
}

.disableSchedulePart :before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 999;
}

.headingPartNotEditable {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 17px;
  color: red;
  font-weight: 500;
}

.printIcon {
  display: block;
  text-align: right;
  padding: 10px;
  color: #b1b1b1;
}

.printIcon i {
  cursor: pointer;
}

.printIcon i:hover {
  color: #3c3c3c;
}

.sidebar_active {
  background-color: #333c48 !important;
}

.daily_summary label {
  text-align: left;
  display: block;
}

.warning_pending_balance {
  background-color: orange;
  margin-bottom: 10px;
  position: relative;
  /* display: inline-block; */
  padding: 10px 15px 10px 40px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

.warning_pending_balance i {
  position: absolute;
  margin-left: -30px;
  margin-top: -3px;
}

.text_missed_order {
  font-size: 15px;
  text-align: center;
  color: red;
}

.text_missed_order span {
  font-weight: bold;
  font-size: 18px;
}

.link_missed_order {
  display: block;
  text-align: center;
  color: #a7a7a7;
  width: 210px;
  margin: auto;
}

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

.preview_invoices {
  width: 100%;
  
  table-layout: fixed;
}

.preview_invoices thead {
}

.preview_invoices tbody {
}

.preview_invoices tr td {
  padding: 0px;
  border: 1px solid #383737;
  word-break: break-word;
}

.preview_invoices label {
  display: block;
  margin-bottom: 0px;
}

.preview_invoices b {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  padding-bottom: 3px;
}

.each_code_style {
  display: inline-block;
  margin: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.chota_table {
  margin-top: 5px;
}

.preview table .chota_table td {
  border: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 0px;
  padding-top: 0px;
}

.no_border_cell {
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding: 0px !important;
}

.btn_disable {
  cursor: not-allowed;
  opacity: 0.65;
}

.page_loading {
  height: 100%;
  width: calc(100% - 223px);
  position: fixed;
  z-index: 9999;
  text-align: center;
  line-height: 43;
  color: #002147;
  left: 223px;
  top: 59px;
  background-image: url(./pageLoader.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
}

.lable_disp_detail {
  font-size: 12px;
}

.mobile_toggle_menu {
  display: none;
}

.mobile_sidebar {
  display: none;
}

.mobile_show_menu {
  display: none;
}

.mobile_show_label {
  display: none;
}

#quoform .col-sm-12.col-md-4.col-lg-3 > label {
  display: block;
}

.linkRemoveAdvancePay:hover {
  color: #fff !important;
  transition: all ease 0.2s;
  background-color: rgb(182, 5, 5);
  border-color: rgb(182, 5, 5);
}

.mobile_show_summary_label {
  display: none;
  font-weight: 600;
}

/* Responsive media queries for platform */

@media screen and (max-width: 648px) {
  .mobile_show_menu {
    display: block;
  }
  .data-table-list {
    padding: 25px 15px;
  }
  .mobile_show_summary_label {
    display: block;
  }
  .brandlogo {
    display: none;
  }
  .nav-wrapper {
    width: calc(100% - 52px);
    padding: 0 15px;
    font-size: 13px;
  }
  .main-content {
    padding-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .search_form {
    position: relative;
    left: unset;
    width: 100%;
  }
  .each_chart {
    overflow: hidden;
  }
  nav ul {
    display: none;
  }
  .table_current {
    padding: 0px;
  }
  .loaderPage,
  .page_loading {
    width: 100%;
    left: 0px;
  }
  .scroll_table {
    overflow-x: auto;
  }
  .scroll_table table {
    min-width: 419px;
    font-size: 13px;
  }
  .visible_more_btn .view_more_table {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .mobile_block {
    display: block;
    margin-top: 5px;
  }
  .mobile_center {
    text-align: center !important;
  }
  .mobile_block select {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: 5px;
  }
  body {
    overflow-x: hidden;
  }
  .overview_stats {
    margin-bottom: 5px;
  }
  .mobile_overflow_hidden {
    overflow-x: hidden;
  }
  .mobile_toggle_menu {
    display: inline-block;
  }
  .mobile_toggle_menu i {
    line-height: 60px;
    font-size: 40px;
    color: #757474;
  }
  #mobile_sidebar + div.sidebar {
    display: none;
    width: 250px;
    padding-bottom: 50px;
  }
  #mobile_sidebar:checked + div.sidebar {
    display: block;
  }
  .mobile_sidebar_overlay {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    height: 126%;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
  }
  .panel-group {
    width: 250px;
  }
  .nav > li > a {
    text-align: left;
    padding-left: 40px;
  }
  #quoform .col-sm-12 label {
    margin-top: 20px;
  }
  .group_headings {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #addProductDiv.invoice_body {
    padding: 15px;
  }
  h1.total_invoice {
    padding: 13px;
    float: left;
    width: 100%;
  }
  #selectItemModalForm .modal-body {
    padding: 15px 10px !important;
  }
  #selectItemModal tr {
    display: block;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d6d6d6;
  }
  #selectItemModal td {
    display: block;
    padding: 12px 10px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 0px;
  }
  #selectItemModal tbody,
  #selectItemModal table {
    display: block;
  }
  #selectItemModal thead {
    display: none;
  }
  #selectItemModal th {
    display: none;
  }
  #selectItemModal button {
    width: 100%;
    padding: 10px;
  }
  #selectItemModal input {
    width: 100% !important;
    padding: 10px;
  }
  .mobile_show_label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
  }
  .size_boxes {
    width: calc(100% - 40px);
    padding: 0;
  }
  .serial_number {
    width: 40px;
    /* height: 76px; */
    position: absolute;
    left: 0;
  }
  .static_row {
    float: left;
    padding-left: 35px;
  }
  .product_name {
    float: left;
    width: 100%;
    padding-left: 35px;
  }
  .static_row .serial_number {
    display: none;
  }
  .codes {
    margin-left: 0px;
    padding-left: 0px;
  }
  .gst_div {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .input_row {
    padding-left: 35px;
    padding-right: 10px;
  }
  .input_row .serial_number {
    display: none;
  }
  .input_row > div.serial_number + div.product_sizes,
  .product_sizes {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0px;
    margin-top: 15px;
  }
  .product_qty {
    width: 100%;
    border: 0;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
  }
  .product_discount {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    max-width: 100% !important;
    border: 0px;
  }
  .product_total {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .product_sizes p {
    padding: 0;
    margin: 0;
  }
  .product_qty label {
    text-align: left;
  }
  .product_qty input {
    width: 100%;
  }
  .product_total label,
  .product_discount label,
  .product_discount input,
  .product_discount label,
  .product_discount input {
    display: block;
    width: 100% !important;
    text-align: left;
  }
  .new_product {
    margin-top: 10px;
    border-bottom: 1px solid #e4e4e4;
  }
  #adv_pay_form .form-group .onelinrlabel {
    display: block;
    margin-top: 20px;
  }
  #adv_pay_form .form-group {
    display: block;
    margin-bottom: 10px;
  }
  #adv_pay_form .payment_update {
    border: 0px;
    padding: 0;
  }
  .floating_btns {
    width: 100%;
    left: 0;
    display: flex;
  }
  .floating_btns button,
  .floating_btns a {
    width: unset;
    flex: 1 1 auto !important;
    font-size: 15px;
    padding: 8px 5px;
  }
  .preview .mobile_scroll_invoice {
    overflow-x: scroll;
  }
  .preview .mobile_scroll_invoice > table {
    width: 970px;
  }
  .preview .invoice_body {
    padding: 15px 0px;
  }
  .delivery_schedule table {
    width: 100%;
  }
  .preview .invoice_body .mobile_scroll_invoice tfoot.text-center {
    text-align: left;
  }
  .warning_pending_balance {
    padding-left: 15px;
  }
  .list_table_transform tr {
    display: block;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d6d6d6;
  }
  .data-table-list table.center.list_table_transform td {
    display: block;
    padding: 12px 10px !important;
    border-top: 1px solid #d6d6d6 !important;
    border-bottom: 0px !important;
    font-size: 13px;
    text-align: left;
  }
  .list_table_transform tbody,
  .list_table_transform table {
    display: block;
  }
  .list_table_transform thead {
    /* display: none; */
  }
  .list_table_transform th {
    display: none;
  }
  .dailsummary_container {
    padding: 25px 5px;
  }
  .list_table_transform thead tr:nth-child(2) {
    display: none;
  }
  .add_btn_table {
    font-size: 14px;
    width: 190px;
    top: -3px;
    padding: 9px 25px 9px;
    left: 0;
  }
  .scroll_listings_mobile {
    overflow-x: scroll;
    overflow-y: visible;
  }
  .scroll_listings_mobile > table {
    width: 900px;
  }
  .remove_border,
  .remove_border td {
    border: 0px !important;
  }
  #order_detail_modal .modal-dialog {
    max-width: 100%;
  }
  .edit_profile_box {
    margin-bottom: 5px;
  }
  .bs-wizard {
    display: none;
  }
  .invoice_body.scroll_listings_mobile {
    padding: 0px;
  }
  .panel.panel-default.schedule {
    width: 100%;
  }
  .mobile_scroll_table {
    overflow-x: scroll;
  }
  .mobile_scroll_table > table {
    width: 900px;
  }
}

/* ----------- phone no code ----------- */

.react-phone-number-input__row {
  /* This is done to stretch the contents of this component */
  display: flex;
  align-items: center;
  /* height: 21px; */
}

.react-phone-number-input__phone {
  /* The phone number input stretches to fill all empty space */
  flex: 1;

  /* The phone number input should shrink
	   to make room for the extension input */
  min-width: 0;
}

.react-phone-number-input__icon {
  /* The flag icon size is 4x3 hence the exact `width` and `height` values */
  width: 1.24em;
  height: 0.93em;

  /* `1px` is still too much for a "retina" screen but there's no way in CSS to specify "hairline" border width. */
  border: 1px solid rgba(0, 0, 0, 0.5);

  /* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
  box-sizing: content-box;
}

.react-phone-number-input__icon--international {
  /* The international icon size is square */
  /* and also has no border hence the `2 * 1px` `width` and `height` compensation */
  width: calc(0.93em + 2px);
  height: calc(0.93em + 2px);

  /* The international icon size is square hence the exact `padding` value */
  /* for precise alignment with `4x3` sized country flags. */
  padding-left: 0.155em;
  padding-right: 0.155em;

  border: none;
}

.react-phone-number-input__error {
  margin-left: calc(1.24em + 2px + 0.3em + 0.35em + 0.5em);
  margin-top: calc(0.3rem);
  color: #d30f00;
}

.react-phone-number-input__icon-image {
  max-width: 100%;
  max-height: 100%;
}

/* Removes `<input type="number"/>` up/down arrows in Webkit browsers. */
.react-phone-number-input__ext-input::-webkit-inner-spin-button,
.react-phone-number-input__ext-input::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.react-phone-number-input__ext-input {
  width: 3em;
}

.react-phone-number-input__ext {
  white-space: nowrap;
}

.react-phone-number-input__ext,
.react-phone-number-input__ext-input {
  margin-left: 0.5em;
}

/* Styling native country `<select/>`. */

.react-phone-number-input__country--native {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}

.react-phone-number-input__country-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.react-phone-number-input__country-select-arrow {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: 0.1em;
  margin-top: 0.3em;
  margin-left: 0.3em;
  border-width: 0.35em 0.2em 0 0.2em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #b8bdc4;
  opacity: 0.7;
  transition: color 0.1s;
}

/* Something from stackoverflow. */
.react-phone-number-input__country-select-divider {
  font-size: 1px;
  background: black;
}

.react-phone-number-input__country-select:focus + .react-phone-number-input__country-select-arrow,
.react-phone-number-input__country.rrui__select--focus .rrui__select__arrow {
  color: #03b2cb;
}

/* Styling phone number input */

.react-phone-number-input__input {
  outline: none;
  border-radius: 0;
  padding: 0;
  appearance: none;
  border: none;
  border-bottom: 1px solid #c5d2e0;
  transition: border 0.1s;
  font-size: inherit;
  /* height: calc(0.3rem * 6); */
  display: block;
  width: 100%;
  padding: 6px 10px;
  outline: none;
  border-radius: 2px;
  border: 2px solid #e6e5e5;
}

.react-phone-number-input__input:focus {
  border-color: #03b2cb;
}

.react-phone-number-input__input--disabled {
  cursor: default;
}

.react-phone-number-input__input--invalid,
.react-phone-number-input__input--invalid:focus {
  border-color: #eb2010;
}

/* Overrides Chrome autofill yellow background color */
.react-phone-number-input__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

/* A small fix for `react-responsive-ui` */
.react-phone-number-input__country .rrui__select__button {
  border-bottom: none;
}

.invoice_body {
  border: 0px;
  margin-bottom: 105px;
}

.popover p {
  color: darkgrey;
  font-size: 12px;
}

.popover ul {
  padding-left: 10px;
  width: 100%;
}
.print-friendly,
.print-friendly table,
.print-friendly tr td,
.print-friendly tr th {
  page-break-inside: avoid !important;
}
.print-friendly {
  page-break-before: always;
  page-break-after: always;
}
.print-friendly1,
.no_breaks {
  page-break-before: always !important;
  page-break-after: always;
}
.no_breaks thead,
.no_breaks thead > tr,
.no_breaks tr td,
.no_breaks tr th {
  page-break-inside: avoid !important;
}
.print-friendly th 
{
  white-space: nowrap;
}
@media print {
  .table th,
  .table td {
    border: 1px solid #ddd;
    -webkit-print-color-adjust: exact;
  }
  .headof_invoice + .table tr:last-child {
    display: none;
  }

  nav,
  .sidebar,
  .floating_btns,
  .printIcon,
  .warning_pending_balance {
    display: none;
  }
  .main-content {
    padding: 0px;
    width: 100%;
    padding: 20px 15px;
  }
  .col-lg-3 {
    width: 25%;
    float: left;
  }
  @page {
    margin: 0;
  }
}

.span_amount {
  display: block;
  margin-top: 2em;
}

@media screen and (max-width: 648px) {
  .btn-group.mob_btn_group ul {
    right: unset;
    left: 0;
  }
  #summary_detail_modal .modal-dialog {
    margin: 0;
  }
}

.indicators12 {
  margin: 10px 0 20px 0;
  padding: 0 0 0 20px;
}

.indicator_conts {
  text-align: center;
}

circle.data-point {
  r: 5px !important;
  opacity: 0.7 !important;
  transition: cx 0.35s ease-in, cy 0.35s ease-in !important;
  stroke: blue !important;
  cursor: pointer;
  fill: blue !important;
}

.graph_tooltip {
  text-align: center;
  height: 19px;
}

.no_data {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #d4d4d4;
  padding: 70px;
}

.dark_border {
  /* border-top: 2px solid #9e9a9a; */
  /* border-left: 2px solid #9e9a9a; */
  border: 2px solid #9e9a9a;
}

.bottom_dark_border {
  border-top: 2px solid #9e9a9a;
  border-bottom: 2px solid #9e9a9a !important;
}

.light_border {
  border-right: 1px solid #ddd !important;
}

.dark_right_border {
  border-right: 2px solid #9e9a9a !important;
}
.page-break {
  page-break-after: always !important;
}
.break_word
{
  word-break: break-word;
}
.no_border_table tr td
{
  border: none;
  border-left: 1px solid #383737;
  border-right: 1px solid #383737;
  padding: 0px;
  line-height: 1;
}
.ta_c
{
text-align: center;
}
.top_border
{
  border-top: 1px solid #383737 !important;
  padding-bottom: 10px !important;
  padding-top: 1px !important;
}
.preview table td.p_0
{
  padding: 0px !important;
}
.new_invoice_table .no_border_table
{
  width: 100%;
  table-layout: fixed;
}
.new_invoice_table tr 
{
  width: 8in; 
  /* changed 8 to 10 */
}
#div_invoicePreview
{
  width: 8in; 

  /* => in view_quotation => it is being made 10in ,because with 8in there ui get distorted i.e table goes out of container
  changing on width this effect on preview screen  */
}



.second_datatable
{
  width: 100%;
}
.modal_heading{
  font-size: 25;
  height: 12;
}
.active_tr{
  background-color :'#999796';
}
.el_style{
  display: inline;
  white-space: nowrap;
}
.dummy_dummy td
{
  opacity: 0;
}

/* this css is responsible for making price amount in one line in pos Total and price amount in viewquoatation */
.show_price_inline{
  white-space: nowrap;
  overflow-x: auto;
}