.login div[class*="step-"] {
  display: none;
}

.login .active {
  display: block !important;
}

.login .login-header {
  height: 30px;
  background-color: white;
  width: 100%;
  box-shadow: 0px 2px 2px 1px rgba(50, 50, 50, 0.3);
  position: relative;
}

.login .login-header .login-logo {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.login > .container-fluid{
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

.login .login-content {
  height: 100%;
}

.login .login-content .login-modal {
  max-width: 100%;
  width: 100%;
  min-height: 285px;
}

.login .login-content .login-modal > div {
  padding: 100px 0;
}

.login .login-content .login-modal .login-modal-header {
  width: 100%;
  min-height: 150px;
  background-color: #ACB316;
  padding: 5px 20px 15px;
  position: relative;
  padding-left: 5% !important;
}

.login .login-content .login-modal .login-modal-header.with-image {
  padding-right: 250px;
}

.login .login-content .login-modal .login-modal-header-image {
  width: 200px;
  height: auto;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}


@media (max-width: 767px) {
  .login .login-content .login-modal .login-modal-header {
    padding-left: 20px !important;
  }

  .login .login-content .login-modal .login-modal-header.with-image {
    padding-right: 100px;
  }

  .login .login-content .login-modal .login-modal-header-image {
    width: 50px;
    height: auto;
  }
}

.login .login-content .login-modal .login-modal-header .title {
  padding-top: 20px;
  font-size: 35px;
  color: #7A00E6;
  font-weight: bold;
}

@media (max-width: 992px) {
  .login .login-content .login-modal .login-modal-header .title {
    font-size: 25px;
  }
}

.login .login-content .login-modal .login-modal-header .subtitle {
  font-size: 20px;
  color: #3f3f3f;
}

.login .login-content .login-modal .login-modal-header .subtitle-white {
  font-size: 20px;
  color: #fff;
  border-top: 1px solid #fff;
  margin-top: 15px !important;
  padding-top: 15px;
}


@media (max-width: 992px) {
  .login .login-content .login-modal .login-modal-header .subtitle {
    font-size: 17px;
  }
}

.login .login-content .login-modal .login-modal-body {
  min-height: 0;
  width: 100%;
}

.login .button-next button {
  position: relative;
  text-align: left;
  text-indent: 20px;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .login .button-next button {
    padding: 20px 0;
    position: relative;
  }

  .login .button-next button div i {
    font-size: 0.7em;
  }
}

.login .button-next button div {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #7A00E6;
  height: 100%;
  padding: 0 60px;
  font-size: 2em;
}

.login .button-next button div i {
  font-size: 30px;
  color: white;
  position: absolute;
  margin-left: -7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login .button-next:hover {
  cursor: pointer;
}

.login .login-footer {
  height: 34px;
  width: 100%;
  text-align: center;
  bottom: 0;
  max-width: 100%;
}

.login .login-fields {
  background: #fff;
}

.login .login-fields.one-field-with-button,
.login .login-fields:not(.one-field-with-button) .form-group input,
.login .login-fields:not(.one-field-with-button) .form-group select {
  padding-left: 5%;
}


.login .field {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .login .login-fields.one-field-with-button,
  .login .login-fields:not(.one-field-with-button) .form-group input,
  .login .login-fields:not(.one-field-with-button) .form-group select {
    padding-left: 0;
  }

  .login .field {
    height: auto;
  }
}

.login .field:not(.login-fields-outline) .form-group {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .login .field .form-group input,
  .login .field .form-group select  {
    text-indent: 20px;
    font-size: 20px;
    max-height: 60px;
  }
}

.login .field > div:not(.button-next):not([class*="col-"]) {
  flex-grow: 1;
  padding: 0;
}

.login .form-group {
  background: #fff;
}

.login .field input,
.login .field select {
  padding: 18px 0;
  font-size: 20px;
  background: white;
  transition: background .3s ease;
  color: black;
  border: 1px solid transparent;
}

.login .field select option {
  color: black;
}


.recover-password-link {
  font-size: 20px;
  color: #7A00E6;
  margin-left: 0;
  margin-top: 10px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5%;
}


@media (max-width: 767px) {
  .login .field input,
  .login .field select {
    font-size: 22px;
  }
}

.login .field input:focus,
.login .field select:focus {
  outline: none;
}

.login .field input:not([type="checkbox"]),
.login .field select,
.login .field button {
  height: 100%;
  width: 100%;
}

.login .field label {
  font-weight: normal;
}

.login .field button {
  background: #5E5EAC;
  right: 0;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  transition: width .3s ease, background .3s ease, opacity .3s ease;
  color: white;
  pointer-events: none;
  padding-right: 150px;
}

.login .field button:active {
  color: #ffffff;
  background: #639EDB;
  opacity: 1;
  pointer-events: auto;
}

.login .field button:active:hover {
  background: #5E99D6;
}

.login .login-modal-body-final {
  padding: 15px 15px 0 15px;
  background-color: #f9f9fa;
}

.login .login-modal-body-final p {
  font-size: 16px;
  margin-left: 0;
}

.login .login-modal-body-final .name-final {
  margin-bottom: 0;
  line-height: 25px;
}

.login .login-modal-body-final .name-final,
.login .login-modal-body-final .specialty-final {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {

  .login .login-modal-body-final .name-final,
  .login .login-modal-body-final .specialty-final {
    font-size: 7vw;
  }
}

.login .login-modal-body-final .edit {
  padding-top: 10px;
  font-size: 17px;
}

.login .login-modal-body-final .final-agreements {
  background-color: #eceff1;
}

.login .login-modal-body-final .final-agreements .first-col {
  padding: 20px 15px;
}

.login .login-fields-outline.field,
.login .login-fields-outline.field input,
.login .login-fields-outline.field select
{
  color: #fff;

}

.login .login-fields-outline.field
  ::-webkit-input-placeholder {
    color: #fff;
    font-weight: normal;
}


.login .login-fields-outline.field,
.login .login-fields-outline .form-group,
.login .login-fields-outline.field input,
.login .login-fields-outline.field select  {
  background: transparent;
}

.login .login-fields-outline.field input,
.login .login-fields-outline.field select {
  padding: 10px 0;
  border: 1 solid transparent;
  border-bottom: 1px solid #fff;
}

.login .login-fields-outline.field select {
  border: 1px solid white;
}


.has-error .help-block {
  display: none !important;
}

.login .field .has-error input,
.login .field .has-error select {
  border: 1px solid #da3939;
}

.login .field .has-error input[type="checkbox"]:not([aria-invalid="false"]) {
  outline: 1px solid #da3939;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-bottom: -5px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #15bc15;
}

input:focus+.slider {
  box-shadow: 0 0 1px #15bc15;
}

input:checked+.slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

::-webkit-input-placeholder {
  color: #d7d7d7;
  font-size: 1em;
}

:-moz-placeholder {
  color: #d7d7d7;
  font-size: 1em;
}

::-moz-placeholder {
  color: #d7d7d7;
  font-size: 1em;
}

:-ms-input-placeholder {
  color: #d7d7d7;
  font-size: 1em;
}

.dashboard .content {
  padding-top: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 16px;
}

.dashboard .news {
  background-color: #4b63ab;
}

.dashboard .news .header {
  height: 140px;
  background-color: #9191df;
  color: white;
}

.dashboard .news .header h1 {
  padding: 50px;
  margin-top: 0;
}

.dashboard .news .articles {
  background-color: rgba(68, 68, 146, 0.44);
}

.dashboard .news .article-card {
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 10px;
}

.dashboard .news .article-card .article-image {
  width: 100%;
}

.dashboard .news .article-card .article-info {
  height: 60px;
}

.dashboard .news .article-card .article-info .article-title {
  background-color: white;
  color: #c05b18;
  font-weight: bold;
  height: 100%;
  border: 1px solid #c5c7cc;
}

.dashboard .news .article-card .article-info .read-more {
  padding-top: 15px;
  background-color: #4856a0;
  color: white;
  text-align: center;
  height: 100%;
  border: 1px solid #c5c7cc;
}

.dashboard .news .article-card .article-info a {
  color: white;
  height: 100%;
  display: block;
  text-align: center;
}

.dashboard .right-content .block a {
  font-size: 2.1em;
  color: white;
  position: relative;
  top: 60px;
  left: 45px;
  text-decoration: none;
}

.dashboard .right-content .sanofi-block .product-image {
  width: 65px;
  margin-right: 10px;
  border-radius: 60%;
}


@media (max-width: 1440px) {
  .dashboard .right-content .block a {
    top: 23px;
    left: 25px;
  }

  .dashboard .right-content .sanofi-block ul li {
    padding: 15px !important;
  }

  .dashboard .right-content .sanofi-block ul {
    padding: 0px;
  }

  .dashboard .right-content .sanofi-block .product-image {
    width: 55px;
    margin-right: 5px;
  }

  .dashboard .right-content .sanofi-block ul li a {
    font-size: 18px !important;
  }
}

@media (max-width: 1280px) {
  .dashboard .right-content .sanofi-block ul li {
    padding: 5px !important;
  }
}


@media (max-width: 992px) {
  .dashboard .right-content .block a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .dashboard .right-content .block {
    background-image: none;
    width: 100%;
  }
}

.dashboard .right-content .block:hover {
  cursor: pointer;
  background-position: center;
  transition: 0.5s;
}

.dashboard .right-content .sanofi-block.block:hover {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #7A00E6 url(../images/pill.png) no-repeat right 80px bottom -20px;
}

.dashboard .right-content .sanofi-block {
  min-height: 550px;
  background: #7A00E6 url(../images/pill.png) no-repeat right 80px bottom -20px;
}


.dashboard .right-content .sanofi-block a {
  font-size: 30px;
}

@media (max-width: 767px) {
  .dashboard .right-content .sanofi-block a {
    font-size: 30px;
  }
}

.dashboard .right-content .sanofi-block ul {
  list-style-type: none;
}

.dashboard .right-content .sanofi-block ul li {
  padding: 10px;
}

.dashboard .right-content .sanofi-block ul li a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .dashboard .right-content .sanofi-block ul li a {
    font-size: 20px;
  }
}

.dashboard .right-content .sanofi-block:hover {
  cursor: default;
}

.dashboard .right-content .stiintific-block {
  min-height: 267px;
  background: #b1b208 url(../images/stiintific.png) no-repeat right 20px center;
}

.dashboard .right-content .educatie-block {
  min-height: 267px;
  background: #e4cf1e url("../images/educatie.png") no-repeat right 20px center;
}

.dashboard .right-content .servicii-block {
  min-height: 267px;
  background: #bfa36a url("../images/servicii.png") no-repeat right 20px center;
}

.dashboard .right-content .evenimente-block {
  min-height: 267px;
  background: #9191DF url(../images/evenimente.png) no-repeat right 20px center;
}

.dashboard .right-content .evenimente-block.block a {
  color: #FFF;
}

.dashboard .right-content .evenimente-block.block {
  border: 1px solid #9191DF;
}


.dashboard .right-content .tools-block {
  min-height: 267px;
  background: #989900 url(../images/tools.png) no-repeat right 20px center;
}

.dashboard .right-content .tools-block.block a {
  color: #FFF;
}

.dashboard .right-content .tools-block.block {
  border: 1px solid #989900;
}


.dashboard .right-content .nutritional-info-block {
  min-height: 267px;
  background: #a18245 url(../images/nutritional-info.png) no-repeat right 20px center;
}

.dashboard .right-content .nutritional-info-block.block a {
  color: #FFF;
}

.dashboard .right-content .nutritional-info-block.block {
  border: 1px solid #a18245;
}


.dashboard .right-content .educational-info-block {
  min-height: 267px;
  background: #39397a url(../images/educational-info.png) no-repeat right 20px center;
}

.dashboard .right-content .educational-info-block.block a {
  color: #FFF;
}

.dashboard .right-content .educational-info-block.block {
  border: 1px solid #39397a;
}

.content .events {
  min-height: 600px;
  margin-top: 60px;
  padding: 35px;
}

.navbar-default {
  background-color: #fafafa;
  border-color: #fafafa;
  margin-bottom: 0;
}

.navbar-default .navbar-brand {
  color: #000000;
  padding: 20px;
  padding-top: 50px;
}

@media (max-width: 992px) {
  .navbar-default .navbar-brand {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    display: none;
  }
}

.navbar-default .navbar-brand .logo {
  height: 50px;
}

@media (max-width: 992px) {
  .navbar-default .navbar-brand .logo {
    height: 40px;
  }
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
}

.navbar-default .navbar-text {
  color: #000000;
}

.navbar-default .navbar-nav .profile-photo img {
  border-radius: 30px;
  height: 45px;
}

.navbar-default .navbar-nav .tutorial-start img {
  border-radius: 30px;
  height: 45px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .profile-photo {
    margin-left: 16px;
  }
}

.navbar-default .navbar-nav>li {
  padding: 25px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav>li {
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 0xp;
    margin-left: 60px;
  }
}

@media (max-width: 992px) {
  .navbar-default .navbar-nav>li {
    padding: 0px;
  }
}

.navbar-default .navbar-nav>li>a {
  line-height: 50px;
  font-size: 18px;
  color: #000000;
}

@media (max-width: 992px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 16px;
  }
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #000000;
}

.navbar-default .navbar-nav>li>.dropdown-menu {
  background-color: #fafafa;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
  color: #000000;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus {
  color: #000000;
  background-color: #fafafa;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li.divider {
  background-color: #fafafa;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
  color: #000000;
  background-color: #fafafa;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #000000;
  background-color: #fafafa;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #000000;
  background-color: #fafafa;
}

.navbar-default .navbar-toggle {
  border-color: #fafafa;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fafafa;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}

.navbar-default .navbar-link {
  color: #000000;
}

.navbar-default .navbar-link:hover {
  color: #000000;
}

@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #000000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #000000;
    background-color: #fafafa;
  }
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.footer {
  width: 100%;
  bottom: 0;
  max-width: 100%;
  padding: 30px;
}

.footer a {
  display: inline-block;
  font-size: 18px;
  margin-left: 30px;
}

.footer p {
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
}

.product .content {
  min-height: 600px;
  padding-left: 200px;
  background-color: white;
}

@media (max-width: 992px) {
  .product .content {
    padding-left: 0;
  }
}

.product .content .header {
  font-size: 35px;
  color: #7A00E6;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.product .content .header p {
  padding-left: 30px;
  display: inline-block;
}

.product .content .header .product-menu {
  list-style-type: none;
  float: right;
}

@media (max-width: 1200px) {
  .product .content .header .product-menu {
    float: left;
  }
}

.product .content .header .product-menu li {
  display: inline-block;
}

.product .content .header .product-menu li:first-child a {
  color: #7A00E6;
  font-weight: bold;
}

.product .content .header .product-menu li a {
  color: black;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 18px;
  margin: 0;
  text-decoration: none;
}

.product .content .header .product-menu li a:hover {
  color: #f1f1f1;
  background-color: black;
}

.product .content .article {
  padding-left: 30px;
}

.product .content .article .article-title {
  font-size: 32px;
  font-weight: bold;
  color: #7A00E6;
  margin-top: 10px;
}

.product .content .article .article-image img {
  width: 100%;
  margin-bottom: 15px;
}

.product .content .article .article-body {
  font-size: 18px;
}

/*.product .right {
  padding-top: 100px; }*/
.product .right .review {
  background-color: #4b63ab;
}

.product .right .review span {
  background-color: #7A00E6;
  margin-right: 5px;
}

.product .right .print {
  background-color: #a1a1a1;
}

.product .right .print span {
  background-color: #919191;
  margin-right: 5px;
}

.product .right .contact-me {
  width: 100%;
  margin-bottom: 20px;
  background-color: #b1b923;
}

.product .right .contact-me span {
  background-color: #8e941c;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.product .right .contact-me p {
  margin-top: 21px;
  font-size: 18px;
  font-weight: bold;
}

.product .right .advers {
  background-color: #7A00E6;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

.product .right .negative {
  background-color: #7A00E6;
  color: white;
}

.product .right .more {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*    .product .right .more .news {
      padding-bottom: 50px; }*/
.product .right .more div {
  margin-bottom: 10px;
  margin-right: 15px;
}

.product .right .more div a {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 18px;
}

.product .right .more p {
  margin-left: 10px;
  margin-right: 10px;
}

.product .right .more p.negative {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 90px;
}

.product .right .options {
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px;
}

.product .right .options p {
  color: #4b63ab;
  font-size: 19px;
}

.product .right .options p:first-child {
  color: black;
}

.product .right .options .option .text {
  float: left;
}

.product .right .options .size-selector {
  background-color: #aeaeae;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  float: left;
  margin-left: 5px;
}

.product .right .options .size-selector:nth-child(1) {
  font-size: 12px;
}

.product .right .options .size-selector:nth-child(2) {
  font-size: 14px;
}

.product .right .options .size-selector:nth-child(3) {
  font-size: 16px;
}

.product .right .options .size-selector:hover {
  cursor: pointer;
}

.product .right .options .favorite i {
  color: #aeaeae;
}

.product .right .options .favorite i:hover {
  color: red;
  cursor: pointer;
}

.product .right .options .favorite.favorited i {
  color: red;
}

.product .right .options .favorite.favorited i:hover {
  color: #aeaeae;
}

.button-with-icon {
  font-size: 17px;
  color: white;
  padding: 0;
  padding-right: 15px;
  border: none;
  border-radius: 0;
}

.button-with-icon span {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 25px;
}

.button-with-icon span i {
  margin-top: 3px;
}

.sidebar--wrapper {
  position: relative;
  max-width: 300px;
}

.sidebar--wrapper #sidebar {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style-type: none;
}

.vertical-nav {
  position: fixed;
  left: 0;
  height: auto;
  list-style: none;
  width: 15%;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.vertical-nav li {
  position: relative;
  margin: 0;
  padding: 25px 10px;
  border: none;
  text-align: center;
  display: inline-block;
  float: left;
  clear: both;
  max-width: 200px;
  width: 100%;
  max-height: 100px;
  cursor: pointer;
}

@media (max-width: 1441px) {
  .sub-menu li {
    left: 64% !important;
  }
}

@media (min-width: 1441px) {
  .vertical-nav {
    width: 10%;
  }
}

@media (max-width: 992px) {
  .vertical-nav li {
    display: none;
  }
}

.vertical-nav li:nth-child(1),
.vertical-nav li:nth-child(1)>ul li {
  background-color: #7A00E6;
}

.vertical-nav li:nth-child(2),
.vertical-nav li:nth-child(2)>ul li {
  background-color: #b1b208;
}

.vertical-nav li:nth-child(3),
.vertical-nav li:nth-child(3)>ul li {
  background-color: #bfa36a;
}

.vertical-nav li:nth-child(4),
.vertical-nav li:nth-child(4)>ul li {
  background-color: #9191DF;
  border: 1px solid #9191DF;
}

.vertical-nav li:nth-child(5),
.vertical-nav li:nth-child(5)>ul li {
  background-color: #989900;
}

.vertical-nav li:nth-child(6),
.vertical-nav li:nth-child(6)>ul li {
  background-color: #a18245;
}

.vertical-nav li:nth-child(7),
.vertical-nav li:nth-child(7)>ul li {
  background-color: #39397a;
}

.vertical-nav li:nth-child(6) span,
.vertical-nav li:nth-child(6)>ul li span {
  margin-top: -5px !important;
  /*font-size: 0.9em;*/
}

.vertical-nav li:nth-child(7) span,
.vertical-nav li:nth-child(7)>ul li span {
  margin-top: -10px !important;
  /*font-size: 0.8em;*/
}

.sidebar--wrapper .vertical-block-container .vertical-block.vertical-block-7 .header p {
  font-size: 27px;
}

.vertical-nav li a {
  font-family: Calibri, Arial;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.vertical-nav li ul {
  display: none;
  padding: 0;
}

.vertical-nav li .menu-item--label {
  position: relative;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.vertical-nav li .menu-item--label.single {
  margin: 10px 0;
  display: block;
}

.vertical-nav li .menu-item--icon {
  position: absolute;
  display: block;
  width: 65px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.vertical-nav li .menu-item--icon img {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

.vertical-nav li .current {
  background-color: #F36F25;
}

.vertical-nav li .current a {
  color: white;
}

.vertical-nav li:hover {
  color: white;
}

.vertical-nav li:hover ul {
  display: block;
}

.vertical-nav li:hover .menu-item--label,
.vertical-nav li.active .menu-item--label {
  opacity: 0;
}

.vertical-nav li:hover .menu-item--icon,
.vertical-nav li.active .menu-item--icon {
  transform: translateX(100%) translateY(-50%);
}

.vertical-nav li:hover .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
}

.vertical-nav ul li ul {
  display: none;
  list-style-type: none;
  width: 125px;
  padding: 0px;
  margin-top: 3px;
  margin-left: -5px;
}

.vertical-nav ul li ul:hover ul {
  display: block;
}

.vertical-nav ul li ul:hover ul li {
  width: 125px;
  height: 30px;
  display: inline-block;
}

.vertical-nav ul li ul li a {
  color: white;
  text-decoration: underline;
  font-size: 1em;
  font-weight: normal;
}

.vertical-nav ul li ul li a:hover {
  text-decoration: none;
}

.sub-menu li {
  position: relative;
  display: block;
  top: 0;
  left: 80%;
  width: 100%;
  min-width: 240px;
  white-space: nowrap;
  z-index: 1;
  text-align: left;
  padding: 5px 0 0 20px;
}

.sub-menu li.sub-menu--title {
  padding: 20px 0 20px 20px;
  font-weight: 700;
  font-size: 1.5em;
}

.sub-menu li a {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.sub-menu li a:hover {
  text-decoration: underline;
}

.sub-menu li:last-child {
  padding-bottom: 20px;
}

.evenimente .content {
  padding-left: 200px;
  background-color: white;
}

@media (max-width: 992px) {
  .evenimente .content {
    padding-left: 0;
  }
}

.evenimente .content .header {
  font-size: 50px;
  color: #7A00E6;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.evenimente .content .header p {
  padding-left: 30px;
}

.evenimente .content .events>div.row {
  border-bottom: 1px solid #ececec;
}

.evenimente .content .event .event-title {
  color: #7A00E6;
  font-size: 28px;
  /*padding-left: 30px;*/
  /*padding-top: 10px; */
}

.evenimente .content .event .event-body {
  font-size: 20px;
  color: #5d5d5d;
  padding-left: 30px;
}

.evenimente .content .event .event-details {
  color: #7A00E6;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

.flatpickr-calendar {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}

@media (max-width: 992px) {
  .flatpickr-calendar {
    margin: 0 auto;
  }
}

.flatpickr-calendar * {
  font-family: 'Roboto Condensed', sans-serif;
}

.flatpickr-day,
.flatpickr-day:hover {
  color: #7A00E6;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  border: 0;
}

.flatpickr-day.event,
.flatpickr-day.event:focus,
.flatpickr-day.event:hover,
.flatpickr-day:hover.event,
.flatpickr-day:hover.event:focus,
.flatpickr-day:hover.event:hover {
  border: 0;
  border-radius: 0;
  background-color: white;
  color: #c15e1c;
}

.flatpickr-weekday {
  color: #7A00E6 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 0;
  border: 0;
}

.flatpickr-current-month {
  color: #7A00E6;
}

.menu-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transform: translate(-100%, -50%);
}

.menu-icon.account {
  background-image: url("../images/account.png");
}

.menu-icon.favorite {
  background-image: url("../images/favorite.png");
}

.menu-icon.logout {
  background-image: url("../images/logout.png");
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
span,
a,
button,
table,
th,
tr,
td {
  font-family: Arial;
}

body {
  background-color: #fafafa;
}

.clear {
  clear: both;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-eq-height>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-eq-height>[class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*# sourceMappingURL=styles.css.map */


#rating-modal .modal-content {
  border-radius: 0px;
  padding: 20px;
}

/*.evenimente .right {
  padding-top: 100px; }*/
.evenimente .right .review {
  background-color: #4b63ab;
}

.evenimente .right .review span {
  background-color: #7A00E6;
  margin-right: 5px;
}

.evenimente .right .print {
  background-color: #a1a1a1;
}

.evenimente .right .print span {
  background-color: #919191;
  margin-right: 5px;
}

.evenimente .right .contact-me {
  width: 100%;
  margin-bottom: 20px;
  background-color: #b1b923;
}

.evenimente .right .contact-me span {
  background-color: #8e941c;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.evenimente .right .contact-me p {
  margin-top: 21px;
  font-size: 18px;
  font-weight: bold;
}

.evenimente .right .advers {
  background-color: #7A00E6;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

.evenimente .right .negative {
  background-color: #a1a1a1;
  color: white;
}

.evenimente .right .more {
  font-size: 20px;
  padding-top: 100px;
  padding-bottom: 10px;
}

/*    .evenimente .right .more .news {
      padding-bottom: 150px; }*/
.evenimente .right .more div {
  margin-bottom: 10px;
}

.evenimente .right .more div a {
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 18px;
}

.evenimente .right .more p {
  margin-left: 10px;
  margin-right: 10px;
}

.evenimente .right .more p.negative {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
}

.evenimente .right .options {
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px;
}

.evenimente .right .options p {
  color: #4b63ab;
  font-size: 19px;
}

.evenimente .right .options p:first-child {
  color: black;
}

.evenimente .right .options .option .text {
  float: left;
}

.evenimente .right .options .size-selector {
  background-color: #aeaeae;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  float: left;
  margin-left: 5px;
}

.evenimente .right .options .size-selector:nth-child(1) {
  font-size: 12px;
}

.evenimente .right .options .size-selector:nth-child(2) {
  font-size: 14px;
}

.evenimente .right .options .size-selector:nth-child(3) {
  font-size: 16px;
}

.evenimente .right .options .size-selector:hover {
  cursor: pointer;
}

.evenimente .right .options .favorite i {
  color: #aeaeae;
}

.evenimente .right .options .favorite i:hover {
  color: red;
  cursor: pointer;
}

.evenimente .right .options .favorite.favorited i {
  color: red;
}

.evenimente .right .options .favorite.favorited i:hover {
  color: #aeaeae;
}


.profile .update-button {
  width: 100%;
  margin-bottom: 20px;
  background-color: #b1b923;
}

.profile .update-button span {
  background-color: #8e941c;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.profile .update-button p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
}

.profile .update-button.upload-picture {
  width: 0;
  position: absolute;
  z-index: 10;
  right: 45px;
  bottom: -22px;
}

.profile .update-button.upload-picture span {
  padding: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#user_profile_picture_preview {
  min-height: 155px;
}

.cr-boundary {
  min-height: 155px;
}

.file_upload {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100px;
  border-radius: 0px;
  background-color: #b1b923;
  font-weight: bold;
  color: #FFF;
  margin-top: 10px;
}

.file_upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.profile-content.content .header {
  font-size: 50px;
  color: #7A00E6;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.profile-content.content .profile-body {
  padding-top: 20px;
}

.profile-body input {
  border-radius: 0px;
}

.profile-body label {
  font-size: 16px;
  color: #7A00E6;
}

#rcp-search {
  position: fixed;
  right: 16px;
  top: 180px;
  z-index: 51;
}

#search-rcp-form {
  padding: 15px;
}


/* RCP Search Result */
.search-result {
  background-color: #e6e6e6;
  margin-bottom: 20px;
  color: #333;
  font-weight: normal;
  display: block;
  padding: 15px;
}

.search-result:hover {
  background-color: #870354;
  color: #fff;
}

#in-page-search {
  width: 240px;
  position: absolute;
  bottom: 0px;
  right: 52px;
  overflow: hidden;
  display: none;
}

#in-page-search input {
  padding: 10px 16px 9px 16px;
  font-size: 18px;
  line-height: 1.33;
  width: 100%;
}

span.highlight {
  background-color: #FFFF00;
}

#in-page-search-trigger {
  position: relative;
  z-index: 1;
  background: #4b63ab;
}

.btn {
  border-radius: 0px;
}

#rcp-controls {
  margin-top: 20px;
  margin-bottom: 20px;
}

#rcp-controls a {
  color: #4b63ab;
}

#rcp-controls>a:first-child {
  margin-right: 20px;
}

.rcp .download.btn {
  background-color: #5E5EAC;
}

.rcp .download span {
  background-color: #7A00E6;
  margin-right: 5px;
}

.rcp .print span {
  background-color: #919191;
  margin-right: 5px;
}

.rcp .print.btn {
  background-color: #a1a1a1;
}

#rcp-iframe {
  display: none;
}

.rcp table td {
  border: 1px solid;
}

.border-bottom-grey {
  border-bottom: 1px solid #ececec;
}

.v-align-middle {
  vertical-align: middle;
}

.v-align-middle-item {
  line-height: 100px;
  height: 100px;
  padding-left: 30px;
}

.v-align-middle-item-title {
  padding-left: 30px;
  font-size: 26px;
}

.v-align-middle-item-text {
  color: #FFF;
  font-size: 18px;
}

.background-orange {
  background-color: #bfa36a;
}

.background-yellow {
  background-color: #e8ce11;
}

.background-very-light-brown {
  background-color: #c49b8b;
}

.background-green {
  background-color: #77a345;
}

.footer-links {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}

.widget-box {
  border-bottom: 1px solid #ececec;
}

.widget-header h4,
.widget-header h6 {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #7A00E6;
}

.widget-box input {
  border-radius: 0px;
}

.widget-box label {
  font-weight: bold;
  font-size: 14px;
  color: #7d7d7d;
}

.widget-box label i {
  padding-left: 5px;
}

.modal-content {
  border-radius: 0px;
}

@media (min-width: 1024px) {
  .modal.in .modal-dialog {
    width: 1000px;
  }
}

@media (max-width: 992px) {
  .mobile-menu-icon-items {
    margin-left: 40px;
  }
}

.header-blue {
  color: #7A00E6;
}

.rcp-hcp-only-notice {
  border: 2px solid #7A00E6;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}

div#rcp-container {
  font-size: 18px;
}

#rcp-container a {
  color: #000;
}

.article-image img {
  /*max-height: 350px;*/
}

.product-section {
  margin-bottom: 25px;
  padding-left: 5px;
}

.product-section h3 {
  border-bottom: 1px solid #ececec;
  color: #FFF;
  background: #7A00E6;
  padding: 10px;
}

.product-section h3.product-title {
  border-bottom: 0;
}

.rcp-box {
  background: #ececec;
  margin-bottom: 20px;
}

.rcp-box-form {
  margin-bottom: 15px;
}

.rcp-box-form span {
  background: #7A00E6;
  color: #FFF;
  display: inline-block;
  padding: 6px;
  padding-left: 12px;
  padding-right: 13px;
  margin-right: -6px;
}

.rcp-box-form input {
  width: 70%;
  display: inline-block;
  border-radius: 0px;
  border: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 100%;
  padding-left: 5px;
}

.rcp-box-form input:focus {
  outline: 0;
}

.rcp-box-form button {
  background: #7A00E6;
  color: #FFF;
  text-align: center;
  margin-bottom: 3px;
  margin-left: -6px;
  width: 17%;
  padding: 12px;
}

.product-rcp-section .rcp-controls button {
  margin-bottom: 10px;
}

.product-rcp-section .rcp-controls .download {
  background-color: #5E5EAC;
}

.product-rcp-section .rcp-controls .download span {
  background-color: #7A00E6;
  margin-right: 5px;
}

.product-rcp-section .button-with-icon {
  padding-right: 10px;
}

.product-rcp-section .rcp-controls .print {
  background-color: #a1a1a1;
}

.product-rcp-section .rcp-controls .print span {
  background-color: #919191;
  margin-right: 5px;
}

.rcp-box img {
  max-height: 200px;
  max-width: 110%;
  padding: 15px;
}

@media screen and (max-width: 1700px) {
  .product-rcp-section .rcp-controls .download {
    font-size: 14px;
  }

}

@media screen and (max-width: 1575px) {
  .rcp-box-form input {
    width: 67%;
  }

  .product-rcp-section .button-with-icon {
    padding-right: 7px;
  }

  .product-rcp-section .rcp-controls .download span {
    margin-right: 3px;
  }
}


@media screen and (max-width: 1190px) {
  .product-rcp-section .rcp-controls .download span {
    background-color: #4b63ab;
  }

  .product-rcp-section .rcp-controls .download {
    width: 100%;
  }

  .rcp-box-image-container {
    padding: 5%;
    text-align: center;
  }
}

.product-section-download .row {
  border: 1px solid #ececec;
  margin: 10px;
}

.product-section-download img {
  max-width: 99%;
}

.product-section-download-image-container {
  border-bottom: 1px solid #ececec;
}

.margin-top-zero {
  margin-top: 0px !important;
}

.margin-bottom-zero {
  margin-bottom: 0px !important;
}

.border-bottom-zero {
  border-bottom: 0px !important;
}


.product-section .product-section-title {
  background-color: white;
  color: #c05b18;
  font-weight: bold;
  /* height: 100%; */
}

.product-section .read-more,
.product-section .services-button {
  background-color: #ffffff;
  color: #7A00E6;
  text-align: center;
  height: 100%;
  border: 2px solid #7A00E6;
  min-height: 50px;
}

.product-section .services-button {
  padding: 10px;
}

.product-section .read-more a {
  color: #FFF;
}

.product-section-article-holder {
  height: 85px;
}

/*  Videos */

.vertical-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

a.product-video {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  background-color: #e6e6e6;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-video+a.product-video {
  margin-top: 20px;
}


a.product-video h4 {
  font-weight: bold;
  text-align: left;
  display: block;
  margin-bottom: 3%;
}

a.product-video .thumb {
  display: block;
}

a.product-video .thumb img {
  max-width: 100%;
}

a.product-video p {
  display: block;
}

.btn-primary {
  background-color: #7A00E6;
  border-color: #7A00E6;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #4b63ab;
  border-color: #7A00E6;
}

#video-description h3 {
  color: #7A00E6;
}

.video.article-body {
  padding: 10px;
}

.navbar.navbar-default,
.product .content .header,
.evenimente .content .header {
  position: fixed;
  z-index: 50;
  width: 100%;
}

#main-menu {
  right: 0;
}

#main-body {
  padding-top: 110px;
}

.product .content .header,
.evenimente .content .header {
  background-color: #FFF;
}

.product .content .article {
  padding-top: 70px;
}

.content .events,
.content .events-calendar {
  margin-top: 60px;
  padding: 35px;
}

.product .content .header .product-menu {
  display: inline-block;
  float: none;
}

.product .right .options,
.evenimente .right .options,
.rcp #rcp-container {
  padding-top: 90px;
}

.vertical-nav {
  z-index: 51;
  width: 14%;
  pointer-events: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.right .button-with-icon {
  margin-bottom: 5px;
}

.option.favorite span,
.option.favorite i {
  cursor: pointer;
}

.product-section .read-more h4,
.product-section .product-section-title h4 {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  color: #7A00E6;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #cecece;
}

.bootbox-body {
  font-size: 18px;
  font-weight: bold;
  color: #7A00E6;
  text-align: center;
}

@media screen and (max-width: 1410px) {
  .product .content .header .product-menu li a {
    font-size: 16px;
  }

  .product .content .header .product-menu {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1310px) {
  .product .content .header .product-menu li a {
    font-size: 14px;
  }

  .product .content .header .product-menu {
    padding-left: 5px;
  }

  .product .content .header p {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #main-body {
    padding-top: 0px;
  }

  .navbar.navbar-default,
  .product .content .header,
  .evenimente .content .header {
    position: initial;
    z-index: 1;
    margin-top: 45px;
  }
}

/* Product page */
.product-box {
  height: 100%;
  margin-top: 30px;
}

.one-on-one.aspect-ratio {
  padding-bottom: 100%
}

a.product-link {
  display: block;
  text-align: center;
  color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.product-box .product-info {
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link>.product-info.toujeo {
  background-image: url(../images/products/logos/toujeo.png);
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link>.product-info.suliqua {
  background-image: url(../images/products/logos/suliqua.png);
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link>.product-info.lantus {
  background-image: url(../images/products/logos/lantus.png);
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link>.product-info.apidra {
  background-image: url(../images/products/logos/apidra.png);
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link>.product-info.insuman {
  background-image: url(../images/products/logos/insuman.png);
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link>.product-info.amaryl {
  background-image: url(../images/products/logos/amaryl.png);
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link>.product-info.praluent {
  background-image: url(../images/products/logos/praluent.png);
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.product-link:hover>.product-info {
  background-color: #7A00E6;
  color: #fff;
  background-image: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


#pens_form.form-inline .form-control,
#samples_form.form-inline .form-control {
  border: 0px;
  outline: none;
  border-bottom: 1px solid;
  height: 20px;
  padding-top: 0px;
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body {
  position: relative;
}

#top-header .product-menu .item.active a {
  background-color: #7A00E6;
  color: #FFF;
}

/* sidebar things */
.sidebar--wrapper {
  position: relative;
  max-width: 300px;
}

.sidebar--wrapper .vertical-block {
  display: none;
  height: 100%;
}

.sidebar--wrapper .vertical-block-container {
  width: 40%;
  display: none;
  height: 700px;
  position: fixed;
  left: 200px;
  z-index: 1000;
  background-color: white;
}

@media (max-width: 992px) {
  .sidebar--wrapper .vertical-block-container {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .sidebar--wrapper .vertical-block-container {
    left: 15%;
  }
}

.sidebar--wrapper .vertical-block-container .header {
  width: 100%;
  height: 93px;
  position: relative;
}

.sidebar--wrapper .vertical-block-container .header p {
  font-size: 32px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar--wrapper .vertical-block-container .header-1 {
  background-color: #7A00E6;
}

.sidebar--wrapper .vertical-block-container .header-2 {
  background-color: #7A00E6;
}

.sidebar--wrapper .vertical-block-container .header-3 {
  background-color: #7A00E6;
}

.sidebar--wrapper .vertical-block-container .header-4 {
  background-color: black;
}

.sidebar--wrapper .vertical-block-container .header-5 {
  background-color: orange;
}

.sidebar--wrapper .vertical-block-container .block-content {
  height: 100%;
}

.sidebar--wrapper .vertical-block-container .block-content .block-left {
  background-color: #989898;
  height: 100%;
}

.sidebar--wrapper .vertical-block-container .block-content .block-left ul {
  list-style-type: none;
}

.sidebar--wrapper .vertical-block-container .block-content .block-left ul li a {
  color: white;
  font-size: 24px;
  text-decoration: none;
}

.sidebar--wrapper .vertical-block-container .block-content .block-left ul li a:hover {
  text-decoration: underline;
}

.sidebar--wrapper .vertical-block-container .block-content .block-left ul li a:hover sup {
  text-decoration: none;
}

.sidebar--wrapper .vertical-block-container .block-content .block-left ul li a.active {
  text-decoration: underline;
}

.sidebar--wrapper .vertical-block-container .block-content .block-right {
  height: 95%;
  border-right: 12px solid #989898;
  display: none;
}

.sidebar--wrapper .vertical-block-container .block-content .block-right .sub-block {
  display: none;
}

.sidebar--wrapper .vertical-block-container .close-button {
  font-size: 20px;
  color: #ececec;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1010;
}

.sidebar--wrapper .vertical-block-container .close-button:hover {
  cursor: pointer;
}

.sidebar--wrapper #sidebar {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style-type: none;
}

.vertical-nav li:hover .sub-menu {
  display: none !important;
}

.block-content {
  background-color: #989898;
}

.block-content .block-right {
  background-color: #FFF;
}

.vertical-block .sub-block a {
  color: #000;
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
}


.vertical-block .sub-block {
  display: none;
  padding: 30px;
}


.vertical-block .sub-blocks li {
  display: block;
  margin-bottom: 15px;
}

.vertical-block .sub-blocks li a {
  font-size: 18px;
}


.vertical-block .sub-blocks {
  padding: 30px;
}


a sup {
  display: inline-block;
  line-height: 1.1em;
  text-decoration: none;
}

/* Notification for cookies and other things */
#top-notification {
  position: fixed;
  z-index: 10000;
  text-align: center;
  line-height: 14px;
  font-size: 11px;
  background-color: #e6e6e6;
  padding: 30px;
  color: #666666;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  bottom: 0;
  border-radius: 0px;
}

.orange-header {
  color: #bfa36a;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-15 {
  margin-top: 15px;
}


.blue-input {
  border: 2px solid #7A00E6;
  border-radius: 0px;
}

.blue-label {
  color: #7A00E6;
}

select.blue-input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
}

.blue-button.big-blue-button {
  padding: 25px;
}

.blue-button.block-button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.cockcroft-gault-calcultate-container {
  min-height: 190px;
  line-height: 190px;
}

.cockcroft-gault-calcultate-container .blue-button {
  vertical-align: bottom;
}

.cockcroft-gault-results-container {
  margin-top: 20px;
}

.display-inline-block {
  display: inline-block !important;
}

.results {
  background-image: url("../images/tools/hypo_score_result.png");
  min-height: 350px;
  padding: 50px;
  color: white;
  background-repeat: no-repeat;
}

.blue-border {
  border: 1px solid #2d539f;
}

.score .table-1,
.score .table-2,
.score .table-3,
.score .table-4 {
  width: 100%;
}

.score.test-body .table-1 h3,
.score.test-body .table-2 h3,
.score.test-body .table-3 h3,
.score.test-body .table-4 h3 {
  color: #7A00E6;

  margin-bottom: 15px;
}

.score.test-body .table-1 h4.green,
.score.test-body .table-2 h4.green,
.score.test-body .table-3 h4.green,
.score.test-body .table-4 h4.green {
  color: green;
}

.score.test-body .table-1 h4.orange,
.score.test-body .table-2 h4.orange,
.score.test-body .table-3 h4.orange,
.score.test-body .table-4 h4.orange {
  color: orange;
}

.score.test-body .table-1 h4.red,
.score.test-body .table-2 h4.red,
.score.test-body .table-3 h4.red,
.score.test-body .table-4 h4.red {
  color: red;
}

.score.test-body .ldl-c-level {
  background-color: #2d539f;
  color: #FFF;
  text-align: center;
  padding: 8px;
  margin-bottom: 15px;
}

.score.test-body .numbers {
  color: #808080cc;
  text-align: center;
}


.score.test-body .recommendation {
  text-align: center;
  font-size: 80%;
  margin-top: 10px;
  padding: 10%;
  color: #FFF;
}

/* Bootstrap hack for 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}


@media (max-width: 768px) {
  .login .login-header .login-logo {
    transform: translate(0%, -25%);
  }

  .product .right .advers {
    font-size: 14px !important;
  }

  .evenimente .right .advers {
    font-size: 14px !important;
  }

  .article-image.Suliqua,
  .article-image.Toujeo {
    height: auto;
    background: none;
  }

  .article-image.Suliqua img,
  .article-image.Toujeo img {
    display: block;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.recommendation.green {
  background-color: #30b220;
}

.recommendation.orange {
  background-color: #fbb600;
}

.recommendation.red {
  background-color: #db2a3f;
}

button#restart-test {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product .content .article h3.h3 {

  color: #FFF;

  background: #7A00E6;

  padding: 10px;
}

h3.h3 {
  border-bottom: 1px solid #ececec;
  color: #7A00E6;
}

.login .container-fluid {
  background-color: white;
}


.sanofi-header {
  height: 30px;
  background: #FFF;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0px 2px 2px 1px rgba(50, 50, 50, 0.3);
}

.sanofi-header a {
  position: absolute;
  right: 2%;
  top: 8%;
}

.navbar-toggle {
  margin-top: 35px;
}

.footer,
.footer a,
.login-footer {
  color: #7A00E6;
}

.modal-title {
  color: #7A00E6;
}

a#external-link-text {
  font-size: 16px;
  color: #7A00E6;
}

.modal-body {
  font-size: 16px;
}

@media (max-width: 1440px) {
  .footer-for-hcp-text {
    padding-left: 40px;
  }
}

.services-table {
  font-size: 16px;
  color: #7A00E6;
}

.login-header span,
.sanofi-header span {
  font-size: 14px;
  display: inline-block;
  padding-top: 5px;
  padding-left: 1%;
}

.login-header span {
  padding-left: 2%;
}


select#number_of_samples,
select#product_name,
select#product_formula {
  border-radius: 0px;
  padding-bottom: 0;
}

.event {
  margin-left: 20px;
  border: 3px solid #7A00E6;
  padding: 20px;
  margin-bottom: 20px;
  width: 350px;
}

.event-date {
  font-size: 28px;
  color: #c15e1c;
}

.event-location {
  font-size: 20px;
}

.event-location span,
.event-location i {
  color: #a1a1a1;
}


@media (max-width: 992px) {
  .event-date {
    text-align: left;
  }

  .event {
    width: 350px;
  }

  .login-header span,
  .sanofi-header span {
    display: inline-block;
    width: 50%;
    padding: 7px;
    padding-left: 15px;
  }

  .sanofi-header {
    display: inline-block;
    height: auto;
  }

}

@media (max-width: 400px) {
  .sanofi-header span {
    font-size: 10px;
  }

  .event {
    width: 100%;
  }
}

a.month-filter {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  background: #7A00E6;
}

a.month-filter.active-event-month-filter {
  color: #c15e1c;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
  overflow: visible;
  font-weight: bold;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 0px;
  border: 1px solid #7A00E6;
}

.fc-event,
.fc-event-dot {
  background-color: #7A00E6;
}

.fc-day-grid-event .fc-content {
  padding: 5px;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 3em;
}

.product .content .article .article-body.study-body .article-body {
  font-size: 18px;
}

.video-chapters {
  padding-top: 115px;
  margin-bottom: -70px;
}

.video-chapters a {
  display: block;
  padding: 20px;
  background: #7A00E6;
  color: #FFF;
  margin-bottom: 2px;
  font-weight: bold;
  text-decoration: none;
}

.video-chapters a:hover {
  text-decoration: none;
  background: #9191df;
}


.video-chapters a:active {
  text-decoration: none;
  background: #7A00E6;
}

.video-chapters h3 {
  font-size: 32px;
  font-weight: bold;
  color: #7A00E6;
  margin-top: 10px;
}



@media (max-width: 992px) {
  .navbar-default .navbar-nav>li>a {
    line-height: 50px;
    font-size: 1.5em;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-size: 1.4em;
    padding: 10px 40px;
  }

  .navbar-header {
    position: fixed;
    top: 50px;
    background: #fbfbfb;
    width: 100%;
    z-index: 5;
  }

  .navbar-default .navbar-toggle {
    margin-top: 28px;
  }

  #main-menu {
    right: 0;
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #fcfcfc;
    top: 109px;
    border-bottom: 2px solid #5362b0;
    border-color: #5362b0;
    border-top: 2px solid #5362b0;
    height: 100%;
  }

  .navbar-nav {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 120px;
  }

}

@media (max-width: 990px) {
  .row.margin-top-zero.product-section-article-holder {
    margin-bottom: 90px;
  }
}


.row.product-section.product-section-article-holder.studies-entry {
  min-height: 75px;
  padding: 15px;
  height: 100%;
}

.product-therapeutical-guides-section .product-section-article-holder,
.product-clinical-studies-section .product-section-article-holder {
  height: 100%;
  margin-bottom: 0px !important;
}


@media (max-width: 700px) {
  .row.product-section.product-section-article-holder.studies-entry {
    margin-bottom: 100px;
  }

  .product-clinical-studies-section.product-section .row.product-section.product-section-article-holder {
    margin-bottom: 100px !important;
  }

  .rcp-box-form input {
    width: 50%;
  }

  .product-video-materials-section.product-section .col-xs-12.col-sm-4.col-md-4.vertical-middle {
    margin-left: 0px !important;
  }

}


.toujeo-marketing-menu li.item {
  list-style: none;
  display: inline-block;
}

.toujeo-marketing-menu {
  text-align: right;
}

.toujeo-marketing-menu li.item a {
  padding: 5px;
  display: inline-block;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .product .content .article {
    padding-top: 50px;
  }

  .toujeo-marketing-menu {
    text-align: center;
    padding-left: 0px;
  }

  .toujeo-marketing-menu li.item a {
    padding: 5px;
    display: block;
    margin-top: 5px;
  }

  .toujeo-marketing-menu li.item {
    display: block;
  }

}

.video-chapters~div#scroller {
  position: static !important;
}

.product-section .row .tool-item:hover {
  background: #e6e6e6;
}

.controls.controls-right {
  margin-bottom: 100%;
  margin-right: 25px;
}

.controls.controls-right button:hover {
  background-color: #7A00E6;
}

a.product-video {
  background: #7A00E6;
  color: #FFF;
}

@media (min-width: 2100px) {
  .controls.controls-right {
    margin-bottom: 40%;
    margin-right: 25px;
  }
}



@media (max-width: 767px) {
  .controls.controls-right {
    margin-bottom: 10%;
    margin-right: 25px;
  }
}


.product-section .product-section-title.pac-edu-material,
.product-section .product-section-title.multimedia-kit {
  border: 1px solid #e0e0e0;
  border-top: 0px;
}

.product-section-download-image-container.pac-edu-material img,
.product-section-download-image-container.multimedia-kit img {
  max-width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom: 0px;
  width: 100%;
  min-height: 200px;
}

.product-section-download-image-container.pac-edu-material,
.product-section-download-image-container.multimedia-kit {
  padding: 0px;
}

a {
  color: #7A00E6;
}

.row.product-section.product-section-article-holder h3 {
  background: #FFF;
  color: #7A00E6;
  font-size: 22px !important;
  padding-left: 0px;
}

.science_support_section.product .content .header {
  color: #b1b208;
}

.science_support_section #top-header .product-menu .item.active a {
  background-color: #b1b208;
}

.science_support_section.product .content .header .product-menu li:first-child a {
  color: #b1b208;
}

.science_support_section .product-section h3 {
  background-color: #b1b208;
}

.science_support_section .product-section .read-more h4,
.science_support_section .product-section .product-section-title h4 {
  color: #b1b208;
}

.science_support_section .product-section .read-more,
.science_support_section .product-section .services-button {
  border: 2px solid #b1b208;
  color: #b1b208;
}

.science_support_section a.product-video {
  background-color: #b1b208;
}

.science_support_section a.product-video .btn-primary {
  background-color: #b1b208;
  border-color: #b1b208;
}

.science_support_section.product .right .more p.negative {
  background-color: #b1b208;
}

/* services */
.services_section.product .content .header {
  color: #bfa36a;
}

.services_section #top-header .product-menu .item.active a {
  background-color: #bfa36a;
}

.services_section.product .content .header .product-menu li:first-child a {
  color: #bfa36a;
}

.services_section .product-section h3 {
  background-color: #bfa36a;
}

.services_section .product-section .read-more h4,
.services_section .product-section .product-section-title h4 {
  color: #bfa36a;
}

.services_section .product-section .read-more,
.services_section .product-section .services-button {
  border: 2px solid #bfa36a;
  color: #bfa36a;
}

.services_section a.product-video {
  background-color: #bfa36a;
}

.services_section a.product-video .btn-primary {
  background-color: #bfa36a;
  border-color: #bfa36a;
}

.services_section.product .right .more p.negative {
  background-color: #bfa36a;
}

#submit_samples_form,
#submit_form {
  background-color: #bfa36a;
  border-color: #bfa36a;
}


/* events */
.events_section.evenimente .content .header {
  color: #9191DF;
}

.events_section #top-header .product-menu .item.active a {
  background-color: #9191DF;
}

.events_section.evenimente .content .header .product-menu li:first-child a {
  color: #9191DF;
}

.events_section .product-section h3 {
  background-color: #9191DF;
}

.events_section .product-section .read-more h4,
.events_section .product-section .product-section-title h4 {
  color: #9191DF;
}

.events_section .product-section .read-more,
.events_section .product-section .services-button {
  border: 2px solid #9191DF;
  color: #9191DF;
}

.events_section a.product-video {
  background-color: #9191DF;
}

.events_section a.product-video .btn-primary {
  background-color: #9191DF;
  border-color: #9191DF;
}

.events_section.evenimente .right .more p.negative {
  background-color: #9191DF;
}

/* tools */
.tools_section.product .content .header {
  color: #989900;
}

.tools_section #top-header .product-menu .item.active a {
  background-color: #989900;
}

.tools_section.product .content .header .product-menu li:first-child a {
  color: #989900;
}

.tools_section .product-section h3 {
  background-color: #989900;
}

.tools_section .product-section .read-more h4,
.tools_section .product-section .product-section-title h4 {
  color: #989900;
}

.tools_section .product-section .read-more,
.tools_section .product-section .services-button {
  border: 2px solid #989900;
  color: #989900;
}

.tools_section a.product-video {
  background-color: #989900;
}

.tools_section a.product-video .btn-primary {
  background-color: #989900;
  border-color: #989900;
}

.tools_section.product .right .more p.negative {
  background-color: #989900;
}

.product-section .read-more h4:hover,
.product-section .product-section-title h4:hover {
  text-decoration: underline;
}

.step-container.ptjs-display-step .content {
  min-height: auto;
  padding-left: 0px;
}

.widget-box label span {
  color: #FFF;
}



/*
* Search - Desktop
*/
#search-trigger {
  background-color: white;
  border: 1px solid #870354;
  color: #870354;
  font-size: 19px;
  padding: 5px;
  line-height: 10px;
  font-weight: bold;
  border-right: 0px;
}

#search-trigger.search-button-br {
  border-right: 1px solid #870354;
}

#header-search-field {
  display: none;
  float: right;
  height: 31px;
}

#header-search-box {
  height: 100%;
  border: 1px solid #870354;
  border-left: 0px;
  width: 482px;
  outline: none;
  padding-right: 30px;
  border-left: 0px;
}

#header-search {
  overflow: hidden;
  max-height: 31px;
}

#close-search-header {
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 10px;
  outline: none;
}

/*
* Search mobile
 */

#search-trigger-mobile {
  background-color: #fafafa;
  color: #7A00E6;
  font-size: 35px;
  padding: 5px;
  line-height: 10px;
  font-weight: bold;
  border-right: 0px;
  float: left;
  box-shadow: none;
  outline: none;
}

#header-search-field-mobile {
  display: none;
  float: left;
  height: 31px;
}

#header-search-box-mobile {
  height: 100%;
  border: 0;
  border-bottom: 2px solid #7A00E6;
  width: 100%;
  outline: none;
  border-left: 0px;
  background: #fafafa;
  color: #7A00E6;
  min-width: 190px;
}

#header-search-mobile {
  overflow: hidden;
  padding-left: 25px;
  max-height: 50px;
  margin-top: 20px;
}

#close-search-header-mobile {
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 35px;
  outline: none;
}

/**
  * Search - Results page
  */
.search-results-a-z {
  text-align: right;
}

.search-results-list-container {
  border-left: 1px solid;
  padding: 0px;
}

.search-results-list-container ul {
  margin-top: 5px;
  padding-left: 0px;
}


.search-results-list-container li {
  list-style: none;
}

.search-results-list-container a {
  color: black;
  font-weight: normal;
  line-height: 30px;
  padding-left: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.search-results-list-container li:hover a {
  background-color: #7A00E6;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}

span.search-product-icon {
  background: #7A00E6;
  padding: 3px;
  color: #FFF;
  padding-right: 5px;
}

span.search-product-icon:hover {
  background: #7A00E6;
}

span.search-product-category {
  padding: 5px;
  display: inline-block;
  color: #FFF;
}

span.search-product-category img {
  max-height: 20px;
}


.patient_resources_section.product .content .header {
  color: #a18245;
}

.patient_resources_section #top-header .product-menu .item.active a {
  background-color: #a18245;
}

.patient_resources_section.product .content .header .product-menu li:first-child a {
  color: #a18245;
}

.patient_resources_section .product-section h3 {
  background-color: #a18245;
}

.patient_resources_section .product-section .read-more h4,
.patient_resources_section .product-section .product-section-title h4 {
  color: #a18245;
}

.patient_resources_section .product-section .read-more,
.patient_resources_section .product-section .services-button {
  border: 2px solid #a18245;
  color: #a18245;
}

.patient_resources_section a.product-video {
  background-color: #a18245;
}

.patient_resources_section a.product-video .btn-primary {
  background-color: #a18245;
  border-color: #a18245;
}

.patient_resources_section.product .right .more p.negative {
  background-color: #a18245;
}



/*kush*/

.background-top {
  min-height: 400px;
  width: 100%;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 20px;
  padding-top: 20px;
}

#dashboard-left-menu {
  min-height: 340px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

}

.dashboard-left-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #7A00E6;
  width: 80%;
  padding: 10px 0 10px 0;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
}

.dashboard-left-menu-item:hover {
  text-decoration: none !important;
  color: #fff;
}

.text-holder:hover {
  text-decoration: none !important;
  color: #fff;
}

.text-holder {
  width: 70%;
}

.icon-holder {
  display: flex;
  justify-content: center;
  width: 30%;
}

.dashboard-left-menu-icon {
  width: 20%;
}

@media (max-width: 1200px) {
  .dashboard .right-content .sanofi-block {
    min-height: 718px;
  }

  .background-top {
    justify-content: center;
  }

  #top-header-text {
    width: 90% !important;
    font-size: 2.2em !important;
    color: inherit !important;
    text-align: left !important;
  }
}


@media (max-width: 1000px) {
  #dashboard-left-menu-cover {
    min-height: 818px;
    background-size: contain;
  }

}


@media (max-width: 767px) {
  .dashboard .right-content .sanofi-block {
    min-height: 1200px;
  }

}


#dashboard-left-menu-cover {
  background-image: url(../images/asset-5.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.dashboard-left-menu-title {

  text-align: left;
  color: #7A00E6;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.5rem;
  display: flex;
  flex-direction: row;


}

#top-header-text {
  width: 30%;
  font-size: 2.4em;
  color: #7A00E6 !important;
  text-align: left;

}

.dashboard-left-menu-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#dashboard-left-menu-cover>div {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2em;
  color: white;
  text-decoration: none;
  background-size:cover;
  box-shadow: inset 0 0 0 2000px #1c1c1db5;
}

.sidebar-news-title {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  font-size: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  background-color: #9191df;
  width: 100%;
}

.sidebar-news-body {
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 1.4em;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  background-color: #4856a0;
  width: 100%;
}

.sidebar-news-body>p {
  padding-right: 20px;
}

.sidebar-news-body>span {
  padding-right: 20px;
}

#read-more {
  padding: 15px;
  width: 98%;
  border-color: #fff;
  border: 1px solid #fff;
  background-color: transparent;

}

#read-more-news {
  padding: 15px;
  width: 98%;
  margin-top: 10px;
  border-color: #fff;
  border: 1px solid #fff;
  background-color: #b1b208;
  margin-bottom: 10px;

}

.portofolio-nav-item.active,
.portofolio-nav-item:hover {
  padding: 15px;
  background-color: #434391;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 600;
  margin-left: 2px;
  text-decoration: none;
}

.portofolio-nav-item {
  padding: 15px;
  background-color: #c1c1c1;
  padding-left: 20px;
  padding-right: 20px;
  color: #848484;
  font-weight: 600;
  margin-left: 2px;
  text-decoration: none;
  font-size: 1.8rem;
}


.portofolio-nav {
  display: flex;
  flex-direction: row;
  margin-top: 14px;

}

.portofolio-header {
  width: 90%;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background-color: #b1b208;
}

.portofolio-body {
  width: 90%;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background-color: #9191df;
}

/*kush*/


/* TOP DAWG */

a.portfolio-logout {
  background: #434492;
  color: #FFF !important;
  padding: 3px 25px 3px 25px !important;
  margin-top: 25px;
  line-height: 35px !important;
}

a.portfolio-logout:hover {
  background: #434492 !important;
}

/* TOP BUTTON */

a.portfolio-top-button {
  background: #e0e0e0;
  color: rgb(0, 0, 0) !important;
  padding: 3px 25px 3px 25px !important;
  line-height: 35px !important;
  margin-top:3px;
  margin-left:20px;
  font-size: 17px;
}

a.portfolio-top-button:hover {
  background: #434492 !important;
  color: #FFF !important;

}


.navbar-default .public .navbar-nav>li {
  padding-bottom: 0;
}

.public #main-body {
  padding-top: 90px;
}

.public .navbar-default .navbar-nav>li {
  padding-bottom: 0;
}

.public .navbar-default .navbar-nav>li>a {
  padding-bottom: 12px;
}

.home-logo {
  margin-right: 10px;
  margin-bottom: 10px;
}

.home-text {
  color: #616161 !important;
}

.portofolio-link {
  border-bottom: 3px solid #5a599e;
  padding: 0px 20px 5px 20px;
}

.dashboard-left-menu-item.has-blur {
  -webkit-box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.26);
  box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.26);
}


.mvpc-element::after {
  border: 5px solid white;
  content: "";
  padding: 0px;
  background: #FFF;
  position: absolute;
  left: 27px;
  bottom: -50px;
  height: 45px;
}

@media (max-width: 1584px) {
  .mvpc-element::after {
    left: 22px;
  }
}

.portofolio-nav-li-holder {
  padding: 0px !important;
  padding-top: 22px !important;
}

.portofolio-nav {
  margin-top: 18px;
  line-height: 40px;
  padding-bottom: 5px;
}

.porfolios #main-body {
  padding-top: 103px;
}

.porfolios .navbar-default .navbar-nav>li {
  padding-bottom: 0px;
}

@media (max-width: 1305px) {
  .portofolio-nav-item {
    font-size: 1.3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.vertical-nav li:nth-child(8),
.vertical-nav li:nth-child(8)>ul li {
  background-color: #7f7fd3;
}


a.btn.btn-block.advers {
  white-space: inherit;
}

@media (min-width: 1184px) {
  .dashboard .right-content.neuro .sanofi-block {
    min-height: 290px;
  }
}

@media (max-width: 1183px) {
  .dashboard .right-content.neuro .sanofi-block {
    min-height: 348px;
  }
}


@media (max-width: 991px) {
  .dashboard .right-content.neuro .sanofi-block {
    min-height: 600px;
  }
}




@media (min-width: 1184px) {
  .dashboard .right-content.cardio .sanofi-block {
    min-height: 380px;
  }
}

@media (max-width: 1183px) {
  .dashboard .right-content.cardio .sanofi-block {
    min-height: 348px;
  }
}


@media (max-width: 991px) {
  .dashboard .right-content.cardio .sanofi-block {
    min-height: 600px;
  }
}


@media (min-width: 1184px) {
  .dashboard .right-content.diabet .sanofi-block {
    min-height: 380px;
  }
}

@media (max-width: 1183px) {
  .dashboard .right-content.diabet .sanofi-block {
    min-height: 348px;
  }
}


@media (max-width: 991px) {
  .dashboard .right-content.diabet .sanofi-block {
    min-height: 600px;
  }
}



@media (max-width: 1441px) {
  #top-header-text {
    width: 50%;
  }

  .background-top {
    max-height: 280px;
    min-height: auto;
  }
}
