﻿.rgh {
    width: 100%;
    float: right;
    text-align: center;
    height: 45px;
    border-bottom: solid 3px #f5f5f5;
    color: #143546;
    font-size: 30px;
}

.rgb {
    padding-top: 5%;
}

.rgl {
    width: 100%;
    float: right;
    text-align: right;
    color: #7f8187;
    direction: rtl;
}

    .rgl > a {
        color: #14357d;
        padding-left: 5px;
        padding-right: 5px;
    }

.rgbox {
    width: 100%;
    direction: rtl;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.rgred {
    color: red;
    margin-right: 1%;
}

.rgbh {
    color: #333333;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-size: 20px;
}

.rgbb {
    color: #143562;
    font-size: 12px;
    direction: rtl;
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 10px;
}

.rgbr {
    float: right;
    margin-top: 3px;
}

.rgbl {
    float: right;
    display: flex;
    margin-right: 2%;
}

    .rgbl > input {
        background-color: #f2f2f2;
        width: 100%;
        height: 30px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .rgbl > input::-webkit-input-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
            color: #baa5a5;
            padding-right: 5px;
        }

        .rgbl > input:-ms-input-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
            color: #baa5a5;
            padding-right: 5px;
        }

        .rgbl > input:-moz-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
            color: #baa5a5;
            padding-right: 5px;
        }

        .rgbl > input::-moz-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
            color: #baa5a5;
            padding-right: 5px;
        }

.rgs {
    width: 100%;
}

    .rgs > button {
        width: 120px;
        background-color: #67b0d6;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 30px;
        float: left;
        margin-left: 3%;
    }

.save {
    font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
}
