﻿
* {
    font-family: Tahoma, Arial;
}

p {
    font-family: Tahoma, Arial;
}

body {
    font-size: 10pt;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.form-control:focus {
    border-color: #2980B9;
    box-shadow: none;
    border-bottom: 2px solid #2A9AF2;
}

.form-control:hover {
    border-color: #2980B9;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #AEB2B7;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #AEB2B7;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #AEB2B7;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #AEB2B7;
}

select.form-control, input.form-control {
    padding: 3px 5px 6px;
    height: 25px;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #DDD;
    border-radius: 10px;
    background: none;
    box-shadow: none;
    width: 80%;
    text-align: center;
}

    select.form-control, select.form-control > option {
        height: 35px;
        background-color: #ffffff;
    }


.TxtBox {
    color: #025988;
    height: 25px;
    width: 180px;
    border: 1px solid #e8e8e8;
}


.Btn {
    font-size: 9pt;
    background: #3ab0ed;
    border: 1px solid #028ed2;
    padding: 6px 33px;
    color: #fff;
    cursor: pointer;
    min-width: 150px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.4) inset;
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
    width: 80%;
    height: 36px;
    border-radius:10px;
}

    .Btn:hover {
        background: #0e8fd1;
        color: #fff;
        border: 1px solid #028ed2;
    }

.Lbl {
    font-size: 8pt;
    color: #025988;
}

.LblTitle {
    font-size: 12pt;
    color: #025988;
    text-shadow: 0 0 2px rgba(2,89,136,0.5);
}

.LblError {
    font-size: 10pt;
    color: Red;
}

.ChkBox {
    font-family: 'IranSans', Tahoma, Arial;
    font-size: 10pt;
    direction: rtl;
    color: #025988;
    padding: 10px 35px;
}

    .ChkBox label {
        margin-right: 5px;
    }

.Table {
    direction: rtl;
    font-size: 10pt;
}

    .Table tr {
        height: 35px;
    }

.TD {
    height: 50px;
}

.Split {
    border-top: 1px solid #e8e8e8;
    height: 50px;
}

.FieldSet {
    direction: rtl;
    font-size: 10pt;
    border: 2px solid #a4c6fd;
}

.TdBottom {
    border-bottom: 1px solid #e8e8e8;
}

.divprogress {
    font-size: 9pt;
    direction: rtl;
    padding: 15px 25px;
    border: medium solid #1382BF;
    background-color: #ececec;
    position: absolute;
    vertical-align: middle;
    top: 30%;
    right: 35%;
    width: 300px;
    z-index: 1000;
    /* **** */
    transform: scale(1); /* Standard Property */
    transform-origin: 0 0; /* Standard Property */
}

.Validation {
    color: #e08585;
    font-size: 8pt;
    margin-right: 40px;
}

.LogPanel {
    direction: rtl;
    font-size: 10pt;
    border-radius: 10px;
    background-color: #f7f7f7;
    width: 380px;
    height: 462px;
    min-height: 462px;
    max-height: 462px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    padding-bottom: 40px;
}

.GuardLoginPanel {
    direction: rtl;
    font-size: 10pt;
    border-radius: 2px;
    background-color: #f7f7f7;
    width: 380px;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    padding-bottom: 40px;
}

.BoardPanel {
    direction: rtl;
    font-size: 10pt;
    border-radius: 2px;
    background-color: #f7f7f7;
    width: 605px;
    max-width: 605px;
    min-width: 605px;
    height: 462px;
    min-height: 462px;
    max-height: 462px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
}


.ImgLogo {
    width: 81px;
    height: 42px;
    vertical-align: middle;
}

.OffLogo {
    width: 120px;
    height: auto;
    src: url(Images/Icon/OffLogo.jpg);
    vertical-align: middle;
}

.OffLbl {
    font-family: 'IranSans', Tahoma, Arial;
    font-size: 10pt;
    color: #025988;
    margin-bottom: 100px;
    text-shadow: 0 0 0px rgba(2,89,136,0.5);
}

.divprogress {
    direction: rtl;
    z-index: 2147483647 !important;
    padding: 0;
    background-color: rgba(236, 236, 236, 0.54);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* Align */
.Right {
    text-align: right;
}

.Left {
    text-align: left;
}

.Center {
    text-align: center;
}

.Middle {
    vertical-align: middle;
}

.Top {
    vertical-align: top;
}

.Bottom {
    vertical-align: bottom;
}

li.rtMid {
    float: right;
    direction: rtl;
    width: 100%;
}




.td-message-content {
    text-align: center;
}
