.form-filter {
	width: auto;
	display: inline;
	margin-left: 10px;
}
.form-element-grouping {
	display: inline-block;
	margin-bottom: 15px;
}
.form-element-grouping label {
	margin-left: 10px;
}

.stemdataright {
	text-align: right;
}



.panel-default > .panel-heading-blue {
    background: #337ab7; color: #fff;
}



.stemdatacenter {
	text-align: center;
}

.invoice-header {
	
}

.invoice-header > tbody > tr > td:first-child {
  text-align: left;
  width: 21%;
}
.invoice-header > tbody > tr > td {
  border: 0 none;
}
.invoice-header > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  width: 75%;
}

.dataTables_filter .buttons-csv {
	margin-bottom: 2px;
}
.dataTables_filter .buttons-excel {
	margin-bottom: 2px;
}
.dataTables_filter .buttons-pdf {
	margin-bottom: 2px;
}

.info li {
	display: inline-block;
	margin-right: 15px;
}

.info ul {
	padding: 0px;
}

.info a {
	color: #18a689;
}

.cartrefresh {
	float: right;	
}

.ireap-welcome {
    width:50%;
} 

.ibox-title .webregtitle {
	display: inline-block;
	vertical-align: middle
}

.rowhidden {	
	display: none;
}

.specialpriceedit {
	background: #eee;
}

.table-component {
	border-bottom: 1px solid #696969;
	overflow-x: auto;
}

@media(max-width:360px){
	.cartrefresh {
		width: 100% !important;
		float: none !important;	
	}
}	

.position{
    float:right;
}

@media (max-width: 768px) {

	.position{
    	float:left;
	}

	.ireap-welcome {
	    width:auto;
	}
	 
}

@media (max-width: 640px) {

	.navbar-responsive{
    	float:right;
    	margin-right: 5px;
	} 
}



.spinner {
    position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background-color: rgba(100, 94, 84, 0.7);
	z-index: 12345;
}

.spinner img {
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 256px;
	min-height: 256px;
	z-index: 12346;
}



.openFile
{
    display:none !important;    
}

.editorFreeText
{
    display:none !important;
}

.editorFreeText
{
    display:none !important;
}

.editorModeSeparator
{
    display:none !important;
}


.editorInk
{
    display:none !important;
}


  #loading-stem {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
  }
  
  
  #loading-stem h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
  }
  
  #loading-stem-image {
	position: relative;
	z-index: 99;
  }



.warning-tr {
	background: #4DCFE8;
}







/* Updated for iflocs */

.white-text{
	color: #fff;
}

/* BACKGROUNDS */
.gray-dark-bg {
  background-color: #333;
}



        /* Styling for the floating button */
        .message-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #007BFF;
            color: #fff;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            cursor: pointer;
            text-align: center;
            font-size: 24px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

        /* Styling for the message display */
        .message-box {
            display: none;
            position: fixed;
            bottom: 90px;
            right: 20px;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }
        
 
.floating-button {
    display: none;
    position: fixed;
    bottom:50px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999; /* Ensure the button is positioned above other content */
}

.floating-button.show {
    display: block;
}
 
 
 .table.table-no-border 
tr.no-border-row th ,
tr.no-border-row td {
      border: none !important;
}

.table.table-no-border 
tr.no-margin td {
      border: none !important;
      
      margin-top:0 !important;
      padding-bottom:0 !important;
      margin-bottom:0 !important;
}

.table-rounded {
      border-radius: 10px;
    }

.special-row-even {
	background: #b4cde0;
}
.special-row-odd {
	background: #b8e2c8;
}


.tableFixHead          { overflow: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }

.text-xs.block {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.white-bg-full {
  background-color: white;
  border-radius: 5px;
  padding: 2px; /* Adjust padding for better spacing */
  width: 100%; /* Makes the white box take the full width */
  display: inline-block;
  box-sizing: border-box; /* Ensure padding doesn't affect width */
}

.navbar-top-links {
  display: flex;
  align-items: center;
}

.navbar-top-links .nav-item-right {
  margin-left: auto;
  margin-right: auto;
}

.company-logo-header {
  width: 140px;
  height: 60px;
  margin: 0;
  padding: 0;
}

.nav-link {
	display: flex;
	align-items: center;
}

.icon-wrapper {
	width: 18px; /* atau 24px, sesuaikan sesuai ukuran icon */
	display: inline-block;
	text-align: center;
}

@media (min-width: 992px){
	.col-md-1-7 {
	  width: 14.2857%; /* 100% / 7 */
	  float: left;
	  position: relative;
	  min-height: 1px;
	  padding-right: 8px;
	  padding-left: 8px;
	}
}