html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.topcontainer {
    position: relative;
    min-height: 125px;
    margin-top: 40px;
    padding: 15px;
    border-style: solid solid none;
    border-width: 2px;
    border-color: #d8d8d8;
}

.logo {
    width: 200px;
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    float: right;
}

.firmabaslik {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 50px;
}

.bottomcontainer {
    padding: 15px;
    border-style: none solid solid;
    border-width: 2px;
    border-color: #d8d8d8;
    background-color: #f4f4f4;
}

.bodycontainer {
    margin-top: 0px;
    padding: 20px;
    border: 2px solid #d8d8d8;
}

.tarih {
    float: right;
    font-size: 12px;
}

.linkedin {
    margin-left: 3px;
    padding-left: 0px;
}

.copyrightmetin {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #a0a3a7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
}

.firmalinki {
    color: #00b9f2;
    font-weight: 700;
    text-decoration: none;
}

.bodytarih {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 30px;
}

.kabuledildi {
    background-color: #1aff00;
    padding: 3px;
}

.reddedildi {
    background-color: #ff002f;
    padding: 3px;
    color: white;
}

.bottomadres {
    color: #a0a3a7;
    font-size: 11px;
}

.bottomtelfax {
    color: #a0a3a7;
    font-size: 11px;
}

.body-tablo {
    display: block;
    margin: 30px 0px 0px;
    padding: 10px 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px 2px;
    border-color: #e7e4e4;
    background-color: rgba(0, 0, 0, .02);
    text-align: center;
}

.bodytablopadding {
    position: relative;
    margin-top: 0px;
}

.bodyform {
    margin-top: 30px;
}

.kaydetbutton {
    margin-top: 20px;
    padding: 22px 44px;
}

.textarea {
    margin-bottom: 25px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .logo {
        margin-top: auto;
    }

    .logo {
        position: static;
        height: auto;
        margin-top: 5%;
        float: none;
        clear: both;
        text-align: center;
    }

    .firmabaslik {
        position: static;
        overflow: visible;
        text-align: center;
        padding: 10px;
    }

    .topcontainer {
        position: static;
        margin: 24px 12px 12px;
        padding: 10px;
        border-width: 2px;
        text-align: center;
    }

    .bottomcontainer {
        margin: -13px 12px 12px;
    }

    .bodycontainer {
        margin: -13px 12px 13px;
        border-width: 2px;
        border-top-style: solid;
    }

    .firmabaslilkbody {
        text-align: center;
    }

    .bodytarih {
        padding-top: 20px;
        padding-left: 0px;
        text-align: center;
    }

    .bodyform {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .topcontainer {
        position: static;
        margin: 24px 12px 12px;
        padding: 10px;
        border-width: 2px;
        text-align: center;
    }

    .logo {
        position: static;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: inline-block;
        margin-top: 4%;
        float: none;
        clear: none;
        text-align: center;
    }

    .bottomcontainer {
        margin: -13px 13px 13px;
        text-align: center;
    }

    .bodycontainer {
        margin: -13px 13px 13px;
    }

    .copyrightmetin {
        text-align: center;
    }

    .firmalinki {
        text-align: center;
    }

    .bottomadres {
        /*text-align: center;*/
    }

    .bottomtelfax {
        /*text-align: center;*/
    }
}

@media (max-width: 479px) {
    .topcontainer {
        position: static;
        margin: 24px 12px 12px;
        padding: 10px;
        border-width: 2px;
        text-align: center;
    }

    .logo {
        position: static;
        height: auto;
        margin-top: 5%;
        float: none;
        clear: both;
        text-align: center;
    }

    .firmabaslik {
        position: static;
        overflow: visible;
        text-align: center;
    }

    .bottomcontainer {
        margin: -13px 12px 12px;
    }

    .bodycontainer {
        margin: -13px 12px 13px;
        border-width: 2px;
        border-top-style: solid;
    }

    .firmabaslilkbody {
        text-align: center;
    }

    .bodytarih {
        padding-top: 20px;
        padding-left: 0px;
        text-align: center;
    }

    .bodyform {
        text-align: center;
    }
}
