@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #E3FBCE;
 }
 
 .panel-success .list-group-item.active
{
    color: #000;
    background-color: #ACEFC3;
    border-color: #DDD;
}

.siyahYazi
{
    font-family:arial;color:#B50A0A;font-size:20px;
}

.kirmiziYazi
{
    font-family:arial;color:red;font-size:20px;
}

.kadir
{
    font-family:arial;color:#FFFFFF;font-size:20px;
}

h2 {
  font-size:20px;
  background: linear-gradient(to right, #ff0000, #0000ff);
  color: white;
  mix-blend-mode: multiply;  
}
h3 {
  border-bottom:2px solid; color:#333300; display: inline-block;font-size:20px;
}
@media (max-width: 600px) {  
    .table-responsive {
        font-size:10px !important;font-weight: bold;
    }
}

ol.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #EBFBE4;
}
ol.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ol.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;font-weight:bold;
}
ol.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;font-weight:bold;
}
.lazy-table {content-visibility:auto;}.lazy-table-off {content-visibility:hidden;}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}
.card.bio-profile .card-header {
    background-color: var(--turq);
    text-align: center;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px 10px 0 0;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.card .card-image {
    position: relative;
    overflow: hidden;
}
.card .card-image img {
    background-clip: padding-box;
    position: relative;
    z-index: -1;
    display: block;
    margin: 0 auto;
}
.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}
.card .card-content p {
    margin: 0;
    color: inherit;
    font-size: 14px
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
    background-color: var(--mesa);
}
.card .card-action a {
    color: #895715;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}