﻿p {
    font-family: Tahoma;
    font-size: small;
    margin: 20px 5px;
    height: 30px;
    background-image: url('../images/Empty.PNG');
    width: 265px;
}

.textbox {
    border: none;
    background-color: Transparent;
    color: White;
    text-align: right;
}

.LeftDir
{
    direction:ltr;
}
.Dropdown {
    border: none;
    background-color: Transparent;
    text-align: right;
    font-family: Tahoma;
    color: #199dc8;
    width: 100px;
}

.imgbtn {
    margin-right: 0px;
    float: right;
}

.btn {
    border: 1px solid #4800ff;
    background-color: #0094ff;
    font-family: Tahoma;
    color: #ffffff;
	padding: 5px;
}

/*ebadi for message*/

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 15px 5px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-family: Tahoma, Arial;
    font-size: 13px;
    width: 90%;
}

.info {
    text-align: justify;
    padding-right: 55px;
    direction: rtl;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/msg/Knob Info.png');
}

.success {
    text-align: justify;
    padding-right: 55px;
    direction: rtl;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../Images/msg/Knob Valid Green.png');
}

.warning {
    text-align: justify;
    padding-right: 55px;
    direction: rtl;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Images/msg/Knob Attention.png');
}

.error {
    text-align: justify;
    padding-right: 55px;
    direction: rtl;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/msg/Knob Cancel.png');
}
