.bg_gray1{background-color:#e4e4e447;}
.bg_gray2{background-color:#76767647;}
.bg3{background-color:#f5f91542;}
.padding_20{padding:20px;}
.padding_top_10{padding-top:10px;}
.padding_top_20{padding-top:20px;}
.padding_bottom_10{padding-bottom:10px;}
.float_left{float:left;}
.display_table{display:table;}
.display_none{display:none;}
.btnSearch1{ background-color: #f19a19a3; border-color: #f19a19;}

.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #f19a19; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

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

.align_center{text-align:center;}
.margin_0_center{margin:0 auto;}

table.dataTable.no-footer{border-bottom:1px solid #dee2e6 !important;}

.color-orange{color:orange;}
.color-red{color:red;}
.color-green{color:green;}

.bg-red-light-1{background: #ff000040;}
.bg-green-light-1{background: #00800052;}
.bg-orange-light-1{background: #ffa5004f;}

.cursor-pointer{cursor:pointer;}

.stock_A{background: limegreen; width:20px; height:20px; margin:0 auto; border-radius: 10px; display: table;}
.stock_B{background: limegreen; width:20px; height:20px; margin:0 auto; border-radius: 10px; display: table;}
.stock_C{background: darkorange; width:20px; height:20px; margin:0 auto; border-radius: 10px; display: table;}
.stock_D{background: darkorange; width:20px; height:20px; margin:0 auto; border-radius: 10px; display: table;}

.font-12{font-size:12px;}