@charset "gb2312";

/*ض÷جه*/

.news-tab .am-tabs-nav li {
	padding: .4em 0em;
}

.news-tab .am-tabs-nav li a {
	padding: 0px .7rem;
	line-height: 1;
	display: inline-block;
}

.news-tab .am-tabs-nav li:first-child a {
	border-left: #015293 solid 3px;
}

.news-tab .am-tab-panel {
	padding: 20px 0px;
}

#mails-table {
	background: #f7f7f7;
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
}

#mails-table tr th,
#mails-table tr td {
	border-top: none;
}

#mails-table tr th {
	text-align: center;
	background: #e4e3e3;
	color: #ee3c3c;
}

#mails-table tr th:first-child {
	text-align: left;
	padding-left: 36px;
}

#mails-table tr td {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#mails-table tr td:first-child {
	text-align: left;
	padding-left: 10px;
}

#mails-table tr td:first-child:before {
	content: "\f1db";
	padding-right: 10px;
}

#mails-table tr td:first-child:hover:before {
	content: "\f111";
}

#mails-table tr:hover td,
#mails-table tr:hover td a {
	color: #ee3c3c;
	cursor: pointer;
}

#mails-list .mails-table-foot {
	background: #f7f7f7;
	margin: 0px;
	padding: 15px 15px;
}

.info-list {
	padding-left: 0px;
}

.info-list li {
	position: relative;
	display: block;
	line-height: 34px;
	height: 34px;
}

.info-list li span {
	float: right;
	padding-top: 5px;
}

.info-list li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 30px 0px 0px !important;
	display: block;
}

#mails-links a {
	display: block;
	margin-bottom: .8rem;
}

#mails-links  img {
	margin: 0px auto;

}

#mails-links .am-dropdown{
display:block
}


/*form*/

#appealForm {}

#appealForm legend {
	border-bottom: #ddd solid 1px;
	background: #f2f2f2;
	color: #015192;
	padding: .4rem 1rem;
}

#appealForm [class*="am-u-"] {
	float: left !important;
}

#appealForm label {
	text-align: right;
	padding-right: 0px;
}

#appealForm .am-required:after {
	content: '*';
	color: red;
	position: absolute;
	right: -10px;
}


#appealForm .am-dropdown-toggle{
	background: #f2f2f2;
	border: #ddd solid 1px;
}

#appealForm input,
#appealForm select {
	background: #f2f2f2;
}

#vld-tooltip {
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	background: #F37B1D;
	min-width: 150px;
	color: #fff;
	transition: all 0.15s;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	display: none;
}

#vld-tooltip:before {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: "";
	border-width: 0 8px 8px;
	border-color: transparent transparent #F37B1D;
	border-style: none inset solid;
}

#appealForm .am-ucheck-icons{
	top: 10px;
}
/*تتإنتض»ْ*/

@media only screen and (max-width: 640px) {
	#appealForm label {
		text-align: left;
		margin-bottom: .5rem;
	}
}