﻿.clearfix {
    *zoom: 1;
}
    /* For IE 6/7 */
    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

/* ---------- LIVE-CHAT ---------- */

.YardimMesajiGenel {
    bottom: 0;
    font-size: 12px;
    right: 5px;
    position: fixed;
    max-width: 250px;
    z-index: 999;
}

div::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

div::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(rgb(77, 156, 65)), color-stop(0.6, rgb(84, 222, 93)), to(rgb(25, 145, 29)));
    border-radius: 10px;
}

.YardimMesajiGenel header {
    background: #293239;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 3px 6px;
    min-width:220px;
}

.YardimMesajiGenel h4:before {
    background: #1a8a34;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 4px 0 12px;
    width: 8px;
}

.YardimMesajiGenel h4 {
    font-size: 12px;
    color: #fff;
}

.YardimMesajiGenel h5 {
    font-size: 10px;
}

.YardimMesajiGenelSoru {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -10px 0 0 -10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.YardimMesajiGenelKapat {
    background: #1b2126;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    margin: 2px 0 0 0;
    text-align: center;
    width: 24px;
    font-weight:bold;
}

.YardimMesajiIcerik {
    background: #fff;
    display:none;
}
.YardimMesajiIcerikBilgi {
    display: inline-block;
    width: 100%;
    float: left;
    height: 200px;
    padding: 5px;
    overflow-y: scroll;
}
.YardimMesajiIcerikBilgi p
{
    margin:auto;
}
.YardimMesajiIcerikBilgi label
{
    margin-top:2px;
    margin-bottom:0px;
}
.YardimMesajiIcerikBilgi input,.YardimMesajiIcerikBilgi textarea
{
    border-radius:5px;
    border:1px solid #eaeaea;
    -webkit-box-shadow:inherit;
    box-shadow:inherit;
    width:100%;
}
.YardimMesajiIcerikBilgi .required
{
    color:#ff0000;
    padding-left:3px;
}
.YardimMesajiIcerikBilgi a
{
    margin-top:10px;
}
.YardimMesajiDonut {
    font-style: italic;
    font-size:11px;
    margin-bottom:-5px;
}
@media only screen and (min-width: 280px) and (max-width: 800px) {
    .YardimMesajiIcerik {
        display: none;
        
    }
    .YardimMesajiGenel header {
        min-width:220px;
        padding: 3px 6px;
    }
    .YardimMesajiGenelSoru {
        display: inline;
    }
}
