﻿/***ListeAçmaKapama Düğmesi***/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .6s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

    input:checked + .slider:before {
        background-color: #53fa06;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/***ListeAçmaKapama Düğmesi***/


/***Albüm Resimleri*/
.fntx {
    font-size: 0.9em;
}

.dvFlt {
    float: left;
    padding: 0px;
}

.brd {
    border-style: dotted;
    border-width: 0px;
}

.alg {
    text-align: center;
}

.algR {
    text-align: right;
}

.algL {
    text-align: left;
}

.baslik {
    font-size: 1.2em;
    color: maroon;
    margin: 5px;
    font-weight: bold;
}
/***Albüm Resimleri*/


/****Albümler***/
.fnt {
    font-size: 0.9em;
}

.flt {
    float: left;
}

.dvFlt {
    float: left;
    padding: 0px;
}

.brd {
    border-style: dotted;
    border-width: 0px;
}

.alg {
    text-align: center;
}

.algR {
    text-align: right;
}

.algL {
    text-align: left;
}
.algJ{text-align:justify;}

.baslik {
    font-size: 1.2em;
    color: maroon;
    margin: 5px;
    font-weight: bold;
}
.islemImage {
    Width :40px;
}

.islemImage-2 {
    Width: 25px;
}

@media (max-width:700px)
{
    .islemImage {
        Width: 60%;
    }
    .islemImage-2 {
        Width: 60%;
    }
}

/****Albümler***/

/***İçerik Listesi*/
.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(image/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(image/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(image/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.icerikBaslik1 {
    float: left;
    color: maroon;
}

.borderx {
    border-style: dotted;
    border-width: 1px;
}

.flt {
    float: left;
    text-align: center;
    padding: 0px;
    font-family: Calibri;
    font-size: 1em;
}

.fontx {
    padding: 0px;
    font-family: Calibri;
    font-size: 0.8em;
    text-align: center;
}


.btnStyle {
    font-family: 'Poppins';
    font-size: 1.2em;
    height: 40px;
}



/***İçerik Listesi*/


/******/
.mrgTop10 {
    margin-top: 10px;
}

.mrgTop20 {
    margin-top: 20px;
}

.mrgTop30 {
    margin-top: 30px;
}

.mrgTop40 {
    margin-top: 40px;
}
/******/

/****Kullanıcı Edit*/
.ButonDiv {
    float: left;
    position: fixed;
    bottom:50px;
}
/****Kullanıcı Edit*/

.ButtonImg {
    background: url(../../../images/google-giris.png) no-repeat;
    border: 0;
    height: 61px;
    width: 250px
}

.brdx{
    border-style:solid;
    border-width:0px;
}


/***Profil Hesapları*/

.prfDisBolum
{

}

.prflTab::selection {
    background-color: red;
    color: #fff
}

.prflTab::-moz-selection {
    background-color: red;
    color: #fff
}

.prflTab:focus {
    background-color: red;
}

/***Profil Hesapları*/