@charset "UTF-8";

/* popup
------------------------------------------------------------------ */
.b_popup {
	display: none;
	z-index: 9999;
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: -220px;
	width: 450px;
	border: #96BEF5 2px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	background-color: #e8eaee;
	/* fallback color if gradients are not supported */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA),
		to(#EFEFEF));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: -moz-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: -ms-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: -o-linear-gradient(top, #FAFAFA, #EFEFEF);
	background-image: linear-gradient(to bottom, #FAFAFA, #EFEFEF);
	/* current standard, but unimplemented and subject to change */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FAFAFA,
		endColorstr=#EFEFEF);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FAFAFA, endColorstr=#EFEFEF)";
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}

.b_popup_title {
	height: 18px;
	font: 14px;
	line-height: 18px;
	padding: 6px 40px 6px 20px;
}

.b_popup_content {
	padding: 18px 20px;
	background: #fff
}

.b_popup_footer {
	margin-top: 5px;
	padding: 4px 0 6px;
	text-align: right
}

.b_popup_close-header {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url(../images/close.gif)
}

.b_popup_close-footer {
	margin: 0 22px 0 16px;
	border-bottom: #36c 1px dotted
}

.b_popup_close-footer:hover {
	border-bottom-color: #38a4ff;
	text-decoration: none
}

.b_popup .frm_button input { /
	position: relative; /
	top: -1px; /
	padding: 0 10px; /
	vertical-align: middle;
	font-weight: 700
}


.b_popup__puplic_status {
	float: left;
	padding-top: 1px;
	padding-left: 5px;
	line-height: 27px;
	text-align: left;
	white-space: nowrap
}

img.b-popup_choose_dwn-trigger:hover,
img.b-popup_choose_delete-trigger:hover,
img.b-popup_choose_certificate-trigger:hover,
img.b-popup_choose_sign-trigger:hover,
img.b-popup_choose_validate-trigger:hover {
	background-color: inherit;
	cursor: pointer;
}

/* Clearfix */
.clearfix {
	display: inline-block
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0
}

table.tablesorter td label.fileDownloading {
	background: url(../images/icons/waiting.gif) no-repeat;
	font-weight: normal !important;
}

/* no javascript */
.b_popup__nojs_screenmask {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	background: #3a3e45;
	opacity: 0.8;
	filter: alpha(opacity =   80)
}

.b_popup__nojs {
	z-index: 9999;
	left: 50%;
	margin-left: -200px;
	width: 400px
}

.b_popup__nojs .b_popup_title {
	padding-left: 33px;
	background: #e8eaee url(../images/popup-warning.png) no-repeat 9px 50%
}

div.blockMsg {
	left: 40% !important;
}

div.msg {
	text-align: center;
}

td.search_message {
	height: 220px;
	border-right: none !important;
	text-align: center;
	vertical-align: middle !important;
}

table.tablesorter {
	margin: 0;
	font-size: 1em;
	width: 100%;
	text-align: left;
}

td.copy div.copyToClipboardLink {
	background: url(../images/icons/icon_copy.png) no-repeat 1px 0;
	height: 16px;
	width: 16px;
	cursor: pointer;
	cursor: hand;
}

td.published div.copyToClipboardLink {
	background: url(../images/icons/icon_ok.png) no-repeat 1px 0;
	height: 16px;
	width: 16px;
}

div.message {
	background-color: #F8EFAE;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

.errorDetailedInfo {
	display: none;
}

.Deleted {
	display: none;
	/*opacity: 0.8;
    filter: alpha(opacity=80);*/
	color: #777 !important;
}

.Deleted label {
	color: #777 !important;
}

div.showDeletedItemsDiv {
	line-height: 28px;
	float: right;
	display: inline-block;
}

div.showDeletedItemsDiv label {
	display: block;
	float: right;
}

div.showDeletedItemsDiv input {
	margin-top: 1px;
}

#click_table_search li.settings-menu-delete {
	display: none;
}

tr li.hide-on-delete {
	display: list-item;
}

tr.b-table_row-deleted li.hide-on-delete {
	display: none;
}

tr li.show-for-deleted {
	display: none;
}

tr.b-table_row-deleted li.show-for-deleted {
	display: list-item;
}