.image-container {
  position: relative; }
  .image-container img {
    width: 100%; }
  .image-container.rounded {
    border-radius: 50%;
    overflow: hidden; }
    .image-container.rounded img {
      width: 101%;
      height: 101%; }
  .image-container.loading, .image-container.placeholder, .image-container.placeholder-owner {
    background-image: url("/images/profile_modernized_placeholder.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 125px;
    height: 125px; }
    .image-container.loading img, .image-container.placeholder img, .image-container.placeholder-owner img {
      display: none; }
  .image-container.placeholder-owner {
    background-image: url("/images/profile_add_image_square.png"); }
  .image-container.loading {
    animation-name: image-loading;
    animation-duration: 2s;
    animation-iteration-count: infinite; }

.photo-lightbox {
  /** Position and style */
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.photo-lightbox.dontshow {
  display: none; }

.photo-lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%; }

@keyframes image-loading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }
.bsmodal [role="button"] {
  cursor: pointer; }
.bsmodal .modal-open {
  overflow: hidden; }
.bsmodal .modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
.bsmodal .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
.bsmodal .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.bsmodal .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.bsmodal .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
.bsmodal .modal-content {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }
.bsmodal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
.bsmodal .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }
.bsmodal .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }
.bsmodal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }
.bsmodal .modal-header .close {
  margin-top: -2px; }
.bsmodal .modal-title {
  margin: 0;
  line-height: 1.42857143; }
.bsmodal .modal-body {
  position: relative;
  padding: 15px; }
.bsmodal .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
.bsmodal .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }
.bsmodal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }
.bsmodal .modal-footer .btn-block + .btn-block {
  margin-left: 0; }
.bsmodal .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
.bsmodal .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }
.bsmodal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }
.bsmodal .close:hover, .bsmodal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }
@media (min-width: 768px) {
  .bsmodal .modal-dialog {
    max-width: 90%;
    max-height: 90%;
    margin: 30px auto; }
  .bsmodal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .bsmodal .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .bsmodal .modal-lg {
    max-width: 90%;
    max-height: 90%; } }
.bsmodal [role="button"] {
  cursor: pointer; }
.bsmodal .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.bsmodal .btn:focus,
.bsmodal .btn:active:focus,
.bsmodal .btn.active:focus,
.bsmodal .btn.focus,
.bsmodal .btn:active.focus,
.bsmodal .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.bsmodal .btn:hover,
.bsmodal .btn:focus,
.bsmodal .btn.focus {
  color: #333333;
  text-decoration: none; }
.bsmodal .btn:active,
.bsmodal .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.bsmodal .btn.disabled,
.bsmodal .btn[disabled],
.bsmodal fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }
.bsmodal .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }
.bsmodal .btn-default:hover,
.bsmodal .btn-default:focus,
.bsmodal .btn-default.focus,
.bsmodal .btn-default:active,
.bsmodal .btn-default.active,
.bsmodal .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }
.bsmodal .btn-default:active,
.bsmodal .btn-default.active,
.bsmodal .open > .dropdown-toggle.btn-default {
  background-image: none; }
.bsmodal .btn-default.disabled,
.bsmodal .btn-default[disabled],
.bsmodal fieldset[disabled] .btn-default,
.bsmodal .btn-default.disabled:hover,
.bsmodal .btn-default[disabled]:hover,
.bsmodal fieldset[disabled] .btn-default:hover,
.bsmodal .btn-default.disabled:focus,
.bsmodal .btn-default[disabled]:focus,
.bsmodal fieldset[disabled] .btn-default:focus,
.bsmodal .btn-default.disabled.focus,
.bsmodal .btn-default[disabled].focus,
.bsmodal fieldset[disabled] .btn-default.focus,
.bsmodal .btn-default.disabled:active,
.bsmodal .btn-default[disabled]:active,
.bsmodal fieldset[disabled] .btn-default:active,
.bsmodal .btn-default.disabled.active,
.bsmodal .btn-default[disabled].active,
.bsmodal fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }
.bsmodal .btn-default .badge {
  color: #ffffff;
  background-color: #333333; }
.bsmodal .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }
.bsmodal .btn-primary:hover,
.bsmodal .btn-primary:focus,
.bsmodal .btn-primary.focus,
.bsmodal .btn-primary:active,
.bsmodal .btn-primary.active,
.bsmodal .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }
.bsmodal .btn-primary:active,
.bsmodal .btn-primary.active,
.bsmodal .open > .dropdown-toggle.btn-primary {
  background-image: none; }
.bsmodal .btn-primary.disabled,
.bsmodal .btn-primary[disabled],
.bsmodal fieldset[disabled] .btn-primary,
.bsmodal .btn-primary.disabled:hover,
.bsmodal .btn-primary[disabled]:hover,
.bsmodal fieldset[disabled] .btn-primary:hover,
.bsmodal .btn-primary.disabled:focus,
.bsmodal .btn-primary[disabled]:focus,
.bsmodal fieldset[disabled] .btn-primary:focus,
.bsmodal .btn-primary.disabled.focus,
.bsmodal .btn-primary[disabled].focus,
.bsmodal fieldset[disabled] .btn-primary.focus,
.bsmodal .btn-primary.disabled:active,
.bsmodal .btn-primary[disabled]:active,
.bsmodal fieldset[disabled] .btn-primary:active,
.bsmodal .btn-primary.disabled.active,
.bsmodal .btn-primary[disabled].active,
.bsmodal fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4; }
.bsmodal .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }
.bsmodal .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
.bsmodal .btn-success:hover,
.bsmodal .btn-success:focus,
.bsmodal .btn-success.focus,
.bsmodal .btn-success:active,
.bsmodal .btn-success.active,
.bsmodal .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }
.bsmodal .btn-success:active,
.bsmodal .btn-success.active,
.bsmodal .open > .dropdown-toggle.btn-success {
  background-image: none; }
.bsmodal .btn-success.disabled,
.bsmodal .btn-success[disabled],
.bsmodal fieldset[disabled] .btn-success,
.bsmodal .btn-success.disabled:hover,
.bsmodal .btn-success[disabled]:hover,
.bsmodal fieldset[disabled] .btn-success:hover,
.bsmodal .btn-success.disabled:focus,
.bsmodal .btn-success[disabled]:focus,
.bsmodal fieldset[disabled] .btn-success:focus,
.bsmodal .btn-success.disabled.focus,
.bsmodal .btn-success[disabled].focus,
.bsmodal fieldset[disabled] .btn-success.focus,
.bsmodal .btn-success.disabled:active,
.bsmodal .btn-success[disabled]:active,
.bsmodal fieldset[disabled] .btn-success:active,
.bsmodal .btn-success.disabled.active,
.bsmodal .btn-success[disabled].active,
.bsmodal fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }
.bsmodal .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }
.bsmodal .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }
.bsmodal .btn-info:hover,
.bsmodal .btn-info:focus,
.bsmodal .btn-info.focus,
.bsmodal .btn-info:active,
.bsmodal .btn-info.active,
.bsmodal .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }
.bsmodal .btn-info:active,
.bsmodal .btn-info.active,
.bsmodal .open > .dropdown-toggle.btn-info {
  background-image: none; }
.bsmodal .btn-info.disabled,
.bsmodal .btn-info[disabled],
.bsmodal fieldset[disabled] .btn-info,
.bsmodal .btn-info.disabled:hover,
.bsmodal .btn-info[disabled]:hover,
.bsmodal fieldset[disabled] .btn-info:hover,
.bsmodal .btn-info.disabled:focus,
.bsmodal .btn-info[disabled]:focus,
.bsmodal fieldset[disabled] .btn-info:focus,
.bsmodal .btn-info.disabled.focus,
.bsmodal .btn-info[disabled].focus,
.bsmodal fieldset[disabled] .btn-info.focus,
.bsmodal .btn-info.disabled:active,
.bsmodal .btn-info[disabled]:active,
.bsmodal fieldset[disabled] .btn-info:active,
.bsmodal .btn-info.disabled.active,
.bsmodal .btn-info[disabled].active,
.bsmodal fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }
.bsmodal .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }
.bsmodal .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }
.bsmodal .btn-warning:hover,
.bsmodal .btn-warning:focus,
.bsmodal .btn-warning.focus,
.bsmodal .btn-warning:active,
.bsmodal .btn-warning.active,
.bsmodal .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }
.bsmodal .btn-warning:active,
.bsmodal .btn-warning.active,
.bsmodal .open > .dropdown-toggle.btn-warning {
  background-image: none; }
.bsmodal .btn-warning.disabled,
.bsmodal .btn-warning[disabled],
.bsmodal fieldset[disabled] .btn-warning,
.bsmodal .btn-warning.disabled:hover,
.bsmodal .btn-warning[disabled]:hover,
.bsmodal fieldset[disabled] .btn-warning:hover,
.bsmodal .btn-warning.disabled:focus,
.bsmodal .btn-warning[disabled]:focus,
.bsmodal fieldset[disabled] .btn-warning:focus,
.bsmodal .btn-warning.disabled.focus,
.bsmodal .btn-warning[disabled].focus,
.bsmodal fieldset[disabled] .btn-warning.focus,
.bsmodal .btn-warning.disabled:active,
.bsmodal .btn-warning[disabled]:active,
.bsmodal fieldset[disabled] .btn-warning:active,
.bsmodal .btn-warning.disabled.active,
.bsmodal .btn-warning[disabled].active,
.bsmodal fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }
.bsmodal .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }
.bsmodal .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }
.bsmodal .btn-danger:hover,
.bsmodal .btn-danger:focus,
.bsmodal .btn-danger.focus,
.bsmodal .btn-danger:active,
.bsmodal .btn-danger.active,
.bsmodal .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }
.bsmodal .btn-danger:active,
.bsmodal .btn-danger.active,
.bsmodal .open > .dropdown-toggle.btn-danger {
  background-image: none; }
.bsmodal .btn-danger.disabled,
.bsmodal .btn-danger[disabled],
.bsmodal fieldset[disabled] .btn-danger,
.bsmodal .btn-danger.disabled:hover,
.bsmodal .btn-danger[disabled]:hover,
.bsmodal fieldset[disabled] .btn-danger:hover,
.bsmodal .btn-danger.disabled:focus,
.bsmodal .btn-danger[disabled]:focus,
.bsmodal fieldset[disabled] .btn-danger:focus,
.bsmodal .btn-danger.disabled.focus,
.bsmodal .btn-danger[disabled].focus,
.bsmodal fieldset[disabled] .btn-danger.focus,
.bsmodal .btn-danger.disabled:active,
.bsmodal .btn-danger[disabled]:active,
.bsmodal fieldset[disabled] .btn-danger:active,
.bsmodal .btn-danger.disabled.active,
.bsmodal .btn-danger[disabled].active,
.bsmodal fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }
.bsmodal .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }
.bsmodal .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
.bsmodal .btn-link,
.bsmodal .btn-link:active,
.bsmodal .btn-link.active,
.bsmodal .btn-link[disabled],
.bsmodal fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
.bsmodal .btn-link,
.bsmodal .btn-link:hover,
.bsmodal .btn-link:focus,
.bsmodal .btn-link:active {
  border-color: transparent; }
.bsmodal .btn-link:hover,
.bsmodal .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }
.bsmodal .btn-link[disabled]:hover,
.bsmodal fieldset[disabled] .btn-link:hover,
.bsmodal .btn-link[disabled]:focus,
.bsmodal fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }
.bsmodal .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.bsmodal .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bsmodal .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.bsmodal .btn-block {
  display: block;
  width: 100%; }
.bsmodal .btn-block + .btn-block {
  margin-top: 5px; }
.bsmodal input[type="submit"].btn-block,
.bsmodal input[type="reset"].btn-block,
.bsmodal input[type="button"].btn-block {
  width: 100%; }
.bsmodal .clearfix:before,
.bsmodal .clearfix:after,
.bsmodal .modal-footer:before,
.bsmodal .modal-footer:after {
  content: " ";
  display: table; }
.bsmodal .clearfix:after,
.bsmodal .modal-footer:after {
  clear: both; }
.bsmodal .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.bsmodal .pull-right {
  float: right !important; }
.bsmodal .pull-left {
  float: left !important; }
.bsmodal .hide {
  display: none !important; }
.bsmodal .show {
  display: block !important; }
.bsmodal .invisible {
  visibility: hidden; }
.bsmodal .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.bsmodal .hidden {
  display: none !important; }
.bsmodal .affix {
  position: fixed; }

/*# sourceMappingURL=fields_profile_photo_inline.css.map */
