﻿
.Alan {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px 2px black;
    -moz-box-shadow: 0 0 5px 12px black;
    box-shadow: 0 0 5px 2px black;
}

.AlanBaslik {
    height: 45px;
    width: 100%;
    background-color: #3f5d79;
    display: flex;
    align-items: center;
    font-family: Verdana;
    font-size: 15px;
    color: white;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 8px solid #ff6a00;
}

.AlanBaslikSayfalar {
    height: 35px;
    width: 100%;
    background-color: #62819e;
    display: flex;
    align-items: center;
    font-family: Verdana;
    font-size: 15px;
    color: white;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 8px solid #ff6a00;
    justify-content:flex-start;
}
.baslikUstuButon{
    /* background-color: #1A73E8;*/
    background-color:#ff6a00;
    color: white;
    min-height: 35px;
    min-width: 100px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding-left:20px;
    padding-right:20px;
    box-sizing:border-box;
    font-family:Verdana;
    font-size:13px;
}
 .baslikUstuButon:hover {
        transform: scale(1.08); /* %8 büyür */
        box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

.AlanBaslikKisimlar {
    height: 35px;
    width: 100%;
    background-color: #7fa1c1;
    display: flex;
    align-items: center;
    font-family: Verdana;
    font-size: 15px;
    color: white;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 8px solid #ff6a00;
}

.AlanIcerik {
    height: 100%;
    width: 100%;
    background-color: white;
    font-family: Verdana;
    padding: 20px;
    /*padding-right: 40px;
    padding-top:40px;*/
    box-sizing: border-box;
    /*display:flex;
    flex-wrap:wrap;*/
    /*border-left: 2px solid #324252;
    border-right: 2px solid #324252;
    border-bottom: 2px solid #324252;*/
}

.drop {
    width: 95%;
    height: 21px;
    outline: none;
    background-color: white;
    border: 0px;
}

.text {
    width: 95%;
    height: 21px;
    outline: none;
    background-color: white;
    border: 0px;
}
.txtUyariAciklama{
    width: 98%;
    height: 70px;
    outline: none;
    background-color: white;
    border: 0px;
    font-family:Verdana;
    resize:none;
}
.textMesaj {
    width: 95%;
    height: 90px;
    resize:none;
    outline: none;
    background-color: white;
    border: 0px;
}
.textRenksiz {
    height: 21px;
    width: 95%;
    outline: none;
}

    .textRenksiz:focus, .text:focus, .txtUyariAciklama:focus {
        background-color: #ffff00;
        outline: none;
        border: 1px solid #CFD6E5;
    }

.buton {
    background-color: #1A73E8;
    color: white;
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 0;
}

    .buton:hover {
        transform: scale(1.08); /* %8 büyür */
        box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

.VeriGirisiCerceve {
    width: 100%;
    height: 100%;
    border: 1px solid #9BA7B7;
}

.VeriGirisiBaslik {
    width: calc(100% - 2px);
    height: 30px;
    border: 1px solid white;
    background-color: #CFD6E5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 13px;
}

.VeriGirisiVeriAlani {
    width: calc(100% - 2px);
    height: 30px;
    border: 1px solid white;
    background-color: #E6E7E8;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: Verdana;
    font-weight: normal;
    font-size: 13px;
}
.BireyselAlanAcik {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 7000;
    text-align: center;
    padding-top: 50px;
    display: block;
}
.SoruAlanAcik {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 8000;
    text-align: center;
    padding-top: 200px;
    display: block;
}

.SoruAlanKapali {
    display: none;
}
.txtEokul{
    height:95%;
    width:99%;
     outline: none;
     resize: none;
}
.txtEokul:focus {
        background-color: lightyellow;
        outline: none;
        border: 1px solid #CFD6E5;
    }
.txtDogrulama {
            width: 150px;
            padding: 2px;
            box-sizing:border-box;
            font-size: 20px;
            text-align: center;
            letter-spacing: 6px;
           height:30px;
        }