﻿.tukendi {
    position: absolute;
    z-index: 10;
    width: 60%;
    opacity: .9;
    left: 20%;
    top: 40%;
    transform: rotate( 0deg);
}

.yeni {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.modalLink {
    font-size: 14px;
    font-weight: initial;
    color: #ff3c3c;
}

.modalEtiket {
    cursor: initial;
}

#KullaniciProfili .row {
    padding: 0px 20px;
    margin-top: 10px;
}

#KullaniciProfili label {
    text-align: left;
    padding-top: 10px;
}

.input-checkbox:checked, .input-radio:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #197bbd inset;
    box-shadow: 0 0 0 10px #197bbd inset;
}

.input-checkbox {
    border-radius: 4px;
}

.input-checkbox, .input-radio {
    width: 18px;
    height: 18px;0 0 0 10px #197bbd inset
    -webkit-box-shadow: 0 0 0 0 #197bbd inset;
    box-shadow: 0 0 0 0 #197bbd inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
}

    .input-checkbox:checked:after, .input-radio:checked:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .input-checkbox:after {
        width: 10px;
        height: 8px;
        margin-left: -5px;
        margin-top: -4px;
        background-image: url(/imageIntern/intern/checkbox.png);
        background-image: url(/imageIntern/intern/checkbox.svg);
    }

    .input-checkbox:after, .input-radio:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transition: all 0.2s ease-in-out 0.1s;
        transition: all 0.2s ease-in-out 0.1s;
        opacity: 0;
    }

.header_top {
    background-color: #313131f0;
}

#typedtext {
    /*font-family: 'WaitingfortheSunrise', cursive;*/
    /*font-size: 16px;*/
    /*margin: 13px 50px;*/
    /*letter-spacing: 6px;*/
    /*font-weight: bold;*/
}

.duseyOrtala {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}
@font-face {
    font-family: 'SafiraMarch';
    src: url('fonts/SafiraMarch.otf') format('truetype');
}
@media (max-width: 736px) {
    .pupupImg {
        display: none;
    }
}

#menuKategoriler ul {
    margin-top: 10px;
    border: 1px dashed #d4d2d2;
}

    #menuKategoriler ul li {
        padding-right: 5px;
    }

#menuKategoriler .fa-angle-down {
    font-size: 1.2em;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}

    #menuKategoriler .fa-angle-down:hover {
        color: #282828;
    }

    #menuKategoriler .fa-angle-down.open {
        transform: rotate(180deg);
        transition: transform 0.4s linear;
    }

#profilSiparislerim table tr td {
    border-bottom: inherit;
    padding: 0;
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

b {
    font-weight: bold !important;
}

#lblUzunTanim pre {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 726px) {
    .tBaslik {
        font-size: 20px;
    }
}

@media (min-width: 727px) {
    .tBaslik {
        font-size: 30px;
    }
}

.divMenuAra {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 10;
    padding: 30px;
    display: none;
}

.btnMenuAra {
    /*position: absolute;*/
    border: none;
    /*right: 0px;*/
    /*top: 1px;*/
    padding: 0 15px;
    height: 40px;
    background: #909090;
    color: #fff;
    font-size: 12px;
}

.inputMenuAra {
    -webkit-appearance: none;
    float: left;
    width: 100%;
    font-weight: 300;
    height: 40px;
    color: #000000;
    font-size: 12px;
    border: none;
    padding: 0 70px 0 20px;
    background: transparent;
    border: 1px solid #909090;
}

#ulAra {
    background-image: linear-gradient(to bottom right, #fffefe, #ececec);
    padding-right: 5px;
    max-height: 50vh;
    overflow: auto;
}

    #ulAra a {
        display: block;
    }

    #ulAra li {
        padding: 5px 0 5px 0;
        text-align: left;
    }

        #ulAra li:hover {
            background-color: beige;
        }

    #ulAra span {
        margin-left: 5px;
        font-size: smaller;
    }

    #ulAra img {
        border-radius: 5px;
    }

mark {
    background: #c4f9c1;
    color: black;
    padding: 2px 0;
}
.profilLogo {
    max-width: 150px;
}
.emoji {
    top: 40px;
    width: 35px;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    left: 10px;
}
.formLogo{
    max-width:200px;
}
.anaMenuGoster {
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 100% !important;
}
