@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb_Medium.woff');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Medium.woff?') format('woff?'),
    url('../fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: normal;
}

html{
    overflow-x: hidden;
}

#Tala_Search_Form{
    float: right;
    direction: rtl;
    display: flex;
    justify-content: center;
    width: 100%;
	margin-top: 20px;
}

#Tala_Search_Form .row{
	font-size:15px !important;
}

#TalaSearchSubmit{
    padding: 8px 15px;	
    width: 100%;
    margin-top: 20px;	
	line-height: 2 !important;	
}

.SearchTblContainer{
	float: right;
    width: 100%;	
}

#AngNumLbl{
	float:right;
	width:100%;
	color:#FFF;
	text-align:center;
}

#TP_AngNum{
    border: #e5e5e5 1px solid;
    padding: 10px;
    border-radius: 10px;
    text-align: center;	
    width: 100%;	
}

.notice-updated{
    border-right: 5px solid green;
    padding-right: 5px;
    margin: 10px auto;
    background: #d9f1d9;
    padding: 10px;
    text-align: right;
	color: #008000 !important;
    margin-top: 10px !important;	
    border-radius: 10px;	
}
.notice-error{
    border-right: 5px solid red;
    padding-right: 5px;
    margin: 10px auto;
    background: #fbd4d4;
    padding: 10px;
    text-align: right;
	color: red !important;
    margin-top: 10px !important;
    border-radius: 10px;	
}
.notice-warning{
    border-right: 5px solid orange;
    padding-right: 5px;
    margin: 10px auto;
    background: #fbeacb;
    padding: 10px;
    text-align: right;
	color:orange !important;
    margin-top: 10px !important;	
    border-radius: 10px;	
}

.TalaSearchSubmit{
    float:right;
}

.TP_Div{
    font-family:'iransans';
}

.TP_Div th,
.TP_Div td{
    text-align:center;
    padding:10px;
}

#Tala_Search_tbl {
    float: right;
    width: 100%;
    direction: rtl;
    margin-bottom: 100px;
	color: #fff !important;
}

#Tala_Search_tbl th{
	background:#000 !important;
}

#Tala_Search_tbl table{
    color: #fff;
}
#TP_Search{
	float:right;
	width:100%;
}