﻿body {
}

.red{
    color:#f00;
}
.form {
    margin-top: 20px;
}

    .form .title {
        font-size: 25px;
        color: #0086bc;
        font-weight: 800;
    }

    .form .form-icerik .text {
        color: #0086bc;
        font-size: 14px;
    }

.form-check label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    margin-bottom: 0px;
}

.form-check input[type="checkbox"], .form-check input[type="radio"] {
    position: absolute;
    right: 9000px;
}

    /*Check box*/
    .form-check input[type="radio"] + .label-text:before,
    .form-check input[type="checkbox"] + .label-text:before {
        content: "\f096";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    .form-check input[type="radio"]:checked + .label-text:before,
    .form-check input[type="checkbox"]:checked + .label-text:before {
        content: "\f14a";
        color: #2980b9;
        animation: effect 250ms ease-in;
    }

    .form-check input[type="radio"]:disabled + .label-text,
    .form-check input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        .form-check input[type="radio"]:disabled + .label-text:before,
        .form-check input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }

.form .area-header .area-title {
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .form .area-header .area-title span {
        color: #0086bc;
        font-size: 20px;
        font-weight: 600;
        background-color: #fff;
        padding-right: 15px;
    }

    .form .area-header .area-title .border {
        border-bottom: 2px solid #ddd;
        position: absolute;
        width: 100%;
        top: 51%;
        left: 0px;
        z-index: -1;
    }

.form .form-group {
    margin-top: 10px;
}

.form .clearfix {
    display: block;
}

.form .btn-ekle {
    background-color: #fff;
    border: 1px solid #0086bc;
    color: #0086bc;
    margin-top: 25px;
    font-size: 14px;
}

.span-text {
    color: #666;
    font-size: 14px;
}

.btn-kaydet {
    color: #fff;
    background-color: #0086bc;
    border-radius: 0px;
    font-size: 14px;
    padding: 6px 25px;
}

.margin-top-bottom {
    margin-top: 20px;
    margin-bottom: 40px;
}

.error-message {
    font-size: 12px;
    color: #f00;
}
.data-header{
    font-size:13px;
    color:#0086bc;
}
.data-text{
    font-size:13px;
}
.table-list div{
    float:left;
}
.table-list{
    border-bottom:1px solid #0086bc;
    padding:5px 0px;
}
.list-head{
    color:#0086bc;
    font-weight:600;
    text-decoration:underline;
}
.kaldir-btn{
    color:#f00;
    text-decoration:underline;
    font-size:13px;
    cursor:pointer;
}
.hidden{
    display:none;
}
