*{ margin: 0; padding: 0; font-family: Play, sans-serif; }
body{
    background: #f4f4f4;
    color: #494d57
}
.clear{ clear: both }
#cerceve{
    margin: 10px auto;
    padding: 10px;
    width: 70%;
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    word-wrap: break-word;
}

#cerceve2{
    margin: 10px auto;
    padding: 10px;
    width: 70%;
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    word-wrap: break-word;
}

#cerceve3{
    margin: 10px auto;
    padding: 20px;
    width: 90%;
    background-color: #fff;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    word-wrap: break-word;
    display:none;
}

form input, form select{
    font-size:14px;
    display: block;
    border: 1px solid #ddd;
    padding: 2px 2px;
    outline: none;
    width: calc(100%);
    height: 40px;
    margin: 10px 0;
}
form select{ width: 100%; }
form input:focus, form select:focus{
    border: 1px solid #3fc843
}
form button{
    padding: 10px;
    border-radius: 4px;
    background: #3fc843;
    margin-right: 5px;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    float: center;
    font-size:14px;
}
form button[type=reset]{ background: #fac900 }

form a{
    padding: 12px;
    border-radius: 4px;
    background: #3fc843;
    margin-right: 10px;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    float: center;
    text-decoration: none;
}
form a{
    background: #1A76D1;
    font-size:14px;
    padding: 12px;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    float: center;
    text-decoration: none;


}

#loader{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff url('loader.gif') no-repeat center center;
}
span.saat{
    background: #ddd;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
}
span.active{
    background: #3fc843;
    color: #fff;
}
span.disable{
    background: red;
    color: #fff;
}
.span-active{ background: #fac900!important; }
.tarih{
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    padding: 5px 10px;
    cursor: pointer;
    background: #f4f4f4;
    color: #494d57;
    font-size: 14px;
}
#tarihvesaat .saatler{ display: none; padding: 15px 10px 10px 10px }
.hata, .basarili{
    font-size: 14px;
    background: red;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}
.basarili{ background: #3fc843 }
