﻿@import url(fontiran.css);

html, body, form {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #ffffff;
    font-family: Tahoma !important;
    font-size: 13px;
    color: #000000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: left;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: left;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: left;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: left;
}

.placeholder {
    font-family: Tahoma;
    font-size: 16px;
    color: #9d9d9d;
    text-align: left;
}

.TextBox {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}

.inputArea {
    width: calc( 100% - 2px );
    max-width: 360px;
    min-width: 360px;
    margin: 0px auto 0px auto;
    background-color: #e0e0e0;
    padding-bottom: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #ffffff;
}

    .inputArea .header {
        background-color: #e0e0e0;
        min-height: 40px;
        padding: 24px 80px 0px 80px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
        margin-bottom: -40px;
    }

    .inputArea .body {
        margin: 43px 15px 0px 15px;
        color: white;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
        padding: 56px 0px 0px;
        background-color: #e0e0e0;
        border-radius: 8px;
    }

    .inputArea .item {
        overflow: auto;
        min-height: 30px;
        line-height: 50px;
        margin-bottom: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 224px;
        line-height: unset;
        padding-bottom: 3px;
    }

        .inputArea .item .title {
            float: right;
            font-size: 14px;
            font-weight: bold;
        }

            .inputArea .item .title span {
                margin-right: 5px;
            }

        .inputArea .item input[type=text], [type=password] {
            width: 186px;
            height: 30px;
            margin: 0 0 16px;
            padding: 5px 18px 5px 18px;
            border: solid 1px #898989;
            background-color: #fff;
            font-size: 20px;
            direction: rtl;
            font-weight: 500;
        }

        .inputArea .item select {
            width: 260px;
            height: 30px;
            padding: 5px 18px 5px 18px;
            border: solid 1px #898989;
            background-color: #fff;
            font-size: 14px;
            direction: rtl;
            font-family: Tahoma !important;
            font-weight: 500;
        }


            .inputArea .item select option {
                width: 186px;
                height: 30px;
                margin: 0 0 16px;
                padding: 5px 18px 5px 18px;
                border: solid 1px #898989;
                background-color: #fff;
                font-size: 16px;
                direction: rtl;
            }

        .inputArea .item .fileUpload {
            position: relative;
            max-width: 224px;
            float: left;
            width: 224px;
            min-height: 30px;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
        }

            .inputArea .item .fileUpload input[type=file] {
                width: 224px;
                position: absolute;
                top: 0px;
                left: 0px;
                opacity: 0;
            }

            .inputArea .item .fileUpload input[type=button] {
                width: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 30px;
                font-family: Tahoma;
                font-size: 14px;
            }

.loading {
    display: none;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    margin: 4px auto 0px auto;
}

.inputArea .item .fileUpload .delete {
    display: none;
    float: left;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background: url('/Images/Delete.png') center center no-repeat;
}

.inputArea .item .fileUpload .fileName {
    display: none;
    float: left;
    width: 180px;
    direction: ltr;
    color: black;
    margin: 0px;
    overflow: hidden;
}

.inputArea .item input[type=text], [type=password], [type=button] {
    margin: 0px 0px 0px 0px;
    height: 30px;
}

.inputArea .item select {
    margin: 0px 0px 0px 0px;
    height: 40px;
}

.inputArea .item .fileUpload input[type=file] {
    margin: 4px 0px 0px 0px;
}


@media (max-width: 1920px) {
    .inputArea {
        margin: 0px auto 0px auto;
        padding-bottom: 16px;
    }

        .inputArea .header {
            padding: 24px 10px 0px 10px;
            font-weight: bold;
            font-size: 14px;
            min-height: 40px;
            line-height: 30px;
            margin-bottom: -40px;
        }

        .inputArea .item {
            margin-bottom: 0px;
            line-height: unset;
            min-height: 54px;
        }



    .footer {
        margin: 0px;
    }
}

@media (max-width: 648px) {
    .inputArea .header {
    }
}

@media (max-width: 530px) {
    .inputArea .item {
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 224px;
        line-height: unset;
        padding-bottom: 3px;
    }

        .inputArea .item .title {
            font-size: 12px;
        }
}

input[type=button] {
    width: 224px;
    height: 40px;
    border: solid 0px #898989;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    direction: rtl;
    font-family: Tahoma !important;
}

.center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}



.modalDiv {
    position: fixed;
    z-index: 10000;
    background-color: #000000;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .15;
    filter: Alpha(Opacity=15);
}
