@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700,900&subset=latin-ext');

body {
	font-family: 'Roboto', sans-serif;
	color:#666666;
	margin:0px !important;
	padding: 0px;
	font-size:12px;
}


.row{
	margin: 0;
}


.breadcrumb {
	border:1px solid #e1e1e1;
} 

.navigasyom {
	color:#d3ffd6;
}

.logo img {
	width: 87px;
	padding: 28px;
}

.brand {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#777777;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: -18px;
}

.surum {
	position: absolute;
	top:18px;

}


.kmenu {
	margin-top: 16px;
	color: #a3c300;
	margin-left:0px;
	margin-bottom: 16px;
}


.tab-content {
	background-color: white;
	margin-top: -18px;
	padding-bottom: 10px;
}

.tablar {
	z-index:100;
	border-left: 3px solid #007bff !important;
	padding: 10px !important;
}

.tab-baslik {
	margin-top:15px;
	margin-left:0px!important;
}

.tab-icon {
	font-size: 18px;
	margin: 10px;
	color: #007bff;
	margin-right:20px;
}

.nav-tabs .nav-item {
	border-radius:5px;
}


.nav-tabs .nav-link.active {
	background-color: #fff;
	border-bottom: 2px solid #007bff;
	background-color: #fff;
}


.nav-tabs a {
	margin-left:3px;
	color:#71818e;
}


.alt-tab{
	margin-top:10px;
	border-left: 3px solid #007bff;
	border-bottom:none;
	padding-left:20px;
}

.alt-tab .nav-item {
	border: none;
	border-radius:0px;
	margin-left:0px;
}

.alt-tab .nav-item.active {
	-webkit-box-shadow: 0px 4px 12px -2px rgba(224,224,224,1);
	-moz-box-shadow: 0px 4px 12px -2px rgba(224,224,224,1);
	box-shadow: 0px 4px 12px -2px rgba(224,224,224,1);
	border:1px solid #e1e1e1;
	border-radius:5px;
	background-color: #fff;
}

.alt-tab a:hover {
	background: #f8f9fa;
}



bkjasd
.kmenu .btn {
	color:#666666;
	margin-left: 0px;
	border:1px solid #E0E0E0;
}


.nav-item i {
	margin-left:10px;
}


.kaydet i {
	margin-left:0px;
}



.kmenu .btn i {
	color:#5B5B5B;
}


.kmenu .dropdown {
	width:100%;
}


.bildirim {
	font-size:12px;
	border-radius:10px;
	padding: 3px;
	font-weight: 700;
	margin-left: 5px;
}


.menu{
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


.menu i {
	margin-right:8px;
	padding-right: 12px;
	border-right: 1px solid #e1e1e1;
}


.baslik {
	font-size: 24px;
	font-weight: 300;
	margin-top: 36px;
	margin-bottom: -9px;
	color:#999;
}



.menubildirim {
	float:right;
	margin-top:10px;
}

.de-badge {
	float:right;
}

.durum, .durum i {
	background-color: #f8f9fa !important;
	color: #cacaca !important;
}


.breadcrumb {
    padding: 0px;
	background: #fff;
	list-style: none; 
	overflow: hidden;
	margin-top: 10px;
	font-weight: 400;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {
	background: #007bff ; 
	color:#FFF;
}
.breadcrumb li.completed a {
	background: hsla(153, 57%, 51%, 1); 
}
.breadcrumb li.active a:after {
	border-left: 30px solid #007bff ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid #007bff;
} 

.breadcrumb li a {
	color: #5B5B5B;
	text-decoration: none; 
	padding: 5px 0 5px 36px;
	position: relative; 
	display: block;
	float: left;
	background-color: #f8f9fa;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #f8f9fa;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #f8f9fa;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	

.breadcrumb-item+.breadcrumb-item::before {
	content: "";
}
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { background: #007bff  ; color:#FFF; }
.breadcrumb li a:hover:after { border-left-color: #007bff   !important; }






.liste {
	margin-bottom:20px;
}


.liste a {
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius:0px;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	border:1px solid #EDEDED;
}

.liste a i {
	margin-right:10px;
	color:#B2B2B2;
}

.notlar .card-header {
	font-size:14px;
	padding: 5px 10px 5px;
}

.notlar .card {
	border:1px solid #e1e1e1 !important;
}

.sagpanel {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100% !important;
	background-color:#f8f9fa;

}

.solpanel {
	min-width: 300px;
	padding-left: 0px;
}

th {
	font-weight: 300 !important;
}


.dataTables_length {
	color:#656565 !important;
	font-size:12px;
}

.dataTables_filter {
	color:#656565 !important;
	font-size:12px !important;
}

.dataTables_wrapper .dataTables_filter input {
	border:1px solid #e1e1e1 !important;
	height:25px;
}

div.dataTables_wrapper div.dataTables_length select {
	border:1px solid #e1e1e1 !important;
	height:25px;
}

.tabloDugme {
	font-size:12px;
}

.tanimla-dugme {
	border: 1px solid #e1e1e1;
	border-radius:15px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
	margin-right:20px;
	background-color: #FFF;
	margin-top:10px;
}

.tanimla-dugme:hover {
	background-color:#FBFCFC;
	color:#FFF;
	border-color:#e1e1e1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(224,224,224,1);
	box-shadow: 0px 0px 10px 0px rgba(224,224,224,1);
}

.tanimla-dugme i {
	font-size: 24px;

}

a {
	 text-decoration: none !important;
}

a:hover {
	color:none;
}

.formlar input {
	font-size:14px;
}

.formlar i {
	font-size:16px;
	color: #007bff;
}

.formlar label {
	font-size:16px;

}

.formlar button i {
	color:#e4ff00;
	font-size:12px;
	padding-left:7px;
	margin-left:5px;
	border-left:1px solid #ffffff;
}

.telefon {
	max-width: 20.5%;
}

.formlar .input-group-text {
	background-color:#f8f9fa;
}


.swal-text {
  background-color: #FEFAE3;
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 22px;
  text-align: center;
  color: #61534e;
}

.swal-title {
	margin-bottom:30px;
}

.tabloicon span {
	margin-left:20px;
	font-size:12px;
	color:#999;
}

.tabloicon i  {
	margin-right:5px;
	margin-left:10px;
}


.btn-warning:not(:disabled):not(.disabled).active {
	background-color: #ffc107;
}

.btn-danger:not(:disabled):not(.disabled).active:before,
.btn-success:not(:disabled):not(.disabled).active:before,
.btn-warning:not(:disabled):not(.disabled).active:before,
.btn-primary:not(:disabled):not(.disabled).active:before,
.btn-light:not(:disabled):not(.disabled).active:before,
.musteri-turu:not(:disabled):not(.disabled).active:before
{
	content: '\2714';
	background: #FFF;
	padding: 3px;
	margin-right:4px;
	border-radius:5px;
	color:green;
	font-size:12px;
}


input[type="number"] {
	font-weight: bold;
	font-size:14px;
	color:#495057;
}

.koseli	{
	border-radius:0px !important;
}

.koseli-sag {
	border-top-right-radius: 0px; 
	border-bottom-right-radius: 0px;
}

.sag-span {
	margin-left:-1px;
}

select:hover{
	cursor: pointer;
	color:#007bff;
}

.daralt {
	padding: 7px !important;
}

.tablo-icon {
	font-size:12px;
	margin-right:5px;
	color:#949494;
}

.yan-sekme {
	margin-bottom:10px;
}

.yan-sekme .nav-pills .nav-link {
	border-radius:0px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:12px;
}

.yan-sekme .nav-pills .nav-link i{
	color:#007bff

}

.ust-baslik {
	margin-bottom:40px;
}

.buton-bar button i{
	color:#656565;
}
.buton-bar span.badge {
	font-size:12px;
}

.h-kayit {
cursor: pointer;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Dosya Seç";
}

.bu-gun {
	background-color: #d3ffd6 !important;
	color: #024608;
}

.bir-gun-sonra {
	background-color: #ffe7b4 !important;
	color: #024608;
}

.iki-gun-sonra {
	background-color: powderblue !important;
	color: #024608;
}

.gecikti {
	background-color: #ffb4b4  !important;
	color: #024608;
}

.gecikti-kargo {
	background-color: #ffe8e8fd  !important;
}

.gelecek {
	background-color: #e1e1e1 !important;
	color:#007bff;
}

.input-group .not-yaz {
	height: 150px;
	resize: none;
	outline: none !important;
}

.oncelik-seviyesi {
	position: absolute;
	right: 68px;
	top: 10px;
	font-weight: 300;
	font-size:12px;
}

.not-baslik {
	margin-top:5px;
}


#myBtn {
	display: none;
  }



  table tr:hover {
	background: #f8f9fa;
  }


	.modal-content {
		border-radius:0px;
		border:none;
	}

	.no-border {
		border:none !important;
	}

	.sol-icon {
		font-size:22px;
		color: #B2B2B2;
	}

	.alternatif-baslik {
		font-size:18px;
		margin-top:25px;
		margin-bottom:15px;
		color:#6c757d
	}

	.alternatif-baslik i {
		color:#B2B2B2;
	}





/* Menu */
.nav-side-menu {
	font-size: 15px;
	border-right: 1px solid #E0E0E0;
  }


  .nav-side-menu .toggle-btn {
	display: none;
  }
  .nav-side-menu ul,
  .nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 31px;
	cursor: pointer;
	}
  

  .nav-side-menu ul .sub-menu li i {
	margin-right:10px;
	margin-left: 1px;
	font-size:10px;
	color: #6c757dd1;
	}

  
  .nav-side-menu ul .active,
  .nav-side-menu li .active {
	border-left: 5px solid #007bff;
  }
  .nav-side-menu ul .sub-menu li.active,
  .nav-side-menu li .sub-menu li.active {
	color: #007bff;
  }
  .nav-side-menu ul .sub-menu li.active a,
  .nav-side-menu li .sub-menu li.active a {
	color: #007bff;
  }
  .nav-side-menu ul .sub-menu li,
  .nav-side-menu li .sub-menu li {
	border: none;
	line-height: 28px;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px;
	padding-left: 22px;
	border-left: 3px solid rgba(0,123,255,.5);
  }
  
  
  .nav-side-menu li {
	padding-left: 3px;
	border-left: 5px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px;
	}
  .nav-side-menu a li {
	text-decoration: none;
	color: #909090;
	font-size: 12px;
	font-weight: 400;
	}
  
  .nav-side-menu a li i {
	padding-left: 10px;
	padding-right: 17px;
	color: var(--secondary);
	max-width: 12px;
	margin-right: 12px;
	}
  
  .nav-side-menu li:hover {
	border-left: 5px solid #007bff;

	background-color:#f8f9fa;
  }
  @media (max-width: 767px) {
	.nav-side-menu {
	  position: relative;
	  width: 100%;
	  margin-bottom: 10px;
	}
	.nav-side-menu .toggle-btn {
	  display: block;
	  cursor: pointer;
	  position: absolute;
	  right: 10px;
	  top: 10px;
	  z-index: 10 !important;
	  padding: 3px;
	  width: 40px;
	  text-align: center;
	}
	.brand {
	  text-align: left !important;
	  font-size: 22px;
	  padding-left: 20px;
	  line-height: 50px !important;
	}
  }
  @media (min-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
	  display: block;
	}
  }
  
  .bakimabasla {
	  font-weight:200 !important;
  }


  .ozellik {
	  margin-top:3px;
	  padding-top:5px;
	  padding-bottom:5px;
	  border:1px solid #e1e1e1 !important;
  }

  .ozellik .col-7 {
	  border-left:1px solid #e1e1e1; 
  }

  .kapat {
	  position: absolute;
	  right:10px;
	  top:10px;
  }

  #harita {
	  border: 1px solid #e1e1e1;
	  border-radius: 10px;
  }
  .usta-tablo label input{
	margin-top:10px;
	margin-bottom:10px;
  }

  .usta-tablo .dataTables_wrapper .col-sm-12 {
	padding:0px;
}

.usta-tablo .pagination {
	margin-top:22px !important;
	margin-right:12px !important;
}

.usta-tablo .dtr-data {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #e1e1e1;
}

.usta-tablo .dtr-title {
	width:85px;
}

.usta-tablo .sorting_1::before {
	margin-left:3px;
}

.usta-tablo .dtr-data .badge {
	float:right;
}

div.dataTables_wrapper div.dataTables_info {
	display:none;
}


.hesap-collapse {
	margin-top:-1px !important;
	border-top:none !important;
}

tr.malzeme-row, td.malzeme-row {
	font-size: 12px;
	background-color: #f8f9fa !important;
	margin-top:19px;
}

.hesap-alt-baslik {
	border-left:1px solid #fff;
	padding-left:10px; 
	border-radius: 0px !important;
	
}

.paraikon {
	font-size:9px;
	color:#999;
}

.odeme-durumu-k {
	border-left: 2px solid red;
}

.sil {
	position: absolute;
	font-size: 12px;
	right: 0px;
	margin-right: 29px;
	margin-top: -10px;
	color:#7c7c7c57;
}

.sil:hover {
	color:red;
}

.sil:hover::after {
	content: " sil";
}

.dropdown-menu {
width: 200px !important;
}

.icerik-baslik {
	font-size:18px;
	font-weight: 300;
}

.icerik-ikaz {
	position: absolute;
	left:5px;
	top:-8px;
	font-size:10px;
}

.rapor-sayi {
	float: right;
	vertical-align: middle;
	font-size:18px;
	font-weight: 900;
	margin-right:20px;
}

@media print {
	body * {
		visibility: hidden;
	}
	.yazdir, .yazdir * {
		visibility: visible;
	}
	.yazdir {
		width: 100% important;
	}
}

.anasayfa-notlar {
	height: 600px;
	overflow-y: scroll;
	}


	::-webkit-scrollbar {
	  width: 5px;
	  height: 5px;
	}
	::-webkit-scrollbar-button {
	  width: 5px;
	  height: 5px;
	}
	::-webkit-scrollbar-thumb {
	  background:#a0a3a7;
	  border: 0px none #ffffff;
	  border-radius: 50px;
	}
	::-webkit-scrollbar-thumb:hover {
		background:#7d8083;
	}
	::-webkit-scrollbar-thumb:active {
	  background: #f57c58;
	}
	::-webkit-scrollbar-track {
	  background: #e9e9e9;
	  border: 0px none #ffffff;
	  border-radius: 50px;
	}
	::-webkit-scrollbar-track:hover {
		background: #e9e9e9;
	}
	::-webkit-scrollbar-track:active {
		background: #e9e9e9;
	}
	::-webkit-scrollbar-corner {
	  background: transparent;
	}

