﻿body {
    direction: rtl !important;
    text-align: right !important;
    /*padding-top: 70px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
*/
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



/*NewsListCss*/
.dl-unsur {
    position: relative;
    float: left;
}

    .dl-unsur dd {
        width: 100%;
        border-top: 1px solid #959595;
        display: block;
        float: left;
        padding: 8px 0;
    }

        .dl-unsur dd:first-child {
            border-top: 0;
        }

        .dl-unsur dd > a {
            width: 100%;
            margin-left: 5px;
        }

            .dl-unsur dd > a > h2 {
                width: 10%;
                margin-top: 0;
                padding-right: 10px;
                color: #C71817;
                text-align: right;
                font-weight: bold;
            }

            .dl-unsur dd > a > div {
                font-family: sans-serif, serif;
                font-size: 17px;
                width: 89%;
                line-height: 1.2em;
            }

        .dl-unsur dd > p {
            width: 89%;
            margin: 0 0 0 5px;
        }
/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {

    /* en çok okunan listeleme */
    .dl-unsur dd > a > h2 {
        font-size: 250%;
    }

    .dl-unsur dd > a > div {
        font-family: sans-serif, serif;
        font-size: 15px;
    }
}

.validationInfo {
    padding: 5px;
    text-align: center;
    color: white;
    background: red !important;
    border-radius: 10px;
    font-size: medium;
}

#lstLoading {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    left: 40%;
    min-height: 100px;
    position: absolute;
    text-align: center;
    top: 250px;
    width: 240px;
    z-index: 9999;
}

.dimScreen {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: rgba(100,100,100,0.1);
}

.ui-widget {
    font-family: IRANSansWebFaNum !important;
}
