﻿@import url('Fonts/fonts.css');

.FormHeader {
    max-width: 250px;
    height: 35px;
    margin: 0;
    padding: 7px 10px 0 0;
    text-align: center;
    font-family: IRANSansWeb,Tahoma;
    font-size: 16px;
    direction: rtl;
    text-align:right;
    color: orangered;
    background-color: lightgreen;
    border: 3px;
    border-bottom: 0px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-style: solid;
    border-color: #56cbeb;
    margin-top:5px;
}

.InputBoxTitle {
    font-family: IRANSansWeb,Tahoma;
    text-align: right;
    width: 100px;
    pointer-events: none;
    border: 0;
}

.InputBoxText {
    font-family: IRANSansWeb,Tahoma;
    text-align: right;
    padding-right: 5px;
    border: 1px solid #686868;
    padding: 0px 5px 0px 0px;
    margin: 0;
    background-color: white;
    height: 23px;
    direction: ltr;
}

    .InputBoxText:disabled {
        outline: 2px solid white;
        border: 1px solid #A9A9A9;
    }

.InputBox .InputBoxText:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}

::-moz-placeholder {
    color: #999;
    background-color: white;
}

.FieldSetLegend {
    margin-right: 10px;
    color: lightblue;
}

.FieldSetLegendTitle {
    font-family: IRANSansWeb,Tahoma;
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
    color: #2c67c3;
}

.AcceptButton {
    font-family: IRANSansWeb,Tahoma;
    font-size: 13px;
    color: blue;
    border-radius: 5px;
    background-color: #8ce6cb;
    border: 1px solid #2c67c3;
    padding: 0;
    margin: 0;
    width: 120px;
    height: 35px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

    .AcceptButton:hover {
        background-color: #8cd772;
        border: 1px solid #e65923;
    }

.CancelButton {
    font-family: IRANSansWeb,Tahoma;
    font-size: 13px;
    color: red;
    border-radius: 5px;
    background-color: #ee926f;
    border: 1px solid #2c67c3;
    padding: 0;
    margin: 10px;
    width: 120px;
    height: 35px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

    .CancelButton:hover {
        background-color: #8cd772;
        border: 1px solid #e65923;
    }

.ValidationSummary {
    padding: 10px;
    margin: 0;
    margin-top: 10px;
    border-right: 5px solid #e01111;
    border-top: 1px solid #e01111;
    border-bottom: 1px solid #e01111;
    border-left: 1px solid #e01111;
    font-family: IRANSansWeb,Tahoma;
    font-size: 13px;
    direction: rtl;
}

.RequiredField {
    font-family: IRANSansWeb,Tahoma;
    border: 1px solid #4FACF1;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    padding: 0 5px 0 5px;
    color: red;
    width: 100px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.hrStyle {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 5px;
    padding: 0;
}

.SearchTextBox {
    border: 1px solid #A9A9A9;
    margin: 0;
    padding: 0;
    background-color: lightcyan;
    background-image: url('../Images/find.png');
    background-repeat: no-repeat;
}
