.side-header {
  background-color: #075374;
}
.side-header .logo {
  max-height: 24px;
}
.sidebar {
  height: 100%;
  background: #075374;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    width: 65px;
  }
  .sidebar:not(.show) {
    display: block;
  }
  .sidebar .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar .nav-link {
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #fff;
}
.sidebar .nav-link:hover,
.sidebar .nav-link:focus {
  background-color: #fff;
  color: #075374;
}
.sidebar .nav-link:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .sidebar .nav-link:first-of-type {
    border-top: 1px solid #eee;
  }
  .sidebar .nav-link:last-of-type {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  .content {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
.page-header {
  padding-top: 10px;
}
.card .btn-group .btn:first-of-type {
  border-top-left-radius: 0;
}
.card .btn-group .btn:last-of-type {
  border-top-right-radius: 0;
}
.file {
  margin-top: 15px;
  max-width: 300px;
}
.file .file-body:hover {
  text-decoration: none;
}
.tags {
  list-style: none;
  padding-left: 0;
  font-size: 0.9em;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tags .tag-item {
  margin-top: 5px;
  margin-right: 5px;
  background: #eee;
  padding: 4px;
  border-radius: 4px;
}
.tags .tag-item:last-child {
  margin-right: 0;
}
.btn-group {
  margin-bottom: 20px;
}
a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.nav.nav-pills {
  margin-bottom: 30px;
}
.messages {
  padding: 0;
  list-style: none;
}
.messages li {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
}
.messages li.unread {
  background: #E3E3E3;
}
.messages li .btn {
  display: block;
}
.messages li h3 {
  margin: 0 0 20px;
}
.messages li p {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messages li time {
  margin-top: 15px;
  font-weight: bold;
}
.messages li:last-child {
  margin-bottom: 0;
}
.message {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
.message time {
  float: right;
  font-weight: bold;
}
.row.header {
  background: #075374;
}
.row.header .input-group {
  margin: 35px 0;
}
.row.header .input-group input {
  border-color: #52c3f5;
}
.row.header .input-group button {
  color: #52c3f5;
  border-color: #52c3f5;
}
h1 {
  color: #999;
  font-weight: 200;
}
img.space {
  padding: 15px;
}
table {
  background: #fff;
}
.tab-pane {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.chosen-container.chosen-container-active {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.chosen-container.chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #66afe9;
}
.chosen-container.chosen-container-multi .chosen-choices {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 2px 12px;
}
@media (min-width: 768px) {
  .chosen-container.chosen-container-multi .pull-right-sm {
    float: right;
  }
}
.upload-list-actions {
  min-width: 175px;
}
/*# sourceMappingURL=style.css.map */