﻿.DivUniteListesi{
    width:100%;
}

.DivUniteListesi .SinifAdlari{
        /*list-style-type: none;
        
        margin-left: 0px;*/
        line-height: 35px;
        padding-left: 5px;
        margin-top:2px;
        color: #fff;
        cursor: pointer;
        font-size: 13pt;
        background: #66665e;
        background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
        background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
        background: linear-gradient(#66665e 0%, #45463d 100%);
        border: 1px solid #aaa;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 3px 3px;
        text-shadow: 0 -2px 2px #000000;
        text-align: center;
}

.DivUniteListesi .UniteAdlari{
        position: relative;
        padding-left: 5px;
        margin-left: 0px !important;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 50px;
        border: 1px solid #c7c7c7;
        background-color: #fff;
        cursor: pointer;
        margin-top: 2px;
        text-align: left;
        border-radius: 3px 3px 3px 3px;
}


    .DivUniteListesi .UniteAdlari:before {
        content: "► ";
        /*text-shadow:1px 1px rgba(137, 132, 132, 0.75);*/
    }

        .DivUniteListesi .UniteAdlari:hover {
            text-shadow: 2px 2px 2px #000;
            color: #fff;
            background-color: rgba(187, 20, 20, 0.83);
            /*font-weight:bold;
        font-size:10pt;*/
        }

        .DivUniteListesi .UniteAdlari input {
            position: absolute;
            right: 2px;
            top: 3px;
            
        }

    .DivUniteListesi .UniteKonuUstDivi .KonuListesiDivi{
        position: relative;
        padding-left: 10px;
        
        margin: 2px;
        margin-bottom: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 50px;
        margin-left: 10px;
        border: 1px solid #c7c7c7;
        background-color: #ccc;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        text-align: left;
    }

        .DivUniteListesi .UniteKonuUstDivi .KonuListesiDivi:hover {
            text-shadow: 2px 2px 2px rgba(137, 132, 132, 0.75);
            text-shadow: 2px 2px 2px #000;
            color: #fff;
            background-color:#26759e

        }

        .DivUniteListesi .UniteKonuUstDivi .KonuListesiDivi input {
            position: absolute;
            top: 3px;
            right: 2px;
            float: right;
        }

        .DivUniteListesi .UniteKonuUstDivi .KonuListesiDivi:before {
            content: "» ";
            font-size: 20px;
        }



.DivUniteListesi .UniteKonuKazanimUstDivi .KazanimisimleriDivi{
        position: relative;
        padding-left: 10px;
        
        margin: 2px;
        margin-bottom: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 65px;
        margin-left: 30px;
        border: 1px solid #ccc;
        background-color: #eee;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        text-align: left;
    }

        .DivUniteListesi .UniteKonuKazanimUstDivi .KazanimisimleriDivi:hover {
            text-shadow: 2px 2px 2px rgba(137, 132, 132, 0.75);
            text-shadow: 1px 1px 2px #000;
            color: #fff;
            background-color:#66b24d;

        }

        .DivUniteListesi .UniteKonuKazanimUstDivi .KazanimisimleriDivi input {
            position: absolute;
            top: 3px;
            right: 2px;
            float: right;
        }

        .DivUniteListesi  .UniteKonuKazanimUstDivi .KazanimisimleriDivi:before {
            content: "• ";
            font-size: 20px;
        }


        

.DivUniteListesi .UniteKonuAltKonuUstDivi .AltKonuisimleriDivi{
        position: relative;
        padding-left: 10px;
        
        margin: 2px;
        margin-bottom: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 65px;
        margin-left: 30px;
        border: 1px solid #ccc;
        background-color: #fff7b4;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        text-align: left;
    }

        .DivUniteListesi .UniteKonuAltKonuUstDivi .AltKonuisimleriDivi:hover {
            text-shadow: 2px 2px 2px rgba(137, 132, 132, 0.75);
            text-shadow: 1px 1px 2px #000;
            color: #fff;
            background-color:#f18d02;

        }

        .DivUniteListesi .UniteKonuAltKonuUstDivi .AltKonuisimleriDivi input {
            position: absolute;
            top: 3px;
            right: 2px;
            float: right;
        }

        .DivUniteListesi  .UniteKonuAltKonuUstDivi .AltKonuisimleriDivi:before {
            content: "■ ";
            font-size: 20px;
        }






        /*
    .DivUniteListesi > ul {
        padding-left: 0px !important;
        margin: 0px;
        margin-top: 0px;

    }

    .DivUniteListesi > ul {
        padding-left: 0;
        margin: 2px;
    }

    .DivUniteListesi li {
        list-style-type: none;
        font-size: 11pt;
    }


    .DivUniteListesi > ul > li {
        position: relative;
        list-style-type: none;
        padding-left: 5px;
        margin-left: 0px;
        line-height: 35px;
        background-color: #808080;
        color: #fff;
        cursor: pointer;
        font-size: 13pt;
        background: #66665e;
        background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
        background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
        background: linear-gradient(#66665e 0%, #45463d 100%);
        border: 1px solid #aaa;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 3px 3px;
        text-shadow: 0 -2px 2px #000000;
        text-align: center;

    }


    .DivUniteListesi > ul > ul > li {
        position: relative;
        padding-left: 5px;
        margin-left: 0px !important;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 50px;
        border: 1px solid #c7c7c7;
        background-color: #fff;
        cursor: pointer;
        margin-top: 2px;
        text-align: left;
        border-radius: 3px 3px 3px 3px;
        margin-left:-40px !important;

    }

        .DivUniteListesi > ul > ul > li:hover {
            text-shadow: 2px 2px 2px #000;
            color: #fff;
            background-color: rgba(187, 20, 20, 0.83);

        }

        .DivUniteListesi > ul > ul > li input {
            position: absolute;
            right: 2px;
            top: 3px;
            float: right;
        }

        .DivUniteListesi > ul > ul > li:before {
            content: "► ";
        }

    .DivUniteListesi > ul > ul > ul > li {
        position: relative;
        padding-left: 10px;
        margin-left: 10px;
        margin: 2px;
        margin-bottom: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 50px;
        border: 1px solid #c7c7c7;
        background-color: #ccc;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        text-align: left;
        margin-left:-80px !important;
        
    }

        .DivUniteListesi > ul > ul > ul > li:hover {
            text-shadow: 2px 2px 2px rgba(137, 132, 132, 0.75);
            text-shadow: 2px 2px 2px #000;
            color: #fff;
            background-color:#26759e

        }

        .DivUniteListesi > ul > ul > ul > li input {
            position: absolute;
            top: 3px;
            right: 2px;
            float: right;
        }

        .DivUniteListesi > ul > ul > ul > li:before {
            content: "» ";
            font-size: 20px;
        }
        */

.KonuSoruSayilariTablosu {
    max-width: 500px;
    
    background-color:#fff;
    width:100%;
    border: 1px solid #999;
    border-collapse:collapse;
    cellpadding: 0;
    cellspacing: 0;
    
}
    .KonuSoruSayilariTablosu table {
        border:0;
    }
    .KonuSoruSayilariTablosu td {
        border:0;
        padding-bottom:0px;
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
    }

.KonuSoruSayilariTablosu .Unite{
    width:100%;
}
.KonuSoruSayilariTablosu .Konular{
    width:100%;
}
.KonuSoruSayilariTablosu .Siniftr td:nth-child(1){
    position:relative;
    text-indent:20px;
}
.KonuSoruSayilariTablosu .Siniftr td:nth-child(1):before{
    content:"* ";
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  -webkit-transform: origin(50% 20%);
  -ms-transform: origin(50% 20%);
  transform: origin(50% 20%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: 0px;
  pointer-events: none;
  position: absolute;
  left: 5px;
  top: 40%;
    
}

.KonuSoruSayilariTablosu .Siniftr.open td:nth-child(1):before{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.KonuSoruSayilariTablosu .ToplamlarTD{
    vertical-align:top;
    text-align:right;
    /*font-weight:bold;*/
    padding-right:5px;
}
.KonuSoruSayilariTablosu .SinifSayisiTD{
    font-weight:bold;
}
.KonuSoruSayilariTablosu .UniteSayisiTD{
    font-weight:bold;
}


.KonuSoruSayilariTablosu .Siniftr{
    background-color:#ccc;
    border:1px solid #999;
    cursor:pointer;
    font-weight:bold;
    line-height:30px;
}

.KonuSoruSayilariTablosu .Unite{
    background-color:#8abff8;
}
.KonuSoruSayilariTablosu .Unite tr{
    background-color:#e0e0e0;
    border-bottom:1px solid #999;
    text-indent:15px;
}
.KonuSoruSayilariTablosu .Konular{
    background-color:#fff;
}
.KonuSoruSayilariTablosu .Konular tr{
    background-color:#fff;
    border-bottom:1px solid #999;
    text-indent:25px;
}



