ul.updaterNav {
	list-style: none;
	padding-left: 0;
}

ul.updaterNav li {
	padding: 5px 0;
}

.updaterButton {
	-moz-box-shadow: 2px 2px 4px 0px #2d4b57;
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
	text-align: left;
}
.updaterButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.updaterButton:active {
	position:relative;
	top:1px;
}

.updaterWidth {
	width: 250px !important; 
}

.updaterCenter {
	text-align: center;
}


.status-container {
	width: 300px;
	float: right;
	color: #000;
	background-color: #fee190;
}

.status-label {
	display: inline-block;
	width: 70px;
	padding: 7px 5px;
	vertical-align: top;
}

.status-value {
	display: inline-block;
	width: 224px;
	padding: 7px 5px;
	font-weight: bold;
}

ul.list-error {
	padding-left: 16px;
}

ul.list-error li {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

.progress-container {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 200px);
}
.pstatus-container0 {
	position: absolute;
	z-index: 2;
	width: 100%;
	overflow-y: scroll;
	height: 100%;
}

.pstatus-list {
	margin: 0 auto;
	width: 430px;
}

.pstatus-container {
	margin: 10px 0;
	border: 1px solid #666;
	-moz-box-shadow: 2px 2px 4px 0px #2d4b57;
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	width: 424px;
	padding: 8px;
}

.pstatus-detail {
	display: inline-block;
	width: 300px;
}

.pstatus-title {
	display: block;
	font-size: 28px;
	line-height: normal;
}

.pstatus-summary {
	display: inline-block;
	font-style: italic;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pstatus-icon {
	display: inline-block;
	width: 54px;
	vertical-align: top;
}
.pstatus-more {
	display: inline-block;
	width: 38px;
	text-align: right;
	vertical-align: top;
}

.pstatus-more a {
	color : #bbb;
}

.fa-stack-15x {
	font-size: 1.25em;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: inherit;
}

.pstatus-container.status-0 {
	background-color: #eee;
}
.pstatus-container.status-1 {
	background-color: #ffb7b7;
}
.pstatus-container.status-2 {
	background-color: #ffeeb3;
}
.pstatus-container.status-3 {
	background-color: #9fff9f;
}

.pstatus-container.status-0 .pstatus-bg {
	color: #bbb;
}
.pstatus-container.status-1 .pstatus-bg {
	color: #f00000;
}
.pstatus-container.status-2 .pstatus-bg {
	color: #ff7e00;
}
.pstatus-container.status-3 .pstatus-bg {
	color: #01801d;
}

.pdetail-container {
	position: absolute;
	top: 0;
	z-index: 1;
	display: none;
}

.apcb {
	text-align: center;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 6px 4px !important;
}

.center{text-align: center;}

.apaction .fa {
	text-align: center;
	width: 32px;
	margin: 0 2px;
	cursor: pointer;
}

.fa.active {
	color: #900;
}

.fa.fa-check-square-o.active {
	color: #090;
}

#list_author .stat0 {
	background-color: #feffc4;
}
#list_author .stat1 {
	background-color: #ffc4c4;
}

.status-actions.apaction {
	text-align: center;
	padding: 10px 0;
}

.status-actions.apaction .fa {
	margin: 0 20px;
}

.rescol1 {
	width: 48px;
}
.rescol2 {
	width: 448px;
}
.rescol3 {
	width: 248px;
}

.resblock  h4{
	display: block;
	padding-top: 20px;
}

form.item-edit .ta {
	width: 100%;
	height: 200px;
}

form.item-edit .te {
	width: 500px;
}

.autocomp-bt {
	cursor: pointer;
}

.si-filelist {
	list-style: none;
	padding-left: 0;
}

.si-filelist li.entry {
	border: 1px solid #999;
	background-color: #ccc;
}
.si-filelist li {
	display: block;
	padding: 4px;
	width: 100%;
	margin: 5px 0;
	position: relative;
}

.si-filelist li .options-container {
/*	float: right;*/
	position: absolute;
	right: 0;
	display: none;
}

.si-filelist .options-container i {
	margin: 0 5px;
	font-size: 1.4em;
	cursor: pointer;
}
.si-filelist li:hover .options-container {
	display: block;
}
