﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
}

    *::-moz-focus-inner {
        border: 0;
        outline: 0;
    }

body {
    direction: rtl;
}


input, textarea {
    font-family: 'WebmehrazFont';
    font-size: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrowdown-black.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-family: 'WebmehrazFont';
}

    select option {
        font-family: 'WebmehrazFont';
    }

.ToolTip {
    color: red;
}

.Pad {
    opacity: 0;
    position: fixed;
    background: #222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: .1s all ease;
    -moz-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    display: none;
}

.PadAnimation {
    opacity: .98 !important;
}

.ShowMessageBoxClose {
    opacity: 0;
    position: fixed;
    background: #222 url(../icons/delete.png) no-repeat center center;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 50px;
    z-index: 999;
    -webkit-transition: .1s all ease;
    -moz-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    display: none;
    cursor: pointer;
}

.ShowMessageBox {
    position: fixed;
    left: 0;
    right: 60px;
    bottom: 0;
    left: 0;
    background: #892525;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    transition: .2s all ease-in;
    transform: translateY(0) rotateY(0) scale(0.7);
    display: none;
    line-height: 50px;
    color: #fff;
    margin: auto;
    z-index: 1000;
    text-shadow: 0 0.5px 1px #000;
    box-shadow: 0 2px 5px #111;
    box-sizing: border-box;
    padding-right: 60px;
}

.ShowMessageBoxAnimation {
    -webkit-transform: scale(1) skew(0) rotate(0) translate(0);
    -moz-transform: scale(1) skew(0) rotate(0) translate(0);
    -ms-transform: scale(1) skew(0) rotate(0) translate(0);
    -o-transform: scale(1) skew(0) rotate(0) translate(0);
    transform: scale(1) skew(0) rotate(0) translate(0);
}

.ShowMessageBox .Message {
    padding: 0 10px;
}

.RadioList, .CheckList {
    position: relative;
    font-size: 0;
}

    .RadioList .radio, .CheckList .check {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

.radioBOX, .checkBOX {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    background: #fff;
    /*padding: 10px;*/
    /*box-shadow: @box-shadow;*/
    border-radius: 2px;
    /*border: 1px solid #e7e7e7;*/
}

.RadioList .radio, .CheckList .check {
    width: 120px;
    text-align: center;
    margin-left: 20px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.RadioList .active, .CheckList .active {
    background: #ccffcc;
    color: #333;
}

    .RadioList .active:before {
        content: '';
        position: absolute;
        right: -8px;
        top: -8px;
        width: 16px;
        height: 16px;
        border-radius: 20px;
        background: #14aa57 url(../icons/buttontick24.png) no-repeat center center;
        background-size: 10px 10px;
    }

    .CheckList .active:before {
        content: '';
        position: absolute;
        right: -8px;
        top: -8px;
        width: 16px;
        height: 16px;
        border-radius: 2px;
        background: #14aa57 url(../icons/buttontick24.png) no-repeat center center;
        background-size: 10px 10px;
    }

.pager {
    position: relative !important;
    margin-top: 20px !important;
}

    .pager span {
        position: relative;
        display: block;
    }

        .pager span a, .pager span span, .pager > a {
            color: #333;
            height: 25px;
            border-radius: 2px;
            font-size: 12px;
            display: inline-block;
            line-height: 25px;
            text-align: center;
            margin-left: 8px;
            min-width: 25px;
            margin-right: 0;
            float: none;
            padding: 0 4px;
            box-sizing: border-box;
            cursor: pointer;
            margin-bottom: 4px;
            position: relative;
            font-family: webmehrazfontinput;
        }

            .pager span a, .pager span span, .pager > a:before {
                content: '';
                position: absolute;
                left: -5px;
                top: 0;
                width: 1px;
                height: 100%;
                background: linear-gradient(#eee, #ccc, #eee);
            }

        .pager span .active, .pager > .active {
            background: #f7d3d3 !important;
        }

.colorblack {
    color: #333;
}

.loading {
    min-height: 100px;
    width: 100%;
    background: url(../images/loading.gif) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
}

.hidden {
    display: none !important;
}

.min-height-100 {
    min-height: 100px;
}

.font-size-14 {
    font-size: 14px !important;
}
