html {
/*    position: relative;*/
}

html, body {
    /*font-family: 'B Nazanin', Tahoma, Geneva, sans-serif;*/
    font-size: 14px;
    /*font-weight: bold;*/
    min-height: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    direction: rtl;
    overflow-x: hidden;
}

hr {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.validation-summary-errors ul {
    padding-right: 10px;
    padding-top: -5px;
}

    .validation-summary-errors ul li {
        list-style: none;
    }

.row-h-100, .col-h-100 {
    height: 100%;
}