.pagebanner {
	float: left;
}

table.responsive-table .order2:after {
	font-family: FontAwesome;
	content: "\f0de" !important;
}

table.responsive-table .order1:after {
	font-family: FontAwesome;
	content: "\f0dd" !important;
}

table.responsive-table th {
	word-wrap: normal;
}

.sortable-table-placeholder {
    background-color: orange !important;
}

.waitIcon {
	width: 15px;
	height: 15px;
	border: none;
}

.decryptLink {
	background: url(../images/cromerr/document-decrypt-16.png) no-repeat 100% 50%;
	padding-right: 18px;
}

.requiredIndicator {
	float: right;
	padding-right: 5px;
}

.field {
	width: 300px;
}

ul.editHistoryFieldsUpdated {
    margin-top: 0px;
    margin-bottom: 0px;
}

.messages {
    background-color: #e4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
}

.messages ul:last-child {
    padding-bottom: 0;
}

input[type=button]:disabled,
input[type=submit]:disabled {
	background-color:gray;
	color:#E0DFDF;
}

ul.cdx-tabs li {
	letter-spacing: -0.5px;
}

@media only screen and (min-width: 1024px) {
.fileTitle {
width:100%;
}
}