﻿@charset "utf-8";
/* CSS Document */

.renk1{background-color:#808080}
.renk2{background-color:#ff6a00}
.renk3{background-color:#00ff21}

.media:first-child {
   margin-top: 14px; 
}



.table>tbody>tr .basliktablo{
    font-size: 25px;
    text-align: center;
    
    background-color:  #D0D0D0;
}

.table>tbody>tr .bsatablo:hover{
   
         background-color: #B71212;
         color: #fff;

    }
    
    .table>tbody>tr .bsatablo{
   
         background-color: #F55A5A;
         color: #fff;

    }

.table>tbody>tr .bsatablo a{
    
    text-decoration:none;
    color:#fff;
}

.table>tbody>tr .detaylitablo a{
    
    text-decoration:none;
    color:#fff;
}
.table>tbody>tr .detaylitablo  i{
    
   font-size: 26px;
}
.table>tbody .overtr:hover {
      background-color: #F55A5A;
      color: #fff;
  
   } 
   .table>tbody>tr .detaylitablo:hover {
      background-color:  #F55A5A;
        color: #fff;
        
        
   } 
   
    .table>tbody>tr .detaylitablo {
      background-color: #B71212;
        color: #fff;
   } 
.social-icons-footer {
    margin: -3px 0 0 0;
    float: right;
}

.social-icons-footer li {
    display: inline;
    list-style: none;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#footer-bottom a {
    color: #232d37;
    font-weight: 600;
}
   
