/* @import url(http://fonts.googleapis.com/css?family=Open+Sans); */

.btn2 {
  background-color: #59b8b6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #f2f2f2;
}

.btn:hover {
  background-color: #e6e6e6;
  background-position: 0 -15px;
  color: #cbcbcb;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-primary,
.btn-primary:hover {
  color: #fff;
}

.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  background-color: #59b8b6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: rgba(100, 199, 197, 0.87);
  filter: none;
}

.btn-block {
  display: block;
  width: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
}

/* Rectangle 18 */

.login {
  align-items: center;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 420px;
  padding: 50px 70px;
}

.login .msg-bar {
  min-height: 90px;
  text-align: center;
}

.login .msg-bar-error {
  align-items: center;
  background-color: #eb5466;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
  min-height: 40px;
  text-align: center;
  width: 100%;
}

.login h1 {
  color: #01489a;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 5px;
}

.login h2 {
  color: #ff2962;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 5px;
}

.login h3 {
  color: #8e92a1;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 5px;
}

.login_was {
  height: 300px;
  left: 50%;
  margin: -150px 0 0 -150px;
  position: absolute;
  top: 50%;
  width: 300px;
}

.login_was h1 {
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

input.login-page {
  background: #f8f8f8;
  border: none;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
  outline: none;
  padding: 10px 30px 10px 10px;
  width: 100%;
}

.profile {
  width: 100%;
}

.profile tbody > tr > td:last-child {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.r-margin-15 {
  margin-right: -15px;
}

.tab-context {
  padding-left: 12px;
}

.dropdown-fix > div :nth-child(1) {
  bottom: 5px;
}

.zodiac-name::first-letter {
  text-transform: uppercase;
}

.user_profile_cap {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto 13;
  overflow: hidden;
  width: 970;
}

.user_profile_cover img {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 115px;
  width: 970px;
}

.user_profile_headline {
  font-size: 16px;
  padding: 10px;
}

.user_profile_headline img {
  background-color: white;
  border: 1px solid #eee;
  float: left;
  height: 124px;
  margin: -90px 10px 0 0;
  position: relative;
  width: 124px;
  z-index: 111;
}

.user_profile_headline h2 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.user_profile_headline span {
  color: gray;
  font-family: verdana;
  font-size: 10px;
}

/* third party */

.widget-top-overflow,
.widget-middle-overflow {
  margin: 0 -20px;
  position: relative;
}

.widget-top-overflow > img,
.widget-middle-overflow > img {
  max-width: 100%;
}

.widget-top-overflow {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -15px;
  overflow: hidden;
}

.widget-top-overflow > img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.widget-top-overflow > .btn-toolbar {
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .widget-top-overflow > .btn-toolbar {
    bottom: 0;
    top: auto;
  }
}

.widget-top-overflow > img + .tags {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar::before,
.btn-toolbar::after {
  content: ' ';
  display: table;
}

.btn-toolbar::after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:active,
.btn-outline.active,
.open > .btn-outline.dropdown-toggle {
  background-color: transparent;
  border-color: #e0e0e0;
  color: #fff;
}

.btn-outline:active,
.btn-outline.active,
.open > .btn-outline.dropdown-toggle {
  background-image: none;
}

.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled.focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled].focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline.focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
  background-color: transparent;
  border-color: #fff;
}

.btn-outline .badge {
  background-color: #fff;
  color: transparent;
}

.btn-outline:hover,
.btn-outline:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* third party */

.post-user {
  position: relative;
}

.post-user::before,
.post-user::after {
  content: ' ';
  display: table;
}

.post-user::after {
  clear: both;
}

.post-user img {
  border: 3px solid white;
}

/**********************************   */
.post-user-profile {
  margin-top: -75px;
}

.post-user-profile .contacts {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 25px;
  padding-left: 0;
  text-align: center;
}

.post-user-profile .contacts > li {
  display: inline-block;
  line-height: 2.2;
  list-style: none;
  margin: 0 10px;
  text-align: left;
}

@media (min-width: 992px) {
  .post-user-profile .contacts > li {
    white-space: nowrap;
    width: 150px;
  }
}

.post-user-profile .contacts > li > a {
  color: #a2a2a2;
  text-decoration: none;
}

.post-user-profile .contacts > li > a:hover,
.post-user-profile .contacts > li > a:focus {
  color: #555;
}

.post-user-profile .contacts .fa {
  font-size: 18px;
  vertical-align: middle;
}

.stats-row-profile .stat-item {
  border-left: 0;
  padding-left: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .stats-row-profile .stat-item {
    padding-right: 0;
  }
}

.stats-row-profile .stat-item .value {
  font-size: 28px;
  font-weight: 300;
}

.activities {
  margin-top: -20px;
}

.activities h2 {
  margin-left: 20px;
}

.activities .event {
  margin-top: 20px;
  width: 100%;
}

/**********************************   */
.thumb-xlg {
  width: 100px;
}

.thumb-xlg > .glyphicon,
.thumb-xlg > .fa {
  line-height: 100px;
}

.thumb-xs,
.thumb-sm,
.thumb-lg,
.thumb-xlg,
.thumb {
  display: inline-block;
  position: relative;
  text-align: center;
}

.thumb-xs img,
.thumb-sm img,
.thumb-lg img,
.thumb-xlg img,
.thumb img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.thumb-xs .status,
.thumb-sm .status,
.thumb-lg .status,
.thumb-xlg .status,
.thumb .status {
  border: 0.15em solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 0.7em;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.7em;
}

.thumb-xs .status.status-bottom,
.thumb-sm .status.status-bottom,
.thumb-lg .status.status-bottom,
.thumb-xlg .status.status-bottom,
.thumb .status.status-bottom {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}

.img-circle {
  border-radius: 50%;
}

.fw-normal {
  font-weight: 400;
}

.fw-semi-bold {
  font-weight: 600;
}

.addlanguage {
  background-color: #dfdfdf;
  border-color: #adadad;
  color: #333;
}
