.restricted350 {
	max-width: 350px;
}

.spaced-links a + a {
	margin-left:20px;
}

.navbar-default {
    background: white; /* Old browsers */;
	border-color: black;
  	/* background: linear-gradient(to bottom, rgba(16,135,203,1) 0%,rgba(0,119,187,1) 100%); /* W3C */
}

.strong {
	font-weight: bold;
}

.top-compress {
	margin-top: -5px;
}

.top-space {
	margin-top: 5px;
}

.bottom-space {
	margin-bottom: 5px;
}

.left-space {
	margin-left: 5px;
}

.left-float {
	float:left;
	padding-right: 10px;
}

.panel-body {
	overflow: auto;
}

.nopadd-left {
	padding-left: 0;
}

.bordered {
	border: 1px solid #ddd;
}

.vcenter td {
	vertical-align: middle !important;
}

.clickableCursor {
	cursor: pointer;
}

.taller .selectize-input {
	height: 100px;
}

.inline {
	display: inline;
}

.form-control[readonly] {
	cursor: default;
	background-color: inherit;
}

.whitespace {
	white-space: pre-wrap;
}

.no-bullets {
	list-style-type: none;
}

@media (min-width: 1200px) {
	.navbar-brand {
		height:80;
	}
	.prakman-logo {
		margin-top: 0;
		height: 50px;
		width: auto;
	}
	body {
		padding-top: 80px;
	}
	.navbar-nav li a, .navbar-nav li {
		line-height: 50px;
	}
	.navbar-form {
		line-height: 60px
	}
	.sidebar {
		top: 80px;
	}
}

/*Tablesort*/
.tablesorter-header{
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
}
.tablesorter-header.tablesorter-headerUnSorted{
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	/*padding: 4px 20px 4px 4px;*/
}
.tablesorter-header.tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	/*border-bottom: #000 2px solid;*/
}
.tablesorter-header.tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	/*border-bottom: #000 2px solid;*/
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	/*padding: 4px;*/
}
