﻿#myNavbar a{
    color:black;
    font-size:15px;
} 

#myNavbar a:hover{
    color:white; background-color:deepskyblue
} 

#myNavbar a:visited{
    background-color:deepskyblue
}

#myNavbar ul li ul a:visited{
    background-color:deepskyblue
}

.navbar-toggler {
    background-color: whitesmoke;
    border: 1px solid transparent;
}

.navbar-toggler:focus, 
.navbar-toggler:hover {
    background-color: deepskyblue;
}

.navbar-toggler {
    border-color: rgb(255,102,203);
}

/*.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

#myNavbar a:active{
    color:yellow
}
#myNavbar a:focus{
    color:white;
    background-color:dodgerblue;
}

#myNavbar ul{
    background-color:skyblue
}

.PanelStil

{

padding:10px 10px 10px 10px;

}


/* Dropdown menu background color*/
.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: normal;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px white;
    
}

.GridPager a {
    background-color: #ffd800;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {

    background: #00ff21;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: black;
    text-shadow: 0px 0px 2px black;
    border: 1px solid white;
}
/*GridView Sayfa Numaralandırma icin*/


/*placeholder font küçükltmek için*/
input,
input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 3;
    color:grey;
    /*opacity: 0.7;*/
}
/*placeholder font küçükltmek için*/


/*Gridview hücre içi hizalama için*/
/*.grid td, .grid th{
  text-align:center;
  vertical-align:middle;}*/
/*Gridview hücre içi hizalama için*/



#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
