@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    outline:none;
}

:root{
  /* ===== Colors ===== */
  --body-color: #ffffff;
  --sidebar-color: #FFF;
  --primary-color: #695CFE;
  --primary-color-light: #F6F5FF;
  --toggle-color: #DDD;
  --text-color: #5d5b5b;

  /* ====== Transition ====== */
  --tran-02: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;

  /* ===== Webkit Color ===== */
  --color:0;
}

div,
label, 
span, 
p,
input,
textarea, 
select,
button,
a,
li, 
.tooltip {
    font-size: .97em !important;
}

.tooltip{
    font-size: .85em !important;
}

input[type="text"], input[type="date"], input[type="month"], input[type="number"], input[type="password"], input[type="email"]{
    padding-top: 3px;
    padding-bottom: 3px;
    height: 48px;
}

.container-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;
}

textarea:focus,
input[class="form-control"]:focus, 
input[type="number"]:focus,
.uneditable-input:focus {  
    border: 2px solid rgba(15, 75, 240, 0.8) !important;
    border-color: rgba(15, 75, 240, 0.8) !important;
    box-shadow: 0 0 3px rgba(15, 75, 240, 0.8) !important;
    outline: 0 none !important;
}

.my-custom-class {
    border: 2px solid rgba(15, 75, 240, 0.8) !important;
    border-color: rgba(15, 75, 240, 0.8) !important;
    box-shadow: 0 0 3px rgba(15, 75, 240, 0.8) !important;
    outline: 0 none !important;
}

input[class="form-control invalid-border"]:focus,
.uneditable-input:focus {  
    border: 1px solid #dc3545 !important;
    border-color: #dc3545 !important;
    box-shadow: 0 0 3px #dc3545 !important;
    outline: 0 none !important;
}

textarea,
input[class="form-control"],
input[type="text"],
input[type="checkbox"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input:focus {  
    border: 1px solid rgba(161, 163, 167, 0.8) !important;
    border-color: rgba(161, 163, 167, 0.8) !important;
    box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
}

#tableloader{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgb(190, 190, 190);
  display: grid;
  margin-bottom:20px;
  z-index: 1000;
}
#tableloader #tableloader-box{
  width:150px;
  height:150px;
  margin: auto;
  border-radius: 50%;
}
#tableloader #tableloader-box #tableloader-loaderbox{
  position: relative;
  width:100%;
  height:100%;
  overflow: hidden;
}
#tableloader #tableloader-box #tableloader-loaderbox #edgeloader{
  position: absolute;
  top: 0;
  left:0;
  width:100%;
  height:100%;
  border-radius: 50%;
  border: 10px solid white;
  border-top: 10px solid #0091ea;
  animation: loader 0.5s linear infinite;
}
#tableloader #tableloader-box img{
  width:100%;
  padding:20px;
  padding-top:30px;
}
#tableloader #loader-text{
  animation: textcolor 1s linear infinite;
  color: white;
}

form .select2-container--default .select2-selection--single{
    padding:10px 5px;
    height: 48px;
    width: 100%; 
    font-size: .97em !important;  
    position: relative;
    background-color: var(--sidebar-color);
    transition: var(--tran-03) !important;
}

form span.select2-selection__rendered{
    color: var(--text-color) !important;
    transition: var(--tran-03) !important; 
    font-size: 1.1em !important;  
}

form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 100%;
    font-size: .97em !important;
    padding: 25px 12px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    transition: var(--tran-03);
}

.select2-container .select2-search__field { 
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    height: 35px !important;
    border: 2px solid rgba(15, 75, 240, 0.8) !important;
    border-color: rgba(15, 75, 240, 0.8) !important;
    box-shadow: 0 0 3px rgba(15, 75, 240, 0.8) !important;
    outline: 0 none !important;
}

form .select2-container--default .select2-search--dropdown {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    height: 8px !important;
}

.invalid-label{
    font-size: .9em !important; 
    color: #c01223; 
    font-weight: 450; 
    margin-top: 2px;
}

.login-icon, .search-icon, .form-icon{
    height:100%;
    padding:15px;
    font-size: 17px;
    color: rgb(134, 131, 131);
}

form input.form-control, input.form-control {
    padding-left: 38px !important;
}

/* ===== TABULATOR START ===== */
.tabulator-cell-input {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.tabulator-cell-input:focus {
    border-color: #2684ff !important;
    box-shadow: 0 0 0 2px rgba(38, 132, 255, 0.2) !important;
    background-color: #f0f8ff !important;
}

.tabulator-col{
    font-weight: 550;
    font-size: 1.1em !important;
}

.tabulator-cell,
.tabulator-cell .btn-primary{
    font-size: .8em;
    align-items: center !important;
}

.tabulator-paginator{
    font-size: .9em !important;
}

.tabulator-tableholder::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.tabulator-tableholder::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.tabulator-calcs.tabulator-calcs-bottom {
    pointer-events: none;
}

.tabulator-calcs.tabulator-calcs-bottom {
    pointer-events: none;
}
/* ===== TABULATOR END ===== */


/* LOG IN CSS START */

.login-bg{
    position: relative;
    background-image:linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.6)) , url('../img/tmss-bg-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* opacity: .5; */
    background-color: #008DDA;
}

.login-form-logo img{
    width:70px;
    height:70px;
    border-radius: 6px;
}

.tmss-welcome-login-form{
    font-size: 1.25em !important;
    font-weight: 600;
}

label[for=tmss-showpass]{
    cursor: pointer;
}

.login-footer{
    font-size: .75em !important;
}

/* LOG IN CSS END */



/* SUPPLIER SECTION CSS START */

/* SUPPLIER SECTION CSS END */




/* CUSTOMER SECTION CSS START */

/* CUSTOMER SECTION CSS END */




/* CATEGORY SECTION CSS START */
.upload-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .upload-file-button {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 5px;
    padding-bottom: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    font-size: 14px;
  }
  
  .upload-file-button p {
    margin: 0;
  }
  
  .upload-file-button:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
  }
  
  .file-upload-wrap {
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;
  }
  
  
  .file-preview-container {
    width: 130px; 
    height: 120px;
  }

  .file-preview-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 140px !important; 
    height: 140px !important; 
  } 
  
  .file-preview-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 6px;
    right: 6px; 
    padding-top: 3px; 
    padding-right: .5px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    color: white;
  }

  .file-zoom-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px; 
    padding-top: 2px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    color: white;
  }

  .file-zoom-close i{
    font-size: 1.6em !important;
    color: white; 
    margin-top: 4px !important;
  }
  
  .upload-close:after {
    font-size: 14px;
    color: white;
  }


  .carousel-caption {
    color: white; 
    mix-blend-mode: difference;
  }

  .carousel-control-prev {
    color: white !important; 
    mix-blend-mode: difference;
  }

  .carousel-control-next {
    color: white !important; 
    mix-blend-mode: difference;
  }

  .carousel-indicators {
    color: white !important; 
    mix-blend-mode: difference;
  }
/* CATEGORY SECTION CSS END */




/* ITEM SECTION CSS START */

/* ITEM SECTION CSS END */




/* JOB ORDER SECTION CSS START */
.purchase-order-section .btn .badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 6.8px; 
  margin-top: 4px;
}

.purchase-order-section .btn #for_approval_badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 8px !important; 
  margin-top: 4px;
}

.sales-order-section .btn .badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 6.8px; 
  margin-top: 4px;
}

.sales-order-section .btn #for_approval_badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 8px !important; 
  margin-top: 4px;
}

#jo_item_list_table .tabulator-cell {
  height: 40px !important;
}

#jo_item_list_table .select2-selection__rendered{
  font-size: 1.2em !important; 
} 

#jo_item_list_table .select2-selection__rendered[title="Select item code"], #jo_item_list_table .select2-selection__rendered[title="Select item name"] {
  color: #9b9b9b !important;
} 

#jo_item_list_table .tabulator-cell input{
  height: 30px; 
  padding-left: 10px !important; 
  padding-top: 0px !important; 
  padding-bottom: 0px !important; 
  font-size: 1.08em !important; 
  border: 1px solid rgba(220, 220, 223, 0.8) !important;
  border-color: rgba(220, 220, 221, 0.8) !important;
  box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
} 

#jo_item_list_table .select2-container--default .select2-selection--single{
  border: 1px solid rgba(220, 220, 223, 0.8) !important;
  border-color: rgba(220, 220, 221, 0.8) !important;
  box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
}

#jo_item_list_table div[tabulator-field=available_quantity][role=gridcell]{
  padding-left: 68px !important ;
}

#jo_item_list_table input::placeholder {
  color: #9b9b9b !important;
}

#jo_item_list_table input[type="checkbox"] {
  cursor: pointer;
}

#po_reports_group_by_container .form-check, #so_reports_group_by_container .form-check, #inbound_reports_group_by_container .form-check {
  border: 1px solid rgba(161, 163, 167, 0.8) !important; 
  border-color: rgba(161, 163, 167, 0.8) !important; 
  box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
}
/* JOB ORDER REPORTST CSS END */





/* RECEIVING SECTION CSS START */
.receiving-section .btn .badge, .issuance-section .btn .badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 6.8px; 
  margin-top: 4px;
}

.receiving-section .btn #for_approval_badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 8px !important; 
  margin-top: 4px;
}

#receiving_putaway_item_list_table .select2-container--default .select2-selection--single{
  padding:10px 5px;
  height: 48px;
  width: 100%; 
  font-size: .97em !important;  
  position: relative;
  background-color: var(--sidebar-color);
  transition: var(--tran-03) !important;
}

#receiving_putaway_item_list_table .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 100%;
  font-size: .97em !important;
  padding: 25px 12px;
  height: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  transition: var(--tran-03);
}

#receiving_item_list_table .select2-selection__rendered, #receiving_putaway_item_list_table .select2-selection__rendered{
  font-size: 1.2em !important;
} 

#receiving_item_list_table .select2-selection__rendered[title="Select item code"], #receiving_item_list_table .select2-selection__rendered[title="Select item name"], #receiving_item_list_table .select2-selection__rendered[title="Select item status"], #receiving_putaway_item_list_table .select2-selection__rendered[title="Select room"], #receiving_putaway_item_list_table .select2-selection__rendered[title="Select location"] {
  color: #9b9b9b !important;
} 

#receiving_item_list_table .tabulator-cell input{
  height: 30px !important; 
  padding-left: 10px !important; 
  padding-top: 0px !important; 
  padding-bottom: 0px !important; 
  font-size: 1.08em !important; 
  border: 1px solid rgba(220, 220, 223, 0.8) !important;
  border-color: rgba(220, 220, 221, 0.8) !important;
  box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
} 

#receiving_item_list_table .select2-container--default .select2-selection--single, #receiving_putaway_item_list_table .select2-container--default .select2-selection--single{
  border: 1px solid rgba(220, 220, 223, 0.8) !important;
  border-color: rgba(220, 220, 221, 0.8) !important;
  box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
} 

#receiving_item_list_table input::placeholder, #receiving_putaway_item_list_table input::placeholder {
  color: #9b9b9b !important;
} 

#receiving_item_list_table input[type="checkbox"] {
  cursor: pointer;
}
/* RECEIVING SECTION CSS START */ 




/* PICKLIST SECTION CSS START */

.picklist-section .btn .badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 6.9px !important; 
  margin-top: 4px;
}

.process-step .btn:focus{
    outline:none
}

.process{
  display:table;
  width:100%;
  position:relative
}

.process-row{
  display:table-row
}

.process-step button[disabled]{
  opacity:1 !important;
  filter: alpha(opacity=100) !important;
  background-color: #d3d4d5;
}

.process-row:before{
  top:30px;
  bottom:0;
  right: 15px;
  left: 15px;
  position:absolute;
  content:" ";
  height:5px;
  background-color:#ccc; 
}

.process-step{
  display:table-cell;
  text-align:center;
  position:relative
}

.process-step p{
  margin-top:4px
}

.btn-tabs{
  width:60px;
  height:60px;
  text-align:center;
  font-size:12px;
  border-radius:12%;
}

#picklist_add_item_modal .select2-selection {
  height: 35px !important; 
  padding-top: 2px;
}

#picklist_add_item_modal .select2-selection__arrow{
  padding-top: 32px !important;
}

#available_stock_item_list_table .tabulator-cell input, #allocated_stock_item_list_table .tabulator-cell input, 
#picklist_binded_item_list_table .tabulator-cell input, #allocated_stock_item_list_table .tabulator-cell input{
  height: 30px !important; 
  padding-left: 10px !important; 
  padding-top: 0px !important; 
  padding-bottom: 0px !important; 
  font-size: 1.08em !important; 
  border: 1px solid rgba(220, 220, 223, 0.8) !important;
  border-color: rgba(220, 220, 221, 0.8) !important;
  box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
} 
/* PICKLIST SECTION CSS END */




/* ISSUANCE SECTION CSS START */
#issuance_filter_by_so_transaction_container .select2-selection{
  height: 35px !important;
  padding-top: 2px;
}

#issuance_filter_by_so_transaction_container .select2-selection__arrow{
  padding-top: 32px !important;
}

.bulk-update-container .select2-selection{
  height: 48px !important;
  padding-top: 9px;
}

.bulk-update-container .select2-selection__rendered{
  font-size: 1.1em !important;
}

.bulk-update-container .select2-selection__arrow{
  padding-top: 45px !important;
}





.mass-upload-accounts-container .select2-selection{
  height: 48px !important;
  padding-top: 9px;
}

.mass-upload-accounts-container .select2-selection__rendered{
  font-size: 1.1em !important;
}

.mass-upload-accounts-container .select2-selection__arrow{
  padding-top: 45px !important;
}






.bulk-item-update-container .select2-selection, .bulk-item-update-value-container .select2-selection{
  height: 48px !important;
  padding-top: 9px;
}

.bulk-item-update-container .select2-selection__rendered, .bulk-item-update-value-container .select2-selection__rendered{
  font-size: 1.1em !important;
}

.bulk-item-update-container .select2-selection__arrow, .bulk-item-update-value-container .select2-selection__arrow{
  padding-top: 45px !important;
}






.tabulator-paginator .tabulator-page-size {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

#picked_so_transaction_list_table .tabulator-cell input, #allocated_stock_item_list_table .tabulator-cell input{
  height: 30px !important; 
  padding-left: 10px !important; 
  padding-top: 0px !important; 
  padding-bottom: 0px !important; 
  font-size: 1em !important; 
  border: 1px solid rgba(220, 220, 223, 0.8) !important;
  border-color: rgba(220, 220, 221, 0.8) !important;
  box-shadow: 0 0 1px rgba(161, 163, 167, 0.8) !important;
} 

#issued_item_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
}

#issued_item_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 10px !important;
  width: 127px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  background-color: var(--body-color) !important;
}

#issued_item_grouped_container .select2-selection.select2-selection--multiple.select2-selection--clearable{
  padding-bottom: 0px !important;
}

#issued_item_grouped_container .select2-selection__clear{
  padding-top: 10px !important;
}

#issued_item_grouped_container .select2-container .select2-search__field { 
    padding-top: 5px !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) !important;
    outline: 0 none !important; 
    font-size: 1.1em !important;
}
/* ISSUANCE SECTION CSS END */





/* ROOMS SECTION CSS START */

  

/* ROOMS SECTION CSS END */




/* REPORTS SECTION CSS START */
#po_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
}

#po_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 10px !important;
  width: 127px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  background-color: var(--body-color) !important;
}

#po_reports_grouped_container .select2-selection.select2-selection--multiple.select2-selection--clearable{
  padding-bottom: 0px !important;
}

#po_reports_grouped_container .select2-selection__clear{
  padding-top: 10px !important;
}

#po_reports_grouped_container .select2-container .select2-search__field { 
    padding-top: 5px !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) !important;
    outline: 0 none !important; 
    font-size: 1.1em !important;
}




#so_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
}

#so_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 10px !important;
  width: 127px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  background-color: var(--body-color) !important;
}

#so_reports_grouped_container .select2-selection.select2-selection--multiple.select2-selection--clearable{
  padding-bottom: 0px !important;
}

#so_reports_grouped_container .select2-selection__clear{
  padding-top: 10px !important;
}

#so_reports_grouped_container .select2-container .select2-search__field { 
    padding-top: 5px !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) !important;
    outline: 0 none !important; 
    font-size: 1.1em !important;
}




#inbound_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
}

#inbound_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 10px !important;
  width: 127px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  background-color: var(--body-color) !important;
}

#inbound_reports_grouped_container .select2-selection.select2-selection--multiple.select2-selection--clearable{
  padding-bottom: 0px !important;
}

#inbound_reports_grouped_container .select2-selection__clear{
  padding-top: 10px !important;
}

#inbound_reports_grouped_container .select2-container .select2-search__field { 
    padding-top: 5px !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) !important;
    outline: 0 none !important; 
    font-size: 1.1em !important;
}





#outbound_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
}

#outbound_reports_grouped_container .select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 10px !important;
  width: 127px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  background-color: var(--body-color) !important;
}

#outbound_reports_grouped_container .select2-selection.select2-selection--multiple.select2-selection--clearable{
  padding-bottom: 0px !important;
}

#outbound_reports_grouped_container .select2-selection__clear{
  padding-top: 10px !important;
}

#outbound_reports_grouped_container .select2-container .select2-search__field { 
    padding-top: 5px !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8) !important;
    outline: 0 none !important; 
    font-size: 1.1em !important;
}
/* REPORTS SECTION CSS END */



.stock-adjustment-section .btn .badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 6.8px; 
  margin-top: 4px;
}

.stock-adjustment-section .btn #for_approval_badge{
  font-size: .75em !important; 
  padding-top: 5px !important; 
  padding-right: 8px !important; 
  margin-top: 4px;
}



@media (max-width: 450px) {
  .login-bg{
    height: 630px !important;
  }
}