@import url('app-blessed1.css?z=494');

.news-block-box .news-list li a {
  display: inline-block;
  overflow: hidden;
  max-height: 60px;
}

.news-block .checkbox {
  margin-bottom: 20px;
}

.news-block .checkbox label span {
  font-size: 16px;
  top: -1px;
}

.news-block .linkedin > p {
  border-bottom: 1px solid #DEDEE4;
  padding-bottom: 10px;
}

.news-block .linkedin .profile {
  overflow: hidden;
  padding-top: 14px;
}

.news-block .linkedin .profile > img {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
}

.news-block .linkedin .profile .text-cover > b {
  font-weight: 500;
  line-height: 19px;
}

.news-block .linkedin .profile .text-cover > p {
  font-size: 14px;
  color: #A1A1AA;
  line-height: 16px;
}

.news-block .linkedin .IN-followcompany .IN-follow:hover .title {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.news-block .form-group {
  margin: 0;
}

.news-block .form-group .btn-default {
  min-width: 0;
}

.news-block .form-group .btn-default:hover,
.news-block .form-group .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-block .box-play {
  position: relative;
  float: right;
  margin-left: 10px;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #DEDEE4;
  background-color: #DEDEE4;
  overflow: hidden;
}

.news-block .box-play > img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: 85px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.news-block .box-play:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: 0 auto;
  left: 4px;
  right: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #FFFFFF;
}

.news-block .box-top-text {
  overflow: hidden;
}

.news-block .box-top-text p {
  color: #EF5122;
}

.news-block .box-top-text .h1 {
  margin-bottom: 0;
  color: #86C834;
}

.news-block .box-bottom {
  margin: 20px -20px -20px -20px;
}

.news-block .box-bottom img {
  width: 100%;
}

.news-block .box-bottom-text {
  overflow: hidden;
  padding: 20px;
  font-size: 14px;
  background-color: #DEDEE4;
}

.news-block .box-bottom-text b {
  font-weight: 500;
}

.news-block .box-bottom-text p span {
  display: block;
  color: #A1A1AA;
  font-size: 12px;
}

.news-block .ps > .ps__scrollbar-y-rail {
  display: block;
  opacity: 1;
  width: 8px;
  height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #DEDEE4;
}

.news-block .ps > .ps__scrollbar-y-rail .ps__scrollbar-y {
  right: 0;
  width: 6px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background-color: #DEDEE4;
}

.news-block .ps.ps--active-y > .ps__scrollbar-y-rail {
  background-color: #fff;
}

.drag-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 1282px;
  background-color: #fff;
  z-index: 9999;
  border-left: 1px solid #DEDEE4;
  border-right: 1px solid #DEDEE4;
  display: none;
}

.drag-box .cover {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 880px;
  width: 100%;
  height: 450px;
  padding: 20px;
}

.drag-box .box {
  background-color: rgba(0, 159, 205, 0.1);
  border: 1px dashed #009FCD;
  overflow: hidden;
  text-align: center;
  padding: 28px;
}

.drag-box .box > h2 {
  margin-top: 30px;
}

.drag-box .files {
  overflow: hidden;
  margin: 45px auto 0 auto;
  display: table;
}

.drag-box .files .file {
  float: left;
  margin: 0 10px;
}

.drag-box .files .file > p {
  font-size: 14px;
  color: #303A3E;
  margin-top: 17px;
}

.drag-box .files .file .image {
  border: 1px solid #DEDEE4;
  width: 100px;
  height: 129px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.drag-box .files .file .image > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.twitter-feed {
  position: relative;
  max-height: 314px;
  overflow: hidden;
}

.twitter-feed .ps__scrollbar-y-rail {
  margin-right: 5px;
}

.twitter-feed .box {
  border-bottom: 1px solid #DEDEE4;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-right: 20px;
}

.twitter-feed .box:first-child {
  margin-top: 0;
}

.twitter-feed .box:hover .author .glyphicon {
  color: #55acee;
}

.twitter-feed .box:hover .timeline > ul > li > a .glyphicon {
  color: #667580;
}

.twitter-feed .box .image {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DEDEE4;
  float: left;
  margin-right: 13px;
  margin-top: 1px;
}

.twitter-feed .box .text-cover {
  overflow: hidden;
  padding-top: 1px;
}

.twitter-feed .box .text-cover > p {
  margin-top: 8px;
  line-height: 19px;
}

.twitter-feed .box .text-cover > p > a {
  color: #169fcb;
  text-decoration: none;
}

.twitter-feed .box .author {
  width: 100%;
  line-height: 16px;
}

.twitter-feed .box .author > a {
  text-decoration: none;
}

.twitter-feed .box .author > a:hover .name {
  color: #169fcb;
}

.twitter-feed .box .author .name {
  font-weight: 500;
  color: #303A3E;
  font-size: 14px;
}

.twitter-feed .box .author .screenName {
  font-size: 14px;
  color: #a5a5ac;
}

.twitter-feed .box .author .glyphicon {
  float: right;
  color: #dedee4;
  position: relative;
  top: -1px;
  right: -2px;
}

.twitter-feed .box .timeline {
  overflow: hidden;
  margin-top: 4px;
}

.twitter-feed .box .timeline > ul {
  padding: 0;
  list-style: none;
}

.twitter-feed .box .timeline > ul > li {
  float: left;
  margin: 0 15px 0 0;
}

.twitter-feed .box .timeline > ul > li.date {
  float: right;
  margin: 0;
  font-size: 14px;
}

.twitter-feed .box .timeline > ul > li.date > a {
  color: #A1A1AA;
  margin-top: 3px;
  display: block;
  text-decoration: none;
}

.twitter-feed .box .timeline > ul > li > a .glyphicon {
  color: #dedee4;
  font-size: 16px;
  top: 0;
}

.twitter-feed .box .timeline > ul > li > a .glyphicon.glyphicon-log-out:hover {
  color: #0084b4;
}

.twitter-feed .box .timeline > ul > li > a .glyphicon.glyphicon-heart:hover {
  color: #e81c4f;
}

.btn-back {
  padding-left: 17px;
  float: left;
  color: #303A3E;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.btn-back:before {
  content: "\e251";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 12px;
  color: #009FCD;
}

.scroll-to-top {
  height: 30px;
  width: 30px;
  display: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 79px;
  right: 10px;
}

.scroll-to-top:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 9px;
  top: 7px;
  font-size: 12px;
  color: #303A3E;
  content: "\e253";
}

.scroll-to-top.shown {
  display: block;
}

.scroll-to-top:hover {
  cursor: pointer;
}

.pekeupload-btn-file {
  margin-right: 10px;
  padding: 4px 20px;
  float: left;
  border: 1px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #303A3E;
}

.pekeupload-btn-file:hover,
.pekeupload-btn-file:focus {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #303A3E;
}

.pekecontainer {
  float: left;
}

.alert-pekeupload {
  padding: 4px 20px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.alert-pekeupload .close {
  margin: -2px 0 0 5px;
}

@media only screen and (max-width: 1320px) {
  .logged-out {
    border-left: 0;
    border-right: 0;
  }

  .logged-out.navbar-fixed-top {
    width: 100%;
    max-width: 100%;
  }

  .logged-out .navbar-default .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logged-in {
    border-left: 0;
    border-right: 0;
    max-width: 100% !important;
  }

  .page-wrap {
    border: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .help-video {
    width: 100%!important;
    border-right: 0!important;
  }

  footer .top {
    border-left: 0;
    border-right: 0;
  }

  .footer-documents {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .logged-out {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .logged-out .logo-sm {
    margin-top: 6px;
  }

  .logged-out .navbar-default {
    margin-left: 0;
  }

  .logged-out .navbar-default .navbar-nav > li > a {
    padding: 14px 14px;
  }

  .logged-in {
    height: auto;
    padding: 0;
  }

  .logged-in .top {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .logged-in .bottom .navbar-default {
    margin-left: 0;
  }

  .logged-in .bottom .navbar-default .navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .right-aside {
    float: none;
    margin: auto;
  }

  .start-using section {
    width: 100%!important;
    float: none!important;
  }

  .start-using .temp-example {
    margin: auto;
    margin-bottom: 42px;
    width: auto;
  }

  .start-using .articles article .title-text {
    float: none;
    margin-left: 90px;
  }
}

@media only screen and (max-width: 1100px) {
  .logged-in.company .bottom .navbar .navbar-nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }

  footer .bottom .cover p {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1080px) {
  .logged-out {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: auto;
    left: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .product-dialog {
    width: auto;
    margin: 10px;
  }

  .logged-in {
    height: auto;
    padding: 0;
    left: 0px;
    right: 0px;
  }

  .logged-in .bottom .navbar-default {
    margin-left: 0;
    float: right;
  }

  .logged-in .bottom .navbar-default .navbar-nav {
    float: left;
  }

  .logged-in .bottom .navbar-default .navbar-nav li {
    float: left;
  }

  .logged-in .bottom .btn-check {
    display: none;
  }

  .logged-in .user-panel {
    position: relative;
  }

  footer .footer-nav .box {
    width: 33.33333%;
  }

  footer .top .footer-bottom .row .col-md-4,
  footer .top .footer-bottom .row .col-md-6,
  footer .top .footer-bottom .row .col-md-2 {
    display: inherit;
    float: left;
  }

  footer .top .footer-bottom .row .social-links {
    float: left;
  }

  footer .bottom .cover > p {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .header-documents .logo {
    float: none;
    margin-bottom: 10px;
  }

  .header-documents .documents-inner-container {
    width: 565px;
  }

  .header-documents .documents-inner-container .service:nth-last-child(2) {
    margin-right: 0;
  }

  .header-documents .documents-inner-container .settings {
    top: 0;
  }

  .footer-documents {
    position: static;
  }

  .nav-tabs {
    padding-left: 0;
  }

  .nav-tabs > li > a,
  .nav-tabs > li.active > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .nav-tabs.nav-justified {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-tabs.nav-justified > li {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .start-using .articles .column-left,
  .start-using .articles .column-right {
    float: none;
    margin: auto;
    width: 90%;
  }

  .start-using .articles .column-left .title-text,
  .start-using .articles .column-right .title-text {
    width: auto;
  }

  .start-using .reviews .column-left,
  .start-using .reviews .column-right {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .start-using .reviews article {
    text-align: center;
    margin-bottom: 50px;
  }

  .start-using .reviews article p {
    width: auto;
  }

  .start-using .reviews article img {
    margin-bottom: 20px;
  }

  .start-using .reviews article .person-card img {
    float: none;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .logged-in .bottom .navbar {
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .app-info-box .info-box {
    min-width: 250px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .nav-justified li {
    float: none!important;
    width: 100%!important;
    display: block!important;
  }
}

@media only screen and (max-width: 767px) {
  .product-dialog {
    width: auto;
  }

  .mobile-bottom {
    display: block;
  }

  .mobile-bottom.dark {
    display: table;
  }

  .logged-out {
    padding: 0;
    height: 70px;
    border: 0;
  }

  .logged-out.navbar-fixed-top + .mobile-bottom {
    margin-top: 70px;
  }

  .logged-out.navbar-fixed-top + .mobile-bottom.dark {
    margin-top: 113px;
  }

  .logged-out.navbar-fixed-top ~ .page-wrap {
    margin-top: 0;
  }

  .logged-out .top {
    display: none;
  }

  .logged-out .bottom {
    margin: 0;
    border-bottom: 1px solid #DEDEE4;
    padding: 10px 15px 10px 15px;
  }

  .logged-out .user-panel {
    display: none;
  }

  .logged-out .navbar-default {
    margin: 0;
  }

  .logged-out .navbar-default .logo {
    margin: 2px 0 0 15px;
    float: left;
  }

  .logged-out .navbar-default .navbar-nav {
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 80px;
  }

  .logged-out .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    min-width: 0;
    padding: 20px;
    max-width: 100%;
  }

  .logged-out .navbar-default .navbar-nav > li.dropdown .dropdown-menu.cart-dropdown {
    padding-top: 10px;
  }

  .logged-out .navbar-default .navbar-toggle {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 0;
  }

  .logged-out .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
    background-color: #303a3e;
  }

  .logged-out .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 23px;
  }

  .logged-out .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
  }

  .logged-out .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    width: 23px;
  }

  .logged-out .navbar-default .navbar-toggle:active,
  .logged-out .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }

  .logged-out .navbar-default .navbar-toggle .icon-bar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #009FCD;
  }

  .logged-out .navbar-default .navbar-collapse {
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #DEDEE4;
    margin-top: 13px;
    height: 100vh;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
    z-index: 3;
  }

  .logged-out .navbar-default .navbar-collapse .navbar-nav > li {
    border-bottom: 1px solid #DEDEE4;
    margin: 0 15px;
  }

  .logged-out .navbar-default .navbar-collapse .navbar-nav > li:last-child {
    border-bottom: 0;
  }

  .logged-out .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding: 14px 24px;
    font-size: 18px;
  }

  .logged-in {
    padding: 0;
    height: 70px;
    border: 0;
    width: 100%;
    height: auto;
    left: 0;
    float: left;
    padding: 0px;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .logged-in.navbar-fixed-top + .mobile-bottom {
    margin-top: 70px;
  }

  .logged-in.navbar-fixed-top + .mobile-bottom.dark {
    margin-top: 113px;
  }

  .logged-in.navbar-fixed-top ~ .page-wrap {
    margin-top: 0;
  }

  .logged-in .top {
    display: none;
  }

  .logged-in .bottom {
    margin: 0;
    border-bottom: 1px solid #DEDEE4;
    padding: 10px 15px 10px 15px;
  }

  .logged-in .user-panel {
    display: none;
  }

  .logged-in .navbar-default {
    margin: 0;
  }

  .logged-in .navbar-default .logo {
    margin: 2px 0 0 15px;
    float: left;
  }

  .logged-in .navbar-default .navbar-nav {
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 80px;
  }

  .logged-in .navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    min-width: 0;
    padding: 20px;
    max-width: 100%;
  }

  .logged-in .navbar-default .navbar-nav > li.dropdown .dropdown-menu.cart-dropdown {
    padding-top: 10px;
  }

  .logged-in .navbar-default .navbar-toggle {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 0;
  }

  .logged-in .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
    background-color: #303a3e;
  }

  .logged-in .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    width: 23px;
  }

  .logged-in .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
  }

  .logged-in .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    width: 23px;
  }

  .logged-in .navbar-default .navbar-toggle:active,
  .logged-in .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }

  .logged-in .navbar-default .navbar-toggle .icon-bar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #009FCD;
  }

  .logged-in .navbar-default .navbar-collapse {
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #DEDEE4;
    margin-top: 13px;
    height: 100vh;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
    z-index: 3;
  }

  .logged-in .navbar-default .navbar-collapse .navbar-nav > li {
    border-bottom: 1px solid #DEDEE4;
    margin: 0 15px;
  }

  .logged-in .navbar-default .navbar-collapse .navbar-nav > li:last-child {
    border-bottom: 0;
  }

  .logged-in .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding: 14px 24px;
    font-size: 18px;
  }

  .logged-in:after {
    content: none;
  }

  .logged-in.navbar-fixed-top .bottom {
    position: fixed;
    margin-top: 40px;
  }

  .logged-in .profile-nav {
    width: 100%;
    margin-top: 1px;
  }

  .logged-in .profile-nav .btn-cover {
    background-color: #303A3E !important;
    border-color: #41474A !important;
    color: #fff;
  }

  .logged-in .profile-nav .btn-cover .left-side {
    border-color: #41474A !important;
  }

  .logged-in .top {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    padding-top: 0 !important;
  }

  .logged-in .top .language-select {
    display: none;
  }

  .logged-in .top .user-type-nav {
    margin-top: 0;
    margin-left: 15px;
  }

  .logged-in .mobile-notification {
    position: absolute;
    color: #fff;
    top: 17px;
    right: 70px;
  }

  .logged-in .mobile-notification .quantity {
    background-color: #EF5122;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    position: relative;
    top: -10px;
    left: -7px;
    padding-top: 2px;
    font-family: 'Roboto';
  }

  .logged-in .user-type-nav {
    margin: 10px 0 -8px 0;
  }

  .logged-in .user-type-nav > li > a {
    padding: 10px 18px 10px 18px;
  }

  .logged-in .bottom {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    float: left;
    border-bottom: 0;
    background-color: #2a3235;
  }

  .logged-in .bottom .navbar-default {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  .logged-in .bottom .navbar-default .logo {
    margin: 4px 18px 0 15px;
    float: left;
  }

  .logged-in .bottom .navbar-default .navbar-toggle {
    border-color: #41474a;
    background-color: transparent;
  }

  .logged-in .bottom .navbar-default .navbar-toggle .icon-bar {
    background-color: #009FCD;
  }

  .logged-in .bottom .navbar-default .navbar-collapse {
    overflow-x: hidden;
    background-color: #2A3235;
    border-top: none;
    border-bottom: 1px solid #41474A;
    margin-top: 7px;
    height: 100vh;
    padding-bottom: 0;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .profile-nav .dropdown {
    overflow: hidden;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .profile-nav .dropdown .auth-dropdown ul > li > a {
    color: #fff;
    border-color: #41474A;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .profile-nav .dropdown .auth-dropdown ul > li > a .glyphicon {
    margin: 0;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .profile-nav .dropdown .cart-dropdown .box {
    border-color: #41474A;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .profile-nav .dropdown .cart-dropdown .box .name {
    color: #fff;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .navbar-nav {
    width: 100%;
    padding: 0px;
    padding-bottom: 110px;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .navbar-nav li {
    width: 100%;
    float: left;
    border-color: #41474A;
    margin-left: 0;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .navbar-nav li a {
    width: 100%;
    padding: 14px;
    float: left;
    text-align: left;
    text-transform: none;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .navbar-nav li a .glyphicon {
    width: 23px;
  }

  .logged-in .bottom .navbar-default .navbar-collapse .navbar-nav li.dropdown.open .dropdown-menu {
    width: 100%;
    display: inline-block;
    background: #fff;
  }

  .logged-in .bottom .btn-check {
    width: 100%;
    margin: 10px 0 0 0;
  }

  footer .footer-nav .box {
    width: 50%;
  }

  footer .top .footer-bottom {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .nav-tabs {
    padding-left: 0;
  }

  .nav-tabs > li > a,
  .nav-tabs > li.active > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .nav-tabs.nav-justified {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-tabs.nav-justified > li {
    padding: 0;
  }

  .shopping-cart {
    margin-bottom: 70px !important;
  }

  .shopping-cart .discount-code .form-group {
    padding: 0 !important;
  }

  .shopping-cart .cart-summary {
    padding: 0 !important;
  }

  .shopping-cart .cart-summary .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .shopping-cart .cart-summary .dl-horizontal dd {
    margin-left: 140px;
  }

  .shopping-cart .payment-method {
    padding-bottom: 30px !important;
  }

  .shopping-cart .payment-method .send-to-email .form-control {
    width: 100% !important;
  }

  .shopping-cart .payment-method .send-to-email .btn {
    width: 100%;
    margin: 5px 0 0 0 !important;
  }

  .modal-container .cover .other-uploads a {
    width: 100%;
    margin-bottom: 10px;
  }

  .scroll-to-top {
    right: 10px;
    bottom: 80px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .info-box {
    max-width: 80%;
  }
}

@media only screen and (min-width: 767px) {
  .is-table-row {
    display: table;
    height: 265px;
    min-width: 100%;
  }

  .is-table-row > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .help-search .form-group {
    width: 100%!important;
  }

  .help-search .form-group .form-control-feedback span {
    right: 40px;
  }

  .help-search .form-group input {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    border-top: none !important;
    border-bottom: none !important;
  }

  .table-responsive + .table-responsive {
    border-top: 1px solid #DEDEE4 !important;
  }
}

@media only screen and (max-width: 850px) {
  .footer-documents .documents-footer-buttons-left {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .footer-documents .documents-footer-buttons-left button {
    min-width: 200px;
    margin-bottom: 9px;
  }

  .footer-documents .documents-footer-buttons-right {
    float: none;
    margin-right: 0;
  }

  .footer-documents .documents-footer-buttons-right button {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    min-width: 200px!important;
  }

  .footer-documents .documents-footer-buttons-right button:first-child {
    min-width: 200px!important;
  }

  .footer-documents .documents-footer-buttons-right button.btn-success {
    margin-right: auto;
  }

  .logged-in.company .bottom .navbar .navbar-nav li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 620px) {
  .header-documents .documents-inner-container {
    width: 100%;
  }

  .header-documents .documents-inner-container .service {
    float: none;
    width: 170px;
    margin-right: 0;
    margin: auto;
  }

  .header-documents .documents-inner-container .service:nth-last-child(2) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer-nav {
    padding: 20px 0;
  }

  footer .footer-nav .box {
    width: 100%;
  }

  footer .footer-nav .box:first-child > h3 {
    margin-top: 0;
  }

  footer .footer-nav .box > h3 {
    margin-bottom: 0;
  }

  footer .footer-nav .box > ul {
    display: none;
    margin-top: 10px;
  }

  .nav-tabs {
    border: 0;
  }

  .nav-tabs > li {
    float: none;
  }

  .nav-tabs > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .nav-tabs > li.active a,
  .nav-tabs > li.active a:hover,
  .nav-tabs > li.active a:focus {
    border-bottom-color: #DEDEE4;
  }

  .info-box-holder .col-xs-6 {
    width: 100%;
  }

  .pagination {
    margin: 22px auto;
    display: table;
  }

  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    padding: 6px 12px 4px 12px;
  }

  .modal-content.delete-account-modal .modal-footer > button {
    width: 100%;
    clear: both;
    margin: 0;
  }

  .modal-content.delete-account-modal .modal-footer > button:first-child {
    margin-bottom: 10px;
  }

  .modal-content .modal-body .options > a .icons > img {
    display: none;
  }

  .modal-content .modal-body .file-upload {
    height: 100%;
    overflow: hidden;
  }

  .modal-content .modal-body .file-upload form > button {
    width: 100%;
    float: none;
  }

  .modal-content .modal-body .file-upload form > p {
    margin: 15px 0 0 0;
    text-align: center;
    width: 100%;
  }

  .modal-content .modal-footer .signature-bottom a {
    text-align: center;
  }

  .modal-content .modal-footer .signature-bottom .col-xs-6 {
    width: 100%;
  }

  .modal-content .modal-footer .signature-bottom .btn-default {
    margin: 15px auto 0 auto;
    display: table;
    float: none;
  }

  .modal-content.add-product .employees-add-product .employees-product-list,
  .modal-content.add-product .employees-add-product .modal-content.add-product .employees-add-group .employees-product-list {
    width: 100%;
  }

  .modal-content.add-product .employees-add-product .quantity-cover {
    margin: 0 auto;
    float: none;
  }
}

.styleguide section {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DEDEE4;
  padding: 15px 110px 45px 110px;
}

.styleguide section > h2 {
  text-transform: uppercase;
}

.styleguide section h4 {
  text-transform: uppercase;
}

.styleguide section .heading {
  margin: 30px 0 60px 0;
}

.styleguide section .table {
  width: 461px;
}

.styleguide section .row {
  margin: 20px 0 0 0;
}

.styleguide section .row:first-child {
  margin: 0;
}

.styleguide section .row.icons img {
  margin: 0 20px;
}

.styleguide section .row.icons img:first-child {
  margin-left: 0;
}

.styleguide section .row.icons img:last-child {
  margin-right: 0;
}

.styleguide section .section-body {
  margin-top: 20px;
  float: left;
  width: 100%;
}

.styleguide section .section-body .breadcrumb {
  margin-bottom: 0;
}

.styleguide section .section-body .pagination,
.styleguide section .section-body .progress {
  margin: 0;
}

.styleguide section .section-body .checkbox,
.styleguide section .section-body .radio {
  float: left;
  margin: 0 20px 0 0;
}

.styleguide section .section-body .form-group {
  min-height: 100px;
}

.styleguide section .section-body .row {
  margin-left: 0;
  margin-right: 0;
}

.styleguide section .section-body .row.margin .col-md-6:first-child {
  padding-right: 10px;
}

.styleguide section .section-body .row.margin .col-md-6:last-child {
  padding-left: 10px;
}

.styleguide section .section-body .row.margin .col-md-6 .row {
  margin: 0;
}

.styleguide section .section-body .row .col-md-4,
.styleguide section .section-body .row .col-md-3,
.styleguide section .section-body .row .col-md-5,
.styleguide section .section-body .row .col-md-6 {
  padding: 0;
}

.styleguide section .section-body .row .col-md-4 > h2,
.styleguide section .section-body .row .col-md-3 > h2,
.styleguide section .section-body .row .col-md-5 > h2,
.styleguide section .section-body .row .col-md-6 > h2 {
  text-transform: uppercase;
  margin-top: 2px;
}

.styleguide section .section-body .row .col-md-4 > h4,
.styleguide section .section-body .row .col-md-3 > h4,
.styleguide section .section-body .row .col-md-5 > h4,
.styleguide section .section-body .row .col-md-6 > h4 {
  margin: 10px 0 20px 0;
}

.styleguide section .btn-cover {
  width: 20%;
  float: left;
}

.styleguide section .btn-cover button {
  width: 160px;
  margin-bottom: 25px;
}

.styleguide section .btn-cover button:last-child {
  margin-bottom: 0;
}

.styleguide section .color-cover {
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.styleguide section .color-cover > p {
  font-weight: 300;
  font-size: 14px;
  margin-top: 2px;
}

.styleguide section .color-cover .box {
  width: 70px;
  height: 70px;
}

.styleguide section .font {
  width: 160px;
  height: 120px;
  border: 1px solid #DEDEE4;
  float: left;
  text-align: center;
  position: relative;
}

.styleguide section .font.light {
  margin-right: 20px;
}

.styleguide section .font.light .text-cover > p {
  font-size: 20px;
  font-weight: 300;
  color: #303A3E;
  margin-bottom: 8px;
}

.styleguide section .font.light .text-cover > p.style {
  font-size: 12px;
  color: #A1A1AA;
  margin: 0;
}

.styleguide section .font.medium .text-cover > p {
  font-size: 20px;
  font-weight: 500;
  color: #303A3E;
  margin-bottom: 8px;
}

.styleguide section .font.medium .text-cover > p.style {
  font-size: 12px;
  color: #A1A1AA;
  font-weight: 300;
  margin: 0;
}

.styleguide section .font .text-cover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.styleguide section .text-styles {
  padding-left: 70px !important;
}

.styleguide section .text-styles h1,
.styleguide section .text-styles h2,
.styleguide section .text-styles h3,
.styleguide section .text-styles h4 {
  margin: 0 0 15px 0;
}

.styleguide section .glyph-cover {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  background-color: #F5F5F6;
}

.styleguide section .glyph-cover:last-child {
  margin-right: 0;
}

.styleguide section .glyph-cover > .glyphicon {
  margin: 0 auto;
  display: table;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-search__field {
  display: none;
}

.select2-selection__rendered {
  color: #303A3E !important;
}

.select2-selection {
  -webkit-border-radius: 2px!important;
  border-radius: 2px!important;
  border: 1px solid #DEDEE4 !important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.select2-selection--single {
  height: 38px!important;
  padding: 8px 24px 6px 12px!important;
}

.select2-selection__arrow b {
  border-color: #303A3E transparent transparent !important;
  border-width: 6px 5px 0!important;
}

.select2-dropdown {
  top: 55px;
  border: 0;
  overflow-x: visible!important;
  -webkit-border-radius: 2px!important;
  border-radius: 2px!important;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #e3e3e3!important;
  padding-bottom: 5px!important;
}

.select2-dropdown:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  top: -4px;
  left: 28px;
  background-color: #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
}

.select2-results__option {
  background-color: #fff;
  outline: 0 !important;
  padding: 3px 10px 2px 10px!important;
  font-size: 14px;
  color: #303A3E;
  margin-bottom: 3px;
}

.select2-results__option[aria-selected] {
  margin-left: 10px;
  margin-right: 10px;
}

.select2-results__option[aria-selected]:hover {
  background-color: #F5F5F6;
  color: #303A3E;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #F5F5F6 !important;
  color: #303A3E !important;
}

.select2 {
  width: 100%!important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: 0 0 4px 0 #009FCD!important;
  box-shadow: 0 0 4px 0 #009FCD!important;
  border: 1px solid #009FCD!important;
}

.carousel {
  max-height: 450px;
  height: 100%;
  margin-bottom: 55px;
}

.carousel .carousel-indicators {
  bottom: 13px;
}

.carousel .carousel-indicators > li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  margin: 0 5px;
}

.carousel .carousel-indicators > li.active {
  background-color: #303A3E;
  border-color: #303A3E;
}

.carousel .carousel-caption {
  position: absolute;
  left: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  text-shadow: none;
  overflow: hidden;
  bottom: auto;
  margin-top: 15px;
}

.carousel .carousel-caption > h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

.carousel .carousel-caption .buttons {
  overflow: hidden;
  width: 100%;
  margin-top: 42px;
}

.carousel .carousel-caption .buttons > button,
.carousel .carousel-caption .buttons > a {
  float: left;
}

.carousel .carousel-caption .buttons > button {
  margin-right: 10px;
}

.carousel .carousel-caption .mobile-apps {
  overflow: hidden;
  margin-top: 90px;
}

.carousel .carousel-caption .mobile-apps > img {
  display: block;
  float: left;
  pointer-events: none;
}

.carousel .carousel-caption .mobile-apps > img:first-child {
  margin-right: 10px;
}

.carousel-cover {
  width: 100%;
  height: 154px;
  background-color: #303A3E;
  position: relative;
  padding: 0 50px;
}

.carousel-cover .inner-container {
  overflow: hidden;
  padding: 0;
  max-width: 1060px;
}

.brand-carousel .owl-stage-outer {
  height: 154px;
  width: 100%;
}

.brand-carousel .owl-nav {
  color: #fff;
  font-size: 24px;
}

.brand-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14px;
  cursor: pointer;
}

.brand-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  cursor: pointer;
}

.brand-carousel .owl-stage {
  height: 154px;
}

.brand-carousel .owl-item {
  float: left;
  height: 100%;
}

.brand-carousel .owl-item .item {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-carousel .owl-item .item.m-top-13 {
  margin-top: -13px;
}

.brand-carousel .owl-item .item > img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1300px) {
  .carousel .carousel-caption > h1 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .carousel .carousel-caption {
    left: 50px;
  }

  .carousel .carousel-caption > h1 {
    margin-top: 40px;
  }

  .carousel .carousel-caption .buttons {
    margin-top: 20px;
  }

  .carousel .carousel-caption .mobile-apps {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .carousel .carousel-caption > h1 {
    margin-top: 0;
    font-size: 32px;
  }

  .carousel .carousel-caption .mobile-apps {
    margin-top: 20px;
  }

  .carousel .carousel-indicators {
    margin-left: auto;
    right: 50px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .carousel {
    overflow: hidden;
    height: 490px;
    margin: 0;
    max-height: 100%;
    border-bottom: 1px solid #DEDEE4;
  }

  .carousel .carousel-indicators {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .carousel .carousel-caption {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 10px 15px;
    margin: 0;
  }

  .carousel .carousel-caption > h1 {
    font-size: 26px;
    max-height: 84px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    display: -webkit-box;
  }

  .carousel .carousel-caption .buttons {
    margin-top: 0;
  }

  .carousel .carousel-caption .buttons .btn {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    float: left;
    height: 54px;
    min-width: 0;
  }

  .carousel .carousel-caption .mobile-apps {
    display: none;
  }

  .carousel .carousel-inner > .item > img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.user-settings .delete-account > * {
  margin: 0;
  padding: 0;
}

.user-settings .before-delete {
  margin-top: 51px;
  margin-left: 10px;
}

.user-settings .before-delete p {
  font-weight: 500;
  font-size: 16px!important;
}

.user-settings .before-delete li {
  list-style: disc;
  margin-left: 20px;
}

.user-settings .before-delete li:before {
  display: none!important;
}

.user-settings .before-delete li a {
  display: block;
}

.user-settings .before-delete button {
  margin-top: 30px;
  width: 120px;
  height: 38px;
}

.breadcrumb {
  padding: 23px 0;
}

.start-using {
  *zoom: 1;
}

.start-using:before,
.start-using:after {
  content: " ";
  display: table;
}

.start-using:after {
  clear: both;
}

.start-using:before,
.start-using:after {
  content: " ";
  display: table;
}

.start-using:after {
  clear: both;
}

.start-using:before,
.start-using:after {
  display: table;
  line-height: 0;
  content: "";
}

.start-using:after {
  clear: both;
}

.start-using:before,
.start-using:after {
  display: table;
  line-height: 0;
  content: "";
}

.start-using:after {
  clear: both;
}

.start-using h1 {
  margin-bottom: 17px;
  margin-top: 40px;
}

.start-using p {
  margin: 0 0 22px;
}

.start-using p:last-child {
  margin-bottom: 40px;
}

.start-using section {
  width: 75%;
  float: left;
  border-bottom: 1px solid #DEDEE4;
}

.start-using section:first-of-type {
  margin-top: -20px;
}

.apply li:last-child {
  margin-bottom: 24px;
}

.tab-content {
  padding-top: 27px;
  border-left: 1px solid #DEDEE4;
  border-right: 1px solid #DEDEE4;
  border-bottom: 1px solid #DEDEE4;
  padding-left: 34px;
  padding-right: 35px;
  margin-bottom: 50px;
}

.tab-content p {
  font-size: 14px;
}

.temp-example {
  height: 293px;
  width: 727px;
  background-color: #F5F5F6;
  margin-bottom: 42px;
}

.articles {
  *zoom: 1;
}

.articles:before,
.articles:after {
  content: " ";
  display: table;
}

.articles:after {
  clear: both;
}

.articles:before,
.articles:after {
  content: " ";
  display: table;
}

.articles:after {
  clear: both;
}

.articles:before,
.articles:after {
  display: table;
  line-height: 0;
  content: "";
}

.articles:after {
  clear: both;
}

.articles:before,
.articles:after {
  display: table;
  line-height: 0;
  content: "";
}

.articles:after {
  clear: both;
}

.articles .column-left,
.articles .column-right {
  width: 45%;
  float: left;
}

.articles .column-right {
  margin-left: 78px;
}

.articles .column-right .special {
  margin-top: 84px;
}

.articles .column-right .special img {
  margin-left: -22px;
}

.articles article {
  margin-bottom: 19px;
  *zoom: 1;
}

.articles article:before,
.articles article:after {
  content: " ";
  display: table;
}

.articles article:after {
  clear: both;
}

.articles article:before,
.articles article:after {
  content: " ";
  display: table;
}

.articles article:after {
  clear: both;
}

.articles article:before,
.articles article:after {
  display: table;
  line-height: 0;
  content: "";
}

.articles article:after {
  clear: both;
}

.articles article:before,
.articles article:after {
  display: table;
  line-height: 0;
  content: "";
}

.articles article:after {
  clear: both;
}

.articles article img {
  float: left;
  margin-top: 8px;
}

.articles article .title-text {
  width: 270px;
  float: right;
}

.articles article .title-text h2 {
  margin-top: 5px;
}

.reviews {
  *zoom: 1;
}

.reviews:before,
.reviews:after {
  content: " ";
  display: table;
}

.reviews:after {
  clear: both;
}

.reviews:before,
.reviews:after {
  content: " ";
  display: table;
}

.reviews:after {
  clear: both;
}

.reviews:before,
.reviews:after {
  display: table;
  line-height: 0;
  content: "";
}

.reviews:after {
  clear: both;
}

.reviews:before,
.reviews:after {
  display: table;
  line-height: 0;
  content: "";
}

.reviews:after {
  clear: both;
}

.reviews .column-left,
.reviews .column-right {
  width: 45%;
  float: left;
}

.reviews .column-right {
  margin-left: 78px;
}

.reviews article img {
  margin-top: 10px;
  margin-bottom: 36px;
}

.reviews article p {
  width: 360px;
}

.person-card img {
  float: left;
  margin-right: 12px;
}

.person-card .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #303A3E;
  padding-top: 11px;
}

.person-card .position {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #303A3E;
}

section:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .right-aside {
    float: none;
    margin: auto;
  }

  .start-using section {
    width: 100%!important;
    float: none!important;
  }

  .start-using .temp-example {
    margin: auto;
    margin-bottom: 42px;
    width: auto;
  }

  .start-using .articles article .title-text {
    float: none;
    margin-left: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .start-using .articles .column-left,
  .start-using .articles .column-right {
    float: none;
    margin: auto;
    width: 90%;
  }

  .start-using .articles .column-left .title-text,
  .start-using .articles .column-right .title-text {
    width: auto;
  }

  .start-using .articles .column-left .special,
  .start-using .articles .column-right .special {
    margin-top: auto;
  }

  .start-using .reviews .column-left,
  .start-using .reviews .column-right {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .start-using .reviews article {
    text-align: left;
    margin-bottom: 50px;
  }

  .start-using .reviews article p {
    width: 72%;
    float: right;
    margin-top: 6px;
    margin-right: 50px;
  }

  .start-using .reviews article img {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .start-using .reviews article .person-card {
    width: 150px;
  }

  .start-using .reviews article .person-card img {
    float: none;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .start-using .reviews article p {
    width: 62%;
    float: right;
  }
}

@media only screen and (max-width: 590px) {
  .start-using .reviews article {
    text-align: center;
  }

  .start-using .reviews article p {
    width: auto;
    float: none;
    margin-top: 0;
    margin-right: 0;
  }

  .start-using .reviews article .person-card {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .start-using .articles {
    text-align: center;
  }

  .start-using .articles img {
    float: none;
    margin-bottom: 20px;
  }

  .start-using .articles .title-text {
    margin-left: 0!important;
    float: right!important;
  }

  .start-using .articles .column-right .special img {
    margin-left: auto;
  }

  .start-using .nav-tabs {
    padding-left: 0;
  }

  .start-using .nav-tabs li {
    float: none;
    border: 1px solid #DEDEE4;
  }

  .start-using .nav-tabs .active a {
    border: 0;
  }

  .start-using .nav-tabs .active a:hover {
    border: 0!important;
  }

  .start-using .nav-tabs .active a:focus {
    border: 0!important;
  }
}

.help-search {
  text-align: center;
  background-color: #8C61B0;
  padding-bottom: 28px;
  position: relative;
}

.help-search h1 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0px;
  padding-top: 27px;
  padding-bottom: 10px;
}

.help-search .form-group {
  width: 610px;
  height: 58px;
  margin: auto;
}

.help-search .form-group .form-control {
  font-size: 18px;
  padding: 6px 32px 6px 19px;
}

.help-search .form-group input {
  height: 58px;
  cursor: pointer;
}

.help-search .form-group .glyphicon-search {
  top: 14%;
  right: 19px;
}

.small-height {
  height: 159px;
}

.medium-height {
  height: 217px;
}

.big-height {
  height: 275px;
}

.help-faq {
  margin-top: 40px;
}

.help-faq .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.help-faq .faq {
  width: 520px;
  border: 1px solid #DEDEE4;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.help-faq .faq:nth-child(2n) {
  margin-right: 0;
}

.help-faq .faq:last-child {
  margin-bottom: 41px;
}

.help-faq .faq h2 {
  color: #8C61B0;
  padding-left: 23px;
  margin-top: 14px;
  margin-bottom: 15px;
}

.help-faq .faq ul {
  padding-left: 23px;
}

.help-faq .faq ul li {
  list-style: none;
  padding-bottom: 6px;
}

.help-faq .faq ul li a {
  color: #303A3E;
}

.help-faq .faq ul li a:hover {
  color: #169fcb;
}

.view-more {
  opacity: 0.9;
  color: #303A3E;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: right;
  display: block;
  margin-top: -13px;
  margin-right: 13px;
}

.view-more:hover {
  color: #8C61B0;
  text-decoration: none;
}

.view-more span {
  color: #8C61B0;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  top: 2px;
}

.help-video {
  background-color: #F5F5F6;
  border-top: 1px solid #DEDEE4;
  border-bottom: 1px solid #DEDEE4;
  width: 1281px;
  border-right: 1px solid #DEDEE4;
}

.help-video h1 {
  margin-top: 45px;
  margin-bottom: 20px;
}

.help-video .view-more {
  margin-right: 0;
  margin-top: -17px;
  margin-bottom: 52px;
}

.help-video .view-more:hover {
  color: #169fcb;
}

.help-video .view-more span {
  color: #009FCD;
}

.help-video .big-video {
  margin-bottom: 34px;
}

.help-video .big-video iframe {
  width: 610px;
  height: 313px;
}

.help-video .big-video article {
  width: 400px;
  float: right;
  margin-right: 14px;
  margin-top: -4px;
}

.help-video .big-video article p {
  color: #303A3E;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.help-video .video-thumbnails {
  padding-bottom: 100px;
  *zoom: 1;
}

.help-video .video-thumbnails:before,
.help-video .video-thumbnails:after {
  content: " ";
  display: table;
}

.help-video .video-thumbnails:after {
  clear: both;
}

.help-video .video-thumbnails:before,
.help-video .video-thumbnails:after {
  content: " ";
  display: table;
}

.help-video .video-thumbnails:after {
  clear: both;
}

.help-video .video-thumbnails:before,
.help-video .video-thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.help-video .video-thumbnails:after {
  clear: both;
}

.help-video .video-thumbnails:before,
.help-video .video-thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.help-video .video-thumbnails:after {
  clear: both;
}

.help-video .video-thumbnails .thumb {
  width: 250px;
  height: 140px;
  float: left;
  margin-right: 20px;
}

.help-video .video-thumbnails .thumb:last-child {
  margin-right: 0;
}

.help-video .video-thumbnails .thumb img {
  width: 250px;
  height: 140px;
  vertical-align: baseline;
}

.help-video .video-thumbnails .thumb span {
  color: #303A3E;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.small-forum .replies {
  width: auto!important;
  margin-left: 107px;
}

.small-forum .replies span {
  display: block;
  text-align: left;
}

.small-forum .topic {
  width: auto!important;
}

.small-forum .topic a {
  font-size: 12px!important;
}

.help-forum {
  padding-bottom: 15px;
}

.help-forum h1 {
  margin-top: 45px;
  margin-bottom: 22px;
}

.help-forum .row {
  margin-left: 0;
  margin-right: 0;
}

.help-forum .forum-filter {
  overflow: hidden;
  padding-bottom: 15px;
}

.help-forum .forum-filter + .issues .issue:first-child {
  border-top-color: #303A3E;
}

.help-forum .forum-filter .checkbox {
  float: left;
  margin: 0 20px 0 0;
}

.help-forum .forum-filter .checkbox.blue input:checked + label:before {
  background-color: #009FCD;
  border-color: #009FCD;
}

.help-forum .forum-filter .checkbox.blue input:checked + label:after {
  content: none;
}

.help-forum .forum-filter .checkbox.blue label:before {
  border-color: #009FCD;
}

.help-forum .forum-filter .checkbox.green input:checked + label:before {
  background-color: #86C834;
  border-color: #86C834;
}

.help-forum .forum-filter .checkbox.green input:checked + label:after {
  content: none;
}

.help-forum .forum-filter .checkbox.green label:before {
  border-color: #86C834;
}

.help-forum .forum-filter .checkbox.purple input:checked + label:before {
  background-color: #8C61B0;
  border-color: #8C61B0;
}

.help-forum .forum-filter .checkbox.purple input:checked + label:after {
  content: none;
}

.help-forum .forum-filter .checkbox.purple label:before {
  border-color: #8C61B0;
}

.help-forum .forum-filter .checkbox input:checked + label:before {
  background-color: #979c9e;
  border-color: #979c9e;
}

.help-forum .forum-filter .checkbox input:checked + label:after {
  content: none;
}

.help-forum .forum-filter .checkbox label:before {
  border: 1px solid #979c9e;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 17px;
  height: 17px;
}

.help-forum .forum-filter .checkbox label span {
  top: 0;
}

.help-forum .issue {
  border-top: 1px solid #DEDEE4;
  *zoom: 1;
}

.help-forum .issue:before,
.help-forum .issue:after {
  content: " ";
  display: table;
}

.help-forum .issue:after {
  clear: both;
}

.help-forum .issue:before,
.help-forum .issue:after {
  content: " ";
  display: table;
}

.help-forum .issue:after {
  clear: both;
}

.help-forum .issue:before,
.help-forum .issue:after {
  display: table;
  line-height: 0;
  content: "";
}

.help-forum .issue:after {
  clear: both;
}

.help-forum .issue:before,
.help-forum .issue:after {
  display: table;
  line-height: 0;
  content: "";
}

.help-forum .issue:after {
  clear: both;
}

.help-forum .issue:last-child {
  border-bottom: 1px solid #DEDEE4;
}

.help-forum .issue .image {
  width: 70px;
  height: 70px;
  float: left;
  border: 1px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 25px;
  margin-top: 16px;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.help-forum .issue .image + .topic-info {
  width: -webkit-calc(80% - 160px);
  width: calc(80% - 160px);
}

.help-forum .issue .image > img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.help-forum .issue .image > h1 {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.help-forum .issue .topic-info {
  width: -webkit-calc(80% - 65px);
  width: calc(80% - 65px);
  float: left;
}

.help-forum .issue .topic-info .name {
  color: #303A3E;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-top: 20px;
}

.help-forum .issue .topic-info a {
  font-size: 20px;
  font-weight: 500;
  color: #303A3E;
  margin-bottom: 0px;
  max-height: 28px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  width: 86%;
}

.help-forum .issue .topic-info a:hover {
  color: #009FCD;
}

.help-forum .issue .topic-info a .glyphicon {
  font-size: 16px;
  margin: 0 5px 0 1px;
}

.help-forum .issue .topic-info a img {
  margin-top: -4px;
  margin-right: 9px;
}

.help-forum .issue .topic-info .answer {
  font-size: 14px;
  font-weight: 300;
  color: #A1A1AA;
  display: block;
  padding-bottom: 15px;
}

.help-forum .issue .replies {
  width: -webkit-calc(20% - 65px);
  width: calc(20% - 65px);
  margin-top: 26px;
  float: left;
  text-align: center;
}

.help-forum .issue .replies span {
  font-size: 26px;
  font-weight: 500;
  color: #303A3E;
}

.help-forum .issue .replies p {
  font-size: 14px;
  font-weight: 300;
  color: #A1A1AA;
  margin-top: -4px;
}

.help-forum .issue .topic {
  width: 130px;
  float: right;
}

.help-forum .issue .topic a {
  min-width: 82px;
  height: 23px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #303A3E;
  display: block;
  margin-top: 38px;
  float: right;
  line-height: 22px;
  padding-left: 4px;
  padding-right: 4px;
}

.help-forum .issue .topic a:hover,
.help-forum .issue .topic a:focus {
  text-decoration: none;
}

.help-forum .topic-info,
.help-forum .replies,
.help-forum .topic {
  padding-left: 0;
  padding-right: 0;
}

.help-forum .start-discussion {
  height: 38px;
  width: 173px;
  font-size: 15px;
  margin-top: 25px;
}

.help-forum .contact {
  color: #303A3E;
  text-align: center;
  font-size: 20px;
  margin-top: 66px;
  padding-bottom: 76px;
  margin-bottom: 0;
}

.help-forum .contact span {
  color: #009FCD;
  font-size: 20px;
  font-weight: 500;
}

.help-forum .contact a {
  font-size: 20px;
  font-weight: 500;
  color: #303A3E;
  text-decoration: none;
}

.green-border {
  border: 1px solid #86C834;
}

.blue-border {
  border: 1px solid #009FCD;
}

.purple-border {
  border: 1px solid #8C61B0;
}

.to-forum,
.move_back {
  opacity: 0.9;
  color: #303A3E;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: right;
  display: block;
  margin-top: -13px;
  margin-right: 13px;
  float: right;
  margin-top: 31px;
}

.to-forum:hover,
.move_back:hover {
  color: #8C61B0;
  text-decoration: none;
}

.to-forum span,
.move_back span {
  color: #8C61B0;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  top: 2px;
}

.to-forum:hover,
.move_back:hover {
  color: #169fcb;
}

.to-forum span,
.move_back span {
  color: #009FCD;
}

.help-search .search-result-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: left;
  margin-top: 15px;
}

.one-result {
  border-bottom: 1px solid #DEDEE4;
}

.one-result:first-child {
  margin-top: 48px;
}

.one-result:last-child {
  border-bottom: 0;
}

.one-result h2 {
  font-weight: 500;
  color: #303A3E;
  margin-bottom: 9px;
}

.one-result .breadcrumb {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.one-result .breadcrumb li a {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

.one-result p {
  font-size: 16px;
  font-weight: 300;
  color: #303A3E;
  padding-bottom: 10px;
}

.one-result p span {
  color: #009FCD;
  background-color: #e5f5fa;
  padding: 3px 1px 3px 1px;
}

.search-results .pagination {
  margin-top: 38px;
  margin-bottom: 113px;
}

@media only screen and (max-width: 1199px) {
  .help-faq .faq {
    width: 100%!important;
  }

  .help-video .big-video {
    text-align: center;
  }

  .help-video .big-video iframe {
    width: 80%!important;
  }

  .help-video .big-video article {
    width: 100%!important;
    float: none!important;
  }

  .help-video .video-thumbnails {
    width: 520px;
    margin: auto;
  }

  .help-video .video-thumbnails .thumb {
    margin-bottom: 40px;
  }

  .help-video .video-thumbnails .thumb:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .news-block-box {
    height: auto;
  }

  .small-forum .replies {
    width: -webkit-calc(20% - 65px);
    width: calc(20% - 65px);
    margin-left: auto;
  }

  .small-forum .replies span {
    display: block;
    text-align: left;
  }

  .small-forum .topic {
    width: 130px!important;
  }
}

@media only screen and (max-width: 767px) {
  .help-search .form-group {
    width: 100%!important;
  }

  .help-search .form-group .form-control-feedback span {
    right: 40px;
  }

  .help-search .form-group input {
    width: 90%;
    margin: auto;
  }

  .help-forum .issue {
    text-align: center;
  }

  .help-forum .issue .image {
    display: none;
  }

  .help-forum .issue .image + .topic-info {
    width: 100%;
  }

  .help-forum .issue .topic-info {
    width: 100%;
  }

  .help-forum .issue .replies {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
  }

  .help-forum .issue .replies span {
    text-align: center;
  }

  .help-forum .issue .topic {
    width: 100%;
    float: none;
    width: auto!important;
  }

  .help-forum .issue .topic > a {
    margin: 0 auto 20px auto;
    display: inline-block;
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .help-video .big-video iframe {
    height: 140px;
  }

  .help-video .video-thumbnails {
    width: 100%;
  }

  .help-video .video-thumbnails .thumb {
    float: none;
    margin-right: 0;
    margin: auto;
    margin-bottom: 40px;
  }

  .help-video .video-thumbnails .thumb:nth-child(2n) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  .help-video .big-video iframe {
    width: 250px!important;
  }

  .help-faq .faq:first-child {
    height: 275px;
  }
}

@media only screen and (max-width: 370px) {
  .help-video .big-video iframe {
    width: 100%!important;
  }

  .help-video .video-thumbnails .thumb {
    width: 100%;
  }

  .help-video .video-thumbnails .thumb img {
    width: 100%;
  }
}

.faq-article {
  *zoom: 1;
}

.faq-article:before,
.faq-article:after {
  content: " ";
  display: table;
}

.faq-article:after {
  clear: both;
}

.faq-article:before,
.faq-article:after {
  content: " ";
  display: table;
}

.faq-article:after {
  clear: both;
}

.faq-article:before,
.faq-article:after {
  display: table;
  line-height: 0;
  content: "";
}

.faq-article:after {
  clear: both;
}

.faq-article:before,
.faq-article:after {
  display: table;
  line-height: 0;
  content: "";
}

.faq-article:after {
  clear: both;
}

.faq-article section {
  width: 73%;
  border-bottom: 1px solid #DEDEE4;
  float: left;
}

.faq-article section:last-of-type {
  border-bottom: 0;
}

.faq-article h1 {
  margin-bottom: 22px;
}

.faq-article p {
  margin-bottom: 18px;
}

.faq-article iframe {
  width: 610px;
  height: 343px;
  margin-top: 18px;
  margin-bottom: 34px;
}

.faq-article button {
  display: block;
  margin-bottom: 60px;
}

.faq-article .opinions {
  margin-top: 32px;
  *zoom: 1;
}

.faq-article .opinions:before,
.faq-article .opinions:after {
  content: " ";
  display: table;
}

.faq-article .opinions:after {
  clear: both;
}

.faq-article .opinions:before,
.faq-article .opinions:after {
  content: " ";
  display: table;
}

.faq-article .opinions:after {
  clear: both;
}

.faq-article .opinions:before,
.faq-article .opinions:after {
  display: table;
  line-height: 0;
  content: "";
}

.faq-article .opinions:after {
  clear: both;
}

.faq-article .opinions:before,
.faq-article .opinions:after {
  display: table;
  line-height: 0;
  content: "";
}

.faq-article .opinions:after {
  clear: both;
}

.faq-article .opinions .glyph-cover {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 12px;
  margin-top: -10px;
}

.faq-article .opinions .glyph-cover span {
  color: #303A3E;
  width: 16px;
  height: 16px;
  left: 12px;
  top: 11px;
}

.faq-article .opinions .glyph-cover .glyphicon-thumbs-up:hover {
  color: #009FCD;
}

.faq-article .opinions .glyph-cover .glyphicon-thumbs-down:hover {
  color: #EF5122;
}

.faq-article .opinions span {
  float: left;
  font-size: 14px;
  font-weight: 300;
  color: #A1A1AA;
  margin-right: 21px;
}

.faq-article .opinions .results {
  margin-right: 0;
  margin-left: 8px;
}

.faq-article .contact {
  color: #303A3E;
  font-size: 20px;
  margin-top: 57px;
  margin-bottom: 144px;
}

.faq-article .contact span {
  color: #009FCD;
  font-size: 20px;
  font-weight: 500;
}

.faq-article .contact a {
  font-size: 20px;
  font-weight: 500;
  color: #303A3E;
  text-decoration: none;
}

.faq-article .linked-topics span {
  font-size: 16px;
  text-transform: none;
  padding-bottom: 12px;
}

.faq-article .linked-topics ul li {
  padding-bottom: 22px;
  width: 90%;
}

.faq-article .linked-topics ul li:last-child {
  padding-bottom: 32px;
}

.faq-article .linked-topics ul li a {
  width: auto;
  height: auto;
  margin: 0;
  font-size: inherit;
  padding: 0;
  color: #303A3E;
}

.faq-article .small-search {
  width: 250px;
  height: 38px;
  float: left;
  margin-left: 36px;
  margin-bottom: 8px;
  margin-top: 81px;
}

.faq-article .small-search .form-control-feedback {
  top: 0;
}

.signature-download .nav-tabs {
  margin-top: 25px;
}

.signature-download .tab-content {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.signature-download .info-box {
  height: 100%;
}

.about-signature {
  padding-bottom: 120px;
  font-size: 14px;
}

.about-signature .about-item {
  margin-right: 8px;
}

.about-signature .about-item a {
  color: #009FCD;
  font-weight: 500;
}

.product-additional-services {
  padding-bottom: 40px;
  border-bottom: 1px solid currentColor;
  margin: 30px 0 40px 0;
}

.product-additional-services [class*="col-"] {
  float: left;
}

.product-additional-services [class*="col-"]:hover svg path {
  fill: #009FCD;
}

.product-additional-services img {
  vertical-align: bottom;
}

.product-additional-services p {
  opacity: .9;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.product-additional-services .icon {
  height: 60px;
}

.product-additional-services .icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-download {
  padding-bottom: 90px;
}

.product-download p.h2 {
  font-weight: 300;
  margin-bottom: 19px;
}

.product-download .btn {
  margin: 18px 10px 10px 10px;
}

.product-download .btn-check {
  padding-top: 10px;
}

.products-apply-for .nav-justified {
  margin-top: 25px;
  margin-bottom: 38px;
}

.products-apply-for .nav-justified > li .glyphicon {
  z-index: 1;
}

.products-apply-for .nav-justified > li .glyphicon + a {
  padding-left: 40px;
  padding-right: 40px;
}

.products-apply-for .nav-justified > li.disabled > a {
  color: #303A3E;
}

.products-apply-for .tab-content {
  padding: 0;
  margin-bottom: 0;
  border: 0;
}

.products-apply-for .alert {
  float: left;
  padding-right: 30px;
  margin-bottom: 26px;
}

.products-apply-for .required-fields {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  margin: 0 20px 26px 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.products-apply-for .required-fields:before {
  content: "*";
  position: relative;
  top: -2px;
  left: -4px;
  font-size: 18px;
  color: #EF5122;
}

.products-apply-for form {
  margin-top: 16px;
}

.products-apply-for form h3 {
  margin-top: 32px;
  margin-bottom: 26px;
}

.products-apply-for form .row {
  margin-bottom: 28px;
}

.products-apply-for form .row:after {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #DEDEE4;
}

.products-apply-for form .form-group {
  margin-bottom: 6px;
  max-width: 460px;
}

.products-apply-for form .form-group.checkbox {
  margin-top: 20px;
  margin-bottom: 38px;
  min-height: 0;
}

.products-apply-for form .btn {
  min-width: 104px;
}

.products-apply-for form .btn + .btn {
  margin-left: 6px;
}

.products-apply-for .center-block {
  margin-top: 50px;
  max-width: 650px;
  text-align: center;
}

.products-apply-for .center-block h2 + p {
  margin-top: 20px;
}

.products-apply-for .center-block .products-buttons .btn {
  min-width: 140px;
}

.products-apply-for .pdf-icon {
  margin-left: 4px;
}

.products-apply-for .get-app {
  margin-top: 40px;
  margin-bottom: 30px;
}

.products-apply-for .qr-code {
  margin-top: 25px;
  margin-bottom: 45px;
}

.products-apply-for .qr-code img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.products-apply-for .qr-code img + .code-label {
  margin-top: 30px;
}

.products-apply-for .qr-code .code-label {
  display: inline-block;
  padding: 5px 22px;
  font-size: 36px;
  font-weight: 500;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DEDEE4;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.products-buttons {
  padding-bottom: 140px;
}

.products-buttons .btn {
  min-width: 104px;
  margin-left: 3px;
  margin-right: 3px;
}

@media only screen and (max-width: 991px) {
  .products-apply-for .nav-justified > li .glyphicon {
    left: 15px;
  }

  .products-apply-for .nav-justified > li .glyphicon + a {
    padding-left: 30px;
    padding-right: 30px;
  }

  .products-apply-for .required-fields {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .product-additional-services [class*="col-"] {
    width: 50%;
  }

  .product-additional-services [class*="col-"]:nth-child(2n+3) {
    clear: left;
  }

  .products-apply-for form .btn {
    min-width: 0;
  }

  .products-buttons {
    padding-bottom: 70px;
  }

  .products-buttons .btn {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .product-additional-services [class*="col-"] {
    width: 33.33333333%;
  }

  .product-additional-services [class*="col-"]:nth-child(3n+1) {
    clear: left;
  }
}

.shopping-cart {
  width: 100%;
  margin-bottom: 170px;
  display: inline-block;
}

.shopping-cart .breadcrumb + h1 {
  margin-bottom: 33px;
  float: left;
}

.shopping-cart .breadcrumb + h1 + .alert {
  margin-top: 6px;
  float: right;
}

.shopping-cart .nav-tabs {
  clear: both;
}

.shopping-cart .tab-content {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.shopping-cart .cart-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.shopping-cart .cart-table > thead > tr > th,
.shopping-cart .cart-table > tbody > tr > th,
.shopping-cart .cart-table > tfoot > tr > th,
.shopping-cart .cart-table > thead > tr > td,
.shopping-cart .cart-table > tbody > tr > td,
.shopping-cart .cart-table > tfoot > tr > td {
  padding: 11px 0 11px 30px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dfdfe5;
}

.shopping-cart .cart-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfdfe5;
}

.shopping-cart .cart-table > caption + thead > tr:first-child > th,
.shopping-cart .cart-table > colgroup + thead > tr:first-child > th,
.shopping-cart .cart-table > thead:first-child > tr:first-child > th,
.shopping-cart .cart-table > caption + thead > tr:first-child > td,
.shopping-cart .cart-table > colgroup + thead > tr:first-child > td,
.shopping-cart .cart-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.shopping-cart .cart-table > tbody + tbody {
  border-top: 2px solid #dfdfe5;
}

.shopping-cart .cart-table .table {
  background-color: #F5F5F6;
}

.shopping-cart .cart-table.dataTable thead .sorting:after {
  content: '';
  position: relative;
  display: inline-block;
  left: 6px;
  top: -1px;
  border-top: 6px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 1;
  color: #303A3E;
}

.shopping-cart .cart-table.dataTable thead .sorting_asc:after {
  content: '';
  position: relative;
  display: inline-block;
  left: 6px;
  top: -1px;
  border-top: 6px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
  color: #95C54E;
}

.shopping-cart .cart-table.dataTable thead .sorting_desc:after {
  content: '';
  position: relative;
  display: inline-block;
  left: 6px;
  top: -1px;
  border-top: 6px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 1;
  color: #95C54E;
}

.shopping-cart .cart-table > thead > tr > th {
  border-bottom: 1px solid black;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.shopping-cart .cart-table > tbody > tr:first-child > td {
  border-top: 0;
}

.shopping-cart .cart-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #dfdfe5;
}

.shopping-cart .cart-table > tbody > tr > td {
  padding: 20px 0 19px 30px;
  font-size: 14px;
  vertical-align: middle;
}

.shopping-cart .cart-table > tbody > tr:nth-of-type(odd) {
  background-color: #F5F5F6 !important;
}

.shopping-cart .cart-table caption {
  padding: 32px 0 24px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #303A3E;
}

.shopping-cart .cart-table > tbody > tr:nth-of-type(odd) {
  background-color: rgba(245, 245, 246, 0.5);
}

.shopping-cart .cart-table tr td,
.shopping-cart .cart-table tr th {
  padding-left: 20px !important;
}

.shopping-cart .cart-table tr > .price {
  white-space: nowrap;
}

.shopping-cart .cart-table tr > .remove {
  width: 80px;
  padding: 20px 20px 19px 20px !important;
}

.shopping-cart .cart-table tbody tr td {
  padding: 13px 0 12px 30px;
}

.shopping-cart tr.delivery-receiving-type {
  background-color: #F5F5F6 !important;
}

.shopping-cart tr.delivery-receiving-type .form-group {
  width: 270px;
  margin-bottom: 0 !important;
}

.shopping-cart .old-price {
  color: #aeaeae;
  text-decoration: line-through;
}

.shopping-cart .new-price {
  color: #86C834;
  font-weight: 500;
}

.shopping-cart .quantity {
  width: 100px !important;
  display: inline-block;
}

.shopping-cart .quantity .input-number {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #DEDEE4;
  height: 38px;
  font-size: 16px;
  padding: 6px 9px;
  color: #303A3E;
  width: 45px;
  margin: 0 4px;
  float: left;
  text-align: center;
}

.shopping-cart .quantity .input-number:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.shopping-cart .quantity .input-number::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.shopping-cart .quantity .input-number:-ms-input-placeholder {
  color: #999;
}

.shopping-cart .quantity .input-number::-webkit-input-placeholder {
  color: #999;
}

.shopping-cart .quantity .input-number[disabled],
.shopping-cart .quantity .input-number[readonly],
fieldset[disabled] .shopping-cart .quantity .input-number {
  background-color: #eeeeee;
  opacity: 1;
}

.shopping-cart .quantity .input-number[disabled],
fieldset[disabled] .shopping-cart .quantity .input-number {
  cursor: not-allowed;
}

textarea.shopping-cart .quantity .input-number {
  height: auto;
}

.shopping-cart .quantity .input-number[disabled] {
  color: #DEDEE4;
  background-color: #fafafa;
}

.shopping-cart .quantity .input-number:focus {
  -webkit-box-shadow: 0 0 4px 0 #009FCD;
  box-shadow: 0 0 4px 0 #009FCD;
  border: 1px solid #009FCD;
}

.shopping-cart .quantity .btn-number {
  width: 22px;
  height: 22px;
  margin-top: 9px;
  float: left;
  display: inline-block;
  border: 1px solid #DEDEE4;
  background: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.shopping-cart .quantity .btn-number.minus {
  color: #303A3E;
}

.shopping-cart .quantity .btn-number.plus {
  color: #86C834;
}

.shopping-cart .btn-remove {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
  border: 0;
  outline: 0 !important;
  padding: 9px 20px 8px 20px;
  min-width: 160px;
  min-width: 10px;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #303A3E;
  font-size: 13px;
}

.shopping-cart .btn-remove:focus,
.shopping-cart .btn-remove:active:focus,
.shopping-cart .btn-remove.active:focus,
.shopping-cart .btn-remove.focus,
.shopping-cart .btn-remove:active.focus,
.shopping-cart .btn-remove.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.shopping-cart .btn-remove:hover,
.shopping-cart .btn-remove:focus,
.shopping-cart .btn-remove.focus {
  color: #303A3E;
  text-decoration: none;
}

.shopping-cart .btn-remove:active,
.shopping-cart .btn-remove.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.shopping-cart .btn-remove.disabled,
.shopping-cart .btn-remove[disabled],
fieldset[disabled] .shopping-cart .btn-remove {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shopping-cart .btn-remove:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shopping-cart .btn-remove:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.shopping-cart .btn-remove:disabled {
  background-color: #DEDEE4;
}

.shopping-cart .form-outer-wrapper {
  background-color: #F5F5F6;
  margin-top: -23px;
  padding-bottom: 20px;
  padding: 20px;
  padding-top: 0;
  border-bottom: 1px solid #DEDEE4;
}

.shopping-cart .dropdown-toggle {
  background-color: #fff!important;
  outline: 0;
}

.shopping-cart .dropdown-toggle:hover {
  background-color: #fff!important;
}

.shopping-cart .dropdown-toggle:focus {
  background-color: #fff!important;
}

.shopping-cart .delivery-form-wrap {
  background-color: #fff;
  *zoom: 1;
}

.shopping-cart .delivery-form-wrap:before,
.shopping-cart .delivery-form-wrap:after {
  content: " ";
  display: table;
}

.shopping-cart .delivery-form-wrap:after {
  clear: both;
}

.shopping-cart .delivery-form-wrap:before,
.shopping-cart .delivery-form-wrap:after {
  content: " ";
  display: table;
}

.shopping-cart .delivery-form-wrap:after {
  clear: both;
}

.shopping-cart .delivery-form-wrap:before,
.shopping-cart .delivery-form-wrap:after {
  display: table;
  line-height: 0;
  content: "";
}

.shopping-cart .delivery-form-wrap:after {
  clear: both;
}

.shopping-cart .delivery-form-wrap:before,
.shopping-cart .delivery-form-wrap:after {
  display: table;
  line-height: 0;
  content: "";
}

.shopping-cart .delivery-form-wrap:after {
  clear: both;
}

.shopping-cart .delivery-form-wrap h2 {
  width: 100%;
  margin: 0 0 30px 0 !important;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-top: 22px;
  padding-left: 21px;
}

.shopping-cart .delivery-form-wrap .form-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 13px;
  padding-left: 21px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .shopping-cart .delivery-form-wrap .form-group {
    float: left;
    width: 33.33333333%;
  }
}

.shopping-cart .delivery-form-wrap .form-group.textarea {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 18px;
  padding-top: 22px;
  padding-left: 21px;
}

@media (min-width: 768px) {
  .shopping-cart .delivery-form-wrap .form-group.textarea {
    float: left;
    width: 66.66666667%;
  }
}

.shopping-cart .discount-code {
  width: 100%;
  margin-bottom: 9px;
  display: inline-block;
  border-bottom: 1px solid #DEDEDE;
  margin-top: 16px;
  padding-bottom: 15px;
}

.shopping-cart .discount-code .form-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 20px;
  float: right !important;
}

@media (min-width: 768px) {
  .shopping-cart .discount-code .form-group {
    float: left;
    width: 33.33333333%;
  }
}

.shopping-cart .discount-code .form-group .input-group-addon {
  padding: 8px 17px 5px 17px;
  font-size: 15px;
  background: #fff;
}

.shopping-cart .continue-shopping {
  margin: 0 0 50px 20px;
  float: left;
}

.shopping-cart .continue-shopping a {
  font-size: 14px;
  font-weight: 500;
  color: #303A3E;
}

.shopping-cart .continue-shopping a .glyphicon {
  color: #009FCD;
}

.shopping-cart .cart-summary {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-right: 20px;
  float: right !important;
}

@media (min-width: 768px) {
  .shopping-cart .cart-summary {
    float: left;
    width: 33.33333333%;
  }
}

.shopping-cart .cart-summary .dl-horizontal {
  margin-bottom: 52px;
  font-size: 16px;
}

.shopping-cart .cart-summary .dl-horizontal dt {
  text-align: left;
  line-height: 27px;
}

.shopping-cart .cart-summary .dl-horizontal dd {
  text-align: right;
  line-height: 27px;
}

.shopping-cart .cart-summary .dl-horizontal .sum {
  margin-top: 12px;
}

.shopping-cart .cart-summary .dl-horizontal strong {
  font-size: 20px;
}

.shopping-cart .cart-summary .btn {
  min-width: 10px;
  padding: 9px 30px 8px;
  float: right;
}

.shopping-cart .payment-method {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 78px;
  display: inline-block;
  border-bottom: 1px solid #DEDEE4;
}

.shopping-cart .payment-method > h3 {
  margin-bottom: 26px;
}

.shopping-cart .payment-method .row {
  margin: 0 -10px;
}

.shopping-cart .payment-method [class*="col-"] {
  padding: 0 10px;
}

.shopping-cart .payment-method .btn-bank {
  width: 100%;
  height: 72px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  position: relative;
}

.shopping-cart .payment-method .btn-bank .glyphicon {
  float: right;
  font-size: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.shopping-cart .payment-method .btn-bank:after {
  float: left;
  content: '';
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
}

.shopping-cart .payment-method .btn-bank.swedbank {
  background-color: #DF6A24;
}

.shopping-cart .payment-method .btn-bank.swedbank:after {
  width: 113px;
  height: 24px;
  background: url(../../assets/img/svg/swedbank.svg) no-repeat 100% 100%;
}

.shopping-cart .payment-method .btn-bank.seb {
  background-color: #58C60E;
}

.shopping-cart .payment-method .btn-bank.seb:after {
  width: 57.85px;
  height: 25.67px;
  background: url(../../assets/img/svg/seb.svg) no-repeat 100% 100%;
}

.shopping-cart .payment-method .btn-bank.citadele {
  background-color: #ED193C;
}

.shopping-cart .payment-method .btn-bank.citadele:after {
  width: 63px;
  height: 29px;
  background: url(../../assets/img/svg/citadele.svg) no-repeat 100% 100%;
}

.shopping-cart .payment-method .btn-bank.dnb {
  background-color: #018C99;
}

.shopping-cart .payment-method .btn-bank.dnb:after {
  width: 51px;
  height: 26px;
  background: url(../../assets/img/svg/dnb.svg) no-repeat 100% 100%;
}

.shopping-cart .payment-method .btn-bank.nordea {
  background-color: #025176;
}

.shopping-cart .payment-method .btn-bank.nordea:after {
  width: 102px;
  height: 21px;
  background: url(../../assets/img/svg/nordea.svg) no-repeat 100% 100%;
}

.shopping-cart .payment-method .btn-bank.nordea {
  background-color: #025176;
}

.shopping-cart .payment-method .btn-bank.nordea:after {
  width: 102px;
  height: 21px;
  background: url(../../assets/img/svg/nordea.svg) no-repeat 100% 100%;
}

.shopping-cart .payment-method .btn-bank.btn-default {
  color: #303A3E;
}

.shopping-cart .payment-method .btn-bank.btn-default img {
  margin-right: 14px;
  float: left;
}

.shopping-cart .payment-method .download-bill {
  margin-bottom: 63px;
  float: left;
  clear: both;
  font-size: 14px;
}

.shopping-cart .payment-method .download-bill > a > img {
  margin-left: 8px;
  margin-top: -9px;
}

.shopping-cart .payment-method .send-to-email .input-group {
  margin-bottom: 5px;
}

.shopping-cart .payment-method .send-to-email .form-control {
  width: 340px;
}

.shopping-cart .payment-method .send-to-email .btn {
  min-width: 10px;
  margin-left: 6px;
  padding-left: 26px;
  padding-right: 26px;
}

.shopping-cart .payment-method + .continue-shopping {
  margin-left: 0;
}

@media only screen and (max-width: 856px) {
  .shopping-cart .cart-summary {
    width: 100%;
  }

  .shopping-cart .continue-shopping {
    margin: 0;
    margin-top: -47px;
  }
}

@media only screen and (max-width: 780px) {
  .shopping-cart .form-outer-wrapper {
    margin-top: -41px;
  }
}

@media only screen and (max-width: 767px) {
  .shopping-cart .form-outer-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }

  .shopping-cart tr.delivery-receiving-type .bootstrap-select {
    float: left;
  }
}

@media only screen and (max-width: 991px) {
  .shopping-cart {
    margin-bottom: 20px;
  }
}

.workspace {
  width: 100%;
  padding-bottom: 100px;
  float: left;
  background-color: #F5F5F6;
}

.workspace.workspace-legal {
  padding-top: 44px;
}

.workspace .workspace-counter {
  width: 100%;
  padding: 20px 0;
  background-color: #2A3235;
  text-align: center;
}

.workspace .workspace-counter ul {
  display: inline-block;
  float: none;
  list-style: none;
}

.workspace .workspace-counter ul li {
  height: 100px;
  padding: 0 50px;
  display: inline-block;
  float: none;
  font-size: 14px;
  color: #fff;
}

.workspace .workspace-counter ul li:not(:last-child) {
  border-right: 1px solid #404649;
}

.workspace .workspace-counter ul li strong {
  margin: 0 0 14px 0;
  font-size: 70px;
  line-height: 72px;
}

.workspace .last-login {
  width: 100%;
  margin-bottom: 40px;
  padding: 3px 0;
  display: inline-block;
  background: #fff;
  border-bottom: 1px solid #DEDEE4;
  text-align: center;
}

.workspace .last-login ul {
  float: none;
  display: inline-block;
  list-style: none;
}

.workspace .last-login ul li {
  padding: 0 7px;
  float: none;
  display: inline-block;
  font-size: 12px;
  color: #303A3E;
}

.workspace .last-login ul li:not(:last-child) {
  border-right: 1px solid #D8D8DC;
}

.workspace .column {
  padding: 0 10px !important;
}

.workspace .column-title {
  margin: 0 0 13px 0;
  text-transform: uppercase;
}

.workspace .info-wrapper {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DEDEE4;
  background-color: #FFFFFF;
}

.workspace .list-unstyled li {
  width: 100%;
  padding: 8px 0;
  float: left;
  font-size: 14px;
  line-height: 16px;
  word-break: normal;
}

.workspace .list-unstyled li .btn {
  margin-top: 5px;
}

.workspace .list-unstyled li.verify-button {
  padding: 0 0 16px;
}

.workspace .list-unstyled li.verify-button .btn {
  margin-top: 0;
}

.workspace .list-unstyled li .balance {
  margin-top: 7px;
  display: block;
}

.workspace .list-unstyled li .profile-owner {
  width: 100%;
  padding: 14px;
  float: left;
  border: 1px solid #DEDEE4;
  background-color: #F5F5F6;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #303A3E;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.workspace .list-unstyled li .profile-owner strong {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.workspace .list-unstyled .glyphicon-ok {
  color: #95c454;
}

.workspace .list-unstyled .btn {
  min-width: 10px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.workspace .list-unstyled .edit {
  font-size: 14px;
}

.workspace .list-unstyled .email,
.workspace .list-unstyled .phone {
  font-size: 16px;
}

.workspace .list-unstyled .product-name,
.workspace .list-unstyled .username {
  color: #303A3E;
  font-size: 16px;
  font-weight: 500;
}

.workspace .list-unstyled .progress {
  margin-bottom: 0;
}

.workspace .list-unstyled .phone {
  color: #A1A1AA;
}

.workspace .list-unstyled.list-group {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.workspace .list-unstyled.list-group li {
  min-height: 1px;
  padding: 0;
  font-size: 16px;
  overflow: visible;
}

.workspace .list-unstyled.list-group li a {
  padding: 9px 0;
  float: left;
  display: inline-block;
  color: #303A3E;
}

.workspace .list-unstyled.list-group li a + .exclamation-mark {
  margin: 6px 0 0 8px;
  float: left;
  line-height: 20px;
}

.workspace .btn-new-product {
  padding: 0 6px;
  background: none;
  border: none;
  color: #303A3E;
  font-size: 16px;
  white-space: normal;
  font-weight: normal;
  word-break: break-word;
  text-align: left;
}

.workspace .btn-new-product:hover,
.workspace .btn-new-product:focus {
  color: #009FCD;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.workspace .btn-new-product .glyphicon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 8px;
  background-color: #009FCD;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.workspace.workspace-legal .list-unstyled .email {
  color: #95C54E;
}

@media only screen and (max-width: 767px) {
  .workspace {
    padding-bottom: 0px;
  }

  .workspace .workspace-counter ul {
    width: 100%;
  }

  .workspace .workspace-counter ul li {
    height: 62px;
    width: 33.333%;
    padding: 0 10px !important;
    float: left !important;
    font-size: 12px !important;
  }

  .workspace .workspace-counter ul li strong {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .workspace .column {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workspace .btn-new-product .glyphicon {
    float: left;
  }

  .workspace .list-unstyled li {
    word-break: break-word;
  }
}

.user-settings {
  width: 1280px;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.user-settings:before {
  content: '';
  width: 222px;
  height: 100%;
  display: table-cell;
  position: absolute;
  left: 1px;
  top: 0px;
  background-color: #F5F5F6;
  border-right: 1px solid #DEDEE4;
  z-index: -1;
}

.user-settings .user-settings-content {
  padding: 0 40px 75px 0;
  margin-left: 243px;
}

.user-settings .user-settings-content .user-settings-content-wrap {
  width: 997px;
  float: left;
}

.user-settings .user-settings-content h1 {
  margin: 34px 0 30px 20px;
}

.user-settings .user-settings-content .save-user-settings {
  margin-top: 68px;
}

.user-settings .user-settings-content .nav-tabs {
  width: 100%;
  display: inline-block;
}

.user-settings .user-setting-tabs {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0;
}

.user-settings .table-responsive {
  width: 100%;
  display: inline-block;
  overflow-x: auto;
}

.user-settings .table td .checkbox {
  margin: 0 auto;
  display: inline-block;
}

.user-settings .table td .checkbox label:before {
  margin-right: 0px;
}

.user-settings .table-user-notifications td {
  padding: 17px 20px 14px 30px;
}

.user-settings .table-user-notifications .checkbox label {
  left: 10px;
}

.user-settings .table-user-notifications .text-center {
  position: relative;
  left: -60px;
}

.user-settings .aside-nav {
  background-color: #F5F5F6;
  width: 223px;
  height: auto;
  float: left;
  vertical-align: top;
  border-right: 1px solid #DEDEE4;
  z-index: 2;
}

.user-settings .aside-nav > nav {
  width: 223px;
}

.user-settings .aside-nav ul {
  padding-top: 28px;
}

.user-settings .aside-nav ul li {
  padding-top: 10px;
  padding-bottom: 8px;
  list-style: none;
}

.user-settings .aside-nav ul li:before {
  display: none!important;
}

.user-settings .aside-nav ul li a {
  width: 100%;
  padding-left: 40px;
  padding-right: 24px;
  display: inline-block;
  text-decoration: none;
  color: #303A3E;
}

.user-settings .aside-nav ul li a:hover {
  color: #009FCD;
}

.user-settings .aside-nav ul li a .quantity {
  width: 20px;
  float: right;
  text-align: center;
}

.user-settings .aside-nav .active {
  background-color: #DEDEE4;
  color: #009FCD;
  font-weight: 500;
}

.user-settings .aside-nav .active a {
  color: #009FCD;
}

@media only screen and (max-width: 1200px) {
  .user-settings .delete-account {
    width: 60%;
  }

  .user-settings .user-settings-content {
    padding-bottom: 0px !important;
  }

  .user-settings .user-settings-content .save-user-settings {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .table-user-notifications .text-center {
    position: relative;
    left: -10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .user-settings:before {
    display: none;
  }

  .user-settings .delete-account {
    margin-left: 0!important;
    float: none;
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .user-settings .user-settings-content {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    display: block;
  }

  .user-settings .aside-nav {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    border-right: 0;
    border-bottom: 1px solid #DEDEE4;
  }

  .user-settings .aside-nav nav {
    width: 100%;
  }

  .user-settings .aside-nav ul {
    padding-top: 0;
  }

  .user-settings .aside-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .user-settings .user-settings-content {
    padding-bottom: 0px !important;
  }

  .user-settings .user-settings-content h1 {
    margin-left: 0px;
  }

  .user-settings .user-settings-content .save-user-settings {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 570px) {
  .user-settings .nav-tabs {
    padding-left: 0;
  }

  .user-settings .nav-tabs li {
    float: none;
    border: 1px solid #DEDEE4;
  }

  .user-settings .nav-tabs .active a {
    border: 0;
  }

  .user-settings .nav-tabs .active a:hover {
    border: 0!important;
  }

  .user-settings .nav-tabs .active a:focus {
    border: 0!important;
  }
}

.documents-left-column {
  width: 202px;
  display: table-cell;
  height: 100%;
  background-color: #3d4749;
  vertical-align: top;
}

.documents-left-column .ps__scrollbar-y-rail {
  margin-top: 20px;
  margin-bottom: 10px;
  right: 17px!important;
  background-color: #5B6363 !important;
  width: 8px!important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  opacity: 1!important;
}

.documents-left-column .ps__scrollbar-y {
  width: 8px!important;
  background-color: #c2c5c5!important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: -3px;
  margin-top: -2px;
  right: 3px!important;
}

.available-pages {
  padding-left: 20px;
  padding-top: 19px;
  margin-bottom: 9px;
  position: relative;
  height: -webkit-calc(100vh - 115px);
  height: calc(100vh - 115px);
}

.available-pages .page {
  height: 203px;
  width: 138px;
  margin-bottom: 9px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}

.available-pages .page span {
  position: absolute;
  bottom: 7px;
  right: 9px;
  font-size: 12px;
  font-weight: 500;
  color: #A1A1AA;
}

.available-pages .active {
  border: 2px solid #95C54E;
}

.check-document {
  display: table-cell;
  border-left: 1px solid #5B6363;
  border-right: 1px solid #5B6363;
  background-color: #485252;
  position: relative;
  vertical-align: top;
  padding-top: 20px;
}

.check-document .alert {
  width: 700px;
  padding-right: 20px;
  margin: auto;
  margin-bottom: 10px;
  color: #8C61B0;
  border: 1px solid #d9cae4;
  background-color: #fbf9fc;
  display: table;
}

.check-document .alert .glyph-cover {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.check-document .alert .glyph-cover span {
  right: -12px;
}

.check-document .alert .glyph-cover span:hover {
  color: #724a94;
}

.check-document footer .btn-primary {
  display: none;
}

.check-document .glyph-cover-left,
.check-document .glyph-cover-right {
  height: 40px;
  width: 21px;
  border: 1px solid #5B6363;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 318px;
  cursor: pointer;
}

.check-document .glyph-cover-left:hover,
.check-document .glyph-cover-right:hover {
  background-color: #7F8B8B;
}

.check-document .glyph-cover-left .glyphicon,
.check-document .glyph-cover-right .glyphicon {
  color: #fff;
  top: 14px;
}

.check-document .glyph-cover-left {
  left: 0;
}

.check-document .glyph-cover-right {
  right: 0;
}

.big-pages {
  margin-top: 20px;
  margin-left: 34px;
  padding-bottom: 177px;
}

.big-pages .page {
  width: 700px;
  height: 999px;
  background-color: #fff;
  margin-bottom: 38px;
  position: relative;
  padding-top: 20px;
}

.big-pages .page .signature {
  width: 150px;
  height: 90px;
  margin-left: 20px;
  cursor: pointer;
  background-color: #f2eff6;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
}

.big-pages .page .signature:hover {
  border: 1px solid #8665AB;
}

.big-pages .page .signature:hover .glyphicon-remove {
  display: block;
}

.big-pages .page .signature img {
  width: 120px;
  margin-top: 20px;
}

.big-pages .page .signature .glyphicon-remove {
  color: #303A3E;
  top: 3px;
  right: 3px;
  display: none;
}

.big-pages .page .signature .glyphicon-remove:hover {
  color: #5d7077;
}

.big-pages .page span {
  font-size: 12px;
  font-weight: 500;
  color: #A1A1AA;
  position: absolute;
  bottom: -21px;
  right: 2px;
}

.check-documents-right-column-wrapper {
  position: relative;
}

.check-documents-right-column-wrapper .ps__scrollbar-y-rail {
  margin-top: 20px;
  margin-bottom: 10px;
  right: 5px!important;
  background-color: #5B6363 !important;
  width: 8px!important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  opacity: 0!important;
}

.check-documents-right-column-wrapper .ps__scrollbar-y {
  width: 8px!important;
  background-color: #c2c5c5!important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: -3px;
  margin-top: -2px;
  right: 3px!important;
}

.documents-right-column {
  width: 310px;
  display: table-cell;
  background-color: #3d4749;
  height: 100%;
  position: relative;
  vertical-align: top;
}

.documents-right-column .document-info {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
  padding-top: 23px;
  margin-bottom: -4px;
}

.documents-right-column .document-info * {
  display: inline-block;
}

.documents-right-column .document-info span {
  margin-right: 17px;
}

.documents-right-column .document-info .glyph-cover {
  margin-right: -7px;
  cursor: pointer;
  color: #fff;
}

.documents-right-column .document-info .glyph-cover .glyphicon:hover {
  color: #cccccc;
}

.documents-right-column .document-info .document-status {
  margin-top: 11px;
}

.documents-right-column .document-info .document-status .status {
  width: 12px;
  height: 12px;
  background-color: #95C54E;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 3px;
}

.documents-right-column .document-info .document-status span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
}

.documents-right-column h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid #5B6363;
  border-bottom: 1px solid #5B6363;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #424c4e;
  margin: 0;
}

.documents-right-column .toggle-option-positive {
  font-size: 12px;
  font-weight: 500;
  color: #95C54E;
  text-transform: uppercase;
  margin-left: 20px;
  display: inline-block;
  margin-top: 22px;
  margin-right: 5px;
}

.documents-right-column .toggle-option-negative {
  font-size: 12px;
  font-weight: 500;
  color: #A1A1AA;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 5px;
}

.documents-right-column .who-signed {
  margin-top: 22px;
}

.documents-right-column .who-signed .person {
  margin-left: 20px;
  margin-top: 16px;
  *zoom: 1;
}

.documents-right-column .who-signed .person:before,
.documents-right-column .who-signed .person:after {
  content: " ";
  display: table;
}

.documents-right-column .who-signed .person:after {
  clear: both;
}

.documents-right-column .who-signed .person:before,
.documents-right-column .who-signed .person:after {
  content: " ";
  display: table;
}

.documents-right-column .who-signed .person:after {
  clear: both;
}

.documents-right-column .who-signed .person:before,
.documents-right-column .who-signed .person:after {
  display: table;
  line-height: 0;
  content: "";
}

.documents-right-column .who-signed .person:after {
  clear: both;
}

.documents-right-column .who-signed .person:before,
.documents-right-column .who-signed .person:after {
  display: table;
  line-height: 0;
  content: "";
}

.documents-right-column .who-signed .person:after {
  clear: both;
}

.documents-right-column .who-signed .person * {
  float: left;
}

.documents-right-column .who-signed .person .name {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 13px;
  margin-left: 5px;
}

.documents-right-column .who-signed .person .country {
  border: 1px solid #7F8B8B;
  text-align: center;
  margin-left: 11px;
  margin-right: 8px;
  margin-top: 12px;
}

.documents-right-column .who-signed .person .country span {
  font-size: 12px;
  font-weight: 300;
  color: #7F8B8B;
  display: block;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.documents-right-column .who-signed .person .info {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: 12px;
}

.documents-right-column .who-signed .person .info span {
  border: 1px solid #7F8B8B;
  color: #DEDEE4;
  padding-left: 0;
}

.documents-right-column .who-signed .person .time {
  margin-top: 10px;
}

.documents-right-column .who-signed .person .time span {
  font-size: 12px;
  font-weight: 300;
  color: #7F8B8B;
  display: block;
  width: 100%;
}

.documents-right-column .who-signed .person .time span:last-child {
  text-transform: uppercase;
  margin-top: -3px;
}

.documents-right-column .document-type {
  margin-top: 31px;
}

.documents-right-column .document-type .form-group {
  width: 250px;
  margin-left: 20px;
  margin-top: 25px;
  min-height: auto;
}

.documents-right-column .document-type .dropdown-toggle {
  background-color: #fff;
}

.documents-right-column .document-type .dropdown-toggle:hover {
  background-color: #fff!important;
}

.documents-right-column .document-type .dropdown-toggle:focus {
  background-color: #fff!important;
}

.documents-right-column .additional-info {
  margin-top: 29px;
}

.documents-right-column .additional-info .form-group {
  width: 250px;
  margin-left: 20px;
  margin-top: 21px;
  margin-bottom: 2px;
}

.documents-right-column .additional-info .form-group label {
  color: #fff;
}

.documents-right-column .additional-info .form-group:last-child {
  margin-bottom: 10px;
  margin-top: 0;
}

.documents-right-column .sign-method {
  position: relative;
}

.documents-right-column .sign-method .question-mark {
  color: #fff;
  left: 70px;
  position: absolute;
  margin: auto;
  top: 9px;
  right: 0;
}

.documents-right-column .sign-method .signature-image {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 12px;
}

.documents-right-column .sign-method button {
  margin-left: 20px;
  min-width: 87px;
}

.documents-right-column .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
  border: 1px solid #5B6363;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  top: 12px;
}

.documents-right-column .switch input {
  display: none;
}

.documents-right-column .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  background-color: #374144;
  -webkit-transition: .4s;
  transition: .4s;
}

.documents-right-column .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 0px;
  top: 1px;
  background-color: #95C54E;
  -webkit-transition: .4s;
  transition: .4s;
}

.documents-right-column .switch input:checked + .slider:before {
  background-color: #7F8B8B;
  left: -4px;
}

.documents-right-column .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.documents-right-column .switch .slider.round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.documents-right-column .switch .slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 1320px) {
  .documents-left-column {
    display: block;
    width: 100%;
    height: auto;
  }

  .available-pages {
    height: 231px;
  }

  .available-pages .ps__scrollbar-y-rail {
    right: 6px!important;
  }

  .available-pages .page {
    float: left;
    margin-right: 20px;
  }

  .check-document {
    width: 100%;
    display: block;
  }

  .glyph-cover-left,
  .glyph-cover-right {
    display: none;
  }

  .big-pages {
    padding-bottom: 0;
    width: 930px;
    margin-left: 20px;
    margin: auto;
    *zoom: 1;
  }

  .big-pages:before,
  .big-pages:after {
    content: " ";
    display: table;
  }

  .big-pages:after {
    clear: both;
  }

  .big-pages:before,
  .big-pages:after {
    content: " ";
    display: table;
  }

  .big-pages:after {
    clear: both;
  }

  .big-pages:before,
  .big-pages:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .big-pages:after {
    clear: both;
  }

  .big-pages:before,
  .big-pages:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .big-pages:after {
    clear: both;
  }

  .big-pages .page {
    width: 303px;
    height: 400px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
  }

  .big-pages .page:first-child {
    margin-left: 0;
  }

  .check-documents-right-column-wrapper {
    height: 530px;
    margin-bottom: 60px;
  }

  .check-documents-right-column-wrapper .ps__scrollbar-y-rail {
    opacity: 1!important;
  }

  .documents-right-column {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .documents-right-column .who-signed .person .time {
    margin-left: 20px;
    margin-top: 5px;
  }

  .documents-right-column .sign-method {
    margin-bottom: 80px;
  }

  .documents-right-column .sign-method .question-mark {
    right: initial;
    left: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .check-document-wrapper .documents-left-column {
    width: 20%;
    display: table-cell;
  }

  .check-document-wrapper .documents-left-column .available-pages {
    width: 100%;
    margin: auto;
    height: -webkit-calc(100vh - 115px);
    height: calc(100vh - 115px);
  }

  .check-document-wrapper .documents-left-column .available-pages .ps__scrollbar-y-rail {
    right: 6px!important;
  }

  .check-document-wrapper .check-document {
    display: table-cell;
  }

  .check-document-wrapper .check-document .alert {
    width: 90%;
  }

  .check-document-wrapper .check-documents-right-column-wrapper {
    margin-bottom: 0;
  }

  .check-document-wrapper .documents-right-column .sign-method {
    margin-bottom: 20px;
  }

  .big-pages {
    width: 100%;
  }

  .big-pages .page {
    float: none;
    margin: auto;
    margin-bottom: 25px;
  }

  .big-pages .page:first-child {
    margin-left: auto;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 565px) {
  .available-pages {
    width: 320px;
  }

  .available-pages .page {
    height: 183px;
    width: 118px;
  }

  .check-document-wrapper .documents-left-column {
    width: 100%;
    display: block;
  }

  .check-document-wrapper .documents-left-column .available-pages {
    width: 320px!important;
    height: 403px;
  }

  .check-document-wrapper .documents-left-column .available-pages .ps__scrollbar-y-rail {
    right: 17px !important;
  }

  .check-document-wrapper .big-pages {
    width: 100%;
  }

  .check-document-wrapper .big-pages .page {
    float: none;
    margin: auto;
    margin-bottom: 25px;
  }

  .check-document-wrapper .big-pages .page:first-child {
    margin-left: auto;
    margin-top: 25px;
  }

  .check-document-wrapper .check-document {
    display: block;
  }
}

.documents-left-column-small {
  width: 170px;
  vertical-align: top;
}

.documents-left-column-small .ps__scrollbar-y-rail {
  margin-top: 20px;
  margin-bottom: 10px;
  right: 17px!important;
  background-color: #5B6363 !important;
  width: 8px!important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  opacity: 1;
}

.documents-left-column-small .ps__scrollbar-y {
  width: 8px!important;
  background-color: #c2c5c5!important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: -3px;
  margin-top: -2px;
  right: 3px!important;
}

.available-documents {
  height: -webkit-calc(100vh - 115px);
  height: calc(100vh - 115px);
}

.available-documents .page {
  width: 98px;
  height: 142px;
  padding-top: 0;
  margin-bottom: 0px;
  margin-top: 10px;
  -webkit-box-shadow: 3px 3px 0px 0px #dbdcdc, 7px 7px 1px 0px #999e9f;
  box-shadow: 3px 3px 0px 0px #dbdcdc, 7px 7px 1px 0px #999e9f;
}

.available-documents .page:first-child {
  margin-top: 0;
}

.available-documents .page .exclamation-mark {
  color: #EF5122;
  top: -5px;
  right: 9px;
  padding-top: 1px;
}

.available-documents span {
  font-size: 12px;
  font-weight: 300;
  color: #A1A1AA;
  margin-bottom: 11px;
  margin-top: 13px;
  display: block;
}

.all-documents-wrapper {
  display: table-cell;
  background-color: #485252;
}

.all-documents-wrapper .documents-right-column {
  width: auto;
  background-color: #485252;
  padding-top: 75px;
  padding-left: 5px;
}

.all-documents-wrapper .documents-right-column h3 {
  width: 300px;
  border: 1px solid #5B6363;
  background-color: #485252;
}

.all-documents-wrapper section {
  border-bottom: 1px solid #5B6363;
  border-left: 1px solid #5B6363;
  padding-bottom: 55px;
}

.all-documents-wrapper section:last-child {
  padding-bottom: 130px;
  border-bottom: 0;
}

.documents-toolbox {
  background-color: #F5F5F6;
  position: absolute;
  width: 1282px;
  margin-top: -120px;
  display: none;
  z-index: 1;
}

.documents-toolbox .checkbox {
  float: left;
  margin-top: 11px;
  margin-left: -52px;
  margin-right: 22px;
  padding-bottom: 9px;
}

.documents-toolbox .checkbox label {
  width: 32px;
  top: 7px;
}

.documents-toolbox .checkbox span {
  font-size: 12px;
  font-weight: 500;
  color: #95C54E;
}

.documents-toolbox .checkbox:last-child {
  position: absolute;
  top: 0;
  right: 61px;
}

.documents-toolbox .buttons {
  padding-top: 12px;
  margin-left: 80px;
}

.documents-toolbox .buttons button {
  font-size: 12px;
  font-weight: 500;
  color: #303A3E;
  border: 0;
  background-color: transparent;
  text-align: left;
  min-width: auto;
  margin-left: -20px;
}

.documents-toolbox .buttons button .glyph-cover {
  float: left;
  margin-right: 9px;
}

.documents-toolbox .buttons button .glyph-cover .glyphicon {
  font-size: 18px;
  top: -2px;
}

.documents-toolbox .buttons button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #95C54E;
}

.documents-toolbox .buttons button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.all-documents {
  width: 793px;
  border-right: 0;
  border-left: 0;
}

.small-pages {
  margin-left: 30px;
}

.small-pages .checkbox {
  margin-top: 14px;
}

.small-pages .checkbox label {
  top: 6px;
  width: 32px;
}

.small-pages .checkbox label:before {
  background-color: #fff;
}

.small-pages .checkbox span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.small-pages .checkbox .badge {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #7F8B8B;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 6px;
}

.small-pages .checkbox .badge span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.small-pages .document-status .status {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-top: 1px;
  margin-right: 7px;
}

.small-pages .document-status .status.good {
  background-color: #95C54E;
}

.small-pages .document-status .status.bad {
  background-color: #EF5122;
}

.small-pages .document-status span {
  font-size: 12px;
  font-weight: 300;
  color: #F5F5F6;
  display: block;
  margin-top: 17px;
}

.small-pages .page-wrapper {
  float: left;
  margin-right: 17px;
  margin-top: 17px;
}

.small-pages .page-wrapper .active {
  border: 2px solid #95C54E;
}

.small-pages .page-wrapper .page {
  height: 248px;
  width: 170px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

.small-pages .page-wrapper .page .glyph-cover {
  text-align: center;
}

.small-pages .page-wrapper .page .glyph-cover .glyphicon {
  font-size: 41px;
  color: #DEDEE4;
  margin-top: 41px;
}

.small-pages .page-wrapper .page button {
  min-width: 101px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  top: 45%;
  left: 29px;
}

.small-pages .page-wrapper span {
  font-size: 14px;
  font-weight: 300;
  color: #A1A1AA;
}

@media only screen and (max-width: 1320px) {
  .documents-left-column-small {
    width: 100%;
  }

  .available-documents {
    margin-bottom: 16px;
    margin-bottom: 9px;
    height: 205px;
  }

  .available-documents .ps__scrollbar-y-rail {
    right: 5px!important;
  }

  .available-documents .page-wrapper {
    float: left;
  }

  .available-documents .page-wrapper .page {
    margin-bottom: 16px;
  }

  .available-documents .page-wrapper span {
    clear: both;
  }

  .all-documents {
    width: 790px;
    margin: auto;
    border-left: 0;
  }

  .all-documents-wrapper {
    display: block;
  }

  .all-documents-wrapper .documents-right-column {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    width: 300px;
    margin: auto;
  }

  .documents-toolbox {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .documents-toolbox {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 930px) {
  .documents-toolbox .checkbox {
    margin-left: 0;
  }

  .documents-toolbox .checkbox:last-child {
    right: 0px;
  }

  .available-documents {
    margin-bottom: 16px;
    width: 520px;
    margin: auto;
    margin-bottom: 9px;
  }

  .available-documents .ps__scrollbar-y-rail {
    right: 17px!important;
  }
}

@media only screen and (max-width: 830px) {
  .all-documents {
    width: 605px;
  }

  .documents-toolbox .documents-inner-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 650px) {
  .all-documents {
    width: 420px;
  }

  .documents-toolbox {
    margin-top: -120px;
  }

  .documents-toolbox .checkbox {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .documents-toolbox .checkbox:last-child {
    position: static;
  }

  .documents-toolbox .buttons {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 565px) {
  .documents-left-column-small .available-documents {
    width: 285px;
    margin: auto;
    height: 390px;
  }
}

@media only screen and (max-width: 460px) {
  .all-documents {
    width: 300px;
  }

  .documents-toolbox {
    margin-top: -245px;
  }

  .documents-toolbox .buttons {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
  }

  .documents-toolbox .buttons button {
    min-width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .documents-toolbox .buttons button .glyph-cover {
    float: none;
    margin-right: 0;
  }

  .small-pages {
    margin-left: 0;
    text-align: center;
  }

  .small-pages .page-wrapper {
    width: 170px;
    margin: auto;
    margin-right: auto;
    margin-top: 17px;
    float: none;
  }

  .small-pages .document-status .status {
    position: relative;
    left: 23px;
  }
}

.documents-document-signed {
  text-align: center;
  background-color: #485252;
  padding-top: 60px;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
}

.documents-document-signed h1 {
  color: #fff;
  margin-bottom: 14px;
}

.documents-document-signed p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.documents-document-signed p a {
  color: #0994bc;
}

.documents-document-signed .buttons {
  margin-top: 38px;
}

.documents-document-signed .buttons button {
  color: #fff;
  background-color: transparent;
  padding: 8px 20px 7px 20px;
  margin-left: 6px;
  border: 1px solid #A1A1AA;
}

.documents-document-signed .buttons button:hover {
  background-color: #7F8B8B;
}

.documents-document-signed .buttons button:first-child {
  min-width: 128px;
  margin-left: 0;
}

.documents-document-signed .buttons button:last-child {
  min-width: 162px;
  padding-right: 11px;
}

.documents-document-signed .buttons button .glyph-cover {
  float: left;
  margin-left: -5px;
}

.documents-document-signed .buttons button .glyph-cover .glyphicon {
  top: 2px;
}

.documents-document-signed .buttons button .glyph-cover .glyphicon-download {
  left: 4px;
}

.documents-document-signed .form-group {
  width: 470px;
  margin: auto;
  margin-top: 28px;
}

.documents-document-signed .form-group label {
  color: #fff;
  text-align: left;
}

.documents-document-signed .form-group button {
  position: absolute;
  top: 26px;
  right: 0;
  min-width: 113px;
}

.documents-document-signed .receivers {
  width: 470px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #DEDEE4;
  margin-top: -14px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  height: 297px;
}

.documents-document-signed .receivers .ps__scrollbar-y-rail {
  margin-top: 9px;
  margin-bottom: 10px;
  right: 17px!important;
  background-color: #fff;
  width: 8px!important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #F5F5F6 !important;
  display: block!important;
  right: 9px!important;
  opacity: 1;
}

.documents-document-signed .receivers .ps__scrollbar-y {
  width: 8px!important;
  background-color: #DEDEE4 !important;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: -3px;
  opacity: 1;
  display: block!important;
  right: 3px!important;
}

.documents-document-signed .receivers .person {
  border-bottom: 1px solid #DEDEE4;
  margin-left: 19px;
  margin-right: 32px;
  *zoom: 1;
}

.documents-document-signed .receivers .person:before,
.documents-document-signed .receivers .person:after {
  content: " ";
  display: table;
}

.documents-document-signed .receivers .person:after {
  clear: both;
}

.documents-document-signed .receivers .person:before,
.documents-document-signed .receivers .person:after {
  content: " ";
  display: table;
}

.documents-document-signed .receivers .person:after {
  clear: both;
}

.documents-document-signed .receivers .person:before,
.documents-document-signed .receivers .person:after {
  display: table;
  line-height: 0;
  content: "";
}

.documents-document-signed .receivers .person:after {
  clear: both;
}

.documents-document-signed .receivers .person:before,
.documents-document-signed .receivers .person:after {
  display: table;
  line-height: 0;
  content: "";
}

.documents-document-signed .receivers .person:after {
  clear: both;
}

.documents-document-signed .receivers .person:first-child {
  margin-top: 6px;
}

.documents-document-signed .receivers .person:nth-last-child(3) {
  border-bottom: 0;
  margin-bottom: 15px;
}

.documents-document-signed .receivers .person .checkbox {
  float: left;
  margin-top: 14px;
  margin-bottom: 8px;
  margin-right: 3px;
}

.documents-document-signed .receivers .person .name {
  font-size: 16px;
  font-weight: 500;
  color: #303A3E;
  display: block;
  float: left;
  margin-top: 14px;
}

.documents-document-signed .receivers .person .mail {
  font-size: 14px;
  font-weight: 300;
  color: #A1A1AA;
  display: block;
  text-align: right;
  margin-top: 23px;
}

.documents-document-signed .btn-check {
  margin-top: 21px;
  margin-bottom: 21px;
}

@media screen and (max-height: 900px) {
  .h100 {
    height: auto!important;
  }
}

@media only screen and (max-width: 550px) {
  .documents-document-signed .buttons button {
    min-width: 200px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }

  .documents-document-signed .buttons button:first-child {
    min-width: 200px;
    margin-left: auto;
  }

  .documents-document-signed .buttons button:last-child {
    min-width: 200px;
  }

  .documents-document-signed .form-group,
  .documents-document-signed .receivers {
    width: 90%;
    margin: auto;
  }
}

.discussions {
  overflow: hidden;
  padding-bottom: 60px;
}

.discussions .row .create-discussion {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .discussions .row .create-discussion {
    float: left;
    width: 50%;
  }
}

.discussions .row .search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .discussions .row .search {
    float: left;
    width: 50%;
  }
}

.discussions section {
  max-width: 790px;
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
  overflow: hidden;
  float: left;
}

.discussions section .form-group {
  min-height: 0;
}

.discussions section .form-control {
  max-width: 270px;
  float: right;
}

.discussions section .form-control-feedback {
  top: 0;
}

.discussions section .help-forum > h1 {
  margin-top: 30px;
}

.discussions aside {
  width: 250px;
  float: right;
  margin-left: 20px;
}

.developers-calendar {
  padding-bottom: 70px;
}

.developers-calendar .calendar-list > li {
  overflow: hidden;
  margin-bottom: 28px;
}

.developers-calendar .calendar-list > li .day-label {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  color: #303A3E;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #DEDEE4;
  background-color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.developers-calendar .calendar-list > li .day-label span {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-weight: 500;
}

.developers-calendar .calendar-list > li .day-label.day-active {
  color: #fff;
  background-color: #009FCD;
  border-color: #009FCD;
}

.developers-calendar .calendar-list > li .day-label.day-orange {
  color: #fff;
  background-color: #EF5122;
  border-color: #EF5122;
}

.developers-calendar .calendar-list > li > p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: 84%;
  width: -webkit-calc(100% - 96px);
  width: calc(100% - 96px);
}

.calendar-aside {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 280px;
}

.calendar-aside .datepicker-inline {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.discussion .discussion-single {
  width: 100%;
  display: inline-block;
  padding-bottom: 15px;
}

.discussion .discussion-single .topic-info {
  width: 100%;
  padding-bottom: 15px;
  float: left;
  font-size: 14px;
}

.discussion .discussion-single .topic-info .name {
  margin-right: 5px;
  float: left;
  font-weight: 700;
}

.discussion .discussion-single .topic-info .time {
  margin-right: 10px;
  float: left;
  color: #303A3E;
}

.discussion .discussion-single .topic-info .blue-border {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.discussion .discussion-single 54 h1 {
  font-size: 20px;
}

.discussion .help-forum .issue {
  padding-top: 20px;
  padding-bottom: 20px;
}

.discussion .help-forum .issue .image {
  margin-top: 0;
}

.discussion .help-forum .issue .image + .topic-info {
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
}

.discussion .discussion-answer {
  width: 100%;
  margin: 24px 0 56px;
  padding: 20px;
  float: left;
  background-color: #F5F5F6;
}

.discussion .discussion-answer textarea {
  width: 100%;
  max-width: 100%;
  height: 114px;
}

.discussion .discussion-answer .checkbox {
  margin-top: 25px;
  float: left;
}

.discussion .discussion-answer .btn {
  min-width: 1px;
  margin: 9px 0 0 0;
  padding-left: 21px;
  padding-right: 21px;
  float: right;
}

@media only screen and (max-width: 991px) {
  .discussions section {
    max-width: 100%;
    width: 100%;
  }

  .discussions aside {
    width: 100%;
  }

  .calendar-aside {
    float: none;
  }
}

@media only screen and (min-width: 540px) and (max-width: 991px) {
  .calendar-aside {
    overflow: hidden;
  }

  .calendar-aside .list-group {
    float: left;
    width: 62%;
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    min-height: 276px;
  }

  .calendar-aside .events-calendar {
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .discussions .row .create-discussion > button {
    margin: 0 auto;
    display: block;
  }

  .discussions .row .search .form-group {
    margin: 20px auto 0 auto;
    display: table;
  }

  .discussion .help-forum .issue .image {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .developers-calendar .calendar-list > li .day-label {
    vertical-align: top;
    padding: 6px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }

  .developers-calendar .calendar-list > li .day-label span {
    font-size: 20px;
  }

  .developers-calendar .calendar-list > li > p {
    width: -webkit-calc(100% - 66px);
    width: calc(100% - 66px);
  }
}

.user-settings .user-products-tabs {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0;
}

.user-settings .user-products-tabs .alert {
  width: auto;
  display: inline-block;
}

.user-settings .sign-to-product {
  width: 100%;
  padding: 40px 20px;
  display: inline-block;
}

.user-settings .user-product {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
  padding: 30px 20px 0 20px;
  border-top: 1px solid #DEDEE4;
}

.user-settings .user-product:last-child {
  margin-bottom: 0;
}

.user-settings .user-product .progress {
  width: 205px;
}

.user-settings .user-product .user-product-history-title {
  text-transform: uppercase;
}

.user-settings .user-product .user-product-column {
  padding-right: 40px !important;
}

.user-settings .user-product .user-product-time-left {
  margin-bottom: 12px;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #303A3E;
}

.user-settings .user-product .user-product-time-left.success {
  color: #95C54E;
}

.user-settings .user-product .user-product-time-left.alert {
  color: #EF5122;
}

.user-settings .user-product .btn-success + .checkbox {
  margin-top: 18px;
}

.user-settings .user-product .user-product-card-nr {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.user-settings .user-product .user-product-status {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.user-settings .user-product .user-product-status.success {
  color: #95C54E;
}

.user-settings .user-product .user-product-status.failure {
  color: #EF5122;
}

.user-settings .user-product .user-contract-date {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #303A3E;
}

.user-settings .user-product .user-download-contract {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
}

.user-settings .user-product .user-certificate-wrapper {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
}

.user-settings .user-product .user-certificate-wrapper .user-certificate-title {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.user-settings .user-product .user-certificate-wrapper .user-certificate {
  font-size: 14px;
  color: #303A3E;
  text-transform: uppercase;
}

.user-settings .user-product .btn-group {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
  margin-bottom: 32px;
}

.user-settings .user-product .btn-group .user-certificate-title {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.user-settings .user-product .btn-group .user-certificate {
  font-size: 14px;
  color: #303A3E;
  text-transform: uppercase;
}

.user-settings .user-product .btn-group .btn + .question-mark {
  margin: 5px 0 0 7px;
}

.user-settings .user-product .btn {
  min-width: 10px;
}

.user-settings .user-product .user-product-mobile-signature-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  margin-top: -10px;
  text-transform: uppercase;
}

.user-settings .user-product .progress + .user-product-time-left {
  margin-top: -16px;
}

.user-settings .user-product .buy-signatures {
  width: 81%;
  margin-top: 15px;
  padding: 17px;
  display: inline-block;
  border: 1px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.user-settings .user-product .buy-signatures .signature-title {
  margin: 0px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.user-settings .user-product .buy-signatures .signature-price {
  padding: 10px 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.user-settings .user-product .buy-signatures .btn {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .user-settings .user-product .buy-signatures {
    width: 100%;
  }

  .user-settings .user-product .buy-signatures .signature-title {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .user-settings .user-product .user-product-column {
    float: none;
  }

  .user-settings .user-product .user-product-special-column {
    width: 100%;
  }
}

.user-settings.user-documents .add-new-document {
  width: auto;
  padding: 40px 0 40px 20px;
  float: left;
  display: inline-block;
}

.user-settings.user-documents .search-documents {
  width: 320px;
  float: right;
  padding: 40px 0;
}

.user-settings.user-documents .search-documents .form-group {
  min-height: 1px;
  margin: 0;
}

.user-settings.user-documents .search-documents .form-group .form-control-feedback {
  top: 0;
}

.user-settings.user-documents .alert {
  margin: 0 0 0 20px;
}

.user-settings.user-documents .user-documents-table-actions {
  width: 100%;
  padding: 0 20px;
  display: inline-block;
  border-bottom: 1px solid #DEDEE4;
}

.user-settings.user-documents .user-documents-table-actions .selected-documents {
  margin-right: 50px;
  float: left;
}

.user-settings.user-documents .user-documents-table-actions .selected-documents .checkbox {
  margin-top: 6px;
  display: inline-block;
  float: left;
}

.user-settings.user-documents .user-documents-table-actions .selected-documents .checkbox label {
  color: #95C54E;
  font-size: 12px;
}

.user-settings.user-documents .user-documents-table-actions .selected-documents .checkbox label:before {
  margin-top: -3px;
}

.user-settings.user-documents .user-documents-table-actions .selected-documents .checkbox label:after {
  top: -2px;
}

.user-settings.user-documents .user-documents-table-actions .selected-documents .btn {
  min-width: 10px;
  margin: 3px 0 0 10px;
  float: left;
}

.user-settings.user-documents .user-documents-table-actions .user-documents-action {
  margin: 5px 30px 0 0;
  float: left;
  font-size: 12px;
  font-weight: 500;
  color: #303A3E;
}

.user-settings.user-documents .user-documents-table-actions .user-documents-action .glyphicon {
  margin-right: 10px;
  float: left;
  font-size: 20px;
}

.user-settings.user-documents .user-documents-table-actions .user-documents-action .glyphicon + span {
  margin: 5px 0 0 0;
  float: left;
}

.user-settings.user-documents .user-documents-table-actions .documents-free-space {
  margin: 10px 20px 0 0;
  float: right;
}

.user-settings.user-documents .user-documents-table-actions .documents-free-space .free-space-left {
  margin-right: 10px;
  float: left;
  color: #EF5122;
  font-size: 12px;
  font-weight: 500;
}

.user-settings.user-documents .user-documents-table-actions .documents-free-space .progress {
  width: 160px;
  margin-top: 3px;
  float: left;
}

.user-settings.user-documents .table th {
  padding-right: 0;
}

.user-settings.user-documents .table .selected-document {
  background-color: rgba(0, 159, 205, 0.1) !important;
}

.user-settings.user-documents .table .btn {
  min-width: 10px;
}

.user-settings.user-documents .table .dropdown {
  margin-left: 10px;
  float: left;
}

.user-settings.user-documents .table .dropdown .btn-bottom {
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: #fff;
}

.user-settings.user-documents .table .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  width: 150px;
  padding: 10px 0;
  margin-top: 9px;
  right: auto;
  left: -131px;
}

.user-settings.user-documents .table .dropdown .dropdown-menu:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  top: -4px;
  left: 141px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
}

.user-settings.user-documents .table .dropdown .dropdown-menu li {
  font-size: 14px;
}

.user-settings.user-documents .pagination {
  margin-top: 33px;
  margin-left: 20px;
}

@media only screen and (max-width: 1300px) {
  .user-settings.user-documents .table-responsive thead th:first-child {
    min-width: 300px;
  }

  .user-settings.user-documents .table-responsive thead th:last-child {
    min-width: 140px;
  }

  .user-settings.user-documents .table-responsive .checkbox {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 810px) {
  .user-settings.user-documents .add-new-document {
    padding: 20px 0;
  }

  .user-settings.user-documents .add-new-document .btn {
    margin: 0 auto;
    float: none;
  }

  .user-settings.user-documents .search-documents {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .user-settings.user-documents .alert {
    margin-left: 0;
  }

  .user-settings.user-documents .add-new-document {
    padding: 20px 0;
  }

  .user-settings.user-documents .add-new-document .btn {
    margin: 0 auto;
    float: none;
  }

  .user-settings.user-documents .search-documents {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .user-settings.user-documents .user-documents-table-actions {
    padding: 0;
  }

  .user-settings.user-documents .user-documents-table-actions .user-documents-action {
    clear: both;
  }

  .user-settings.user-documents .user-documents-table-actions .documents-free-space {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .user-settings.user-documents .user-documents-table-actions .documents-free-space .progress {
    width: 100%;
  }
}

.company-bills .tooltip {
  position: fixed;
}

.company-bills .bills-select-date {
  width: 500px;
  margin-bottom: 8px;
  padding-left: 10px;
  float: left;
}

.company-bills .bills-select-date .form-group {
  width: 180px;
  min-height: 10px;
  padding-left: 10px;
  float: left;
}

.company-bills .bills-select-date .btn {
  min-width: 10px;
  margin: 26px 0 0 10px;
}

.company-bills .search-documents {
  width: 260px;
  margin-top: 26px;
  float: right;
}

.company-bills .search-documents .form-group {
  min-height: 10px;
}

.company-bills .search-documents .form-control-feedback {
  top: 0;
}

.company-bills .filter-bills-by {
  width: 100%;
  margin-bottom: 27px;
  padding-left: 20px;
  display: inline-block;
}

.company-bills .filter-bills-by ul {
  margin: 0;
  list-style: none;
}

.company-bills .filter-bills-by ul li {
  padding-right: 9px;
  float: none;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.company-bills .filter-bills-by ul li:not(:first-child) {
  padding-left: 9px;
}

.company-bills .filter-bills-by ul li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #DEDEE4;
}

.company-bills .table-responsive {
  max-width: 998px;
}

.company-bills .table .btn {
  min-width: auto;
}

.company-bills .table tr.has-error {
  background-color: #fdede8 !important;
}

.company-bills .table tr.has-error .error {
  color: #EF5122;
}

.company-bills .table tr th {
  padding-left: 20px !important;
}

.company-bills .table tr th.non-sorting:after {
  display: none !important;
}

.company-bills .table tr td {
  padding-left: 20px !important;
}

.company-bills .table tr td:last-child {
  padding-right: 20px;
}

@media only screen and (max-width: 1050px) {
  .company-bills .bills-select-date .form-group {
    margin-bottom: 5px;
  }

  .company-bills .search-documents {
    margin: 0 0 0 20px;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .company-bills .bills-select-date {
    width: 100%;
    padding: 0px;
  }

  .company-bills .bills-select-date .form-group {
    width: 100%;
    padding: 0px;
  }

  .company-bills .bills-select-date .btn {
    margin: 5px 0 0 0;
  }

  .company-bills .search-documents {
    width: 100%;
    margin: 0;
  }

  .company-bills .filter-bills-by {
    padding: 0px;
  }
}

.employees .employees-action {
  width: 100%;
  padding: 40px 20px 30px;
  display: inline-block;
}

.employees .employees-action .btn-add-new-employee {
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #95C54E;
  color: #95C54E;
  font-weight: 500;
}

.employees .employees-action .invitations-sent {
  font-size: 14px;
}

.employees .employees-action .employees-sum {
  margin-top: 4px;
  float: right;
  font-size: 14px;
}

.employees .employees-search {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
}

.employees .employees-search .search-in-list,
.employees .employees-search .employess-group,
.employees .employees-search .employess-products {
  width: 33.333%;
  padding: 0 5px;
  float: right;
}

.employees .employees-search .search-in-list .form-group,
.employees .employees-search .employess-group .form-group,
.employees .employees-search .employess-products .form-group {
  min-height: 10px;
}

.employees .employees-search .search-in-list .form-group .form-control-feedback,
.employees .employees-search .employess-group .form-group .form-control-feedback,
.employees .employees-search .employess-products .form-group .form-control-feedback {
  top: 0;
}

.employees .employees-search .search-in-list {
  margin-top: 26px;
}

.employees .employees-search .employess-group,
.employees .employees-search .employess-products {
  float: left;
}

.employees .employees-search .employess-group .dropdown-menu,
.employees .employees-search .employess-products .dropdown-menu {
  padding: 15px 15px 10px 15px !important;
}

.employees .employees-search .employess-group .dropdown-menu .dropdown-menu,
.employees .employees-search .employess-products .dropdown-menu .dropdown-menu {
  padding: 0 !important;
}

.employees .employees-search .employess-group .dropdown-menu li a,
.employees .employees-search .employess-products .dropdown-menu li a {
  padding: 5px 0 5px 36px !important;
}

.employees .employees-search .employess-group .dropdown-menu li a .check-mark,
.employees .employees-search .employess-products .dropdown-menu li a .check-mark {
  width: 23px;
  height: 22px;
  border: 2px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  right: auto;
  left: 0px;
  color: #fff;
}

.employees .employees-search .employess-group .dropdown-menu li a:hover,
.employees .employees-search .employess-products .dropdown-menu li a:hover {
  background: none !important;
}

.employees .employees-search .employess-group .dropdown-menu li.selected a,
.employees .employees-search .employess-products .dropdown-menu li.selected a {
  background: none !important;
}

.employees .employees-search .employess-group .dropdown-menu li.selected a .check-mark,
.employees .employees-search .employess-products .dropdown-menu li.selected a .check-mark {
  position: absolute;
  right: auto !important;
  left: 0px;
  margin: 0 !important;
  border: 2px solid #95C54E;
  background: #95C54E;
}

.employees table td {
  vertical-align: top !important;
  line-height: 22px !important;
}

.employees table td .employees-email {
  color: #A1A1AA;
}

.employees table td .employees-product {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.employees table td .employees-product a {
  display: block;
  float: left;
  clear: both;
}

.employees table td .employees-product .employees-product-status {
  display: block;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 11px;
}

.employees table td .employees-product .employees-product-status.alert {
  padding: 0;
  font-weight: 300;
  color: #EF5122;
}

.employees table td .btn-success {
  min-width: 10px;
  margin-right: 10px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.employees table td .btn-bottom {
  background: #fff;
}

.employees table td .btn-bottom .glyphicon {
  font-size: 16px;
}

.employees table tr.has-error {
  background-color: #fdede8 !important;
}

.employees table tr.has-error .error {
  color: #EF5122;
}

@media only screen and (max-width: 500px) {
  .employees .employees-search .employess-group,
  .employees .employees-search .employess-products,
  .employees .employees-search .search-in-list {
    width: 100% !important;
  }

  .employees .employees-action .btn-add-new-employee {
    margin-bottom: 10px;
    float: left;
    clear: both;
  }

  .employees .employees-action .btn-add-new-employee,
  .employees .employees-action .invitations-sent {
    float: left;
    clear: both;
  }

  .employees .employees-action .employees-sum {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .employees .employees-search .employess-group,
  .employees .employees-search .employess-products {
    width: 50%;
  }

  .employees .employees-search .search-in-list {
    width: 100%;
    margin: 0px;
  }
}

.product-single {
  width: 100%;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.product-single:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #DEDEE4;
}

.product-single .product-image .carousel {
  margin-bottom: 53px;
}

.product-single .product-image .carousel .carousel-inner {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.product-single .product-image .carousel .carousel-indicators {
  width: 100%;
  margin: 0;
  bottom: -40px;
  right: auto;
  left: 0;
  text-align: center;
}

.product-single .product-info {
  min-height: 255px;
}

.product-single .product-info:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: -16px;
  position: absolute;
  background: #DEDEE4;
}

.product-single .product-info h1 {
  margin: -8px 0 7px 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.product-single .product-info .mobile-apps {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}

.product-single .product-info .mobile-apps h4 {
  font-size: 14px;
  margin: 17px 0 14px 0;
}

.product-single .product-info .mobile-apps .buttons > a {
  float: left;
  margin-right: 10px;
}

.product-single .product-price-bar {
  min-height: 255px;
  padding: 43px 15px 0 45px;
}

.product-single .product-price-bar:before {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 15px;
  position: absolute;
  background: #DEDEE4;
}

.product-single .product-price-bar h3 {
  margin-top: 0;
}

.product-single .product-price-bar .price {
  margin-bottom: 6px;
  display: block;
  font-size: 30px;
  font-weight: 500;
}

.product-single .product-price-bar .btn {
  min-width: 1px;
  width: 100%;
}

.product-single .product-price-bar .list-arrow {
  margin-top: 44px;
}

.buy-signatures {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

.buy-signatures .row {
  margin: 0 -10px;
}

.buy-signatures [class*="col-"] {
  padding: 0 10px;
}

.buy-signatures > p {
  margin: 20px 0 18px;
}

.buy-signatures .signature {
  min-height: 195px;
  margin-bottom: 35px;
  padding: 0 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DEDEE4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}

.buy-signatures .signature.small {
  min-height: 150px;
}

.buy-signatures .signature h3 {
  height: 34px;
  margin: 18px 0 5px;
}

.buy-signatures .signature .price {
  margin-bottom: 6px;
  display: block;
  font-size: 30px;
  font-weight: 500;
}

.buy-signatures .signature .btn {
  min-width: 10px;
}

.buy-signatures .signature .btn .glyphicon {
  color: #95c454;
}

.buy-signatures .signature .buttons {
  width: 100%;
  margin-top: 13px;
  padding-left: 20px;
}

.buy-signatures .signature .buttons .question-mark {
  margin-left: 5px;
}

.buy-signatures .signature label {
  width: auto;
  height: 26px;
  padding: 0 10px;
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8C61B0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

.buy-signatures .signature-tips {
  width: 100%;
  padding: 16px 30px;
  float: left;
  display: inline-block;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DEDEE4;
}

.buy-signatures .signature-tips h4 {
  font-size: 20px;
  color: #8C61B0;
}

.buy-signatures .signature-tips ul {
  list-style: none;
}

.buy-signatures .signature-tips ul li {
  padding: 3px 0;
}

.buy-signatures .signature-tips ul li a {
  color: #303A3E;
}

.buy-signatures .signature-tips .see-all-tips {
  padding-right: 17px;
  float: right;
  clear: both;
  color: #303A3E;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.buy-signatures .signature-tips .see-all-tips:before {
  content: "\e250";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 12px;
  color: #8C61B0;
}

.buy-signatures .signature-video h4 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.buy-signatures + .help-forum {
  margin-bottom: 58px;
  border-bottom: 1px solid #DEDEE4;
}

.buy-signatures + .buy-signatures {
  margin-top: 7px;
  padding-top: 9px;
  border-top: 1px solid #DEDEE4;
}

.product-additional-services.br-b-0 {
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  .product-single .product-image .carousel {
    height: auto;
    border: none;
    overflow: visible;
  }

  .product-single .product-image .carousel .carousel-inner > .item > img {
    width: 100%;
    height: auto;
  }

  .product-single .product-info:after {
    display: none;
  }

  .product-single .product-price-bar {
    padding-left: 15px;
  }

  .product-single .product-price-bar:before {
    display: none;
  }
}

.products-compare p + p {
  margin-bottom: 24px;
}

.products-compare p + .nav-justified {
  margin-top: 40px;
}

.products-compare .nav-justified > li.active a {
  font-weight: normal;
}

.products-compare .nav-justified > li.disabled > a {
  color: #303A3E;
}

.products-compare .nav-justified > li .glyphicon {
  z-index: 1;
}

.products-compare .tab-content {
  padding-right: 0;
  padding-left: 0;
  border: 0;
}

.products-compare .tab-content .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.products-compare .tab-content .step-footer {
  padding-top: 20px;
  margin-top: 90px;
  margin-bottom: 90px;
  border-top: 1px solid #DEDEE4;
}

.products-compare .tab-content .step-footer .btn {
  margin-top: 20px;
}

.products-compare .radio-with-icon {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin-top: 14px;
  min-width: 90px;
  text-align: center;
}

.products-compare .radio-with-icon label:before {
  content: none;
}

.products-compare .radio-with-icon label:after {
  content: '';
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-height: auto;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #DEDEE4;
  box-shadow: 0 0 0 2px #DEDEE4;
  padding: 0;
  display: inline-block;
}

.products-compare .radio-with-icon label p {
  margin-top: 10px;
  font-size: 16px;
}

.products-compare .radio-with-icon input[type="radio"]:disabled + label:after {
  background-color: #F5F5F6;
  -webkit-box-shadow: 0 0 0 2px #F5F5F6;
  box-shadow: 0 0 0 2px #F5F5F6;
}

.products-compare .radio-with-icon input[type="radio"]:checked + label:after {
  background-color: #95c454;
}

.recommended-product-type .text-gray {
  color: #A1A1AA;
}

.recommended-product-type .text-gray + h2 {
  margin-top: 5px;
}

.recommended-product-type h2 {
  margin-bottom: 24px;
}

.recommended-product-type ul {
  float: left;
  overflow: hidden;
  list-style: none;
  max-width: 600px;
}

.recommended-product-type ul li {
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  width: 44%;
  max-width: 300px;
  min-height: 60px;
}

.recommended-product-type ul li .img-holder {
  float: left;
  margin-right: 16px;
  height: 60px;
}

.recommended-product-type ul li .img-holder:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.recommended-product-type ul li .img-holder img {
  max-width: 60px;
  max-height: 100%;
}

.recommended-product-type ul li .img-holder img.has-border {
  padding: 8px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #303A3E;
}

.recommended-product-type ul li .img-holder + p {
  overflow: hidden;
  margin-bottom: 0;
}

.recommended-product-type ul li p {
  margin-top: 10px;
  font-size: 16px;
}

.recommended-product-type ul li:nth-child(even) {
  margin-left: 6%;
}

.recommended-product-type .choose-more {
  display: inline-block;
  float: right;
  padding: 20px 25px;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DEDEE4;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.recommended-product-type .choose-more h4 {
  margin-top: 0;
}

.recommended-product-type .choose-more .checkbox label {
  margin-right: 4px;
  font-size: 16px;
}

.recommended-product-type .choose-more .btn {
  margin-top: 30px;
  min-width: 200px;
}

.recommended-product-type .product-links {
  clear: both;
  margin-top: 30px;
}

.recommended-product-type .product-links a {
  float: left;
  opacity: .9;
  margin-bottom: 30px;
  color: #303A3E;
  font-size: 14px;
  font-weight: 500;
}

.recommended-product-type .product-links a:hover,
.recommended-product-type .product-links a:focus {
  color: #009FCD;
  text-decoration: none;
}

.recommended-product-type .product-links a:last-child {
  float: right;
}

.recommended-product-type .product-links a .glyphicon {
  color: #009FCD;
  font-size: .8em;
}

.recommended-product-type .table-responsive {
  margin-bottom: 60px;
}

.recommended-product-type .table {
  margin-top: 30px;
  border-top: 1px solid #303A3E;
  text-align: left;
}

.recommended-product-type .table tr td:first-child {
  width: 250px;
  font-weight: 500;
}

.recommended-product-type .table td {
  vertical-align: top;
}

.recommended-product-type .table td a {
  color: inherit;
}

.recommended-product-type .table td .price-label {
  display: inline-block;
  padding: 20px 15px;
  margin: 8px 16px 8px 0;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DEDEE4;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.recommended-product-type .table td .price-label span {
  display: block;
  font-size: 26px;
}

@media only screen and (max-width: 991px) {
  .products-compare .nav-justified > li .glyphicon {
    left: 15px;
  }

  .products-compare .nav-justified > li .glyphicon + a {
    padding-left: 30px;
    padding-right: 30px;
  }

  .products-compare .nav-justified > li.active a,
  .products-compare .nav-justified > li.active a:hover,
  .products-compare .nav-justified > li.active a:focus {
    border-bottom-color: #ddd;
  }

  .recommended-product-type ul,
  .recommended-product-type .choose-more {
    float: none;
  }
}

@media only screen and (min-width: 420px) and (max-width: 991px) {
  .recommended-product-type .choose-more {
    text-align: left;
  }

  .recommended-product-type .choose-more .checkbox {
    float: left;
    margin-right: 20px;
  }

  .recommended-product-type .choose-more .btn {
    margin-top: 0;
    min-width: inherit;
  }
}

@media only screen and (min-width: 991px) {
  .products-compare .tab-content .col-xs-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recommended-product-type .table-responsive {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .recommended-product-type {
    text-align: center;
  }

  .recommended-product-type ul li {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .recommended-product-type ul li:nth-child(even) {
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .recommended-product-type .product-links a {
    display: block;
    float: none;
  }

  .recommended-product-type .product-links a:last-child {
    float: none;
  }
}

.legal {
  width: 100%;
  padding: 86px 110px 68px;
  float: left;
  background-color: #F5F5F6;
}

.legal h2 {
  max-width: 700px;
  margin: 0 auto 29px;
}

.legal .btn {
  margin-top: 37px;
  margin-bottom: 84px;
}

@media only screen and (max-width: 767px) {
  .legal {
    width: 100%;
    padding: 36px 15px 18px;
    float: left;
    background-color: #F5F5F6;
  }

  .legal h2 {
    max-width: auto;
  }
}

.news {
  overflow: hidden;
  padding-bottom: 60px;
}

.news section {
  max-width: 790px;
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
  overflow: hidden;
  float: left;
}

.news aside {
  width: 250px;
  float: right;
  margin-left: 20px;
}

.news hr {
  border-top: 1px solid #DEDEE4;
  margin-top: 26px;
}

.news .move_back {
  float: left;
  margin-top: 17px;
  margin-bottom: 26px;
}

.news .move_back span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news .news_list {
  margin-top: 14px;
}

.news .news_list li {
  border-bottom: 1px solid #DEDEE4;
  margin-top: 16px;
}

.news .news_list li a {
  color: #303A3E;
  font-size: 20px;
  font-weight: 500;
  width: 752px;
}

.news .news_list li span {
  color: #A1A1AA;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: -2px;
  margin-bottom: 18px;
}

.news .news_list li:first-child {
  margin-top: 0;
}

.news .news_list li:last-child {
  border-bottom: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .news section {
    max-width: 100%;
    width: 100%;
  }

  .news aside {
    width: 100%;
  }

  .news .news_list li p {
    width: 100%;
  }
}

.legal-register .nav-tabs.nav-justified > li > a {
  background: #F5F5F6;
}

.legal-register .nav-tabs.nav-justified > li.active > a {
  background: none;
}

.legal-register .tab-content > .tab-pane {
  padding: 12px 21px 0;
}

.legal-register .tab-content > .tab-pane p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.legal-register .requested-inputs {
  margin-bottom: 38px;
  float: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  position: relative;
  text-transform: none;
  text-align: right;
}

.legal-register .requested-inputs sup {
  top: -4px;
  margin-right: 5px;
  color: #EF5122;
  font-size: 18px;
}

.legal-register form {
  width: 100%;
  margin-top: 37px;
  padding-right: 50px;
  padding-bottom: 95px;
  float: left;
}

.legal-register form .form-group label sup {
  top: -4px;
  color: #EF5122;
  font-size: 18px;
}

.legal-register form .border-line {
  width: 100%;
  height: 1px;
  margin: 20px 0 12px 15px;
  float: left;
  clear: both;
  background-color: #DEDEE4;
}

.legal-register form .alert {
  width: auto;
  margin-bottom: 26px;
  float: left;
}

.legal-register form h2 + .checkbox label {
  margin-bottom: 10px;
  font-size: 16px;
}

.legal-register form h2 + p {
  margin-top: 20px;
}

.legal-register form .btn-success {
  margin-top: 8px;
}

.legal-register form .btn-default + p {
  margin-top: 35px;
}

.legal-register .uploaded-doc-name {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.legal-register .delete-uploaded-doc {
  margin-left: 4px;
  color: #EF5122;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}