/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *= require_self

*/

#header {
    width: auto;
    height: 78px;
    background: url("../images/master/header.png") repeat-x;
    margin-bottom: 20px;
}

#logo {

    width: 286px;
    height: 55px;
    margin-top: 10px;
    margin-left: 30px;
    float: left;
    background: url("../images/master/logo_tr.png") no-repeat;
}

#login {
    float: right;
    padding: 8px 12px 2px 12px;
    margin-top: 28px;
    margin-right: 40px;
    background-color: #5B2C7B;
    height: 40px;
    border-radius: 14px 14px 0 0;
    color: #ffffff;
    text-align: right;
    width: 106px;
}

#login a, #login a:hover, #login a:visited, .gritter-item a {
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

#login  a:hover, .gritter-item a :hover {
    color: #login_;
    background-color: transparent;
}

#login_master_content {
    min-height: 400px;
    padding: 20px 40px;
    margin-left: 40px;
    margin-right: 40px;
    border: #cccccc solid 1px;
    border-radius: 15px 15px 15px 15px;
    background-color: #ffffff;

}

#footer {
    margin-top: 20px;
    width: auto;
    height: 25px;
    background: url("../images/master/footer.png") repeat-x;
    margin-left: 40px;
    margin-right: 40px;
    border: #cccccc solid 1px;
    border-radius: 10px 10px 10px 10px;

}

#footer_info {
    color: #333;
    font-family: allura;
    font-size: 18px;
    float: right;
    margin-right: 20px;
    margin-top: 3px;

}

#error_explanation {
    background-color: rgba(255, 250, 6, 0.85);
    padding: 5px;
    margin: 5px;
    border: 4px dashed #222222;
    border-radius: 10px;
}

.field_with_errors {
    background-color: rgba(255, 250, 6, 0.85);
    border: 1px dashed #222222;

}

.kutu {
    margin: 5px;
    background-color: #EFF1F2;
    border: 1px solid rgba(95, 87, 92, 0.31);
    border-radius: 10px 10px 10px 10px;
    padding: 20px;

}

.kutu_baslik {
    background-color: #5B2C7B;
    margin: -20px -20px 10px -20px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    color: #ffffff;

}

.kutu input {
    /*float: left;*/
    /*clear: both;*/
    margin-bottom: 10px;
}

#yardim {
    float: right;

}