 #result {
        position: absolute;
        width: 100%;
        max-width: 600px;
        cursor: pointer;
        overflow-y: auto;
        max-height: 650px;
        box-sizing: border-box;
        z-index: 1001;
        color: #000;
        border-radius: 70px 0px 0px 40px;
        -moz-border-radius: 41px 0px 0px 40px;
        -webkit-border-radius: 41px 0px 0px 40px;
        font-size: 11px;
        font-weight: bold;
        -webkit-box-shadow: -1px 0px 12px -1px rgba(0, 0, 0, 0.29);
        -moz-box-shadow: -1px 0px 12px -1px rgba(0, 0, 0, 0.29);
        box-shadow: -1px 0px 12px -1px rgba(0, 0, 0, 0.29);
    }

    .link-class:hover {
        background-color: #f1f1f1;
    }

    .link-class2 {
        color: #000;
        font-size: 10px;
    }

    .popover {
        max-width: 400px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .seri_resim {
        max-width: 100%;
        border: 1px solid #ccc;
        padding: 2px;
    }

    .kullanim_resim {
        max-width: 100%;

    }

    .aciklama {
        font-size: 16px;

    }

    .no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fixHeader {
        overflow-y: auto;
    }

    .fixHeader th {
        position: sticky;
        top: 0;
        background-color: #f1f1f1;
        font-size: 12px;
    }

    .fixHeader table {
        border-collapse: collapse;
        width: 100%;
    }

    .fixHeader th,
    .fixHeader td {
        padding: 8px 16px;
    }

    #modal-body_mid {
        -webkit-box-shadow: -2px -2px 18px 15px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: -2px -2px 18px 15px rgba(0, 0, 0, 0.11);
        box-shadow: -2px -2px 18px 15px rgba(0, 0, 0, 0.11);
    }

    #ct-page {
        background-color: white;
        width:1000px;
        margin-top:10px;
        
        min-height:400px;
    }


.tbl {
    font-size:10px;

}

.tbl th {

    font-size: 11px;
    font-weight: 0;
    padding:4px;

    
}

.tbl button {

    
}
.tbl td{
    padding:4px;
    border-bottom: none;
 
}

.btn-group-xs>.btn,
.btn-xs {
 padding:1px 5px;
 font-size:10px;
 font-weight: 100;
 line-height:1.5;
 border-radius:3px
}



.tbl_olcu_field {

}

.corner {
    border-radius: 25px;
    padding: 5px;
    -webkit-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.23);
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.23);
    border:1px solid #aeadad;


}

.oval-btn {
    background-color: #081f2d;
    border-radius: 29px;
    border: 1px solid #081F2D;
    color: white;
    font-size: 9px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.oval-btn:hover {
    background-color: white;
    color: #081F2D;
    border-color: #081F2D;
    transition: 0.3s;
}