.dropdown:hover > .dropdown-menu.document-actions {
  height:131px;
}

.glyphicon:before {
	font-size: 1.3em;	
}

ul.dropdown-menu {
	overflow: hidden;
}

li.no-bullet {
    list-style-type: none;
}

.ephorus-glyph.not-member:before {
	color: gray !important;
}

.ngSortButtonUp, .ngSortButtonDown {
	position: absolute;
	top: 9px;
	right: 5px;
	margin-left: auto;
	margin-right: auto;
	border-color: gray transparent;
	border-style: solid;
	height: 0;
	width: 0;
}

.ngSortButtonUp {
	border-width: 5px 5px 0 5px;
}

.ngSortButtonDown {
	border-width: 0 5px 5px 5px;
}

.hidden {
	visibility: hidden;
	height: 0;
	width: 0;
}

.progress-bar-tui {
	float: left; 
	clear: left;
}

.progress {
    border: 1px groove #CCCCCC;
    display: inline-block;
    width: 278px;
    height: auto;
    margin-bottom: 8px;
}

.progress span {
    background: none repeat scroll 0 0 #F29918;
    display: inline-block;
    width: 0;
    white-space: nowrap;
}

.folder-list-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 260px;
}

.warning-sign:before {
	color: red;
	font-size: 2.5em;
	float: left;
	margin-right: 5px;
}

.modal-footer.with-line {
	background: url(../../webjars/lib-ephorus-web-common/assets/img/3d-line-close.gif) repeat-x top;
	margin: 15px 20px 10px;
	padding: 15px 10px 6px;
}

.report-frame {
	width: 100%;
}

.report-placeholder {
	padding: 10px 45px;
}
.placeholder-message {
    padding-bottom: 15px;
}

.modal-report-body .modal-dialog .modal-content .modal-body .close {
	margin-bottom: -40px;
	margin-top: 11px;
    padding: 0 20px 0 0;
    position: relative;
}

.modal-report-body {
    height: auto;
}

.modal-report-body .modal-dialog {
	padding: 5% 10px;
}

.modal-report-js {
	width: 1015px;
}

.modal-report-ev {
	width: 100%;
}

.modal-report-body .modal-dialog .modal-content {
	height: 78px;
}

.modal-report-body .modal-dialog .modal-content .modal-body {
   padding: 0px;
}

.confirmation {
	text-align: left;
}

.modal-input {
	width: 618px;
}

.example-confirmation {
	border: none;
	color: #000;
	background: #EEE;
	font-family: monospace; 
}