@import url(https://fonts.googleapis.com/css?family=Roboto:400, 300, 500, 700);

/* some bootstrap changes */
.btn {
  text-shadow: none;
}

html {
  height: 100%;
}

body {
  /* min-width: 1200px!important; */
  height: 100%;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
}

/* old from Demid
.con-left-col {
width: 660px;
padding: 0;
}

.con-right-col {
width: 300px;
padding: 0;
margin-left: 30px;
}
*/

/* Body */
@media only screen and (min-width: 350px) and (max-width: 760px) {
  body {
    font-size: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 350px) {
  body {
    font-size: 10px;
  }
}
/* end Body */
header {
  height: 107px;
  background: #106995;
  background-image: url("/img/header.png");
  background-position: right;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
}

#Footer {
  background-color: rgba(0, 0, 0, 0.06);
  display: block;
  width: 100%;
  font-size: 16px;
  bottom: 0;
  margin-top: -51px;
  height: 50px;
}

.navbar-fixed-bottom {
  position: relative;
}

h1,
h2,
h3 {
  font-size: 22px;
  color: #444444;
  margin: 0;
}

/* Header */
header .title {
  height: 50px;
  margin-top: 24px;
}
header .title a {
  text-decoration: none;
  color: #fff;
}

header .title .beta {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin: 6px 0;
}

.login-title .beta {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin: 6px 3px;
  line-height: initial;
}

.login-title .beta a {
  color: #fff;
}

header .title .image {
  width: 50px;
  height: 50px;
  display: inline-block;
}
header .title img {
  width: 50px;
  height: 50px;
  margin-top: 5px;
}
header .title .text {
  display: inline-block;
  line-height: 50px;
}
header .title h1 {
  color: #fff;
  font-size: 36px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0;
}

header .title h1 .left {
  font-weight: 800;
}

header .title h1 .right {
  font-weight: 300;
}

header .slogan {
  text-align: left;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.top-caption {
  display: inline-block;
  width: initial;
}

header h3 {
  color: #666;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-top: 5px;
}
/*
  @media only screen and (min-width: 990px) and (max-width: 1200px) {
    header {height: 127px;}
    header .title h1 {font-size: 30px;}
      header .title { height: 30px;}
      header .title .image, header .title img { width: 30px; height: 30px; }
      header .title .text { line-height: 30px; }
    header h3 {font-size: 20px;}
  }
  @media only screen and (min-width: 767px) and (max-width: 990px) {
    header {height: 110px;}
    header .title h1 {font-size: 24px;}
    header .title { height: 24px;}
    header .title .image, header .title img { width: 24px; height: 24px; }
    header .title .text { line-height: 24px; }
    header h3 {font-size: 16px;}
  }
  @media only screen and (min-width: 410px) and (max-width: 767px) {
    header {height: 127px;}
    header .title h1 {font-size: 22px;}
    header .title { height: 24px;}
    header .title .image, header .title img { width: 24px; height: 24px; }
    header .title .text { line-height: 24px; }
    header h3 {font-size: 15px;}
  }
  @media only screen and (min-width: 0px) and (max-width: 410px) {
    header {height: 113px;}
    header .title h1 {font-size: 16px;}
    header .title { height: 24px;}
    header .title .image, header .title img { width: 24px; height: 24px; }
    header .title .text { line-height: 24px; }
    header h3 {font-size: 12px;}
  }
  */
/* end Header */

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* Navigation */
.app-navigation {
  margin: 0 0 25px 0;
  padding: 0;
}
#privacy .app-navigation {
  margin: 48px 0 0 0;
}

#feedback .app-navigation {
  margin: 48px 0 0 0;
}

.app-navigations {
  text-align: right;
}

.app-navigation a {
  text-decoration: none;
  color: #fff;
}

.app-navigations div {
  color: #fff;
  text-align: right;
  padding: 0;
  width: initial;
  float: none;
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 0;
}

.app-navigations div h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 10px 6px;
  color: #fff;
}

.app-navigation a:hover {
  cursor: pointer;
  background-color: #0e76a8;
  border-radius: 5px;
}

.app-navigation .active {
  background-image: url(/img/active-menu.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.app-navigation .active h2 {
  background-color: #0e76a8;
  border-radius: 5px;
  cursor: pointer;
}

/*
  @media only screen and (min-width: 990px) and (max-width: 1200px) {
    .app-navigation div h2 { font-size: 20px; }
    .app-navigation .active { border-bottom: 5px  solid #e29441; }
    header h3 {font-size: 20px;}
  }
  @media only screen and (min-width: 767px) and (max-width: 990px) {
    .app-navigation div { margin-top: 59px; }
    .app-navigation div h2 { font-size: 16px; }
    .app-navigation .active { border-bottom: 4px solid #e29441; }
  }
  @media only screen and (min-width: 410px) and (max-width: 767px) {
    .app-navigation div { margin-top: 0; }
    .app-navigation div h2 { font-size: 16px; margin-top: 10px;}
    .app-navigation .active { border-bottom: 3px solid #e29441; }
  }
  @media only screen and (min-width: 0px) and (max-width: 410px) {
    .app-navigation div { margin-top: 0; }
    .app-navigation div h2 { font-size: 14px; margin-top: 10px;}
    .app-navigation .active { border-bottom: 2px solid #e29441; }
  }
  */
/* end Navigation */

/* Login */

.login-cover {
  background: url(../img/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.linkedin h2 {
  color: white;
  font-size: 24px;
  text-align: left;
  margin-top: 15px;
}

.login-logo {
  margin-top: 200px;
  text-align: center;
}

.login-logo .login-img {
  vertical-align: middle;
  display: inline-block;
}

.login-logo .login-title {
  font-weight: 400;
  color: white;
  font-size: 54px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 15px;
  line-height: 45px;
}

.login-logo .login-title .left {
  font-weight: 600;
}
.login-logo .login-title .right {
  font-weight: 300;
}

.login-header {
  color: #fff;
  font-size: 26px;
  text-align: left;
  text-transform: initial;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.login-button {
  margin: auto;
  width: 450px;
  margin-top: 30px;
  text-align: center;
}
.linkedin-button:hover {
  opacity: 0.85;
}

.google-login {
  margin: auto;
  width: 450px;
  margin-top: 15px;
  text-align: center;
}

.user-contract {
  border-radius: 3px;
  margin: auto;
  width: 314px;
  height: 94px;
  margin-top: 15px;
  text-align: center;
  padding-top: 10px;
  color: #ccc;
}

.panel.col-sm-12 {
  padding: 0 !important;
}
.panel-heading {
  height: 40px;
  cursor: pointer;
}
.control-button {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  line-height: 30px;
}

/* CONTACT */
.contact-form {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  border: 1px solid #bbb;
  background: #ddd;
  padding: 15px;
  border-radius: 4px 0 0 0;
  z-index: 1000;
}
.contact-form h2 {
  margin: 0;
  font-size: 24px;
}
.close-contact .close-about {
  top: 0px;
  right: 5px;
  color: #555;
}
/* /CONTACT */

/* ABOUT */
.about-form {
  position: fixed;
  width: 700px;
  right: 13px;
  height: auto;
  bottom: 67px;
  border-radius: 4px;
  border: 1px solid #dedede;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  z-index: 1000;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.3);
}
.about-form h2 {
  margin: 0;
  font-size: 24px;
}
/* /ABOUT */

/* Alert */
#notification .alert-info {
  margin-top: 0;
}

/* Bootbox */
.modal-dialog {
  margin-top: 10%;

  font-weight: normal;
  font-size: 18px;
  color: #646464;
}

.modal-dialog strong {
  color: #555;
}

.bootbox-input-text {
  border-radius: 5px;
  height: 40px;
  font-size: 18px;
}
.bootbox-input-text:focus {
  box-shadow: none;
  border-color: #afafaf;
}

.btn-danger,
.btn-primary,
.btn-success,
.btn-default {
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 3px;
  border: none;
  padding: 0 16px;
}
.btn-default {
  background: #eee;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background-color: #90afc0;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 178px;
  height: 178px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 8px;
  margin-top: 8px;
  text-align: center;
  line-height: 178px;
  font-size: 16px;
}

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
.progress-0 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-5 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-10 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-15 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-20 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-25 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-30 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-35 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-40 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-45 {
  background-image: linear-gradient(
      90deg,
      #edf0f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-50 {
  background-image: linear-gradient(
      -90deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-55 {
  background-image: linear-gradient(
      -72deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-60 {
  background-image: linear-gradient(
      -54deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-65 {
  background-image: linear-gradient(
      -36deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-70 {
  background-image: linear-gradient(
      -18deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-75 {
  background-image: linear-gradient(
      0deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-80 {
  background-image: linear-gradient(
      18deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-85 {
  background-image: linear-gradient(
      36deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-90 {
  background-image: linear-gradient(
      54deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-95 {
  background-image: linear-gradient(
      72deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-100 {
  background-image: linear-gradient(
      90deg,
      #186a96 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #186a96 50%, #edf0f5 50%, #edf0f5);
}

.progress-bar {
  background-color: #0e76a8;
}

.contract-text h1 {
  color: #fff;
}
.contract-text h2 {
  font-weight: bold;
  font-size: 18px;
}
.contract-text p {
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.contract-text a {
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
}

.contact-nav {
  cursor: pointer;
}
.profile-nav {
  text-align: right;
  margin: 14px 0px 6px 0;
}
.profile-image {
  display: inline-block;
  margin: 0;
}
.profile-image img {
  width: 28px;
  height: 28px;
}
.profile-name {
  display: inline-block;
  margin: 0;
  margin-left: 8px;
  font-weight: 300;
  color: #fff;
}
.profile-logout {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-bottom: -10px;
}
/* Dashboard */
.feedbacks-recieved {
  display: inline-block;
  font-size: 22px;
  margin-top: 15px;
  text-align: left;
  width: initial;
}
.feedbacks-recieved span {
  color: #5cb85c;
}

.buttons {
  clear: both;
  padding: 0;
}

#Dashboard {
  text-align: center;
  font-weight: default;
}

@media (max-width: 991px) {
  #Dashboard {
    display: flex;
    flex-direction: column;
  }

  #Dashboard > div:nth-child(1) {
    order: 2;
  }

  #Dashboard > div:nth-child(2) {
    order: 1;
  }
  #Dashboard > div:nth-child(3) {
    order: 3;
  }
}

#Dashboard .dash-tile {
  height: 150px;
  background: #f4f4f4;
}
#Dashboard .dash-tile:hover {
  background: #eee;
}
#Dashboard .category-name {
  height: 70px;
  font-size: 24px;
  color: #444;
  display: table;
  width: 100%;
}
#Dashboard .category-name div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#Dashboard .grade {
  height: 60px;
  font-size: 48px;
  color: #e29441;
  margin-top: -10px;
}
#Dashboard .support {
  height: 20px;
  font-size: 14px;
  color: #858585;
}
#Dashboard li {
  font-size: 14px;
  color: #333;
}
.development-goals {
  margin-top: 20px;
  text-align: left;
  padding: 0;
  padding-right: 2%;
}
.development-goals .goals-form {
  padding: 0;
}
.development-goals .goals-form h3,
.dos-goals h3,
.donts-goals h3,
.eat-goals h3,
.deat-goals h3 {
  font-size: 22px;
  color: #444444;
  margin: 0 0 15px 0;
  width: initial;
  display: inline-block;
}

.addgoals {
  display: inline-block;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  vertical-align: top;
  padding-left: 5px;
  margin-top: -2px;
  cursor: pointer;
}

.location-set {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

.location-miss {
  font-size: 18px;
  font-weight: 300;
  color: #e65454;
}

.development-goals .goals-form .add-goals,
.development-goals .goals-form .close-goals {
  position: absolute;
  top: 0px;
  right: 7px;
}
.development-goals .add-goal-form {
  padding: 10px 0;
}
.development-goals h3 {
  font-size: 22px;
  color: #444444;
  margin: 0 0 15px 0;
}
.goal-style-0 {
  background: #dbeef3;
  border-radius: 3px;
  width: initial;
  font-weight: 600;
}
.goal-style-1 {
  background: #fcd5b5;
  border-radius: 3px;
  width: initial;
  font-weight: 600;
}
.goal-style-2 {
  background: #fff3c4;
  border-radius: 3px;
  width: initial;
  font-weight: 600;
}

.goal-status {
  line-height: 32px;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  font-size: 12px;
}
.goal-status p {
  margin-top: -5px;
}

.goals-block {
  margin: 3px 0;
}

@media (max-width: 1199px) {
  .goals-block {
    display: flex;
    align-items: flex-start;
  }
}

.minus {
  width: initial;
  display: inline-block;
}

.whitegoals {
  background-color: #eee;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.greengoals {
  background-color: #5cb85c;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.yellowgoals {
  background-color: #ffc322;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.redgoals {
  background-color: #e65454;
  height: 20px;
  width: 30px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .redgoals,
  .whitegoals {
    margin-left: 3px;
  }
}

.goals {
  width: initial;
  display: inline-block;
  color: #444;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 6px;
  font-weight: 300;
}

.dos-goals,
.donts-goals,
.eat-goals,
.deat-goals {
  margin-top: 20px;
  text-align: left;
  padding: 0;
  /* width: 50%; */
  padding-right: 2%;
}

#Dashboard .sidebar-div {
  padding: 0;
  padding-bottom: 20px;
}
#Dashboard .sidebar-div h3 {
  font-size: 22px;
  color: #444444;
  margin: 0 0 15px 0;
}

/* GET FEEDBACK */
.heading-3 {
  height: 47px;
  padding: 0;
  text-align: left;
}
.heading-3 h3 {
  font-size: 22px;
  color: #444444;
  margin: 0;
}
.heading-3 .self-label,
.heading-3 .peers-label {
  font-size: 22px;
  font-weight: normal;
  color: #a4a4a4;
  margin-left: 20px;
}
.heading-right {
  float: right;
  padding: 0;
  width: initial;
}

@media (max-width: 768px) {
  .heading-right {
    width: 100%;
  }
}
.labels {
  height: 24px;
}
.labels strong {
  top: -10px;
}
.labels-orange {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background-color: #0f6692;
  border: 1px solid #0f6692;
  margin-bottom: -2px;
  margin-left: 4px;
}
.labels-black {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  margin-bottom: -2px;
  margin-left: 4px;
}
.feedback-option p {
  font-size: 18px;
  font-weight: 300;
  color: #3f3f3f;
}
.up-rating {
  height: 22px;
  margin-bottom: 15px;
  padding: 5px;
}
.up-line {
  top: -5px;
  width: 100%;
  height: 6px;
  margin-top: 10px;
  background: #f4f4f4;
  border-radius: 3px;
  position: relative;
  padding-right: 20px;
}
.up-me {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  top: -9px;
  left: 50%;
}
.up-peers {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #0f6692;
  background-color: #0f6692;
  top: -32px;
  left: 50%;
}
.self-assesement-take,
.self-assesement-submit,
#request_feedback {
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  background: #5cb85c;
  border: 0;
  color: #fff;
  text-shadow: none;
  float: right;
}
.self-assesement-take:hover,
.self-assesement-take:active,
.self-assesement-submit:hover,
.self-assesement-submit:active,
#request_feedback:hover,
#request_feedback:active {
  background: #5cb85c;
  border: 0;
  color: #fff;
}
.self-assesement-cancel,
#preview_message {
  height: 40px;
  font-size: 18px;
  font-weight: 200;
  background: #a6a6a6;
  border: 0;
  color: #fff;
  text-shadow: none;
  display: inline-block;
  width: initial;
}
.self-assesement-cancel:hover,
.self-assesement-cancel:active,
#preview_message:hover,
#preview_message:active {
  background: #b9b8b8;
  border: 0;
  color: #fff;
}
.feedback-options {
  padding: 0;
  margin-top: 15px;
}

#feedback_options {
  overflow-x: auto;
}

.feedback-option {
  clear: both;
}

.submit-feedback {
  margin: 25px 0 15px 0;
  padding: 0;
  width: 100%;
  max-width: 330px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .submit-feedback {
    display: flex;
    flex-direction: column;
  }
}
.submit-feedback button {
  width: 100%;
}

.submit-feedback-fr {
  display: inline-block;
  width: 50%;
}

.submit-feedback-se {
  display: inline-block;
  float: right;
  width: 50%;
}

.feedback-stats {
  font-size: 14px;
  padding: 0;
  margin-top: 15px;
  font-weight: 300;
}

.feedback-stats .col-sm-4 {
  padding: 0 10px 0 0;
}

.feedback-stats .requests {
  color: #111;
}
.feedback-stats .responded {
  color: #5cb85c;
}
.feedback-stats .pending {
  color: #777;
}
.feedback-stats .invited-connections {
  padding: 0;
  margin-top: 15px;
}
.feedback-stats .invited-connections span {
  color: #646464;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.feedback-stats .invited-connections div {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 2px 5px;
  padding: 2px 4px;
}
/*Feedback*/
.feedback-groups {
  padding: 0;
}
.feedback-group {
  color: #646464;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  padding: 0;
  cursor: default;
  margin-bottom: 10px;
  font-weight: normal;
}
.feedback-group .send-to-group {
  margin-top: 0px;
  margin-right: -15px;
}
.feedback-group .badge {
  height: 40px;
  border-radius: 5px 0 0 5px;
  font-size: 18px;
  padding-top: 11px;
  background: #c9c7c7;
  font-weight: normal !important;
}
.feedback-group .title {
  border-radius: 0 5px 5px 0;
  background-color: #f4f4f4;
  background-repeat: repeat-x;
  height: 40px;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 20px;
  float: right;
}
.progress-bar-success,
.progress-bar-warning,
.progress-bar-danger {
  background-image: none;
  box-shadow: none;
}
/* Comments and Recommendations */
.dash-comments {
  margin-top: 15px;
  padding: 0;
}

#rec_text {
  padding: 0;
  width: 100%;
}

.dash-comments .tab-delete {
  margin-top: 10px;
  position: static;
}
.dash-comments label,
.dash-recommendations label {
  font-size: 22px;
  color: #444;
  font-weight: 500;
}
.dash-recommendations {
  margin-top: 15px;
  padding: 0;
}
.dash-recommendations .control-label {
  font-size: 22px;
  color: #858585;
  font-weight: 300;
}
.dash-tab {
  padding: 0;
}
.dash-tab div {
  padding: 0;
}
.dash-tab:hover {
}
#rec_text p {
  font-weight: normal;
  font-size: 18px;
  color: #3e3e3e;
  margin: 4px 0;
}
#rec_books p,
#rec_courses p,
#rec_videos p {
  font-weight: normal;
  font-size: 14px;
  color: #db9b57;
  margin: 5px 5px;
}
.stick {
  overflow-y: auto;
}
#ConnectionsList .selected-connections {
  height: 20px;
  width: auto;
  border-radius: 20px;
  color: #fff;
  background-color: #0e76a8;
  font-weight: 300;
  padding: 2px 5px 0px 5px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
}
#ConnectionsList .header {
  padding: 0;
}
#ConnectionsList .title div {
  padding: 0 0 0 10px;
  margin-top: -2px;
}
#ConnectionsList .search {
  margin-top: -4px;
}
#ConnectionsList form {
  width: 100%;
}
#ConnectionsList .search .input-group {
  width: 100%;
  height: 40px;
}
#ConnectionsList .search input {
  border: 0;
  height: 36px;
  padding: 5px 12px 5px 12px;
  font-size: 18px;
  box-shadow: none;
}
#ConnectionsList .search button {
  margin-top: -4px;
  background: #fff;
  border: 0;
  height: 36px;
  box-shadow: none;
}
.brick {
  /*border: 1px solid #428bca;
*/
  background-repeat: no-repeat;
  background-size: 94px 94px;
  overflow: hidden;
  cursor: pointer;
}
.background-group {
  display: none;
  width: 210px;
}
.info-group {
  z-index: 2;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  width: 100px;
}
.info-group p {
}
.info-group div {
  vertical-align: middle;
  display: table-cell;
}
.name-group {
  display: block;
  font-weight: 500;
  text-align: left;
  line-height: 15px;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 0;
}
.industry-group {
  display: block;
  color: #999;
  right: 0px;
  line-height: 9px;
  font-size: 12px;
  margin-left: 10px;
  text-align: left;
  margin-top: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .organize {
    padding-left: 5px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* end Bricks and Groups */
.alert-info {
  background: #fff;
  box-shadow: none;
  padding: 15px 30px 15px 5px;
  color: #00608e;
  margin-top: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  border: 1px solid #b9def0;
  border-radius: 4px;
}

.in-red {
  background-color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-top: 8px;
  padding: 4px;
  width: 379px;
}

@media (max-width: 768px) {
  .in-red {
    width: 100%;
  }
}

/* Bricks and Groups */
.add-group-div {
  text-align: left;
}
.add-group-div h2 {
  margin-top: 0;
}
.add-group-div input {
  border: 0;
  height: 36px;
  padding: 5px 12px 5px 12px;
  font-size: 18px;
  box-shadow: none;
}
.add-group-div button {
  background: #fff;
  border: 0;
  height: 36px;
  box-shadow: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #646464;
}
.add-group-div button:hover,
.add-group-div button:active {
  background: #f4f4f4;
  color: #646464;
}
.search-connections {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-top: 15px;
}
.container-d {
  height: 200px;
  position: relative;
  text-align: left;
  overflow-y: scroll;
}
.container-d > div {
  height: 80px;
  width: 200px;
  margin: 10px 0 0 0px;
  display: inline-block;
  position: initial !important;
}
.container-d > .ss-placeholder-child {
  background: transparent;
  border: 1px dashed blue;
}
#GroupsList .panel {
  border: #dedede 1px solid;
  box-shadow: 0 0 0 0;
}
#GroupsList .panel-heading {
  font-size: 17px;
  color: #646464;
  height: 50px;
  padding: 13px 30px;
}
.group-title {
  cursor: text;
  display: inline-block;
}
.change-group-name input {
  border: none;
  background: none;
  margin-left: -12px;
  margin-top: -5px;
  font-size: 17px;
  box-shadow: rgba(168, 168, 168, 1) 0px 1px 1px 1px inset !important;
}
.change-group-name input:active {
  box-shadow: rgba(168, 168, 168, 1) 0px 1px 1px 1px inset !important;
}
.delete-group {
  top: 8px;
  right: 5px;
}
.send-to-group {
  top: 8px;
  right: 35px;
}
.edit-group {
  top: 8px;
  right: 35px;
}
.save-group {
  top: 8px;
  right: 35px;
}
.create-group {
  top: 4px;
  right: 15px;
  width: 100px;
  text-align: right;
}
.delete-brick {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
/* Basic Info */
.black-overlay,
.black-overlay-2 {
  opacity: 0.8;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
  position: fixed;
}
.white-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  min-width: 400px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1002;
  overflow: auto;
  padding: 20px;
  margin-bottom: 70px;
}
.close-box {
  text-decoration: none;
  color: #999;
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: bold;
}
.close-box:hover {
  cursor: pointer;
  color: #555;
}
.interest {
  background: #f4f4f4;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  font-style: Ubuntu-R;
  margin: 5px;
  padding: 5px;
}
.interest button {
  margin-left: 20px;
}
.top-logo {
  padding: 0;
  text-align: left;
}
.logo {
  text-align: left;
  padding: 0;
  width: 62px;
}

.events {
  text-align: left;
  padding: 0;
}
.events h3 {
  font-size: 22px;
  color: #444444;
  margin: 0 0 15px 0;
  padding: 0;
  width: initial;
  display: inline-block;
  vertical-align: middle;
}

.events-list-container {
  overflow: hidden;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 4px;
  height: 200px;
}
.events-list {
  padding: 14px 4px;
}
.events-list .event {
  height: 50px;
}

.events .location {
  text-align: left;
  float: right;
  padding: 0;
  display: inline-block;
  width: initial;
  vertical-align: middle;
}

.find-location {
  border: 0;
  background-color: transparent;
}

.event .col-sm-4 {
  color: #ccc;
  width: 161px;
  font-weight: 300;
  padding: 0 0 0 15px;
}

@media (min-width: 768px) {
  #FeedbackForm {
    padding: 0;
    width: 66%;
  }
  #FeedbackGroups {
    width: 32%;
    float: right;
  }
}

@media (max-width: 768px) {
  .feedback-form fieldset {
    padding: 0.35em 0.625em 0.75em;
  }
}

.feedback-option .bg-warning {
  background-color: #fff;
}

.feedback-option .bg-warning .up-line {
  background-color: #f3d8d8;
}

.form-group {
  margin-bottom: 10px;
  padding: 0;
}

.selectator_chosen_item {
  display: inline-block;
  background-color: #0e76a8;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 7px 19px 7px 8px;
  font-weight: 300;
  margin: 2px;
  position: relative;
  vertical-align: top;
}

.multiple .selectator_chosen_item_left {
  float: left;
  width: 29px;
}

.multiple .selectator_chosen_item_left img {
  height: 22px;
}

.selectator {
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
}

.selectator_option.active {
  background-color: #0e76a8;
  color: #fff;
}

.selectator_option_subtitle {
  font-size: 75%;
  margin-left: 35px;
  color: inherit;
}

.progress {
  background-color: #eee;
  margin-bottom: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-image: inherit;
  height: 24px;
}

.progress-helper {
  font-size: 13px;
  font-weight: 300;
}

#ConnectionsList {
  width: 66%;
  float: left;
}

#GroupConnectionsList {
  height: inherit;
  width: 33%;
  float: right;
}

.progress-top {
  width: 100%;
  position: fixed;
  z-index: 1000;
  opacity: 0.7;
}

.lnimg {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  border-radius: 5px;
}

.radios-to-slider.medium {
  height: 12px;
}

.radios-to-slider.medium .slider-level {
  width: 13px;
  height: 13px;
}

.radios-to-slider.medium .slider-knob {
  width: 22px;
  height: 22px;
}

.radios-to-slider {
  background: #e6e6e6;
}
.slider-knob {
  background: #0e76a8;
}
.radios-to-slider .slider-bar {
  background: #6fb6d8;
}

#GroupsList {
  margin-top: 12px;
}

.add-group input.form-control {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  height: initial;
  box-shadow: 0 0 0 0;
}

.add-group .btn-default {
  margin: 0;
  border: 0;
  background-color: transparent;
}

.add-group {
  margin-top: 15px;
}

.privacy {
  margin: 30px 15px;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}
.privacy h1 {
  margin-bottom: 10px;
}
.privacy h2 {
  margin-bottom: 10px;
}
.privacy p {
}
.contact-nav {
  color: #fff;
  cursor: pointer;
}

/* Leave Review */
.left-block,
.right-block {
  margin-top: 40px;
}
.feedback-login {
  padding: 25px;
  background: #f4f4f4;
  font-weight: normal;
  font-size: 18px;
  border-radius: 3px;
  margin-top: 25px;
  text-align: center;
}
.feedback-heading {
  font-size: 22px;
  color: #444444;
  margin: 0;
  text-align: left;
  font-weight: 500;
}

.list-of-reviews > div {
  margin: 20px 0;
}
.list-of-reviews p {
}
.review-form .form-group {
  margin: 25px 0 0 0;
  width: 100%;
}
.review-form .form-group label {
  font-size: 24px;
  margin-top: 35px;
  padding-right: 30px;
}
.text-reviews div {
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.review {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #dedede;
}
.selected-review {
  background: #f4f4f4;
}
.review div {
  padding: 0;
  width: 50%;
}
.review p {
  margin: 0;
  text-align: left;
}
.review button {
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  background: #5cb85c;
  border: 0;
  color: #fff;
  text-shadow: none;
  float: right;
}
.review button:hover,
.review button:active {
  background: #b66f23;
  color: #fff;
}
.review .old-feedback {
  background: #999;
  color: #eee;
}
.review .old-feedback:hover,
.review .old-feedback:active {
  background: #888;
  color: #eee;
}
.no-requests {
  border-radius: 8px;
  border: 3px #f4f4f4 solid;
  padding-top: 8px !important;
  padding-bottom: 8px;
  font-size: 18px !important;
  height: 50px;
  text-align: center;
  color: #9d9d9d;
  margin-bottom: 2px;
}
.comments-tab p {
  color: #e29441;
  font-family: Arial;
  font-weight: normal;
}
.comments-tab textarea {
  border: 1px solid #dedede;
  box-shadow: 0 0 0 0;
  border-radius: 4px;
}
.feedback-label {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  width: 40%;
}
.form-group {
  margin-top: 15px;
}

.recommendations {
  margin-top: 25px;
  padding: 0;
}
.recommendations p {
  color: #e29441;
  margin: 0;
}
.rec-form p {
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
  font-size: 22px;
  color: #444;
}
.rec-form input {
  border-radius: 4px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  box-shadow: 0 0 0 0;
}
.rec-button {
  border-radius: 4px;
  background: #a6a6a6;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1px 25px;
  height: 30px;
  border: 0;
  font-size: 16px;
}
.rec-button:hover,
.rec-button:active {
  background: #d48c3f;
  color: #f7eee7;
}
.rec-list {
  margin-bottom: 20px;
}
.rec-option {
  margin: 5px;
}
.rec-text {
  font-family: Arial;
  font-weight: normal;
  line-height: 28px;
}
.no-content {
  width: 100%;
  color: #646464;
}

#submit_feedback {
  background: #5cb85c;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  padding: 5px 45px;
  border: 0;
}
#submit_feedback:hover,
#submit_feedback:active {
  background: #83c165;
  color: #fff;
}

.wrong-code,
.undefined-user,
.old-user {
  margin-top: 40px;
  background: #f4f4f4;
  border-radius: 8px;
  font-size: 18px;
  color: #555;
  padding: 20px 35px;
  margin-bottom: 30px;
  color: #e29441;
}

.reviews-list {
  float: right;
  width: 32%;
  margin-top: 22px;
}

.review-form {
  margin-top: 22px;
  width: 66%;
  padding: 0 0 0 15px;
}

.content-mintop {
  height: auto;
  min-height: 100%;
  padding-bottom: 80px;
  position: relative;
  margin-top: 130px;
}

@media (max-width: 767px) {
  .content-mintop {
    width: 100%;
  }
}

.content-mintop2 {
  height: auto;
  min-height: 100%;
  padding-bottom: 80px;
}

.navbar-default {
  border-color: transparent;
  background-color: initial;
  border-radius: 0 0 0 0;
  margin: 0;
  padding: 0;
}

.quotes img {
  display: inline-block;
  vertical-align: middle;
  width: initial;
}

.quotesblock {
  display: inline-block;
  vertical-align: middle;
  width: 88%;
}

.quotes {
  font-size: 20px;
  line-height: inherit;
  margin-bottom: 13px;
  text-align: left;
  font-weight: 400;
  padding: 13px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.quoteauthor {
  text-align: right;
  font-size: 18px;
  font-weight: normal;
}

.refresh-quote {
  position: absolute;
  top: 10px;
  right: 30px;
}

/* calendar */
.pllabel {
  margin-top: -14px;
  border-radius: 4px;
  font-weight: 300;
  display: block;
  width: 263px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
  position: absolute;
  overflow-y: auto;
}

@media (max-width: 1197px) {
  .pllabel {
    width: 60%;
  }
}

.pllable div {
  vertical-align: middle;
}

.block {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  border: 4px #fff solid;
}
.block:hover {
  box-shadow: 4px 4px 4px #ccc;
}
.block.active {
  border: 0px;
}
.red-block,
.red-event {
  background-color: rgba(230, 84, 84, 0.2);
}
.yellow-block,
.yellow-event {
  background-color: rgba(255, 195, 34, 0.2);
}
.blue-block,
.blue-event {
  background-color: rgba(24, 106, 149, 0.1);
}
.green-block,
.green-event {
  background-color: rgba(92, 184, 92, 0.2);
}

.event-1 {
  height: 28px;
}
.event-2 {
  height: 56px;
}
.event-3 {
  height: 84px;
}
.event-4 {
  height: 112px;
}
.event-5 {
  height: 140px;
}
.event-6 {
  height: 168px;
}

.delete-event {
  top: -4px;
  right: -3px;
}
.edit-event {
  top: -4px;
  right: 22px;
}

.table-plan {
  width: 100%;
  text-align: left;
}

.table-plan td {
  padding: 4px 0;
}
.table-plan .time {
  text-align: right;
  width: 25%;
  padding-right: 25px;
}
.table-plan .time div {
  margin-top: -16px;
  padding-bottom: 16px;
}

.table-plan .line {
  border-top: 1px dotted #ccc;
  width: 263px !important;
}

@media (max-width: 1199px) {
  .table-plan .line,
  .timenow {
    width: 60% !important;
    margin-left: 25% !important;
  }
}

.plan-labels {
  position: absolute;
  margin: -253px 0 0 73px;
  width: 227px !important;
  text-align: left;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.timenow {
  height: 2px;
  width: 263px;
  background-color: #e65454;
  position: absolute;
  margin-left: 88px;
}

.subcaption {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.side-icon {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.side-head-icon {
  font-size: 22px;
  color: #444444;
  margin: 0 0 15px 0;
  display: inline-block;
  width: initial;
  vertical-align: middle;
}

.score {
  position: relative;
  width: 100%;
  line-height: initial;
  font-weight: 500;
  color: #146b98;
  font-size: 48px;
  padding-top: 30px;
}

.valuename {
  line-height: initial;
  font-weight: 300;
  font-size: 18px;
  color: #6e6e6e;
  padding-top: 0px;
  position: relative;
}

.outoften {
  line-height: 0;
  position: relative;
  padding-top: 10px;
  color: #d0d0d0;
  font-weight: 300;
  font-size: 15px;
}

.white-content-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  min-width: 400px;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 4px;
  z-index: 1002;
  overflow: auto;
  padding: 20px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .white-content-2 {
    width: 100%;
    min-width: 100%;
  }
}

.close-box-2 {
  text-decoration: none;
  color: #999;
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: bold;
}
.close-box-2:hover {
  cursor: pointer;
  color: #555;
}

.dev-caption {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

@media (max-width: 1197px) {
  .dev-caption {
    display: flex;
    justify-content: space-between;
  }
}

.dev-caption h3 {
  margin: 0;
}

.development-goals .goals-form .dev-caption h3 {
  margin: 0;
}

.big-col {
  float: left;
  width: 66%;
  position: relative;
}

.iframe-container {
  height: 640px;
  border: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin-top: 20px;
  width: 100%;
}

.login-cover .navbar-default .navbar-nav > li > a {
  color: #ccc;
}

.navbar-nav .social a {
  padding: 13px 3px;
}

.navbar-nav .social img {
  width: 26px;
}

/* tiles */

@media (max-width: 767px) {
  .tiles-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.tile {
  width: 190px;
  height: 245px;
  border: 1px solid #ccc;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin: 25px 10px 5px 10px;
}

@media (max-width: 767px) {
  .tile {
    width: calc(50% - 20px);
    height: auto;
  }
}

.book-tile .close-tile {
  width: 100%;
  text-align: right;
  height: 15px;
}
.book-tile .close-tile button {
  position: normal;
  margin-top: -5px;
}
.book-tile .image {
  width: 100%;
  height: 135px;
  margin-bottom: 10px;
}
.book-tile .image img {
  max-width: 100%;
  height: 100%;
}
.book-tile .link {
  width: 100%;
  height: 45px;
  overflow-y: scroll;
  font-size: 14px;
}
.book-tile .button {
  width: 100%;
  height: 35px;
}
.book-tile .button img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  margin-top: 8px;
}

.article-tile .close-tile {
  width: 100%;
  text-align: right;
  height: 15px;
}
.article-tile .close-tile button {
  position: normal;
  margin-top: -5px;
}
.article-tile .image {
  width: 100%;
  height: 105px;
  margin-bottom: 10px;
}
.article-tile .image img {
  max-width: 100%;
  height: 100%;
}
.article-tile .link {
  width: 100%;
  height: 45px;
  overflow-y: scroll;
  font-size: 13px;
}

@media (max-width: 767px) {
  .article-tile .link {
    height: auto;
  }
}

.article-tile .description {
  width: 100%;
  height: 60px;
  overflow-y: scroll;
  font-size: 11px;
}

