.view_image_on_edit{
	max-width: 200px;
}
.bootstrap-table .fixed-table-body{
	min-height: 200px;
}
.min-w-100 {
  min-width: 100px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+label {
	font-size: 90%;
	opacity: 1;
	top: 1.0em;
	/* font-weight: 100; */
}
.select2-mw-200 .select2-container{
	min-width: 200px;
}
.select2-max-w-200 .select2-container{
  max-width: 200px !important;
}
.select2-max-w-300 .select2-container{
	max-width: 300px !important;
}
.bootstrap-table .dropdown .dropdown-menu {
    min-width: fit-content !important;
}
.bootstrap-table .dropdown .dropdown-menu .fa {
	font-weight: 600 !important;
  color: #696363;
}
.required_label:after{
	content: "*";
	color: red;
	font-weight: bold;
	margin-left: 2px;
}
.action_btn_label{
	font-weight: 600;
  color: #6c6a6a;
}
.show_email_info{
	  border: 1px solid;
    padding: 5px;
    width: 30px;
    height: 30p;
    border-radius: 50%;
    text-align: center;
}
.toggle-password{
	position: absolute;
  top: 14px;
  right: 15px;
}
.advanceSearchModal .modal-footer{
	/*justify-content: space-between !important;*/
	justify-content: end !important;
}
.advanceSearchModal .form-group {
    margin-bottom: 11px;
}
.load_RFID_serial_number{
	max-height: 250px;
	overflow-y: auto;
}
.error-span{
	width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #fd0303;
}
.custom-error{
	width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #fd0303;
}
@media only screen and (max-width: 768px) {
  .remove_sub_cat_btn{
  	margin-top: 10px;
  }
  .pagination{
    flex-wrap: wrap;
    /* font-size: 12px; */
  }
  .modal-lg{
    width: unset !important;
  }
  .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title{
    min-width: 40% !important;
  }
  .nav-pills>a, .nav-pills>li>a, .nav-tabs>li>a{
    font-size: 12px;
  }
}
#masterViewDetaisModal .modal-header{
	align-items: center;
    justify-content: space-between;
}
#masterViewDetaisModal .modal-header .close_btn{
	font-weight: bold;
}
.row-striped .strip-row:nth-child(odd) {
    background: #f9f9f9;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

/*.bootstrap-table .dropdown .dropdown-menu {
  left: -100px !important;
}*/
.datepicker .day{
  cursor: pointer;
  text-align: center;
}
.red_star{
  color: red;
  font-weight: bold;
  margin-left: 2px;
}
.main-loader {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgb(48 49 52 / 36%);
  z-index:9999;
  display:none;
}
.main-loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  /* border-color: transparent black black; */
  border-color: transparent #005fff transparent;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.main-loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  /* border-color: transparent #FF3D00 #FF3D00; */
  border-color: transparent #005fff  #005fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.action_dropdown{
  width: 81px;
}
.action_btn_td{
  width: 85px;
}
.fixed_table {
  border: 1px solid #ddd;
  display: block;
  background: #fff;
  overflow-y: hidden;
  box-sizing: border-box;
  float: left;
  height:auto;
  width: 100%;
}

.fixed_table tbody, .fixed_table thead {
  flex-direction: column;
  display: flex;
}

.fixed_table tbody {
  max-height: 100px;
  overflow: auto;
}

.fixed_table thead {
  border-bottom: 1px solid #ddd;
}

.fixed_table tr {
  display: flex;
}


.fixed_table tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}

.fixed_table td, .fixed_table th {
  text-align: left;
  font-size: 0.75rem;
  /*padding: 1.5rem;*/
  flex: 1;
}
input::-ms-reveal { display: none; }
.clear_start_date_x{
  position: absolute;
  top: 0px;
  padding: 8px;
  color: red;
  font-weight: bold;
  cursor: pointer;
  display: none;

}
.clear_end_date_x{
  position: absolute;
  right: 38%;
  top: 0px;
  padding: 8px;
  color: red;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.clear_start_date_x::selection,.clear_end_date_x::selection {
  color: red;
  background: yellow;
}
.max-width-80-per .select2-container{
  max-width: 80% !important;
}
#toast-container>div{
  opacity: 1 !important;
}
#toast-container div.toast-success{
  background-color: #51A351 !important;
}
#toast-container div.toast-error{
  background-color: #BD362F !important;
}
.accordion-item{
  box-shadow: 0px 0px 8px 0px #d4d4d4;
}
.accordion-header .accordion-button{
  font-weight: bold;
}
.export.btn-group .dropdown-menu{
    right: 0px !important;
}
.columns  .dropdown-menu{
    right: 0px !important;
}
/*.page-list .dropdown-toggle.show:after{
  content: '^' !important;
}*/
.change_status_dropdown{
    width: auto;
    padding: 0.47rem 0.75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select .green_option{
  color: green;
  font-size: bold;
}
select .red_option{
  color: red;
  font-size: bold;
}
.change_status_dropdown.green_option{
  color: green;
}
.change_status_dropdown.red_option{
  color: red;
}
.export_current_view_label,.export_filtered_all_label{
    padding: 8px;
    margin: 0px;
    width: 100%;
    display: block;
    color: white;
    background: #49270e;
}

/* .category_collapse_btn .accordion-button:not(.collapsed){
    color: #fff;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
}
.department_collapse_btn .accordion-button:not(.collapsed){
    color: #fff;
    background-color: #1b5bd9 !important;
} */
.department_collapse_btn{
    color: #fff !important;
    background-color: #1b5bd9 !important;
}
.category_collapse_btn{
    color: #fff !important;
    background-color: #34c38f !important;
}
.department_collapse_btn .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/></svg>") !important;
    transform: rotate(180deg);
}
.department_collapse_btn.accordion-button:after, .category_collapse_btn.accordion-button:after{
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/></svg>") !important;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform .2s ease-in-out;
}
.department_collapse_btn.accordion-button:not(.collapsed):after,.category_collapse_btn.accordion-button:not(.collapsed):after {
    background-image: unset;
    transform: rotate(180deg);
}
.to_calendar_icon .fa-calendar{
    position: absolute;
    top:10px;
    right: 20px;
    FONT-WEIGHT: 100;
    z-index: 100;
}
    .from_calendar_icon .fa-calendar{
    position: absolute;
    top:10px;
    right: 20px;
    FONT-WEIGHT: 100;
    z-index: 100;
}
.filter_end_month,.filter_start_month{
    border-radius: 0px !important;
}

.select2-results__group[aria-selected] {
    cursor: pointer;
}
.select2-results__group[aria-selected][aria-selected=true] {
    background-color: #ddd;
}
.select2-results__group[aria-selected].select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.combine-multi-select2 .select2-container .select2-selection--multiple {
    width: 100%;
    max-height: 100px;
    overflow: auto;
    min-height:38px;
}
.notes_ul,
.notes_ul ul {
  margin:0 0 0 0em; /* indentation */
  padding:0;
  list-style:none;
  color:#1f1f1f;
  position:relative;
}

.notes_ul ul {margin-left:.5em}

.notes_ul:before,
.notes_ul ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:11px;
  bottom:0;
  left:0;
  border-left:1px solid #5897fb;
}

.notes_ul li {
  margin:0;
  padding:4px 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  /* font-weight:500; */
  position:relative;
}

/* .notes_ul li:before {
  content:"";
  display:block;
  width:10px;
  height:0;
  border-top:1px solid;
  margin-top:-1px;
  position:absolute;
  top:1em;
  left:0;
} */

.notes_ul li:last-child:before {
  background:#fff; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

.notes_ul li:after {
  content:"■";   /* bullet */
  position: absolute;
  left: -6px;
  top: 2px;
  color:#5897fb;
  font-size: 20px;
}
.notes_ul_single_li li:after {
  content:"■";   /* bullet */
  position: absolute;
  left: -6px;
  top: 2px;
  color:#5897fb;
  font-size: 20px;
}
.notes_ul_single_li li {
  margin:0;
  padding:4px 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  /* font-weight:500; */
  position:relative;
}

.notes_ul_single_li,
.notes_ul_single_li ul {
  margin:0 0 0 0em; /* indentation */
  padding:0;
  list-style:none;
  color:#1f1f1f;
  position:relative;
}
/* .notes_ul:after {
  content: "■";
  position: absolute;
  left: -3px;
  top: -12px;
} */
th[data-field="stock_details"]{
    text-align: center
}
.dashboard-static-msg{
    background: #eda564;
    padding: 10px;
    color: white;
}
.no-movement-selection-div .select2-container--default .select2-selection--single{
    border-radius:0px !important;
}

.no-movement-selection-div .select2-container{
    min-width: 75px !important;
}
.no-movement-selection-div .select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 4px 6px !important;
}
