﻿html {
    background-color: white;
}

.font {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
}

#aLOGO {
    padding: 12px 16px 0px 12px;
    vertical-align: middle;
}

    #aLOGO:hover {
        background-color: #333;
    }

#aLinkedin {
    margin-left: 30px;
    margin-right: 10px;
    width: 25px;
    height: auto;
    padding: 0px;
    float: right;
}

    #aLinkedin:hover {
        background-color: #337ab7;
    }

.header {
    z-index: 9999;
    width: 100px;
    position: fixed;
    top: 0px;
    right: 50px;
    float: right;
    background-color: #333;
}

    .header td {
        padding-top: 10px;
        padding-right: 10px;
    }

        .header td a {
            text-decoration: none;
            color: #f2f2f2;
        }

.copyRight {
    z-index: 9999;
    /*width: 100px;*/
    position: fixed;
    bottom: 0px;
    right: 0px;
    float: right;
    font-size: 10px;
}

    .copyRight td {
        padding-bottom: 10px;
        padding-right: 10px;
    }

.bilgiIsteOzel {
    /*float: right;
    margin-right: 40px;*/
    background-color: #4CAF50;
    /*border: none;
    border-radius: 10px;*/
}

.buttonBilgiIste {
    margin: 5px;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
}

    .buttonBilgiIste:hover {
        opacity: 0.7;
    }

.teknolojiIcon {
    margin: 0px 1% 1% 0px;
    border: 1px solid #337ab7;
    border-radius: 3px;
}

.buttonKategoriler {
    background-color: #337ab7;
    border: none;
    border-radius: 6px;
    color: white;
    text-decoration: none;
    /*color: white;
    padding: 25px;*/
    padding-block-start: 3%;
    text-align: center;
    vertical-align: middle;
    /*text-decoration: none;*/
    display: inline-block;
    /*font-size: 20px;*/
    margin: 0px 1% 1% 0px;
    width: 15vw;
    max-width: 15vw;
    height: 12vh;
    max-height: 12vh;
    /*line-height: 15vh;*/
    /*float:left;*/
}

    .buttonKategoriler:hover {
        opacity: 0.7;
    }

.requiredFieldValidator_demoTalepEt {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.mesaj_demoTalepEt {
    max-width: 350px;
    word-wrap: break-word;
}

.mesaj_KVKK {
    max-width: 350px;
    word-wrap: break-word;
    color: black;
    font-size: 8pt;
}

.mesaj_KVKK_a {
    text-decoration: none;
    font-weight: bold;
    color: #008CBA;
    padding: 0px;
}

.tblMain {
    width: 100%;
}

    .tblMain td {
        text-align: left;
        vertical-align: top;
        height: auto;
        padding: 5px;
        /*vertical-align: middle;*/
    }

    .tblMain h3 {
        padding-bottom: 5px;
        color: #337ab7;
        border-bottom: 2px solid #337ab7;
    }

/*    .tblMain p {
        line-height: 36px;
    }*/

/*    .tblMain img {
        border-radius: 10px;
        float: right;
        width: 100%;
        height: auto;
    }
*/

.dropDownList_bilgiIste {
    width: 100%;
    height: 35px;
    padding: 5px;
    background-color: #d3d3d3;
    vertical-align: middle;
    color: black;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
}

.textBox_bilgiIste {
    width: 100%;
    height: 30px;
    padding: 5px;
    background-color: #ffffe0;
    vertical-align: middle;
    color: black;
    border: 1px solid lightgrey;
    border-radius: 3px;
    font-size: 16px;
}

.buttonGonder_bilgiIste {
    width: 100%;
    background-color: #800600;
    border: 1px solid #800600;
    border-radius: 3px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    /*float: right;*/
}

    .buttonGonder_bilgiIste:hover {
        opacity: 0.7;
    }

.takvimDiv {
    text-align: center;
    vertical-align: central middle;
    border: 2px solid white;
    border-radius: 5px;
    width: 200px;
    min-height: 50vh;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
}

.takvimDiv_backgroundRed {
    background-color: #ff6961;
}

.takvimDiv_backgroundGreen {
    background-color: #4caf50;
}

.takvimDiv_backgroundOrange {
    background-color: #ffca18;
}

.takvimDiv_backgroundGray {
    background-color: #d3d3d3;
}

.takvimParagrafEgitimAdi {
    font-weight: bold;
    font-size: 18px;
    color: #800600;
    padding-bottom: 10px;
    border-bottom: 1px solid #800600;
}

.takvimParagrafBasvurButonu {
    padding-top: 10px;
}

.takvimBasvurButonu {
    padding: 10px;
    background-color: #800600;
    color: #d3d3d3;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 3px;
}
