﻿* {
    padding: 0;
    margin: 0;
}

body {
    background-color: white;
}

h1 {
    font: bold 32px Verdana;
    color: #666;
    text-align: left;
    padding: 20px 0;
}

#container {
    margin: 10px auto;
}

.textbox {
    width: calc(100%-5px);
    margin: 0 auto;
    font-family: Segoe\000020UI,Tahoma,Arial;
    font-size: 11px;
    padding: 2px;
    background-color: transparent;
    border: solid 1px black;
}

.button {
    background: #002050;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font: bold 11px Verdana, Helvetica, sans-serif;
    border: thin solid black;
    cursor: pointer;
}

.roundBottom5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.roundBottom10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.roundBottom15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.roundTop5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.roundTop10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.roundTop15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.marginCenter {
    margin-right: auto;
    margin-left: auto;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.limitOn {
    color: red;
}

.limitOff {
    color: #717171;
}

.txtIndirimYuzdesi {
    border: none !important;
    width: 34px !important;
    font-size: 11px !important;
}

.loader {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

    .loader .ajax-loader {
        z-index: 9999;
        opacity: 1;
        filter: alpha(opacity=100);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -175px; /* -1 * image width / 2 */
        margin-top: -60px; /* -1 * image height / 2 */
        display: block;
        background-color: White;
        border: thin solid black;
        font-size: 16px;
        text-align: center;
        width: 350px;
        height: 115px;
        padding: 10px;
    }

        .loader .ajax-loader div {
            float: left;
            vertical-align: middle;
            text-align: center;
            width: 100% !important;
        }

            .loader .ajax-loader div:first-child {
                padding-top: 10px;
                height: 60px;
                vertical-align: middle;
            }

select {
    cursor: pointer !important;
    border: thin solid silver;
    padding: 2px;
    background-color: transparent !important;
    width: 99%;
    font-size: 11px;
    color: #444444;
    font-family: Segoe\000020UI,Tahoma,Arial;
}

input {
    font-size: 12px;
    color: #88a7b6;
}

table {
}

th {
    font-weight: lighter;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: Segoe\000020UI,Tahoma,Arial;
    font-size: 13.5px;
    color: #435664;
}

td {
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: Segoe\000020UI,Tahoma,Arial;
    font-size: 13px;
    color: #1d466b;
}


#divEgitimBilgileri td {
    font-size: 13.5px;
}

#divMaster {
    margin: 0 auto;
}

#btnKayitOl, #btnAlert {
    width: 250px !important;
    color: white;
    border: none;
    background-color: black;
    cursor: pointer;
    font-size: 20px;
    padding:25px;
}

#ltrlMesaj {
    color: #435664;
}

#divKatilimFormu, #divEgitimBilgileri, #divKatilimcilar, #divMesaj {
    font-size: 12px !important;
    background-color: white;
    margin-right: 50px;
    width:99.59%;
    justify-items:center;
}

    #divEgitimBilgileri td {
        padding-bottom: 10px;
        padding-left: 15px;
    }

    #divKatilimFormu input {
        width: 185px;
        border: 1px solid #1d466b;
        padding: 5px;
        font-family: 'Open Sans' !important;
    }

    #divKatilimFormu th, #divEgitimBilgileri th {
        min-width: 100px !important;
    }

#divEgitimBilgileri {
    width: 490px;
}

#divKatilimcilar {
    width: calc(90% + 20px) !important;
}

    #divKatilimcilar table {
        width: 100%;
    }

.legend {
    width: calc(100%);
    background: black;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: Segoe\000020UI,Tahoma,Arial;
    text-align: center;
}

#divAydinlatmaMetni {
    width: 195px;
    font-size: 11px;
    font-family: 'Times New Roman';
    padding: 5px 0 10px 0;
}

    #divAydinlatmaMetni #cbAydinlatmaMetni {
        width: 11px !important;
        margin-right: 5px;
    }


.disableButtton {
    background-color: silver !important;
    cursor: default !important;
}
