/******** Gerekli *******/
body{
	margin-top: 35px !important;
}

/******** BOOTSTRAP TABLE *******/

.bb-table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-bottom: 0;
	border-collapse: collapse;
}

.bb-table thead th {
    border-top: 0;
    border-bottom-width: 1px !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #e7e7e7;
}

.bb-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.bb-table th {
    text-transform: unset;
}
.bb-table th{
    color: #9aa0ac;
    font-size: 0.875rem;
    font-weight: 400;
    position: sticky; 
    top: 0;
}
.bb-table th, .bb-table td {
    padding: 0.50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.bb-table td{
	font-size: 11px;
    word-break: break-all;
}


.bb-table-scrollbar {
	overflow-y: auto; 
  	max-height: 324px;
}

/******* Yardımcı Sınıflar *******/

.bb-col-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.bb-text-center{
	text-align:center;
}

.bb-text-left{
	text-align: left;
}

.bb-d-none{
	display: none;
}

.bb-float-right{
	float: right !important;
}
  
.bb-float-left{
	float: left !important;
}

.bb-debugger-bar svg{
	fill: currentColor;
	vertical-align: middle;
}

.bb-float-right svg , .bb-float-left svg{
    margin-right: 5px;
}

.bb-single-line{
	max-height: 15px; 
	overflow:hidden;	
}

   
.bb-success{
	background-color: rgba(97,186,97,0.75);
	color: #fff
}

.bb-success *{
	color: inherit
}


.bb-success .badge{
	color: rgba(97,186,97,0.75)
}


.bb-primary{
	background-color: rgba(57,126,185,0.75);
	color: #fff
}


.bb-primary *{
	color: inherit
}

.bb-primary .badge {
	color: rgba(57,126,185,0.75)
}
.bb-secondary{
	background-color: rgba(216,216,216,0.75);
	color: rgba(50,50,50,0.75) !important
}


.bb-secondary *{
	color: inherit
}

.bb-secondary .badge{
	color: #e6e6e6 !important;
	background-color: rgba(50,50,50,0.75) !important
}

.bb-label{
	display: inline-block;
	font-size: 1em;
	padding: .3em .6em .3em;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	text-shadow: none;
}

/******** ÜST MENÜ ******/

.bb-debugger-container nav ul {
	margin: 0;
}

.bb-debugger-container nav ul li {
	padding: 7px 5px 7px 2.5px;;
	float: left;
	list-style: none;
}

.bb-debugger-bar h1{
	color: #777;
	float: left;
	padding: 6px 15px;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}

.bb-debugger-bar{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	line-height: 1.42857143;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background-color: #fff;
	opacity: 0.97;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.125);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.125);
	box-shadow: 0 3px 10px rgba(0,0,0,0.125);
}
.bb-debugger-container{
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	min-height: 31px;
	border: 1px solid transparent;
	background-color: #f8f8f8;
	border-color: #e7e7e7;

}