/*================================================================================
	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.  */
table.dataTable{
	zoom:67%
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
	font-size: 20px;
	text-transform: uppercase;
}
.btn{
	padding: 10px !important;
	
}
.btn i{
	font-size: 20px !important;
}
.btnlr{
	display: flex;
}
.btnlr .btn{
	font-size: 20px !important;
	margin-right: 5px;
}
.btn-outline-info{
	border-color: #1E9FF2;
	background-color: #1e9ff217;
	color: #1E9FF2;
}
.btn-outline-danger{
	border-color: #FF4961;
	background-color: #ff496114;
	color: #FF4961
}
.btn-outline-warning{
	border-color: #FF9149;
    background-color: #ff91490d !important;
    color: #FF9149;
}
.btn-outline-warning:hover{
	background-color: #FF9149 !important;
    color: #fff !important;
}
.btn-outline-success{
	border-color: #28D094;
    background-color: #28d0940d !important;
    color: #28D094;
}
.btn-outline-success:hover{
	background-color: #28D094 !important;
    color: #fff;
}
.btn-outline-primary{
	border-color: #666EE8;
    background-color: #666ee814;
    color: #666EE8;
}
label{
	font-size: 20px !important;
}
i.ft-x{
	display: none;
}
.table-striped tbody tr:nth-of-type(odd){
	background-color: rgb(105 105 105 / 5%) !important;
}
th{
	font-size: 20px;
}
.urun-stok-metin{
	filter: none !important;
	color: #000 !important;
	font-weight: 400 !important;
}
.modal-title{
	font-weight: bold;
	color: #fff;
}
abbr {
	position: relative;
	font-weight: bold;
	color: #fff;
  }
  
  abbr:hover::after {
	background: #000;
	border-radius: 4px;
	bottom: 100%;
	content: attr(title);
	display: block;
	left: -65px;
	padding: 0.5em;
	position: absolute;    
	width: auto;
	z-index: 1;
  }
  .teklif-sil-btn{
	  width: 100px !important;
  }
  .text-info{
	  font-size: 20px !important;
  }
  .maas-modulu .card-header .heading-elements{
	  width: 100% !important;
	  top: 60px !important;
	  right: 0px !important;
	  left: 20px;
  }
  .modal-title{
	  font-size: 20px !important;
  }
  .form-control{
	  font-size: 20px !important;
  }
  .tedarik-sayfa .btn{
	  height: 120px;
  }
  .urun-galeri img{
	  width: 20%;
  }
  #gorev_listesi, #satan_rapor{
	  height: 500px;
  }
  .btn-yukseklik{
	  height: 48px;
  }
  .btn-yukseklik2{
	  height: 54px;
  }
  #satan_rapor select.form-control:not([size]):not([multiple]).input-xs, input.form-control.input-xs{
	  font-size: 15px !important;
  }
  #gorev_listesi thead{
	  display: flex;
	  justify-content: center;
  }
  #gorev_listesi th{
	  font-size: 15px !important;
  }
  .btn-outline-pink{
		border-color: #e01ae4 !important;
		background-color: #e01ae40a !important;
		color: #e01ae4 !important;
	
  }
  @media only screen and (max-width: 768px) {
	  .home_mesaj{
		  margin-bottom: 20px;
	  }
	  .metin-yazma h1{
		  font-size: 20px;
	  }
	  .table-responsive{
		  display: flex;
	  }
	  .border-pink.border-lighten-1{
		  border-color: #fff !important;
	  }
	  div.dataTables_wrapper div.dataTables_filter input{
		  width: 190px !important;
	  }
	  div.dataTables_wrapper div.dataTables_paginate ul.pagination{
		  justify-content: flex-start !important;
		  overflow-x: scroll !important;
	  }
	  .duzenleme-btnlr li{
		  width: 100%;
	  }
	  .duzenleme-btnlr li .btn{
		  width: 280px;
		  margin-bottom:10px;
	  }
	  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
		  text-align: inherit !important;
	  }
	  .urun-stok, .urun-stok .row{
		  display: block !important;
	  }
	  html body .content.app-content{
		  overflow: scroll !important;
	  }
	  .stoklar .row{
		  display: block !important;
	  }
	  .card-header h4{
		  font-size: 20px !important;
	  }
	  div.dataTables_wrapper div.dataTables_info{
		  font-size: 12px;
	  }
	  .maas-modulu .card-header .heading-elements{
		  left: 0px;
	  }
	  .content-wrapper{
		  padding: 0px !important;
	  }
	  .content-wrapper .col-12{
		  padding: 0px !important;
	  }
  }