.publicprofile {
  padding-left: 20px;
  padding-right: 20px;
}
.userprofile .panel {
  margin-bottom: 0px;
}
.userprofile .well,
.userprofile .well:hover {
  background-color: #017890;
  border: 1px solid #016377;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  padding: 10px;
  border-radius: 0px !important;
  color: white;
}
.userprofile .well a,
.userprofile .well:hover a,
.userprofile .well a:hover,
.userprofile .well:hover a:hover {
  color: white;
}
.userprofile .well:hover {
  background-color: #0077B2;
  border-bottom: 2px solid #02ccf5;
}
.userprofile .profile_background {
  background-image: url('/static/profilepictures/default_background.jpg');
  height: 300px;
  background-size: cover;
  padding-top: 10px;
  position: relative;
}
.userprofile .userprofilesocial {
  color: #808080;
  text-align: right;
}
.userprofile .userprofilesocial .messagebutton {
  margin-top: -10px;
}
.userprofile .userprofilesocial span {
  padding-left: 0px;
  padding-right: 15px;
}
.userprofile .userprofilesocial span a {
  font-size: 25px;
  color: #777;
}
.userprofile .header {
  color: #808080;
  margin-left: 10%;
  margin-top: 70px;
}
.userprofile .picture {
  height: 150px;
  width: 150px;
  position: absolute;
  top: 75px;
  right: -75px;
}
.userprofile .pictureedit {
  position: absolute;
  top: 75px;
  right: -75px;
  z-index: 10;
}
.userprofile .profileintro {
  margin-left: 10px;
  white-space: pre-wrap;
}
.userprofile .btn-style {
  color: #fff;
  background-color: #007FBE;
  border-color: #adadad;
  width: 33.3%;
}
.userprofile .btn-style:hover {
  color: #333;
  background-color: #3D5DE0;
  border-color: #adadad;
  width: 33.3%;
}
.userprofile .profilesocial {
  padding-top: 20px;
}
.userprofile .profilesocial span {
  padding-left: 0px;
  padding-right: 15px;
}
.userprofile .profilesocial span a {
  font-size: 25px;
}
.userprofile .profilesocial span.profileweblink {
  display: inline-block;
  width: 200px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
}
.userprofile .profilesocial span.profileweblink a {
  font-size: 13px;
}
.userprofile .backtoprofile {
  padding-top: 20px;
}
@media (max-width: 990px) {
  .userprofile .follow_btn {
    left: 10%;
    top: 42.5%;
  }
  .userprofile .picture {
    right: auto;
    top: calc(50% + 75px);
    left: calc(50% - 75px);
  }
  .userprofile .pictureedit {
    right: auto;
    top: calc(50% + 65px);
    left: calc(50% - 90px);
  }
}
@media (max-width: 767px) {
  .userprofile .header {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 30px;
    margin-left: 0px;
  }
  .userprofile .userprofilesocial {
    text-align: center;
    margin-top: 70px;
  }
  .userprofile .nav {
    margin-top: 30px;
  }
  .userprofile .picture {
    width: 35%;
    bottom: -20%;
    right: auto;
    top: auto;
    left: 33%;
    height: auto;
  }
  .userprofile .pictureedit {
    bottom: -20%;
    right: auto;
    top: auto;
    left: 30%;
    height: auto;
  }
  .userprofile .follow_btn {
    left: 20px;
    top: 70px;
  }
  .userprofile .well small {
    display: none;
  }
}
.studentprofileshort {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.studentprofileshort .studentprofileshortrow {
  margin-left: 0px;
  margin-right: 0px;
}
.studentprofileshort .studentprofileshortrow .header {
  margin-left: 70px;
  margin-top: 70px;
}
.studentprofileshort .studentprofileshortrow .header .userprofilesocial span {
  padding-left: 0px;
  padding-right: 15px;
}
.panel-comment {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
}
.panel-comment .panel {
  position: relative;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-comment .panel:after,
.panel-comment .panel:before {
  position: absolute;
  top: 11px;
  left: -16px;
  right: 100%;
  width: 0;
  height: 0;
  display: block;
  content: " ";
  border-color: transparent;
  border-style: solid solid outset;
  pointer-events: none;
}
.panel-comment .panel:after {
  border-width: 7px;
  border-right-color: #f7f7f7;
  margin-top: 1px;
  margin-left: 2px;
}
.panel-comment .panel:before {
  border-right-color: #ddd;
  border-width: 8px;
}
.panel-comment .panel-body {
  padding: 4px;
}
.panel-comment .panel-heading {
  padding: 3px;
  border-bottom-width: 0px;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline .historyphotos img {
  width: 50px;
  margin: 2px;
  border: 0px;
}
.timeline .photogallerytitle {
  color: #777;
  font-weight: 300;
  font-size: 13px;
}
.timeline .routevisitedplaces h4 {
  color: #777;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0px;
}
.timeline .routevisitedplaces ul {
  margin-left: 5px;
  padding: 0px;
}
.timeline .routevisitedplaces ul li {
  margin-left: 5px;
  float: left;
  width: auto;
  margin-right: 10px;
  padding: 2px;
  text-align: left;
}
.timeline .routevisitedplaces ul li a {
  font-size: 11px;
  text-decoration: underline;
  color: #777;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel,
.timeline > li > .timeline-panel-hidden {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  padding-bottom: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel .timeline-heading .timeline-subheading,
.timeline > li > .timeline-panel-hidden .timeline-heading .timeline-subheading {
  color: #777;
}
.timeline > li > .timeline-panel .timeline-heading .timeline-subheading .timeline-kindtitle,
.timeline > li > .timeline-panel-hidden .timeline-heading .timeline-subheading .timeline-kindtitle {
  font-weight: 400;
  font-size: 15px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel-hidden {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 80px;
  min-height: 80px;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  left: #017890;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge-big {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.4em;
  top: 16px;
  margin-left: -35px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-footer {
  padding-bottom: 1px;
  padding-top: 10px;
}
.timeline-footer span {
  padding-right: 30px;
}
.timeline-footer span .grade {
  font-weight: 600;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: 80%;
    padding: 6px;
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline .routevisitedplaces ul li {
    padding: 0px;
  }
}
div.inlinephotothumb {
  float: left;
  text-align: center;
}
.clearBoth {
  clear: both;
}
.filedroparea {
  border: 1px dashed red;
  border-radius: 10px;
  height: 130px;
  min-height: 130px;
  margin-bottom: 10px;
  background-image: url(/images/icons/upload.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.filedroparea h1 {
  text-align: center;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 30px;
  font-size: 16px;
  color: gray;
}
