﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}










body{
    width: 100%;
    height: auto;
}
#main-header{
    display: flex;
}
nav {
    width: 200px;
    height: 100%;
    margin: 0px;
    padding: 0px !important;
    position: fixed !important;
}
.navbar-brand {
    position: absolute;
    top: 0;
    margin: 25px;
}
.navbar-collapse {
    position: absolute;
    margin: 15px;
    top: 60px;
}
.navbar-nav{
    flex-direction: column !important;
}

.yonlendirme-buton{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


.navbar-brand{
    font-size: 16px;
}

.bildirim i{
    display:flex;
    justify-content: center;
    font-size: 22px;
}

#main-content{
    position: absolute;
    left: 210px;
    right: 15px;
}



.ikonlar{
    display:flex;
    justify-content:center;
    align-items: center;
}
.duzelt {
    margin: 0px 10px 0px 10px;
}
.detay{
    margin: 0px 10px 0px 10px;
}


#siralama {
    margin-right: 10px;
}

p{
    margin-bottom: 0px !important;
    padding: 0px 5px;
}
table tr:last-child {
    border-bottom: 1px solid #dee2e6;
}


#sil-alert{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.search-buton{
    background: transparent;
    border: none;
}
.ust-bar{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin: 15px ;
}
.bildirim-domain{
    display: flex;
    justify-content: space-around;
    margin: 0px 10px 0px 10px;  
}



.btn-custom{
    background-color: lime;
    color: white;
    border-radius: 50px;
    transition: 0.3s;   
}
.btn-custom:hover{
    transform: scale(1.1);
    color: white;
}
.btn-custom:focus{
    transform: scale(0.7);
}
#search-input{
    border-radius:25px;
    border-color: #fff;
    font-size: 16px;
}


.nav-item.active {
    background-color: grey !important;
    border-radius: 50px;
    transition: all .4s ease-in;
}



.btn-sm{
    width: 114px !important;
}

.duzelt-butonlar {
    display: flex;
    align-items: center;
    margin-top: -30px;
    /*z-index: 9999;*/
    position: absolute;
}




.modal-view {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-view-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    z-index: 2;
}

/* The Close Button */
.modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .modal-close:hover,
    .modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


#date-Filter{
    color: #000;
    font-weight: bold;
    border: none;
    text-decoration: none;
    padding: 0px;
}

#date-Filter:focus{
    box-shadow: none;
}

#bildirimDiv{
    text-align: left;
    display: flex;
}

.font-weight-bold{
    font-weight:bold;
}