h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "adelle-sans", sans-serif;
}

html {
	height: 100%;
	min-height: 100%;
	position: relative;
}

body {
	font-family: "adelle-sans", sans-serif;
	padding-bottom: 320px;
	min-height: 100%;
	position: relative;
	overflow-y: scroll;
}

body.modal-open {
	overflow: hidden;
}

.text-nowrap {
	white-space: nowrap;
}

/*
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px 0;
}
*/

.table tr.clickable, .table tr.clickable * {
	cursor: pointer;
}

.table tbody > tr.align-middle > td {
	vertical-align: middle;
}

.table-striped > tbody > tr.unread:nth-child(2n+1) > td,
.table tr.unread td {
	font-weight: bold;
	background: white;
}

.table.infinite-one-line {
	table-layout: fixed;
}

.table.infinite-one-line td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar {
  border-radius: 0;
  background: rgb(78,28,86);
  margin-bottom: 75px;
  border: none;
}

.navbar-brand {
  padding-left: 50px;
  background: url(../img/logo.svg) 10px center no-repeat;
  background-size: auto 36px;
}

.nav-justified > li {
	white-space: nowrap;
}
.nav-justified > li > a {
  background: transparent;
  color: #bb9bbf;
  min-height: 50px;
  padding-top: 16px;
}

.nav-tabs.nav-justified > li > a {
  rgba(83, 55, 87, 0.75);
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.nav-justified > li > a:hover,
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #b6e0df;
  color: #533757;
}

.nav li.dropdown {
	cursor: pointer;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 5px;
  margin-left: 25px;
}



h1 {
  margin-top: 0;
  margin-bottom: 40px;
}



.footer {
	width: 100%;
	background-color: #655054;
	padding: 20px 20px 40px 20px;
	color: rgba(255,255,255,0.75);
	position: absolute;
	bottom: 0;
}

.footer a {
  color: rgba(255,255,255, 0.75);
}

.btn-nowrap {
	white-space: nowrap
}

.btn-nowrap .btn {
	float: none;
	display: inline-block;
}

.checkbox.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

input[type=checkbox][disabled] + span {
	opacity: 0.5;
}

.ta-editor {
	max-height: 500;
	max-height: 90vh;
	max-height: calc(100vh - 40px);
}
