.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
body {
  padding-top: 60px;
  padding-bottom: 40px;
}
h1 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
h2 {
  margin-top: 20px;
}
h2.entityList {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 35px;
  margin-bottom: 30px;
}
ul.errorContainer {
  list-style-type: none;
  margin: 0 0 20px;
}
ul.warningContainer {
  list-style-type: none;
  margin: 0 0 20px;
}
textarea {
  width: 400px;
  height: 200px;
}
.date {
  width: 140px;
}
.datetime {
  width: 180px;
}
.form-signin {
  max-width: 370px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
div.dataTables_length select {
  width: 100px;
}
#globalMessageContainer {
  list-style-type: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0;
}
#globalMessageContainer.loggedIn {
  position: static;
  margin-top: -20px;
}
#globalMessageContainer li {
  background: #ffffff;
  padding: 10px 20px;
}
#globalMessageContainer li.error {
  background: #e5e5e5;
  color: #444444;
}
.colorpicker input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline;
  width: auto;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.colorpicker:before {
  display: none;
}
input.datepicker,
input.time {
  width: 100px;
  margin-right: 5px;
}
.buttonGroup {
  text-align: right;
}
.containerFilter {
  position: relative;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 30px;
}
.containerFilter .filterSwitch {
  position: absolute;
  top: -11px;
  left: 18px;
  z-index: 3;
  background: #ffffff;
  padding: 0 10px;
}
.containerFilter .filterSwitch a {
  color: #000000;
  text-decoration: none;
}
.form-filter {
  display: none;
  margin-bottom: 30px;
}
.form-filter.show {
  display: block;
}
.form-filter .form-group:last-child {
  margin-bottom: 0;
}
.entityListContainer {
  position: relative;
}
.entityListContainer .buttonGroup {
  text-align: right;
  margin: -55px 0 20px;
}
@media (max-width: 767px) {
  .entityListContainer .buttonGroup {
    margin: 0 0 20px;
  }
}
.entityListContainer .buttonGroup.bottom {
  margin: 20px 0 20px;
}
.entityListContainer .dataTables_wrapper {
  position: relative;
  z-index: 2;
}
.entityListContainer div.dataTables_filter input {
  margin-left: 5px;
}
.entityDetailContainer .buttonGroup {
  margin-top: 40px;
  margin-bottom: 40px;
}
.entityDetailContainer .buttonGroup .btn {
  margin-right: 5px;
}
.form-group.required label.control-label:after {
  content: "*";
  color: #ff0000;
  margin-right: -5px;
}
form input.error,
form textarea.error {
  background-color: #e5e5e5;
}
form label.error {
  display: inline;
  margin-left: 10px;
  color: #ff0000;
}
.filterContainer label {
  font-weight: bold;
}
.filterContainer select,
.filterContainer input {
  margin-right: 20px;
}
.filterContainer input[type="checkbox"] {
  margin-top: 0;
  margin-left: 5px;
}
th.right,
td.right {
  text-align: right;
}
thead {
  background: #e5e5e5;
}
tfoot {
  background: #e5e5e5;
}
tfoot td {
  font-weight: bold;
}
.tab-content .tab-pane {
  padding-top: 20px;
}
.tab-content h2.entityList {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.additionalInfoContainer .additionalInfoItem {
  margin-bottom: 5px;
}
.additionalInfoContainer input {
  margin-right: 10px;
  float: left;
}
.additionalInfoContainer i {
  cursor: pointer;
  margin-top: 9px;
}
.additionalInfoContainer i.add {
  color: green;
}
.additionalInfoContainer i.remove {
  color: red;
}
.additional-info-control {
  width: 250px;
}
.userNavigationContainer {
  padding: 15px;
}
.userNavigationContainer a {
  color: #000000;
  text-decoration: underline;
}
.userNavigationContainer a:hover {
  text-decoration: none;
}
.userNavigationContainer .dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .userNavigationContainer .dropdown {
    display: block;
    float: left;
  }
}
.userNavigationContainer .dropdown i {
  cursor: pointer;
  margin-right: 5px;
  font-size: 24px;
}
.userNavigationContainer .dropdown i:hover {
  opacity: 0.7;
}
.userNavigationContainer .dropdown a {
  text-decoration: none;
}
.userNavigationContainer .dropdown .dropdown-menu {
  left: -20px;
}
@media (max-width: 767px) {
  .userNavigationContainer .dropdown .dropdown-menu {
    left: 0;
  }
}
.navigationContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3B4D59;
  z-index: 100;
}
.navigationContainer .logo {
  float: left;
  margin-right: 25px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .navigationContainer .logo {
    display: inline-block;
    float: none;
  }
}
.navigationContainer .logo img {
  max-height: 26px;
}
.navigationContainer .navigation {
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .navigationContainer .navigation {
    float: none;
    display: block;
    border-top: 1px solid #ffffff;
  }
}
.navigationContainer .navigation > li {
  float: left;
  list-style-type: none;
}
@media (max-width: 991px) {
  .navigationContainer .navigation > li {
    float: none;
    display: block;
  }
}
.navigationContainer .navigation > li > a {
  color: #ffffff;
  display: inline-block;
  padding: 18px 15px;
}
@media (max-width: 991px) {
  .navigationContainer .navigation > li > a {
    display: block;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.navigationContainer .navigation > li > a:hover,
.navigationContainer .navigation > li > a:focus {
  background: #2d3943;
  text-decoration: none;
}
@media (max-width: 991px) {
  .navigationContainer .navigation .dropdown-menu {
    position: static;
    float: none;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.navigationContainer .quickSearchContainer {
  width: 300px;
  display: inline-block;
  margin-top: 15px;
  margin-left: 30px;
}
@media (max-width: 1240px) {
  .navigationContainer .quickSearchContainer {
    display: block;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .navigationContainer .quickSearchContainer {
    display: none;
  }
}
.navigationContainer .quickSearchContainer > * {
  width: 100%;
}
.navigationContainer .openSearchBtn {
  float: right;
  color: #ffffff;
  padding: 18px 15px;
  margin-right: -15px;
  font-size: 22px;
  cursor: pointer;
}
.navigationContainer .openSearchBtn:hover {
  background: #2d3943;
}
@media (max-width: 991px) {
  .navigationContainer .openSearchBtn {
    margin: 0;
    position: absolute;
    right: 70px;
    top: 0;
  }
}
.navigationContainer .smsPush {
  float: right;
  margin-top: 10px;
}
.navigationContainer .toggleNavigation {
  display: none;
  position: absolute;
  top: 9px;
  right: 20px;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navigationContainer .toggleNavigation {
    display: block;
  }
}
@media (max-width: 991px) {
  .navigationContainer .mobileToggleContainer {
    display: none;
  }
  .navigationContainer .mobileToggleContainer.open {
    display: block;
  }
}
.conversationNavigation i {
  vertical-align: bottom;
}
.conversationNavigation span {
  position: relative;
}
.conversationNavigation .unread {
  display: none;
  position: absolute;
  top: -13px;
  right: -13px;
  background: #c1a298;
  line-height: 1em;
  padding: 5px 0;
  color: #ffffff;
  text-align: center;
  width: 21px;
  font-size: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.logoHeader {
  margin-top: -60px;
  padding: 15px;
}
.logoHeader img {
  max-height: 70px;
}
.filterWhoIsWhoContainer {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .filterWhoIsWhoContainer select.form-control,
  .filterWhoIsWhoContainer input.form-control {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .filterWhoIsWhoContainer select.form-control,
  .filterWhoIsWhoContainer input.form-control {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .filterWhoIsWhoContainer .form-group {
    display: block;
    margin-bottom: 15px;
  }
}
.whoIsWhoListContainer i.glyphicon,
.whoIsWhoDetail i.glyphicon {
  color: #444444;
  margin-right: 5px;
}
.whoIsWhoListContainer .content,
.whoIsWhoDetail .content {
  position: relative;
}
.whoIsWhoListContainer .vcard,
.whoIsWhoDetail .vcard {
  position: absolute;
  left: 250px;
  top: 0;
}
.whoIsWhoListContainer .item {
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.whoIsWhoListContainer .item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.whoIsWhoListContainer .item .image {
  float: left;
}
.whoIsWhoListContainer .item .image img {
  height: 100%;
}
.whoIsWhoListContainer .item .image .defaultProfilePicture {
  padding: 30px 15px;
}
.whoIsWhoListContainer .item .image .defaultProfilePicture img {
  max-width: 117px;
  height: auto;
}
.whoIsWhoListContainer .item .content {
  min-height: 177px;
  padding: 15px;
  margin-left: 132px;
}
.whoIsWhoListContainer .item .content h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.whoIsWhoDetail {
  margin-top: 45px;
}
.whoIsWhoDetail .image {
  float: left;
}
.whoIsWhoDetail .content {
  margin-left: 280px;
}
.whoIsWhoDetail .content h1 {
  font-size: 20px;
  margin-top: 0;
}
.whoIsWhoDetail .content .subline {
  display: block;
  margin-top: -20px;
  margin-bottom: 15px;
  color: #444444;
}
.newsFeedContainer .linkContainer {
  display: block;
  color: #000000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.newsFeedContainer .linkContainer:hover,
.newsFeedContainer .linkContainer:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.newsFeedContainer .item {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  background: #efefef;
}
.newsFeedContainer .item .time {
  color: #444444;
  text-align: right;
  padding: 15px 15px 0;
  font-size: 11px;
}
.newsFeedContainer .item .title {
  padding: 15px 15px 5px;
}
.newsFeedContainer .item .title * {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.newsFeedContainer .item .image {
  border-bottom: 0;
}
.newsFeedContainer .item .image img {
  width: 100%;
}
.newsFeedContainer .item .youtubeContainer {
  position: relative;
}
.newsFeedContainer .item .youtubeContainer * {
  cursor: pointer;
}
.newsFeedContainer .item .youtubeContainer .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 60px;
  color: #ffffff;
}
.newsFeedContainer .item .content {
  padding: 0 15px 5px;
}
.newsFeedContainer .item .link {
  color: #428bca;
}
.newsFeedContainer .item .link:hover {
  text-decoration: underline;
}
.errorContainer {
  display: none;
}
.fileinput-button {
  width: 100%;
}
.progress {
  margin-top: 15px;
}
.noBorder,
.noBorder span {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileContainer {
  display: block;
  position: relative;
  padding: 15px 45px 45px;
  border: 1px solid #cccccc;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fileContainer:hover {
  color: #444444;
}
.fileContainer .fileIcon {
  font-size: 35px;
}
.fileContainer .removeIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fileContainer .name {
  font-size: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.fileContainer:hover .removeIcon {
  opacity: 1;
}
#chatContainer {
  position: relative;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  #chatContainer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#chatContainer .chatLeft,
#chatContainer .chatRight {
  float: left;
}
#chatContainer .chatLeft {
  width: 370px;
  background: #ffffff;
}
@media (max-width: 991px) {
  #chatContainer .chatLeft {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #chatContainer .chatLeft.hideMobile {
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
#chatContainer .chatRight {
  width: calc(100% - 370px);
}
@media (max-width: 991px) {
  #chatContainer .chatRight {
    float: none;
    width: 100%;
  }
}
#chatContainer .toggleChatMobile {
  display: none;
  position: absolute;
  top: 19px;
  left: 25px;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 991px) {
  #chatContainer .toggleChatMobile {
    display: block;
  }
}
#chatContainer .toggleChatMobile .iconOuter {
  font-size: 30px;
}
#chatContainer .toggleChatMobile .iconInner {
  position: absolute;
  top: 7px;
  left: -8px;
  font-size: 20px;
}
#chatContainer .defaultNotice {
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
#chatContainer .chatListContainer {
  border-right: 1px solid #e5e5e5;
  overflow-x: hidden;
  overflow-y: auto;
}
#chatContainer .chatList .chatItem {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  cursor: pointer;
  min-height: 81px;
}
#chatContainer .chatList .chatItem:hover,
#chatContainer .chatList .chatItem.active {
  background: #e5e5e5;
}
#chatContainer .chatList .chatItem img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#chatContainer .chatList .chatItem .groupIconThumb {
  font-size: 40px;
  color: #cccccc;
}
#chatContainer .chatList .chatItem .name,
#chatContainer .chatList .chatItem .message,
#chatContainer .chatList .chatItem .time {
  position: absolute;
  top: 15px;
  left: 75px;
}
#chatContainer .chatList .chatItem .name {
  top: 30px;
  font-weight: bold;
}
#chatContainer .chatList .chatItem .message {
  top: auto;
  bottom: 15px;
}
#chatContainer .chatList .chatItem .time {
  position: absolute;
  left: auto;
  right: 10px;
  color: #444444;
  text-align: right;
  padding-bottom: 5px;
  font-size: 11px;
}
#chatContainer .chatList .chatItem .unread {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #c1a298;
  line-height: 1em;
  padding: 5px 0;
  color: #ffffff;
  text-align: center;
  width: 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#chatContainer .conversationWrapper {
  position: relative;
}
#chatContainer .conversationWrapper .defaultNoticeWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 991px) {
  #chatContainer .conversationWrapper .defaultNoticeWrapper {
    display: none;
  }
}
#chatContainer .conversationWrapper .defaultNoticeWrapper .defaultNotice {
  width: 100%;
  height: 100%;
  font-weight: normal;
}
#chatContainer .conversationWrapper .defaultNoticeWrapper .defaultNotice td {
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
#chatContainer .conversationWrapper .conversationContainer .messages {
  max-height: 100%;
}
#chatContainer .conversationWrapper .conversationContainer .messageTitle {
  background: #e5e5e5;
  padding: 15px 60px 15px 15px;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
  line-height: 28px;
}
@media (max-width: 991px) {
  #chatContainer .conversationWrapper .conversationContainer .messageTitle {
    padding: 20px 60px 20px 60px;
  }
}
#chatContainer .conversationWrapper .conversationContainer .addUserToConversationBtn {
  position: absolute;
  color: #333333;
  font-size: 30px;
  line-height: 28px;
  top: 19px;
  right: 15px;
}
#chatContainer .conversationWrapper .conversationContainer .addUserToConversationBtn .plus {
  position: absolute;
  font-size: 16px;
  top: 8px;
  right: -4px;
}
#chatContainer .conversationWrapper .conversationContainer .messageBody {
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem {
  display: inline-block;
  max-width: 400px;
  min-width: 300px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem * {
  font-size: 14px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem h4 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem h4 a {
  color: #000000;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem h4 a:hover,
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem h4 a:focus {
  text-decoration: none;
  color: #000000;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem .time {
  line-height: 10px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem .time * {
  font-size: 10px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem .image {
  float: left;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .messageItem .content {
  margin-left: 50px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .imageGalleryContainer {
  margin: 0 -5px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .imageGalleryContainer .file {
  padding: 0 5px;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer .imageGalleryContainer .fileContainer {
  padding: 10px;
  margin: 10px 0 0;
  background: #ffffff;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer.me {
  text-align: right;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer.me .messageItem {
  background: #C7D9E3;
  border-color: #C7D9E3;
}
#chatContainer .conversationWrapper .conversationContainer .messageItemContainer.me .messageItem:after {
  border-left-color: #C7D9E3;
}
#chatContainer .conversationWrapper .inputContainer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e5e5e5;
}
#chatContainer .conversationWrapper .inputContainer .inputContent {
  position: relative;
  padding: 15px;
}
#chatContainer .conversationWrapper .inputContainer textarea {
  margin: 0 0 0 60px;
  max-width: calc(100% - 125px);
}
#chatContainer .conversationWrapper .inputContainer .sendBtn {
  position: absolute;
  bottom: 25px;
  right: 15px;
  padding: 9px 20px 5px 15px;
  font-size: 20px;
}
#chatContainer .conversationWrapper .inputContainer .sendShortCutInfo {
  position: absolute;
  bottom: 12px;
  right: 19px;
  font-size: 8px;
}
#chatContainer .conversationWrapper .inputContainer .documentsBtn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  padding: 14px 15px 8px 15px;
  font-size: 20px;
  width: auto;
}
.messageItem {
  position: relative;
  padding: 15px;
  color: #333;
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  background: #e5e5e5;
  border-color: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}
.messageItem .readDate {
  margin-bottom: -5px;
  font-size: 12px;
  text-align: right;
  color: #3B4D59;
}
.messageItem:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -35px;
  border: 15px solid transparent;
  border-right-color: #e5e5e5;
  display: block;
  width: 0;
}
.messageItem.right:after {
  left: auto;
  right: -30px;
  border-right-color: transparent;
  border-left-color: #e5e5e5;
}
#contactPopup .userSerach {
  margin-bottom: 20px;
}
#contactPopup .userItem {
  display: block;
  cursor: pointer;
  padding: 10px 5px;
  border-top: 1px solid #e5e5e5;
  margin: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#contactPopup .userItem:first-child {
  border: 0;
}
#contactPopup .userItem:hover {
  background: #e5e5e5;
}
.folderItemLink {
  cursor: pointer;
}
.folderItem,
.documentItem,
.forumItem {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.folderItem:hover,
.documentItem:hover,
.forumItem:hover {
  background: #e5e5e5;
  text-decoration: none;
}
.folderItem i,
.documentItem i,
.forumItem i {
  color: #3B4D59;
  font-size: 20px;
  margin-right: 5px;
}
.folderItem .actionContainer,
.documentItem .actionContainer,
.forumItem .actionContainer {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .folderItem .actionContainer,
  .documentItem .actionContainer,
  .forumItem .actionContainer {
    opacity: 1;
  }
}
.folderItem .actionContainer i,
.documentItem .actionContainer i,
.forumItem .actionContainer i {
  vertical-align: middle;
}
.folderItem .actionContainer i:hover,
.documentItem .actionContainer i:hover,
.forumItem .actionContainer i:hover {
  color: #C7D9E3;
}
.folderItem .unread,
.documentItem .unread,
.forumItem .unread {
  display: inline-block;
  background: #c1a298;
  line-height: 1em;
  padding: 5px 0;
  color: #ffffff;
  text-align: center;
  width: 21px;
  font-size: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.folderItem:hover .actionContainer,
.documentItem:hover .actionContainer,
.forumItem:hover .actionContainer {
  opacity: 1;
}
.documentItem {
  cursor: pointer;
}
.forumTopicListContainer .forumHeading,
.forumCategoryListContainer .forumHeading {
  margin-left: 15px;
  margin-right: 15px;
}
.forumItem,
.forumCommentItem {
  display: block;
  background: #efefef;
  border: 0;
  margin-top: 5px;
  padding: 15px;
}
.forumItem.notApproved,
.forumCommentItem.notApproved {
  background: #D9BAB0;
}
.forumItem.notApproved:hover,
.forumCommentItem.notApproved:hover {
  background: #c1a298;
}
.forumItem,
.forumItem:hover,
.forumItem i,
.forumCommentItem,
.forumCommentItem:hover,
.forumCommentItem i {
  color: #3B4D59;
  line-height: 30px;
}
.forumItem i,
.forumCommentItem i {
  font-size: 26px;
}
.forumItem .name,
.forumCommentItem .name {
  font-weight: bold;
  font-size: 16px;
}
.forumItem .details,
.forumCommentItem .details {
  line-height: normal;
}
.forumItem .currentForumTopic,
.forumCommentItem .currentForumTopic {
  display: block;
  font-weight: bold;
  color: #3B4D59;
  margin-bottom: -5px;
  line-height: 18px;
}
.forumItem .approve,
.forumItem .change,
.forumItem .delete,
.forumCommentItem .approve,
.forumCommentItem .change,
.forumCommentItem .delete {
  color: #428bca;
}
.forumItem .approve:hover,
.forumItem .change:hover,
.forumItem .delete:hover,
.forumCommentItem .approve:hover,
.forumCommentItem .change:hover,
.forumCommentItem .delete:hover {
  text-decoration: underline;
}
.forumItem .unread {
  position: absolute;
  top: 6px;
  margin-left: 8px;
}
.forumCommentItem .userDetail {
  float: left;
  padding-right: 15px;
  border-right: 1px solid #cccccc;
  width: 270px;
}
@media (max-width: 767px) {
  .forumCommentItem .userDetail {
    float: none;
    border: 0;
    width: auto;
  }
}
.forumCommentItem .userDetail img {
  margin-bottom: 5px;
}
.forumCommentItem .userDetail a {
  color: #3B4D59;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.forumCommentItem .userDetail a:hover {
  text-decoration: none;
}
.forumCommentItem .userDetail a:hover {
  opacity: 0.8;
}
.forumCommentItem .content {
  padding-left: 15px;
  border-left: 1px solid #cccccc;
  margin-left: 269px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .forumCommentItem .content {
    border-left: 0;
    border-top: 1px solid #cccccc;
    margin: 0;
    padding: 10px 0 0;
  }
}
.forumCommentItem .content .bold {
  font-weight: bold;
}
.forumCommentItem .content .dateInfo {
  line-height: 16px;
  margin-left: 30px;
}
.forumCommentItem .content .actions {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.forumCommentItem .content .actions a {
  color: #2d3943;
  font-size: 18px;
  margin-right: 10px;
}
.forumCommentItem .content .actions a:hover,
.forumCommentItem .content .actions a:focus {
  color: #C7D9E3;
  text-decoration: none;
}
.forumCommentItem .content .actions .countLikes {
  margin-left: -10px;
  margin-right: 10px;
}
.forumCommentItem .answers .forumCommentItem {
  border-top: 1px solid #cccccc;
  padding-left: 0;
  padding-right: 0;
}
.forumCommentItem .answers .forumCommentItem:first-child {
  border-top: 0;
}
.forumCommentItem .answers .forumCommentItem .userDetail {
  line-height: 20px;
}
.forumCommentItem .answers .forumCommentItem .userDetail .name {
  font-size: 14px;
}
.forumCommentItem .answers .forumCommentItem .userDetail .dateInfo {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
}
.forumCommentItem .answers .forumCommentItem .content {
  margin-left: 139px;
}
.forumCommentItem .fileList .fileItem {
  display: inline-block;
  width: auto;
}
.forumCommentItem .fileList .fileItem .icon {
  margin-top: -3px;
}
.forumTopicItem {
  border: 2px solid #3B4D59;
  margin-bottom: 15px;
}
.forumTopicItem .headline {
  margin: -15px -15px 15px;
  background: #3B4D59;
  padding: 15px;
}
.forumTopicItem .headline * {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.relationComponent input {
  margin-right: 10px;
  float: left;
}
.relationComponent i {
  cursor: pointer;
}
.relationComponent i.add,
.relationComponent i.addRoles,
.relationComponent i.approve {
  color: green;
}
.relationComponent i.decline {
  color: red;
}
.relationComponent i.remove {
  color: #cccccc;
}
.relationComponent .table {
  margin-top: 15px;
  width: 600px;
  max-width: 100%;
}
.relationComponent .table >tbody>tr>th {
  border: 0;
}
.relationComponent .participantStatus {
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: auto;
}
.relationInput {
  width: 80%;
}
.relationItem i {
  margin: 0;
}
.relationItem i:hover {
  opacity: 0.4;
}
.breadcrumb li * {
  color: #3B4D59;
}
.breadcrumb li.folderItemLink:hover,
.breadcrumb li.folderItemLink i:hover,
.breadcrumb li a:hover {
  text-decoration: none;
  color: #C7D9E3;
}
.breadcrumb li .home {
  font-size: 20px;
  vertical-align: bottom;
}
.appointmentDetailContainer .rowItem {
  margin-bottom: 10px;
}
.appointmentDetailContainer .firstColumn {
  font-weight: bold;
}
@media (max-width: 767px) {
  .appointmentDetailContainer .firstColumn {
    margin-bottom: 5px;
  }
}
.appointmentDetailContainer .radio-inline label {
  font-weight: normal;
}
.appointmentDetailContainer .confirmBtn {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .appointmentDetailContainer .confirmBtn {
    margin: 0;
  }
}
.appointmentDetailContainer .description {
  margin-top: 30px;
}
.appointmentDetailContainer form {
  margin-top: -3px;
}
@media (max-width: 767px) {
  .appointmentDetailContainer form {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .appointmentDetailContainer .radio-inline {
    display: block;
    margin: 0;
  }
}
.appointmentDetailContainer .calDavDownload {
  margin-top: 0;
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .appointmentDetailContainer .calDavDownload {
    display: block;
    margin: 5px 0 0;
  }
}
.appointmentDetailContainer .calDavDownload i {
  margin-right: 5px;
}
.appointmentDetailContainer .participants {
  margin-top: 30px;
}
.appointmentDetailContainer a {
  color: #2d3943;
}
.appointmentDetailContainer a:hover,
.appointmentDetailContainer a:focus {
  text-decoration: none;
  color: #C7D9E3;
}
.fileList {
  margin-top: 30px;
}
.fileList .headline {
  display: inline-block;
  margin-bottom: 5px;
}
.fileList .fileItem {
  color: #2d3943;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
}
.fileList .fileItem:hover,
.fileList .fileItem:focus {
  text-decoration: none;
  color: #C7D9E3;
}
.fileList .fileItem i {
  margin-right: 5px;
  font-size: 20px;
}
.fileList .fileItem .icon {
  float: left;
}
.fileList .fileItem .filename {
  margin-left: 25px;
}
.dashboardContainer {
  margin-top: 30px;
}
.kalender {
  width: 100%;
}
.kalender th {
  padding: 0;
  margin: 0;
}
.kalender th div {
  white-space: nowrap;
}
.kalender th div div {
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #444444;
  padding: 5px 2px;
}
.kalender td {
  vertical-align: top;
}
.kalender th:FIRST-CHILD div div {
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.kalender th:LAST-CHILD div div {
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
#searchModal .modal-dialog {
  width: 900px;
}
@media (max-width: 991px) {
  #searchModal .modal-dialog {
    width: auto;
    margin: 60px 10px;
  }
}
#searchModal .form-group {
  position: relative;
  margin: 0;
}
#searchModal .form-group .form-control {
  height: 50px;
  font-size: 30px;
  padding: 6px 40px;
}
#searchModal .form-group .icon {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 18px;
}
#searchModal #searchResult {
  display: none;
}
#searchModal .noResult {
  padding: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#searchModal .searchResultRow {
  display: block;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  color: #000000;
}
#searchModal .searchResultRow:first-child {
  border-top: 0;
}
#searchModal .searchResultRow:hover {
  background: #e5e5e5;
}
#searchModal .searchResultRow .imageContainer {
  text-align: center;
}
#searchModal .searchResultRow .imageContainer i {
  font-size: 50px;
}
#searchModal .searchResultRow .imageContainer img {
  width: 100%;
}
#searchModal .searchResultRow .content {
  padding-left: 20px;
}
#searchModal .searchResultRow .content h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
#searchModal .searchResultRow .content p {
  font-size: 12px;
  margin-bottom: 0;
}
#legends {
  margin-top: 30px;
}
#legends .legendItem {
  margin-bottom: 10px;
}
#legends .legendItem i {
  margin-right: 5px;
}
#calendarTooltip div {
  margin-top: 15px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  font-size: 12px;
}
#calendarTooltip div a strong {
  display: block;
  font-size: 16px;
}
#calendarTooltip div:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.wrap {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.externalLogos a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.externalLogos a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.externalLogos .externalLogosRow {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  text-align: center;
}
.externalLogos .externalLogosRow:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.externalLogos .externalLogosRow .facebook,
.externalLogos .externalLogosRow .youtube {
  height: 34px;
  width: auto;
  margin: 0 10px;
}
.externalLogos img {
  width: 105px;
  max-width: 100%;
}
.folderTree,
.folderTree ul {
  margin: 0;
  padding-left: 20px;
}
.folderTree ul {
  margin-bottom: 20px;
}
.folderTree li {
  margin-top: 5px;
}
.folderTree a {
  color: #2d3943;
}
.folderTree i {
  font-size: 20px;
}
#changeMandatoryForm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #changeMandatoryForm {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#changeMandatoryForm select {
  width: 180px;
}
@media (max-width: 767px) {
  #changeMandatoryForm select {
    width: 100%;
  }
}
