﻿.custom-radio-bati {
    font-family: "Roboto", sans-serif;
}

    .custom-radio-bati .form-gp {
        display: grid;
    }

        .custom-radio-bati .form-gp label {
            color: black;
        }

    .custom-radio-bati .radio {
        position: relative;
        cursor: pointer;
        line-height: 21px;
        font-size: 13px;
        margin: 0px 0px 0px 7px;
    }

        .custom-radio-bati .radio .label {
            position: relative;
            display: block;
            float: left;
            margin-right: 10px;
            width: 20px;
            height: 20px;
            border: 2px solid #c8ccd4;
            border-radius: 100%;
            -webkit-tap-highlight-color: transparent;
            background-color: white;
        }

    .custom-radio-bati .cntr label {
        margin-right: 0px;
    }

    .custom-radio-bati .radio .label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #225cff;
        transform: scale(0);
        transition: all 0.2s ease;
        opacity: 0.08;
        pointer-events: none;
    }

    .custom-radio-bati .half-opac {
        opacity: 0.5;
    }

    .custom-radio-bati .radio:hover .label:after {
        transform: scale(3.6);
    }

    .custom-radio-bati input[type="radio"]:checked + .label {
        border-color: #225cff;
    }

        .custom-radio-bati input[type="radio"]:checked + .label:after {
            transform: scale(1);
            transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
            opacity: 1;
        }

    .custom-radio-bati input[type="checkbox"]:checked + .label {
        border-color: #225cff;
    }

        .custom-radio-bati input[type="checkbox"]:checked + .label:after {
            transform: scale(1);
            transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
            opacity: 1;
        }

    .custom-radio-bati .cntr {
        position: absolute;
        top: calc(50% - 10px);
        left: 0;
        width: 100%;
        text-align: right;
    }

    .custom-radio-bati .hidden {
        display: none;
    }

    .custom-radio-bati .credit {
        position: fixed;
        right: 20px;
        bottom: 20px;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        user-select: none;
        opacity: 0.6;
    }

        .custom-radio-bati .credit img {
            width: 72px;
        }

        .custom-radio-bati .credit:hover {
            transform: scale(0.95);
        }



.btn-bati {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-bati {
    background-color: #E2E5E8;
    /* border: 1px solid #32343d; */
    color: #212229;
    font-weight: 500;
    letter-spacing: -.1px;
    display: inline-flex;
    width: 100%;
}

    .btn-bati:hover {
        background-color: #ebeef0;
        color: #32343d;
        font-weight: 500;
        letter-spacing: -.1px;
    }

    .btn-bati .sol-bolge {
        height: 100%;
        float: left;
        padding: 9px 15px 9px 15px;
        color: white;
    }

        .btn-bati .sol-bolge i {
            color: white;
            font-weight: 600;
        }


    .btn-bati .icerik {
        text-overflow: ellipsis;
        word-break: break-word;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 9px;
        margin-top: 8px;
    }

div[class=btn-bati] {
    cursor: none;
}

button[class=btn-bati] {
    cursor: pointer;
}






.betene {
    /* padding: 9px 20px; */
    min-height: 46px;
    margin-bottom: 2px;
    line-height: 28px;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    border: 1px solid;
}

    .betene a {
        color: white;
    }

    .betene .betene-content {
        padding-left: 12px;
        padding-right: 10px;
    }

    .betene.btn-default {
        border-color: #DBE0E4;
        background: #FFF;
        color: #454545;
    }

.btn.btn-default:hover,
.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:active:focus {
    border-color: #ccd3d9;
    background: #f7f7f7;
    color: #383838;
}

.betene.btn-default:focus {
    border-color: #ccd3d9;
    background: #f7f7f7;
    color: #454545;
}

.betene.btn-default:focus,
.betene.btn-default.active,
.betene.btn-default:active,
.betene.btn-default:active:focus {
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}

    .betene.btn-default:focus.btn-icon-fixed span,
    .betene.btn-default.active.btn-icon-fixed span,
    .betene.btn-default:active.btn-icon-fixed span,
    .betene.btn-default:active:focus.btn-icon-fixed span {
        border-color: #ccd3d9;
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

.betene.btn-default.btn-clean {
    background: transparent;
    color: #FFF;
    color: #454545;
}

    .betene.btn-default.btn-clean:hover,
    .betene.btn-default.btn-clean:active,
    .betene.btn-default.btn-clean:active:focus {
        color: #454545;
        background: #FFF;
        border-color: #FFF;
        border-color: #bec7ce;
        color: #2b2b2b;
    }

.betene.btn-default.btn-rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.betene.btn-default.btn-icon-fixed span[class^="icon-"],
.betene.btn-default.btn-icon-fixed span.fa {
    border-right: 1px solid #DBE0E4;
    background: #f7f7f7;
}

.betene.btn-primary {
    border-color: #232839;
    background: #292f43;
    color: #FFF;
}

    .betene.btn-primary:hover,
    .betene.btn-primary.active,
    .betene.btn-primary:active,
    .betene.btn-primary:active:focus {
        border-color: #1a1d29;
        background: #232839;
        color: #f2f2f2;
    }

    .betene.btn-primary:focus {
        border-color: #1a1d29;
        background: #232839;
        color: #FFF;
    }

    .betene.btn-primary:focus,
    .betene.btn-primary.active,
    .betene.btn-primary:active,
    .betene.btn-primary:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-primary:focus.btn-icon-fixed span,
        .betene.btn-primary.active.btn-icon-fixed span,
        .betene.btn-primary:active.btn-icon-fixed span,
        .betene.btn-primary:active:focus.btn-icon-fixed span {
            border-color: #1a1d29;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-primary.btn-clean {
        background: transparent;
        color: #292f43;
    }

.btn.btn-primary.btn-clean:hover,
.btn.btn-primary.btn-clean:active,
.btn.btn-primary.btn-clean:active:focus {
    color: #FFF;
    background: #292f43;
    border-color: #292f43;
}

.betene.btn-primary.btn-rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.betene.btn-primary.btn-icon-fixed span[class^="icon-"],
.betene.btn-primary.btn-icon-fixed span.fa {
    border-right: 1px solid #232839;
    background: #232839;
}

.betene.btn-success {
    border-color: #6ea038;
    background: #76AB3C;
    color: #FFF;
}

    .betene.btn-success:hover,
    .betene.btn-success.active,
    .betene.btn-success:active,
    .betene.btn-success:active:focus {
        border-color: #618d31;
        background: #6ea038;
        color: #f2f2f2;
    }

    .betene.btn-success:focus {
        border-color: #618d31;
        background: #6ea038;
        color: #FFF;
    }

    .betene.btn-success:focus,
    .betene.btn-success.active,
    .betene.btn-success:active,
    .betene.btn-success:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-success:focus.btn-icon-fixed span,
        .betene.btn-success.active.btn-icon-fixed span,
        .betene.btn-success:active.btn-icon-fixed span,
        .betene.btn-success:active:focus.btn-icon-fixed span {
            border-color: #618d31;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-success.btn-clean {
        background: transparent;
        color: #76AB3C;
    }

        .betene.btn-success.btn-clean:hover,
        .betene.btn-success.btn-clean:active,
        .betene.btn-success.btn-clean:active:focus {
            color: #FFF;
            background: #76AB3C;
            border-color: #76AB3C;
        }

    .betene.btn-success.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-success.btn-icon-fixed span[class^="icon-"],
    .betene.btn-success.btn-icon-fixed span.fa {
        border-right: 1px solid #6ea038;
        background: #6ea038;
    }

/*Mavi Button*/

.betene.btn-mavi {
    border-color: #1884f9;
    background: #0062CC;
    color: #FFF;
}

    .betene.btn-mavi:hover,
    .betene.btn-mavi.active,
    .betene.btn-mavi:active,
    .betene.btn-mavi:active:focus {
        border-color: #1884f9;
        background: #1884f9;
        color: #f2f2f2;
    }

    .betene.btn-mavi:focus {
        border-color: #1884f9;
        background: #1884f9;
        color: #FFF;
    }

    .betene.btn-mavi:focus,
    .betene.btn-mavi.active,
    .betene.btn-mavi:active,
    .betene.btn-mavi:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-mavi:focus.btn-icon-fixed span,
        .betene.btn-mavi.active.btn-icon-fixed span,
        .betene.btn-mavi:active.btn-icon-fixed span,
        .betene.btn-mavi:active:focus.btn-icon-fixed span {
            border-color: #618d31;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-mavi.btn-clean {
        background: transparent;
        color: #76AB3C;
    }

        .betene.btn-mavi.btn-clean:hover,
        .betene.btn-mavi.btn-clean:active,
        .betene.btn-mavi.btn-clean:active:focus {
            color: #FFF;
            background: #76AB3C;
            border-color: #76AB3C;
        }

    .betene.btn-mavi.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-mavi.btn-icon-fixed span[class^="icon-"],
    .betene.btn-mavi.btn-icon-fixed span.fa {
        border-right: 1px solid #6ea038;
        background: #6ea038;
    }

/*Mavi Button*/

.betene.btn-info {
    border-color: #42b0db;
    background: #4FB5DD;
    color: #FFF;
}

    .betene.btn-info:hover,
    .betene.btn-info.active,
    .betene.btn-info:active,
    .betene.btn-info:active:focus {
        border-color: #2da7d6;
        background: #42b0db;
        color: #f2f2f2;
    }

    .betene.btn-info:focus {
        border-color: #2da7d6;
        background: #42b0db;
        color: #FFF;
    }

    .betene.btn-info:focus,
    .betene.btn-info.active,
    .betene.btn-info:active,
    .betene.btn-info:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-info:focus.btn-icon-fixed span,
        .betene.btn-info.active.btn-icon-fixed span,
        .betene.btn-info:active.btn-icon-fixed span,
        .betene.btn-info:active:focus.btn-icon-fixed span {
            border-color: #2da7d6;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-info.btn-clean {
        background: transparent;
        color: #4FB5DD;
    }

        .betene.btn-info.btn-clean:hover,
        .betene.btn-info.btn-clean:active,
        .betene.btn-info.btn-clean:active:focus {
            color: #FFF;
            background: #4FB5DD;
            border-color: #4FB5DD;
        }

    .betene.btn-info.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-info.btn-icon-fixed span[class^="icon-"],
    .betene.btn-info.btn-icon-fixed span.fa {
        border-right: 1px solid #42b0db;
        background: #42b0db;
    }

.betene.btn-warning {
    border-color: #e79500;
    background: #F69F00;
    color: #FFF;
}

    .betene.btn-warning:hover,
    .betene.btn-warning.active,
    .betene.btn-warning:active,
    .betene.btn-warning:active:focus {
        border-color: #cd8500;
        background: #e79500;
        color: #f2f2f2;
    }

    .betene.btn-warning:focus {
        border-color: #cd8500;
        background: #e79500;
        color: #FFF;
    }

    .betene.btn-warning:focus,
    .betene.btn-warning.active,
    .betene.btn-warning:active,
    .betene.btn-warning:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-warning:focus.btn-icon-fixed span,
        .betene.btn-warning.active.btn-icon-fixed span,
        .betene.btn-warning:active.btn-icon-fixed span,
        .betene.btn-warning:active:focus.btn-icon-fixed span {
            border-color: #cd8500;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-warning.btn-clean {
        background: transparent;
        color: #F69F00;
    }

        .betene.btn-warning.btn-clean:hover,
        .betene.btn-warning.btn-clean:active,
        .betene.btn-warning.btn-clean:active:focus {
            color: #FFF;
            background: #F69F00;
            border-color: #F69F00;
        }

    .betene.btn-warning.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-warning.btn-icon-fixed span[class^="icon-"],
    .betene.btn-warning.btn-icon-fixed span.fa {
        border-right: 1px solid #e79500;
        background: #e79500;
    }

.betene.btn-danger {
    border-color: #ef4043;
    background: #F04E51;
    color: #FFF;
}

    .betene.btn-danger:hover,
    .betene.btn-danger.active,
    .betene.btn-danger:active,
    .betene.btn-danger:active:focus {
        border-color: #ed282c;
        background: #ef4043;
        color: #f2f2f2;
    }

    .betene.btn-danger:focus {
        border-color: #ed282c;
        background: #ef4043;
        color: #FFF;
    }

    .betene.btn-danger:focus,
    .betene.btn-danger.active,
    .betene.btn-danger:active,
    .betene.btn-danger:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-danger:focus.btn-icon-fixed span,
        .betene.btn-danger.active.btn-icon-fixed span,
        .betene.btn-danger:active.btn-icon-fixed span,
        .betene.btn-danger:active:focus.btn-icon-fixed span {
            border-color: #ed282c;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-danger.btn-clean {
        background: transparent;
        color: #F04E51;
    }

        .betene.btn-danger.btn-clean:hover,
        .betene.btn-danger.btn-clean:active,
        .betene.btn-danger.btn-clean:active:focus {
            color: #FFF;
            background: #F04E51;
            border-color: #F04E51;
        }

    .betene.btn-danger.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-danger.btn-icon-fixed span[class^="icon-"],
    .betene.btn-danger.btn-icon-fixed span.fa {
        border-right: 1px solid #ef4043;
        background: #ef4043;
    }

.betene.btn-link {
    border-color: transparent;
    background: transparent;
    color: #7F8FA4;
}

    .betene.btn-link:hover,
    .betene.btn-link.active,
    .betene.btn-link:active,
    .betene.btn-link:active:focus {
        border-color: rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0);
        color: #708299;
    }

    .betene.btn-link:focus {
        border-color: rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0);
        color: #7F8FA4;
    }

    .betene.btn-link:focus,
    .betene.btn-link.active,
    .betene.btn-link:active,
    .betene.btn-link:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .betene.btn-link:focus.btn-icon-fixed span,
        .betene.btn-link.active.btn-icon-fixed span,
        .betene.btn-link:active.btn-icon-fixed span,
        .betene.btn-link:active:focus.btn-icon-fixed span {
            border-color: rgba(0, 0, 0, 0);
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-link.btn-clean {
        background: transparent;
        color: transparent;
    }

        .betene.btn-link.btn-clean:hover,
        .betene.btn-link.btn-clean:active,
        .betene.btn-link.btn-clean:active:focus {
            color: #7F8FA4;
            background: transparent;
            border-color: transparent;
        }

    .betene.btn-link.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-link.btn-icon-fixed span[class^="icon-"],
    .betene.btn-link.btn-icon-fixed span.fa {
        border-right: 1px solid transparent;
        background: rgba(0, 0, 0, 0);
    }

.betene.btn-facebook {
    border-color: #43609f;
    background: #4867aa;
    color: #FFF;
}

    .betene.btn-facebook:hover,
    .betene.btn-facebook.active,
    .betene.btn-facebook:active,
    .betene.btn-facebook:active:focus {
        border-color: #3c568d;
        background: #43609f;
        color: #f2f2f2;
    }

    .betene.btn-facebook:focus {
        border-color: #3c568d;
        background: #43609f;
        color: #FFF;
    }

    .betene.btn-facebook:focus,
    .betene.btn-facebook.active,
    .betene.btn-facebook:active,
    .betene.btn-facebook:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-facebook:focus.btn-icon-fixed span,
        .betene.btn-facebook.active.btn-icon-fixed span,
        .betene.btn-facebook:active.btn-icon-fixed span,
        .betene.btn-facebook:active:focus.btn-icon-fixed span {
            border-color: #3c568d;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-facebook.btn-clean {
        background: transparent;
        color: #4867aa;
    }

        .betene.btn-facebook.btn-clean:hover,
        .betene.btn-facebook.btn-clean:active,
        .betene.btn-facebook.btn-clean:active:focus {
            color: #FFF;
            background: #4867aa;
            border-color: #4867aa;
        }

    .betene.btn-facebook.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-facebook.btn-icon-fixed span[class^="icon-"],
    .betene.btn-facebook.btn-icon-fixed span.fa {
        border-right: 1px solid #43609f;
        background: #43609f;
    }

.betene.btn-twitter {
    border-color: #00a0e2;
    background: #00abf1;
    color: #FFF;
}

    .betene.btn-twitter:hover,
    .betene.btn-twitter.active,
    .betene.btn-twitter:active,
    .betene.btn-twitter:active:focus {
        border-color: #008ec8;
        background: #00a0e2;
        color: #f2f2f2;
    }

    .betene.btn-twitter:focus {
        border-color: #008ec8;
        background: #00a0e2;
        color: #FFF;
    }

    .betene.btn-twitter:focus,
    .betene.btn-twitter.active,
    .betene.btn-twitter:active,
    .betene.btn-twitter:active:focus {
        -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

        .betene.btn-twitter:focus.btn-icon-fixed span,
        .betene.btn-twitter.active.btn-icon-fixed span,
        .betene.btn-twitter:active.btn-icon-fixed span,
        .betene.btn-twitter:active:focus.btn-icon-fixed span {
            border-color: #008ec8;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
        }

    .betene.btn-twitter.btn-clean {
        background: transparent;
        color: #00abf1;
    }

        .betene.btn-twitter.btn-clean:hover,
        .betene.btn-twitter.btn-clean:active,
        .betene.btn-twitter.btn-clean:active:focus {
            color: #FFF;
            background: #00abf1;
            border-color: #00abf1;
        }

    .betene.btn-twitter.btn-rounded {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .betene.btn-twitter.btn-icon-fixed span[class^="icon-"],
    .betene.btn-twitter.btn-icon-fixed span.fa {
        border-right: 1px solid #00a0e2;
        background: #00a0e2;
    }

.betene span[class^='icon-'] {
    margin: 0px 10px 0px -5px;
    float: left;
    line-height: 28px;
    font-size: 20px;
}

    .betene span[class^='icon-'].pull-right {
        margin: 0px -5px 0px 10px;
        float: right;
    }

.betene span.fa {
    font-size: 14px;
}

.betene.btn-default span[class^="icon-"],
.betene.btn-default .fa {
    color: #7F8FA4;
}

.betene.btn-icon-fixed {
    position: relative;
    padding-left: 36px;
    border-radius: 2.5px;
}

    .betene.btn-icon-fixed span[class^='icon-'],
    .betene.btn-icon-fixed span.fa {
        position: absolute;
        left: 0px;
        top: 1px;
        width: 40px;
        height: 44px;
        line-height: 44px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .betene.btn-icon-fixed span[class^='icon-'] {
        margin-left: 0px;
    }

.betene.btn-lg {
    padding: 10px 30px;
    font-size: 13px;
    text-transform: uppercase;
}

    .betene.btn-lg.btn-icon {
        width: 50px;
    }

.betene.btn-sm {
    padding: 0px 15px;
    margin: 5px 0px;
}

    .betene.btn-sm.btn-icon {
        width: 30px;
    }

.betene.btn-xs {
    padding: 2px 10px;
    line-height: 20px;
}

    .betene.btn-xs.btn-icon {
        width: 24px;
    }

.betene.btn-icon {
    padding-left: 0px;
    padding-right: 0px;
    width: 40px;
}

    .betene.btn-icon span {
        line-height: 28px;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0px;
        font-size: 20px;
    }

        .betene.btn-icon span.fa {
            font-size: 14px;
        }






/*-----------*/


.has-success .app-checkbox span:before {
    border-color: #76AB3C;
}

.has-success .app-checkbox span:after {
    color: #76AB3C;
}

.has-success .app-radio span:before {
    border-color: #76AB3C;
}

.has-success .app-radio span:after {
    background: #76AB3C;
}

.has-warning .app-checkbox span:before {
    border-color: #F69F00;
}

.has-warning .app-checkbox span:after {
    color: #F69F00;
}

.has-error .app-checkbox span:before {
    border-color: #F04E51;
}

.has-error .app-checkbox span:after {
    color: #F04E51;
}



.app-radio label span:after {
    content: " ";
    background: #454545;
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
}

.app-radio.round label span:before,
.app-radio.round label span:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.app-radio.success label {
    color: #76AB3C;
}

    .app-radio.success label span:before {
        border-color: #76AB3C;
    }

    .app-radio.success label span:after {
        background: #76AB3C;
    }

.app-radio.warning label {
    color: #F69F00;
}

    .app-radio.warning label span:before {
        border-color: #F69F00;
    }

    .app-radio.warning label span:after {
        background: #F69F00;
    }

.app-radio.danger label {
    color: #F04E51;
}

    .app-radio.danger label span:before {
        border-color: #F04E51;
    }

    .app-radio.danger label span:after {
        background: #F04E51;
    }

.input-group .input-group-addon .app-checkbox,
.input-group .input-group-addon .app-radio {
    margin: 0px;
}

    .input-group .input-group-addon .app-checkbox label,
    .input-group .input-group-addon .app-radio label {
        float: left;
        padding-left: 20px;
        margin-top: -10px;
    }

.dropdown-menu > li .app-checkbox,
.dropdown-menu > li .app-radio {
    float: left;
    width: auto;
    margin: 5px 0px;
}

.has-success .app-radio span:before {
    border-color: #76AB3C;
}

.has-success .app-radio span:after {
    background: #76AB3C;
}

.has-warning .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-warning .input-group-addon {
    border-color: #F69F00;
    color: #F69F00;
}

.has-warning .form-control {
    border-color: #F69F00;
    color: #F69F00;
}

    .has-warning .form-control:focus {
        border-color: #dd8f00;
    }

.has-warning label,
.has-warning .control-label,
.has-warning .help-block {
    color: #F69F00;
}

.has-warning.has-feedback .form-control-feedback {
    color: #F69F00;
}

.has-warning .app-checkbox span:before {
    border-color: #F69F00;
}

.has-warning .app-checkbox span:after {
    color: #F69F00;
}

.has-warning .app-radio span:before {
    border-color: #F69F00;
}

.has-warning .app-radio span:after {
    background: #F69F00;
}

.has-error .app-radio span:before {
    border-color: #F04E51;
}

.has-error .app-radio span:after {
    background: #F04E51;
}

.app-checkbox,
.app-radio {
    line-height: 20px;
    margin: 6.4px 0px;
    float: left;
    width: 100%;
}

    .app-checkbox label,
    .app-radio label {
        padding-left: 30px;
        font-weight: 400;
        position: relative;
        cursor: pointer;
        margin-bottom: 0px;
    }

        .app-checkbox label input,
        .app-radio label input {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 20px;
            height: 20px;
            opacity: 0;
            z-index: 0;
            margin: 0px;
            cursor: pointer;
        }

            .app-checkbox label input:checked + span:after,
            .app-radio label input:checked + span:after {
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1);
            }

            .app-checkbox label input:disabled + span,
            .app-radio label input:disabled + span {
                opacity: 1.0;
            }

        .app-checkbox label span,
        .app-radio label span {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 20px;
            height: 20px;
        }

            .app-checkbox label span:before,
            .app-radio label span:before {
                position: absolute;
                left: 0px;
                top: 0px;
                z-index: 0;
                width: 20px;
                height: 20px;
                border: 1px solid #DBE0E4;
                background: #FFF;
                content: " ";
            }

            .app-checkbox label span:after,
            .app-radio label span:after {
                position: absolute;
                z-index: 0;
                color: #454545;
                -webkit-transform: scale(0, 0);
                -moz-transform: scale(0, 0);
                -ms-transform: scale(0, 0);
                -o-transform: scale(0, 0);
                transform: scale(0, 0);
                -webkit-transition: transform 100ms cubic-bezier(0.8, -0.33, 0.2, 1.33);
                -moz-transition: transform 100ms cubic-bezier(0.8, -0.33, 0.2, 1.33);
                -ms-transition: transform 100ms cubic-bezier(0.8, -0.33, 0.2, 1.33);
                -o-transition: transform 100ms cubic-bezier(0.8, -0.33, 0.2, 1.33);
                transition: transform 100ms cubic-bezier(0.8, -0.33, 0.2, 1.33);
            }

    .app-checkbox.inline,
    .app-radio.inline {
        display: inline-block;
        margin-right: 5px;
        float: none;
        width: auto;
    }

        .app-checkbox.inline:last-child,
        .app-radio.inline:last-child {
            margin-right: 0px;
        }

    .app-checkbox label span:after {
        content: "\f00c";
        font-family: "FontAwesome";
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        left: 0px;
        top: 0px;
        width: 20px;
        height: 20px;
    }

    .app-checkbox.success label {
        color: #76AB3C;
    }

        .app-checkbox.success label span:before {
            border-color: #76AB3C;
        }

        .app-checkbox.success label span:after {
            color: #76AB3C;
        }

    .app-checkbox.warning label {
        color: #F69F00;
    }

        .app-checkbox.warning label span:before {
            border-color: #F69F00;
        }

        .app-checkbox.warning label span:after {
            color: #F69F00;
        }

    .app-checkbox.danger label {
        color: #F04E51;
    }

        .app-checkbox.danger label span:before {
            border-color: #F04E51;
        }

        .app-checkbox.danger label span:after {
            color: #F04E51;
        }

    .app-radio label span:after {
        content: " ";
        background: #0062CC;
        width: 12px;
        height: 12px;
        left: 4px;
        top: 4px;
    }

    .app-radio.round label span:before,
    .app-radio.round label span:after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .app-radio.success label {
        color: #76AB3C;
    }

        .app-radio.success label span:before {
            border-color: #76AB3C;
        }

        .app-radio.success label span:after {
            background: #76AB3C;
        }

    .app-radio.warning label {
        color: #F69F00;
    }

        .app-radio.warning label span:before {
            border-color: #F69F00;
        }

        .app-radio.warning label span:after {
            background: #F69F00;
        }

    .app-radio.danger label {
        color: #F04E51;
    }

        .app-radio.danger label span:before {
            border-color: #F04E51;
        }

        .app-radio.danger label span:after {
            background: #F04E51;
        }

.input-group .input-group-addon .app-checkbox,
.input-group .input-group-addon .app-radio {
    margin: 0px;
}

    .input-group .input-group-addon .app-checkbox label,
    .input-group .input-group-addon .app-radio label {
        float: left;
        padding-left: 20px;
        margin-top: -10px;
    }


.btn-fix-clean {
    min-width: 0 !important;
    padding-left: 0 !important;
}

.toggle_filter {
    height: 42px;
    width: 14px;
    background: #0062CC;
    position: absolute;
    top: 32%;
    left: -5px;
    box-shadow: 0 0 12px rgba(33, 34, 41, 0.21) !important;
    cursor: pointer !important;
    z-index: 999;
}

.left-half {
    /*border-bottom-left-radius: 45px;
    border-top-left-radius: 45px;
    transform: rotate(-90deg);*/
}

.right-half {
    /*border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
    right: 8px !important;
    transform: rotate(0deg);
    top: 1px;*/
}

.w50 {
    max-width: 35px !important;
}
/*
.toggle_filter:after {
    content: "\e93b";
    font-family: 'linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    right: 5px;
    top: 18.5px;
    float: right;
    margin-right: -5.5px;
    font-size: 1rem;
    margin-top: -6px;
    color: white;
}

.filter-arrow-change:after {
    content: "\e93c";
    font-family: 'linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    right: 0;
    top: 15.5px;
    float: right;
    margin-right: -3.5px;
    font-size: 1.2rem;
    margin-top: -4px;
    color: white;
}*/

.trans {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.trans_full {
    transition: all 0.4s;
}

.filter-text {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
    color: #0056B3;
    font-weight: 600;
}

.filter-text-small {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
    color: #454545;
    font-weight: 400;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.splitter {
    border-right: 1px solid gainsboro;
}

.filter-row {
    font-size: 20px;
    background-color: darkslategray;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: table;
    padding: 8px;
    margin-right: 6px;
    color: white;
    border: 1px dashed gainsboro;
    font-weight: 600 !important;
}

    .filter-row span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.filter-row-cancel {
    font-size: 20px;
    background-color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: table;
    padding: 8px;
    margin-right: 6px;
    color: #F5548E;
    font-weight: 600 !important;
    cursor: pointer;
}

    .filter-row-cancel span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slick_fix {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.height-ust {
}

.height-alt {
}


.app-checkbox, .app-radio {
    margin: 0px !important;
}

.white-space {
    white-space: initial;
}



.tableFixHead {
    overflow: auto;
    height: 300px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #6c757d;
    }


    .tableFixHead thead td {
        padding: 8px 16px;
    }

    .tableFixHead table {
        border-collapse: collapse;
        width: 100%;
    }


.min-width-200 {
    min-width: 200px !important;
}


.highlight {
    background-color: #FFCF8B !important;
}

.dropzone .dz-preview .dz-image {
    width: 40px !important;
    height: 40px !important;
}

#file-upload {
    padding: 0px !important;
    max-height: 90px !important;
    min-height: 0px !important;
}

#dropzone {
    max-height: 75px !important;
}

.dz-remove {
    display: inline-block !important;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    font-size: 1.2em !important;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray !important;
    border-radius: 1.2em;
    color: red;
    background-color: white;
    opacity: .9;
}

    .dz-remove:hover {
        text-decoration: none !important;
        opacity: 1;
    }



/*otomatik tamamlama*/

.ui-autocomplete {
    z-index: 99999 !important;
    position: absolute;
    cursor: default;
    background: #CCC
}

html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
            }

