@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900);
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500;600;700;900);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap');

body, html {
	line-height: 1.8;
    font-family: 'Roboto', sans-serif;
     color: #EFEFF5;
     background-color:#EFEFF5;
     position:relative;
	 text-transform:capitalize;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	 font-weight: 400;
	 margin:0px;
     padding:0px;
     height:100%;
     width:100%;
}

.disnon56{
    display:none;
}
.block56{
    display:block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none !important;
}

div[class*="content-"] { 
  display:none;
}

div.active { 
  display:block;
}

p {
	font-size: 15px;
	margin: 6px 0 0;
	line-height: 24px;
	text-transform: none !important;
}



a{
	color: #1C1C1C;
	font-weight: 400;
	text-transform: none !important;
}

button:focus{
	box-shadow:none;
	outline:none;
	border:none;
}

button{
	cursor:pointer;
	text-transform: none !important;
}

ul, ol {
	padding: 0;
	margin:0px;
		list-style: none;
		text-transform: none !important;
}



a,
a:hover,
a:focus {
    color: #1C1C1C;
    text-decoration: none;
    transition: all 0.3s;
    
}



/*=======================================================
  material-icons  copy & paste form site google material-icons
  ==================================================*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }



.wrapper {
	position: relative;
    width:100%;
    height:100%;
	overflow:auto;
}







#sidebar {
    position:fixed;
	height:100vh!important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index:11;
    width: 260px;
	overflow:auto;
	transition:all 0.3s ;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}


#sidebar::-webkit-scrollbar{
	width:5px;
	border-radius:10px;
	background-color:#eee;
	display:none;
}
#sidebar::-webkit-scrollbar-thumbs{
	width:5px;
	border-radius:10px;
	background-color:#1C1C1C;
	display:none;
}


#sidebar:hover::-webkit-scrollbar{
	display:block;
}
#sidebar:hover::-webkit-scrollbar-thumbs{
	display:block;
}

#sidebar .sidebar-header {
    padding:20px;
	background-color:#ffffff;
	border-bottom:1px solid #eee;
}

.sidebar-header h3{
	color:#1C1C1C;
	font-size:14px;
	margin:0px;
	text-transform:uppercase;
	transition:all 0.5s ease;
	font-weight:500;
}

.sidebar-header h3 img{
	width:45px;
	margin-right:10px;
}

#sidebar ul li{
	padding:2px 7px;
}

#sidebar ul li.active>a{
    color: #1C1C1C;
    background-color: rgba(200, 200, 200, 0.2);
}

#sidebar ul li a:hover{
    color: #1C1C1C;
    background-color: rgba(200, 200, 200, 0.2);
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 23px;
}

#sidebar ul li.drodown{
	position:sticky;
}


#sidebar ul.components {    
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
	line-height: 30px;
	border-radius:5px;
    font-size: 15px;
	position:relative;
    font-weight: 400;
    display: block;
}

#sidebar ul li a span{
	text-transform:capitalize;
	display:inline-block;
}

#sidebar ul li a i {
    position: relative;
    margin-right: 10px;
    top: 5px;
	color: #555555;
    margin-left: 10px;
}





/* ---------------------------------------------------
   sidebar end
----------------------------------------------------- */




/*=======================================================
   main-content navbar-design start
   ===============================================*/



#content {
	position: relative;
    transition: all 0.3s;
	background-color: #EFEFF5;
  height:100%;
}

.top-navbar{
	width:100%;
	z-index:9;
	position:relative;
}


.main-content{
	padding:10px 20px 0px 20px;
  background-color:#EFEFF5;
	position: relative;
    width: 100%;
    height:100%;
}

#bg-color{
  background-color:#FFF;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); 
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}

.navbar{
    background-color: #FFF;
    color: #FFFFFF;
}

.navbar-brand {
    font-size:13px !important;
    color: #1C1C1C;
}
.navbar-brand :hover{
  color:#1C1C1C;
}

#black{
  color:#1C1C1C;
}

.navbar button{
	background-color:transparent;
	border:none;
}
.navbar button span{
	color:#fff;
}

#sidebarCollapse{
	width:45px;
	height:45px;
	text-align:center;
	line-height:45px;
	margin-right:20px;
	border:none;
    color: #1C1C1C;
}

#sidebarCollapse span {
    margin: 9px;
    padding: 0px;
}



.navbar-nav > li.active{
   color: #FFFFFF;
   border-radius:4px;
    background-color: rgba(0, 0, 0, 0.08);  
 }

.navbar-nav > li > a {
    color: #FFFFFF;
}

.content{
  background-color:#FFF;width:100%;padding-bottom:20px;-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);border-radius:5px;
}

.navbar .notification {
	 position: absolute;
    top: 5px;
    right: 10px;
	display: block;
    font-size: 9px;
    border: 0px;
    font-size: 10px;
    background: #d9534f;
    min-width: 15px;
	 text-align: center;
    padding: 1px 5px;
    height: 15px;
    border-radius: 2px;
    line-height: 14px;
}


 .navbar-nav > li.show .dropdown-menu {
    transform: translate3d(0, 0, 0);
	opacity:1;
	visibility:visible;
}


.dropdown-menu li > a {
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 2px;
	font-weight: 400;
    transition: all 150ms linear;
}

.navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.08);
}

.navbar-nav li a {
    position: relative;
    display: block;
    padding: 10px 15px!important;
}
#sidebar.show-nav,.body-overlay.show-nav{
	transform:translatex(0%);
  transition: all 0.3s;
	opacity:1;
	display:block;
	visibility:visible;
	z-index:15;
}

@media only screen and (min-width:992px){
    #sidebar.active {
      width:80px;
    height:100%!important;
    position:absolute!important;
    overflow:visible!important;
    top:0!important;
    z-index:666;
    float:left!important;
      bottom: 0!important;
  }


  #sidebar.active .sidebar-header h3 span {
    display:none;
    transition:all 0.5s ease;
  }

  #sidebar.active ul li a span{
      display:none;
    transition:all 0.5s ease;
  }

  #sidebar.active .dropdown-toggle::after {
      display:none;
    transition:all 0.5s ease;
  }

  #content {
      width: calc(100% - 260px);
      position: relative;
      height:100%;
      float: right;
      transition: all 0.3s;
      background-color: #EEEEEE;
  }  

  #content.active {
    height:100%;
      width: calc(100% - 80px);
  } 

  #sidebar.active .menu {
      position: absolute;
      left: 81px;
      background-color: white;
      width: 180px;
      height: auto;
      margin: 5px 0;
      top: 0;
      border: 1px solid #dcd9d9;
      z-index: 4;
  }                                                                                                                                                                                                              
}
@media only screen and (min-width:992px){
  .dropdown-menu {
      border: 0;
      box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    transform: translate3d(0, -20px, 0);
      visibility: hidden;
    transition: all 150ms linear;
      display: block;
    min-width:15rem;
    right: 0;
      left: auto;
      opacity: 0;
  }
}
@media only screen and (max-width:992px){
  #sidebar {
      position:fixed;
      top: 0;
      bottom:0;
      z-index: 10;
      width: 260px;
    transform:translatex(-100%);
    transition: all 150ms linear;
    box-shadow:none!important;
  }	

  .body-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    visibility:hidden;
    opacity:0;
    z-index:3;
    transition: all 150ms linear;
    background-color:rgba(0,0,0,0.5);
  }
}

.box-header{
	font-size: 19px;
  color:rgba(0,0,0,0.75);
	padding: 20px 20px 10px 20px;
	line-height: 24px;
}
.box-header-2{
	font-size: 19px;
  color:#083359;
	padding: 20px 20px 10px 20px;
	line-height: 24px;
}
.box-header-3{
	font-size: 17px;
  color:#083359;
	line-height: 24px;
}
.Page-Header-1{
  font-size:22px;
  color:rgba(0,0,0,0.75);
}
.Page-Header-2{
  padding: 10px 10px 0px 20px;
  font-size:19px;
  color:#083359;
}
.Page-Header-4{
  padding: 10px 10px 0px 20px;
  font-size:23px;
  color:#083359;
}
.Page-Header-3{
  font-size: 21px;
  color:#083359;
	padding: 20px 0px 10px 10px;
	line-height: 24px;
}
.page-p{
  font-size: 14px;
  color:rgba(0,0,0,0.95);
	padding: 20px 0px 10px 10px;
	line-height: 20px;
}
.header-3-span{
  font-weight: 500;
}
.Page-Header-1 span{
  color:#083359;
}
.Personel-Box{
  padding-top:10px;
  padding-bottom:10px;
  padding:0px 0px 0px 20px;
}
.Personel-Name{
  font-size:15px;
  color:rgba(0,0,0,0.75);
	line-height: 18px;
}
.Personel-Kat{
  font-size:15px;
  color:rgba(0,0,0,0.55);
  margin-top:3px;
	line-height: 18px;
}
.mar30{
  margin-top:30px;
}
.hw95{
  height:95%;
  width:100%;
}
.h95{
  height: 95%;
}
.done{
  background-color:#80ff80;
}
.redbg{
  background-color: #ff8080;
}
#garsonistekno{
  font-size:18px;
  font-weight:500;
  color: #ff8080;
  background-color: transparent;
}
#head{
  color:#083359;
  font-size:22px;
  font-weight:bold;
}
#head2{
  color:#d9534f;
  font-size:14px;
  font-weight:600;
}
#head3{
  color:#083359;
  font-size:20px;
  font-weight: bold;
  text-align: right;
}
.Incele-button{
  background-color:#d9534f;
  text-align: center;
  color:#FFF;
  font-size:17px;
  width:100%;
}
.Incele-button:hover{
  text-decoration: none;
  color:#FFF;
}
#parag{
  font-size:14px;
  color:rgba(0,0,0,0.95);
}
#span{
  color:#d9534f;
  font-size:16px;
}
.formelement h2{
    font-size:14px;
    color:rgba(0,0,0,0.95);
}
.formelement h1{
  font-size:15px;
  color:rgba(0,0,0,0.95)
}
.formelement{
  margin: 12px 20px 0px 20px;
}
.formelement input{
  width:100%;
  min-height:40px;
  border:none;
  background-color:#FAFAFA;
}
.kaydet54{
  width:100%;
  text-align: center;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-color: #083359;
  color:#FFF;
  margin-left:0px !important;
}
.formelement h6{
  color:#083359;
  margin-left:0px !important;
  padding-left:0px !important;
  padding-bottom:8px !important;
}
.fotobox img{
  width:250px;
  height:250px;
  margin:auto;
  object-fit: contain;
}
.formelement select{
  width:100%;
  min-height:40px;
  border:none;
  background-color:#FAFAFA;
}
.formelement textarea{
  width:100%;
  min-height:90px;
  border:none;
  background-color:#FAFAFA;
}
*:focus{
  outline: none;
}
.href-1{
  color:#083359;
  font:size 14px;
  text-decoration: none;
}
.href-2{
  color:#083359;
  margin-left: 8px;
  font:size 14px;
  text-decoration: none;
}

.seperator{
  margin-top:10px;
}
.seperator button{
  background-color:transparent;
  border:none;
  color:#083359;
  padding:0px;
  margin-left:0px;
}
.bildirim h5{
  font-size:14px;
  color:rgba(0,0,0,0.95);
  padding: 8px 0px 0px 20px;
}
.bildirim p{
  font-size:14px;
  padding: 0px 20px 0px 20px;
  color:rgba(0,0,0,0.55);
}
.bildirim h4{
  font-size:14px;
  padding: 0px 20px 0px 20px;
  color:rgba(0,0,0,0.55);
}
.bildirim .information-for-buttons{
  font-size:12px;
  padding: 12px 20px 0px 20px;
  color:rgba(0,0,0,0.55);
  line-height: 18px;
}
.information-for-buttons{
  font-size:12px;
  padding: 0px 20px 12px 20px;
  color:rgba(0,0,0,0.55);
  line-height: 18px;
}
.bildirim h6{
  font-size:16px;
  color:rgba(0,0,0,0.95);
  padding: 0px 0px 0px 20px;
}
.bildirim button{
    margin: 10px 20px 0px 20px;
    padding:0px 20px 0px 20px;
    border:none;
}
.bildirim span{
  color:#083359;
}
.sil{
  background-color:#d9534f;
  color:#FFF;
  border-radius:5px;
}
.color-1{
  color:#d9534f;
}
.color-2{
  color:#083359;
}
.mp0{
  margin:0px;
  padding:0px;
}
.pad0{
  padding:0px;
}
.pad10{
  padding:10px;
}

.box-4{
  display:block;width:100%;padding-bottom:30px;background-color:#FFF;border-radius:5px;  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.onayla{
  background-color:#083359;
  color:#FFF;
  border-radius:5px;
}

.filtre-button{
  background-color:#083359;
  color:#FFF;
  border-radius:5px;
  border:none;
}
.alri button:hover{
  color:#FFF;
}
.kaydet{
  color:#FFF;
  border-radius:5px;
  background-color:#083359;
}
.kaydet34{
  color:#FFF;
  border-radius:5px;
  background-color:#083359;
  display: inline-block;
  margin:0px !important;
}
.kaydet-2{
  color:#FFF;
  border-radius:5px;
  background-color:#083359;
  border:none;
  margin-top:10px;
}
.kaydet3{
  width:100%;
  text-align: center;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-color: #083359;
  color:#FFF;
  margin-left:0px !important;
}

.kaydet4{
  width:100%;
  text-align: center;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-color: #d9534f;
  color:#FFF;
  margin-left:0px !important;
}
.kaydet4:hover{
    color:#FFF;
}
.kaydet5{
  width:100%;
  text-align: center;
  background-color: #d9534f;
  color:#FFF;
  margin-left:0px !important;
}
.box-header-2 > span > a{
  color:#d9534f;
  font-weight:400;
  text-decoration: none;
}
.Page-Header-3 > span > a{
  color:#d9534f;
  font-weight:400;
  text-decoration: none;
}

.arsivle{
  color:#FFF;
  border-radius:5px;
  background-color:#083359;
}
.tarih-button{
  background-color: #083359;
  color:#FFF;
  border:none;
  border-radius:5px;
  margin-right:10px;
}
.tarih-button:hover{
  color:#FFF;
}
#canlidersler2 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#canlidersler2{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
#dokumanlar2 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#dokumanlar2{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
#testler2 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#testler2{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}


#sinavraporlari1 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#sinavraporlari1{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
#sinavraporlari2 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#sinavraporlari2{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}


#dersraporlari1 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#dersraporlari1{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
#dersraporlari2 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#dersraporlari2{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
#dersraporlari3 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#dersraporlari3{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}

#testraporlari1 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#testraporlari1{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
#testraporlari2 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#testraporlari2{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
#testraporlari3 > thead > tr > th{
  font-size:14px;
  color: #FFF !important;
  border:none;
  background-color:#2F4C74;
}
#testraporlari3{
  border:none;
  background-color:#FFF;
  font-size:14px;
  color:rgba(86, 86, 103, 1);
}
.arsiv-button{
  background-color:#d9534f;
  color:#FFF;
  border-radius:5px;
  border:none;
}
.arsiv-button:hover{
  color:#FFF;
}
.arsiv-button-href{
  background-color:#083359;
  color:#FFF;
  margin-left:10px;
  border-radius:5px;
  border:none;
  text-decoration: none;
  font-size:15px;
  padding:8px;
  font-weight:500;
}
.arsiv-button-href:hover{
  color:#FFF;
}
.arsiv-button-2{
  background-color:#083359;
  color:#FFF;
  margin-left:10px;
  border-radius:5px;
  border:none;
}
.Modal-Baslik{
  font-size:20px;
  font-weight:500;
  color:#d9534f;
  margin-bottom:10px;
}
.Modal-Baslik-2{
  font-size:15px;
  font-weight:500;
  color:rgba(0,0,0,0.95);
}
.Modal-Input-Date{
  font-size:15px;
  float:right;
  border:none;
  color:#d9534f;
}
.special-wid-1{
  height:95%;width:100%;min-height:100vh;
}
.wid95{
  width:95%;
}
.box-12{
  background-color:#FFF;width:100%;padding-bottom:20px;-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);border-radius:5px;
}
.box-13{
  width:100%;margin-bottom:30px;
}
.kutu-box{
  border-radius:5px;background-color:#FFF;width:98%;-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.kutu-box p{
  color:rgba(0,0,0,0.95);
  margin-top:0px;
}
.kutu-box h2{
  color:green;
  font-size:32px;
}
.kutu-box hr{
  color:rgba(0,0,0,0.30);
  margin-top:5px;
  margin-bottom:5px;
  width:96%;
}
.kutu-box-2{
  padding-bottom:20px;border-radius:5px;background-color:#FFF;width:98%;-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.Header-hr{
  color:rgba(0,0,0,0.30);
  margin-top:5px;
  margin-bottom:0px;
  width:100%;
}
.Header-hr-2{
  color:rgba(0,0,0,0.30);
  margin-top:5px;
  margin-bottom:5px;
  width:100%;
}
.kutu-box a{
  margin-top:8px;
  margin-bottom:8px;
  font-size:14px;
  color:rgba(0,0,0,0.95);
}
.bildirim .hr2{
  color:rgba(0,0,0,0.30);
  margin-top:25px;
  margin-bottom:5px;
  width:96%;
}
.formguncelle hr{
  color:rgba(0,0,0,0.30);
  margin-top:25px;
  margin-bottom:5px;
  width:94%;
}

.Hizmetler-Box{
  padding-left:20px;
  padding-right:20px;
}
.Hizmetler-Box h6{
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 0px;
  color: rgba(0,0,0,0.95);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Hizmetler-Box h6 > button{
  background-color:transparent;
  border:none;
}
.ackategoryheader{
  color: #083359;
  font-weight:400;
  background-color:transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
} 
.ackategoryheader:hover {
  background-color: #FAFAFA;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel button{
  margin-top:3px;
  margin-bottom:3px;
  background-color:transparent;
  color: rgba(0,0,0,0.95);
  border:0.2px solid rgba(0,0,0,0.95);
}
.mar{
  padding: 0px 40px 0px 20px;
}

.mar-30{
  margin-bottom:30px;
}
table {
  border-collapse: collapse;
  margin:auto;
  width:100%;
}

td{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  color:rgba(0,0,0,0.95);
}

th {
  color:rgba(0,0,0,0.95);
  background-color:#dddddd;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #fafafa;
}




@media print{
  .noprint{
    display:none;
  }
}



.dt-buttons > button{
  background-color: #083359;
}
.dt-buttons > button:hover{
  background-color:#FFF;
  color:#083359;
}
.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #643ab0;
}


.dataTables_info,
.dataTables_length {
margin-top:10px;
color: rgba(0,0,0,0.95);
}
.dataTables_filter {
  text-align: right !important;
  margin-bottom:-45px;
  }
  @media screen and (max-width: 700px) {
    .dataTables_filter {
      text-align: center !important;
      margin-bottom:0px;
      width:200px !important;
      }
}
.notalright{
  display:none;
}
@media screen and (max-width: 580px) {
  .alright {
    display:none;
  }
  .notalright{
    display:block;
  }
}


/* Label */
.ac-container {
  width: 100%;
  border: none;
}
.ac-container label {
  font-size:16px;
  font-weight:400;
  color:#083359;
  line-height: 1.8;
  padding: 5px 20px;
  display: block;
  cursor: pointer;
}
.ac-container {
  width: 100%;
  margin-top:10px;
}
.ac-container label:hover {
  background: #083359;
  color:#FFF;
}
.ac-container input {
  display: none;
}

/* Contents */
.ac-container article {
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}
.ac-container article p {
  font-size:14px;
  letter-spacing: 1.2;
  color:rgba(0,0,0,0.75);
  line-height: 22px;
  padding-left:20px;
  padding-right:20px;
  padding-top:5px;
  padding-bottom:5px;
}
.ac-container input:checked ~ article {
  height: auto;
}
.information-p{
    font-size:14px;
    color:rgba(0,0,0,0.75);
    line-height: 22px;
    padding: 20px 0px 10px 10px;
}
.baslik-p{
  font-size:14px;
  color:rgba(0,0,0,0.75);
  line-height: 25px;
}
.information-p2{
  font-size:17px;
  color:rgba(0,0,0,0.75);
  line-height: 22px;
  padding: 10px 0px 0px 0px;
}
.information-p43{
  font-size:14px;
  color:red !important;
  padding:0px !important;
  line-height: 22px;
}
.information-h1{
  color:#083359;
  font-size:30px;
  font-weight:400;
  padding-left:20px;
  padding-top:10px;
}
.information-h5{
  color:#083359;
  font-size:24px;
  font-weight:700;
}
.information-h6{
  color:#083359;
  font-size:24px;

  font-weight:700;
}
.information-h2{
  color:#083359;
  font-size: 21px;
  font-weight:400;
  padding-left:20px;
  padding-top:10px;
}
.information-h4{
  color:#083359 !important;
  font-size: 17px !important;
  font-weight:500;
  margin-left:0px !important;
  padding-left:0px !important;
}
#information-h3{
  color:#083359;
  font-size:17px;
  font-weight:400;
  padding-left:20px;
  padding-top:10px;
}
.baslik-h1{
  color:#083359;
  font-size:30px;
  font-weight:400;
}
#red{
  color:red;
}
.destekbildirimi h6{
  font-family:'Poppins',sans-serif;font-size:15px;color:#3F5866;margin-top:4px;
}
.destekbildirimi input,select{
  width:100%;
  min-height:40px;
  border:none;
  background-color:#FAFAFA;
}
.destekbildirimi textarea{
  width:100%;
  min-height:200px;
  border:none;
  background-color:#FAFAFA;
}
.destekbildirimi button{
  width:130px;background-color:#3F5866;color:#FFF;font-family:'Poppins',sans-serif;font-size:16px;border:none;margin-top:5px;margin-left:0px;
}
.filter #modal-header{
  font-family:'Poppins',sans-serif;font-size:26px;font-weight:500;color:#3F5866;
}
.filter #modal-header-2{
  font-family:'Poppins',sans-serif;font-size:18px;color:#3F5866;
}
.filter #modal-parag{
  font-size:12px;font-family:'Poppins',sans-serif;color:rgba(28,28,28,0.9);line-height: 25px;display: block;
}
.filter input{
  margin-top:4px;margin-bottom:4px;width:100%;background-color:#FAFAFA;border:0.01em solid rgba(28, 28, 28, 0.1);height:35px;
}
.filter option{
  margin-top:4px;margin-bottom:4px;width:100%;background-color:#FAFAFA;border:0.01em solid rgba(28, 28, 28, 0.1);height:35px;
}
.filter button{
  width:130px;background-color:#3F5866;color:#FFF;font-family:'Poppins',sans-serif;font-size:16px;border:none;margin-top:5px;margin-left:0px;
}
#filter-info{
  font-size:22px;
  color:#d9534f;
}
.nav-pills{
  background-color:#F9F9F9;
}
.nav-pills li{
  width:25%;
}
.nav-pills a{
  font-size:17px;
  font-weight:500;
  font-family: 'Jost',sans-serif;
  color:#565667;
  background-color:transparent;
  width:100%;
  height:50px;
  display:block;
  text-align: center;
  padding-top:10px;
  text-decoration: none;
}  
.nav-pills .active{
  background-color:#2F4C74;
}
.nav-pills li .active{
  color:#FFF;
}
@media screen and (max-width: 991px) {
  .nav-pills li{
      width: 50%;
  }
}

.Kutu-Box{
  width:90%;
  height:100%;
  margin:auto;
  min-height:200px;
  background-color:transparent;
  border:1px solid rgba(1,28,28,0.3);
  border-radius:10px;
  padding:10px;
}
.Kutu-Box h4{
  font-family:'Roboto',sans-serif;
  font-size:20px;
  line-height:30px;
  font-weight:700;
  color:#2F4C74;
  padding:0px !important;
}
.Kutu-Box-2 h4{
      font-family:'Roboto',sans-serif;
  font-size:16px;
  line-height:30px;
  font-weight:700;
  color:#2F4C74;

}
.Kutu-Box .btn{
  font-weight:500;
  border-radius: 0px !important;
}
.Kutu-Box-2 h4 span{
  color:red;
}
.Kutu-Box-2 a{
      font-family:'Montserrat',sans-serif;
  font-size:14px;
  line-height:30px;
  color:rgba(1,28,28,0.85);
}
.Kutu-Box h6{
  font-family:'Roboto',sans-serif;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  color:rgba(1,28,28,0.85);
  padding:0px !important;
}
#idas{
  font-family:'Roboto',sans-serif;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  color:rgba(1,28,28,0.85);
  margin-left:20px;
  margin-right:20px;
}
.Kutu-Box a:hover{
  color:#FFF;
}
.Kutu-Box h6 span{
  font-family:'Roboto',sans-serif;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  color:red;
}
.Kutu-Box input{
  width:100%;
  min-height:40px;
  border:none;
  background-color:#FAFAFA;
}
.dersekstralari{
    position:absolute;bottom:0;display:block;margin-top:150px;
}
@media screen and (max-width: 1215px) {
  .dersekstralari{
      position:relative;
      margin-top:20px;
  }
}
@media screen and (max-width: 767px) {
  .disnon{
      display:none;
  }
  .section-2{
      margin-top:10%;
      margin-bottom:5%;
      padding-left:10%;
      padding-right:10%;
  }
  .Kutu-Box{
      width:100%;
  }
}
*:focus{
    outline:none;
}
.giris-bg{
    width:100%;
    height:100%;
    min-height:100vh;
    padding:0;
}
.giris-bg img{
    width:100%;
    height:100vh;
}
.giris-bg h3 span{
    font-family:'Roboto',sans-serif;
    font-size:40px;
    line-height:60px;
    font-weight:900;
    color:RED;
}
.giris-bg h3{
    font-family:'Roboto',sans-serif;
    font-size:35px;
    line-height:50px;
    font-weight:700;
    color:#0e1826;
}
.giris-bg p{
    font-family:'Montserrat',sans-serif;
    font-size:14px;
    line-height:30px;
    color:rgba(1,28,28,0.85);
}
.form-section a{
    font-family:'Roboto',sans-serif;
    font-size:14px;
    line-height:30px;
    color:rgba(1,28,28,0.85);
    text-decoration:none;
}
.form-section h6{
    margin-top:10px !important;
    margin-bottom:10px  !important;
    font-family:'Roboto',sans-serif  !important;
    font-size:16px  !important;
    font-weight:500  !important;
    color:rgb(1,28,28,0.85) !important;
}
.form-section input{
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
    height:40px;
    background-color:transparent;
    border:1px solid rgba(1,28,28,0.15);
    font-family:'Montserrat',sans-serif;
    font-size:14px;
    line-height:30px;
    color:rgb(1,28,28,0.85);
}
.form-section button{
    width:100%;
    margin-top:25px;
    height:40px;
    border:none;
    background-color:#0e1826;
    color:#FFF;
    font-family:'Roboto',sans-serif;
    font-size:16px;
    text-align:center;
}
.giris-bg p{
    font-family:'Montserrat',sans-serif;
    font-size:14px;
    line-height:30px;
    color:rgba(1,28,28,0.85);
}


.section-3{
    padding-left:70px;
    padding-right:70px;
    margin-top:5%;
}
.pad0{
    padding:0;
}

@media screen and (max-width: 950px) {
    .section-3{
        margin-top:1%;
    }
}
@media screen and (max-width: 767px) {
    .section-3{
        margin-top:10%;
        margin-bottom:5%;
        padding-left:10%;
        padding-right:10%;
    }
}