/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.custom-file-label.upload::after {
  /* font-family:feather;
  src:url(fonts/feather.eot?9xfrq8);
  src:url(fonts/feather.eot?9xfrq8#iefix) format('embedded-opentype'),url(fonts/feather.ttf?9xfrq8) format('truetype'),url(fonts/feather.woff?9xfrq8) format('woff'),url(fonts/feather.svg?9xfrq8#feather) format('svg');
  font-weight:400;
  font-style:normal; */

  /* content:"\e9ae  Upload" !important; */
  content:"Browse" !important; 
  background-color:#ff4961   ;
  border-color: #ff394f   ;
  color:#fff;
}



.tree ul li{
  font-weight:bold;
  color:#333;
  padding:5px;
}

.tree ul li li{
  font-weight:normal;
  color:#666;
  padding:5px;
}

.tree ul li li li{
  font-weight:normal;
  color:#888;
  padding:0px;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true]
{
    color: #fff !important;
    background-color: #1e9ff2  !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    margin-top: 0 !important;
    margin-right: 8px !important;
    margin-bottom: 2px;
    padding: 2px 6px !important;

    color: #fff;
    border-color: #0FB365 !important;
    background-color: #1e9ff2  !important;
}

.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
	cursor: pointer;
	color: #fff;
	background-color: #1e9ff2 ;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
	background-color: #1e9ff2  ;
	color: #fff;
}

.page-item.active .page-link
{
    z-index: 1;
    color: #fff;
    border-color: #ff394f ;
    background-color: #ff3145 ;
}

.table td{
  border-top:none;
  padding:0.75rem !important;
}

.table thead th{
  border-bottom:2px solid #1e9ff2 ;
}

.table-striped tbody tr.odd.selected, .table-striped tbody tr.even.selected{
  background-color: #1e9ff2 ;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a{
  color:#fff;
}

.take-pict{
  border:2px dashed #bbb;
  height:150px;
  padding:10px;
}

/* custom table */
.bts-mrr{
	margin-top: 15px;
	margin-bottom: 20px;
}

.table-mrr-head {
	line-height: 23px;
}

.table-mrr {
    width: 100%;
	/*margin-top: 15px;
    margin-bottom: 10px*/
}
.table-mrr>thead>tr>th,
.table-mrr>tbody>tr>th,
.table-mrr>tfoot>tr>th,
.table-mrr>thead>tr>td,
.table-mrr>tbody>tr>td,
.table-mrr>tfoot>tr>td {
    padding: 8px;
    line-height: 15px;
    vertical-align: top;
    border-top: 1px solid #ddd;	
}
.table-mrr>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
	  background: #eee;
}
.btn-circle 
{
	  border-radius: 50% !important;
}

.table-diskonpr-head {
	line-height: 23px;
}

.table-diskonpr {
    width: 100%;
	/*margin-top: 15px;*/
    margin-bottom: 15px
}
.table-diskonpr>thead>tr>th,
.table-diskonpr>tbody>tr>th,
.table-diskonpr>tfoot>tr>th,
.table-diskonpr>thead>tr>td,
.table-diskonpr>tbody>tr>td,
.table-diskonpr>tfoot>tr>td {
    padding: 8px;
    line-height: 12px;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}
.table-diskonpr>thead>tr>th {
    vertical-align: bottom;
    /*border-bottom: 2px solid #ddd;*/
	  background: #eee;
}