nav {
    background-color: #1E1E23;
    height: 55px;
    border-radius: 10px;
    display: none;
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    position: fixed;
    left: 15px;
    right: 15px;
    z-index: 999;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 35px;
  left: 40px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  width:90px;
}

#menuToggle input
{
  display: flex;
  width: 90px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px #85888c;
    padding: 50px;
    padding-top: 85px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#menu li
{
  padding: 5px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

@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; margin-bottom:10px; }
  
#no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 110px;
white-space: normal;
text-align:left;
font-size:14px;
}
 
#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); }

/* Klsör izin */
#klasorizin table,
#klasorizin thead,
#klasorizin tbody,
#klasorizin th,
#klasorizin td,
#klasorizin tr {
display: block;
}
 
/* Hide table headers (but not display: none;, for accessibility) */
#klasorizin thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
 
#klasorizin tr { border: 1px solid #ccc; margin-bottom:10px; }
  
#klasorizin td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 100px;
white-space: normal;
text-align:left;
font-size:15px;
}
 
#klasorizin 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
*/
#klasorizin td:before { content: attr(data-title); }


div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    font-size: 15px;
}

div.dataTables_wrapper div .dataTables_length, div.dataTables_wrapper div .dataTables_filter, div.dataTables_wrapper div .dataTables_info, div.dataTables_wrapper div .dataTables_paginate ul.pagination {
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
    -webkit-box-pack: left;
	font-size:15px;
}

}


@media (max-width: 768px) {
	
.solmenu {  display: none; }
.sagtaraf {  margin: 0px 0px 0px 0px; }
nav { display:block; }

.mobilbosluk { height:80px; }

}
