.strip-search{
    background-color:rgb(141, 134, 172);
    color: white;

}

.strip-background-header{
    background-color: white;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 11px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

 .required {
    color: red;
    margin-left:
  }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
label.error {
    color: red;
    font-size: 11px;
    display: block;
    margin-right : auto;
}
.wrapper{
    margin:2px !important;
}
#wrapper{
    margin: 2px !important;
}
.container-fluid{
    padding: 2px !important;
}
.sub-title {
     border-bottom: none !important;
    padding-bottom: 1px !important;
    margin-bottom: 0px !important;
    /* font-size: 14px; */
    font-weight: 400;
    color: #2c3e50;
    letter-spacing: 0px !important;
    font-size: 11px !important;
}
.pull-right{
    float: right;
}
.address-list{
    color: #2c3e50;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7a7a7a;
    font-size: 11px;
}
.table td, .table th {
    padding: 5px;
    font-size: 11px;
    text-align: center;
}
.form-control {
    font-size: 11px;
}

 .form-control-SP {
   font-size: 11px;
   border: none;
   opacity:1;
}
.tableSP td, .tableSP th {
   padding: 5px;
   font-size: 11px;
   text-align: left;
   border-bottom-width:none;
}
.tableleft td, .tableleft th {
   padding: 5px;
   font-size: 11px;
   text-align: left;
}
.form-control-right {
   font-size: 11px;
   text-align: right;
}

/* .card {
  margin-bottom:9px ;
} */


.pad5{
    padding: 5px;
 }
 .card{
    margin-bottom: 2px;
 }
 .m-t-5{
    margin-top: 5px;
 }
 .card .card-header span{
    margin-top: 0px;
 }
 .searchBlock{
    display: none; padding: 8px !important; background-color: #f3f3f3;
 }

.select2-container--default .select2-selection--single {
    color: #fff;
    height: 32px;
    border-radius: 2px;
    border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    padding: 1px 0.5rem 3px 0.5rem;
    /* padding: 0.25rem 0.5rem; */
    font-weight: 400;
    font-family: inherit;
    font-size: 11px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 26px;
}


.navbar-logo{
    text-align: center;
}
.header-navbar .navbar-wrapper .navbar-logo{
background-color: #fff !important;
}
.form-select {
    margin-top: 5px;
    padding: 4px;
}

.form-group {
    margin-bottom: 0.25em;
}


.search-reset {
    font-size: 10px;
}

label {
    margin-bottom: 0px;
    font-size: 11px;
}

form {
    margin-bottom: 0px !important;
}

/* .btn {
    padding: 5px 5px;
} */


.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 4px 4px;
    cursor: pointer;
}

.select2-results__option {
    padding: 4px;
    user-select: none;
    font-size: 12px;
}

.m-b-20 {
    margin-bottom: 12px !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4099ff;
    border: 1px solid #4099ff;
    padding: 5px 5px;
    color: #fff;
    font-size: 11px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
}

label.form-check-label {
    margin-top: 3px !important;
}


/*below methods for w2ui grid icon hide and unhide

.w2ui-tb-text {
display: none;
transition: display 5.3s ease;
}
.w2ui-tb-button:hover .w2ui-tb-text {
display: block;
}

.w2ui-tb-break{
display: none;
}*/

/********span tag styles*********/
.span-link {
    cursor: pointer;
    color: inherit; /* Uses the parent element's color */
    transition: color 0.2s ease; /* Smooth transition effect */
}

.span-link:hover {
    color: blue; /* Change text color to blue on hover */
}

/* index screens container with status colors and tooltips */

.col-md-3 {
    position: relative;
    /* Ensure that the tooltip container is positioned relative to this parent */
}

.tooltip-container {
    position: absolute;
    top: -50px;
    /* Position the tooltip above the input box */
    left: 50%;
    /* Center the tooltip horizontally */
    transform: translateX(-50%);
    /* Adjust positioning to center the tooltip */
    white-space: nowrap;
    /* Prevent line breaks in tooltip text */
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    /* Adjust width as needed */
    background-color: #52347a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    /* Smooth transition for opacity and position */
    font-size: 11px;
    /* Adjust font size as needed */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* Add a subtle shadow */
    line-height: 1.5;
    /* Improve line spacing */
    white-space: normal;
    /* Allow line breaks if content is too long */
}

.tooltip-text::after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* Position the arrow below the tooltip */
    left: 50%;
    /* Center the arrow horizontally */
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #6071c9 transparent transparent transparent;
    /* Arrow pointing downwards */
}

.col-md-3:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
    /* Slightly shift position when visible */
}

/* Container for status items */
.status-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px;
}

.status-item {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

.status-pending {
    background-color: #d3d3d3;
    /* Light gray */
}

.status-credited {
    background-color: #d4edda;
    /* Light green */
}

.status-cms {
    background-color: #fff3cd;
    /* Light orange */
}

.status-approved {
    background-color: #cce5ff;
    /* Light blue */
}

.status-rejected {
    background-color: #f8d7da;
    /* Light red */
}

.status-approve{
	background-color:#30d98a;
}
.status-review{
	background-color:#e4beee;
}
.status-pending{
	background-color:#dbaa24;
}
.status-movetoqc{
	background-color:#f9aed2;
}
.status-cancel{
	background-color:#d3d3d3;
}
.status-revisereq{
	background-color:#fff3cd;
}
.status-distrans{
	background-color:#cce5ff;
}
.status-resapprove{
	background-color:#d3d3d3;
}


/* Status Container */
.status-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.status-credited {
    color: green;
}

.status-rejected {
    color: red;
}

.status-approved {
    color: blue;
}

/* Button */
#AnalyticalReports {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: green;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 15px rgba(90, 103, 216, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#AnalyticalReports:hover {
    transform: scale(1.1);
    z-index: 9999;
    box-shadow: 0 12px 20px rgba(90, 103, 216, 0.5);
}

#AnalyticalReports:hover .tooltip {
    opacity: 2;
    z-index: 9999;
}

/* Tooltip (initially hidden) */
.tooltip {
    position: absolute;
    top: 30px;
    left: -80%;
    transform: translateX(-50%);
    background-color: rgba(0, 128, 0, 0.568);
    color: white;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(90, 103, 216, 0.3);
}

/* Tooltip visible */
.tooltip-visible {
    opacity: 1;
}

/* End Cancle Button Styles */
.endButton {
    font-size: 15px; 
    cursor: pointer;
    background-color: transparent;
    color: #f60707;
    padding: 8px;
    border-radius: 50%; 
    width: 17px; /* Adjusted for better visual consistency */
    height: 17px; /* Ensure width and height are equal */
    line-height: 17px; /* Adjusted for better vertical text alignment */
    text-align: center;
    transition: all 0.3s ease;
    display: inline-flex; /* To align content centrally */
    justify-content: center; /* To center the '×' */
    align-items: center; /* To center the '×' vertically */
    border: 2px solid #f88a8a; /* Initial border color */
    transform-origin: center; /* Ensure rotation happens from the center */
    position: absolute; /* Add relative positioning */
    top:5px;
    left: 98%;
    z-index: 9999;
}

.endButton:hover {
    color: #ff4d4d;
    background-color: #f2f2f2;
    transform: rotate(100deg); /* Rotate the border */
}

.endButton:active {
    transform: rotate(0deg); /* Reset on click */
}
/* amChart */
.chart-container {
    width: 300%;
    height: 200px;
    padding: 0 10px;
}

/*Below Css For Grid Seach Tools*/
.w2ui-grid-toolbar {
    height: 52px !important;
    top: 0px;
    left: 0px;
    right: 0px;
}
