﻿body {
    background-color: #ececec;
    background-image: url("../img/back.png");
}
.baslik{
   /*// background-color:red;*/
    height:100%;
    width:100%;
    text-align:center;
}
.baslik .logo{
    width:120px; height:120px;
    margin:auto auto;
}
.baslik .tanitim{
    margin:auto auto;
    font-family:Tahoma;
    font-size:14px;
    text-align:center;
    color:black;
    width:50%;
   /*// background-color:brown;*/
    padding:5px;
    box-sizing:border-box;
}

.duyuruAlan{
    font-family:Tahoma;
            margin:30px auto;
            height:100%;
            width:50%;
            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;
            border-top-left-radius:10px;
            border-top-right-radius:10px; 
        }
        .duyuruBaslik{
            /*margin:0px auto;*/
            height:100%;
            width:100%;
            background-color:#616161;
            border-top-left-radius:8px;
            border-top-right-radius:8px; 
            -moz-box-sizing: border-box; 
            -webkit-box-sizing: border-box; 
            box-sizing: border-box;
            /*padding-left:10px;*/
            padding:10px;
            border:1px solid #616161;
            color:white;            
        }
        .duyuruIcerik{
            width:100%;
            height:100%;
            box-sizing: border-box;
            padding:10px;
            
            font-family:Tahoma;
        }

        .butAlan{
            margin-top:10px;
            height:60px;
            width:100%;
            box-sizing:border-box;
            /*padding-left:25px;*/
            padding-top:15px;
            font-family:Tahoma;
            text-align:center;
            /*border-bottom:1px solid #c1bdbd;*/
        }
        .baslat{
            background-color:#1A73E8;
            color:white;
            height:40px;
            width:100px;
            border:none;
            border-radius:4px;
            cursor:pointer;
        }
        .text{height:30px; width:98%;outline:none;}
        .textAd{height:30px; width:30%;outline:none;}
        .drop{height:36px; width:15%;}
.loaderAc{
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(51,51,51,0.7);
            z-index: 10;
            text-align:center;
            padding-top:200px;
        }        
.loaderKapat{
            display:none;
        }

