@CHARSET "utf-8";

body {
	font-family: "Helvetica", "Arial";
	background-color: #fff;
}

.centered {
    text-align: center;
}
.padded {
    padding: 1em;
}


.top-space {
	margin: 0;
	padding: 0;
	height: 30px;
}

.nav-tabs, .nav-tabs li {
	border-color: #428bca !important;
}

.nav-tabs li:not(.active) a:hover {
	background-color: #fff;
	border-color: #428bca;
}

.nav-tabs li.active a {
	background-color: #428bca !important;
	color: #fff;
}

.nav-tabs li.active a:hover {
	color: #fff;
}

.navbar-right a {
	color: #BF3F3F;
	font-weight: bold;
}

.navbar-right a:hover {
	border-left-color: #BF3F3F !important;
	border-right-color: #BF3F3F !important;
	border-top-color: #BF3F3F !important;
}

.permission-checkbox-body {
	padding: 0px 15px !important;
}

.in-between {
	margin: 1.8em 0;
}

.input-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.input-list li {
	margin: 0;
	padding: 0;
}

label {
	font-weight: normal;
}

.panel-heading {
	cursor: pointer;
}

.file-list {
	padding: 0;
	margin-bottom: 8px;
}

.file-list li {
	list-style: none;
	list-style-position: inside;
	padding: 4px;
}

.file-list li:nth-child(odd) {
	background-color: #fff;
}

.file-list li:nth-child(even) {
	background-color: rgba(25, 255, 251, 0.09);
}

.file-list li:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.file-list li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#file-chooser-container {
	margin: 15px 0;
}

.file-selected {
	background-color: rgba(63, 127, 191, 0.22) !important;
}

.add-file-btn {
	margin-bottom: 10px;
}

#file-group-filter-form {
	margin-bottom: 0.5em;
}

.inner-label {
	float:none;
	padding:0;
}

.error {
	color: red;
	float: none;
	padding-left:0.5em
}

input.error {
	border:1px solid red;
}

.sortorder:after {
  content: '\25b2';   // BLACK UP-POINTING TRIANGLE
}

.sortorder.reverse:after {
  content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE
}

.sortorder{
	content: '\25bc';
}

.table>thead:first-child>tr:first-child>th:hover{
    outline: #428bca solid 2px;
    outline-radius: 4px;
}

.showalways{
	width: 14px;
	height: 16px;
	display: inline-block;
}

#dropzone{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
}

.dragover{
	border: 2px solid #428bca !important;
}

.inline-left{
	float: left;
	width: 47%;
}

.inline-right{
	float: right;
	width: 47%;
}

#percent{
	display:block;
}