﻿.btn-imaj {
    margin: 1em;
    position: fixed;
    bottom: 0;
    right: 0;
}

    .btn-imaj:hover .butonlar:not(:last-of-type) {
        width: 40px;
        height: 40px;
        margin: 15px auto 0;
        padding: 25px !important;
        opacity: 1;
    }

    .btn-imaj:hover .rotate {
        background-image: url("/Content/Custom/img/addIcon.png");
        transform: rotate(0deg);
    }

.butonlar {
    display: block;
    width: 35px;
    height: 35px;
    margin: 20px auto 0;
    text-decoration: none;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: .2s;
}

    .butonlar.inline {
        display: inline-block !important;
    }

.butonlar-hover {
    width: 150px !important;
    border-radius: 10px;
}

.butonlar:nth-last-of-type(2) {
    transition-delay: 20ms;
}

.butonlar:nth-last-of-type(3) {
    transition-delay: 40ms;
}

.butonlar:nth-last-of-type(4) {
    transition-delay: 60ms;
}

.butonlar:nth-last-of-type(5) {
    transition-delay: 80ms;
}

.butonlar:nth-last-of-type(6) {
    transition-delay: 100ms;
}

.butonlar:nth-last-of-type(1) {
    width: 56px;
    height: 56px;
    opacity: 1;
}

.butonlar:nth-last-of-type(2) {
    background: #3C80F6 url("/Content/Custom/img/bird.png") right no-repeat;
}

.butonlar:nth-last-of-type(3) {
    background: #00abff url("/Content/Custom/img/car.png") right no-repeat;
}

.butonlar:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.butonlar.butonlar-notbg {
    background: #1c84c6 !important;
}

    .butonlar.butonlar-notbg i {
        color: #fff !important;
        font-size: 22px;
        float: left;
        margin-top: -12px;
        margin-left: -10px;
        margin-right: 10px;
    }


.rotate {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1c84c6 url("/Content/Custom/img/addIcon.png") center no-repeat;
    position: absolute;
    transform: rotate(90deg);
    transition: .3s;
}

[tooltip]:before {
    content: attr(tooltip);
    background: #585858;
    padding: 5px 7px;
    margin-right: 10px;
    border-radius: 2px;
    color: #FFF;
    font: 500 12px Roboto;
    white-space: nowrap;
    position: absolute;
    bottom: 20%;
    right: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

[tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}

.text1 {
    color: white;
    font-size: 13px;
    position: absolute;
    bottom: 17px !important;
}

.text2 {
    color: white;
    font-size: 12px;
    position: absolute;
    bottom: 10px !important;
    width: 106px;
    word-wrap: break-word;
}
