﻿.css-text-Label1 {
    color: #000000;
    text-align: left;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color:transparent;
    font-size: 20px;
    padding: 5px;
}

.css-textbox1 {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 2px solid #54B4AD;
    -webkit-border-radius: 3px;
    /*border-radius: 3px;*/
    font: normal 24px/normal Arial, Helvetica, sans-serif;
    color: #c584f3;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 1px 1px #efdcfb;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    width: 70%;
    height: 20px;
    text-align: center;
}

    .css-textbox1:focus {
        outline-color: #FFAE00;
        box-shadow: 0px 0px 5px 2px yellow;
        border: 1px solid #FFAE00;
    }


.textbox1 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 24px;
    font-family:'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 73%;
    height: 37px;
    text-align: center;
}

 .textbox1:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.textbox1_Mobile {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 45px;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 95%;
    height: 95px;
    text-align: center;
}

    .textbox1_Mobile:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.cmb1 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 24px;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 77%;
    height: 47px;
    text-align: center;
}

.cmb1:focus {
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

.cmb1_Mobile {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 48px;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 97%;
    height: 90px;
    text-align: center;
}

    .cmb1_Mobile:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }


.file1 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 12pt;
    font-weight:bold;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 73%;
    height: 25px;
    text-align: center;
}

.file1:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.file1_Mobile {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 24pt;
    font-weight: bold;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 95%;
    height: 45px;
    text-align: center;
}

    .file1_Mobile:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.file2 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 12pt;
    font-weight: bold;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: auto;
    height: auto;
    text-align: center;
}

    .file2:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.file2_Mobile {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 24pt;
    font-weight: bold;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: auto;
    height: auto;
    text-align: center;
}

    .file2_Mobile:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.file3 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 12pt;
    font-weight: bold;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 600px;
    height: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.file3_Mobile {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #FFF, #EAEAEA);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFF), color-stop(1.0, #EAEAEA));
    border: 1px solid #CACACA;
    color: #444;
    font-size: 12pt;
    font-weight: bold;
    font-family: 'B Nazanin','Times New Roman';
    padding: 5px 9px;
    width: 700px;
    height: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.lblUser1 {
    text-align: right;
    font-family: 'B Nazanin','Times New Roman';
    font-size: 17pt;
    font-weight: bold;
    color: black;
    width: 100%;
}

.lblUser1_Mobile {
    text-align: right;
    font-family: 'B Nazanin','Times New Roman';
    font-size: 37pt;
    font-weight: bold;
    color: black;
    width: 100%;
}

.caption2 {
    text-align: right;
    font-family: 'B Nazanin','Times New Roman';
    font-size: 20pt;
    font-weight: bold;
    color: darkblue;
    width: 100%;
}

.caption2_Mobile {
    text-align: right;
    font-family: 'B Nazanin','Times New Roman';
    font-size: 40pt;
    font-weight: bold;
    color: darkblue;
    width: 100%;
}

.ErrorLabel {
    text-align: right;
    font-family: 'Nazanin','B Nazanin','Arial';
    font-size: 17pt;
    font-weight: bold;
    color: maroon;
    width: 90%;
}

.ErrorLabel_Mobile {
    text-align: right;
    font-family: 'Nazanin','B Nazanin','Arial';
    font-size: 40pt;
    font-weight: bold;
    color: maroon;
    width: 100%;
}


.caption3 {
    text-align: right;
    font-family: 'B Nazanin','Times New Roman';
    font-size: 17pt;
    font-weight: bold;
    color: darkblue;
    width: 100%;
}

.caption3_Mobile {
    text-align: right;
    font-family: 'B Nazanin','Times New Roman';
    font-size: 35pt;
    font-weight: bold;
    color: darkblue;
    width: 100%;
}
   

