﻿/*l=login,r=register*/
#profileInfo ul.social_link {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}

    #profileInfo ul.social_link li {
        display: inline-block;
    }

        #profileInfo ul.social_link li a {
            color: #a7a7a7;
            text-align: center;
            display: block;
            height: 30px;
            width: 30px;
            border: 1px solid #D2D2D2;
            padding-top: 4px;
            font-size: 14px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            #profileInfo ul.social_link li a:hover {
                background-color: #fab318;
                border: 1px solid #FAAC0C;
                color: #FFF;
            }

.Warning-profileArea {
    background-color: darkgoldenrod;
    width: 100%;
    padding: 15px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.changeProfileImage {
    background-color: rgba(0,0,0, 0.7);
    color: #ddd;
    margin-top: -2.9em;
    z-index: 1;
    position: relative;
    padding: 10px;
    text-align: center;
}

.lr-buttons {
    font-size: 0.75vw;
    font-weight: bold;
    color: #fff
}
@media screen and (max-width:1450px)
{
    .lr-buttons {
        font-size: 1vw;
        font-weight: bold;
        color: #fff
    }

    .cozunurluk-gizle{
        display:none !important;
    }
    .cozunurluk-genislets{
        width:19%;
    }
    .cozunurluk-genisletb{
        width:35%;
    }
}
 
    .lr-buttons:focus {
        color: #ddd;
    }

    .lr-buttons:active {
        color: #ddd;
    }

    .lr-buttons:hover {
        color: #ddd;
    }

.lr-box {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

    .lr-box > .lr-header {
        width: 100%;
        padding: 5px;
        background-color: darkgoldenrod;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 0px;
    }

    .lr-box > .lr-line {
        padding: 10px;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }

        .lr-box > .lr-line > .lr-icon {
            float: left;
            margin-top: 10px;
            margin-left: 1em;
            font-size: 20px;
        }

        .lr-box > .lr-line > .lr-input {
            width: 15em;
            float: right;
            margin-right: 0px;
            margin-bottom: 0px !important;
        }

    .lr-box > .lr-forget-password {
        float: right;
        margin-right: 10px;
        margin-top: -5px;
        margin-bottom: 10px;
        color: dodgerblue;
    }

    .lr-box > .lr-button {
        margin-bottom: 0px;
        float: right;
        margin-right: 10px;
        width: 15em;
        font-weight: bold
    }
