* {
    font-family: iransansdn;
}
@font-face {
    font-family: 'IRANSansWeb(FaNum)_Bold';
    src: url('css/Fonts/eot/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'), url('css/Fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('css/Fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('css/Fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

body {
    font-family: IRANSansWeb(FaNum)_Bold !important;
}

h1 {
    margin-bottom: 40px;
}

input.btn {
    cursor: pointer !important;
}

.chkUsegroup {
    margin: 3px;
    padding: 10px;
}

.liUsegroup {
    padding: 10px;
}

    .liUsegroup a {
        padding: 10px;
        margin: 3px;
    }

label {
    color: #333;
}

@media (min-width: 992px) {

    .col-md-3:nth-child(4n+1) {
        clear: left;
    }
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}

/* css list with numeber circle background -------------- */
#projectsListView {
    width: 550px;
    background-image: url(../Content/Image/bg.png);
    margin: auto;
}

.numberlist {
    margin-top: 10%;
    width: 90%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    direction: rtl;
    font-size: 14px;
    color: #3a2127;
}

    .numberlist ol {
        direction: rtl;
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
        font: 15px 'trebuchet MS', 'lucida sans';
        padding: 0;
        margin-bottom: 4em;
    }

        .numberlist ol ol {
            margin: 0 0 0 2em;
            direction: rtl;
            list-style: none;
        }

    .numberlist a {
        cursor: pointer;
        list-style: none;
        position: relative;
        direction: rtl;
        display: block;
        padding: .4em .4em .4em 2em;
        *padding: .4em;
        margin: .5em 0;
        background: #FFF;
        color: #444;
        text-decoration: none;
        -moz-border-radius: .3em;
        -webkit-border-radius: .3em;
        border-radius: .3em;
    }

        .numberlist a:hover {
            background: #cbe7f8;
            text-decoration: none;
        }

        .numberlist a:before {
            float: right;
            content: counter(li);
            counter-increment: li;
            position: absolute;
            right: -1.3em;
            top: 50%;
            margin-top: -1.3em;
            background: #87ceeb;
            height: 2em;
            width: 2em;
            line-height: 2em;
            border: .3em solid #fff;
            text-align: center;
            font-weight: bold;
            -moz-border-radius: 2em;
            -webkit-border-radius: 2em;
            border-radius: 2em;
            color: #FFF;
        }

/* End css list with numeber circle background -------------- */
