 .bg001{
  background-color: #e08650;
 }
  .bg002{
  background-color: #ffb2b9;
 }
  .bg003{
  background-color: #2fd4c6;
 }
  .bg004{
  background-color: #8d9fd1;
 }
 


.dashboard-stat.bg001 .visual > i {
    color: #FFFFFF;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  .dashboard-stat.bg002 .visual > i {
    color: #FFFFFF;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  .dashboard-stat.bg003 .visual > i {
    color: #FFFFFF;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  .dashboard-stat.bg004 .visual > i {
    color: #FFFFFF;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }

.dashboard-stat.bg001 .details .desc,
.dashboard-stat.bg001 .details .number{
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dashboard-stat.bg002 .details .desc,
.dashboard-stat.bg002 .details .number{
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dashboard-stat.bg003 .details .desc,
.dashboard-stat.bg003 .details .number{
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dashboard-stat.bg004 .details .desc,
.dashboard-stat.bg004 .details .number{
    color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dashboard-stat.bg001 .more{
  background-color: #e57e3e;
  color: #fff;
}
.dashboard-stat.bg002 .more{
  background-color: #ff828a;
  color: #fff;
}
.dashboard-stat.bg003 .more{
  background-color: #00c4b4;
  color: #fff;
}
.dashboard-stat.bg004 .more{
  background-color: #9eaee5;
  color: #fff;
}
 #chart2,
  #chart3,
   #chart4,
 #chart1 {  
  float: left;
  width: 100%;
  height: 350px
}
.chart-style1 .portlet-title,
.chart-style1 .portlet-title .caption,
.chart-style1{
  float: left;
  width: 100%;
}
.portlet-title h4{
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}
.chart-style1 .portlet-title{
  margin: 0px 0px 0px;
}
.portlet.light.chart-style1{
  background: #fafafa;
  padding: 0px;
  margin: 0px 0px 30px;
}
table{
  background: #fff;
  border:1px solid #ccc;
}
table tr{
  vertical-align: middle;
}
table tr td{
  vertical-align: middle !important;
  margin: 0px;
  text-align: center;
}
.portlet-body table tr td,
.portlet-body table tr th
{
  padding: 15px;
  text-align: center;
}
.portlet-body table tr td{
  border-right: 1px solid #ddd;
}
table tr th.border-left,
table tr td.border-left{
  border-left: 1px solid #ddd;
}
/* .portlet-body table tr th:first-child,
.portlet-body table tr td:first-child{
  text-align: left;
} */
.sparkline-chart .pos_line_bar canvas{
  width: 100px !important;
  height:40px !important;
}
.sparkline-chart{
  padding: 0px;
  margin-top: 0px;
}
.sparkline-chart .number{
  margin-bottom: 0px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  vertical-align: middle;
}
.page-container-bg-solid .page-content{
  position: relative;
}
.deshboard_listing{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  z-index: 2;
  padding: 0px;
}
.deshboard_listing:before{
  position: absolute;
  content: "";
  left: 0px;
  right: -100px;
  top: 104px;
  background: #fff;
  width: 100%;
  height: 110px;
  z-index: 0;
}
.deshboard_listing li{
  float: none;
  width: auto;
  display: inline-flex;
  text-align: left;
  margin-right: 0%;
  position: relative;
  margin: 0px 14px;
}
.deshboard_listing li:first-child .top_nav h6{
  padding-left: 34px;
  display: inline-block;
  width: 44%;
  text-align: right;
}
.top_nav{
  float: left;
  width: 100%;
}
.top_nav h6{
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.top_nav #dashboard-report-range{
  float: left;
  width:100%;
  text-align: left;
  min-height: 42px;
  max-height: 42px;
  line-height: 32px;
  background: #fff;
}
 .top_nav #dashboard-report-range .fa-angle-down{
  float: right;
  line-height: 29px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.top_nav #dashboard-report-range span{
  color: #000;
  font-weight: 500 !important;
}
.btns_tabs{
  display: inline-block;
  width: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
  float: right;
}
.btns_tabs button{
  float: left;
  text-align: center;
  text-transform: capitalize;
  padding:5px 0px;
  border:none;
  color: #000;
  min-width: 80px;
  background: transparent;
  border-right: 1px solid #ccc;
  background: #fff;
  min-height: 40px;
  max-height: 45px;
  outline: 1px solid transparent;
  position: relative;
}
.btns_tabs button:before{
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  outline: 2px solid rgba(0, 159, 41,0);
}
.btns_tabs button:hover:before,
.btns_tabs button.active:before{
  outline: 2px solid rgba(0, 159, 41,1);
  outline-offset: -1px;
}
.btns_tabs button:last-child{
  border-right: none;
}
.custom_spacing .col-md-3{
  padding: 0px 7px;
}
.chart_detail{
  float: left;
  width: 100%;
  border:1px solid #ccc;
  border-radius: 4px;
  background-color: #fafafa;
  padding: 2px 0px 0px;
  margin-bottom: 0px;
  position: relative;
}
.chart_detail h3{
  display: inline-block;
  width: 100%;
  color: #666;
  text-transform: capitalize;
  line-height: 42px;
  font-size: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.chart_detail h3 sup{
  font-size: 100%;
  top:0px;
  display: inline-block;
  text-align: center;
}
.chart_detail h3,
.chart_detail h6{
  padding: 0px 10px;
}
.chart_detail .caption-subject.bold.uppercase{
    font-size: 16px;
}
.chart_detail .progress-row{
  float: left;
  width: 100%;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #1caf9a;
  border-radius: 0px;
  margin-bottom: 10px;
}
.chart_detail .progress{
  height: 16px;
  border-radius: 0px;
  border-right: 1px solid #00a1b0;
  background: rgba(0,0,0,0.1);
  margin: 0px;
}
.info_deta{
  float: left;
  width: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  padding-right: 9px;
  padding-left: 9px;
  bottom: 0px;
  
}
.info_deta span:first-child{
  float: left;
  width: auto;
}
.info_deta span:last-child{
  float: right;
  width: auto;
}
.info_deta span{
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.reverce_date{
  color: #1caf9a;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 10px;
  line-height: 0px;
  width: auto;
  top: 2px;
}
.reverce_date.rd{
  color:#fc5a2a;
}
.reverce_date h6 i{
  margin-right: 5px;
}
.chart_detail .btn-txt{
  position: relative;
  bottom: 0px;
  left: 0px;
  margin: 14px 20px;
}
.btn-txt{
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  color: #008fe9;
}
.date input{
  height: 33px;
  padding: 0px;
  border:none;
  border-radius: 4px;
  color: #000;
  border:1px solid #ccc;
  width: 240px;
  text-align: center;
}
.date input[type="text"]::placeholder{
  color: #000;
}
.date input[type="text"]::-moz-placeholder{
  color: #000;
}
.date input[type="text"]::-o-placeholder{
  color: #000;
}
.date input[type="text"]::-webkit-placeholder{
  color: #000;
}
.lightpick__month-title select{
  width: auto;
}
.lightpick__toolbar button{
  background-color: #1caf9a;
  color: #fff;
}
.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped{
  background: #1caf9a;
}
.select{
  float: left;
  width: 100%;
}
.select select{
  height: 33px;
  border-radius: 4px;
  padding: 0px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  min-height: 42px;
  max-height: 45px;
  border:1px solid #ccc;
  width: 100px;
}
.decimals{
  vertical-align: top;
  font-size: 11px;
  line-height: 18px;
  position: relative;
  top: -2px;
}
.chart{
  height: 160px;
}
/*=========================================================================================================

===========================================================================================================
*/

.filter_menu{
  float: left;
  width: 100%;
}
.filter_menu h3{
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  color: #3a4953;
  padding:30px 0px 30px;
  margin-bottom: 0px;
}

.selection{
  float:left;
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 10px;
  text-align: left;
  background: #fff;
}
.selection input{
  height: 40px;
  width: 100%;
  border:1px solid #ccc;
}
.selection h6{
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;    
  font-size: 15px;
  font-weight: 700;
  color: #3a4953;
}
.choosen_drop{
  float: left;
  width: 100%;
  position: relative;
}
.choosen_drop select{
  width: 100%;
  padding: 0px 14px;
}
.selection select{
  appearance:none;
}
.choosen_arrow{
  position: relative;
  display: inline-block;
}
.choosen_arrow select{
  width: 100%;
}
.choosen_arrow:before,
.choosen_arrow:after,
.choosen_drop:after,
.choosen_drop:before{
  position: absolute;
  margin: 5px 10px;
  font-family: fontawesome;
  font-size: 16px;
  right: 0px;
  color: #000;
}
.choosen_arrow:before,
.choosen_drop:before{
  content: "\f0d8";
  top: 0px;
}
.choosen_arrow:after,
.choosen_drop:after{
  content: "\f0d7";
  bottom: 0px;
}
.choosen_arrow:before,
.choosen_arrow:after{
  margin: 2px 7px;
}
.date_ranger{
  float: left;
  width: 500px;
  padding: 16px 30px 90px;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #fff;
  margin-top: 57px;
  z-index: 9;
  box-shadow: 0px 0px 10px -6px #000;
}
.btn_links{
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0px;
}
.btn_links li{
  float: left;
  width: auto;
  margin-right: 20px;
}
.btn_links li a{
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  color: #3a4953;
  padding:0px 0px 15px;
  border-bottom: 5px solid transparent;
  text-decoration: none;
}
.btn_links li.active a{
  border-color: #6692b0;
  color: #6692b0;
}
.tab-content{
  float: left;
  width: 100%;
}
.calender_box{
  float: left;
  width: 100%;
}
.calender_box ul{
  float: left;
  width: auto;
  border:1px solid #ccc;
  margin-bottom: 20px;
  padding: 0px;
}
.calender_box ul li:last-child{
  border-right: none;
}
.calender_box ul li{
  float: left;
  width: 72px;
  cursor: pointer;
  margin: 0px;
  border-right: 1px solid #ccc;
}
.box_set{
  display: inline-block;
  width: 100%;
  
  float: left;
  text-align:center;
  cursor: pointer;
}
.tab-content>.active{
  opacity: 1;
}
.box_set input{
  display: none ;
}
.box_set label{
  font-size: 15px;
  text-align: center;
  margin: 0px;
  float: left;
  padding: 15px 0px;
  width: 100%;
  cursor: pointer;
  text-transform: capitalize;
  outline: 2px solid transparent;
  outline-offset: -1px;
}
.box_set input[type="radio"]:checked + label{
  color: #6692b0;
  outline-color: #6692b0;
}
.last_box{
  float: left;
  width: 100%;
  background: #fff;
}
.radio_set{
  float: left;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
.radio_set label small{
  display: block;
  font-size: 13px;
}
.radio_set:last-child{
  margin-bottom: 0px;
}
.radio_set > input{
  display: none;
}
.radio_set label{
  float: left;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0px;
  cursor: pointer;
}
.radio_set label .dot{
  width: 25px;
  height: 25px;
  border:8px solid transparent;
  background-color: #fff;
  display: inline-block;
  border-radius: 100% !important;
  position: relative;
  margin: 7px 15px 0px 0px;
  float: left;
  border:2px solid #e5eaed;
}
.radio_set label .dot:before{
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
  background: #e5eaed;
  opacity: 0;
}
.radio_set label:hover .dot:before{
  opacity: 0.6;
}
.radio_set input[type="radio"]:checked + label .dot{
  border-color: #6692b0;
}
.radio_set input[type="radio"]:checked + label .dot:before{
  background: #6692b0;
  opacity: 1;
}
.radio_set label input[type="number"]{
  height: 100%;
  width: 50px;
  padding: 9px 10px 9px 10px;
  display: inline-block;
  margin: 0px 0px 0px 1px;
  text-align: left;
}
.radio_set label input[type=number]::-webkit-inner-spin-button, 
.radio_set label input[type=number]::-webkit-outer-spin-button { 
  margin: -7px -10px;
  padding: 5px 0px 
  background:#fff;
  z-index: 999;
}
.radio_set label input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.radio_set label select{
  display: inline-block;
  width: auto;
  text-transform: capitalize;
  height: 100%;
  padding: 0px 28px 0px 10px;
}
.radio_set label select,
.radio_set label input[type="number"]{
  font-size: 14px;
  color: #333;
  height: 35px;
  border-radius: 3px;
}
.f_d{
  float: left;
  width: auto;
}
.cspadding{
      padding: 0px 5px;
    line-height: 35px;
}
.date_set{
  float: left;
  width: 100%;
  background: transparent;
  text-align: left;
  height: 100%;
  padding: 12px;
  position: relative;
}
.date_set p{
  margin-bottom: 1.5px;
  width: 100%;
  color: #3a4953;
}
.extra_search_element input,
.selection select,
.date_set{
  border:2px solid #e5eaed;
  border-radius: 3px;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  height: 47px;
  font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.extra_search_element input{
  color: #3a4953;
  margin-left: -4px;
}
/* Place Holder Typo */
.extra_search_element input::-webkit-input-placeholder  {color: #3a4953; text-transform:capitalize;}
.extra_search_element input:-moz-placeholder        { color: #3a4953; opacity: 1; text-transform:capitalize;}
.extra_search_element input::-moz-placeholder         { color: #3a4953; opacity: 1; text-transform:capitalize;}
.extra_search_element input:-ms-input-placeholder       {color: #3a4953; text-transform:capitalize;}
.selection select:focus,
.date_set:focus{
  border-color: #6692b0 ;
  outline: none;
  box-shadow: 0 0 3px #6692b0;
}
.date_set i{
  font-size: 17px;
  color: #6692b0;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 15px;
}
.Summary_details,
.content_status{
  float: left;
  width: 100%;
}
.content_status{
  /*overflow-x: scroll;*/
  background: #f0f4f4;
}
.for_products{
  background: #f0f4f4;
  box-shadow: 0 6px 10px rgb(0 0 0 / 35%);
}
.content_status::-webkit-scrollbar {
  width: 10px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/* Track */
.content_status::-webkit-scrollbar-track {
  background: #f1f1f1; 
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/* Handle */
.content_status::-webkit-scrollbar-thumb {
  background: #888; 
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/* Handle on hover */
.content_status::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.Summary_details{
  padding: 40px 0px;
}
.tab-heading-01{
  display: inline-block;
  width: 100px;
  background:red;
}
.date_ranger{
  margin-top: 64px;
  position: absolute;
  border: none;
  left: 0px;
  top: 100%;
  background: #fff;
  z-index: 999;
  padding-bottom: 70px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
  border:1px solid #e5eaed;
}
.date_ranger:before{
  position: absolute;
  content: "";
  top: -8px;
  left: 18px;
  width: 15px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
  background-color: #fff;
  z-index: 0;
  /*box-shadow: -2px -2px 4px 1px rgb(0 0 0 / 7%);*/
  border:1px solid #e5eaed;
  border-right: none;
  border-bottom: none;
}
 #drop2_content{
  left: auto;
  right: 0px;
}
#drop2_content:before{
  left: auto;
  right: 18px;
}
.date_ranger{
  display: none;
}
.date_ranger.active{
  display: block;
}
/*.lightpick__month{
  float: left;
  width: 50%;
}
.lightpick__months{
  display: flex;
  width: 100%;
}
.lightpick.lightpick--2-columns.lightpick--inlined{
    width: 100%;
    min-height: 267px;
    max-height: 270px;
}
.lightpick__month-title > .lightpick__select-months,
.lightpick__month-title > .lightpick__select{
  width: auto;
  margin: 0px;
  padding: 0px;
}
.lightpick__month-title > .lightpick__select{
  margin: 0px 5px;
  padding: 0px 6px;
}
.lightpick__toolbar{
  position: relative;
  float: left;
  width: 100%;
}
.lightpick__toolbar button{
  position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px;
    top: 50%;
    margin-top: 7px;
    color: #fff;
    font-size: 0px;
    background: transparent;
}
.lightpick__toolbar button:before{
  position: absolute;
  content: "\f0d9";
  font-family: fontawesome;
  font-size: 16px;
  top: 0px;
  line-height: 35px;
  color: #000;
}

.lightpick__toolbar .lightpick__previous-action{
  left: 0px;
  right: auto;
}
.lightpick__toolbar .lightpick__next-action{
  right: 0px;
  left: auto;
  
}
.lightpick__toolbar .lightpick__next-action:before{
  content: "\f0da";
}
.lightpick__month-title{
  padding:0 0px 0px 30px;
  margin:0px;
}
.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped,
.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped{
  background: #6692b0;
  border-radius: 100%;
}
.lightpick__day{
  height: 30px;
}*/

.result_box{
  float: left;
  width: 100%;
  padding: 8px 16px;
  background: #e5eaed;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.result_box p{
  float: left;
  width: auto;
  margin: 0px;
  line-height: 41px;
  font-size: 15px;
}
.aply_btn{
  display: inline-block;
  background: #6692b0;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  float: right;
  padding: 12px 20px;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
}
.extra_search_element{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.extra_search_element .choosen_drop{
  float: left;
  width: auto;
}
.extra_search_element .choosen_drop select{
  width: 120px;
}
.extra_search_element .form-control.select2-container{
  width: 80%;
  float: left;
  margin-left: -2px;
}
.extra_search_element .form-control.select2-container .select2-choices{
  padding-left: 0px;
}
.extra_search_element .select2-container-multi .select2-choices .select2-search-field input{
  height: 41px;
  margin: 2px 0px;
}
.extra_search_element .select2-container-multi .select2-choices .select2-search-choice{
  padding: 10px 28px 10px 8px;
  margin: 5px 0 3px 5px;
  border:none;
  background: #6692b0;
  color: #fff;
  border-radius: 4px !important;
}
.extra_search_element .select2-container-multi .select2-search-choice-close{
  float: right;
  left: auto;
  font-size: 0px;
  right: 8px;
  top: 10px;
  background: none;
}
.extra_search_element .select2-container-multi .select2-search-choice-close:before{
  position: absolute;
  content: "\f1f8";
  font-size: 16px;
  top: 0px;
  left: 0px;
  color: #fff;
  right: 0px;
  bottom: 0px;
  font-family: fontawesome;
}
/*
================================================

  Switch buttons

================================================
*/
.switch_filter{
  float: left;
  width: 100%;
  cursor: pointer;
}
.switch_filter h6{
  float: left;
  width: auto;
  margin: 7px 14px;
  font-weight: 400;
} 
.for_salesPage.deshboard_listing:before{
  height: 260px;
}
.switch_filter .bootstrap-switch{
  width: 58px;
  height: 30px;
  min-width: 58px;
  max-width: 58px;
  border-radius: 60px !important;
  overflow: visible;
  border:2px solid #ccc;
  cursor: pointer;
  float: left;
}
.switch_filter .bootstrap-switch-on{
  background: #1caf9a;
  border-color: #1caf9a;
}
.switch_filter .bootstrap-switch .bootstrap-switch-container{
  width: 100%;
}
.switch_filter .bootstrap-switch .bootstrap-switch-label{
  height: 28px;
  width: 28px;
  border:2px solid #1caf9a;
  background: #fff;
  border-radius: 100% !important;
  box-shadow: 0px 0px 2px #000;
  margin: 0px;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  cursor: pointer;
}
.switch_filter .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-on{
  color: #fff;
}
.switch_filter .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{
  transform: translate(-10% , -6%);
}
.switch_filter .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{
  transform: translate(100% , -6%);
}
.switch_filter .bootstrap-switch.bootstrap-switch-off{
  border-color: #1caf9a ;
}
.switch_filter .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-off{
  color: #1caf9a ;
} 
.switch_filter .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off{
  opacity: 0;
}
.switch_filter .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-on{
  opacity: 0;
}
.switch_filter .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-off,
.switch_filter .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-on{
  opacity: 1;
}
.switch_filter .bootstrap-switch .bootstrap-switch-container span {
  background: transparent !important;
  color: #000;
  width: auto;
  line-height: normal;
  padding: 2px 9px;
  position: absolute;
  top: 50%;
  margin: -10px 0px;
  line-height: 0px;
  height: auto;
}
.switch_filter .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container{
  margin: 0px;
}
.bootstrap-switch .bootstrap-switch-primary{
  left: 0px;
}
 .bootstrap-switch .bootstrap-switch-default{
  right: 0px;
}
.table_layout2 {
  border-collapse:separate;
  border-spacing:0;
}
.table_layout2 .datatable-col-header-row th{
  background: #ebebeb;
}
.table_layout2 th{
  background: #fff;
  font-size: 15px;
}
.table_layout2 th.left_patti{
  background-color: #ebebeb;
}
.table_layout2 tbody tr td,
.table_layout2 tbody tr th{
  background: rgba(235,235,235,.06);
  font-weight: bold;
}
.table_layout2 table tr td,
.table_layout2 table tr th{
  padding: 8px;
}
.table_layout2 .portlet-body tfoot th{
  text-align: left;
}
.left_patti{
  width: 35px;
  height: 100%;
  color: #959595;
  text-align: center;
  font-size: 13px;
}
.patti-dev{
  position: relative;
  display: inline-block;
  padding: 3px 0;
  width: 100%;
  font-size: 12px;
  height: 100%;
  text-align: center;
  line-height: 15px;
  overflow-wrap: normal;
}
.patti{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.decimals{
  vertical-align: top;
  font-size: 11px;
  line-height: 18px;
}
.click_btn a{
  display: inline-block;
  color: #3a4953;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.click_btn a:before{
  position: absolute;
  content: "\f162";
  /*content: "\f163";*/
  font-family: fontawesome;
  font-size: 12px;
   right: -16px;
  top: 2px;
  opacity: 0;
}
.click_btn.active a:before{
  opacity: 1;
}
.click_btn.active a{
  text-decoration: underline;
}
.datatable.datatable--no-rows td.datatable-cell-empty{
  border:none;    
  border-left-width: 1px;
  background-color: #f0f4f4;
}
.p_title{
  display: inline-block;
  font-size: 15px;
  width: 100%;
  position: relative;
  padding-left: 50px;
}
.p_title b{
  width: 40px;
  height: 40px;
  background: #E5EAED;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  margin: 5px 14px 10px 0px;
  float: left;
}
.p_title b:before{
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: #C5D1D5;
}
.p_title small{
  display: block;
  font-size: 12px;
}
.for_products tbody tr td{
  font-weight: normal;
  text-align: left;
}
.for_products thead tr:last-child th{
  text-align:left;
}
.for_products th,
.for_products td{
  /*padding-right: 14px;*/
   /* min-width: 110px;*/
    border-width: 0px;
}
.for_products .border-left{
  border-left: 1px solid #ccc;
}
.for_products{
  border:1px solid #ccc;
  border-radius: 5px;
}
.checkbox{
  float: left;
  width: 100%;
}
.checkbox input{
  display: none;
}
.checkbox label{
  float: left;
  width: 100%;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.checkbox label span{
  width: 25px;
  height: 25px;
  border-radius: 4px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border:1px solid #e5eaed;
}
.checkbox label span:before{
  position: absolute;
  content: "\f00c";
  top: 0px;
  font-family: fontawesome;
  font-size: 18px;
  color: #e5eaed; 
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  text-align: center;
}
.checkbox label:hover span{
  border-color: #e5eaed;
}
.checkbox label:hover span:before{
  opacity: 0.8;
}
.checkbox input[type="checkbox"]:checked + label span{
  background: #1caf9a;
  border-color: #1caf9a;
}
.checkbox input[type="checkbox"]:checked + label span:before{
  color:#fff; 
  opacity: 1;
}
.selection .dropdown-menu{
  width: 300px;
}
.for_products .dropdown{
  display: inline;
  width: auto;
}
.for_products .dropdown-toggle{
  background: transparent;
  font-size: 18px;
  color: #6692b0;
  width: 30px;
  font-weight: 600;
  height: 30px;
  position: relative;
  border-radius: 5px;
}
.for_products .dropdown-toggle:hover{
  background: #6692b0;
  color: #fff;
}
/*.dataTables_filter,
.dataTables_length{
  display: none;
}*/
.dataTables_paginate.paging_simple_numbers{
  float: right;
}
.table .datatable-cell-empty{
  border:none !important;
}
/*
==========================================================================================
==========================================================================================
==========================================================================================
*/
.btn_calender{
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
body .daterangepicker td.active,.btn_calender .daterangepicker td.active:hover,
body .blue.btn,
body .blue.btn:hover, body .blue.btn:focus,body .blue.btn:active,body .blue.btn.active,
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover{
  background: #1caf9a !important;
  border-color: #1caf9a;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


.ui_status{
  float: left;
  width:100%;
  margin-bottom: 20px;
}
.ui_status ul{
  float: left;
  width: 100%;
}
.column_status{
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: left;
    padding: 10px 0px 22px 20px;
    position: relative;
    border-radius: 2px;
    margin: 12px 0px 0px;
}
.column_status:before{
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27px 27px 0;
  border-color: transparent #ffffff transparent transparent;

}
.column_status h5{
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0px;
  width: 100%;
  display: inline-block;
  font-size: 21px;
}
.column_status i{
 /* width:50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -15px;
  font-size: 25px;
  left: -15px;
  border-radius: 5px;*/
    position: absolute;
    left: 0px;
    bottom: 15px;
    font-size: 70px;
    opacity: 0.1;
    color: #fff;
    margin-bottom: -20px;
}
.column_status h6{
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 600;
}
.column_status span{
    display: inline-block;
    width: 100%;
    font-size: 19px;
    color: #fff;
    float: right;
    margin-top: -29px;
    text-align: right;
    padding: 0px 20px 0px 0px;
}
.bg1{

background-image: linear-gradient( 109.6deg,  rgba(62,161,219,1) 11.2%, rgba(93,52,236,1) 100.2% );


}

.bg2{
  background-image: radial-gradient( circle 759px at -6.7% 50%,  rgba(80,131,73,1) 0%, rgba(140,209,131,1) 26.2%, rgba(178,231,170,1) 50.6%, rgba(144,213,135,1) 74.1%, rgba(75,118,69,1) 100.3% );
}
.bg3{
  background-image: radial-gradient( circle 597px at 93% 9.8%,  rgba(255,61,89,1) 1.7%, rgba(252,251,44,1) 97% );
}
.bg4{
background-image: radial-gradient( circle 602px at 2.1% 5.1%,  rgba(233,0,120,1) 0%, rgba(0,0,0,1) 90.1% );

}
.bg5{
background-image: linear-gradient( 67.2deg,  rgba(37,208,199,1) -7.5%, rgba(165,90,240,1) 62.7% );
}

.bg6{
  background-color: #1caf9a;
}
.bg7{
  
  background-image: linear-gradient( 109.6deg,  rgba(48,207,208,1) 11.2%, rgba(51,8,103,1) 92.5% );
}
.bg8{
background-image: linear-gradient( 135.9deg,  rgba(109,25,252,1) 16.4%, rgba(125,31,165,1) 56.1% );
}
.highcharts-background{
  fill: #fff;
}
.date_selction{
  float: left;
  width: auto;
  position: relative;
  margin-bottom: 30px;
}
.date_selction input{
  border:none;
background-color: #1caf9a;
  border-radius: 2px;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
}
.date_selction i{
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -6px;
    color: #fff;
}

/* Place Holder Typo */
.date_selction input::-webkit-input-placeholder   {color: #fff; text-transform:capitalize;}
.date_selction input:-moz-placeholder         { color: #fff; opacity: 1; text-transform:capitalize;}
.date_selction input::-moz-placeholder        { color: #fff; opacity: 1; text-transform:capitalize;}
.date_selction input:-ms-input-placeholder      {color: #fff; text-transform:capitalize;}

.filter_deta,
.status_s{
  float: left;
  width: 100%;
}
.status_s{
margin-bottom: 30px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
    overflow: hidden;
    height: 364px;

}
.status_s h5,
.status_s h6{
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  padding: 10px 20px;
  text-transform: capitalize;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin: 0px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  float: left;
background-color: #1caf9a;
}
.status_s h6:before{
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  background-color: #fff;
  bottom: 0px;
  transform: rotate(45deg);
  width: 50%;
}
.status_s h6 span{
  display: inline-block;
  font-size: 20px;
  position: relative;
  color: #ee0200;
  margin-left: 10px;
  float: right;
  box-shadow: 0px 0px 80px 100px #fff;
  background-color: #fff;
}
.status_s h6 span:before{
  position: absolute;
  content: "\f175";
  top: 50%;
  color: #ee0200;
  font-family: fontawesome;
  left: -8px;
    font-size: 15px;
    margin-top: -11px;
}
.status_s h5 {
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #fff;
  margin-bottom: 0px;
}
.status_s h5:last-child{
  margin-bottom: 10px;
}
.status_s h5 b{
  float: right;
  color: #fff;
  font-weight: 600;
}
.status_s small{
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 100%;
  font-weight: 600;
  text-transform: capitalize;
}
.extra_p h5{
  line-height: 26px;
    padding: 3px 20px;
}
.status_s > div{
  float: left;
  width: 100%;
}
.price_left{
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 30px;
  color: #fff;
  margin-top: -45px;
  font-weight: bold;
}
.deta_table .border_lf{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.highcharts-legend{
  display: none;
}
.linechart1{
  height: 200px;
}
.highcharts-figure, .highcharts-data-table table {
  min-width: 360px; 
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.deta_table,
.content_status{
  float: left;
  width: 100%;
}
.deta_table{
  position: relative;
}
table.dataTable td, table.dataTable th{
  background-color: #fff;
}
/*.dataTables_info,
.dataTables_paginate.paging_simple_numbers,
.dataTables_filter,
.dataTables_length{
  display: none;
}*/
.dataTables_length{
  display: none;
}
.content_status h4{
  margin-bottom: 0px;
  width: auto;
  float: left;
  text-transform: capitalize;
}


.dropdown-option.dropdown-chose:after{
  background:#DC322F;
}
.deta_table h4{
  float: left;
  width: 100%;
background-color: #1caf9a;
  padding: 10px 10px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.deta_table th{
background-color: transparent;
  color: #444;
  font-weight: normal;
  border: none;
  border-top: 1px solid #ddd;
}
.deta_table td{
  background:#fff;
  border:none;
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
}
.deta_table table{
  border:none;
}

.highcharts-series-group g.highcharts-markers.highcharts-series-1.highcharts-line-series.highcharts-color-1.highcharts-tracker path{
  fill-opacity: 0.15;
  stroke-linejoin: round;
    stroke-linecap: round;
    r:50;
    stroke: rgba(0,0,0,0.03);

}
.highcharts-series-group g.highcharts-series.highcharts-series-1.highcharts-line-series.highcharts-color-1 path{
  stroke-linejoin: dotted;
    stroke-linecap: dotted;
    r:50;
    stroke: rgba(0,0,0,0.03);
}
.align-center b{
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.align-center{
  text-align: center;
}





.highcharts-markers path {
  fill: #1caf9a;
}
.highcharts-axis.highcharts-xaxis path{
  stroke: #1caf9a;
}
.highcharts-series-group g path{
  stroke: #1caf9a;
  stroke-width:1px;
}
.highcharts-series.highcharts-series-0.highcharts-column-series.highcharts-color-0.highcharts-tracker{
  fill: #1caf9a;
}
.highcharts-series.highcharts-series-0.highcharts-column-series.highcharts-color-0.highcharts-tracker .highcharts-point.highcharts-color-0{
  fill: #1caf9a;
}
.highcharts-axis-line{
  stroke: #1caf9a;
}
.highcharts-label-box.highcharts-tooltip-box{
  stroke: #1caf9a;
}
.btn_calender{
  float: left;
  padding: 15px;
  background-color: #1caf9a;
  color: #fff;
  cursor: pointer;
  margin: 15px 0px;
}
text.highcharts-credits{
  display: none;
}
.user_ {
      float: left;
    width: 100%;
}
.user_ img{
  border-radius: 100% !important;
    width: 40px;
    height: 40px;
    float: left;
}
.user_ span{
      display: inline-block;
    font-size: 14px;
    padding: 10px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    float: left;
    text-transform: capitalize;
}
.portlet-body .top_theme thead tr th{
  background-color:#1caf9a;
  color: #fff;
}
.portlet-body .top_theme thead tr th{
  border-bottom: none;
}
.deta_table .table>thead>tr>th{
 border-bottom: none;
 border-top: 1px solid #ddd;
}
.padding_0 thead tr th{
  padding: 15px 0px;
}
.deta_table .table .border-right_none{
  border-right: none ;
}
.btn-group.tabletools-dropdown-on-portlet{
  display: none;
}
.select_4{

}
.daterangepicker .ranges .cancelBtn{
  float: right;
}
.export{
  float: right;
  width: auto;
}
.export a{
 margin-bottom: 10px;
  margin-left: 10px;
  text-decoration: none;
  letter-spacing: 0px;
}
.btn_normal{
   /*background-color: #1caf9a;*/
  display: inline-block;
  color: #1caf9a;
  padding: 10px 30px;
  font-size: 13px;
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 5px !important;
  /*border:2px solid #1caf9a;*/
  /*outline:2px solid transparent;*/
  outline: none !important;
  border:none !important;
}
.btn_normal.hover1{
  background: transparent;
  /*border:2px solid #1caf9a;*/
  color: #1caf9a;
}
.btn_normal i{
  font-size: 14px;
  margin-right: 10px;
  float: left;
}
.hover1:hover{
  background: #1caf9a;
  color: #fff;
}
.btn_normal:hover{
  color: #fff;
  background: #1caf9a;
}
.tabs_elements{
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: none;
}
.tabs_elements a{
  display: inline-block;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    padding: 15px;
}
.tabs_elements li{
  float: left;
  width: auto;
  margin-bottom: 0px;
    margin-right: 0px;
    position: relative;
}
.tabs_elements li:before{
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  right: 0px;
  opacity: 0;
  border-bottom: 3px solid #1caf9a;
}
.tabs_elements li.active:before{
  opacity: 1;
}
.tabs_elements li.active a{
  color: #1caf9a;
}
.tab-content{
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 10px !important;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05);
}
.align_discount_empty{
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 0px 100px;
  min-height: 100%;
  max-height: 100%;
}
.align_discount_empty h4{
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
}
.align_discount_empty p{
  font-weight: 300;
}
.heading_arrow{
  float: left;
  width: 100%;
}
.heading_arrow h4{
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.heading_arrow h4 a{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  background: #fff;
  font-size: 20px;
  border:1px solid #1caf9a;
  float: left;
  color: #1caf9a;
  margin: -5px 18px 0px 0px ;
}
.style_form h6 a{
  color: #1caf9a;
}
.heading_arrow h4 a i{
  font-size: 100%;
}
.box{
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
.style_form{
  float: left;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.style_form h5{
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  width: auto;
}
.style_form h5.fl{
  float: left;
}
.style_form h5.fr{
  float: right;
}
.style_form h6{
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  margin: 0px 0px 10px;
}
.style_form h6 b{
  font-weight: 600;
}
.style_form h6 a{
  float: right;
  width: auto;
  font-size: 12px;
}
.style_form h6 p{
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0px;
  margin-top: 10px;
}
.style_form input{
    width: 100%;
    height: 40px;
    padding: 0px 12px;
    margin-bottom: 10px;
    border:1px solid #ccc;
    border-radius: 5px !important;
}
.style_form p{
  font-size: 13px;
  margin-bottom: 12px;
  width: 100%;
  float: left;
}
.style_form ol{
  float: left;
  width: 100%;
  padding: 0px;
  padding-left: 15px;
  margin-top: 10px;
}
.style_form ol li{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.style_form ol li:last-child{
  margin-bottom: 0px;
}
.widget{
  background: #fff;
  padding: 15px;
}
.widget p:last-of-type{
  margin-bottom: 0px;
}
.radio_dot{
  float: left;
  width: auto;
  margin-bottom: 10px;
  margin-right: 30px;
}
.radio_dot input{
  display: none;
}
.radio_dot label{
  margin-bottom: 0px;
  width: 100%;
  cursor: pointer;
}
.radio_dot label span{
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  display: inline-block;
  position: relative;
  border:3px solid #ccc;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.radio_dot label span:before{
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 100%;
  background-color: #ccc;
  opacity: 0;
}
.radio_dot input[type="radio"]:checked ~ label span{
   border-color: #1caf9a;
}
.radio_dot input[type="radio"]:checked ~ label span:before{
  background: #1caf9a;
  opacity: 1;
}
.radio_dot label:hover span{
  border-color: rgba(0,0,0,0.2);
}
.radio_dot label:hover span:before{
  background-color: rgba(0,0,0,0.2);
  opacity: 1;
}
.checkbox_b{
  float: left;
  width: 100%;
}
.checkbox_b label{
  cursor: pointer;
}

.hidden {
  display: none;
/*   opacity: 0; */
}

.shown {
  display: block !important;
  transition: all .5s ease-out;
  opacity: 1 !important;
  visibility: visible !important;
}
.mathod_rate{
  float: left;
  width: 100%;
}
.search_element1{
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.search_element1 input{
  margin-bottom: 0px;
  width: 100%;
  padding-left: 40px;
}
.search_element1 i{
  position: absolute;
  left: 11px;
  top: 50%;
  font-size: 20px;
  margin-top: -7px;
  opacity: 0.2;
}
.search_element1 label{
  width: 100%;
 display:inline-block;  
}
.search_element1 button{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border:none;
  padding: 0px 15px;
  text-transform: capitalize;
  background-color: #1caf9a;
  color: #fff;
}
.value_bx{
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 10px;
}
.value_bx small{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    padding-left: 30px;
}
.value_bx label{
  text-transform: capitalize;
  cursor: pointer;
}
.value_bx input{
  display: none;
}
.value_bx label{
  position: relative;
  float: left;
  padding-left: 30px;
  margin: 0px;
}
.value_bx label:before{
  width: 20px;
  height: 20px;
  position:absolute;
  font-family: fontawesome;
  font-size: 14px;
  content: "\f00c";
  top: 0;
  text-align: center;
  left: 0px;
  line-height: 20px;
  border-radius: 4px;
  color: transparent;
  background-color: transparent;
  border:1px solid #ddd;
}

.value_bx input[type="checkbox"]:checked ~ label:before{
  background: #1caf9a;
  color: #fff;
  border-color: #1caf9a;
}

.bx_fd{
  float: left;
  width: 100%;
}
.bx_fd input{
  width: 200px;
  display: inline-block;
  margin-bottom: 0px;
  height: 40px;
  padding: 0px 12px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
}
.mathod_rate h6{
  margin-bottom: 10px;
}
.parent_class3,
.parent_class4,
.parent_class1,
.parent_class2,
.child_fd,
.child_class,
.parent_class{
  display: none;
}
.child_fd.active,
.parent_class1.active,
.parent_class2.active,
.parent_class3.active,
.parent_class4.active,
.parent_class.active,
.child_class.active,
.parent_class.Buy-X-get-Y {
    display: inline-block;
}
p b{
  font-weight: normal;
}
.custom_float,
.parentclass2{
  float: left;
  width: 100%;
}
.parentclass2 p{
  float: left;
  width: 100%;
}
.custom_felids input{
  width: 100%;
}
.custom_felids select{
  float: left;
  width: 100%;
    height: 40px;
    padding: 0px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
}
.mt20{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.float-left{
  float: left;
  width: auto;
}
.float-right{
  float: right;
  width: auto;
}

.dataTables_filter{
    float: left;
    width: 100%;
    padding: 15px 20px 0px;
}
#tab3 div.dataTables_wrapper div.dataTables_filter label{
  float: left;
  width: 100%;
}

#tab3 div.dataTables_wrapper div.dataTables_filter input{
  border:1px solid #ddd;
  width: 88%;
  float: right;
}
#table_4 > thead .sorting:before, 
#table_4 > thead .sorting_asc:before, 
#table_4 > thead .sorting_desc:before, 
#table_4 > thead .sorting_asc_disabled:before, 
#table_4 > thead .sorting_desc_disabled:before,
#table_4 > thead .sorting:after, 
#table_4 > thead .sorting_asc:after, 
#table_4 > thead .sorting_desc:after, 
#table_4 > thead .sorting_asc_disabled:after, 
#table_4 > thead .sorting_desc_disabled:after,
#table_4 > thead .sorting_asc:before, 
#table1 > thead .sorting_desc:after,
#table1 > thead .sorting:before, 
#table1 > thead .sorting_asc:before, 
#table1 > thead .sorting_desc:before, 
#table1 > thead .sorting_asc_disabled:before, 
#table1 > thead .sorting_desc_disabled:before,
#table1 > thead .sorting:after, 
#table1 > thead .sorting_asc:after, 
#table1 > thead .sorting_desc:after, 
#table1 > thead .sorting_asc_disabled:after, 
#table1 > thead .sorting_desc_disabled:after,
#table1 > thead .sorting_asc:before, 
#table1 > thead .sorting_desc:after{
  display: none;
}
#table_4.dataTable > thead > tr > th:not(.sorting_disabled),
#table1.dataTable > thead > tr > th:not(.sorting_disabled){
  padding-right: 10px;
}
.table_layout1 > thead > tr > th{
  text-align: center;
}
.paginate_button.page-item.active a{
  background: #1caf9a;
  color: #fff;
}
.dataTables_info,
.dataTables_paginate.paging_simple_numbers{
  padding: 0px 20px 10px;
}
.switch_filter .bootstrap-switch{
  float: none; 
}
.action{
  padding: 4px 6px;
  text-align: center;
  margin: 0px 0px;
  float: left;
  width: 50%;
}
.action i{
  margin: 0px;
}
.table_layout1{
  padding: 0px 20px 10px;
  border:none;
}
#table_4 tbody tr td:first-child,
#table_4 tbody tr th:first-child,
#table1_wrapper tbody > tr > td:first-child,
#table1_wrapper thead > tr > th:first-child{
  border-left: 1px solid #ddd;
  
}
#table_4 tbody tr td,
#table_4 tbody tr th,
#table1_wrapper .table_layout1 tbody > tr > td,
#table1_wrapper .table_layout1 thead > tr > th{
  border-bottom: 1px solid #ddd;
}
.table_layout1 > thead > tr th{
  /*background: #1caf9a;*/
  color: #1caf9a;
  border-top: 1px solid #ddd;
}
.table>caption+thead>tr:first-child>td, 
.table>caption+thead>tr:first-child>th, 
.table>colgroup+thead>tr:first-child>td, 
.table>colgroup+thead>tr:first-child>th,
 .table>thead:first-child>tr:first-child>td, 
 .table>thead:first-child>tr:first-child>th{
  border-top: 1px solid #ddd;
}
#create_discount{

}
.itemss{
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.itemss li::marker{
  display: none;
}
.modal-body .itemss:last-of-type{
  margin-bottom: 20px;
}
#create_discount .modal-body{
  padding: 0px;
}
.itemss img{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px !important;
  border:1px solid #ccc;
  text-align: center;
  line-height: 30px;
  float: left;
  padding: 5px;
  margin-right: 10px;
  background: #fff;
}
.itemss a{
  display: inline-block;
  width: 100%;
  position: relative;
}
.itemss a:before{
  position: absolute;
  content: "\f105";
  right: 0px;
  font-size: 24px;
  top: 0px;
  font-family: fontawesome;
  color: #444;
}
.itemss:hover{
  background: #f7f7f7;
}
.itemss_contents{
  float: left;
  width: auto;
}
.modal-body{
  float: left;
  width: 100%;
  background: #fff;
}
.itemss_contents h6{
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  color: #444;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 5px;
}
.itemss_contents p{
  margin-bottom: 0px;
  width: 100%;
  font-size: 12px;
  color: #666;
}

.toprow_content{
  float: left;
  width: 100%;
  padding: 0px 30px 12px;
  border-bottom: 1px solid #ddd;
}
.toprow_content .checkbox{
  float: left;
  width: auto;
  text-align: left;
}
.toprow_content .checkbox input{
  display: none;
}
.toprow_content .checkbox span{
  width: 20px;
  margin-top: 2px;
  height: 20px;
}
.toprow_content .checkbox span:before{
  margin-top: -3px;
}
.table_layout1 .checkbox span,
.toprow_content .checkbox span{
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
}
.table_layout1 .checkbox span{
  margin-top: -18px;
}
.toprow_content select{
  padding: 9px 4px;
    border-color: #ddd;
}
.default_tables .checkbox label span:before{
  top: 50%;
  margin-top: -9px;
}
.btn_{
  display: inline-block;
  padding: 3px 7px;
  
  text-transform: capitalize;
  border-radius: 30px !important;
}
.a{
  background: rgba(174,233,209);
}
.d{
  background: #ff6000;
  color: #fff;
}
.e{
  background: #6e6e6e;
  color: #fff;
}
.default_tables .checkbox label{
  padding-left: 40px;
  line-height: 18px;
}
.checkbox label small{
  width: 100%;
  display: inline-block;
  font-size: 12px;
}
.float_right{
  float: right;
  width: auto;
}
.default_tables .table_layout1 tr td{
  text-align: left;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0px 30px;
}
.default_tables .table_layout1 tr:last-child td{
  border-bottom: none;
}
.default_tables .table_layout1 tr td[colspan="1"]:last-child{
  text-align: right;
  width: 110px;
}
.export.fixed-rtl{
  position: absolute;
  right: 22px;
  top: 7px;
}
.export.fixed-rtl a{
  margin: 0px;
}
.tab-pane{
  display: none;
}
.tab-pane.fade.active.in{
  display: block;
}
.add_btn{
  padding: 10px 20px;
}
.add_btn a{
  border:none;
}
.selections{
  float: left;
  width: 100%;
  padding: 10px 0px;
  /*border-bottom: 1px solid #ddd;*/
  margin-bottom: 5px;
}
.selections:last-of-type{
  margin-bottom: 0px;
  border-bottom: none;
}
.selections select{
  padding: 9px;
    width: 100%;
    margin: 0px 0px;
    border-color: #ddd;
    border-radius: 5px !important;
}
.selections select:first-child{
  float: left;
}
.selections select:last-child{
  float: right;
}
.crud_action .btn_normal.left{
  float: left;
  border-color: transparent !important;
  margin-left: 0px;
  margin-top: 20px;
}
.crud_action .btn_normal.right{
  margin-right: 0px;
  margin-top: 20px;
  float: right;
}
.text_felid{
  border:1px solid #ddd;
  height: 30px;
  padding: 0px 15px;
  width: 70px;
}
.tab-content .fixed-table-container{
  border:none;
}
.crud_action{
  float: left;
  width: 100%;
}
.export input{
  display: none;
}
.export label{
  margin: 0px;
  cursor: pointer;
  margin-left: 10px;
}
#add .modal-dialog{
  width: 1140px;
}
.style_form .selections input{
  margin-bottom: 0px;
}
.style_form .selections h6{
  margin-bottom: 3px;
  margin-top: 0px;
}
/*.table.table-bordered thead > tr > th{
  white-space: nowrap;
}*/
.Percentage_sign{
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #000;
}
.autowidth table tr td{
  width: auto;
  position: relative;
}
.autowidth table tr th:nth-child(2){
  width: 35%;
}
.autowidth table.table_layout1 tr td span{
  display: inline-block;
  width: 100%;
  color: red;
}
.column_felids{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.export.left{
  float: none;
  float: left;
}
.export.left label{
  margin: 0px;
}
#table_4_wrapper .dataTables_filter{
  margin: 0px;
}
.modal-footer.autowidth{
  padding: 0px;
    float: left;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    width: 100%;
} 
#table_4_info{
  float: left;
  text-align: left;
}
.btn_grid{
  padding: 0px 15px;
  float: left;
  width: 100%;
}
.customer_search{
  float: left;
  width: 100%;
}
.cus_box{
  float: left;
  width: 100%;
  padding: 15px;
  background:#fff;
  margin-bottom: 20px;
}
.customer_search input{
  height: 50px;
  border-radius: 30px !important;
}
.select2-container-multi .select2-choices{
  padding:0px;
}
.select2-container-multi .select2-choices .select2-search-field input{
  padding: 0px 10px !important;
}
.select2-container-multi .select2-choices{
  border-radius: 30px !important;
}
.select2-drop.select2-drop-multi.select2-display-none.select2-drop-active{
  border-radius: 20px 20px 10px 10px  !important;
}
.select2-container-multi .select2-choices .select2-search-choice{
  padding: 15px 30px 15px 11px;
  border-radius: 20px !important;
  cursor: pointer;
}
.select2-container-multi .select2-choices .select2-search-choice:hover{
  background: #1caf9a;
  color: #fff;
}
.select2-container-multi .select2-choices .select2-search-choice:hover a:before{
  color: #fff;
}
.select2-results{
  margin: 15px 10px 15px 0px;
}
.select2-container-multi .select2-search-choice-close{
  left: auto;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-size: 0px;
  background: none;
}
.select2-container-multi .select2-search-choice-close:before{
  content: "\f014";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #1caf9a;
  right: 0px;
  font-size: 16px;
  bottom: 0px;
}
.select2-results::-webkit-scrollbar {
  width: 5px;
  margin-right: 10px;
  border-radius: 30px !important;
}
/* Track */
.select2-results::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 30px !important;
}
 
/* Handle */
.select2-results::-webkit-scrollbar-thumb {
  background: #1caf9a; 
  padding: 15px 0px;
  border-radius: 30px !important;
}

/* Handle on hover */
.select2-results::-webkit-scrollbar-thumb:hover {
  background: #1caf9a; 
}

#productDiscountDiv{
  display: block !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{
  background: #1caf9a !important;
}
.fixed-table-pagination .pagination .active a{
  background: #1caf9a !important;
  color: #fff;
}

/*===========================
      Complaint portal
===============================*/

.complaints_status{
  display: flex;
  width: 100%;
  flex-direction: row;

}
.complaint_status_col{
  flex-direction: ltr;
  width: 100%;
  text-align: center;
  background: #fff;
  justify-content: center;
  margin: 0px 10px 15px 0px;
  padding: 15px 0px;
}
.complaint_status_col h6{
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
.complaint_status_col h4{
  font-weight: 700;
  color: #000;
  margin: 0px 0px 10px 0px;
  display: inline-block;
  width: 100%;
  font-size: 24px;
}

.search_selector{
  float: right;
  width: 100%;
  display: flex;
}
.search_selector .select:last-child{
  flex: 50%;
}
.search_selector .select{
  margin: 0px 10px 0px 0px;
}
.search_selector .form-control {
    width: 100px;
}
.search_selector .select select{
  width: 100%;
  height: 36px;
  min-height: 36px;
  border-color: #efefef;
}
.search_selector .select input{
  width: 100%;
  border-color: #efefef;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 36px;
  min-height: 36px;
}
.search_selector .select input,
.search_selector .select select{
  font-size: 12px;
  font-weight: 600;
}
.tabnav,
.tab_nav{
  float: left;
  width: auto;
}
.search_style2,
.CSR_table{
  float: left;
  width: 100%; 
}
.search_style2{
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.search_style2 .search_selector{
  width: 60%;
} 
.search_style2 .search_selector .flex-30{
  flex: 38%;
}
.search_style2 .search_selector .flex20{
  flex:50%;
}
.search_style2 .search_selector .select button{

}
.mb20{margin-bottom: 20px;}
.tabnav ul,
.tab_nav ul{
  float: left;
  width: 100%;
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.tabnav ul li,
.tab_nav ul li{
  width: auto;
  margin-right: 20px;
  float: left;
}
.tabnav ul li:last-child,
.tab_nav ul li:last-child{
  margin-right: 0px;
}
.tabnav ul li > span,
.tab_nav ul li a{
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 12px 10px 12px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
}
.tabnav ul li > span:before,
.tab_nav ul li a:before{
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  right:0px;
  opacity: 0;
  width: 100%;
  border-bottom: 2px solid #1caf9a; 
}
.tabnav ul li.active > span:before,
.tab_nav ul li.active a:before{
  opacity: 1;
}
.tabnav ul li.active > span,
.tab_nav ul li.active a{
  color: #1caf9a;
}
.tabnav ul li.active > span > span,
.tab_nav ul li span{
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px; 
  border-radius: 100%;
}

.table_reuslt{
  float:left;
  width: 100%;
}
.table_reuslt table tr th{
  /* white-space: nowrap; */
  text-transform: capitalize;
  text-align: center;
}
.table_reuslt table tr td{
  text-transform: capitalize;
  text-align: center;
}
.table_reuslt table tr td span{
  width: 100%;
  display: inline-block;
  color: #8b0000;
}
.table_reuslt table tr td span.view{
  width: auto;
  display: block;
}
.table_reuslt .table.table-bordered thead > tr > th{
  border-bottom: 1px solid #ddd;
}
.btn-view{
  display: inline-block;
  text-transform: capitalize;
  color: #3598dc;
  width: 100%;
}
.btn-view i {
  float: left;
  width: auto;
  margin-right: 5px;
   color: #3598dc;
}


.c_blue{
  color: #3598dc;
}


.J_menuItem sup{
  display: inline-block;
  font-size: 100%;
  font-weight: 300;
  top: 0px;
  margin-left: 5px;
}


.action_btn{
  display: inline-block;
  width: auto;
  text-align: center;
}
.action_btn a{
  display: inline-block;
  margin:0px 4px;
  float: none;
  color: #000;
  font-weight: 500;
}
.action_btn a i{
  font-size: 19px;
  float: left;
  top: 3px;
  position: relative;
}
.tip-content{
  z-index: 9999;
  width: 500px;
}

.tooltip.bottom.fade.in div{
  background: #fff !important;
}
.action_btn a.clr-g{
  color: #09b600;
}
.action_btn a.clr-r{
  color: #dd0b0b;
}
.selection_model{
  float: left;
  width: 100%;
  position: relative;
}
.Exchange,
.Replace,
.Reship{
    display: none;
}
.bankdetail{
  margin: 0 auto;
  text-align: center;
}
.bankdetail .modal-dialog{
    position: absolute;
    left: 0px;
    right: 0px;
}
.bankdetail .form-control input{
  width: 100%;
  border:none;
  height: 100%;
  padding: 0px 10px;
}
.bankdetail .form-control{
  padding:0px;
  margin-bottom: 14px;
}
.bankdetail .modal-content{
    border:none;
    box-shadow: none;
}
.bankdetail .modal-dialog{
    box-shadow: 0px 2px 14px -3px rgb(0 0 0 / 40%);
}
.customer_btn{
  float: right;
  /* width:110px; */
  width: auto;
}
.customer_btn button{
  text-transform: capitalize;
}
.btnbk{
  display: inline-block;
  color: #000;
}

.table_reuslt tbody td img{
  width: 40px;
}


#complaint_info .modal-dialog{
  width: 1200px;
}
#complaint_info table{
  width: 100%;
}
#complaint_info table td del{
  width: 100%;
  display: inline-block;
  font-size: 12px;
}
#complaint_info table td small{
  width: 100%;
  font-size: 100%;
}
#complaint_info table td small i{
  margin-right: 5px;
  float: left;
  width: 15px;
  text-align: center;
  padding: 2px 0px;
}


#complaint_info table td small.rtl i{
  margin-left: 5px;
  margin-right: 0px;
  float: none;
  color: #000;
}

#complaint_info table td small.c-blue i{
  color: red;
}
#submit_remarks textarea{
  width: 100%;
  height: 50px;
  padding:0px 5px;
}
.pixslider {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.pixslider img{
  width: 350px;
  display: inline-block;
  margin: 0 auto;
}
.pixslider .slick-prev,
.pixslider .slick-next{
  z-index: 9999;
}
.pixslider .slick-prev{
  left: 0px;
}
.pixslider  .slick-next{
  right: 0px;
}
.pixslider .slick-prev:before, 
.pixslider .slick-next:before{
  color: #000;
}

.twolines .table_reuslt table tr th{
  white-space: normal;
}
.light-bold h4{
  font-weight: 400;
}
.csr_imags{
  display: flex;
  flex-wrap: wrap;
  width: 100px;
}
.add_more_images,
.csr_imags a{
  flex: 25%;
  max-width: 25%;
  padding: 0 0px;
}
.add_more_images{
  line-height: 0px;
}
div.table_reuslt table tbody tr td .csr_imags img{
  width: 100%;
}
.add_more_images input{
  display: none;
}
.add_more_images label{
  margin: 5px;
  font-size: 22px;
  color: #1caf9a;
  cursor: pointer;
}
.add_more_images label i{
  font-size: 100%;
}
.action_btn .clr-blue,
.action_btn .clr-blue i{
  color: #008fe9;
}

.white_space{
  white-space: nowrap;
  font-size: 100%;
}
.inline{
  white-space: inherit;
}
.CSR_table.twolines .tab-content .table>tbody>tr>td, 
  .CSR_table.twolines .tab-content .table>tbody>tr>th, 
  .CSR_table.twolines .tab-content .table>tfoot>tr>td, 
  .CSR_table.twolines .tab-content .table>tfoot>tr>th,
  .CSR_table.twolines .tab-content .table>thead>tr>td, 
  .CSR_table.twolines .tab-content .table>thead>tr>th{
    padding: 5px;
  }
  .btn_txt{
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .btn_txt a{
    display: inline-block;
    font-size: 100%;  
    margin-right: 5px;
  }
  .btn_txt a:last-child{
    margin-right: 0px;
  }
@media screen and (min-width: 1365px) and (max-width: 1680px) {
  .complaints_status{
    flex-wrap: wrap;
  }
  .complaint_status_col{
    flex: 16%;
  }
  #m-page-content .CSR_table.twolines .tab_nav ul li a{
    padding: 12px 5px 12px;
  }
  #m-page-content .CSR_table.twolines .tab_nav ul li{
    margin-right: 0px;
  }
}

/*============  Media Between Start ============ */
@media screen and (min-width: 1199px) and (max-width: 1366px)  {  
  .complaints_status{
    flex-wrap: wrap;
  }
  .complaint_status_col{
    flex: 16%;
  }
  #m-page-content .CSR_table.twolines .tab_nav ul li a{
    padding: 12px 5px 12px;
  }
  #m-page-content .CSR_table.twolines .tab_nav ul li{
    margin-right: 0px;
  }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
  
}
/*============  Media 991Px Start ============ */ 

@media (max-width: 991px) { 
  .complaints_status{
    flex-wrap: wrap;
  }
  .complaint_status_col{
    flex: 16%;
  }
}

/*============  Media 768Px Start ============ */ 
@media (min-width: 768px) and (max-width: 991px) {
  
}

/*============ Media 767Px Start ============ */
@media (max-width: 767px) {
  
}
/*============ Media 480Px Star ============ */
@media (max-width: 480px) {
  
  

}
/*============ Media 360Px Star ============ */
@media (max-width: 360px) {

}

.right{
  float: right;
  width: auto;
}
.md20{
  margin-bottom: 20px;
}
#action_remarks textarea{
  padding: 10px;
  width: 100%;
  height: 100px;
}
#action_remarks .customer_btn{
  width: auto;
}
.customer_btn .left,
.customer_btn .right{
  display: inline-block;
  width: auto;
  margin: 0px 0px 0px 10px;
}
.customer_btn button{
  padding: 10px 20px;
  display: inline-block;
 
}
.right{
  width:148px;
}
.action_btn{
  width: 100px;
}
.select.w100 select{
  width: 100%;
  min-height: 34px;
  max-height: 34px;
  height:auto;
  border-radius:4px !important;
  border-color: #e5e5e5;
}
.min-medium{
  min-width: 140px;
  max-width:140px;
}
.width-7{
  width: 80%;
}
.width-10{
  width: 100%;
}
.width-10 .form-control,
.width-5 .form-control,
.width-7 .form-control{
  width: 100%;
}
.width-4{
  width: 20%;
}
.width-2{
  width: auto;
  padding-left:15px;
}
.width-7{
  margin-left:-15px ;
}
.width-7,
.width-4{
  padding: 0px 15px;
}
.width-3{
  width: 15%;
  padding: 0px 15px;
}
.width-5{
  width: 70%;
  padding-left: 10px;
}
.CSR_table .label.label-info{
  width: 100%;
  display: inline-block;
}
.label-danger{
  display: inline-block;
}
.CSR_table .table thead tr th{
  text-align: center;
}

#varients_popup,
#order_info_2,
#order_info_edit,
#po_info_r,
#recevied,
#shippedchina,
#receive_pk,
#po_info1,
#po_info2,
#po_info3,
#po_info4,
#po_info5,
#po_info6,
#order_info2,
#order_info {
  width: 100%;
}

#varients_popup .modal-dialog,
#order_info_2 .modal-dialog,
#order_info_edit .modal-dialog,
#po_info_r .modal-dialog, 
#po_info6 .modal-dialog,
#recevied .modal-dialog,
#shippedchina .modal-dialog,
#receive_pk .modal-dialog,
#po_info1 .modal-dialog,
#po_info2 .modal-dialog,
#po_info3 .modal-dialog,
#po_info4 .modal-dialog,
#po_info5 .modal-dialog,
#order_info2 .modal-dialog,
#order_info .modal-dialog{
  width: 100%;
  background:#fff;
}
#varients_popup .modal-body,
#order_info_2 .modal-body,
#order_info_edit .modal-body,
#po_info_r .modal-body,
#po_info6 .modal-body,
#recevied .modal-body,
#shippedchina .modal-body,
#receive_pk .modal-body,
#po_info1 .modal-body,
#po_info2 .modal-body,
#po_info3 .modal-body,
#po_info4 .modal-body,
#po_info5 .modal-body,
#order_info2 .modal-body,
#order_info .modal-body{
  max-height:100%;
}

.flot-l{
  float: left;
  color: #fff;
  padding: 2px 5px;
  margin: 6px 0px 0px 0px;
}
.w100.table-striped{
  width: 100%;
  background: transparent;
  border:none;
  text-align:left;
}
.w100.table-striped th,
.w100.table-striped tbody td{
  border:none;
  text-align:left;
}
.w100.table-striped>tbody>tr:nth-of-type(odd){
  background: transparent;
}


.page-sidebar .page-sidebar-menu .sub-menu > li > a{
  padding: 6px 15px 6px 43px;
}
.right-btn {
  float: right;
  width: auto;
}
.right-btn button{
  margin-left: 10px;
}
#supplier_add .modal-dialog{
  background: #fff;;
}
#supplier_add h6{
  float: left;
  width: 20%;
  text-transform:capitalize;
  font-weight: 400;
  color: #000;
}
#supplier_add textarea,
#supplier_add input{
  float: left;
  width: 78%;
  border:1px solid #ccc;
  padding: 10px;
  border-radius: 4px !important;
}
#supplier_add input{
  height: 34px;
}
#supplier_add textarea{
  height: 100px;
}
.text-felid{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#supplier_add .form-group .form-control {
  width: 100%;
}
.p0{
  padding: 0px;
}
.bg-transparent{
  background: transparent;
}

.tab-cover{
  float: left;
  width: 100%;
}
.tab-cover .tab{
  float: left;
  width: 100%;
}
.tab-cover .tab{
  display: none;
}
.tab-cover .tab.active{
  display: block;
}

.product_list{
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  background-color: #fff;
}
.product_list img{
  float: left;
  width:300px;
}
.product_ls_content{
  float: left;
  width: 81%;
  position: relative;
  padding: 0px 0px 0px 20px;
}
.product_ls_content p{
  float: left;
  width: 100%;
  font-size: 15px;
}
.product_ls_content p img{
  width: 30px;
  float: left;
  margin: 2px 4px 0px 0px;
}
.product_ls_content p a{
  text-decoration: underline;
}
.velue_boxs{
  float: left;
  width: 100%;
}
.info_title{
  float: left;
  width: 100%;
}
.info_title label{
  float: left;
  width: 100%;
  margin-top: 0px;
  font-weight: 500;
}
.text-felid.mb10{
  margin-bottom: 10px;
}

.tab .select select{
  width: 100%;
}
.Variant_img{
  width: 60px;
  display: inline-block;
  position: relative;
}
.Variant_img img{
  width: 100%;
}
.change_img{
  position: absolute;
  left: auto;
  right: -5px;
  bottom: -3px;
  background-color: #1caf9a;
  border-radius: 100% !important;
  width: 25px;
  font-size: 16px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  margin: 0px auto;
  text-decoration: none;
  z-index: 999;
}
.change_img:hover{
  text-decoration: none;
}




input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 100px;
  padding: 1px;
  cursor: pointer;
}
.field ul{
  padding: 0px;
  margin: 0px;
}
.pip {
  display: inline-block;
  margin: 10px;
  position: relative;
  box-shadow:1px 0px 2px 1px rgb(0 0 0 / 15%);
}
.imgRemoveBtn,
.remove {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #000;
  border-radius: 100% !important;
  box-shadow: 1px -1px 3px 0px rgb(0 0 0 / 10%);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.remove:hover{
  background-color:red ;
  color: #fff;
  box-shadow: 1px -1px 3px 0px rgb(255 255 255 / 10%);
}

.field input{
  display: none;
}
.field .block{
  margin-bottom: 10px;
}
.description_content{
  padding: 0px 0px 30px 30px;
}
.description_content #cke_editor2{
  margin-bottom: 20px;
}
.description_content .cke_bottom{
  background: transparent;
  border:none;
}
.description_content .cke_top{
  background-color: #fff;
}
.description_content .cke_toolbar_break{
  display: none;
}









#sortableImgThumbnailPreview{
  float: left;
  width: 100%;
  list-style-type: decimal;
  list-style-position: outside;
}



.ui-sortable-placeholder { 
  visibility: visible !important;
  border: 1px dashed black!important; 
  background: #eeeeee78 !important;
}
.ui-sortable-placeholder * { visibility: hidden;}
.RearangeBox.dragElemThumbnail{opacity:0.6; border:1px solid #F15D22;}
.RearangeBox {
  width: 150px;
  height:150px;
  padding:0px;
  cursor: all-scroll;
  float: left;
  margin: 5px 26px 20px 0px!important;
}
.IMGthumbnail{
  max-width:100%;
  height:auto;
  height:100%;
  border:none;
}
.IMGthumbnail img{
  max-width:100%;
  max-height:100%;
  height: 100%;
  width: 100%;
}
.imgThumbContainer{
  justify-content: center;
  position: relative;
  box-shadow: 1px 0px 9px -6px #000;
}
.imgThumbContainer > .imgName{
  display: none;
}
.imgRemoveBtn{
  background-color: red;
  color: #fff;
}






.field #uidrag{
  float: left;
  width: 100%;
  list-style: decimal;
  padding-left: 20px;
}
.items_images li{
  width: 153px;
  float: left;
  padding: 0px;
  margin: 15px 20px 20px 0px;
}
.items_images li img{
  width: 100%;
}
.plus_btn{
  display: inline-block;
  font-size: 16px;
  border: 1px solid #000;
  width: 26px;
  height: 26px;
  border-radius: 100% !important;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin: 0px 6px 0px 0px;
  position: relative;
}
.product_cost_formula{
  float: left;
  width: 60%;
}
.formula_tab{
  float: left;
  width:33%;
  margin: 15px 0px;
  padding: 0px 14px;
}
.percentage_tab span,
.formula_tab span{
  width: 100%;
  display: inline-block;
  text-align: left;
}
.formula_tab input{
  width: 100%;
 border:1px solid #ccc;
}
.default_setting img{
  width: 40px;
}
.formula_tab.double{
  margin: 0px;
}
.formula_tab.double input {
  width: 100%;
  display: block;
}
.percentage_tab sup,
.default_setting sup{
  float: left;
  font-size: 23px;
  width: auto;
  position: relative;
  top: 51px;
  left: -5px;
}
.percentage_tab{
  float: right;
  margin: 15px 0px;
  width: 40%;
  padding-left: 20px;
}
.percentage_tab input{
  float: left;
  width: 44%;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px;
}
.percentage_tab input:last-child{
  margin-right: 0px;
  float: right;
}
.percentage_tab sup{
  margin-top: -35px;
  left: -2px;
}
.formula_velues button{
  text-transform: capitalize;
  float: right;
  margin: 0px;
}
.modal-content{
  float: left;
  width: 100%;
}
.btn2{
  margin-left: 0px;
  padding: 2px 10px;
  white-space: nowrap;
  display: inline-block;
}
.page-content-wrapper .pl0{
  padding-left: 0px;
} 
.page-content-wrapper .pr0{
  padding-right: 0px;
}
.ml-40{
margin-left: 40px;
}
.left_align{
  text-align: left;
  float: left;
}
.inline_txt{
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}